library(wordcloud)
## Warning: package 'wordcloud' was built under R version 4.2.2
## Loading required package: RColorBrewer
library(plotly)
## Warning: package 'plotly' was built under R version 4.2.2
## Loading required package: ggplot2
## Warning: package 'ggplot2' was built under R version 4.2.2
## 
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
## 
##     last_plot
## The following object is masked from 'package:stats':
## 
##     filter
## The following object is masked from 'package:graphics':
## 
##     layout
library(tm)
## Warning: package 'tm' was built under R version 4.2.2
## Loading required package: NLP
## 
## Attaching package: 'NLP'
## The following object is masked from 'package:ggplot2':
## 
##     annotate
library(dplyr)
## Warning: package 'dplyr' was built under R version 4.2.2
## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union
library(RColorBrewer)
library(ggplot2)
library(twitteR)
## Warning: package 'twitteR' was built under R version 4.2.2
## 
## Attaching package: 'twitteR'
## The following objects are masked from 'package:dplyr':
## 
##     id, location
# SETUP CREDENTIALS.
CONSUMER_KEY <- "CrXArDLAgmPuQOxVurcBrk3Ez"
CONSUMER_SECRET <- "EQoqQclSB6qwJMcqYrYC80yWBFrT85t1UBEcgP3L4Gge4xeOOP"
ACCESS_TOKEN <-  "1597217544519045120-oZ7NYrQDw5QW4CjCHiO4v9qx9Td2QD"
ACCESS_SECRET <-  "kNlFVVkanyJWXzZfNQmohCZSWlnfGAfVLhzySNEZur2cR"

setup_twitter_oauth(consumer_key = CONSUMER_KEY,
                    consumer_secret = CONSUMER_SECRET,
                    access_token = ACCESS_TOKEN,
                    access_secret = ACCESS_SECRET)
## [1] "Using direct authentication"
# EXTRACTING TWEETS.
leaguetweets <- searchTwitter("#LeagueOfLegends", n=10000, lang="en", since="2022-12-15", until="2022-12-22", retryOnRateLimit = 120)
leaguetweets
## [[1]]
## [1] "Timothy00212392: Enjoy the game!🙉🙉🙉🙉 #game #LeagueofLegends https://t.co/SuGfq8HgA2"
## 
## [[2]]
## [1] "RivenStore: Likes, please!!\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#leagueoflegends #lolgame #lolgamer #rivenstore.com… https://t.co/1pMtz3kVqM"
## 
## [[3]]
## [1] "aurumnexus: RT @CherryRobber: i just really like his face tbh\n#arcane #LeagueOfLegends #silco #arcanefanart https://t.co/0Rf4XxghYT"
## 
## [[4]]
## [1] "melito_pr: league of legends ruined king on ps5 there is a bug that doesnt let me hear voices. any body knows anything?… https://t.co/ULygAhvvbj"
## 
## [[5]]
## [1] "_FuriaBlanca_: 2020-Fangirl/Main #CamilleFerros Hell yeah!\n\nThis was a project that I could not finish because my anatomy was very… https://t.co/QLWEH9xRmT"
## 
## [[6]]
## [1] "Forsaken_China: RT @uemasters: Italy is in good hands as Unipd Cheng will defend its flag in #AUEM23 👐\n\n⚔️They have marked March with an X on their calenda…"
## 
## [[7]]
## [1] "IStringer02: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[8]]
## [1] "brokuroos: RT @damongreenhalgh: Spirit Blossom has such a fun and colorful aesthetic. Had a blast painting this and learned a lot too!\n\n#LeagueOfLegen…"
## 
## [[9]]
## [1] "Stylish_Dante__: I can play in any lane at this point lol #leagueoflegends #twitchstreame... https://t.co/XlbyS5KrrL via @YouTube"
## 
## [[10]]
## [1] "aiikawachan: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[11]]
## [1] "ShuUsagi: LIVE NOW FORHEAD! playing some more LoL let be dumb once more here we go again \n .\n.\n.\n#vtuber #envtuber… https://t.co/Wy1q60x45o"
## 
## [[12]]
## [1] "MuffinKindred: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[13]]
## [1] "MuffinKindred: RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…"
## 
## [[14]]
## [1] "MuffinKindred: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[15]]
## [1] "MuffinKindred: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[16]]
## [1] "Nanocyte: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[17]]
## [1] "Miche0_0: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[18]]
## [1] "SirApoolo: RT @cinamoncune: Would you be Thresh or Ahri’s valentine? ♥️\n\n(You might need to trade in something though) \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[19]]
## [1] "Daxolotl: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[20]]
## [1] "Thorcadail: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[21]]
## [1] "VS_ECartwright: @futureclubdev #LeagueOfLegends \nFuture chUd Z"
## 
## [[22]]
## [1] "Kaiju3nthusiast: RT @tikitorchies: Lets get some lineart done for Coven Neeko!!! Now live!\n\n#LeagueOfLegends #VtubersEN #LeagueOfLegendsFanArt https://t.co/…"
## 
## [[23]]
## [1] "Epistoz: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[24]]
## [1] "Fox_kom_trikru: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[25]]
## [1] "MariahDoughert3: What do you think about the game?🔥🔥🔥🔥🔥 #LeagueofLegends #StarGuardians #ФанАрт #TLWIN"
## 
## [[26]]
## [1] "Otaku_Violento: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[27]]
## [1] "celxstine: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[28]]
## [1] "MiwaHoshih: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[29]]
## [1] "freehheartz: RT @ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq"
## 
## [[30]]
## [1] "HellyonWhite: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[31]]
## [1] "ZkyfalI: RT @CherryRobber: screencap redraw of the rat man! \n#silco #arcane #LeagueOfLegends #arcanefanart #fanart https://t.co/D2l7rtPigw"
## 
## [[32]]
## [1] "KoloKappa: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[33]]
## [1] "kingstead_: RT @CherryRobber: i just really like his face tbh\n#arcane #LeagueOfLegends #silco #arcanefanart https://t.co/0Rf4XxghYT"
## 
## [[34]]
## [1] "ZkyfalI: RT @CherryRobber: i just really like his face tbh\n#arcane #LeagueOfLegends #silco #arcanefanart https://t.co/0Rf4XxghYT"
## 
## [[35]]
## [1] "LunariDevota: RT @PoroSandia: my project is taking more time than i thought since my keyboard trolls me more than my team in a rank \n\nso i leave this her…"
## 
## [[36]]
## [1] "Steph_J_Millz: RT @StephJMillz1: New Book of Kamille chapter on the Twitch channel! My Twitch subscribers know what to do! 📺🎮⚔️💯🌎\n\n#leagueoflegends #Steph…"
## 
## [[37]]
## [1] "feleshtyn: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[38]]
## [1] "saoimyth: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[39]]
## [1] "ALEJOlize: RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C"
## 
## [[40]]
## [1] "Starrkzera: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[41]]
## [1] "druidbirds: RT @cnnmncntpd: Waaaaah, my girl Soraka is so pretty! I really loved the vibe of her splash art 😭🙏\n\n#leagueoflegends #leagueoflegendsfanart…"
## 
## [[42]]
## [1] "ace_ghambit: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[43]]
## [1] "IntrinsicGames: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/BE1ua0K4bZ https://t.co/oe2TqsFI35"
## 
## [[44]]
## [1] "Mrcastle08: RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL"
## 
## [[45]]
## [1] "RiderClubMain: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[46]]
## [1] "Joongi__: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[47]]
## [1] "RepulsiveMaid: RT @cnnmncntpd: Waaaaah, my girl Soraka is so pretty! I really loved the vibe of her splash art 😭🙏\n\n#leagueoflegends #leagueoflegendsfanart…"
## 
## [[48]]
## [1] "notnoctisumbria: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[49]]
## [1] "LXWasTaken: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[50]]
## [1] "EmilyHa19633868: RT @whxtelamb_cos: [...] In the future, one of us is alive. Hint : it's not you.🧁\n\n❤︎\nLeague Of Legends's Caitlyn Kiramman from ARCANE \n\n📸…"
## 
## [[51]]
## [1] "LOL_Art_Bot: RT @JoJoelleTV: Finales is killing me D:!!! Here's a lissandra study from LOL tho\n.\n.\n.\n#ArtistOnTwitter #artistontwt #LeagueOfLegendsFanAr…"
## 
## [[52]]
## [1] "rogerl0ver: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[53]]
## [1] "yeloan11: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[54]]
## [1] "lol_10x10: RT @PoroSandia: my project is taking more time than i thought since my keyboard trolls me more than my team in a rank \n\nso i leave this her…"
## 
## [[55]]
## [1] "BeytiaEduardo: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[56]]
## [1] "KasAidein: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[57]]
## [1] "witajuwu: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[58]]
## [1] "FufusArt: RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…"
## 
## [[59]]
## [1] "moroz_selina: RT @DailyTeenVi: guess who's back #Arcane #Vi #LeagueOfLegends https://t.co/Ohq8UdBwhJ"
## 
## [[60]]
## [1] "_FuriaBlanca_: A gift for a friend based on his main #Pantheon -#LeagueOfLegends - 2019 https://t.co/gQYV77hbTF"
## 
## [[61]]
## [1] "igotyour666: RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…"
## 
## [[62]]
## [1] "LAOSSAYE: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[63]]
## [1] "camilleeeexd: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[64]]
## [1] "IamBenStirling: RT @whxtelamb_cos: [...] In the future, one of us is alive. Hint : it's not you.🧁\n\n❤︎\nLeague Of Legends's Caitlyn Kiramman from ARCANE \n\n📸…"
## 
## [[65]]
## [1] "JoJoelleTV: Finales is killing me D:!!! Here's a lissandra study from LOL tho\n.\n.\n.\n#ArtistOnTwitter #artistontwt… https://t.co/Q1hNt87O0t"
## 
## [[66]]
## [1] "RivenStore: Hello there!\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#leagueoflegends #lolgame #lolgamer #rivenstore.com… https://t.co/I3g2qyUAHj"
## 
## [[67]]
## [1] "time_unraveled: RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…"
## 
## [[68]]
## [1] "visfreckle: RT @whxtelamb_cos: [...] In the future, one of us is alive. Hint : it's not you.🧁\n\n❤︎\nLeague Of Legends's Caitlyn Kiramman from ARCANE \n\n📸…"
## 
## [[69]]
## [1] "ABCtheGUY: RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ"
## 
## [[70]]
## [1] "VGalaxy_EN: RT @LumiereVtuber: Vtuber| Playing League of legends trying to level up?\n https://t.co/m6ixn2O8dW\n#Vtubers #VTuberEN #streamer #TeamFightTa…"
## 
## [[71]]
## [1] "ClipsToBingeOn: Join tonight as we play #LeagueOfLegends \n\nWhats your fav char????\n\n#twitch #gamingcommunity #gaming #league #pc… https://t.co/dCF1aMcxSx"
## 
## [[72]]
## [1] "caitIynsvi: RT @whxtelamb_cos: [...] In the future, one of us is alive. Hint : it's not you.🧁\n\n❤︎\nLeague Of Legends's Caitlyn Kiramman from ARCANE \n\n📸…"
## 
## [[73]]
## [1] "kogucik1519: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[74]]
## [1] "Alejopin051: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[75]]
## [1] "Stylish_Dante__: Who ever was my support this game I luv ya 😭 #leagueoflegends #twitchstr... https://t.co/64eLdChVla via @YouTube"
## 
## [[76]]
## [1] "ElenaStars711: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[77]]
## [1] "xxX_j0rj3_Xxx: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[78]]
## [1] "RizkiBu19604930: You can tell us what you think in the comments.🙉🙉🙉🙉🙉 #StarGuardian #LeagueofLegends #Gameplay #ФанАрт #GuardiãsEstelares"
## 
## [[79]]
## [1] "_BRAIANJUAREZ_: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[80]]
## [1] "acce_the_worst: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[81]]
## [1] "BlackRose_Drago: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[82]]
## [1] "Stylish_Dante__: I can count on my dawg 😎 #leagueoflegends #twitchstreamer #jhin https://t.co/e7ikBUDqJN via @YouTube"
## 
## [[83]]
## [1] "amaday69: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[84]]
## [1] "OnlyfansFTW: RT @jasikyu: Ruined Miss Fortune 💚 #LeagueOfLegends https://t.co/3ExGS6n2kU"
## 
## [[85]]
## [1] "OnlyfansFTW: RT @jasikyu: Caitlyn wanted vi so I became her #arcane #LeagueOfLegends https://t.co/rBahVYMFEH"
## 
## [[86]]
## [1] "OnlyfansFTW: RT @jasikyu: Coven Ahri selfies #LeagueOfLegends https://t.co/z1zx0erJwA"
## 
## [[87]]
## [1] "OnlyfansFTW: RT @jasikyu: Coven Evelynn cosplay after 2yrs 🫣#leagueoflegends https://t.co/4WacCuzRT6"
## 
## [[88]]
## [1] "unpickel: RT @Ultrashokk: fixed her jacket #zeri #LeagueOfLegends https://t.co/jba8OId0UB"
## 
## [[89]]
## [1] "Malvina05832468: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[90]]
## [1] "xeIagi: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[91]]
## [1] "fluffypuffy0w0: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[92]]
## [1] "fluffypuffy0w0: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[93]]
## [1] "gay_do_lol: RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…"
## 
## [[94]]
## [1] "rahateor: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[95]]
## [1] "AlezzKY: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[96]]
## [1] "T5und3r3_T5u: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[97]]
## [1] "Sydney_DeM: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[98]]
## [1] "Fragile_Guts: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[99]]
## [1] "GalacticTitty: RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…"
## 
## [[100]]
## [1] "AlezzKY: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[101]]
## [1] "molowise: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[102]]
## [1] "smolartist101: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[103]]
## [1] "zakruo: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[104]]
## [1] "DiegGuu: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[105]]
## [1] "Local_crack_hut: RT @sarah_pim1: 🌸Long hair Neeko💙\n\n#LeagueOfLegends #ArtofLegends #neeko https://t.co/qN9hhs3FEx"
## 
## [[106]]
## [1] "50Two25: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[107]]
## [1] "eusoudede_: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[108]]
## [1] "samk1401_: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[109]]
## [1] "soranetarium_: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[110]]
## [1] "KathaliaRose: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[111]]
## [1] "lillylimm: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[112]]
## [1] "Valkareya: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[113]]
## [1] "softakali: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[114]]
## [1] "ciiichhhhhhaaa_: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[115]]
## [1] "preheatoven666: RT @CherryRobber: i just really like his face tbh\n#arcane #LeagueOfLegends #silco #arcanefanart https://t.co/0Rf4XxghYT"
## 
## [[116]]
## [1] "jellovice: RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…"
## 
## [[117]]
## [1] "preheatoven666: RT @CherryRobber: screencap redraw of the rat man! \n#silco #arcane #LeagueOfLegends #arcanefanart #fanart https://t.co/D2l7rtPigw"
## 
## [[118]]
## [1] "andychae_: RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…"
## 
## [[119]]
## [1] "pe_kiala: RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…"
## 
## [[120]]
## [1] "Joe_TazunaYTTD: RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…"
## 
## [[121]]
## [1] "IkaroIvyne: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[122]]
## [1] "DailyTeenVi: guess who's back #Arcane #Vi #LeagueOfLegends https://t.co/Ohq8UdBwhJ"
## 
## [[123]]
## [1] "eden_magicworm: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[124]]
## [1] "sweetie_hersh: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[125]]
## [1] "JostarJhonny: RT @PoroSandia: my project is taking more time than i thought since my keyboard trolls me more than my team in a rank \n\nso i leave this her…"
## 
## [[126]]
## [1] "SvellsongurBot: Difference between POV and When\n#LeagueOfLegends #LOL #Gwen #League https://t.co/K3BR9hngRK"
## 
## [[127]]
## [1] "Ootivatsug: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[128]]
## [1] "m_buonani: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[129]]
## [1] "Kaatamae: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[130]]
## [1] "LumiereVtuber: Vtuber| Playing League of legends trying to level up?\n https://t.co/m6ixn2O8dW\n#Vtubers #VTuberEN #streamer… https://t.co/QW1Rh6sPps"
## 
## [[131]]
## [1] "AntonioIvanLA: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[132]]
## [1] "IntrinsicGames: RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…"
## 
## [[133]]
## [1] "StringsNBullets: RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…"
## 
## [[134]]
## [1] "Tali_Hawke: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[135]]
## [1] "IntrinsicGames: RT @DunkmasterSett: DUNK!!\n272 PTS\n#Dunkmaster🏀 #FeelIonia🍃#LeagueOfLegends👊"
## 
## [[136]]
## [1] "IntrinsicGames: RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…"
## 
## [[137]]
## [1] "Mdndt1: Just a Middle Of The Road Player  https://t.co/Apm5aCxKAw\n\n#leagueoflegends #league #lol #gamiming #streaming… https://t.co/nB2hKYiCPs"
## 
## [[138]]
## [1] "cell0phan3: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[139]]
## [1] "R4mpeiG: RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…"
## 
## [[140]]
## [1] "DunkmasterSett: DUNK!!\n272 PTS\n#Dunkmaster🏀 #FeelIonia🍃#LeagueOfLegends👊"
## 
## [[141]]
## [1] "durani_art: RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…"
## 
## [[142]]
## [1] "LoLMemesBot: Karthus gaming\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/DfpVTday7f"
## 
## [[143]]
## [1] "srjikks: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[144]]
## [1] "MIMlCHAMA: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[145]]
## [1] "Vanish_shinn: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[146]]
## [1] "_mafusoratr: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[147]]
## [1] "RhiLai_Art: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[148]]
## [1] "RivenStore: Like and Share if you have been fan since day 1\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo… https://t.co/kzUgWn4FP3"
## 
## [[149]]
## [1] "NatArtandChoco1: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[150]]
## [1] "wingedwoof: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[151]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 23:58 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 7.920\n🥈 #ElmiilloR➖Viewers: 6.637\n🥉… https://t.co/wSyGVEwVDC"
## 
## [[152]]
## [1] "Pan_dulceuwu: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[153]]
## [1] "RhiLai_Art: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[154]]
## [1] "Ibumx: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[155]]
## [1] "Absindimyrgitus: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[156]]
## [1] "Ionic_Wind: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[157]]
## [1] "KutetsKute: RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…"
## 
## [[158]]
## [1] "Nazarenart: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[159]]
## [1] "Bloomdotwav: RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…"
## 
## [[160]]
## [1] "PrettyMogeko: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[161]]
## [1] "sweetmeloboy: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[162]]
## [1] "FruityyCupcake: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[163]]
## [1] "Where_Wolf_: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[164]]
## [1] "elcatriin: Pentakill...\nMomentos con Samira en Wild Rift .\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n#Wildrift #LeagueOfLegends #viral #WardiG… https://t.co/PNoias4RQr"
## 
## [[165]]
## [1] "Gellusz: RT @UnrankedSmurfs: Breaking news!\nHopefully, he will be on your team tho.\n #LeagueOfLegends #Funny #Meme https://t.co/mWBswSg2QX"
## 
## [[166]]
## [1] "Thel0n: RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ"
## 
## [[167]]
## [1] "Tianeptin_: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[168]]
## [1] "edgy_on_purpose: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[169]]
## [1] "GINE_WR: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[170]]
## [1] "NolegMcDowell: RT @NolegAdvanced: \"Hunger never sleep.\"\n\n@LeagueOfLegends #LeagueOfLegends #ArtofLegends https://t.co/Cr6sMuezPN"
## 
## [[171]]
## [1] "endiebendie: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[172]]
## [1] "FenrirTheHunter: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[173]]
## [1] "GedudoInk: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[174]]
## [1] "heaven_rj: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[175]]
## [1] "Micchonstars: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[176]]
## [1] "PreachBigLoL: Look at the Rell microtechnology under a microscope and all you see is METAL\n\nhttps://t.co/ydWlzxhJHv\n\n#rell… https://t.co/H0HxhtUZBo"
## 
## [[177]]
## [1] "loreofruneterra: A way to rework Zyra and make Corina Veraza playable.: Situation: \n\nTraveling Merchants brought an exotic plant and… https://t.co/c4GXe15MuH"
## 
## [[178]]
## [1] "FerringtheSylvi: RT @RukiaDaichi: Blood Moon Evelynn! ꉂ(ˊᗜˋ*)♡\n\n#LeagueOfLegends\n#ArtofLegends https://t.co/uJBjBpIYOu"
## 
## [[179]]
## [1] "trueLeStang: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[180]]
## [1] "FerringtheSylvi: RT @RukiaDaichi: Doodle of the lil angsty yordle \n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#ArtofLegends https://t.co/DtammexkXP"
## 
## [[181]]
## [1] "lilliafication: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[182]]
## [1] "Alarothserana: RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…"
## 
## [[183]]
## [1] "AlfheimFreyr: RT @Chizu_Artwork: Finished! I am very surprised how my style changes. But I think I'm improving a bit. I'm still not happy with the colors…"
## 
## [[184]]
## [1] "misul_sebiny: RT @myrrhneo: he is 😳\n#LeagueOfLegends #LeagueOfLegendsFanArt #Yone https://t.co/ouL0QxGGnM"
## 
## [[185]]
## [1] "sebiny74: RT @myrrhneo: he is 😳\n#LeagueOfLegends #LeagueOfLegendsFanArt #Yone https://t.co/ouL0QxGGnM"
## 
## [[186]]
## [1] "KathaliaRose: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[187]]
## [1] "alex_tlacuy: RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…"
## 
## [[188]]
## [1] "kphwu7554h3_hg: RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…"
## 
## [[189]]
## [1] "GalaLunaWolf: RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…"
## 
## [[190]]
## [1] "_Benji69: RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…"
## 
## [[191]]
## [1] "IntrinsicGames: RT @esports12K: Blitzcrank’s self-slow is eventually put to use by league players @LeagueOfLegends\nCheckout the full story: https://t.co/lM…"
## 
## [[192]]
## [1] "IntrinsicGames: RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…"
## 
## [[193]]
## [1] "yuuneelli: RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…"
## 
## [[194]]
## [1] "JesseTa34766668: RT @esports12K: Blitzcrank’s self-slow is eventually put to use by league players @LeagueOfLegends\nCheckout the full story: https://t.co/lM…"
## 
## [[195]]
## [1] "_blclv: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[196]]
## [1] "Shauniiiiie: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[197]]
## [1] "Josstevaan_22: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[198]]
## [1] "Ragz_Melody: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[199]]
## [1] "StoneTaliyah: RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…"
## 
## [[200]]
## [1] "papipapipair: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[201]]
## [1] "chicken_safe: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[202]]
## [1] "spacegoat4ever: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[203]]
## [1] "YoloTaube: RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…"
## 
## [[204]]
## [1] "GothiccMushroom: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[205]]
## [1] "AllTaric: RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…"
## 
## [[206]]
## [1] "papuchochoe: RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…"
## 
## [[207]]
## [1] "the_madjack: RT @viniSfw: Evelynn Death Sworn Fan skin \n#WildRift #LeagueOfLegendsFanArt #LeagueOfLegends @riotgames #Evelynn #ibisPaintX https://t.co/r…"
## 
## [[208]]
## [1] "Capt_Serotonin: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[209]]
## [1] "Nacholacalaca22: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[210]]
## [1] "RetweetVT: RT @flyying_raijin: Hey Hey whats up everyone? Sorry for the small break but we are back again tonight we doing another drunk stream playin…"
## 
## [[211]]
## [1] "Batata_owo: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[212]]
## [1] "LOL_Art_Bot: RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…"
## 
## [[213]]
## [1] "likeTheSeed: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[214]]
## [1] "Crusyto: RT @Inkspirate_art: Jinx 💥 Powder\n\n#Arcane #ArcaneFanArt #LeagueOfLegends #ArtofLegends #Jinx 💥\nhttps://t.co/QJsywY55UP ✍️🏻 https://t.co/C0…"
## 
## [[215]]
## [1] "ajobninja: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[216]]
## [1] "Qoslaw: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[217]]
## [1] "BigBadHuff: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[218]]
## [1] "LadyFortune5: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[219]]
## [1] "viniSfw: Seraphine glorious crimson- in progress\n#wildrift #LeagueOfLegends #League_of_Legends #Fanart #ibisPaintX… https://t.co/4wNiL4f8I0"
## 
## [[220]]
## [1] "faro1up: There is no way this is balanced 🤯 #leaguetwt @riotgames @LeagueOfLegends  #LeagueOfLegends https://t.co/zjYPyjcRxk"
## 
## [[221]]
## [1] "flyying_raijin: Hey Hey whats up everyone? Sorry for the small break but we are back again tonight we doing another drunk stream pl… https://t.co/ZbMukode6R"
## 
## [[222]]
## [1] "sunstoriess: RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…"
## 
## [[223]]
## [1] "AyeYoPenguini: Riot is giving me a birthday present this year and its gonna be preseason being fucking over.\n\n#LeagueOfLegends"
## 
## [[224]]
## [1] "tearsinblossom: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[225]]
## [1] "Iamshy_2: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[226]]
## [1] "CamaradaAlves5: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[227]]
## [1] "ULTIMATEFUKOUDA: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[228]]
## [1] "goodsmiIe: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[229]]
## [1] "Kevingks: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[230]]
## [1] "rNww3GKMfBH5cn0: RT @cyanceebee: 2 out of 6 Pride sketches from last year! These were the closest to being finished but the project was too ambitious 🥲 #Lea…"
## 
## [[231]]
## [1] "CrustedDick: RT @LaurenMorXO: Quitting league until I find someone who I can duo with cuz all these kids in solo q are dumb af #LeagueOfLegends"
## 
## [[232]]
## [1] "Aravira98: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[233]]
## [1] "SeanNibzy: RT @theScoreesports: Rekkles Is Back 😲\n\n▶️ https://t.co/Yzzq4MaSRL\n\n#LeagueOfLegends https://t.co/J8eC07tJWr"
## 
## [[234]]
## [1] "P00kN00t: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[235]]
## [1] "undeadr3birth: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[236]]
## [1] "anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt… https://t.co/dnADWd4JG1"
## 
## [[237]]
## [1] "lola_tsubasa: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[238]]
## [1] "EvilKhazix: RT @BartholomauEUNE: Taking commissions for cute animated stream cameras with emotes ^^\n\nRetweet if you like\nHit me up if interested\n#Leagu…"
## 
## [[239]]
## [1] "TheNone0: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[240]]
## [1] "DarkVexon: RT @cnnmncntpd: Waaaaah, my girl Soraka is so pretty! I really loved the vibe of her splash art 😭🙏\n\n#leagueoflegends #leagueoflegendsfanart…"
## 
## [[241]]
## [1] "TGWUO: RT @Inkspirate_art: Jinx 💥 Powder\n\n#Arcane #ArcaneFanArt #LeagueOfLegends #ArtofLegends #Jinx 💥\nhttps://t.co/QJsywY55UP ✍️🏻 https://t.co/C0…"
## 
## [[242]]
## [1] "Aetherwyvern: RT @ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq"
## 
## [[243]]
## [1] "settits_: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[244]]
## [1] "FluffyAkagi: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[245]]
## [1] "calamittens: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[246]]
## [1] "thelamestt: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[247]]
## [1] "sosna564: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[248]]
## [1] "mitskizita: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[249]]
## [1] "jeyelnever: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[250]]
## [1] "jpeghanzo: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[251]]
## [1] "gumiholic_: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[252]]
## [1] "RepulsiveMaid: RT @tikitorchies: Lets get some lineart done for Coven Neeko!!! Now live!\n\n#LeagueOfLegends #VtubersEN #LeagueOfLegendsFanArt https://t.co/…"
## 
## [[253]]
## [1] "CovertCassius: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[254]]
## [1] "RepulsiveMaid: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[255]]
## [1] "rafatroll450: RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…"
## 
## [[256]]
## [1] "TheNone0: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[257]]
## [1] "Ojitomo78: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[258]]
## [1] "HeadEmptyDevil: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[259]]
## [1] "MuriloveLive: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[260]]
## [1] "spaceylux: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[261]]
## [1] "Xere_vastaya: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[262]]
## [1] "HecalyNezu: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[263]]
## [1] "HecalyNezu: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[264]]
## [1] "sebasWithles011: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[265]]
## [1] "sir_Shadfag: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[266]]
## [1] "suenodeamore: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[267]]
## [1] "Kankittynooget: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[268]]
## [1] "Willmanworld: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[269]]
## [1] "TealVelvet: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[270]]
## [1] "Rusa_Diffusion: Ahri and Lux #midjourney #Ahri #Lux #LeagueOfLegends #nijijourney #AIart #stablediffusion #midjourneyV4 https://t.co/1E6lWZU2wE"
## 
## [[271]]
## [1] "RynKa487: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[272]]
## [1] "Vitorpoc123: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[273]]
## [1] "MrOrxata: RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…"
## 
## [[274]]
## [1] "LOL_Art_Bot: RT @viniSfw: Evelynn Death Sworn Fan skin \n#WildRift #LeagueOfLegendsFanArt #LeagueOfLegends @riotgames #Evelynn #ibisPaintX https://t.co/r…"
## 
## [[275]]
## [1] "tori_ichigo_Ss: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/cKxkBnhZ87"
## 
## [[276]]
## [1] "adrialae: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[277]]
## [1] "Eona2828: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[278]]
## [1] "LoLRoundUp_: Today's Lol Esports Round Up covers the news out of DIG, BDS and BLG from the last 24 hours. #LeagueOfLegends #lec… https://t.co/1wJMhO9J34"
## 
## [[279]]
## [1] "shizzleytb: BATTLE ACADEMIA AKSHAN (Wild Rift) - League of Legends Custom Skin https://t.co/fmABm6dgCp via @YouTube… https://t.co/2N9tmWl7TZ"
## 
## [[280]]
## [1] "HenryWi22693929: RT @LoLMemesBot: Why add an item that makes us useless\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worl…"
## 
## [[281]]
## [1] "Gonedos: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[282]]
## [1] "Oscar_Vianqui: RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU"
## 
## [[283]]
## [1] "SHATOSHIGEKOUGA: RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C"
## 
## [[284]]
## [1] "FunnyB0neMan: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[285]]
## [1] "viniSfw: Evelynn Death Sworn Fan skin \n#WildRift #LeagueOfLegendsFanArt #LeagueOfLegends @riotgames #Evelynn #ibisPaintX https://t.co/rdWJYTYiao"
## 
## [[286]]
## [1] "Kaethuhlu: RT @kizimiyo: The Ruined King Viego 💚\n#LeagueOfLegends #LeagueOfLegendsFanArt #art #draw #LoLFanart #viego #theruinedking https://t.co/Tesz…"
## 
## [[287]]
## [1] "tori_ichigo_Ss: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/jLdDp1CiRl"
## 
## [[288]]
## [1] "Labyrinthsbox: RT @L0VERSEYES: they will never be besties... *spits cereal*\n#leagueoflegends #rhaast #jinx https://t.co/DsfXCufMCj"
## 
## [[289]]
## [1] "HuntressSpectre: 🔴LIVE NOW🔴\n\nSome good ol League of Legends w/ @Kitsuki_VT AND @EllendariKumori \n\n🔻🔻🔻🔻🔻🔻🔻🔻🔻🔻🔻… https://t.co/p4ThZFvtYE"
## 
## [[290]]
## [1] "SunDoesArt_: RT @_Karruzed_: I did a sketch of a creature from a game I don't even play. I wonder where she comes from🤔\n\n#LeagueOfLegends #furries #kind…"
## 
## [[291]]
## [1] "Labyrinthsbox: RT @L0VERSEYES: jinx and kayn doodle 🚀 #leagueoflegends https://t.co/z6KN1rP5o6"
## 
## [[292]]
## [1] "Brand_6752: Just learned I can earn League points through Xbox's rewards so you'll catch me doing every Game Pass Quest from no… https://t.co/QT9k5WOBJT"
## 
## [[293]]
## [1] "zxcaki: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[294]]
## [1] "__MeriBe: RT @ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq"
## 
## [[295]]
## [1] "Retweelgend: RT @Nanal0l: 😎PMA GRIND😎Interactive streamer😎Totally not a one trick😎 \n\nLive now at Twitch . tv / Nana ! 🔗\n\n#LeagueOfLegends #Twitch #Twitc…"
## 
## [[296]]
## [1] "Nanal0l: 😎PMA GRIND😎Interactive streamer😎Totally not a one trick😎 \n\nLive now at Twitch . tv / Nana ! 🔗\n\n#LeagueOfLegends… https://t.co/5R32JuoMoe"
## 
## [[297]]
## [1] "summerswirlarts: RT @starblussh: Gwen in a cute dress 🛐\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #gwenlol https://t.co/v2WSABf0Np"
## 
## [[298]]
## [1] "StephJMillz1: New Book of Kamille chapter on the Twitch channel! My Twitch subscribers know what to do! 📺🎮⚔️💯🌎\n\n#leagueoflegends… https://t.co/3RfysDOg6a"
## 
## [[299]]
## [1] "Strawberymoment: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[300]]
## [1] "CorruptAngelo: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[301]]
## [1] "tori_ichigo_Ss: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/f1SSpZGebU"
## 
## [[302]]
## [1] "LOL_Art_Bot: RT @NolegAdvanced: \"Hunger never sleep.\"\n\n@LeagueOfLegends #LeagueOfLegends #ArtofLegends https://t.co/Cr6sMuezPN"
## 
## [[303]]
## [1] "ssznshadow: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[304]]
## [1] "PoroSandia: my project is taking more time than i thought since my keyboard trolls me more than my team in a rank \n\nso i leave… https://t.co/q4hD5UrM8Q"
## 
## [[305]]
## [1] "SnowGirlHD: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[306]]
## [1] "0ceanSoul_: Sometimes I do traditional art too and I wanted to draw my blorbo #LeagueOfLegends #rakan #sketch https://t.co/WIHfsWpaDg"
## 
## [[307]]
## [1] "Lunahrix: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[308]]
## [1] "alatuscos_: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[309]]
## [1] "SamuwuK: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[310]]
## [1] "spadethespud: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[311]]
## [1] "aireenvena: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[312]]
## [1] "BKampourakis: RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…"
## 
## [[313]]
## [1] "Mairkou: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[314]]
## [1] "AnimeDDanceR: RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C"
## 
## [[315]]
## [1] "aureousCopycat: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[316]]
## [1] "IntrinsicGames: RT @NolegAdvanced: \"Hunger never sleep.\"\n\n@LeagueOfLegends #LeagueOfLegends #ArtofLegends https://t.co/Cr6sMuezPN"
## 
## [[317]]
## [1] "plantninjatv: This is the real reason why #LeagueOfLegends https://t.co/YRkx0dFaTK"
## 
## [[318]]
## [1] "ssznshadow: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[319]]
## [1] "IntrinsicGames: RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…"
## 
## [[320]]
## [1] "zxcaki: RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…"
## 
## [[321]]
## [1] "NolegAdvanced: \"Hunger never sleep.\"\n\n@LeagueOfLegends #LeagueOfLegends #ArtofLegends https://t.co/Cr6sMuezPN"
## 
## [[322]]
## [1] "LoLMemesBot: carry potter\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/UJaPtlPxGO"
## 
## [[323]]
## [1] "FufusArt: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[324]]
## [1] "RoberSTFU: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[325]]
## [1] "GEerech: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[326]]
## [1] "Loganort02: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[327]]
## [1] "Denzhy: I've used this wig for so many cosplays now!! My favorite ♡\n\nSlaybelle Katarina this time! ☺️\n\n#LeagueOfLegends… https://t.co/OAx4wxE7xo"
## 
## [[328]]
## [1] "progressmachin4: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[329]]
## [1] "summerswirlarts: RT @kizimiyo: The Ruined King Viego 💚\n#LeagueOfLegends #LeagueOfLegendsFanArt #art #draw #LoLFanart #viego #theruinedking https://t.co/Tesz…"
## 
## [[330]]
## [1] "notoriouslydev: RT @damongreenhalgh: Spirit Blossom has such a fun and colorful aesthetic. Had a blast painting this and learned a lot too!\n\n#LeagueOfLegen…"
## 
## [[331]]
## [1] "gloriousrevol_: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[332]]
## [1] "StuProductions: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[333]]
## [1] "aerysta_epal: excuse me?! what's that ugly ass page get away gimme my normal runepage #leagueoflegends https://t.co/skNFBwE8kR"
## 
## [[334]]
## [1] "bitchbabyoclock: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[335]]
## [1] "StarlightsLoL: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[336]]
## [1] "LOL_Art_Bot: RT @starblussh: Gwen in a cute dress 🛐\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #gwenlol https://t.co/v2WSABf0Np"
## 
## [[337]]
## [1] "LOL_Art_Bot: RT @kizimiyo: The Ruined King Viego 💚\n#LeagueOfLegends #LeagueOfLegendsFanArt #art #draw #LoLFanart #viego #theruinedking https://t.co/Tesz…"
## 
## [[338]]
## [1] "HFiend67: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[339]]
## [1] "CATBR3AD: RT @cnnmncntpd: Waaaaah, my girl Soraka is so pretty! I really loved the vibe of her splash art 😭🙏\n\n#leagueoflegends #leagueoflegendsfanart…"
## 
## [[340]]
## [1] "pillowtalk_3: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[341]]
## [1] "notoriouslydev: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[342]]
## [1] "moonshoook: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[343]]
## [1] "RivenStore: What do you think?\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/WNlMeAuZcF"
## 
## [[344]]
## [1] "ph0esy: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[345]]
## [1] "dittoronaldo: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[346]]
## [1] "K1ngabsol: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[347]]
## [1] "Lina_Rain__: RT @ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq"
## 
## [[348]]
## [1] "MathIlustra: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[349]]
## [1] "OrgasmicHaybale: Now that we have AI technology that can create an image of anything, what does the average League of Legends player… https://t.co/EX4xXcm0Pi"
## 
## [[350]]
## [1] "boostkingdom: Get cheap Eloboost before season start to boost your mmr #LeagueOfLegends"
## 
## [[351]]
## [1] "SaikouHakou: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[352]]
## [1] "andreitolol: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[353]]
## [1] "Perkdashboard: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[354]]
## [1] "defiantgladius: RT @dearestryna: Gwen helping Riven and Irelia getting along 💚💙❤️\n#LeagueOfLegends #LeagueOfLegendsFanArt #rivelia https://t.co/GC6soeAPuE"
## 
## [[355]]
## [1] "_Karruzed_: I did a sketch of a creature from a game I don't even play. I wonder where she comes from🤔\n\n#LeagueOfLegends… https://t.co/R1HixU8Jgg"
## 
## [[356]]
## [1] "starblussh: Gwen in a cute dress 🛐\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #gwenlol https://t.co/v2WSABf0Np"
## 
## [[357]]
## [1] "Lafanartfuture: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[358]]
## [1] "kizimiyo: The Ruined King Viego 💚\n#LeagueOfLegends #LeagueOfLegendsFanArt #art #draw #LoLFanart #viego #theruinedking https://t.co/TeszukEjrR"
## 
## [[359]]
## [1] "fanartformehi: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[360]]
## [1] "Crapeman1233: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[361]]
## [1] "KaijuZ: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[362]]
## [1] "DailySylas: RT @hi__host: rating (almost) every Sylas !! \n~~\n#sylas #LeagueOfLegends #lol https://t.co/mSzi73YeKE"
## 
## [[363]]
## [1] "NotLabrinth: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[364]]
## [1] "julis4rt: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[365]]
## [1] "JuanGom67848765: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[366]]
## [1] "TwnyaKat: Easy Vi cosplay #LeagueOfLegends https://t.co/xZxc9MXdmW"
## 
## [[367]]
## [1] "GodsGameFreak: RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C"
## 
## [[368]]
## [1] "LadySpade101: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[369]]
## [1] "EsportsTweeter: RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…"
## 
## [[370]]
## [1] "itsmeTsuTsu: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[371]]
## [1] "jujuzonha_: RT @_kyuyaa: Rules are made to be broken... like buildings! Or people! 💗🍥 Tcha-tcha-tcha-tcha! \n\n#jinx #LeagueOfLegends @LoLegendsBR https:…"
## 
## [[372]]
## [1] "JuanGom67848765: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[373]]
## [1] "cherieguro: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[374]]
## [1] "AWindtalon: RT @ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq"
## 
## [[375]]
## [1] "JerkyProEsports: RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…"
## 
## [[376]]
## [1] "rizawaii: RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…"
## 
## [[377]]
## [1] "K1mkimi: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[378]]
## [1] "Maluma_Malysh: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[379]]
## [1] "GiwrgosIordani1: RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…"
## 
## [[380]]
## [1] "mehrartz: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[381]]
## [1] "hypinico: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[382]]
## [1] "c2h4n: RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C"
## 
## [[383]]
## [1] "_EnOre_: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[384]]
## [1] "Fortune5an: RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C"
## 
## [[385]]
## [1] "SirPvitor1: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[386]]
## [1] "v_vKat_: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[387]]
## [1] "IntrinsicGames: RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C"
## 
## [[388]]
## [1] "pIasmagica: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[389]]
## [1] "AtsuKcig: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[390]]
## [1] "EflareFirestar: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[391]]
## [1] "charlot2b9s5: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[392]]
## [1] "IntrinsicGames: RT @Phalanxus: #Anivia keeping the brothers in check 💙\n\n#volibear #ornn #ArtofLegends #art #LeagueOfLegends #LeagueOfLegendsFanArt #comic h…"
## 
## [[393]]
## [1] "Choco_Shorty: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[394]]
## [1] "Sahri4feedin: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[395]]
## [1] "IntrinsicGames: RT @Cookie3w3: The Gods of Freljord UWU\n\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Volibear #Ornn #Anivia #Freljord https://t.…"
## 
## [[396]]
## [1] "Guy_Behind_You2: RT @Cookie3w3: The Gods of Freljord UWU\n\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Volibear #Ornn #Anivia #Freljord https://t.…"
## 
## [[397]]
## [1] "Guy_Behind_You2: RT @Phalanxus: #Anivia keeping the brothers in check 💙\n\n#volibear #ornn #ArtofLegends #art #LeagueOfLegends #LeagueOfLegendsFanArt #comic h…"
## 
## [[398]]
## [1] "TheExtah: RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C"
## 
## [[399]]
## [1] "CodaBear48: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[400]]
## [1] "zver_gre: RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…"
## 
## [[401]]
## [1] "KlDEKi: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[402]]
## [1] "Solar_Edge: RT @NsNapk1: At last, he can finally hear something that aren't the screams of the damned or the Maiden rambling in his ear. It's a nice ch…"
## 
## [[403]]
## [1] "steiiasaurus: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[404]]
## [1] "hauntedsilver3: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[405]]
## [1] "Peter_S325: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[406]]
## [1] "Ambitionless12: RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…"
## 
## [[407]]
## [1] "vampreds: RT @Descendeus1: 🌸🪷MOONCAKE🌸🪷\n\n#Settphel  #spiritblossom #RIOT #RiotGames #LeagueOfLegends #SETT #Aphelios https://t.co/tr91A3r0Zi"
## 
## [[408]]
## [1] "voland_lol: RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…"
## 
## [[409]]
## [1] "Dayflowersr: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[410]]
## [1] "SRG_Nayaruko: RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…"
## 
## [[411]]
## [1] "MikaHeartt: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[412]]
## [1] "DelemKi: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[413]]
## [1] "josejulate: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[414]]
## [1] "saito_san23: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[415]]
## [1] "Color__lol: RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…"
## 
## [[416]]
## [1] "notallwitches: RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP"
## 
## [[417]]
## [1] "BigBadBear_: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[418]]
## [1] "AlexTzitzi2: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/rdTZlyZLbG"
## 
## [[419]]
## [1] "ZannGRE: RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…"
## 
## [[420]]
## [1] "SandskillArt: RT @funky_pepe: Day 6 - Battle Tiger Vi\n\n#conceptober2022  hosted by  @EraiViolett\n#LeagueOfLegends #ArtOfLegends #Vi https://t.co/vCT1CyM9…"
## 
## [[421]]
## [1] "art_ilik: I recently got back into League, basically play 1-2 ARAMs to unwind and I'm happy to announce, my insane luck with… https://t.co/Esq4YQ7ter"
## 
## [[422]]
## [1] "OjiroSniper: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[423]]
## [1] "PeridotNunes: RT @Patchy_art: Wanted to try drawing in a different way so here is the result, Neeko again\n\n#Neeko #LeagueOfLegends #LeagueOfLegendsFanArt…"
## 
## [[424]]
## [1] "Pixcelerator: RT @fnkdrg: Just messing around on Aseprite.\n#pixelart #LeagueOfLegends https://t.co/c6vvCHNzKm"
## 
## [[425]]
## [1] "fnkdrg: Just messing around on Aseprite.\n#pixelart #LeagueOfLegends https://t.co/c6vvCHNzKm"
## 
## [[426]]
## [1] "Alliethekitty: RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU"
## 
## [[427]]
## [1] "AmaruIshikawa: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[428]]
## [1] "JadeGothUwU: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[429]]
## [1] "GoldknightGG: ICYMI: We talk about the time change in the #LCS and also about Timing of Objectives in League. Lets get into this!… https://t.co/W3BjX51o1p"
## 
## [[430]]
## [1] "kingstead_: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[431]]
## [1] "happilyhumming: RT @ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq"
## 
## [[432]]
## [1] "JadeGothUwU: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[433]]
## [1] "SeilenC13: RT @Xion_Eisenhart: W-W-What do you mean? *oh my she is looking at my eyes, she is so close I'm going to faint* #caitvi #arcane #cosplay #L…"
## 
## [[434]]
## [1] "Ki_demption: RT @dearestryna: Gwen helping Riven and Irelia getting along 💚💙❤️\n#LeagueOfLegends #LeagueOfLegendsFanArt #rivelia https://t.co/GC6soeAPuE"
## 
## [[435]]
## [1] "NsNapk1: RT @NsNapk1: Suggested plus-sized #Alune.🌕\n\n#artistsontwitter #ArtofLegends #LeagueOfLegends https://t.co/b3rIZue6ks"
## 
## [[436]]
## [1] "RivenStore: How ya doin`?\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lolstuff https://t.co/CROzHu9QUZ"
## 
## [[437]]
## [1] "notallwitches: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[438]]
## [1] "Torinoko647: RT @bichhoan1997: Happy Lunar New Year. 🐃🧧Here my new painting, nightblossom Yasuo enjoys a yogurt chocopie. #yasuo #spiritblossom #ArtofLe…"
## 
## [[439]]
## [1] "GeorgeCraigie4: RT @lorddumbb: [DT] Back to the old days [2]\n\nAnother young Silco doodles \n\n#arcane #ArcaneArt #Silco #silcofanart #youngsilco #doodle #Lea…"
## 
## [[440]]
## [1] "ricca_muffen: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[441]]
## [1] "leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports… https://t.co/eFkQRnUG8T"
## 
## [[442]]
## [1] "jaycegiopara: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[443]]
## [1] "hayamaruna_gold: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[444]]
## [1] "lyndrama: RT @AAAADDDDing: sett is coming!\n#SETT #LeagueOfLegends #ArtofLegends #spiritblossom https://t.co/j6ErUBKBtJ"
## 
## [[445]]
## [1] "MirkoWolfhard: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[446]]
## [1] "YoloTaube: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[447]]
## [1] "CinmaB: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[448]]
## [1] "_ExiledRiven: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[449]]
## [1] "MarkJazbec: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[450]]
## [1] "IntrinsicGames: RT @Chertiloida_art: Gift for @nice_pebble_tea\n#Kaisa #Ezreal #leagueoflegends #artoflegends https://t.co/UNENi8LFwK"
## 
## [[451]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 22:20 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 8.379\n🥈 #ElmiilloR➖Viewers: 2.757\n🥉… https://t.co/d6nezA9gnM"
## 
## [[452]]
## [1] "preheatoven666: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[453]]
## [1] "HassanAlJamri1: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[454]]
## [1] "IntrinsicGames: RT @NerfWindWall: nerf Yasuo's Wind Wall #LeagueOfLegends"
## 
## [[455]]
## [1] "IntrinsicGames: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[456]]
## [1] "Jossy201TRM: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[457]]
## [1] "NerfWindWall: nerf Yasuo's Wind Wall #LeagueOfLegends"
## 
## [[458]]
## [1] "lamespin: RT @Chertiloida_art: Gift for @nice_pebble_tea\n#Kaisa #Ezreal #leagueoflegends #artoflegends https://t.co/UNENi8LFwK"
## 
## [[459]]
## [1] "yolo_kurama: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[460]]
## [1] "PentakillRell: Day 753: No news on Pentakill Rell 🖤\n#LeagueOfLegends #Pentakill #Rell"
## 
## [[461]]
## [1] "MirkoWolfhard: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[462]]
## [1] "rodrongas: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[463]]
## [1] "Skeevius: RT @lumieluna: You're perfect.\n#Arcane #leagueoflegends #Jinx https://t.co/yMGmNvBojs"
## 
## [[464]]
## [1] "VShmalerie: RT @ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq"
## 
## [[465]]
## [1] "rosstabowl_ross: RT @Gamer_Iss101: Ah yes my second 3D art and I'm starting to get the hang of it \n#sfm #ahri #kasumi #LeagueOfLegends #Paladins #SourceFilm…"
## 
## [[466]]
## [1] "SolenYaArt: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[467]]
## [1] "TheNefistor: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[468]]
## [1] "Otakuinabox1: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[469]]
## [1] "Urmiyu93: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[470]]
## [1] "muunbunns: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[471]]
## [1] "lamespin: RT @NsNapk1: At last, he can finally hear something that aren't the screams of the damned or the Maiden rambling in his ear. It's a nice ch…"
## 
## [[472]]
## [1] "EmpanadaDepre: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[473]]
## [1] "Valkareya: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[474]]
## [1] "AlexAudiA4: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[475]]
## [1] "Guy_Behind_You2: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[476]]
## [1] "Foxanstar: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[477]]
## [1] "ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq"
## 
## [[478]]
## [1] "LeagueOfZazul: EXPRESS Jungle Coaching | Rift Herald in Season 13 https://t.co/GYGrWDK9JR via @YouTube \n\n#LeagueOfLegends #Junglemain #Khazixmains"
## 
## [[479]]
## [1] "Chalim88521086: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[480]]
## [1] "NsNapk1: RT @NsNapk1: At last, he can finally hear something that aren't the screams of the damned or the Maiden rambling in his ear. It's a nice ch…"
## 
## [[481]]
## [1] "NsNapk1: RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo"
## 
## [[482]]
## [1] "HaphazardDM: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[483]]
## [1] "NsNapk1: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[484]]
## [1] "Kaiju3nthusiast: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[485]]
## [1] "GrdGeneralSwain: RT @Asuramaru_arts: What is Love? Settphelios 💕\n\nSett model by: @sokurabbit\nAphelios by me\n\n#sett #aphelios #settphelios #leagueoflegends #…"
## 
## [[486]]
## [1] "murrlogic: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[487]]
## [1] "GroundGiant: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[488]]
## [1] "MahnThePie0318: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[489]]
## [1] "GeorgeCraigie4: RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa"
## 
## [[490]]
## [1] "LoLcitoposting: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[491]]
## [1] "LoLcitoposting: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[492]]
## [1] "yasuoenjoyerr: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[493]]
## [1] "GodinatC: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[494]]
## [1] "yasuoenjoyerr: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[495]]
## [1] "NONBINARYVI: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[496]]
## [1] "Chertiloida_art: RT @Chertiloida_art: Gift for @nice_pebble_tea\n#Kaisa #Ezreal #leagueoflegends #artoflegends https://t.co/UNENi8LFwK"
## 
## [[497]]
## [1] "StoneTaliyah: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[498]]
## [1] "EclipseVenexus: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[499]]
## [1] "GingerSapphic: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[500]]
## [1] "18kv_: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[501]]
## [1] "tomasz_ciborek_: #LeagueOfLegends people don't know how to think sometimes xD"
## 
## [[502]]
## [1] "ASED80136050: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[503]]
## [1] "sanha666: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[504]]
## [1] "belechtorVN: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[505]]
## [1] "raiinxdrops: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[506]]
## [1] "18kv_: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[507]]
## [1] "BrianJimnez19: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[508]]
## [1] "kyojinbeak: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[509]]
## [1] "LOL_Art_Bot: RT @tikitorchies: Lets get some lineart done for Coven Neeko!!! Now live!\n\n#LeagueOfLegends #VtubersEN #LeagueOfLegendsFanArt https://t.co/…"
## 
## [[510]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: \"Just build armor bro\" Starter Pack\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds…"
## 
## [[511]]
## [1] "_Miellam: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[512]]
## [1] "_Miellam: RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…"
## 
## [[513]]
## [1] "twistedballs_: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[514]]
## [1] "AngelxJulie: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[515]]
## [1] "tikitorchies: Lets get some lineart done for Coven Neeko!!! Now live!\n\n#LeagueOfLegends #VtubersEN #LeagueOfLegendsFanArt https://t.co/dePqFT4JE4"
## 
## [[516]]
## [1] "Kazyya7: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[517]]
## [1] "AllStarsLA: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[518]]
## [1] "FrenchZyzz: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[519]]
## [1] "noxianastolfo: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[520]]
## [1] "swordbestowed: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[521]]
## [1] "papuchochoe: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[522]]
## [1] "Lawuuhi: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[523]]
## [1] "aspivi: RT @funky_pepe: Day 6 - Battle Tiger Vi\n\n#conceptober2022  hosted by  @EraiViolett\n#LeagueOfLegends #ArtOfLegends #Vi https://t.co/vCT1CyM9…"
## 
## [[524]]
## [1] "notmiseria: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[525]]
## [1] "AlexHCbr: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[526]]
## [1] "HERO__VT: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[527]]
## [1] "miccostumes: ✨🌟Guard the Stars🌟✨\n\n🛒https://t.co/alOR9r5OsC\n\n📅Dec 20 - Dec 26\n\n30% OFF for 1st - 5th\n\n25% OFF for 6th - 10th… https://t.co/evBHdAZDmY"
## 
## [[528]]
## [1] "vis_cupcake: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[529]]
## [1] "LoLMemesBot: \"Just build armor bro\" Starter Pack\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/NjFuplmkal"
## 
## [[530]]
## [1] "TheTaliyahCHAD: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[531]]
## [1] "catombix: Vayne gives a steady amount of physical damage, and Miss Fortune is in her repertoire as always – taking out the wh… https://t.co/OZ0XPWG2o7"
## 
## [[532]]
## [1] "Chantilily_Noir: RT @leochamposa: Oh no, Vander is now a furry 🤔 \n\n#LeagueOfLegends #ArtofLegends #creadoresdelollatam #warwick #vi #jinx #arcane https://t.…"
## 
## [[533]]
## [1] "MrMash01: RT @xAndrastax: Arcane on Netflix is coming! \nJust a few days 💕💙 I'm patient, I'm patient, I'm patient... OH I'M NOT! 😖😖\n\n#arcane #arcanesh…"
## 
## [[534]]
## [1] "catombix: I have a hard time not dressing up Nasus as a tank 😅 he's actually a carry and needs an attack boost, but who would… https://t.co/8HseZgkq8n"
## 
## [[535]]
## [1] "empticandy: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[536]]
## [1] "MekaniDragon_OP: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[537]]
## [1] "MrMash01: RT @xAndrastax: I'm gonna do another shoot as Jinx from @arcaneshow ! I hope you're not tired of her 😂😂💙💙 wait for a lot of good content 😏😏…"
## 
## [[538]]
## [1] "prestigeclipse: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[539]]
## [1] "Loonie090: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[540]]
## [1] "pxnkrocket: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[541]]
## [1] "TheRealMatterom: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[542]]
## [1] "MineVoidMC: RT @ckreater: BARREL GAME #lol #gaming #videogames #streamer #highlights #stream #leagueoflegends #fyp #fypツ #reels #viral #stream https://…"
## 
## [[543]]
## [1] "catombix: Another first place for the Anima squad today.\n\nNasus and Sylus are easy to pick up in T3 with high regularity from… https://t.co/7y0xstoxQP"
## 
## [[544]]
## [1] "TerryD23_: Not me posting my first youtube video (link in bio) #arcane #LeagueOfLegends #riotgames #arcanetwt https://t.co/UFPYs6kJry"
## 
## [[545]]
## [1] "terry_is_here_: Support diff :P\n#LeagueOfLegends #lol https://t.co/w1zwsnTDJL"
## 
## [[546]]
## [1] "gubonenkov: RT @juubiisan: Not sure what this trend is called but I’m obsessed 🤪\n#LeagueOfLegends #ahri #cosplay https://t.co/uaHQqVi8X2"
## 
## [[547]]
## [1] "cyb3rk1dx: bro, #LeagueOfLegends  skill level has gone far down. Got placed s1 on my ranked placements yesterday and already h… https://t.co/DlVe5M68Dz"
## 
## [[548]]
## [1] "EsportsAcs: End of Fall season awards.\nDecember 20th #ASAA #PLAYVS #alaskastateactivitiesassociation #HighSchoolEsports… https://t.co/SGnIi65I6b"
## 
## [[549]]
## [1] "Krotia2: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[550]]
## [1] "RivenStore: What do you think?\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#leagueoflegends #lolgame #lolgamer #rivenstore.com… https://t.co/v7X4IGjf8c"
## 
## [[551]]
## [1] "KraxlerFox: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[552]]
## [1] "TheRoseyRC: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[553]]
## [1] "Arashi32116948: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[554]]
## [1] "Dr_Oshawott: RT @lPopotrix: Smoking day...\nWhat are they watching at?\n~\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ue1w6HCTuZ"
## 
## [[555]]
## [1] "ckreater: BARREL GAME #lol #gaming #videogames #streamer #highlights #stream #leagueoflegends #fyp #fypツ #reels #viral #stream https://t.co/yEqcPpYJRa"
## 
## [[556]]
## [1] "Yoshimitsumii: RT @odeko_yma: Here's the full comic about Ruined Lillia and Yone as I promised 💦\n\nSupport me on PATREON to find a HD version, sketches and…"
## 
## [[557]]
## [1] "VikingKingJay: Holidays on the Rift. Come tell me about your holiday plans.\n\n#leagueoflegends #twitch #twitchstreamer… https://t.co/7vka8wvG9q"
## 
## [[558]]
## [1] "WhiteHoloSakura: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[559]]
## [1] "fre334: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[560]]
## [1] "AGFjuristagamer: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[561]]
## [1] "Foxnathh: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[562]]
## [1] "DrKoca12: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[563]]
## [1] "linkuriboh: RT @XenoBla76578464: Sylas #LeagueOfLegends  #Montage  #sylas https://t.co/EhRyxKUIRv"
## 
## [[564]]
## [1] "buterzz_: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[565]]
## [1] "GDAutoArt: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[566]]
## [1] "VeiIara: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[567]]
## [1] "Greyfox451: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[568]]
## [1] "eazelpaint: RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU"
## 
## [[569]]
## [1] "catombix: Got purple \n\n#TFT #TeamFight #TeamFightTactics #LeagueOfLegends https://t.co/oHrOMgfm4Q"
## 
## [[570]]
## [1] "_Inozuka_: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[571]]
## [1] "CH0SOART: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[572]]
## [1] "Panduwu_: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[573]]
## [1] "elmaldalene: RT @XenoBla76578464: Sylas #LeagueOfLegends  #Montage  #sylas https://t.co/EhRyxKUIRv"
## 
## [[574]]
## [1] "SandyLeague19: RT @J0ker_LoL: Dark Cosmic Jhin header for a lovely customer💜 Been wanting to make a header for this skin, so I'm happy I finally got to do…"
## 
## [[575]]
## [1] "TwoShadowSide: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[576]]
## [1] "DianaTa82022476: There will be more skilling events.🔥🔥🔥🔥 #LeagueofLegends #ArtofLegends #TLWIN #G2WIN #GuardiãsEstelas"
## 
## [[577]]
## [1] "GraViTyMex09: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[578]]
## [1] "flippinfrogss: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[579]]
## [1] "lovesrxmen_: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[580]]
## [1] "DailySylas: RT @XenoBla76578464: Sylas #LeagueOfLegends  #Montage  #sylas https://t.co/EhRyxKUIRv"
## 
## [[581]]
## [1] "OSHIEDAKAYN: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[582]]
## [1] "sleepyrapunzel: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[583]]
## [1] "barbatars: RT @_another_tina_: I decided to clean up a little these old sketches from June, have some pulsefire bfs because I didn't draw them at all…"
## 
## [[584]]
## [1] "VeiIara: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[585]]
## [1] "Blackicecrow: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[586]]
## [1] "itsRaffey: Switching over to #LeagueOfLegends for the last few hours of stream! Come say HI! #smallstreamers… https://t.co/NlRSPesT42"
## 
## [[587]]
## [1] "winxixia: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[588]]
## [1] "KaguyaX02: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[589]]
## [1] "Hokage_JoyBoy_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[590]]
## [1] "str3ssIsReal: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[591]]
## [1] "Cilantross: RT @DailyTaliyah: Day 13!\nTaliyah portraits!!\nArt by @/Kishiskolaash\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #rock #leaguetwt http…"
## 
## [[592]]
## [1] "winthered2: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[593]]
## [1] "Me4Vi: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[594]]
## [1] "KoTinTrysaX: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[595]]
## [1] "Sunset_sn: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[596]]
## [1] "cenfitto: RT @funky_pepe: Day 6 - Battle Tiger Vi\n\n#conceptober2022  hosted by  @EraiViolett\n#LeagueOfLegends #ArtOfLegends #Vi https://t.co/vCT1CyM9…"
## 
## [[597]]
## [1] "IntrinsicGames: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[598]]
## [1] "_BoogiemanSam: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[599]]
## [1] "DosisLetalis_: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[600]]
## [1] "IntrinsicGames: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[601]]
## [1] "IntrinsicGames: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[602]]
## [1] "Twitchtok_: Dex is live now! #LeagueOfLegends https://t.co/XPOXvZsenw"
## 
## [[603]]
## [1] "IntrinsicGames: RT @Moondustina: Supports life 🤧\n\n#leagueoflegends #artoflegends #leagueoflegendsfanart #janna #xayah https://t.co/XZwS8bnIgy"
## 
## [[604]]
## [1] "JoshuaG51686210: RT @Moondustina: Supports life 🤧\n\n#leagueoflegends #artoflegends #leagueoflegendsfanart #janna #xayah https://t.co/XZwS8bnIgy"
## 
## [[605]]
## [1] "YudaiR2: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[606]]
## [1] "DespairGamma: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[607]]
## [1] "rogueIoueh: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[608]]
## [1] "ForsakeyDreamy: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[609]]
## [1] "aeon_xayah: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[610]]
## [1] "nattiawooga: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[611]]
## [1] "ShawnillaLopez: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[612]]
## [1] "JoseGom33136368: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[613]]
## [1] "LilyTheFlorist: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[614]]
## [1] "Steppenwolf_AN: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[615]]
## [1] "techmaturgy: RT @funky_pepe: Day 6 - Battle Tiger Vi\n\n#conceptober2022  hosted by  @EraiViolett\n#LeagueOfLegends #ArtOfLegends #Vi https://t.co/vCT1CyM9…"
## 
## [[616]]
## [1] "Palpalbuddypal: RT @CherryRobber: i just really like his face tbh\n#arcane #LeagueOfLegends #silco #arcanefanart https://t.co/0Rf4XxghYT"
## 
## [[617]]
## [1] "yirnezha: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[618]]
## [1] "ItsAGruzzo: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[619]]
## [1] "_galacticghost: ✨️\"To heal and protect.\"✨️\n\n📸: https://t.co/GUDlHIkKYr (edits by me)\n#HolMat2022 #LeagueOfLegends #cosplayers https://t.co/pNzV0vmrgB"
## 
## [[620]]
## [1] "kitagawaruki: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[621]]
## [1] "AmandaR74669040: Absolutely love them.😎😎😎😎😎 #LeagueofLegends #YıldızMuhafızları #GENGWIN #КосплейLoL"
## 
## [[622]]
## [1] "Sarah_MacK90: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[623]]
## [1] "Atelier_Honey: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[624]]
## [1] "marigfx: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[625]]
## [1] "LaurenB56946765: I like it.🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/ki3t8zk3lx"
## 
## [[626]]
## [1] "LaurenB56946765: I like it.🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/cDR7FwyMBe"
## 
## [[627]]
## [1] "RivenStore: Who remembers that?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo… https://t.co/MHRxhiyQsk"
## 
## [[628]]
## [1] "ConfusedWaifu: I have one question for the #LeagueOfLegends community. How do people manage to lose lane when their laners are con… https://t.co/C4tRswinz5"
## 
## [[629]]
## [1] "Art3missa0: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[630]]
## [1] "heavycreepysoul: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[631]]
## [1] "RoseBitchi: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[632]]
## [1] "Rasher2000: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[633]]
## [1] "Surgiote: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[634]]
## [1] "ManuelLRZ1: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[635]]
## [1] "Jabami12: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[636]]
## [1] "percyoir: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[637]]
## [1] "SegaDoesGaming: It's time for the annual ritual of creating a new #LeagueOfLegends account because the MMR of my other two is locke… https://t.co/DXzvI7GnX7"
## 
## [[638]]
## [1] "ruinmessenger: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[639]]
## [1] "ReginaC26432536: I'm willing to hear feedback and new ideas. #LeagueofLegends #StarGuardian #Worlds2021 #Bjergsen https://t.co/uOFVld0MYh"
## 
## [[640]]
## [1] "InperialDark: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[641]]
## [1] "Evilyty: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[642]]
## [1] "ensemblestars: RT @UYAWE: happy chinese new year!! have a porcelain ezreal\n#LeagueOfLegends #ArtofLegends https://t.co/UPgj4AvWQF"
## 
## [[643]]
## [1] "locopoco_leo: RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU"
## 
## [[644]]
## [1] "ensemblestars: RT @JARRO_Art: finally a clean version of my Porcelain Ezreal... please guys enjoy\n\n#Ezreal #Artoflegends #Leagueoflegends #Porcelain #Porc…"
## 
## [[645]]
## [1] "Bladedmeerkat: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[646]]
## [1] "Linus59955305: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[647]]
## [1] "RuckusWright: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[648]]
## [1] "KokaKorart: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[649]]
## [1] "Coolersimp: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[650]]
## [1] "gwenphoria: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[651]]
## [1] "Peter_S325: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[652]]
## [1] "SongbirdBurning: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[653]]
## [1] "josephdotexe: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[654]]
## [1] "Wenward_: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[655]]
## [1] "rad_beef: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[656]]
## [1] "mindiakumo: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[657]]
## [1] "HestiaVah: RT @J0ker_LoL: Dark Cosmic Jhin header for a lovely customer💜 Been wanting to make a header for this skin, so I'm happy I finally got to do…"
## 
## [[658]]
## [1] "alora182: Abro directo, LOL, Genshin\n➡ https://t.co/itim1DbFDU\n➡ https://t.co/FHZXNxRfPD\n\n#vtuber #Genshin #GenshinImpact… https://t.co/OOmVdt9c5r"
## 
## [[659]]
## [1] "KoTinTrysaX: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[660]]
## [1] "Bombillasaurio: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[661]]
## [1] "tet_tettet: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[662]]
## [1] "vastayacharm: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[663]]
## [1] "IntrinsicGames: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[664]]
## [1] "ZenyattaB: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[665]]
## [1] "vastayacharm: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[666]]
## [1] "kikyker: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[667]]
## [1] "Danisan0692: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[668]]
## [1] "Adri_Supr_Emo: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[669]]
## [1] "ultimatebeowulf: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[670]]
## [1] "KuriAvalon: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[671]]
## [1] "AliEspino4: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[672]]
## [1] "VHKet: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[673]]
## [1] "Zeri_Cafeinada: RT @namezero9: #Zeri #LeagueOfLegendsFanArt #League_of_Legends #leagueoflegends #ArtofLegends \n\nMy love\n( ´ ▽ ` ).。o♡ https://t.co/8500jsLa…"
## 
## [[674]]
## [1] "95benjix: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[675]]
## [1] "Wistorman: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[676]]
## [1] "radakn1: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[677]]
## [1] "TheWillshaper: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[678]]
## [1] "sorayashanel: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[679]]
## [1] "animalovatic: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[680]]
## [1] "technoshell_san: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[681]]
## [1] "TheGremlin02: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[682]]
## [1] "CherryRobber: i just really like his face tbh\n#arcane #LeagueOfLegends #silco #arcanefanart https://t.co/0Rf4XxghYT"
## 
## [[683]]
## [1] "Raulbp0: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[684]]
## [1] "SecretEvening: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[685]]
## [1] "kappa_brad: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[686]]
## [1] "loreofruneterra: Does LeBlanc have a coherent plan against Mordekaiser's comeback? It seems the plans keep going sideways.: submitte… https://t.co/VNSYlklfT1"
## 
## [[687]]
## [1] "landin_corvus: live lol triste D :\nhttps://t.co/s65rAjhOEW\n#LeagueOfLegends #Streaming"
## 
## [[688]]
## [1] "SuperRichyWorld: RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[689]]
## [1] "Ninja_Skill_: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[690]]
## [1] "KharnTheOni: [ #Oni #Vtuber ] In a League Of My Own; join me as I play some League with friends! Also; Scuffed Art Commissions $… https://t.co/xi0OKIJrAH"
## 
## [[691]]
## [1] "_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH"
## 
## [[692]]
## [1] "FilmsJawsome: We need you for the game.❤️❤️❤️❤️ #LeagueOfLegendsFanArt #Gameplay #LeagueofLegends #G2WIN #КосплейLoL #YıldızMuhafızı"
## 
## [[693]]
## [1] "CherryRobber: screencap redraw of the rat man! \n#silco #arcane #LeagueOfLegends #arcanefanart #fanart https://t.co/D2l7rtPigw"
## 
## [[694]]
## [1] "jinxedstar_: RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ"
## 
## [[695]]
## [1] "Fps_Kat: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[696]]
## [1] "taeval_: RT @_RetroKat: Toy chikito todavia con esto de los matching icons, pero ahi vamos\n\n— 𝓒𝓱𝓪𝓻𝓪𝓬𝓽𝓮𝓻𝓼: Yone / Lillia (League of Legends)\n— 𝓐𝓻𝓽: @…"
## 
## [[697]]
## [1] "MineVoidMC: RT @sanunderscoree: Every gamer's origin story? 🤔 #truestory #LeagueOfLegends #gaming #gamingcommunity #videogames https://t.co/wcKC7KKf1g"
## 
## [[698]]
## [1] "Dagikat1: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[699]]
## [1] "taeval_: RT @ilyzin_: NightBringer Lillia 😴\n\nHeader + Icon Free to use 🌹\n\nHeader HD: https://t.co/4FHKpr2F2b\nIcon HD: https://t.co/puJt5Ui2pL\n\n#Leag…"
## 
## [[700]]
## [1] "DSanter94: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[701]]
## [1] "ByLaid97: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[702]]
## [1] "Bounty_Khalifa: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[703]]
## [1] "TeamSoloDani: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[704]]
## [1] "MaZZyXGames: #LeagueOfLegends players...\n\nYour Chicago Local Lan is here!!!  $1,000 up for grabs 👀\nSign up below:\n\nhttps://t.co/cOgxGnfxu0"
## 
## [[705]]
## [1] "gbpwrtuga: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[706]]
## [1] "LaurenB56946765: I like it.🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/dzgec94ZtJ"
## 
## [[707]]
## [1] "RamixTheRed: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[708]]
## [1] "Elfonomo_alto: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[709]]
## [1] "aranbeik: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[710]]
## [1] "Dispassione: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[711]]
## [1] "carmens_wrld: RT @okkinzo: A commission I just finished~! 🖤🖤 Debonair Malzahar and his lil voidling :”D\n\n#malzahar #debonairmalzahar #leagueoflegends htt…"
## 
## [[712]]
## [1] "MemeL0rdAdrien: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[713]]
## [1] "RivenStore: What do you think?\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/zjI75vdAnM"
## 
## [[714]]
## [1] "i4kuya: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[715]]
## [1] "MonadoSpam: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[716]]
## [1] "DyronLoa: RT @_another_tina_: You know how younger siblings are...\nAlso thank you so much for 6k followers! 💖🥹\n\n.\n#Jinx #Ezreal #Caitvi #LeagueOfLege…"
## 
## [[717]]
## [1] "gaysangyeon: old art of ahri as joy’s hello cover 😁\n\n#ahri #kdaahri #leagueoflegends #joy #joyhello #redvelvet #fanart… https://t.co/pnqwfP4MEt"
## 
## [[718]]
## [1] "jdrider02: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[719]]
## [1] "profawnsor: RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…"
## 
## [[720]]
## [1] "gdog2124: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[721]]
## [1] "Gii_FaDeKNY: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[722]]
## [1] "noddy182: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[723]]
## [1] "SamWelllllllll: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[724]]
## [1] "AppleTafaha: RT @fuwamoowa: mythmaker irelia 🥮\n\n#mythmakerirelia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/xnHojfPNte"
## 
## [[725]]
## [1] "IntrinsicGames: RT @sanunderscoree: Every gamer's origin story? 🤔 #truestory #LeagueOfLegends #gaming #gamingcommunity #videogames https://t.co/wcKC7KKf1g"
## 
## [[726]]
## [1] "sanunderscoree: Every gamer's origin story? 🤔 #truestory #LeagueOfLegends #gaming #gamingcommunity #videogames https://t.co/wcKC7KKf1g"
## 
## [[727]]
## [1] "KBM_LOL: KAYN 4 vs 5 GAME CARRY !!!!  #shorts #leagueoflegends #shadow #kayn  #as... https://t.co/oJmMblGkwo via @YouTube"
## 
## [[728]]
## [1] "Glowomy: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[729]]
## [1] "strawberrjkaeya: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[730]]
## [1] "LaurenB56946765: I like it.🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/CykjnL0Zwz"
## 
## [[731]]
## [1] "Daiyusha1: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[732]]
## [1] "Simlistomi: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[733]]
## [1] "MooseLord150: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[734]]
## [1] "EcremageT: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[735]]
## [1] "MineVoidMC: RT @EsportLegendsGG: Today we got more information on our Leaderboards and the Stats-Pages we want to implement! Tell us what you think abo…"
## 
## [[736]]
## [1] "_nahleao: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[737]]
## [1] "troysshi: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[738]]
## [1] "woodchipp17: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[739]]
## [1] "ReginaC26432536: I'm willing to hear feedback and new ideas. #LeagueofLegends #StarGuardian #Worlds2021 #Bjergsen https://t.co/lRTlb24sRz"
## 
## [[740]]
## [1] "TielWaters: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[741]]
## [1] "_KotoKasus: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[742]]
## [1] "xthelastbreathx: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[743]]
## [1] "BlazyAkira: RT @davudht: #NewsAlert #Vtuberオーディション on my @Etsy store\nhttps://t.co/i77nRnWvnF\n\n#VTuberUprising #VtuberSupport  #salehere #etsyfinds #ets…"
## 
## [[744]]
## [1] "Mjeyzo_: RT @SHAPE_Sports: We wish you a wonderful 3rd Advent! 🕯️🌟\n\nThat also means we have prepared a #giveaway for you again! 🔝\n\nYou have the chan…"
## 
## [[745]]
## [1] "LaurenB56946765: I like it.🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/Fpl5KSuEdz"
## 
## [[746]]
## [1] "raeh_FFXIV: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[747]]
## [1] "GalloKikiriki: RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…"
## 
## [[748]]
## [1] "manhandsbro: RT @Sellercentral4: League of Legends 1/7 Scale Pre-Painted Figure: K/DA Ahri\nApex\n\nhttps://t.co/gd1ysuCMvd\n\n#LoLFigure #AhriFigure #League…"
## 
## [[749]]
## [1] "catombix: It makes sense if, say, you don't have stronger alternatives (T2 heroes of 3-4-5 levels) on the bench.\n\n#TFT… https://t.co/o0mRwsuLsS"
## 
## [[750]]
## [1] "catombix: Plus, I also noticed a cool thing about playing as the Anima squad — you can put out repeating T2 heroes, and you w… https://t.co/2fqJk3SD7L"
## 
## [[751]]
## [1] "Aksh434: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[752]]
## [1] "JeMainSett: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[753]]
## [1] "fish__white: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[754]]
## [1] "eternalmercies: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[755]]
## [1] "MirkoWolfhard: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[756]]
## [1] "catombix: I think it played a big role that no one put together the Anima squad 😅\n\nIn the beginning, Nasus seemed to be dragg… https://t.co/XRaPGhe7Ft"
## 
## [[757]]
## [1] "GothiccMushroom: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[758]]
## [1] "catombix: It was almost a dry game - one defeat in the beginning and 12 wins in a row by the end 😅\n\n#TFT #TeamFight… https://t.co/KLSdvbXwwy"
## 
## [[759]]
## [1] "nyxahrii: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[760]]
## [1] "CrustaceanChar: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[761]]
## [1] "CanwayM: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[762]]
## [1] "404Wired: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[763]]
## [1] "KoTinTrysaX: RT @UbastiART: Coven Evelynn fanart #ArtofLegends #LeagueOfLegendsFanArt #Evelynn #LeagueofLegends https://t.co/f9i7RQNHzE"
## 
## [[764]]
## [1] "thekaisaotp: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[765]]
## [1] "Rightwingdooles: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[766]]
## [1] "BombaurMom: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[767]]
## [1] "MooseLord150: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[768]]
## [1] "ZAPHIRYS: RT @_mizah: Battle academy 💖💖 new skin \n.\n.\n.\n#LeagueOfLegends  #League_of_Legends  #drawing https://t.co/eamT1ZpYmX"
## 
## [[769]]
## [1] "MooseLord150: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[770]]
## [1] "4strophilia_: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[771]]
## [1] "Frothl_: PLEASE PLEASE PLEASE SOMEONE SHOW ME HOW TO SHAKE ASS REAL GOOD I WANNA LEARN HOW TO TWERK SO BADLY… https://t.co/D1z3wVkfJq"
## 
## [[772]]
## [1] "ItsMeSnoops: Think Smarter...\n\nPlay Harder...\n\nSupport Better!\n\n#LeagueOfLegends #LetsGoC9"
## 
## [[773]]
## [1] "ZAPHIRYS: RT @_mizah: star guardian 1/? \n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t.co/bELpMm31Gh"
## 
## [[774]]
## [1] "okkinzo: A commission I just finished~! 🖤🖤 Debonair Malzahar and his lil voidling :”D\n\n#malzahar #debonairmalzahar… https://t.co/YwXIUbGldY"
## 
## [[775]]
## [1] "IntrinsicGames: RT @J0ker_LoL: Dark Cosmic Jhin header for a lovely customer💜 Been wanting to make a header for this skin, so I'm happy I finally got to do…"
## 
## [[776]]
## [1] "Hecteeee: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[777]]
## [1] "profawnsor: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[778]]
## [1] "endiebendie: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[779]]
## [1] "LOL_Art_Bot: RT @J0ker_LoL: Dark Cosmic Jhin header for a lovely customer💜 Been wanting to make a header for this skin, so I'm happy I finally got to do…"
## 
## [[780]]
## [1] "lampilluminatie: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[781]]
## [1] "engelrocktmusik: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[782]]
## [1] "xJuLeia: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[783]]
## [1] "ArtawanNajmudin: My Darling~🥳 #LeagueofLegends #Game #LoL #TransformaTuDestino #GuardiãsEstelas #FLYWIN"
## 
## [[784]]
## [1] "Outpyked1: Fuck Tanks 2023\nWhat the fuck is this?\n#preseason #LeagueOfLegends"
## 
## [[785]]
## [1] "ElN_hound: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[786]]
## [1] "MoonstaPluff: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[787]]
## [1] "KazumaK423: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[788]]
## [1] "shikispace: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[789]]
## [1] "J0ker_LoL: Dark Cosmic Jhin header for a lovely customer💜 Been wanting to make a header for this skin, so I'm happy I finally… https://t.co/RxAlxtOpeF"
## 
## [[790]]
## [1] "RivenStore: Likes, please!!\nVisit us: https://t.co/Jtncw61Y4H\n#leagueoflegends #lolgame #lolgamer #rivenstore.com #lolgoods… https://t.co/gu4jLmh3Y9"
## 
## [[791]]
## [1] "SharonyQueen: Live now here- https://t.co/NRF3kdvBO3 \n\n#streamergirl #streamer #asmr #twitchgirl #animegirl #anime #queen… https://t.co/ImBWv5p7S2"
## 
## [[792]]
## [1] "ScarecrowEffigy: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[793]]
## [1] "Luxali_: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[794]]
## [1] "rafaela_rush: RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ"
## 
## [[795]]
## [1] "camaroamarelo00: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[796]]
## [1] "YewnCee: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[797]]
## [1] "clockworkfic: RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…"
## 
## [[798]]
## [1] "BoltingSpace: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[799]]
## [1] "BailitheoirAnam: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[800]]
## [1] "AstroStellar7: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[801]]
## [1] "DiegoDC0306: RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ"
## 
## [[802]]
## [1] "CarlenneART: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[803]]
## [1] "TeamInseparable: RT @EsportLegendsGG: Today we got more information on our Leaderboards and the Stats-Pages we want to implement! Tell us what you think abo…"
## 
## [[804]]
## [1] "DarkensBI: RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…"
## 
## [[805]]
## [1] "SyLoN412: RT @EsportLegendsGG: Today we got more information on our Leaderboards and the Stats-Pages we want to implement! Tell us what you think abo…"
## 
## [[806]]
## [1] "xuan_viet_: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[807]]
## [1] "clockworkfic: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[808]]
## [1] "loreofruneterra: Lore Question about Yordels: Is it okay to lewd the Yordels?  \n\nI'm having a hard time figuring out whats going on… https://t.co/1Swmtn9K0h"
## 
## [[809]]
## [1] "_LiancitaFR: RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ"
## 
## [[810]]
## [1] "octomagician: RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ"
## 
## [[811]]
## [1] "MarcLloyd13: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[812]]
## [1] "PaulDye78280963: I'm going to play a game that got me into gaming #LeagueofLegends #LeagueOfLegendsFanArt #StarGuardians #GENGWIN #StarGuardian"
## 
## [[813]]
## [1] "s11121212: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[814]]
## [1] "AmbivalentSlime: RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ"
## 
## [[815]]
## [1] "jellovice: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[816]]
## [1] "lles_xx: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[817]]
## [1] "BPstalin: Started playing again.👏👏👏👏👏 #LeagueOfLegendsFanArt #LeagueofLegends #YıldızMuhafızları #G2WIN #КосплейLoL"
## 
## [[818]]
## [1] "SteveKB: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[819]]
## [1] "wlw0nderland: RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ"
## 
## [[820]]
## [1] "SpicAlyce: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[821]]
## [1] "KaeyaChildeMain: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[822]]
## [1] "BananaGG22: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[823]]
## [1] "Sakura108645: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[824]]
## [1] "EnigmaOfDespair: RT @HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…"
## 
## [[825]]
## [1] "HellyonWhite: \"I will not be broken.\"\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee !… https://t.co/s1fXXOvep2"
## 
## [[826]]
## [1] "gamepassta: New: League of Legends (81%)\n\nGamepassta - Your guide to Xbox Game Pass PC\nhttps://t.co/N84JYT3ox6\n\n#Gamepassta… https://t.co/0ohSRc0wKU"
## 
## [[827]]
## [1] "eternalmercies: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[828]]
## [1] "davudht: RT @davudht: #NewsAlert #Vtuberオーディション on my @Etsy store\nhttps://t.co/i77nRnWvnF\n\n#VTuberUprising #VtuberSupport  #salehere #etsyfinds #ets…"
## 
## [[829]]
## [1] "davudht: #NewsAlert #Vtuberオーディション on my @Etsy store\nhttps://t.co/i77nRnWvnF\n\n#VTuberUprising #VtuberSupport  #salehere… https://t.co/g5uDN6Bjn7"
## 
## [[830]]
## [1] "IntrinsicGames: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[831]]
## [1] "IntrinsicGames: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[832]]
## [1] "anxdry: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[833]]
## [1] "huanihua7: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[834]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: True\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #SpiritBlo…"
## 
## [[835]]
## [1] "IntrinsicGames: RT @OdinOverlord: I'm playing some games.🤗 #LeagueofLegends #LoL #mobilegame #ФанАрт #TransformaTuDestino #YıldızMuhafızları \nOriginal: LOL…"
## 
## [[836]]
## [1] "dalnuna: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[837]]
## [1] "yonethetwink: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[838]]
## [1] "IntrinsicGames: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[839]]
## [1] "InsaneArtist_: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[840]]
## [1] "OdinOverlord: I'm playing some games.🤗 #LeagueofLegends #LoL #mobilegame #ФанАрт #TransformaTuDestino #YıldızMuhafızları \nOrigina… https://t.co/vz5Ib2XGbA"
## 
## [[841]]
## [1] "regal_randy: COME SEE THE SANEST TWITCH PLAYER ALIVE - https://t.co/ey2HKoT8oI\n-\n-\n-\n#LeagueOfLegends #Giveaway… https://t.co/KskSkxnTco"
## 
## [[842]]
## [1] "unseasonedchic4: RT @ProStreamers_US: Our new weekly Masterclass #LeagueofLegends Pro Steamers US is released! Get involved with the links below:\n⁣\n📖 League…"
## 
## [[843]]
## [1] "B_art606: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[844]]
## [1] "migvianna: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[845]]
## [1] "BlanstierM: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[846]]
## [1] "Spoopy_Owl: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[847]]
## [1] "Navin_chan: RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…"
## 
## [[848]]
## [1] "LilyJilco666: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[849]]
## [1] "AblazedAkuna: Todays stream will be starting shortly, today just chilling on League learning just anything.\n\nHave a nice day ever… https://t.co/I6iFBemBLX"
## 
## [[850]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 20:00 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 5.333\n🥈 #elyoyalol➖Viewers: 2.736\n🥉… https://t.co/zQFRoMqBu4"
## 
## [[851]]
## [1] "LoLMemesBot: True\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios… https://t.co/6Rmnk5RX7L"
## 
## [[852]]
## [1] "NobodyDGF: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[853]]
## [1] "dorealthing: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[854]]
## [1] "command_52: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[855]]
## [1] "ban_kai219: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[856]]
## [1] "Matt_BG1: Who wanna be my partner of #LeagueOfLegends"
## 
## [[857]]
## [1] "NovaaClaudia: Live with some league of legends before I go into work on my off day 🥺 \n\nhttps://t.co/MwrSs8bf0b\n#LeagueOfLegends… https://t.co/64Pc23FhJM"
## 
## [[858]]
## [1] "Romdrap: RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…"
## 
## [[859]]
## [1] "lexasjamie: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[860]]
## [1] "IamNotFacu: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[861]]
## [1] "ElizbethLaCroix: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[862]]
## [1] "DARKINCORE: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[863]]
## [1] "MageIngrid2: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[864]]
## [1] "Enolawritestuff: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[865]]
## [1] "Horseengine: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[866]]
## [1] "franciscokobo: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[867]]
## [1] "munq8i5: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[868]]
## [1] "navorispath: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[869]]
## [1] "RivenStore: How ya doin`?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/JVlejXiZyG"
## 
## [[870]]
## [1] "_i_think_i_love: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[871]]
## [1] "KokoLoreto: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[872]]
## [1] "AldyViego: RT @Asuramaru_arts: What is Love? Settphelios 💕\n\nSett model by: @sokurabbit\nAphelios by me\n\n#sett #aphelios #settphelios #leagueoflegends #…"
## 
## [[873]]
## [1] "Erodaicon: RT @Erodaicon_cos: ✨ Star Guardian ✨\n\nAhri teaser✨\n\nPh: @your_palico \nEdit: me\n\n#LeagueOfLegends #ahri #cosplay https://t.co/zq2jWRiX68"
## 
## [[874]]
## [1] "dumbpiltie: RT @RedrumAlice: “Accessory” part 4 (final)\n#ekkojinx #ekko #jinx #arcane #LeagueOfLegends #arcanefanart https://t.co/08Pmyc9hCA"
## 
## [[875]]
## [1] "Oficial_Shades: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[876]]
## [1] "AzuaRyu: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[877]]
## [1] "IntrinsicGames: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[878]]
## [1] "Drk_Brum: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[879]]
## [1] "geekandblink: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[880]]
## [1] "littleraven90: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[881]]
## [1] "dumbpiltie: RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ"
## 
## [[882]]
## [1] "sherlouch: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[883]]
## [1] "Kaiyomiiii: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[884]]
## [1] "Meme26692321: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[885]]
## [1] "KokePancakes: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[886]]
## [1] "marianneevans_: RT @Aru109_: AYAYA\n\nRT helps a lot 🥺💜\n\n#stream #twitch #LeagueOfLegends \n\nhttps://t.co/TzRlCQPqcA"
## 
## [[887]]
## [1] "JESTERK0RE: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[888]]
## [1] "Sofu_Tofu03: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[889]]
## [1] "Aru109_: AYAYA\n\nRT helps a lot 🥺💜\n\n#stream #twitch #LeagueOfLegends \n\nhttps://t.co/TzRlCQPqcA"
## 
## [[890]]
## [1] "Sofu_Tofu03: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[891]]
## [1] "ToastyMilkers: RT @_another_tina_: It's bright pink by the way \n\n.\n#Ezreal #Jinx #LeagueOfLegends https://t.co/7VGtG1lPfs"
## 
## [[892]]
## [1] "theruinedtw1nk: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[893]]
## [1] "pickmeup__0: RT @m0rket: Hello mom\n\n#LeagueOfLegends #Caitlyn https://t.co/D8MfkXXWxW"
## 
## [[894]]
## [1] "LOL_Art_Bot: RT @Sadisticss1: You can see wip in my p@tre0n💜\nTasty Syndra :3\n#syndra \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#starguardian https://t.…"
## 
## [[895]]
## [1] "DARKlNSCYTHE: RT @doumaslefttitty: Spirit blossom yone again #yone #LeagueOfLegends https://t.co/Mx33g4MLgf"
## 
## [[896]]
## [1] "Sadisticss1: You can see wip in my p@tre0n💜\nTasty Syndra :3\n#syndra \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#starguardian https://t.co/DDs2Uu5ZMp"
## 
## [[897]]
## [1] "edelgardfckr69: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[898]]
## [1] "6GayoungSee: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[899]]
## [1] "Robot_jesus__: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[900]]
## [1] "bonetiddies: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[901]]
## [1] "DeSumeragi: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[902]]
## [1] "ArtGuerreiro: RT @greeekthegreat: Please consider  jinx in a babydoll dress with pink streaks in her hair to match with vi who got blue streaks in her ha…"
## 
## [[903]]
## [1] "DonnaMa87493639: RT @GamesGuidz: Our new weekly Masterclass #LeagueofLegends Game Guide is released! Get involved with the links below:\n⁣\n📖 League of Legend…"
## 
## [[904]]
## [1] "umbralcrow: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[905]]
## [1] "HyHylinor: #leagueoflegends Farming the Lol pass... Gamers rule: Have FUN!!! #stream #play   Eune. https://t.co/NQJ1vKlKQS https://t.co/UyV7I982Nr"
## 
## [[906]]
## [1] "Faulia89249342: RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…"
## 
## [[907]]
## [1] "lecobboibeeboop: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[908]]
## [1] "TransKayn: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[909]]
## [1] "IntrinsicGames: RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…"
## 
## [[910]]
## [1] "doubIeraiinbow: RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…"
## 
## [[911]]
## [1] "Sanchez1373: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[912]]
## [1] "Chocolatu5: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[913]]
## [1] "gattonero1321: RT @gattonero1321: Bro, just press \"E\" #leagueoflegends\nPS. im not good at this game at ALL! lol https://t.co/8rgkJEuYta"
## 
## [[914]]
## [1] "Rafaelf30464641: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[915]]
## [1] "Alexa_3203: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[916]]
## [1] "Sanchez1373: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[917]]
## [1] "Litterblade: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[918]]
## [1] "ReynQen: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[919]]
## [1] "Didia_n29: RT @KenApplepi: Happy birthday to my comfort character ❤️ \n\n{thread of all the times I've drawn her}\n#ahri #ArtofLegends #LeagueOfLegends #…"
## 
## [[920]]
## [1] "JoeySpecialEX: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[921]]
## [1] "RodrigoSapatei1: RT @Winteriris4: Commission for Aiba on Discord!\n(Spirit blossom Kindred from League of legends)\n#LeagueOfLegends #LeagueOfLegendsFanArt #k…"
## 
## [[922]]
## [1] "JayGameZ13: RT @grillphael: League of Legends Fan-Art\n\nSpirit Blossom Ahri\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #Ahri #spiritblossom #Art #artist #…"
## 
## [[923]]
## [1] "ensalada_atun: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[924]]
## [1] "MADMantisGaming: https://t.co/Ftw2UKj7RK \n\nlive now lets a go\n\nEducational Top Lane stream\n#LeagueOfLegends"
## 
## [[925]]
## [1] "Raazenroth: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[926]]
## [1] "suidolz: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[927]]
## [1] "BulletRetweets: RT @GOptimuSgaminG: EPIC VI ENGAGE !\nSubscribe👉https://t.co/z05NNvd1LH\n@sme_rt\n@RexRTs\n@wwwanpaus\n@RealDrCollision\n@BlazedRTs\n@SupStreamers…"
## 
## [[928]]
## [1] "Alueus: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[929]]
## [1] "fernaUdaa: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[930]]
## [1] "Jessica30236444: RT @Sanda_sielin: 🦊COMMISSION DO NOT REPOST/EDIT/USE🦊\n\nRakana? Rakanita? Rakanella? Idk but this bae is stunning, am I right? 🐦💕\n\n#LeagueOf…"
## 
## [[931]]
## [1] "neo_kaogon2: RT @JkMegenio: My 'STAR NEMESIS SHACO💫' Concept Design, i really proud of this one cuz it turns out pretty heheheh. What do you think?\n#Sta…"
## 
## [[932]]
## [1] "Tantibuss: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[933]]
## [1] "FlaskofSins: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[934]]
## [1] "lesbianreysky: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[935]]
## [1] "_Yanel00_: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[936]]
## [1] "Mistereudai: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[937]]
## [1] "MineVoidMC: RT @EloDragonLoL: Wait...It's all just Neace Tips?\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #lege…"
## 
## [[938]]
## [1] "Didia_n29: RT @MEIz_uwu: Happy Birthday my love 🥹🫶\n\n#Ahri #LeagueOfLegends #LeagueOfLegendsFanart #LeagueOfLegendsArt #ArtofLegends https://t.co/FJigV…"
## 
## [[939]]
## [1] "ALLOOO_SANEK: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[940]]
## [1] "BossBurnish: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[941]]
## [1] "nghtmarefuel: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[942]]
## [1] "ImMcTay: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[943]]
## [1] "jeanne10041: LoL Miss Fortune Champie Chibi Canvas Print\nhttps://www.redbubble ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO"
## 
## [[944]]
## [1] "weeb_otoko: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[945]]
## [1] "JamesArts8: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[946]]
## [1] "KathaliaRose: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[947]]
## [1] "Jessica30236444: RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…"
## 
## [[948]]
## [1] "catchingnetss: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[949]]
## [1] "Didia_n29: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[950]]
## [1] "Jessica30236444: RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…"
## 
## [[951]]
## [1] "MoonMinami: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[952]]
## [1] "FuqHana: RT @Vhite14: Autistic Caitlyn thumbnail 🥴\n\n#autism #autismmeme #meme #pleasebepatientihaveautism #LeagueOfLegendsFanArt #LeagueOfLegends #C…"
## 
## [[953]]
## [1] "IVY49470293: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[954]]
## [1] "Real_25Isabelle: RT @grillphael: League of Legends Fan-Art\n\nSpirit Blossom Ahri\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #Ahri #spiritblossom #Art #artist #…"
## 
## [[955]]
## [1] "Hekka_Becca: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[956]]
## [1] "tweetfo71515312: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[957]]
## [1] "reistellae: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[958]]
## [1] "Papi_Longlegs69: WE ARE LIVE!!!\nhttps://t.co/ItaMMfUoBV\n#smallstreamer #twitch #twitchstreamer #cod #apexlegends #minecraft… https://t.co/29DKgU3ElC"
## 
## [[959]]
## [1] "eriksoldthworld: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[960]]
## [1] "LOL_Art_Bot: RT @Chizu_Artwork: Finished! I am very surprised how my style changes. But I think I'm improving a bit. I'm still not happy with the colors…"
## 
## [[961]]
## [1] "LOL_Art_Bot: RT @grillphael: League of Legends Fan-Art\n\nSpirit Blossom Ahri\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #Ahri #spiritblossom #Art #artist #…"
## 
## [[962]]
## [1] "techmaturgy: RT @KenApplepi: 4 days until xmas featuring Cait and Vi!\n\n#CaitlynxVi #arcane #LeagueOfLegends https://t.co/iapaMQMzTm"
## 
## [[963]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: 10th streak even when you get \"filled\" it dosent matter! WHUUUHUUU dream achieved\n#memes #meme #funny #lol #leagueoflegend…"
## 
## [[964]]
## [1] "imdabestdvaind1: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[965]]
## [1] "rk_seb: RT @lorddumbb: ✨Queen of Zaun✨\n\nI can’t wait for @arcaneshow s2 to come out….. \n\n#Jinx #arcane #jinxarcane #arcaneseason2 #LeagueOfLegends…"
## 
## [[966]]
## [1] "D3bli: RT @itsbrych: I didn’t see anyone doing this sooo,, ⏱💣 #timebomb \n\n#ekkojinx #Ekko #Jinx #Arcane #ArtofLegends #LeagueOfLegends #ArtofArcan…"
## 
## [[967]]
## [1] "ohpawa: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[968]]
## [1] "sme_rt: RT @GOptimuSgaminG: EPIC VI ENGAGE !\nSubscribe👉https://t.co/z05NNvd1LH\n@sme_rt\n@RexRTs\n@wwwanpaus\n@RealDrCollision\n@BlazedRTs\n@SupStreamers…"
## 
## [[969]]
## [1] "cmdrhanji: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[970]]
## [1] "DARKlNSCYTHE: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[971]]
## [1] "Anee_Chrzan: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[972]]
## [1] "amicablyAwesome: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[973]]
## [1] "n3purrta: RT @Moondustina: 🌻 lovely commission for @aeon_xayah 💕 \n\n#xayah #StarGuardian #LeagueOfLegends https://t.co/Hnz0H1Xo0b"
## 
## [[974]]
## [1] "kaifu_ato: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[975]]
## [1] "BlazedRTs: RT @GOptimuSgaminG: EPIC VI ENGAGE !\nSubscribe👉https://t.co/z05NNvd1LH\n@sme_rt\n@RexRTs\n@wwwanpaus\n@RealDrCollision\n@BlazedRTs\n@SupStreamers…"
## 
## [[976]]
## [1] "ariskr10: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[977]]
## [1] "Iadymeyneth: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[978]]
## [1] "buckybonee: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[979]]
## [1] "GOptimuSgaminG: EPIC VI ENGAGE !\nSubscribe👉https://t.co/z05NNvd1LH\n@sme_rt\n@RexRTs\n@wwwanpaus\n@RealDrCollision\n@BlazedRTs… https://t.co/GZ6UUBBAb5"
## 
## [[980]]
## [1] "Chizu_Artwork: Finished! I am very surprised how my style changes. But I think I'm improving a bit. I'm still not happy with the c… https://t.co/endkL484Di"
## 
## [[981]]
## [1] "Robot_jesus__: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[982]]
## [1] "umbralcrow: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[983]]
## [1] "ElokingBoost: Just learned a new combo with Ahri in #leagueoflegends. Feeling like a total boss on the Rift!"
## 
## [[984]]
## [1] "grillphael: League of Legends Fan-Art\n\nSpirit Blossom Ahri\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #Ahri #spiritblossom #Art… https://t.co/zNToxqyBsq"
## 
## [[985]]
## [1] "LoLMemesBot: 10th streak even when you get \"filled\" it dosent matter! WHUUUHUUU dream achieved\n#memes #meme #funny #lol… https://t.co/vDmueteOsJ"
## 
## [[986]]
## [1] "mistletomel: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[987]]
## [1] "evillordgig: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[988]]
## [1] "amanitaz: RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL"
## 
## [[989]]
## [1] "keriahri: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[990]]
## [1] "shortstackHell: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[991]]
## [1] "ARIkatoteshi: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[992]]
## [1] "chowwuart: #jinx #LeagueOfLegends #arcane \nHope y’all like it! https://t.co/nqONhYH1R3"
## 
## [[993]]
## [1] "Neshira2: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[994]]
## [1] "LOL_Art_Bot: RT @EloDragonLoL: Wait...It's all just Neace Tips?\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #lege…"
## 
## [[995]]
## [1] "shortstackHell: RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…"
## 
## [[996]]
## [1] "LOL_Art_Bot: RT @JkMegenio: My 'STAR NEMESIS SHACO💫' Concept Design, i really proud of this one cuz it turns out pretty heheheh. What do you think?\n#Sta…"
## 
## [[997]]
## [1] "NikolajWasTaken: RT @uemasters: Kings in the South 👑🤴\n\n@YutoruEsports will defend the the colours of the italian flag in #AUEM23 in #LeagueOfLegends https:/…"
## 
## [[998]]
## [1] "bunny_babbits: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[999]]
## [1] "iwaitfortherain: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[1000]]
## [1] "bboystance143: I LOVE BAD BYTCHES THATS MY FUCKING PROBLEM! 🦹‍♂️ #Ahri 🦊 #LeagueOfLegends #LeaguePartner nine tales fox demon 😈 lo… https://t.co/bMIQeXcb0x"
## 
## [[1001]]
## [1] "OtroMainKindred: RT @aleriy_: She doesn’t like to be carried \n\nBecause the temptation to do this was too big. Here you go\n\n#inuyasha #kagome #LeagueOfLegend…"
## 
## [[1002]]
## [1] "zottolovebot: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[1003]]
## [1] "50cc: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[1004]]
## [1] "Cum_Cumlainn: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[1005]]
## [1] "phaevis: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[1006]]
## [1] "sherry_zin: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[1007]]
## [1] "ShawnillaLopez: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1008]]
## [1] "LadyRav63801490: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1009]]
## [1] "Katheri84765877: RT @RivenStore: What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg #riven…"
## 
## [[1010]]
## [1] "cherieguro: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[1011]]
## [1] "sherry_zin: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1012]]
## [1] "tqfttsdv: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[1013]]
## [1] "EloDragonLoL: Wait...It's all just Neace Tips?\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes… https://t.co/xAL4TCOu3e"
## 
## [[1014]]
## [1] "littlelamb_93: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[1015]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 18:50 (Hora ESP)🔥\n\n🥇 #elyoyalol➖Viewers: 1.950\n🥈 #Th3Antonio➖Viewers: 1.73… https://t.co/NyLkrO3FUs"
## 
## [[1016]]
## [1] "50cc: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[1017]]
## [1] "Mundanekitten1: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1018]]
## [1] "_LucasTheSlime_: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1019]]
## [1] "JkMegenio: My 'STAR NEMESIS SHACO💫' Concept Design, i really proud of this one cuz it turns out pretty heheheh. What do you th… https://t.co/FJFSewIPn0"
## 
## [[1020]]
## [1] "LiqIdessene: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[1021]]
## [1] "Stargiraffe1: RT @namezero9: #Zeri #LeagueOfLegendsFanArt #League_of_Legends #leagueoflegends #ArtofLegends \n\nMy love\n( ´ ▽ ` ).。o♡ https://t.co/8500jsLa…"
## 
## [[1022]]
## [1] "fillikill: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[1023]]
## [1] "LOL_Art_Bot: RT @golden8witch: Some progress TwT\n#LeagueofLegends #LeagueOfLegendsFanArt #ArtofLegends #PixelArt #PixelArtist #dotpict https://t.co/O8Z5…"
## 
## [[1024]]
## [1] "LOL_Art_Bot: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[1025]]
## [1] "swedishwaifu: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[1026]]
## [1] "rahateor: RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[1027]]
## [1] "Palpalbuddypal: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[1028]]
## [1] "DemianGoat: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1029]]
## [1] "defiantgladius: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[1030]]
## [1] "ayylemayoecksde: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1031]]
## [1] "jollynaoexiste: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[1032]]
## [1] "rashid_tercero: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[1033]]
## [1] "Amoretty_: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1034]]
## [1] "mellobyne: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[1035]]
## [1] "nsfw8witch: RT @golden8witch: Some progress TwT\n#LeagueofLegends #LeagueOfLegendsFanArt #ArtofLegends #PixelArt #PixelArtist #dotpict https://t.co/O8Z5…"
## 
## [[1036]]
## [1] "Pixcelerator: RT @golden8witch: Some progress TwT\n#LeagueofLegends #LeagueOfLegendsFanArt #ArtofLegends #PixelArt #PixelArtist #dotpict https://t.co/O8Z5…"
## 
## [[1037]]
## [1] "golden8witch: Some progress TwT\n#LeagueofLegends #LeagueOfLegendsFanArt #ArtofLegends #PixelArt #PixelArtist #dotpict https://t.co/O8Z5DEg5xj"
## 
## [[1038]]
## [1] "faairiegf: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1039]]
## [1] "Karniv0r3: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1040]]
## [1] "XenoBla76578464: Sylas #LeagueOfLegends  #Montage  #sylas https://t.co/EhRyxKUIRv"
## 
## [[1041]]
## [1] "Sah5252: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1042]]
## [1] "medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0"
## 
## [[1043]]
## [1] "ilikecheese3434: RT @RevenantFiery: Gonna be playing some #leagueoflegends today! Grab your coffee and breakfast and let's have a good time playing games an…"
## 
## [[1044]]
## [1] "pnkrsblckclths: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[1045]]
## [1] "LOL_Art_Bot: RT @namezero9: #Zeri #LeagueOfLegendsFanArt #League_of_Legends #leagueoflegends #ArtofLegends \n\nMy love\n( ´ ▽ ` ).。o♡ https://t.co/8500jsLa…"
## 
## [[1046]]
## [1] "twayneegaming: League of Legends Christmas Giveaway Stream Happening on Saturday 12/24/2022. \"Make Sure you Attend Must Be There!\"… https://t.co/ngfgf3iM57"
## 
## [[1047]]
## [1] "UtterGolden: I made four 5-costs in too the same trait!  |TFT set 8 Monsters attack|\nhttps://t.co/PIgqstRda6\n\n#Tft #teamfighttactics #leagueoflegends"
## 
## [[1048]]
## [1] "Xarantur: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[1049]]
## [1] "Myatniy_karasb: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1050]]
## [1] "JabaSong: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[1051]]
## [1] "MirkoWolfhard: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1052]]
## [1] "SlmCMarouane: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1053]]
## [1] "Mr_Blue2001: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1054]]
## [1] "KaluDraw: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[1055]]
## [1] "nugothezreal: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[1056]]
## [1] "LadyVickytoria: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[1057]]
## [1] "meemeeshion: RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…"
## 
## [[1058]]
## [1] "IntrinsicGames: RT @namezero9: #Zeri #LeagueOfLegendsFanArt #League_of_Legends #leagueoflegends #ArtofLegends \n\nMy love\n( ´ ▽ ` ).。o♡ https://t.co/8500jsLa…"
## 
## [[1059]]
## [1] "Yweeshi: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1060]]
## [1] "Radziozz: @thestreamercode Hello😁\n#gamer #smallyoutber and #smallstreamer 😇\nAlmost everyday #video or #stream😍👍\nThis week mos… https://t.co/qp0DvUswOi"
## 
## [[1061]]
## [1] "Radziozz: @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video o… https://t.co/kkpsZWDj55"
## 
## [[1062]]
## [1] "IntrinsicGames: RT @Radziozz: @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video or #stream😍…"
## 
## [[1063]]
## [1] "Radziozz: @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video o… https://t.co/YePwNqRWyJ"
## 
## [[1064]]
## [1] "JvMaybeDraws: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1065]]
## [1] "namezero9: #Zeri #LeagueOfLegendsFanArt #League_of_Legends #leagueoflegends #ArtofLegends \n\nMy love\n( ´ ▽ ` ).。o♡ https://t.co/8500jsLaVN"
## 
## [[1066]]
## [1] "g0dob: RT @yasmin_triforce: I forgot to upload this 🤠 birthday gift for a friend ✨✨\n\nSpirit Blossom Kindred from #LeagueOfLegends\n\n#ArtofLegends\n#…"
## 
## [[1067]]
## [1] "FRCretweets: RT @Radziozz: @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video or #stream😍…"
## 
## [[1068]]
## [1] "Radziozz: @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video o… https://t.co/a0TjrIBdIS"
## 
## [[1069]]
## [1] "Radziozz: @SmallStreamersC @SmallStreamersR Hello😁\n#gamer #smallyoutber and #smallstreamer 😇\nAlmost everyday #video or… https://t.co/aXym1EzXpt"
## 
## [[1070]]
## [1] "faeriefountain: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[1071]]
## [1] "Hexteching: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1072]]
## [1] "Radziozz: @thestreamercode Hello😁\n#gamer #smallyoutber and #smallstreamer 😇\nAlmost everyday #video or #stream😍👍\nThis week mos… https://t.co/jVFgaL1EZa"
## 
## [[1073]]
## [1] "gay_do_lol: RT @GatoPescado3: Crime City Nightmare Diana x Debonair Leona 💜💚\nCrime City Nightmare Shen x Debonair Zed 💚💜\nBailando vals\n\n#creadoresdelol…"
## 
## [[1074]]
## [1] "RepulsiveMaid: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1075]]
## [1] "LOL_Art_Bot: RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…"
## 
## [[1076]]
## [1] "colderorbit: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1077]]
## [1] "NierKhada: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1078]]
## [1] "lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane… https://t.co/wDbm4mtaPF"
## 
## [[1079]]
## [1] "BattyBit: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1080]]
## [1] "shashatheitch22: RT @EdwinNurdjajadi: Yup. There’s 4 pairs of wild green doves in our neighbourhood. Alhamdullilah the environment is conducive &amp; plenty of…"
## 
## [[1081]]
## [1] "_ronas0: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1082]]
## [1] "UnlimitedSwords: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[1083]]
## [1] "PGrim40: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1084]]
## [1] "Alexand81826424: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[1085]]
## [1] "BobiWow1: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1086]]
## [1] "howdia_ir: RT @tamarakail: been working on this for weeks!! i felt the need for a card back of riven and irelia while playing LoR so i thought it woul…"
## 
## [[1087]]
## [1] "vrakkot: RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…"
## 
## [[1088]]
## [1] "zyorg_mage: RT @MistArt0: Zyra haunted fan art\n\n#Illustration #LeagueOfLegends #LeagueOfLegendsFanArt #art https://t.co/c9aLWPPPuc"
## 
## [[1089]]
## [1] "goorcky: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1090]]
## [1] "maiddonart: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[1091]]
## [1] "YangValkyrie: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1092]]
## [1] "IkkeySk: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1093]]
## [1] "Sassan_Sun: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1094]]
## [1] "Catheri27847830: I played a lot of games.👇👇 #StarGuardian #Game #LeagueofLegends #Worlds2021 #StarGuardians #Bjergsen \nOriginal: val… https://t.co/vTMYM1dUA7"
## 
## [[1095]]
## [1] "xiefux: I hope you have a great day.🙊🙊 #StarGuardian #LeagueofLegends #MOBA #GuardiãsEstelas #FLYWIN"
## 
## [[1096]]
## [1] "afelyosbey: RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…"
## 
## [[1097]]
## [1] "HappyLion07: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1098]]
## [1] "kataluxie: RT @getstarried: But who am I without you? 🌙\n#lightcannon #StarGuardian #LeagueOfLegends https://t.co/YD7LkSmCLP"
## 
## [[1099]]
## [1] "FOGUSZAA: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1100]]
## [1] "YuriKiyan: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1101]]
## [1] "ShayMutant: RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…"
## 
## [[1102]]
## [1] "niceswordboots: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[1103]]
## [1] "loreofruneterra: Aphelios: The Weapon of the faithful - Weapons &amp; Abilities #6 (new name!): submitted by  /u/bucketofsteam  \n [link]… https://t.co/bjCjnYFFMq"
## 
## [[1104]]
## [1] "sequestrata_: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[1105]]
## [1] "lolwhangchest: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1106]]
## [1] "cahul_ujar: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1107]]
## [1] "_stormrazor_: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1108]]
## [1] "uemasters: Italy is in good hands as Unipd Cheng will defend its flag in #AUEM23 👐\n\n⚔️They have marked March with an X on thei… https://t.co/SDqRWmnWE3"
## 
## [[1109]]
## [1] "7iemaniac: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1110]]
## [1] "LilyeCosplay: 🎁 Christmas Jinx 🎁\n\n#jinx #leagueoflegends #arcane #cosplay https://t.co/RBieDqoprZ"
## 
## [[1111]]
## [1] "OneAutumnGin: RT @TEAMRAAD: our last LCQ Match vs @VslashEsports \nWatch here: https://t.co/2vQKDCGtR3\n#TEAMRAAD #LeagueofLegends #IAC #IAC2022 #LEIP22 ht…"
## 
## [[1112]]
## [1] "zaunsp: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[1113]]
## [1] "TEAMRAAD: our last LCQ Match vs @VslashEsports \nWatch here: https://t.co/2vQKDCGtR3\n#TEAMRAAD #LeagueofLegends #IAC #IAC2022… https://t.co/8zCQq0Z8M2"
## 
## [[1114]]
## [1] "gingerbreadb0i: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1115]]
## [1] "ju_g121: RT @ju_g121: Fire to the Fuse (Ft. #JacksonWang) | Official Empyrean Music Theme - #LeagueofLegends x 88rising (https://t.co/eACeegAr0z) @J…"
## 
## [[1116]]
## [1] "Antwq_lucario: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1117]]
## [1] "RT_Inspire: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1118]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 18:08 (Hora ESP)🔥\n\n🥇 #Th3Antonio➖Viewers: 1.649\n🥈 #ElOjoNinja➖Viewers: 996… https://t.co/1y1vbInc6x"
## 
## [[1119]]
## [1] "AsymmetricDude: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1120]]
## [1] "FrnZydd: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[1121]]
## [1] "SZEVERBIBI: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1122]]
## [1] "Nick___xu: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1123]]
## [1] "jacetrash: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1124]]
## [1] "BigsmokeSan: RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k"
## 
## [[1125]]
## [1] "jamekungOwO: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[1126]]
## [1] "IntrinsicGames: RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…"
## 
## [[1127]]
## [1] "GoldenChanLoL: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[1128]]
## [1] "CanwayM: RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…"
## 
## [[1129]]
## [1] "CanwayM: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[1130]]
## [1] "CeyseraLuL: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1131]]
## [1] "hypinico: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[1132]]
## [1] "shukituwu: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1133]]
## [1] "x_kuczi_x: Road to 50 Followers !\nTwitch x_kuczi_x\n#twitch #stream #live #livestream #gamer #game #games #streamer #streaming… https://t.co/Fb2nYX47tH"
## 
## [[1134]]
## [1] "prinzessinmiko: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1135]]
## [1] "Ursa_Maj0r: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[1136]]
## [1] "Yanz12Jp: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1137]]
## [1] "howdia_ir: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1138]]
## [1] "alto_joshua: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[1139]]
## [1] "UnrankedSmurfs: Breaking news!\nHopefully, he will be on your team tho.\n #LeagueOfLegends #Funny #Meme https://t.co/mWBswSg2QX"
## 
## [[1140]]
## [1] "aguabriel: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1141]]
## [1] "shikispace: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[1142]]
## [1] "Chantzilla1: RT @badeedNA: Attention all summoners in #LeagueOfLegends! Are you struggling to find your footing in the new season? I'm a Jungle player w…"
## 
## [[1143]]
## [1] "esports_maps: Just minding your own business enjoying your new game when... 😱\n\n#gaming #esports #esport #esportsteam #twitch… https://t.co/vXASNZAMtk"
## 
## [[1144]]
## [1] "machfawnthree: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1145]]
## [1] "MrGame00001: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1146]]
## [1] "LoLMemesBot: Cute LoL items' inspired names for babies\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/9AZpXcAQup"
## 
## [[1147]]
## [1] "NullIsAt0: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[1148]]
## [1] "oleandrinhoreal: RT @DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock #leaguetwt h…"
## 
## [[1149]]
## [1] "Maps_2000: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1150]]
## [1] "KathaliaRose: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[1151]]
## [1] "buterzz_: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1152]]
## [1] "GonZo5oo0: Had an hour to play a game. Sat in the queue for over 15 min, 4 dodges, can no longer play. #LeagueOfLegends is dying in NA"
## 
## [[1153]]
## [1] "MikoOneShot: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[1154]]
## [1] "buterzz_: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[1155]]
## [1] "buterzz_: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[1156]]
## [1] "JoshuaSekki: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1157]]
## [1] "Cesar82001: RT @LadyFortune5: Help them strip eachother :3 #stripgame #ahri #Missfortune #LeagueOfLegends #LeagueOfLegendsFanArt #sahri https://t.co/IN…"
## 
## [[1158]]
## [1] "VileAvatar: RT @GamerDadTV: From last night's stream XD #urgot #LeagueOfLegends #twitch https://t.co/TUKnsrIKtV"
## 
## [[1159]]
## [1] "9nkXCKKHBWiKHSz: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[1160]]
## [1] "ToyVickii: RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…"
## 
## [[1161]]
## [1] "zxcvbnm9132: RT @dalianae_: tango evelynn commission! I'm posting this here so as not to leave this drawing abandoned ; v ; rt's are highly appreciated!…"
## 
## [[1162]]
## [1] "haelflinart: RT @haelflinart: The Zaun's Living Terror, ChemTech Fiddlestick\n#LeagueOfLegends #Fiddlesticks #conceptart https://t.co/oHPmSgxpQ6"
## 
## [[1163]]
## [1] "DARKlNSCYTHE: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[1164]]
## [1] "metalichotchoco: RT @metalichotchoco: Veigar being held like burger is my favorite genre of image to draw\n\n#LeagueOfLegends #ArtofLegends #mordekaiser #veig…"
## 
## [[1165]]
## [1] "FreelanceSeven: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1166]]
## [1] "AdvancedSIMP: It's 62nd day of SIMP waiting for MALE FURRY CHAMP 😞#SIMPiswaiting #LeagueOfLegends"
## 
## [[1167]]
## [1] "2kneon: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1168]]
## [1] "NeriJade1: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1169]]
## [1] "Bolverk15: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1170]]
## [1] "Sarashieda: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1171]]
## [1] "sunthehuman3_2: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1172]]
## [1] "MrKrisi: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1173]]
## [1] "Uhawka: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1174]]
## [1] "ComicChato: RT @lPopotrix: My followers biggest dream…\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/uRFysnznPB"
## 
## [[1175]]
## [1] "LOL_Art_Bot: RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…"
## 
## [[1176]]
## [1] "LOL_Art_Bot: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[1177]]
## [1] "kadart_h: RT @Samandriade: Headcanon time\nZoe likes to sleep cuddling in Soraka's lap 💤💤\n#LeagueOfLegends #LeagueOfLegendsFanArt #zoe #soraka https:/…"
## 
## [[1178]]
## [1] "oleandrinhoreal: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1179]]
## [1] "koryu960: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/PJodBLjDnS"
## 
## [[1180]]
## [1] "T6264845Tobias: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1181]]
## [1] "a990421aaa: RT @babohorangi: Before i forget.. here's another doodle from #RiftGala\nMeet a single dad in your area!🐺\n#leagueoflegends https://t.co/JlOQ…"
## 
## [[1182]]
## [1] "shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https://t.co/WXFN6Nnk7J"
## 
## [[1183]]
## [1] "nojambronim: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1184]]
## [1] "SilentF0x00: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1185]]
## [1] "Alexand99604676: RT @NoodyChaan: Is it too late for a Sona  #stripgame?\n#Sona #LeagueOfLegends https://t.co/FVZfvEfXB5"
## 
## [[1186]]
## [1] "TadiliElkhalil: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[1187]]
## [1] "dinosaurrro: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[1188]]
## [1] "IntrinsicGames: RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…"
## 
## [[1189]]
## [1] "xXFelli: 📣 I'm starting 🔴 LIVE on #LeagueofLegends !  https://t.co/XbEFXVWHsx #wizebot #twitch"
## 
## [[1190]]
## [1] "budafilhote: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1191]]
## [1] "Unf_Freckles: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1192]]
## [1] "shiedaarchive: RT @limonpi1: just regretting the full drawing so i crop my fav\n#LeagueOfLegends #kaynphel #aphelios #kayn https://t.co/dvw9Z9LYi5"
## 
## [[1193]]
## [1] "trovaso: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1194]]
## [1] "xxbraunstein: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1195]]
## [1] "IntrinsicGames: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1196]]
## [1] "softspells: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1197]]
## [1] "IntrinsicGames: RT @StealingHP: Slurp\n#LeagueOfLegends #Kayn #Aphelios #KaynPhel https://t.co/Xyir3GMjOD"
## 
## [[1198]]
## [1] "Iuviers: RT @StealingHP: Slurp\n#LeagueOfLegends #Kayn #Aphelios #KaynPhel https://t.co/Xyir3GMjOD"
## 
## [[1199]]
## [1] "shiedaarchive: RT @StealingHP: Slurp\n#LeagueOfLegends #Kayn #Aphelios #KaynPhel https://t.co/Xyir3GMjOD"
## 
## [[1200]]
## [1] "KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thr… https://t.co/veWQKyVzuP"
## 
## [[1201]]
## [1] "LadyVickytoria: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1202]]
## [1] "druzsea: RT @starIucky: Sketch of the girl ever #arcane #LeagueOfLegends https://t.co/y6Oplhoiyz"
## 
## [[1203]]
## [1] "Duckonsea: Irelia 500k drawing buff\n\n---- I just started drawing a few months ago. so \nI will be very happy if you guys sugges… https://t.co/boLh0WWjn0"
## 
## [[1204]]
## [1] "Batata_owo: RT @Ultrashokk: christmas jinx \n\n#jinx #LeagueOfLegends https://t.co/o4FDnxj9VG"
## 
## [[1205]]
## [1] "lornursus: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1206]]
## [1] "Fivi47: RT @KenApplepi: 4 days until xmas featuring Cait and Vi!\n\n#CaitlynxVi #arcane #LeagueOfLegends https://t.co/iapaMQMzTm"
## 
## [[1207]]
## [1] "Uhawka: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1208]]
## [1] "KutetsKute: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[1209]]
## [1] "Sw33tEdgyD0gg: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1210]]
## [1] "starIucky: Sketch of the girl ever #arcane #LeagueOfLegends https://t.co/y6Oplhoiyz"
## 
## [[1211]]
## [1] "Darksword255: Warwick... with a Yuumi along for the ride? Heinous. Poor Nidalee #LeagueOfLegends #towerdive #RiotGames https://t.co/uH6Dpb8iXC"
## 
## [[1212]]
## [1] "LOL_Art_Bot: RT @Patchy_art: Wanted to try drawing in a different way so here is the result, Neeko again\n\n#Neeko #LeagueOfLegends #LeagueOfLegendsFanArt…"
## 
## [[1213]]
## [1] "caitviIovebot: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1214]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/mmW6l5xQqo"
## 
## [[1215]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/UTQOj1iht5"
## 
## [[1216]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/ZdULwU4jMA"
## 
## [[1217]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/7q8ona2FZT"
## 
## [[1218]]
## [1] "PTSDcore: RT @Khartemis_: Hey! Soon in my other account the Part 05 of Sisters: Jinx &amp; Vi! 😍\n\n#Vi #Jinx #LeagueOfLegends #Arcane #Vijinx https://t.co…"
## 
## [[1219]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/DPuYOKNw23"
## 
## [[1220]]
## [1] "PTSDcore: RT @Khartemis_: Hello again! Soon in my other account the Part 06 of Sisters: Jinx &amp; Vi! 👀\n\n#Vi #Jinx #LeagueOfLegends #Arcane #Vijinx http…"
## 
## [[1221]]
## [1] "KanteEnjoyer: RT @Patchy_art: Wanted to try drawing in a different way so here is the result, Neeko again\n\n#Neeko #LeagueOfLegends #LeagueOfLegendsFanArt…"
## 
## [[1222]]
## [1] "TheSleepyBoba: RT @SundaeScoopDraw: Commissions open I need about 200 for oral surgery so I’m hoping to get a few commissions before then!\n@cmsn_ART #comm…"
## 
## [[1223]]
## [1] "kristiangabriel: Still gives me chills. #LeagueofLegends We need movie like this done with Unreal 5 https://t.co/xvFEgR3LFy… https://t.co/GG1wA2Tt0N"
## 
## [[1224]]
## [1] "kristiangabriel: Still gives me chills. #LeagueofLegends We need movie like th I s done with Unreal 5 https://t.co/xvFEgR3LFy… https://t.co/yFpI75Qx1b"
## 
## [[1225]]
## [1] "shikispace: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1226]]
## [1] "zaunsp: RT @KenApplepi: 4 days until xmas featuring Cait and Vi!\n\n#CaitlynxVi #arcane #LeagueOfLegends https://t.co/iapaMQMzTm"
## 
## [[1227]]
## [1] "fernaUdaa: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1228]]
## [1] "Patchy_art: Wanted to try drawing in a different way so here is the result, Neeko again\n\n#Neeko #LeagueOfLegends… https://t.co/KgrVZJfRQE"
## 
## [[1229]]
## [1] "Lllllll55709233: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1230]]
## [1] "DobyFTR: I'm officially a one trick let's gooooooo\n\n#LeagueOfLegends https://t.co/ydYMx0tkmu"
## 
## [[1231]]
## [1] "fandifi: A worthwhile investment 🤣\n\n#gaming #esports #esport #esportsteam #twitch #valorant #leagueoflegends #overwatch… https://t.co/4FbF3mojUE"
## 
## [[1232]]
## [1] "Veronic05948336: RT @GamesGuidz: Our new weekly Masterclass #LeagueofLegends Game Guide is released! Get involved with the links below:\n⁣\n📖 League of Legend…"
## 
## [[1233]]
## [1] "Fjh17848173: RT @dalianae_: color practice and an excuse to draw one of the best LoL champions with neeko #lillia #leagueoflegends #ArtofLegends  #cread…"
## 
## [[1234]]
## [1] "Fjh17848173: RT @AhryCha: Battle Bunny Miss Fortune \n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #creadoresdelollatam https://t.co/yKUPFCCx2Q"
## 
## [[1235]]
## [1] "suenodeamore: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1236]]
## [1] "oleandrinhoreal: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1237]]
## [1] "odetocowboy: RT @beetlebees: Practicing painting when I pause the show, this was an hour study  🐝#arcane #jayce #jaycetalis #LeagueOfLegends #LeagueOfLe…"
## 
## [[1238]]
## [1] "odetocowboy: RT @CandyKale: This outfit 👌#Jayce #arcane #LeagueOfLegends https://t.co/0oWlDCT1ib"
## 
## [[1239]]
## [1] "VoodooOneBenja: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1240]]
## [1] "JKsCaramel: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1241]]
## [1] "hawkknight2000: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1242]]
## [1] "just_for_note: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1243]]
## [1] "odetocowboy: RT @cedarcia: Finally finished drawing the Golden Boy of Piltover 🔥\n#arcane #LeagueOfLegends #Jayce #jaycetalis #league #artistsontwitter #…"
## 
## [[1244]]
## [1] "LOL_Art_Bot: RT @bcvr12: This is a great game.🥺🥺🥺🥺🥺 #Fanart #LeagueofLegends #LeagueOfLegendsFanArt #GuardiãsEstelas #ФанАрт #GuardianasEstelares \nOrigi…"
## 
## [[1245]]
## [1] "Kekori4: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1246]]
## [1] "vixx_ex233: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1247]]
## [1] "ajgorillaz: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1248]]
## [1] "MeliPXI: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1249]]
## [1] "alemeino: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1250]]
## [1] "frogbich: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[1251]]
## [1] "roxxa5481: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1252]]
## [1] "arvazi2: I need a game.😍😍😍😍😍 #LeagueofLegends #GENGWIN #ФанАрт #YıldızMuhafızı"
## 
## [[1253]]
## [1] "luchoveltri: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1254]]
## [1] "anarka_ros: RT @Xion_Eisenhart: W-W-What do you mean? *oh my she is looking at my eyes, she is so close I'm going to faint* #caitvi #arcane #cosplay #L…"
## 
## [[1255]]
## [1] "alto_joshua: RT @yellowestmango: Star Guardians Aphelios and Sett 🌙🌟\n\nI had an idea for a comic about them in this universe but had to create their desi…"
## 
## [[1256]]
## [1] "Naibuleux: RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…"
## 
## [[1257]]
## [1] "IntrinsicGames: RT @Wasroket: PEAK DIAM1💎Tryhard for MASTER 🎯\n#TwitchStreamers #twitchgirls #LeagueOfLegends #jungle #twitchfr #twitchstreaming\nhttps://t.c…"
## 
## [[1258]]
## [1] "NewGlitchyBoiYT: RT @bcvr12: This is a great game.🥺🥺🥺🥺🥺 #Fanart #LeagueofLegends #LeagueOfLegendsFanArt #GuardiãsEstelas #ФанАрт #GuardianasEstelares \nOrigi…"
## 
## [[1259]]
## [1] "IntrinsicGames: RT @bcvr12: This is a great game.🥺🥺🥺🥺🥺 #Fanart #LeagueofLegends #LeagueOfLegendsFanArt #GuardiãsEstelas #ФанАрт #GuardianasEstelares \nOrigi…"
## 
## [[1260]]
## [1] "bcvr12: This is a great game.🥺🥺🥺🥺🥺 #Fanart #LeagueofLegends #LeagueOfLegendsFanArt #GuardiãsEstelas #ФанАрт… https://t.co/NP6tN2Noch"
## 
## [[1261]]
## [1] "AnieoneAround: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1262]]
## [1] "Wasroket: PEAK DIAM1💎Tryhard for MASTER 🎯\n#TwitchStreamers #twitchgirls #LeagueOfLegends #jungle #twitchfr #twitchstreaming\nhttps://t.co/8Nr9TcfSmV"
## 
## [[1263]]
## [1] "FloweryReid: RT @GrumpyGoatie: \"Say my name like a curse that can't be broken! And I'll scream yours like a wound that's open... Come on.\nOh baby come o…"
## 
## [[1264]]
## [1] "lichias_: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1265]]
## [1] "GamerDadTV: From last night's stream XD #urgot #LeagueOfLegends #twitch https://t.co/TUKnsrIKtV"
## 
## [[1266]]
## [1] "Bratzas: RT @Xion_Eisenhart: W-W-What do you mean? *oh my she is looking at my eyes, she is so close I'm going to faint* #caitvi #arcane #cosplay #L…"
## 
## [[1267]]
## [1] "LhXluiz23: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1268]]
## [1] "ozzystillgoldy: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1269]]
## [1] "FaxMcClewd: RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce"
## 
## [[1270]]
## [1] "RetweetVT: RT @Toralynne_TV: Live ♥ Hi, I'm running on empty ♥ (Playing Ranked League of Legends) https://t.co/qt2z4EBAHS\n#Twitch #Streamer #VTuber #P…"
## 
## [[1271]]
## [1] "RABIESGIR1L: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1272]]
## [1] "Alexand81826424: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[1273]]
## [1] "fronezone: RT @KenApplepi: 4 days until xmas featuring Cait and Vi!\n\n#CaitlynxVi #arcane #LeagueOfLegends https://t.co/iapaMQMzTm"
## 
## [[1274]]
## [1] "hayxday: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1275]]
## [1] "_QueenOfVoid_: RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU"
## 
## [[1276]]
## [1] "FacuRueda3: RT @FaceHee2: 📷Selfie with best friend💣⏱️\n\n#ekko #jinx #powder #ekkojinx #arcane #TiMEBOMB #LeagueOfLegends https://t.co/dyYJbMYC5m"
## 
## [[1277]]
## [1] "FloweryReid: RT @i_randommm: Ashen Knight Kalista for #Skintober \n#LeagueOfLegends #ArtofLegends #kalista https://t.co/zOpJU6sMDV"
## 
## [[1278]]
## [1] "FacuRueda3: RT @srkork: E K K O is so pretty :(((\n#illustration #LeagueOfLegends #Ekko #Arcane #FANART https://t.co/IIRSzfKWL1"
## 
## [[1279]]
## [1] "SylasDesencade1: RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU"
## 
## [[1280]]
## [1] "Toralynne_TV: Live ♥ Hi, I'm running on empty ♥ (Playing Ranked League of Legends) https://t.co/qt2z4EBAHS\n#Twitch #Streamer… https://t.co/HYLthOZ8um"
## 
## [[1281]]
## [1] "MiwaHoshih: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1282]]
## [1] "koryu960: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/mxzBQEmvV3"
## 
## [[1283]]
## [1] "FacuRueda3: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1284]]
## [1] "empticandy: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1285]]
## [1] "SCPSHJ: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1286]]
## [1] "TadiliElkhalil: RT @KenApplepi: 4 days until xmas featuring Cait and Vi!\n\n#CaitlynxVi #arcane #LeagueOfLegends https://t.co/iapaMQMzTm"
## 
## [[1287]]
## [1] "Nicodelangeloo: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[1288]]
## [1] "LawlietFrixie: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1289]]
## [1] "taitaivilu: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1290]]
## [1] "robiflowan_: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1291]]
## [1] "Bunny_Xeniel: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1292]]
## [1] "Klonomoy: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1293]]
## [1] "anowanka: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1294]]
## [1] "academyvladimir: RT @chikinwaffless: Fanart of Alyssa Herman’s Infernal Taliyah as a warmup #LeagueOfLegends #ArtofLegends https://t.co/DEqKg6PaH3"
## 
## [[1295]]
## [1] "LoLMemesBot: nimble\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios… https://t.co/KmL6iFjLrM"
## 
## [[1296]]
## [1] "KenApplepi: 4 days until xmas featuring Cait and Vi!\n\n#CaitlynxVi #arcane #LeagueOfLegends https://t.co/iapaMQMzTm"
## 
## [[1297]]
## [1] "quiffrey_: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1298]]
## [1] "Ja12Yd08Ee: RT @HellyValentine: I invite you in a ring, are you going to join?~\n\n#vicosplay #arcane #arcanecosplay #LeagueOfLegends https://t.co/f6VQl6…"
## 
## [[1299]]
## [1] "epitaphofghosts: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1300]]
## [1] "VIIUnforgiven: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1301]]
## [1] "Axtrek1: RT @RivenStore: What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg #riven…"
## 
## [[1302]]
## [1] "GalaxyGamerYaY1: RT @RivenStore: What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg #riven…"
## 
## [[1303]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/6iOnzOIfox"
## 
## [[1304]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/P7Op7LdRnT"
## 
## [[1305]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 16:58 (Hora ESP)🔥\n\n🥇 #Esportmaniacos➖Viewers: 3.022\n🥈 #Werlyb➖Viewers: 2.5… https://t.co/hgWAApyhJy"
## 
## [[1306]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/Jo33lUtS6F"
## 
## [[1307]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/LweL9rkhq8"
## 
## [[1308]]
## [1] "LilacWisp: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1309]]
## [1] "neyenx4: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1310]]
## [1] "benignoortegama: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1311]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/yUqCnOHfBo"
## 
## [[1312]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/BSCOn3aBwA"
## 
## [[1313]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/c01oVKABzE"
## 
## [[1314]]
## [1] "anowanka: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[1315]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/p1uaEcXckl"
## 
## [[1316]]
## [1] "starving_fox: RT @PurpleARTdude: After a long time... I finally finished this!! Moon guys vs sun guys 🌚🌝\n#ValorantArt #VALORANTfanart #VALORANT #LeagueOf…"
## 
## [[1317]]
## [1] "IntrinsicGames: RT @deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/bGJCbkaxXS"
## 
## [[1318]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/jY5aG1yRfz"
## 
## [[1319]]
## [1] "KoTinTrysaX: RT @afurrybrownie: A fast painting of my friend as KDA Evelynn :D\n\n#kda #KDA #kdaevelynn #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt h…"
## 
## [[1320]]
## [1] "IntrinsicGames: RT @deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/pmTj6qhfeL"
## 
## [[1321]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/N7GecZh0sM"
## 
## [[1322]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/xQhxkeJyav"
## 
## [[1323]]
## [1] "caitscuffs: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1324]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/pmTj6qhfeL"
## 
## [[1325]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/bGJCbkaxXS"
## 
## [[1326]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/r0UeYKI3C5"
## 
## [[1327]]
## [1] "Carame_Rune12: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1328]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/S3Z8DBNJSx"
## 
## [[1329]]
## [1] "ankoragg: Not this time. \n\n#ankoragg #LeagueofLegends #ARAM #esports #balkan https://t.co/MyTuJDHalS"
## 
## [[1330]]
## [1] "share_stream: RT @RevenantFiery: Gonna be playing some #leagueoflegends today! Grab your coffee and breakfast and let's have a good time playing games an…"
## 
## [[1331]]
## [1] "share_stream: RT @SmallStreamerIG: RT RevenantFiery: Gonna be playing some #leagueoflegends today! Grab your coffee and breakfast and let's have a good t…"
## 
## [[1332]]
## [1] "DXPeterGZ: RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL"
## 
## [[1333]]
## [1] "NorthvilleEDU: Congratulations to our Esports team!\n\n#NPSWorldofPossibilities #Esports #LeagueofLegends #NHSEsports https://t.co/H8XqvwJcWV"
## 
## [[1334]]
## [1] "Ashy70462877: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1335]]
## [1] "jobmarr: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1336]]
## [1] "Yolisters: Wednesday's Short!\n\nMr. Quadra's Insane Game Part 3! #shorts #trending #leagueoflegends https://t.co/puQeCgCtT0 via @YouTube"
## 
## [[1337]]
## [1] "KinnieTwice: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[1338]]
## [1] "_KuroiStar_: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1339]]
## [1] "WillzuCipher: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1340]]
## [1] "Brite_Ofc_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1341]]
## [1] "RepulsiveMaid: RT @DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock #leaguetwt h…"
## 
## [[1342]]
## [1] "KobayashiRX7: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1343]]
## [1] "SnippyAsianGuy: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1344]]
## [1] "neonluca: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[1345]]
## [1] "LOL_Art_Bot: RT @GoodBirbb: K/DA Ahri with her black outfit &lt;3\n#Ahri #ArtOfLegends #LeagueOfLegends #LeagueOfLegendsFanArt #УкрАрт #УкрАртПідтримка http…"
## 
## [[1346]]
## [1] "Asturielle: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1347]]
## [1] "alphaxayah: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1348]]
## [1] "GoodBirbb: K/DA Ahri with her black outfit &lt;3\n#Ahri #ArtOfLegends #LeagueOfLegends #LeagueOfLegendsFanArt #УкрАрт… https://t.co/eGhEfsqWAA"
## 
## [[1349]]
## [1] "darthfuzzy77: Check out this clip! darthfuzzy77 streaming League of Legends!  https://t.co/2QE6ii6pm3\n\n#twitch\n#twitchstreamer \n#LeagueOfLegends"
## 
## [[1350]]
## [1] "KizunChan: RT @BiyonTran: Spirit Blossom Nami 🌸🌸\ncolor base on Ahri ult form \nquick pic before class so i dont have any idea why i can draw this XD\n(…"
## 
## [[1351]]
## [1] "RepulsiveMaid: RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…"
## 
## [[1352]]
## [1] "SmallStreamerIG: RT RevenantFiery: Gonna be playing some #leagueoflegends today! Grab your coffee and breakfast and let's have a goo… https://t.co/pUbumT6ENo"
## 
## [[1353]]
## [1] "Dimi3sajou: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1354]]
## [1] "066_hawk: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1355]]
## [1] "RevenantFiery: Gonna be playing some #leagueoflegends today! Grab your coffee and breakfast and let's have a good time playing gam… https://t.co/BS2amY7apB"
## 
## [[1356]]
## [1] "NoXiAKLoL: RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…"
## 
## [[1357]]
## [1] "07Evans16: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1358]]
## [1] "yousefx66: Time to stream lets go people I’m happy today haha lol .. \n\nhttps://t.co/JywVT0IxJN\n\n#tft  #TeamFightTactics… https://t.co/Mu9zybHoSk"
## 
## [[1359]]
## [1] "AmateurBane: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1360]]
## [1] "OliverRA15: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1361]]
## [1] "IntrinsicGames: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1362]]
## [1] "vexxingvixx: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1363]]
## [1] "IntrinsicGames: RT @DmGamingEu: Poppy Jungle S13 !\nhttps://t.co/EkbGrJxb79\nhttps://t.co/WJ3flve5B5\n\n#lol #poppy #leagueoflegends #jungle #s13 https://t.co/…"
## 
## [[1364]]
## [1] "IntrinsicGames: RT @BiyonTran: Spirit Blossom Nami 🌸🌸\ncolor base on Ahri ult form \nquick pic before class so i dont have any idea why i can draw this XD\n(…"
## 
## [[1365]]
## [1] "IntrinsicGames: RT @Eggpoach1: Hello tweeter !🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/lVpnGDC1JV"
## 
## [[1366]]
## [1] "Eggpoach1: Hello tweeter !🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/lVpnGDC1JV"
## 
## [[1367]]
## [1] "DmGamingEu: Poppy Jungle S13 !\nhttps://t.co/EkbGrJxb79\nhttps://t.co/WJ3flve5B5\n\n#lol #poppy #leagueoflegends #jungle #s13 https://t.co/ReymsuWqOI"
## 
## [[1368]]
## [1] "Canut0uzumaki: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1369]]
## [1] "IntrinsicGames: RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU"
## 
## [[1370]]
## [1] "hi__host: RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU"
## 
## [[1371]]
## [1] "kogucik1519: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1372]]
## [1] "TagTeam008: RT @BiyonTran: Spirit Blossom Nami 🌸🌸\ncolor base on Ahri ult form \nquick pic before class so i dont have any idea why i can draw this XD\n(…"
## 
## [[1373]]
## [1] "Arbuseze39: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1374]]
## [1] "icekaizen: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1375]]
## [1] "KeishBoneless: 💥💥💥 17:30 STREAM // LEAGUE OF LEGENDS 💥💥💥\n#streamer #twitch #lol #LeagueOfLegends #chill #streamergirl #pcgaming https://t.co/5MsK0HT0FC"
## 
## [[1376]]
## [1] "johny_deap: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1377]]
## [1] "theruinedtw1nk: RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[1378]]
## [1] "Joethemoey: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1379]]
## [1] "jogoagui: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1380]]
## [1] "JhonatanF94: RT @uemasters: Kings in the South 👑🤴\n\n@YutoruEsports will defend the the colours of the italian flag in #AUEM23 in #LeagueOfLegends https:/…"
## 
## [[1381]]
## [1] "elyfii_: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1382]]
## [1] "RedDredKin: RT @Darksword255: That's a strong diagnosis... accurate, but strong. #kindred #LeagueOfLegends https://t.co/TFIwULYTS0"
## 
## [[1383]]
## [1] "Horseengine: RT @Ultrashokk: have a monster\n#zeri #LeagueOfLegends #artoflegends https://t.co/hPHdFWuXbk"
## 
## [[1384]]
## [1] "SweetTo35203855: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1385]]
## [1] "AmbivalentSlime: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1386]]
## [1] "GodAllMighty12: RT @SleinYesWowNC: Why don't you love who I am?\nWhat we could have been\n\n#Arcane #LeagueOfLegends https://t.co/XGZ0PuYHrz"
## 
## [[1387]]
## [1] "XenoYtg: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1388]]
## [1] "perenipos: RT @SunsetNeon64: First time Ekko used Revo-z it was like: \n\n#LeagueOfLegends  #Ekko #LeagueOfLegendsFanArt #art https://t.co/Y8FpscdfgP"
## 
## [[1389]]
## [1] "Eggpoach1: Hello tweeter !🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/woZKK3qsEu"
## 
## [[1390]]
## [1] "BiancaGodfrey7: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1391]]
## [1] "clarartist_: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1392]]
## [1] "loreofruneterra: why swain removed urgot from noxus?: the fact that swain himself removed urgot from the capital shows us that the l… https://t.co/4nx1jrnPwc"
## 
## [[1393]]
## [1] "LOL_Art_Bot: RT @ayacchi_corner: Commissioned by App from Discord. Thank you so much for your patronage!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https:…"
## 
## [[1394]]
## [1] "KaiSa_KDA23: RT @Gamer_Iss101: Ah yes my second 3D art and I'm starting to get the hang of it \n#sfm #ahri #kasumi #LeagueOfLegends #Paladins #SourceFilm…"
## 
## [[1395]]
## [1] "noromuh: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[1396]]
## [1] "Greyhulf: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1397]]
## [1] "VICTFPLAYS: Nice f bro?! #LeagueOfLegends #RiotGames #TikTok https://t.co/xlN4AtPrxC"
## 
## [[1398]]
## [1] "Sr_pankekes: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1399]]
## [1] "ScrewyLuiVEVO: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1400]]
## [1] "ayacchi_corner: Commissioned by App from Discord. Thank you so much for your patronage!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/Q3p6lUXXq9"
## 
## [[1401]]
## [1] "XenoYtg: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[1402]]
## [1] "lvaroLoureiroM1: RT @uemasters: Kings in the South 👑🤴\n\n@YutoruEsports will defend the the colours of the italian flag in #AUEM23 in #LeagueOfLegends https:/…"
## 
## [[1403]]
## [1] "ShawnCr40296007: RT @RivenStore: Likes, please!!\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg #rivensto…"
## 
## [[1404]]
## [1] "Ozzyozzboi: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1405]]
## [1] "Holydonuthole: RT @dariishrimp: Lux from League of Legends by meee 👉👈\n#Lux #leagueoflegends #3dart #3dartist #3dmodel https://t.co/yEPTaInDtP"
## 
## [[1406]]
## [1] "LoLRoundUp_: A companion video to yesterday's content, today we cover Lol esports oldest players heading into Spring Split 2023.… https://t.co/mo4SxNKeCM"
## 
## [[1407]]
## [1] "yikai11464133: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1408]]
## [1] "uemasters: Kings in the South 👑🤴\n\n@YutoruEsports will defend the the colours of the italian flag in #AUEM23 in #LeagueOfLegends https://t.co/F00jlUhM2G"
## 
## [[1409]]
## [1] "xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL"
## 
## [[1410]]
## [1] "slleduarda: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1411]]
## [1] "Zuzuforever: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1412]]
## [1] "reignitegg: 📣 The „Spirit Blossom“ theme for the League of Legends card is available now! 🔥 \n\nGet yourself some gems and try it… https://t.co/y4hKNynjPq"
## 
## [[1413]]
## [1] "Anthony87651440: What a game!🙈🙈🙈🙈 #LeagueofLegends #LoL #StarGuardians #GENGWIN #GuardianasEstelares"
## 
## [[1414]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Wait...It's all just Neace Tips?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds202…"
## 
## [[1415]]
## [1] "tomas_kowm: RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1416]]
## [1] "RivenStore: Like and Share if you have been fan since day 1\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods… https://t.co/BGOKUFjKSF"
## 
## [[1417]]
## [1] "_bambii1_: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1418]]
## [1] "seouvesani: RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU"
## 
## [[1419]]
## [1] "baitangsonggao: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[1420]]
## [1] "Grllma: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1421]]
## [1] "9344w_: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1422]]
## [1] "IceTrainer_Jean: RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU"
## 
## [[1423]]
## [1] "PrismaxLight: RT @TheGemCosplay: This is the only Christmas cosplay I have to share so here u go, some Christmas Jinx from @LeagueOfLegends \n\n#cosplay #L…"
## 
## [[1424]]
## [1] "ram__cham: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1425]]
## [1] "Vinisstt: RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ"
## 
## [[1426]]
## [1] "whxtelamb_cos: Honestly I can't wait to cosplay again because..... I miss her aa\n\n#LeagueOfLegends #Evelynn #KDA #KDAMORE https://t.co/6fSyiELySY"
## 
## [[1427]]
## [1] "sthekafka: RT @localsya: Full sketch page of Syndra, missed drawing her tbh \n#LeagueOfLegends https://t.co/TP5Eajy7PX"
## 
## [[1428]]
## [1] "Valo113430: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1429]]
## [1] "theScoreesports: Rekkles Is Back 😲\n\n▶️ https://t.co/Yzzq4MaSRL\n\n#LeagueOfLegends https://t.co/J8eC07tJWr"
## 
## [[1430]]
## [1] "IronD25: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1431]]
## [1] "LoLMemesBot: Wait...It's all just Neace Tips?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/eZbNFs63xm"
## 
## [[1432]]
## [1] "DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU"
## 
## [[1433]]
## [1] "Horseengine: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1434]]
## [1] "badgaldanni: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1435]]
## [1] "wandakunpls: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1436]]
## [1] "LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg"
## 
## [[1437]]
## [1] "TTVAlaerias: RT @Ultrashokk: christmas jinx \n\n#jinx #LeagueOfLegends https://t.co/o4FDnxj9VG"
## 
## [[1438]]
## [1] "OwwlUw: RT @odeko_yma: What I see is happening \n\nWhat really is happening \n\nFun fact: I have made 5 fan skins for Lillia to fit her everywhere I wa…"
## 
## [[1439]]
## [1] "bippolarcat: RT @itsbrych: I didn’t see anyone doing this sooo,, ⏱💣 #timebomb \n\n#ekkojinx #Ekko #Jinx #Arcane #ArtofLegends #LeagueOfLegends #ArtofArcan…"
## 
## [[1440]]
## [1] "PirataPastelera: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1441]]
## [1] "OwwlUw: RT @odeko_yma: His last words...\n\n#LeagueOfLegends #Rakan #ArtofLegends #LeagueOfLegendsFanArt #StarGuardians https://t.co/AQLQJ4lvx3"
## 
## [[1442]]
## [1] "LOL_Art_Bot: RT @Vhite14: Autistic Caitlyn thumbnail 🥴\n\n#autism #autismmeme #meme #pleasebepatientihaveautism #LeagueOfLegendsFanArt #LeagueOfLegends #C…"
## 
## [[1443]]
## [1] "OwwlUw: RT @odeko_yma: When I randomly make any content for patreon\n\n#Soraka #Sett #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #StarGuard…"
## 
## [[1444]]
## [1] "Nashors_Tooth: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1445]]
## [1] "LOL_Art_Bot: RT @DailyTaliyah: Day 13!\nTaliyah portraits!!\nArt by @/Kishiskolaash\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #rock #leaguetwt http…"
## 
## [[1446]]
## [1] "otakujigwang: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1447]]
## [1] "bonstardore: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1448]]
## [1] "OwwlUw: RT @odeko_yma: Ahri and Evelynn always end their talk with Aphelios very quickly.\n\n+ It's an excuse for me to draw male Eve once again😳\n\n#A…"
## 
## [[1449]]
## [1] "OwwlUw: RT @odeko_yma: THANK YOU FOR 4O OOO GIRLIES!\n\n#Yone #Lillia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/TcKAEqbfIS"
## 
## [[1450]]
## [1] "Vijai_K: SwarmioMedia: The next #LeagueofLegends Mid-Season Invitational, MSI 2023, will be held in London. Each summer,… https://t.co/d5NmqvKB5f"
## 
## [[1451]]
## [1] "OwwlUw: RT @odeko_yma: When you are blaming your teammate for feeding and not yourself \n\n#Sett #Soraka #Aphelios #LeagueOfLegends #LeagueOfLegendsF…"
## 
## [[1452]]
## [1] "ForeverCatrado1: RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy"
## 
## [[1453]]
## [1] "OwwlUw: RT @odeko_yma: He showed her his teeth \n\n#LeagueOfLegendsFanArt #LeagueOfLegends #Sett #Ahri #ArtofLegends https://t.co/I15BoCBJXH"
## 
## [[1454]]
## [1] "OwwlUw: RT @odeko_yma: She knows your troubles. \n\n#Soraka #Sett #LeagueOfLegends #LeagueOfLegendsfanart #ArtofLegends https://t.co/G9O1i2VOpx"
## 
## [[1455]]
## [1] "glazedhersheys: evelynn\n\n#art #LeagueOfLegends https://t.co/Vpdmu2mdNZ"
## 
## [[1456]]
## [1] "gaX3_23: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1457]]
## [1] "AlejandroOVel23: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1458]]
## [1] "Vhite14: Autistic Caitlyn thumbnail 🥴\n\n#autism #autismmeme #meme #pleasebepatientihaveautism #LeagueOfLegendsFanArt… https://t.co/3iXNXJcSaC"
## 
## [[1459]]
## [1] "Pedro_Luxio: RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…"
## 
## [[1460]]
## [1] "TwilightNyxx: RT @getstarried: But who am I without you? 🌙\n#lightcannon #StarGuardian #LeagueOfLegends https://t.co/YD7LkSmCLP"
## 
## [[1461]]
## [1] "Ultrashokk: christmas jinx \n\n#jinx #LeagueOfLegends https://t.co/o4FDnxj9VG"
## 
## [[1462]]
## [1] "yukililapudel: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/BE1ua0K4bZ https://t.co/oe2TqsFI35"
## 
## [[1463]]
## [1] "Meelo_U: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1464]]
## [1] "aordaz2546: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1465]]
## [1] "fffalgui: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[1466]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 15:48 (Hora ESP)🔥\n\n🥇 #Esportmaniacos➖Viewers: 3.504\n🥈 #Th3Antonio➖Viewers:… https://t.co/wuWsa9g9pL"
## 
## [[1467]]
## [1] "OwwlUw: RT @odeko_yma: Hello my lil meow-meows, I've brought you a part 3...\n\n...\n\nAhri, calm down!\n\nThere are even MORE sketches which are availab…"
## 
## [[1468]]
## [1] "stardrop_acnh: watching my boyfriend play (and fail) at Lux is so satisfying bc he’s good at EVERY other character 😭 he can no lon… https://t.co/kRCpY6zacI"
## 
## [[1469]]
## [1] "ZedPrincess: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1470]]
## [1] "DailyTaliyah: Day 13!\nTaliyah portraits!!\nArt by @/Kishiskolaash\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #rock #leaguetwt https://t.co/1V9UlDZ112"
## 
## [[1471]]
## [1] "banwisu: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1472]]
## [1] "max_mawe: @teamspeak One of the alltime greats: league of Legends (#LeagueOfLegends)"
## 
## [[1473]]
## [1] "IntrinsicGames: RT @chikinwaffless: Fanart of Alyssa Herman’s Infernal Taliyah as a warmup #LeagueOfLegends #ArtofLegends https://t.co/DEqKg6PaH3"
## 
## [[1474]]
## [1] "kodokuteIeport: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/BE1ua0K4bZ https://t.co/oe2TqsFI35"
## 
## [[1475]]
## [1] "PHA_Coutinho: RT @EnvyAloner: Yone x Lillia &lt;3\n\nCommission by @fox_trix \n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#Yone #Lillia https://t.co/USeVNgqtje"
## 
## [[1476]]
## [1] "NicoleB42064037: Anyone wanna game? #Fanart #StarGuardian #LeagueofLegends #ФанАрт #КосплейLoL #GuardiãsEstelares"
## 
## [[1477]]
## [1] "umbransovereign: RT @chikinwaffless: Fanart of Alyssa Herman’s Infernal Taliyah as a warmup #LeagueOfLegends #ArtofLegends https://t.co/DEqKg6PaH3"
## 
## [[1478]]
## [1] "IntrinsicGames: RT @X17Swan: I have never drawn the rest before.🤩🤩🤩🤩🤩 #Gameplay #LeagueofLegends #GuardianasEstelares #GuardiãsEstelas #ФанАрт"
## 
## [[1479]]
## [1] "X17Swan: I have never drawn the rest before.🤩🤩🤩🤩🤩 #Gameplay #LeagueofLegends #GuardianasEstelares #GuardiãsEstelas #ФанАрт"
## 
## [[1480]]
## [1] "PHA_Coutinho: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1481]]
## [1] "papuchochoe: RT @chikinwaffless: Fanart of Alyssa Herman’s Infernal Taliyah as a warmup #LeagueOfLegends #ArtofLegends https://t.co/DEqKg6PaH3"
## 
## [[1482]]
## [1] "Spideraxe30: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1483]]
## [1] "Zeri_Cafeinada: RT @Ultrashokk: fixed her jacket #zeri #LeagueOfLegends https://t.co/jba8OId0UB"
## 
## [[1484]]
## [1] "Zeri_Cafeinada: RT @Ultrashokk: have a monster\n#zeri #LeagueOfLegends #artoflegends https://t.co/hPHdFWuXbk"
## 
## [[1485]]
## [1] "fleur_flora_: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1486]]
## [1] "A26301: RT @ibonedrawhentai: Caitlyn with bugs xd #LeagueOfLegends https://t.co/C9Y3LinHOC"
## 
## [[1487]]
## [1] "SmurfSkins_lol: Christmas is here enjoy with us use the code\" CHRISTMAS\" for the best smurf accounts ❄⛄\n#LeagueOfLegends  #lol… https://t.co/i2gyrz8ZWy"
## 
## [[1488]]
## [1] "OwwlUw: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[1489]]
## [1] "SaqiUwU: RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…"
## 
## [[1490]]
## [1] "LilyTheFlorist: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1491]]
## [1] "SrGeneric: RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP"
## 
## [[1492]]
## [1] "_masukart: vex... again #LeagueOfLegends https://t.co/77mQTCuncR"
## 
## [[1493]]
## [1] "KassiaStark: RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…"
## 
## [[1494]]
## [1] "Animexlover6: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1495]]
## [1] "P_X_T_Yz: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1496]]
## [1] "vvhitevvoIf: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1497]]
## [1] "ppopyster: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1498]]
## [1] "aishiteamor: RT @greeekthegreat: Please consider  jinx in a babydoll dress with pink streaks in her hair to match with vi who got blue streaks in her ha…"
## 
## [[1499]]
## [1] "LOL_Art_Bot: RT @Ultrashokk: have a monster\n#zeri #LeagueOfLegends #artoflegends https://t.co/hPHdFWuXbk"
## 
## [[1500]]
## [1] "Anthony87651440: RT @GamesGuidz: Our new weekly Masterclass #LeagueofLegends Game Guide is released! Get involved with the links below:\n⁣\n📖 League of Legend…"
## 
## [[1501]]
## [1] "RoseXRaven: RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…"
## 
## [[1502]]
## [1] "ariku_98: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[1503]]
## [1] "justacaIamity: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1504]]
## [1] "Ultrashokk: have a monster\n#zeri #LeagueOfLegends #artoflegends https://t.co/hPHdFWuXbk"
## 
## [[1505]]
## [1] "MatthewTan7544: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1506]]
## [1] "_Kyousz: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1507]]
## [1] "Parmetan: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1508]]
## [1] "JayceSimp: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1509]]
## [1] "SeoRanRan: RT @ToetoSav: I drew Yuumi. Yuumi Pollo 👍 Because... Yes #Yuumi  #LeagueOfLegends  #cat #Memes https://t.co/sPzRKZL1Dw"
## 
## [[1510]]
## [1] "CookieBadger6: RT @greeekthegreat: Please consider  jinx in a babydoll dress with pink streaks in her hair to match with vi who got blue streaks in her ha…"
## 
## [[1511]]
## [1] "cosplaysky: ✨Anime Christmas Cosplay✨\n\nRem, Barbara, Jinx, Sakurajima Mai , Kitagawa Marin, which one do you prefer?… https://t.co/QrOjHNaUDS"
## 
## [[1512]]
## [1] "CounterLoL: RT @MorningStarsET: #GameLAB is over for 2022! Thank you all for the support 💙\n\n@CounterLoL \n@Cristoishere \nLa Vica\nApeCarro\nCCRizzi\n\n@Sams…"
## 
## [[1513]]
## [1] "ladywolffie: RT @Xion_Eisenhart: W-W-What do you mean? *oh my she is looking at my eyes, she is so close I'm going to faint* #caitvi #arcane #cosplay #L…"
## 
## [[1514]]
## [1] "Akalynn23468: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1515]]
## [1] "klmoore_03: RT @Mister_Deranged: I'm not wearing pants, or am I? Playing with viewers of all levels, from pro to beginner. \n\nhttps://t.co/d9OFvvygJ5\n\n#…"
## 
## [[1516]]
## [1] "0__O22: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1517]]
## [1] "MineVoidMC: RT @I_amYurei: 27 kills my guy went crazy!! #LeagueOfLegends #WildRift #gaming #FYP https://t.co/Sj2ukcwhD3"
## 
## [[1518]]
## [1] "GamerInGame_ON: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/27CjHZR9WX"
## 
## [[1519]]
## [1] "alexahmeow: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1520]]
## [1] "HorrorTheorist1: Played #LeagueOfLegends for the first time the other day and got to play as Jinx, gotta say, she looks a lot differ… https://t.co/8DJ85W0bKp"
## 
## [[1521]]
## [1] "ZyroXandra: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1522]]
## [1] "myastheniaMG: RT @Erodaicon_cos: ✨ Star Guardian ✨\n\nAhri teaser✨\n\nPh: @your_palico \nEdit: me\n\n#LeagueOfLegends #ahri #cosplay https://t.co/zq2jWRiX68"
## 
## [[1523]]
## [1] "IntrinsicGames: RT @Asuramaru_arts: What is Love? Settphelios 💕\n\nSett model by: @sokurabbit\nAphelios by me\n\n#sett #aphelios #settphelios #leagueoflegends #…"
## 
## [[1524]]
## [1] "rottenyote: RT @ToetoSav: I drew Yuumi. Yuumi Pollo 👍 Because... Yes #Yuumi  #LeagueOfLegends  #cat #Memes https://t.co/sPzRKZL1Dw"
## 
## [[1525]]
## [1] "IntrinsicGames: RT @yellowestmango: They say the warm ionian summer nights can make you desire unspeakable things #settphel #leagueoflegends https://t.co/m…"
## 
## [[1526]]
## [1] "IntrinsicGames: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[1527]]
## [1] "IntrinsicGames: RT @I_amYurei: 27 kills my guy went crazy!! #LeagueOfLegends #WildRift #gaming #FYP https://t.co/Sj2ukcwhD3"
## 
## [[1528]]
## [1] "ElcyyTheGobbler: RT @yellowestmango: They say the warm ionian summer nights can make you desire unspeakable things #settphel #leagueoflegends https://t.co/m…"
## 
## [[1529]]
## [1] "MrcrunchU: RT @I_amYurei: 27 kills my guy went crazy!! #LeagueOfLegends #WildRift #gaming #FYP https://t.co/Sj2ukcwhD3"
## 
## [[1530]]
## [1] "moonzlyx: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[1531]]
## [1] "hayate_ray: RT @Asuramaru_arts: What is Love? Settphelios 💕\n\nSett model by: @sokurabbit\nAphelios by me\n\n#sett #aphelios #settphelios #leagueoflegends #…"
## 
## [[1532]]
## [1] "DekoDGS: RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL"
## 
## [[1533]]
## [1] "PoroSandia: RT @SunsetNeon64: First time Ekko used Revo-z it was like: \n\n#LeagueOfLegends  #Ekko #LeagueOfLegendsFanArt #art https://t.co/Y8FpscdfgP"
## 
## [[1534]]
## [1] "AquaraxKaiju: RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…"
## 
## [[1535]]
## [1] "sasoxichomoshi: RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL"
## 
## [[1536]]
## [1] "Darthlixp: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1537]]
## [1] "AstralPotato0: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1538]]
## [1] "ar_yoop: RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…"
## 
## [[1539]]
## [1] "LASTWlSH: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1540]]
## [1] "Xion_Eisenhart: W-W-What do you mean? *oh my she is looking at my eyes, she is so close I'm going to faint* #caitvi #arcane… https://t.co/QRtin4JSdw"
## 
## [[1541]]
## [1] "morbidmoonart: RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL"
## 
## [[1542]]
## [1] "JumaraloHexCore: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1543]]
## [1] "wuzeirou: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1544]]
## [1] "hermeticuss: RT @GamesGuidz: Our new weekly Masterclass #LeagueofLegends Game Guide is released! Get involved with the links below:\n⁣\n📖 League of Legend…"
## 
## [[1545]]
## [1] "LyaHime: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1546]]
## [1] "ToetoSav: I drew Yuumi. Yuumi Pollo 👍 Because... Yes #Yuumi  #LeagueOfLegends  #cat #Memes https://t.co/sPzRKZL1Dw"
## 
## [[1547]]
## [1] "Lynxi__: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1548]]
## [1] "GalaxyGamerYaY1: You should come to the game.😍 #Gameplay #LeagueofLegends #StarGuardian #ClashLoL #Worlds2021 #StarGuardians"
## 
## [[1549]]
## [1] "miemeoww1: RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…"
## 
## [[1550]]
## [1] "LDcoolVJ: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1551]]
## [1] "Zeikanchan: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1552]]
## [1] "epidemic_pain: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1553]]
## [1] "kogucik1519: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[1554]]
## [1] "zipperbean: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1555]]
## [1] "Asuramaru_arts: What is Love? Settphelios 💕\n\nSett model by: @sokurabbit\nAphelios by me\n\n#sett #aphelios #settphelios… https://t.co/CKUqHIsfHq"
## 
## [[1556]]
## [1] "SnipuReq: RT @riicepasta: Hello!\nSo today i present You Guys my (old af) Spirit Blossom Ahri\nFrom: (worst game ever) League of Legends\n\n#LeagueofLege…"
## 
## [[1557]]
## [1] "LOL_Art_Bot: RT @SunsetNeon64: First time Ekko used Revo-z it was like: \n\n#LeagueOfLegends  #Ekko #LeagueOfLegendsFanArt #art https://t.co/Y8FpscdfgP"
## 
## [[1558]]
## [1] "LOL_Art_Bot: RT @afurrybrownie: A fast painting of my friend as KDA Evelynn :D\n\n#kda #KDA #kdaevelynn #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt h…"
## 
## [[1559]]
## [1] "LOL_Art_Bot: RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…"
## 
## [[1560]]
## [1] "ToxicLoLChats: Haram or not? #lol #LeagueOfLegends #toxic #toxicchats #euw https://t.co/SLrKAFJalv"
## 
## [[1561]]
## [1] "sett_abuser: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1562]]
## [1] "IziBrah: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1563]]
## [1] "SunsetNeon64: First time Ekko used Revo-z it was like: \n\n#LeagueOfLegends  #Ekko #LeagueOfLegendsFanArt #art https://t.co/Y8FpscdfgP"
## 
## [[1564]]
## [1] "afurrybrownie: A fast painting of my friend as KDA Evelynn :D\n\n#kda #KDA #kdaevelynn #evelynn #LeagueOfLegends… https://t.co/aXpPfyGXnh"
## 
## [[1565]]
## [1] "Batata_owo: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1566]]
## [1] "religion_jinx: RT @Hippo_Chii131: \"YOU'RE SUPPOSED TO BE GUARDING THE CARGO!\" -Sevika (Firelights Fighting Jinx)\n\nCN: HippoChii \nCHARACTER: JINX\nSERIES (G…"
## 
## [[1567]]
## [1] "religion_jinx: RT @Hippo_Chii131: \"Where is my friend? The one I’ve known since I was only just a kid\" \n\nCN:\nJinx - HippoChii \nEkko- IG: @ omgleeroy\nSerie…"
## 
## [[1568]]
## [1] "IntrinsicGames: RT @SwarmioMedia: The next #LeagueofLegends Mid-Season Invitational, MSI 2023, will be held in London. Each summer, #Riot's many leagues th…"
## 
## [[1569]]
## [1] "AmbivalentSlime: RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…"
## 
## [[1570]]
## [1] "religion_jinx: RT @Hippo_Chii131: \"You Never Left, I always heard you.\"\n\nSeries/ game : @arcaneshow ( @LeagueOfLegends)\nCharacter: Jinx\n\n#arcane #arcanefa…"
## 
## [[1571]]
## [1] "Benjami89760141: This may be the best game that has ever been played.🤔🤔🤔🤔🤔 #LeagueofLegends #Fanart #Gameplay #Nilah #YıldızMuhafızı #TLWIN"
## 
## [[1572]]
## [1] "noddy182: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1573]]
## [1] "SwarmioMedia: The next #LeagueofLegends Mid-Season Invitational, MSI 2023, will be held in London. Each summer, #Riot's many leag… https://t.co/YYKMngwzAE"
## 
## [[1574]]
## [1] "seethecool: RT @arllerez: I am very excited working on this new piece.  for all lovers of #LeagueOfLegends and #RiotGames inspired by Ziggs.  What do y…"
## 
## [[1575]]
## [1] "CarolynCherry_: 📢On part en live sur League Of Legends !!🔴\nhttps://t.co/j02PN5DrdO\n#Streamergirl #twitch #LeagueOfLegends #lol… https://t.co/9GQwIipiZt"
## 
## [[1576]]
## [1] "Humble_Alex_fan: RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…"
## 
## [[1577]]
## [1] "KenopsiaW: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1578]]
## [1] "lotlapecera: RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…"
## 
## [[1579]]
## [1] "NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Tha… https://t.co/JUB35vfoeo"
## 
## [[1580]]
## [1] "religion_jinx: RT @Hippo_Chii131: \"Oh look who it is The Boy Savior !\"\n\n#arcane #TiMEBOMB #tb #ekkojinx #jinxekko #arcanefanart #ArcaneArt #Jinx #LeagueOf…"
## 
## [[1581]]
## [1] "religion_jinx: RT @Hippo_Chii131: If you're having a bad day, this is for you~ this is why @arcaneshow musn't let jinx hangout with the Pilties😭\n\nAlso We…"
## 
## [[1582]]
## [1] "krakencigh: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[1583]]
## [1] "pinkuyami: Stream in 🎄 LIVE 🎄\nGAMES with VIEWERS 🎅 come play ! \nhttps://t.co/asxVGxFIA5\n#streamer #twitchStreamers… https://t.co/83wgzClLCH"
## 
## [[1584]]
## [1] "Maymaysz_: RT @MielaInk: omg (again)\n\n#xayah #leagueoflegends https://t.co/yz6EmmCosZ"
## 
## [[1585]]
## [1] "OrganoidZero: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1586]]
## [1] "religion_jinx: RT @Hippo_Chii131: Finally a decent @arcaneshow\nJinx and Ekko Shot!\n\n(We honestly tried our best to copy @mush820823 TB ⏳💣 Art's Pose But W…"
## 
## [[1587]]
## [1] "MemyMemLoL: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1588]]
## [1] "gebo201410: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1589]]
## [1] "Pineapp22572727: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[1590]]
## [1] "FoxySuzune: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1591]]
## [1] "Pineapp22572727: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1592]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/d0hQnaTCcG"
## 
## [[1593]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/Cjjb53wdzJ"
## 
## [[1594]]
## [1] "Alonso024836477: RT @RivenStore: What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg #riven…"
## 
## [[1595]]
## [1] "Pineapp22572727: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[1596]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/sYeb89yRUl"
## 
## [[1597]]
## [1] "dmorales115: RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…"
## 
## [[1598]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/0PeVNOvZPn"
## 
## [[1599]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/kuF6zUpXC6"
## 
## [[1600]]
## [1] "riicepasta: Hello!\nSo today i present You Guys my (old af) Spirit Blossom Ahri\nFrom: (worst game ever) League of Legends… https://t.co/Wm7tBz92A9"
## 
## [[1601]]
## [1] "Merciful_Crow: RT @Samandriade: Headcanon time\nZoe likes to sleep cuddling in Soraka's lap 💤💤\n#LeagueOfLegends #LeagueOfLegendsFanArt #zoe #soraka https:/…"
## 
## [[1602]]
## [1] "1C4NTST0PM3: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1603]]
## [1] "TheKeyWeveLost: RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…"
## 
## [[1604]]
## [1] "EmeraldStalwart: RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ"
## 
## [[1605]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/XgYtoXqoTh"
## 
## [[1606]]
## [1] "RavenMorningst6: RT @Koiarts1: Fan art Navy Seal Jinx \n \nRT are appreciated 🔁✨\n#HumanArtists #CreateDontScrape\n\n#Jinx #leagueoflegends #artoflegends #huion…"
## 
## [[1607]]
## [1] "LordePeitocas: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1608]]
## [1] "IcyBlackGG: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1609]]
## [1] "bubblebubble_8: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1610]]
## [1] "RavenMorningst6: RT @_another_tina_: It's bright pink by the way \n\n.\n#Ezreal #Jinx #LeagueOfLegends https://t.co/7VGtG1lPfs"
## 
## [[1611]]
## [1] "_face1ess: RT @Samandriade: Headcanon time\nZoe likes to sleep cuddling in Soraka's lap 💤💤\n#LeagueOfLegends #LeagueOfLegendsFanArt #zoe #soraka https:/…"
## 
## [[1612]]
## [1] "RuinedNecrokami: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1613]]
## [1] "ToxicLoLChats: At least I got a RL #lol #LeagueOfLegends #toxic #toxicchats #euw https://t.co/ZtEZMOZclF"
## 
## [[1614]]
## [1] "RavenMorningst6: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[1615]]
## [1] "Mariposa_Doida: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1616]]
## [1] "Blond_Slutgirl: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[1617]]
## [1] "HygaraS: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1618]]
## [1] "RemoraOH: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[1619]]
## [1] "hayxday: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1620]]
## [1] "waltz1917: Some of the new creations are interesting. #Gameplay #LeagueofLegends #КосплейLoL #StarGuardians #Worlds2021"
## 
## [[1621]]
## [1] "AmarisHisae: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1622]]
## [1] "artkayama: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1623]]
## [1] "_Double_L__: RT @C4LLYF0X: Multiverse part 2\nReposting again cause I had to fix some dialogues, sorry\n#Caitvi #piltoverfinest #violyn\n#Caitlyn #Vi #arca…"
## 
## [[1624]]
## [1] "WindaSi14397179: RT @RivenStore: What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg #riven…"
## 
## [[1625]]
## [1] "Benjami89760141: RT @GamesGuidz: Our new weekly Masterclass #LeagueofLegends Game Guide is released! Get involved with the links below:\n⁣\n📖 League of Legend…"
## 
## [[1626]]
## [1] "IsshelS: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1627]]
## [1] "halemarii: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1628]]
## [1] "TwilightSylveon: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1629]]
## [1] "Michael23506524: RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ"
## 
## [[1630]]
## [1] "Doris7988: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[1631]]
## [1] "Doris7988: RT @The_LadyScorpio: The other two illustrations I did for my Diagramation final, that had to be inside the book\nBase for the second one by…"
## 
## [[1632]]
## [1] "loreofruneterra: Who are Runeterra’s “Nepo Babies”?: Inspired by Vulture’s The Year of the Nepo Baby. \n\nA nepo baby is a family of a… https://t.co/oxpqr8bi3v"
## 
## [[1633]]
## [1] "streamerwallcom: RT @roasted_dolphin: League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers #Sup…"
## 
## [[1634]]
## [1] "MineVoidMC: RT @roasted_dolphin: League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers #Sup…"
## 
## [[1635]]
## [1] "daweaselbass: RT @roasted_dolphin: League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers #Sup…"
## 
## [[1636]]
## [1] "AgentKiwi09: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1637]]
## [1] "Quang86567768: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1638]]
## [1] "jaguarlsey: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1639]]
## [1] "jothsuke: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1640]]
## [1] "khada_sama: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1641]]
## [1] "sockoroni: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1642]]
## [1] "LL1ONN: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1643]]
## [1] "loreofruneterra: Occult Detective: So enforcers have investigated strange case but are they capable of solving cases involving magic… https://t.co/l3N5a4dige"
## 
## [[1644]]
## [1] "VS_ECartwright: #LeagueOfLegends \nSecks https://t.co/X5iSaIulys"
## 
## [[1645]]
## [1] "Quang86567768: RT @munyag111: #100日チャレンジ \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \nDay23\n(Star Nemesis Neeko) https://t.co/nUDXJb44UI"
## 
## [[1646]]
## [1] "apgadoz: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[1647]]
## [1] "marshmallgom: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1648]]
## [1] "VortexSiren: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1649]]
## [1] "IntrinsicGames: RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…"
## 
## [[1650]]
## [1] "The_Unf0rgiv3n: LIVE!\n\nWe're half way to D1! Let's get it TODAY!\n\nttv/the_unf0rgiv3n &lt; Tune in and witness greatness personified!… https://t.co/sQlnf7Hjla"
## 
## [[1651]]
## [1] "IntrinsicGames: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1652]]
## [1] "PauloMarcelo16: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1653]]
## [1] "sbl_580: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1654]]
## [1] "UmbraRuby: RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…"
## 
## [[1655]]
## [1] "Horseengine: RT @Moondustina: Supports life 🤧\n\n#leagueoflegends #artoflegends #leagueoflegendsfanart #janna #xayah https://t.co/XZwS8bnIgy"
## 
## [[1656]]
## [1] "Horseengine: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1657]]
## [1] "pauji132: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1658]]
## [1] "roasted_dolphin: League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers… https://t.co/QiXI4pEW2n"
## 
## [[1659]]
## [1] "talenthiel: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1660]]
## [1] "TioPoicoLoko: RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…"
## 
## [[1661]]
## [1] "Lluch_97: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1662]]
## [1] "raymanmago1265: RT @lPopotrix: POV: You are living the best date of your life\n\nBut Vex wanted a Happy Meal Box...\n\n#ArtofLegends #LeagueOfLegends #LeagueOf…"
## 
## [[1663]]
## [1] "Navaldeus1: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[1664]]
## [1] "koburoki: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[1665]]
## [1] "DenkoDesign_: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1666]]
## [1] "txitoexe: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[1667]]
## [1] "Reptiloid83: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1668]]
## [1] "Koco64954985: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[1669]]
## [1] "Annie__Lee: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1670]]
## [1] "Sowora21: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1671]]
## [1] "MorningStarsET: #GameLAB is over for 2022! Thank you all for the support 💙\n\n@CounterLoL \n@Cristoishere \nLa Vica\nApeCarro\nCCRizzi… https://t.co/7oVTByeeEY"
## 
## [[1672]]
## [1] "gaX3_23: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1673]]
## [1] "lofigirlxo: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1674]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 14:10 (Hora ESP)🔥\n\n🥇 #Zeling➖Viewers: 1.517\n🥈 #KXMI➖Viewers: 760\n🥉… https://t.co/hTpdVR468d"
## 
## [[1675]]
## [1] "FairyDarius: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1676]]
## [1] "gabby_meds: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1677]]
## [1] "SOxkeoLs: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1678]]
## [1] "chermie_g: \"Let's change the world!\"\n\n#cosplay #leagueoflegends #seraphine #seraphinecosplay #leagueoflegendswildrift #LoL https://t.co/Vh8galjIlR"
## 
## [[1679]]
## [1] "JaneczkoBrygida: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[1680]]
## [1] "TagTeam008: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1681]]
## [1] "kaposury: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1682]]
## [1] "zombuppy: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1683]]
## [1] "railoth: RT @EsportLegendsGG: Today we got more information on our Leaderboards and the Stats-Pages we want to implement! Tell us what you think abo…"
## 
## [[1684]]
## [1] "rotateXaxis: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1685]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: just play goddamn jungle\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…"
## 
## [[1686]]
## [1] "Deirajda: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[1687]]
## [1] "indigo_kagep: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1688]]
## [1] "Rirokito: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1689]]
## [1] "skruttpojke: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1690]]
## [1] "KlAMElS: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1691]]
## [1] "Susoeng: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[1692]]
## [1] "VtuberDella: RT @VtuberDella: It really do be like that 👀✨\n\n#animegirl #animememes #streamer #gamergirl #gamer #Fortnite #leagueoflegends #cosplay #vtub…"
## 
## [[1693]]
## [1] "EsportLegendsGG: Today we got more information on our Leaderboards and the Stats-Pages we want to implement! Tell us what you think… https://t.co/rJHfXnq6FA"
## 
## [[1694]]
## [1] "LoLMemesBot: just play goddamn jungle\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/PWXwc9vT2E"
## 
## [[1695]]
## [1] "NiceNerdTV: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1696]]
## [1] "Conankun66: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1697]]
## [1] "IntrinsicGames: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/BE1ua0K4bZ https://t.co/oe2TqsFI35"
## 
## [[1698]]
## [1] "KarlMoo20450862: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1699]]
## [1] "KyRiiee4: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1700]]
## [1] "AlteredNonagon: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1701]]
## [1] "hottuck13579: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1702]]
## [1] "RoseBitchi: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1703]]
## [1] "DiedaLion: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[1704]]
## [1] "art_of_arthy: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1705]]
## [1] "bunxianying: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1706]]
## [1] "Chloeisveryhott: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1707]]
## [1] "Peter_S325: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1708]]
## [1] "FaeteVT: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1709]]
## [1] "nsfwbarros: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35"
## 
## [[1710]]
## [1] "loreofruneterra: Hoping that next Coven Batch we'll have both Nilah and Karma on the same Coven since they are related for having th… https://t.co/qDVeF7WtFq"
## 
## [[1711]]
## [1] "Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35… https://t.co/BE1ua0K4bZ"
## 
## [[1712]]
## [1] "theBobb12: @RiotSupport @riotgames  #LeagueOfLegends  makes sure one team is always way better than the other. When you are on… https://t.co/5Pp8lEIipQ"
## 
## [[1713]]
## [1] "ciderxii: RT @ciderxii: guns out\n\n#jinx #jinxfanart #jinxarcane #arcanefanart #arcane #ArcaneArt #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co…"
## 
## [[1714]]
## [1] "sarah_pim1: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1715]]
## [1] "Raaina619: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1716]]
## [1] "Raaina619: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1717]]
## [1] "ChavalitoSuave: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn https://t.co/gQyVuM7juB"
## 
## [[1718]]
## [1] "monkyonmain: RT @spaded_square: Compiling some of my previous league skin ideas into one tweet : ) #LeagueOfLegends #ArtofLegends #starguardian #azir #t…"
## 
## [[1719]]
## [1] "U_GYU: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1720]]
## [1] "Domorphism: RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn https://t.co/gQyVuM7juB"
## 
## [[1721]]
## [1] "vi_cupcake_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1722]]
## [1] "Shin_in_love: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1723]]
## [1] "Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn https://t.co/gQyVuM7juB… https://t.co/TXeTMOUvDt"
## 
## [[1724]]
## [1] "thicario: RT @ISakul3g4nd: Which version do you like more?\n\n#3dart #3D #3dmodeling #3dprint #3DCG #zbrush #pixologic #DigitalArtist #DigitalSculpting…"
## 
## [[1725]]
## [1] "sailor_lunari: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1726]]
## [1] "fladporte: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1727]]
## [1] "dullman38: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1728]]
## [1] "CaffeinaTL: Winning on 100% life is what I do, sponsored by Nunu 😂😂😂🤷🏻‍♀️🤦🏻‍♀️ Lvl 9 with so much gold that I couldn’t even be… https://t.co/5TA8Wob3Ec"
## 
## [[1729]]
## [1] "AshlockKnight: RT @spaded_square: Compiling some of my previous league skin ideas into one tweet : ) #LeagueOfLegends #ArtofLegends #starguardian #azir #t…"
## 
## [[1730]]
## [1] "Hey__Enzo: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1731]]
## [1] "the_demystifier: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1732]]
## [1] "NadiaCarvajal14: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1733]]
## [1] "Dianee_idk: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1734]]
## [1] "DuskCamaleao: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1735]]
## [1] "lyel_mil3: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1736]]
## [1] "_AnimeFanboy: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1737]]
## [1] "JyLaverick: RT @torakaru_VT: Today was a lot of milestones 9k Twitter, 2k on Twitch, and MOST IMPORTANTLY I FUCKING GOT TO DIAMOND IN TFT HOLY FUCK THI…"
## 
## [[1738]]
## [1] "lolwhangchest: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1739]]
## [1] "decalcomaniu: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1740]]
## [1] "Cheyenne_Valor: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1741]]
## [1] "Awaluneocxcanon: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1742]]
## [1] "JeanneBestRuler: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1743]]
## [1] "CuteaLavender: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1744]]
## [1] "loreofruneterra: Champions from each region that has some form of connection or power relating to spirits and/or souls.: Just wanted… https://t.co/yZAHQUGR7y"
## 
## [[1745]]
## [1] "yorickzoa: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1746]]
## [1] "prthnl: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1747]]
## [1] "LOL_Art_Bot: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1748]]
## [1] "carapherneeliia: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1749]]
## [1] "FancyRedScone: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1750]]
## [1] "yordleloveall: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1751]]
## [1] "spgoth523: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1752]]
## [1] "spgoth523: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1753]]
## [1] "FineekoPotara: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1754]]
## [1] "zeitfuchs: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1755]]
## [1] "martyjjang: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1756]]
## [1] "arenlovesvi: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1757]]
## [1] "Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz"
## 
## [[1758]]
## [1] "cloudyy_gayys: RT @VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends #madnesscombatfanart htt…"
## 
## [[1759]]
## [1] "Cheyenne_Valor: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1760]]
## [1] "shiosesh: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[1761]]
## [1] "Elfonomo_alto: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1762]]
## [1] "rredrriot: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1763]]
## [1] "IkAhr1: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[1764]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 13:28 (Hora ESP)🔥\n\n🥇 #Zeling➖Viewers: 1.119\n🥈 #Esportmaniacos➖Viewers: 1.0… https://t.co/7IwShrZo3h"
## 
## [[1765]]
## [1] "JackAnanaStorm: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1766]]
## [1] "shinkumon: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1767]]
## [1] "Vi4Violet: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1768]]
## [1] "Asumi0114: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1769]]
## [1] "LyaHime: RT @qqorge: in fact I have some vignettes that explain it\n#creadoresdelollatam  #leagueoflegends\nhttps://t.co/cVy9jCRNGX https://t.co/5nQ7o…"
## 
## [[1770]]
## [1] "Dark__127: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1771]]
## [1] "Qeboflu: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1772]]
## [1] "Sp1ne_Sh0t: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1773]]
## [1] "Sp1ne_Sh0t: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1774]]
## [1] "psychicwall: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1775]]
## [1] "XaNdiebean: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1776]]
## [1] "TTVAlaerias: I had the most amazing time on stream today playing @LeagueOfLegends! I met some amazing new friends and hit a new… https://t.co/o5npg7QcfJ"
## 
## [[1777]]
## [1] "tapiyocaaa: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1778]]
## [1] "FernandoOrfila: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1779]]
## [1] "jeanne10041: LoL Lee Sin Champie Chibi Spiral Notebook\nhttps://www.redbubble.c ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO"
## 
## [[1780]]
## [1] "_Kawaii_Akuma: RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…"
## 
## [[1781]]
## [1] "CanalTGM: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1782]]
## [1] "VickieZ25645605: I can't imagine a world without games.😎😎😎 #LeagueofLegends #StarGuardian #GuardiãsEstelas #ClashLoL #Worlds2021 \nOr… https://t.co/jgILq1DKiR"
## 
## [[1783]]
## [1] "bafodecachorro: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1784]]
## [1] "WaxiTaxi_: I want ranked Aram for Christmas #LeagueOfLegends #Christmas"
## 
## [[1785]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: It can't be random right?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…"
## 
## [[1786]]
## [1] "crayfish86: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1787]]
## [1] "javisan0302: RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O"
## 
## [[1788]]
## [1] "ZOE1SM: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1789]]
## [1] "pR10m5: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1790]]
## [1] "Aaronhart323: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1791]]
## [1] "TheChannelGage: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1792]]
## [1] "LoLMemesBot: It can't be random right?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/thM09d2qTX"
## 
## [[1793]]
## [1] "pinoygamerph: Riot Games official mobile portal introduce streaming feature #RiotGames #LeagueOfLegends #VALORANT #WildRift… https://t.co/bvjPcwWCbX"
## 
## [[1794]]
## [1] "Curecos_COT: ✨Cosplay News✨ \nThe popular Italian cosplayer \"Nymphahri\" shows cosplay of K/DA ALL OUT #Ahri from #LeagueOfLegends… https://t.co/qlImdjmGXz"
## 
## [[1795]]
## [1] "clay_slytherin: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[1796]]
## [1] "HMo2309: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[1797]]
## [1] "KIRArus51: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1798]]
## [1] "A_alhammadi0: This game be like winning +13lp and losing 17lp on ranked games.. \n#LeagueOfLegends"
## 
## [[1799]]
## [1] "putrefactione_: RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW"
## 
## [[1800]]
## [1] "winterreyess: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1801]]
## [1] "xXfishlover69Xx: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1802]]
## [1] "KIRArus51: RT @larsbians: Happy Arcane anniversary!! 💙\n\nDrawings by me. \n\n#Arcane #arcanefanart #ArtofArcane #ArtofLegends @arcaneshow #CaitVi #League…"
## 
## [[1803]]
## [1] "KIRArus51: RT @larsbians: “You’re hot cupcake” 🧁\n\nDrawing by me. \n\n#Arcane #arcanefanart #ArtofArcane #ArtofLegends @arcaneshow  #Arcaneart #CaitVi #a…"
## 
## [[1804]]
## [1] "KIRArus51: RT @larsbians: messy drawing of CaitVi 🫶🏻🌹\n\nDrawing by me. \n\n#Arcane #arcanefanart #ArtofArcane #ArtofLegends @arcaneshow  #Arcaneart #Cait…"
## 
## [[1805]]
## [1] "ssstyle93: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[1806]]
## [1] "badeedNA: Attention all summoners in #LeagueOfLegends! Are you struggling to find your footing in the new season? I'm a Jungl… https://t.co/wQElocjZ4e"
## 
## [[1807]]
## [1] "AnandaYumeko: RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…"
## 
## [[1808]]
## [1] "3scu3r0: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1809]]
## [1] "Pug616P: RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf"
## 
## [[1810]]
## [1] "cchatskey: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1811]]
## [1] "your_palico: RT @Erodaicon_cos: ✨ Star Guardian ✨\n\nAhri teaser✨\n\nPh: @your_palico \nEdit: me\n\n#LeagueOfLegends #ahri #cosplay https://t.co/zq2jWRiX68"
## 
## [[1812]]
## [1] "Erodaicon_H: RT @Erodaicon_cos: ✨ Star Guardian ✨\n\nAhri teaser✨\n\nPh: @your_palico \nEdit: me\n\n#LeagueOfLegends #ahri #cosplay https://t.co/zq2jWRiX68"
## 
## [[1813]]
## [1] "Erodaicon_cos: ✨ Star Guardian ✨\n\nAhri teaser✨\n\nPh: @your_palico \nEdit: me\n\n#LeagueOfLegends #ahri #cosplay https://t.co/zq2jWRiX68"
## 
## [[1814]]
## [1] "MineVoidMC: RT @KingoftheP0nd: 1v2 to secure scuttle #LeagueOfLegends #gaming #volibear https://t.co/1YTYLGgObi"
## 
## [[1815]]
## [1] "NiffyNifNif: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1816]]
## [1] "legendofthicc: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1817]]
## [1] "sanha666: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[1818]]
## [1] "Sanchez1373: RT @we_byun: \"-Please... Brother... CARRY ME.\"\n\"- FF 15.\" \nYasuo &amp; Yone. ♡\n#LeagueOfLegendsFanArt #LeagueOfLegends #LOL #FANART #yasuo #yon…"
## 
## [[1819]]
## [1] "Ladymardibujos1: RT @ibonedrawhentai: Zoe creadora de mitos \n.\n\n❤️       ≡       ➭    ⌂\nᴸⁱᵏᵉ  ᶜᵒᵐᵐᵉⁿᵗ  ˢʰᵃʳᵉ  ˢᵃᵛᵉ\n.\n#LeagueOfLegends #zoe #zoelol #fanart #…"
## 
## [[1820]]
## [1] "kishore_prasann: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1821]]
## [1] "redroselilith: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[1822]]
## [1] "zoureimei: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[1823]]
## [1] "Sugijuro: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1824]]
## [1] "R1chardzor: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1825]]
## [1] "yoongoboongi: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1826]]
## [1] "MikaUsagi1: RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL"
## 
## [[1827]]
## [1] "20_wendz: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1828]]
## [1] "Alexand81826424: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1829]]
## [1] "nixaris: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1830]]
## [1] "IntrinsicGames: RT @Titania_Erza99: Tarde pero seguro\nHappy birthday Vi!!!🎂💗⚙️\n#cosplay #cosplayergirl #cosplayer #arcane #arcanecosplay #ArcaneVi #LeagueO…"
## 
## [[1831]]
## [1] "bcvr12: RT @Titania_Erza99: Tarde pero seguro\nHappy birthday Vi!!!🎂💗⚙️\n#cosplay #cosplayergirl #cosplayer #arcane #arcanecosplay #ArcaneVi #LeagueO…"
## 
## [[1832]]
## [1] "Meowlico: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1833]]
## [1] "TigerKirby215: I had an 8 hour depressive episode after a particularly bad bunch of #LeagueOfLegends games and I think I've come t… https://t.co/3tZmsbqN4S"
## 
## [[1834]]
## [1] "JerryBu49551618: RT @KingoftheP0nd: 1v2 to secure scuttle #LeagueOfLegends #gaming #volibear https://t.co/1YTYLGgObi"
## 
## [[1835]]
## [1] "uguulife: Me logging on #LeagueOfLegends https://t.co/jF6pMQs09R"
## 
## [[1836]]
## [1] "arcadia_who: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1837]]
## [1] "17YYANG: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1838]]
## [1] "NakanoMiku12: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1839]]
## [1] "ser0ser0_: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1840]]
## [1] "LaGiraffle: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1841]]
## [1] "GayGrayInu: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1842]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 12:18 (Hora ESP)🔥\n\n🥇 #PochiPoom➖Viewers: 683\n🥈 #Cabravoladora➖Viewers: 656… https://t.co/OaQ7lv0yxE"
## 
## [[1843]]
## [1] "GayGrayInu: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1844]]
## [1] "sxokmin: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1845]]
## [1] "meu_mundo_meu: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[1846]]
## [1] "laplante_01: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[1847]]
## [1] "Artbadger82: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1848]]
## [1] "D1ANADUSK: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1849]]
## [1] "nayabseydahr: When life gives you lemons learn how to make a lemon tarts with them😀😂#LemonTree #LeagueOfLegends #LoveIsland #LISA… https://t.co/ydshgrbc0I"
## 
## [[1850]]
## [1] "meeIgaroo: RT @SleinYesWowNC: Why don't you love who I am?\nWhat we could have been\n\n#Arcane #LeagueOfLegends https://t.co/XGZ0PuYHrz"
## 
## [[1851]]
## [1] "FeatherBoy4: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1852]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Fun little tier list I made (don't take it too seriously). What champions would be best to form a boy bend?\n#memes #meme #…"
## 
## [[1853]]
## [1] "spacegoat4ever: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[1854]]
## [1] "LOL_Art_Bot: RT @The_LadyScorpio: The other two illustrations I did for my Diagramation final, that had to be inside the book\nBase for the second one by…"
## 
## [[1855]]
## [1] "IntrinsicGames: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1856]]
## [1] "reniichu: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1857]]
## [1] "jxmymxzon: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1858]]
## [1] "BillieCypher: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1859]]
## [1] "LoLMemesBot: Fun little tier list I made (don't take it too seriously). What champions would be best to form a boy bend?\n#memes… https://t.co/YdenLsARNV"
## 
## [[1860]]
## [1] "The_LadyScorpio: The other two illustrations I did for my Diagramation final, that had to be inside the book\nBase for the second one… https://t.co/44x2IWMCLK"
## 
## [[1861]]
## [1] "TagTeam008: RT @9ringsx: I'm trying…🥹💕💖\n#Gwen #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/WtPxcVF6HQ"
## 
## [[1862]]
## [1] "TyanaUwU: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1863]]
## [1] "SausageSmoothie: RT @greeekthegreat: Please consider  jinx in a babydoll dress with pink streaks in her hair to match with vi who got blue streaks in her ha…"
## 
## [[1864]]
## [1] "TagTeam008: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[1865]]
## [1] "comicaldust: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1866]]
## [1] "Ramus___: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[1867]]
## [1] "yukililapudel: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1868]]
## [1] "EdinnaPie: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1869]]
## [1] "BTangLoL: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1870]]
## [1] "Agent152: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[1871]]
## [1] "yuuneelli: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1872]]
## [1] "fan_valkyrie: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[1873]]
## [1] "RWM_Tjay: Ima start fooling around wit Senna. Literally just now seen what her moves like #LeagueOfLegends"
## 
## [[1874]]
## [1] "guze_tora: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1875]]
## [1] "wammlm: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1876]]
## [1] "TagTeam008: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1877]]
## [1] "akalishair: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1878]]
## [1] "radakn1: RT @joyjangart: #LeagueOfLegends \n#LeagueOfLegendsFanArt \n#evelynn\n\nevelynn practice😈 https://t.co/hJ3DPVYZrM"
## 
## [[1879]]
## [1] "gheymur: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1880]]
## [1] "nottingseriouss: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[1881]]
## [1] "IntrinsicGames: RT @joyjangart: #LeagueOfLegends \n#LeagueOfLegendsFanArt \n#evelynn\n\nevelynn practice😈 https://t.co/hJ3DPVYZrM"
## 
## [[1882]]
## [1] "TaeYooNhy: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[1883]]
## [1] "IntrinsicGames: RT @TheGemCosplay: This is the only Christmas cosplay I have to share so here u go, some Christmas Jinx from @LeagueOfLegends \n\n#cosplay #L…"
## 
## [[1884]]
## [1] "lifelight_fps: RT @TheGemCosplay: This is the only Christmas cosplay I have to share so here u go, some Christmas Jinx from @LeagueOfLegends \n\n#cosplay #L…"
## 
## [[1885]]
## [1] "yuuneelli: RT @joyjangart: #LeagueOfLegends \n#LeagueOfLegendsFanArt \n#evelynn\n\nevelynn practice😈 https://t.co/hJ3DPVYZrM"
## 
## [[1886]]
## [1] "angelic_morgana: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[1887]]
## [1] "_amblee: RT @TheGemCosplay: This is the only Christmas cosplay I have to share so here u go, some Christmas Jinx from @LeagueOfLegends \n\n#cosplay #L…"
## 
## [[1888]]
## [1] "TheGemCosplay: This is the only Christmas cosplay I have to share so here u go, some Christmas Jinx from @LeagueOfLegends… https://t.co/nnmIwUGh2C"
## 
## [[1889]]
## [1] "GANYITTOLOVEBOT: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[1890]]
## [1] "thekaisaotp: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1891]]
## [1] "chibikchi: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1892]]
## [1] "whingemae: Old Jinx art woop woop #Procreate #arcane #LeagueOfLegends #ArtistOnTwitter #DigitalArtist #digitalartwork… https://t.co/0fQVsSRCsS"
## 
## [[1893]]
## [1] "putneyswope7: RT @EdwinNurdjajadi: Yup. There’s 4 pairs of wild green doves in our neighbourhood. Alhamdullilah the environment is conducive &amp; plenty of…"
## 
## [[1894]]
## [1] "vngynx: new to league from dota pls help me lvl\nign: valentine x\noce server\n\n#LeagueOfLegends #oce https://t.co/RJfp7TKt8Z"
## 
## [[1895]]
## [1] "visfreckle: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1896]]
## [1] "omoplata91: Up your #LeagueOfLegends Game! #StrategyGuide #Win https://t.co/38ul3jtORC"
## 
## [[1897]]
## [1] "OverTheTopESPRT: Believe in yourself and you won't need to call people chickens behind their backs! \n\nBecome great. Start with Over… https://t.co/nCU5YWexAs"
## 
## [[1898]]
## [1] "Oraangsh: RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…"
## 
## [[1899]]
## [1] "Chloe__Shepard: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1900]]
## [1] "thenightowl_x: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1901]]
## [1] "Ohmygosh413: RT @summerswirlarts: He's looking for Kalista 🥺❤️\n\n#ledros #LeagueOfLegends #ArtofLegends https://t.co/4wfH5zdAic"
## 
## [[1902]]
## [1] "sxxmmv: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1903]]
## [1] "NEEKOLOVE0311: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1904]]
## [1] "LOL_Art_Bot: RT @blazordiffusion: Irelia of League of Legends! #LeagueOfLegends #LeagueOfLegendsFanArt #Irelia #stablediffusion \n\nhttps://t.co/zTmgey5OA…"
## 
## [[1905]]
## [1] "RaidicThndercoc: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1906]]
## [1] "KoTinTrysaX: RT @glossystae: Some Winter Riven for you uwu\n\n#cosplay #leagueoflegends #riven https://t.co/Z6PdrvRu3b"
## 
## [[1907]]
## [1] "DekDoy191: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1908]]
## [1] "bazelgeuse131: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1909]]
## [1] "CHOCOT4RT: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1910]]
## [1] "bazelgeuse131: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1911]]
## [1] "GMHTTYD: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1912]]
## [1] "blazordiffusion: Irelia of League of Legends! #LeagueOfLegends #LeagueOfLegendsFanArt #Irelia #stablediffusion… https://t.co/z44uWnkHgA"
## 
## [[1913]]
## [1] "lofigirlxo: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1914]]
## [1] "AKF07ZS: gg ez game ez life unistall immediately. #LeagueOfLegends"
## 
## [[1915]]
## [1] "EdwinNurdjajadi: Yup. There’s 4 pairs of wild green doves in our neighbourhood. Alhamdullilah the environment is conducive &amp; plenty… https://t.co/ciKRYuozkr"
## 
## [[1916]]
## [1] "hiso_satoru: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1917]]
## [1] "Pug616P: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1918]]
## [1] "Hooni_Sam: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[1919]]
## [1] "LinkyaG: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1920]]
## [1] "__Lemon_Tree: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1921]]
## [1] "VtuberDella: It really do be like that 👀✨\n\n#animegirl #animememes #streamer #gamergirl #gamer #Fortnite #leagueoflegends… https://t.co/tnAX4lCPtd"
## 
## [[1922]]
## [1] "FacuWithDelay: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1923]]
## [1] "munyag111: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1924]]
## [1] "FredsterV1: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1925]]
## [1] "BlackDahly: RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…"
## 
## [[1926]]
## [1] "LesbianReptile: RT @PurpleARTdude: After a long time... I finally finished this!! Moon guys vs sun guys 🌚🌝\n#ValorantArt #VALORANTfanart #VALORANT #LeagueOf…"
## 
## [[1927]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 11:08 (Hora ESP)🔥\n\n🥇 #Cabravoladora➖Viewers: 744\n🥈 #PochiPoom➖Viewers: 645… https://t.co/Xvmjp8aS7C"
## 
## [[1928]]
## [1] "zaysonx: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1929]]
## [1] "Whit3Salmon_23: I'm seeing a trend here\nDeath being portrayed by a furry\n\nDo y'all know any other \"death\" character portrayed by a… https://t.co/kOCWAlLlUa"
## 
## [[1930]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Thanks Rito\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Sp…"
## 
## [[1931]]
## [1] "dinahmatre: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1932]]
## [1] "Vlabla_: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1933]]
## [1] "fran7u7x: RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ"
## 
## [[1934]]
## [1] "Safira_Baran: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1935]]
## [1] "sirvosijk: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1936]]
## [1] "parapleurs: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1937]]
## [1] "IntrinsicGames: RT @LoLMemesBot: Thanks Rito\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Sp…"
## 
## [[1938]]
## [1] "LoLMemesBot: Thanks Rito\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/Vp9V0vOt2r"
## 
## [[1939]]
## [1] "S_Scout_: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1940]]
## [1] "moontips_ao3: RT @skymagpieart: My favourite trope is when a guy is obviously falling for someone and he looks at them with that loving and dumbfounded e…"
## 
## [[1941]]
## [1] "Regu_lii_us: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[1942]]
## [1] "greeekthegreat: Please consider  jinx in a babydoll dress with pink streaks in her hair to match with vi who got blue streaks in he… https://t.co/yoK2orj49K"
## 
## [[1943]]
## [1] "Ultrashokk: fixed her jacket #zeri #LeagueOfLegends https://t.co/jba8OId0UB"
## 
## [[1944]]
## [1] "NisraLoL: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1945]]
## [1] "VtuberDella: RT @VtuberDella: Sadge 😭❤️\n\nI will remember you all ✨\n\n#anime #animegirl #animememes #streamer #gamergirl #gamer #Fortnite #leagueoflegends…"
## 
## [[1946]]
## [1] "_dreamsvalery: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1947]]
## [1] "GzmLucas: RT @Pradox___: En live sur #LeagueOfLegends ! \nhttps://t.co/9aq5xqRa6G"
## 
## [[1948]]
## [1] "camiwahh: RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…"
## 
## [[1949]]
## [1] "sanity_less: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[1950]]
## [1] "NonCuteLisa: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[1951]]
## [1] "vanellope271: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[1952]]
## [1] "LissetteUzumaki: RT @LissetteUzumaki: RT @deviltakoyaki: New merch! 💸 1/7 scale Jinx figure by Myethos, Dragon Ball Super Battle Pre… https://t.co/XuVf0pb5IB"
## 
## [[1953]]
## [1] "Ibarakidoji1411: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[1954]]
## [1] "ItsStillGrle: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1955]]
## [1] "TkxdYone: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[1956]]
## [1] "Luis13551: RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL"
## 
## [[1957]]
## [1] "Asumi0114: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[1958]]
## [1] "_Minorich_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1959]]
## [1] "um_bunny_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1960]]
## [1] "Efflyn_tweets: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1961]]
## [1] "aimufake: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1962]]
## [1] "xGamingRose: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1963]]
## [1] "Mineficent: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1964]]
## [1] "StarDust200445: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1965]]
## [1] "est_lord: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1966]]
## [1] "yumojiri: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1967]]
## [1] "bytesoftoxicity: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1968]]
## [1] "XMiguelZero: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[1969]]
## [1] "XMiguelZero: RT @Moondustina: 🌻 lovely commission for @aeon_xayah 💕 \n\n#xayah #StarGuardian #LeagueOfLegends https://t.co/Hnz0H1Xo0b"
## 
## [[1970]]
## [1] "mambolina0: RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…"
## 
## [[1971]]
## [1] "XMiguelZero: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1972]]
## [1] "LOL_Art_Bot: RT @AngelaR81493370: Thank you for the game.👇 #Gameplay #LeagueofLegends #LeagueOfLegendsFanArt #FLYWIN #StarGuardians #ClashLoL \nOriginal:…"
## 
## [[1973]]
## [1] "tamamomaeno: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[1974]]
## [1] "Cookie3w3: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[1975]]
## [1] "nujalagann: RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…"
## 
## [[1976]]
## [1] "axqazi: I just don’t get the hype around #LeagueOfLegends . Anyone care to enlighten me ?"
## 
## [[1977]]
## [1] "AngelaR81493370: Thank you for the game.👇 #Gameplay #LeagueofLegends #LeagueOfLegendsFanArt #FLYWIN #StarGuardians #ClashLoL \nOrigin… https://t.co/Gz9iGf3Acz"
## 
## [[1978]]
## [1] "sarah_pim1: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[1979]]
## [1] "IntrinsicGames: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1980]]
## [1] "HellDredge: Just clocked the #TwitchRecap ..Apparently I’m in the top 3% of league streamers 😂😂 I had an average of like 3 view… https://t.co/YSFycw7KVY"
## 
## [[1981]]
## [1] "LOLegendsMemes: When an AI can make better lore for Shaco than the actual writers. #LeagueOfLegends #Memes https://t.co/bJOXLwWxLi"
## 
## [[1982]]
## [1] "lazypoof: RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…"
## 
## [[1983]]
## [1] "IntrinsicGames: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[1984]]
## [1] "IntrinsicGames: RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE"
## 
## [[1985]]
## [1] "lazypoof: RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE"
## 
## [[1986]]
## [1] "SwankJackal: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[1987]]
## [1] "Matthewsherbet: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[1988]]
## [1] "roguewolfgirl: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[1989]]
## [1] "LOL_Art_Bot: RT @Swordskingdom2: If you are a fan of League of Legends and interested in buying a Master Yi Sword replica order it now:\nhttps://t.co/psP…"
## 
## [[1990]]
## [1] "arleehale: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[1991]]
## [1] "mirayrrr: RT @SakaiYuki17: I found the sketch from a few months ago, so I finished it\n\n\"Don't move, I'll find some herbs for you\"\n\"Ugh...master, the…"
## 
## [[1992]]
## [1] "SCPSHJ: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[1993]]
## [1] "ponnybritt: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[1994]]
## [1] "Swordskingdom2: If you are a fan of League of Legends and interested in buying a Master Yi Sword replica order it now:… https://t.co/jTnFDQIh1Q"
## 
## [[1995]]
## [1] "RazenBabouche02: RT @Pradox___: En live sur #LeagueOfLegends ! \nhttps://t.co/9aq5xqRa6G"
## 
## [[1996]]
## [1] "Brais_Morujo: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[1997]]
## [1] "yswip: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[1998]]
## [1] "KinkJang: RT @PurpleARTdude: After a long time... I finally finished this!! Moon guys vs sun guys 🌚🌝\n#ValorantArt #VALORANTfanart #VALORANT #LeagueOf…"
## 
## [[1999]]
## [1] "Nerd_Aloud: For some reason, the Crocodile King's story from #GenshinImpact's #GeniusInvokationTCG  reminds me of Renekton and… https://t.co/EWa6yBfuxp"
## 
## [[2000]]
## [1] "gabusosu: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2001]]
## [1] "chantillylime: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2002]]
## [1] "ddinodan: #leagueoflegends just snatched a riot employee out of the wall AMA https://t.co/meFnnt6m5X"
## 
## [[2003]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: How Each Champ would be like at a Party\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Wo…"
## 
## [[2004]]
## [1] "anowanka: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[2005]]
## [1] "flyindutchess: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2006]]
## [1] "foxicorns: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2007]]
## [1] "Chirping_arts: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[2008]]
## [1] "GiaGiorva: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[2009]]
## [1] "flyindutchess: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2010]]
## [1] "MineVoidMC: RT @EloDragonLoL: EU is just built different\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #r…"
## 
## [[2011]]
## [1] "LoLMemesBot: How Each Champ would be like at a Party\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/LGrwdF07Ix"
## 
## [[2012]]
## [1] "EsportsTweeter: RT @esports12K: Most Anticipated Esports Tournaments 2023\n\n#esports #esportnews #esportstournament #MostAnticipated #gaming #gamingtourname…"
## 
## [[2013]]
## [1] "bunsbread_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2014]]
## [1] "MineVoidMC: RT @esports12K: Most Anticipated Esports Tournaments 2023\n\n#esports #esportnews #esportstournament #MostAnticipated #gaming #gamingtourname…"
## 
## [[2015]]
## [1] "ULTIMATEFUKOUDA: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2016]]
## [1] "The_Saracen__: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2017]]
## [1] "howdia_ir: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2018]]
## [1] "gattonero1321: Bro, just press \"E\" #leagueoflegends\nPS. im not good at this game at ALL! lol https://t.co/8rgkJEuYta"
## 
## [[2019]]
## [1] "Ingeroff_: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2020]]
## [1] "esports12K: Most Anticipated Esports Tournaments 2023\n\n#esports #esportnews #esportstournament #MostAnticipated #gaming… https://t.co/INE181sNIq"
## 
## [[2021]]
## [1] "RDD_98: RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…"
## 
## [[2022]]
## [1] "RivenStore: Hello there!\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/o6A3ZAXqhX"
## 
## [[2023]]
## [1] "gabby_meds: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[2024]]
## [1] "Norstein_: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2025]]
## [1] "lolfadiscord: Calling all League of Legends players! \nAre you a free agent looking for a team, or a team looking for new players?… https://t.co/XYhMSwr4yW"
## 
## [[2026]]
## [1] "king___pete: RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…"
## 
## [[2027]]
## [1] "afarny4: The game is free to play.❤️❤️❤️ #ArtofLegends #LeagueofLegends #YıldızMuhafızları #Nilah #GuardianasEstelares"
## 
## [[2028]]
## [1] "seolbim2022: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2029]]
## [1] "NeoNinfas: RT @KaelaOfMoran: I might not be currently streaming due to work and other personal projects but that doesn't mean i have stopped playing g…"
## 
## [[2030]]
## [1] "LepsGames: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[2031]]
## [1] "deathorlive99: RT @KaelaOfMoran: I might not be currently streaming due to work and other personal projects but that doesn't mean i have stopped playing g…"
## 
## [[2032]]
## [1] "deathorlive99: RT @KaelaOfMoran: Today i bring you another ARAM match. This time playing as Anivia. I can't believe they didn't relise soner that i was in…"
## 
## [[2033]]
## [1] "FPXDiego: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2034]]
## [1] "BooksndLife: RT @KaelaOfMoran: I might not be currently streaming due to work and other personal projects but that doesn't mean i have stopped playing g…"
## 
## [[2035]]
## [1] "BooksndLife: RT @KaelaOfMoran: Today i bring you another ARAM match. This time playing as Anivia. I can't believe they didn't relise soner that i was in…"
## 
## [[2036]]
## [1] "fuck1nprick: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2037]]
## [1] "everuderadio: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[2038]]
## [1] "_Sixiw: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[2039]]
## [1] "MidoriiGam: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2040]]
## [1] "LissetteUzumaki: RT @deviltakoyaki: New merch! 💸 1/7 scale Jinx figure by Myethos, Dragon Ball Super Battle Premium set Vol.2, and W… https://t.co/Fl14DIGKzW"
## 
## [[2041]]
## [1] "candied_corpses: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2042]]
## [1] "nidz_l: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2043]]
## [1] "candied_corpses: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2044]]
## [1] "_Sixiw: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[2045]]
## [1] "JosephF21058235: RT @kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3"
## 
## [[2046]]
## [1] "DreamingAether: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2047]]
## [1] "MoonCakeBlossom: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2048]]
## [1] "confettier: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[2049]]
## [1] "BooskAlcoolo: RT @Pradox___: En live sur #LeagueOfLegends ! \nhttps://t.co/9aq5xqRa6G"
## 
## [[2050]]
## [1] "Pradox___: En live sur #LeagueOfLegends ! \nhttps://t.co/9aq5xqRa6G"
## 
## [[2051]]
## [1] "Its_YaBoiJack: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2052]]
## [1] "podajkurwa: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2053]]
## [1] "LOL_Art_Bot: RT @afurrybrownie: A pajama guardian fan skin design that I'll do cosplay later\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #paj…"
## 
## [[2054]]
## [1] "Jossy201TRM: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2055]]
## [1] "JackNines_: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2056]]
## [1] "pendoragun: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2057]]
## [1] "belovedseraphim: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2058]]
## [1] "Son0fAGun: RT @bekkomi: 🌕🌔Child of the moon, weapon of the faithful.🌒🌑\n#Aphelios #Alune #LeagueOfLegends #ArtofLegends https://t.co/KquU6tnZtU"
## 
## [[2059]]
## [1] "alsiconpanini: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[2060]]
## [1] "daddybigwang: imagine blitzcrank using the grapple arm to stroke your cock but then he rips it off by accident #LeagueOfLegends"
## 
## [[2061]]
## [1] "FuckTheGlue: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2062]]
## [1] "PhantasornL: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2063]]
## [1] "afurrybrownie: A pajama guardian fan skin design that I'll do cosplay later\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian… https://t.co/80esZWcgtG"
## 
## [[2064]]
## [1] "NoriGrace2: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2065]]
## [1] "SamTheMoose101: RT @onion_on1: #vladimir #Swain #LeagueOfLegends  #fanart \nother illustrations.\nLove those guys, but couldn't play them well https://t.co/X…"
## 
## [[2066]]
## [1] "alsiconpanini: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2067]]
## [1] "sotivesi: RT @EloDragonLoL: EU is just built different\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #r…"
## 
## [[2068]]
## [1] "OdinOverlord: Do you know what my favorite part is?🔥🔥🔥🔥🔥 #LeagueofLegends #Fanart #mobilegame #ФанАрт #GENGWIN #FLYWIN \nOriginal:… https://t.co/LjV7Ri0E2U"
## 
## [[2069]]
## [1] "Riot_Pain: RT @Rena_Angel1111: League of legends - Soraka\n\nI try Soraka cosplay.\n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #英雄联…"
## 
## [[2070]]
## [1] "Kyoya02535746: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2071]]
## [1] "sotivesi: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[2072]]
## [1] "Underidisui: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[2073]]
## [1] "2Cz71U1JhDtIRfT: Kaisa in tft has another dance...\n#kaisa #tft #starguardian #starguardians #lol #leagueoflegends #lux https://t.co/LSUyAd7t1A"
## 
## [[2074]]
## [1] "eiLCie: RT @dogtoast_: i love her\n\n#lux #luxleagueoflegends #leagueoflegends #leagueoflegendsfanart https://t.co/VQNDoYFdI0"
## 
## [[2075]]
## [1] "ChillSpoon603: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2076]]
## [1] "NerfWindWall: nerf Yasuo's Wind Wall #LeagueOfLegends"
## 
## [[2077]]
## [1] "timbergel08: RT @Lansuuw: Sick W Flash on jhin to clean up ‼️\n#LeagueOfLegends #Adc #StreamerCommunity #ContentCreator https://t.co/wCdKFAscuT"
## 
## [[2078]]
## [1] "euaery: RT @bigbadwarwick: Lillia fanart\n#lillia #lolfanart #leagueoflegends #fanart #lillialeagueoflegends https://t.co/yRV3ufv3nF"
## 
## [[2079]]
## [1] "ragammmm: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2080]]
## [1] "euaery: RT @XCrescent84: As much I wanna quit I can’t I’m nearly done 🥲\n\n#lillia #LeagueOfLegends #LeagueOfLegendsFanArt #CLIPSTUDIOPAINT #ArtistOn…"
## 
## [[2081]]
## [1] "CP0rk: RT @claudettee17: Fire to the Fuse (Ft. Jackson Wang) | Official Empyrean Cinematic - Leag... https://t.co/x3NPJGup5T via @YouTube \n\nLOVE t…"
## 
## [[2082]]
## [1] "euaery: RT @Youcun_: she is so cute!!!  🥰🫶\n-Spirit Blossom Lillia-fanart\n\n#LeagueOfLegendsFanArt #lillia #LeagueOfLegends #WildRift https://t.co/qr…"
## 
## [[2083]]
## [1] "euaery: RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…"
## 
## [[2084]]
## [1] "MarianitoNOB: RT @jericollage70: Happy Birthday to one of my Favorites, The Amazing @KriziaBajos! Have a Blessed Birthday &amp; Happy Holidays Krizia! 🎂😎🙏🏻👍🏻…"
## 
## [[2085]]
## [1] "euaery: RT @Shishirui_san: #Lillia  #LeagueOfLegends \nStar Guardian Lillia.😇🫡🥰 https://t.co/Hi6mG4En25"
## 
## [[2086]]
## [1] "crissy_valle: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2087]]
## [1] "Dio_Cena: RT @ISakul3g4nd: Which version do you like more?\n\n#3dart #3D #3dmodeling #3dprint #3DCG #zbrush #pixologic #DigitalArtist #DigitalSculpting…"
## 
## [[2088]]
## [1] "euaery: RT @EnvyAloner: Yone x Lillia &lt;3\n\nCommission by @fox_trix \n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#Yone #Lillia https://t.co/USeVNgqtje"
## 
## [[2089]]
## [1] "Zapphiren_: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2090]]
## [1] "euaery: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2091]]
## [1] "irmk_helvasu: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2092]]
## [1] "sutausagi: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2093]]
## [1] "VincentDawn89: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2094]]
## [1] "PR013E: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2095]]
## [1] "Nsf91865050: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[2096]]
## [1] "NetMoneyLearner: RT @ikaatako: no void boobs\nNeeko have a psychological trauma\n\n#ArtofLegends #LeagueOfLegends #BelVeth #Neeko https://t.co/cWNeDdML64"
## 
## [[2097]]
## [1] "PastelPine: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[2098]]
## [1] "MagusRendus: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2099]]
## [1] "llsmarye: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2100]]
## [1] "MagusRendus: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[2101]]
## [1] "Hoolies4: RT @PreachBigLoL: Has anyone ever looked through the \"Item\" tab? I never do, except for the time that I did once just now... Knights vow su…"
## 
## [[2102]]
## [1] "sashashaw10001: RT LoLMemesBot Garen\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/DiCfCQGDWy"
## 
## [[2103]]
## [1] "KinnieTwice: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2104]]
## [1] "willcia07: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2105]]
## [1] "TheSeptimoMes: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[2106]]
## [1] "lordofspiritsan: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2107]]
## [1] "SteamPunkRabbit: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[2108]]
## [1] "HelpMe2137: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2109]]
## [1] "RabiidAngel: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2110]]
## [1] "ShorstackKing: RT @dogtoast_: i love her\n\n#lux #luxleagueoflegends #leagueoflegends #leagueoflegendsfanart https://t.co/VQNDoYFdI0"
## 
## [[2111]]
## [1] "valooutre: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2112]]
## [1] "setsususu: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2113]]
## [1] "Benderswe1: RT @prohtius: Small Vibe\n \n @tributariesttv is now live with #LeagueofLegends, click to see the shenanigans 🤪 #twitchtv #twitchstreamers #l…"
## 
## [[2114]]
## [1] "IntrinsicGames: RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL"
## 
## [[2115]]
## [1] "Benderswe1: RT @prohtius: Casual Stream Is Casual | !turbo\n \n @magicinuse is now live with #LeagueofLegends, check it out 👀 #twitchtv #twitchstreamers…"
## 
## [[2116]]
## [1] "torakaru_VT: Today was a lot of milestones 9k Twitter, 2k on Twitch, and MOST IMPORTANTLY I FUCKING GOT TO DIAMOND IN TFT HOLY F… https://t.co/at6k1YOT0C"
## 
## [[2117]]
## [1] "StreetPunkStyle: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2118]]
## [1] "EmanueleDomani1: RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…"
## 
## [[2119]]
## [1] "BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL"
## 
## [[2120]]
## [1] "nino_najno: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2121]]
## [1] "atlanticsthetic: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2122]]
## [1] "CHOCOT4RT: RT @joyjangart: #LeagueOfLegends \n#LeagueOfLegendsFanArt \n#evelynn\n\nevelynn practice😈 https://t.co/hJ3DPVYZrM"
## 
## [[2123]]
## [1] "LOL_Art_Bot: RT @dogtoast_: i love her\n\n#lux #luxleagueoflegends #leagueoflegends #leagueoflegendsfanart https://t.co/VQNDoYFdI0"
## 
## [[2124]]
## [1] "felixchong345: RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf"
## 
## [[2125]]
## [1] "FOkamiaka: RT @ForestRatArt: My drawing for the LoL Christmas art collab on Instagram🌲\n\n#porocollab22 #forestrat #forestratart #vi #caitlyn #caitvi #p…"
## 
## [[2126]]
## [1] "dogtoast_: i love her\n\n#lux #luxleagueoflegends #leagueoflegends #leagueoflegendsfanart https://t.co/VQNDoYFdI0"
## 
## [[2127]]
## [1] "roseyoongity: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2128]]
## [1] "DiaDiamond12: RT @DailyTeenVi: LOOK AT VI AND MYLO OMG #Arcane #Vi #LeagueOfLegends https://t.co/AL6lJe8hpG"
## 
## [[2129]]
## [1] "Kristin82565964: I want to play this game. #LeagueofLegends #ArtofLegends #GuardiãsEstelares #TLWIN #YıldızMuhafızı"
## 
## [[2130]]
## [1] "DiaDiamond12: RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe"
## 
## [[2131]]
## [1] "deviltakoyaki: New merch! 💸 1/7 scale Jinx figure by Myethos, Dragon Ball Super Battle Premium set Vol.2, and WCF Agatsuma Zenitsu… https://t.co/97eD0iv8Vh"
## 
## [[2132]]
## [1] "hochicoffee: RT @is_is_gemini_is: Powder #Jinx \n\n#arcane #LeagueOfLegends https://t.co/KyiS8U3YWD"
## 
## [[2133]]
## [1] "DiaDiamond12: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2134]]
## [1] "hochicoffee: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2135]]
## [1] "joyjangart: RT @joyjangart: #LeagueOfLegends \n#LeagueOfLegendsFanArt \n#evelynn\n\nevelynn practice😈 https://t.co/hJ3DPVYZrM"
## 
## [[2136]]
## [1] "YuuRiiiiz: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[2137]]
## [1] "_MONOPH0BIA: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[2138]]
## [1] "phelmorcego: RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…"
## 
## [[2139]]
## [1] "buddymjb: RT @golden8witch: I finished :\"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…"
## 
## [[2140]]
## [1] "Faeyrunn: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2141]]
## [1] "IntrinsicGames: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[2142]]
## [1] "DaCruz_39: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2143]]
## [1] "1Artpoptica: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[2144]]
## [1] "IntrinsicGames: RT @MikuoHatsuneTTV: Day 36 of @LeagueOfLegends quotes:\n\nBearded Lady, Nagakabouros, names don't matter! Action does.\n-Illaoi\n#LeagueOfLege…"
## 
## [[2145]]
## [1] "wosumusu1974: RT @MikuoHatsuneTTV: Day 36 of @LeagueOfLegends quotes:\n\nBearded Lady, Nagakabouros, names don't matter! Action does.\n-Illaoi\n#LeagueOfLege…"
## 
## [[2146]]
## [1] "Graphene_Tart: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2147]]
## [1] "MatasGuzman7: RT @AAAADDDDing: Want to come to?\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Kayn https://t.co/VeHZcBPTfS"
## 
## [[2148]]
## [1] "m006098s: RT @AceVar81: Trust me! You'll get addicted to this story!\n \n#leagueoflegends #animefanart #webtoons\n\nhttps://t.co/8juEtV7S7l https://t.co/…"
## 
## [[2149]]
## [1] "spiritualtails: RT @maidenslullaby: SPIRIT BLOSSOM AHRI 🌸🦊💖!!! She won the poll against Miss Fortune ✨✨ #lol #LeagueOfLegends #ahri #ahrifanart #LeagueOfLe…"
## 
## [[2150]]
## [1] "XayahQuinzel: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[2151]]
## [1] "Mi___TeNai: RT @Moondustina: 🌻 lovely commission for @aeon_xayah 💕 \n\n#xayah #StarGuardian #LeagueOfLegends https://t.co/Hnz0H1Xo0b"
## 
## [[2152]]
## [1] "Mi___TeNai: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2153]]
## [1] "Not_Zeratul_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2154]]
## [1] "TylerDashArt: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2155]]
## [1] "bonerfly1: I enjoy drawing.🙈 #Gameplay #LeagueofLegends #Worlds2021 #ФанАрт #GuardianasEstelares"
## 
## [[2156]]
## [1] "nolettuce2: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2157]]
## [1] "AstorAstari: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2158]]
## [1] "Navin_chan: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2159]]
## [1] "sherry_zin: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2160]]
## [1] "___Youmi___: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2161]]
## [1] "phantom_ko: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2162]]
## [1] "P00kN00t: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[2163]]
## [1] "NotAnEgril: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2164]]
## [1] "OnlyMO___: RT @trashpocket4: More Kaliyah (or Kai'Liyah, idk) because i have feelings 😭😭😭\n\n#kaisa #taliyah #LeagueOfLegends #LoL #kaliyah https://t.co…"
## 
## [[2165]]
## [1] "NynaSweetheart: RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…"
## 
## [[2166]]
## [1] "vexxingvixx: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2167]]
## [1] "caitvist: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2168]]
## [1] "IntrinsicGames: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2169]]
## [1] "einfach_jules: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2170]]
## [1] "IntrinsicGames: RT @3PillarsGaming: Great for desktop wallpapers right for christmas!❄️🎄\n\n#LeagueOfLegends https://t.co/6rs8HHbWFu"
## 
## [[2171]]
## [1] "RiokichiSnow: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2172]]
## [1] "3PillarsGaming: Great for desktop wallpapers right for christmas!❄️🎄\n\n#LeagueOfLegends https://t.co/6rs8HHbWFu"
## 
## [[2173]]
## [1] "GongYun_32: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2174]]
## [1] "GongYun_32: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2175]]
## [1] "KoTinTrysaX: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2176]]
## [1] "DonnaJo43302569: RT @Titania_Erza99: Tarde pero seguro\nHappy birthday Vi!!!🎂💗⚙️\n#cosplay #cosplayergirl #cosplayer #arcane #arcanecosplay #ArcaneVi #LeagueO…"
## 
## [[2177]]
## [1] "luckygood1234: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2178]]
## [1] "JeffTh: RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE"
## 
## [[2179]]
## [1] "FeatherBoy4: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[2180]]
## [1] "JeffTh: RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks"
## 
## [[2181]]
## [1] "koriafterdark: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2182]]
## [1] "BusinessDeer: RT @FunSizeDipStick: Dragon trainer Veigar ~ Splash art ( @FunSizeDipStick )\n#LeagueOfLegends #ArtofLegends #Veigar #LeagueOfLegendsFanArt…"
## 
## [[2183]]
## [1] "BobaTeaWench: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2184]]
## [1] "PTSDcore: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2185]]
## [1] "PTSDcore: RT @_smol_artist__: OPENING 5 SLOTS FOR JINX SKETCH COMMISSIONS\n#Jinx #commsopen #jinxlol #jinxarcane #arcane #LoL #LeagueOfLegends https:/…"
## 
## [[2186]]
## [1] "TKPFamily615123: 【League of Legends】Kayn Crying 😭😭😭🤕\n\n#LOL #leagueoflegends #英雄聯盟 #慨影 #kayn #凱特琳 #caitlyn #lolhighlights #lolmoments… https://t.co/f5mcn60fF5"
## 
## [[2187]]
## [1] "Broccolii_: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[2188]]
## [1] "JeffTh: RT @FunkyWoomy: #Irelia from #LeagueOfLegends \n\n#LeagueOfLegendsFanArt #League_of_Legends #ArtofLegends https://t.co/DtYnMEERA6"
## 
## [[2189]]
## [1] "rudy_fgc: RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…"
## 
## [[2190]]
## [1] "nebulous_newt: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2191]]
## [1] "postmorteum: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2192]]
## [1] "QueenDoodle_: Where ARAM poro king at?? :( #leagueoflegends @LeagueOfLegends"
## 
## [[2193]]
## [1] "StrawbeePlushy: RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…"
## 
## [[2194]]
## [1] "StrawbeePlushy: RT @EnvyAloner: Yone x Lillia &lt;3\n\nCommission by @fox_trix \n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#Yone #Lillia https://t.co/USeVNgqtje"
## 
## [[2195]]
## [1] "BrumiconGames: \"The light inside is what makes me different, and I'm always careful where I shine it.\" — Lux\n\n#luxlol… https://t.co/QBAN0pIGI2"
## 
## [[2196]]
## [1] "LoLMemesBot: Nicolai just dropped another MLBB sue vid. Time for Anti-ML memes round 2\n#memes #meme #funny #lol #leagueoflegends… https://t.co/qPUyvTeyyQ"
## 
## [[2197]]
## [1] "manholychee: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2198]]
## [1] "JeffTh: RT @leochamposa: #LoLtubre2022 DAY 1: Favourite Champ \n\nYou already know, Garen is my baby 🥺❤️\n\n#LeagueOfLegends #LoLtubre #creadoresdeloll…"
## 
## [[2199]]
## [1] "SayukiArakawa: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[2200]]
## [1] "wokie_5: RT @blablablayaoi: Go for it Zed!! \n\nThanks to Syundei for this beautiful and sweet manga! ❤\n\n#zed #Kayn #zedka #LeagueOfLegends #LeagueOfL…"
## 
## [[2201]]
## [1] "DuskHarlequin: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2202]]
## [1] "hypinico: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[2203]]
## [1] "command_52: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2204]]
## [1] "IntrinsicGames: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2205]]
## [1] "bimbopaganism: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2206]]
## [1] "Arbiter0557: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2207]]
## [1] "loreofruneterra: What’s the likelihood of Corina and Zeri appearing in Arcane season 2?: Continuuing off my previous post about Cori… https://t.co/ZgkWSxnYDq"
## 
## [[2208]]
## [1] "TaiKyunA4: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2209]]
## [1] "_Saerandipity_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2210]]
## [1] "mikouae: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2211]]
## [1] "Lava_Bird_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2212]]
## [1] "JackNines_: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2213]]
## [1] "smysmysm: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2214]]
## [1] "CrimCrys: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2215]]
## [1] "C_J_E: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2216]]
## [1] "deepbluefeeling: RT @FunSizeDipStick: Dragon trainer Veigar ~ Splash art ( @FunSizeDipStick )\n#LeagueOfLegends #ArtofLegends #Veigar #LeagueOfLegendsFanArt…"
## 
## [[2217]]
## [1] "TaiKyunA4: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2218]]
## [1] "Kagetsyu: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2219]]
## [1] "miki_uchiha_3: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2220]]
## [1] "AstethNZ: RT @leochamposa: ❤️ Happy pride month ❤️\n\n#diana #leona #taric #pantheon #LeagueOfLegends #pride #creadoresdelollatam https://t.co/HZ19Hqra…"
## 
## [[2221]]
## [1] "LadyVickytoria: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2222]]
## [1] "greyy_12: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2223]]
## [1] "aeimako: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2224]]
## [1] "Xeylen: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2225]]
## [1] "ilytshoto: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2226]]
## [1] "TaiKyunA4: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[2227]]
## [1] "JaredPo87147132: I hope you like them, it took me a long time to do them. #LeagueofLegends https://t.co/9edPJNXBnP"
## 
## [[2228]]
## [1] "Doucelune24: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[2229]]
## [1] "DarmetYT: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2230]]
## [1] "ravenfears: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2231]]
## [1] "Jennycorrea17: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2232]]
## [1] "Hati_05_: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[2233]]
## [1] "LOL_Art_Bot: RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…"
## 
## [[2234]]
## [1] "LordShoyo27: RT @tierreskott: StarGuardian Ezreal Fanart! :P \n\n#LeagueOfLegends  #starguardian #ezreal #fanart #illustration #CuteKitten #cute https://t…"
## 
## [[2235]]
## [1] "LordShoyo27: RT @vmatbox: Battle Academy Lux and Ezreal fanart :3 #BattleAcademy #lux #LeagueOfLegends #ArtofLegends #ezreal https://t.co/T8rwpBTBYb"
## 
## [[2236]]
## [1] "possessed1221: I HATE WHITE PEOPLE #LeagueofLegends\n\n🔗 https://t.co/8vBwDnwVc0 https://t.co/x7ot9ISaLi"
## 
## [[2237]]
## [1] "LordShoyo27: RT @JARRO_Art: finally a clean version of my Porcelain Ezreal... please guys enjoy\n\n#Ezreal #Artoflegends #Leagueoflegends #Porcelain #Porc…"
## 
## [[2238]]
## [1] "LordShoyo27: RT @little_lolz: Pajama Guardian sleepover with TFT!\n\n#LeagueofLegends #ArtofLegends #StarGuardians #PajamaParty #lux #soraka #MissFortune…"
## 
## [[2239]]
## [1] "servicesdown_: 🔔 #LeagueOfLegends down?\n\n🔗 Real-time status: https://t.co/0sAFwk74SR\n\n🔁 RETWEET if you are affected too.… https://t.co/58lXqoccrB"
## 
## [[2240]]
## [1] "Doucelune24: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[2241]]
## [1] "alto_joshua: RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…"
## 
## [[2242]]
## [1] "Gray1239111: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2243]]
## [1] "LLinne922: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2244]]
## [1] "MoxieMuramasa: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[2245]]
## [1] "RowdyRowdyRat: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[2246]]
## [1] "xxivruthless: RT @Kvd_xxiv: xxiv: \n\nOne win! And i do count it as a win ! . . . unfortunately half of that game was in a different screen 😭 what a noob !…"
## 
## [[2247]]
## [1] "meeIgaroo: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2248]]
## [1] "meeIgaroo: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2249]]
## [1] "AlexisDaPomky: RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…"
## 
## [[2250]]
## [1] "akiralolol: RT @Saware7: smash the ❤️if you agree😂😂😂#leagueoflegends #IDF #pakistanZindabad https://t.co/A35u1Uk3Cd"
## 
## [[2251]]
## [1] "mawarisaka3: RT @FunSizeDipStick: Dragon trainer Veigar ~ Splash art ( @FunSizeDipStick )\n#LeagueOfLegends #ArtofLegends #Veigar #LeagueOfLegendsFanArt…"
## 
## [[2252]]
## [1] "aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co/ZSImQrNKU4"
## 
## [[2253]]
## [1] "LordShoyo27: RT @ForestRatArt: My drawing for the LoL Christmas art collab on Instagram🌲\n\n#porocollab22 #forestrat #forestratart #vi #caitlyn #caitvi #p…"
## 
## [[2254]]
## [1] "Kvd_xxiv: xxiv: \n\nOne win! And i do count it as a win ! . . . unfortunately half of that game was in a different screen 😭 wha… https://t.co/HjQePDCfGE"
## 
## [[2255]]
## [1] "LaurenMorXO: Quitting league until I find someone who I can duo with cuz all these kids in solo q are dumb af #LeagueOfLegends"
## 
## [[2256]]
## [1] "that_ghoul: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2257]]
## [1] "haze_tkn: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2258]]
## [1] "mostimasinine: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2259]]
## [1] "ZgBGXEKnqc3xgC0: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2260]]
## [1] "AlexLockheart: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2261]]
## [1] "TaigaKC: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2262]]
## [1] "TonyRam26219233: It's artistic talent!🤔🤔 #LeagueofLegends https://t.co/TrbiqI8iRK"
## 
## [[2263]]
## [1] "Pug616P: RT @_smol_artist__: OPENING 5 SLOTS FOR JINX SKETCH COMMISSIONS\n#Jinx #commsopen #jinxlol #jinxarcane #arcane #LoL #LeagueOfLegends https:/…"
## 
## [[2264]]
## [1] "marcky_z: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2265]]
## [1] "pinkydragonn: RT @maidenslullaby: Quick neeko doodle :))))) #neeko #LeagueOfLegends https://t.co/UrYn5KgwSS"
## 
## [[2266]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Why add an item that makes us useless\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worl…"
## 
## [[2267]]
## [1] "AmarouLP: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2268]]
## [1] "Lafanartfuture: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2269]]
## [1] "v_vKat_: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2270]]
## [1] "jobmarr: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2271]]
## [1] "LoLMemesBot: Why add an item that makes us useless\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/JTG7X0r9BH"
## 
## [[2272]]
## [1] "NIJISE_: RT @medok_art: Guess who took Blessed Wine™ to the party?💀\n\n#Thresh #Viego #Kalista #LeagueOfLegends #Ruination meme https://t.co/GgNXZGRgDi"
## 
## [[2273]]
## [1] "Stoots404: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2274]]
## [1] "pazl37: RT @EnvyAloner: Yone x Lillia &lt;3\n\nCommission by @fox_trix \n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#Yone #Lillia https://t.co/USeVNgqtje"
## 
## [[2275]]
## [1] "EmpanadaDepre: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[2276]]
## [1] "Druescilla: RT @juubiisan: Want a kiss? #LeagueOfLegends #ahri #cosplay https://t.co/uV8dTvAHqi"
## 
## [[2277]]
## [1] "RivenStore: How ya doin`?\nVisit us: https://t.co/Jtncw61Y4H\n#leagueoflegends #lolgame #lolgamer #rivenstore.com #lolgoods… https://t.co/MTeScfkC5q"
## 
## [[2278]]
## [1] "neekosbread: RT @_gtjnxd: star guardian jinx is so cute🥺⭐\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/S5xV1ZPhpD"
## 
## [[2279]]
## [1] "preheatoven666: RT @_smol_artist__: OPENING 5 SLOTS FOR JINX SKETCH COMMISSIONS\n#Jinx #commsopen #jinxlol #jinxarcane #arcane #LoL #LeagueOfLegends https:/…"
## 
## [[2280]]
## [1] "JabaSong: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2281]]
## [1] "preheatoven666: RT @MiaomiArt: Old painting of Jinx I never posted\n\n#Arcane #Jinx #LeagueOfLegends https://t.co/MwfgizhJW9"
## 
## [[2282]]
## [1] "preheatoven666: RT @vatheja: Arcana #jinx thumbnail sketch :))❤️ #leagueoflegends https://t.co/bV06kVkwXz"
## 
## [[2283]]
## [1] "Dexholder_Ruby: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2284]]
## [1] "QuinneJojofag: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2285]]
## [1] "smilewept: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2286]]
## [1] "laufvers: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2287]]
## [1] "Dynamic_violet: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2288]]
## [1] "StarIoannis25: RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…"
## 
## [[2289]]
## [1] "Iobandrades: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2290]]
## [1] "Dynamic_violet: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2291]]
## [1] "Mewchiip: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[2292]]
## [1] "LOL_Art_Bot: RT @camiobb: Dark Cosmic Camille – League of Legends fanart by Abigael Giroud\n\n#LeagueofLegends #ArtofLegends #WildRift \nhttps://t.co/s3e0U…"
## 
## [[2293]]
## [1] "CheatsAwesome: https://t.co/ueyyeijyYN\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #LeagueOfLegendsRule34 #LeagueOfLegendsgenerator… https://t.co/OUo5Wt1KSt"
## 
## [[2294]]
## [1] "Steph_J_Millz: RT @StephJMillz1: Tryndamere learns combo wizard Camille/Kamille  https://t.co/iWKyLVFaUS \n\n#leagueoflegends #stephjmillz #thekamille #cami…"
## 
## [[2295]]
## [1] "nn2020192: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2296]]
## [1] "Kip00101: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2297]]
## [1] "p_c_esports: Planetary Collision Esports Part 13. First scrim in the books for the Org, and it's a Dub! #series #update… https://t.co/jPl84kvc13"
## 
## [[2298]]
## [1] "Kagomesama: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2299]]
## [1] "StephJMillz1: Tryndamere learns combo wizard Camille/Kamille  https://t.co/iWKyLVFaUS \n\n#leagueoflegends #stephjmillz #thekamille #camillemains"
## 
## [[2300]]
## [1] "RyeBreado: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2301]]
## [1] "OoviKatNeeko: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2302]]
## [1] "MattVreche: RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…"
## 
## [[2303]]
## [1] "pommepompom_: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2304]]
## [1] "pandatexb: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2305]]
## [1] "Yoghuts_thar: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2306]]
## [1] "ElandEnzo: RT @Onezeroisten: I AM WINNING!!! #LeagueOfLegends https://t.co/M1qpySfwAT"
## 
## [[2307]]
## [1] "Rusa_Diffusion: Get jinxed #Jinx #jinxfanart #LeagueOfLegends #AIart #stablediffusion #NovelAI #nijijourney #midjourney https://t.co/JJoaQXNeKE"
## 
## [[2308]]
## [1] "gamerr4444: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2309]]
## [1] "AdamWhi01826851: RT @PreachBigLoL: Has anyone ever looked through the \"Item\" tab? I never do, except for the time that I did once just now... Knights vow su…"
## 
## [[2310]]
## [1] "LOL_Art_Bot: RT @camiobb: Spirit Blossom Camille Skin - Concept 2\n\n#LeagueofLegends #ArtofLegends #WildRift \n\nhttps://t.co/6a754Rpl42 https://t.co/fN6UA…"
## 
## [[2311]]
## [1] "LOL_Art_Bot: RT @camiobb: Spirit Blossom Camille Skin - Concept\n\n#LeagueofLegends #ArtofLegends #WILDRIFT\n\nhttps://t.co/JZKLxeGhCn https://t.co/x4N3ziTd…"
## 
## [[2312]]
## [1] "camiobb: Dark Cosmic Camille – League of Legends fanart by Abigael Giroud\n\n#LeagueofLegends #ArtofLegends #WildRift… https://t.co/k9BUG0m30z"
## 
## [[2313]]
## [1] "BobaTeasNuts: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2314]]
## [1] "ElandEnzo: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2315]]
## [1] "ST5upport: RT @darthfuzzy77: ROLL TIDE!! I actually won this ffing match suckers!! https://t.co/nzSTj6GndH\n\n#twitch \n#smallstreamer \n#twitchtv\n#League…"
## 
## [[2316]]
## [1] "Veebrat0r: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2317]]
## [1] "ozzusheep: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2318]]
## [1] "ElizbethLaCroix: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2319]]
## [1] "radiant_lite: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2320]]
## [1] "Hexteching: RT @aannuurraann: #singed #LeagueOfLegends #LeagueOfLegendsFanArt \n\nJust a portrait of Singed https://t.co/sf1UTpLAxY"
## 
## [[2321]]
## [1] "camiobb: Spirit Blossom Camille Skin - Concept 2\n\n#LeagueofLegends #ArtofLegends #WildRift \n\nhttps://t.co/6a754Rpl42 https://t.co/fN6UAXjf1x"
## 
## [[2322]]
## [1] "YordleScout: In terms of the videos for #Teemo an general stuff for #LeagueOfLegends it's going smoothly, will see the final results hopefully next week."
## 
## [[2323]]
## [1] "camiobb: Spirit Blossom Camille Skin - Concept\n\n#LeagueofLegends #ArtofLegends #WILDRIFT\n\nhttps://t.co/JZKLxeGhCn https://t.co/x4N3ziTdd8"
## 
## [[2324]]
## [1] "Bel_the_Bel: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2325]]
## [1] "darthfuzzy77: ROLL TIDE!! I actually won this ffing match suckers!! https://t.co/nzSTj6GndH\n\n#twitch \n#smallstreamer \n#twitchtv\n#LeagueOfLegends \n#Hawaii"
## 
## [[2326]]
## [1] "HobbySharky: I am now live!\nhttps://t.co/NUohtzJ120\n\n#riven #toplane #lol #leagueoflegends #korean #asian #game #stream #live… https://t.co/j2NrHc3ZpQ"
## 
## [[2327]]
## [1] "darthfuzzy77: Check out this video \"TUESDAY MINION BEERS -- this' ll be a scuff stream haha internet keeps dropping out, if i los… https://t.co/KT5Z7zU1xD"
## 
## [[2328]]
## [1] "AndrewAnimeluvr: Come watch this amazin stream https://t.co/Ux150nFaBi #Twitch #LeagueOfLegends #Gamer"
## 
## [[2329]]
## [1] "FuggsLovely: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2330]]
## [1] "marikuroh: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2331]]
## [1] "IntrinsicGames: RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…"
## 
## [[2332]]
## [1] "MooncakePhel: RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…"
## 
## [[2333]]
## [1] "yong_tau_fu_art: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2334]]
## [1] "blueberryskyuwu: RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…"
## 
## [[2335]]
## [1] "Sherrie06541379: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2336]]
## [1] "TheCookiOreo: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2337]]
## [1] "Sherrie06541379: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2338]]
## [1] "THEDOMI98: RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce"
## 
## [[2339]]
## [1] "FunBunz_Fany: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2340]]
## [1] "_L_M_C_R_: RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…"
## 
## [[2341]]
## [1] "HuenHSV: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2342]]
## [1] "_L_M_C_R_: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[2343]]
## [1] "dndisturbmode: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2344]]
## [1] "girlbosshisu: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2345]]
## [1] "LadyVickytoria: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[2346]]
## [1] "Kywry247: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2347]]
## [1] "kittylovecharm: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2348]]
## [1] "271108_: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2349]]
## [1] "rfamnllh: Akali slowhand :) - League Of Legends Wildrift https://t.co/jcwdAkOotd via @YouTube #WildRift #LeagueOfLegends #wildriftindo"
## 
## [[2350]]
## [1] "nolettuce2: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2351]]
## [1] "CountdownToL: It has been 15 days since the last official update on Project L, the #LeagueOfLegends tag fighter"
## 
## [[2352]]
## [1] "GTrynket: streaming, come say hi~\nhttps://t.co/tBxIK26XaE\n\n#gaming #leagueoflegends #cute #cosplay #lol https://t.co/HUM3ES8g7I"
## 
## [[2353]]
## [1] "hextechenforcer: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2354]]
## [1] "Aharen_122: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2355]]
## [1] "atronixz: RT @Hichamhabchi: Gangplank for #ruinedking @AirshipSyn  #LeagueOfLegends #Throwback colors by Aron Lusen! https://t.co/XbzDStSdx3"
## 
## [[2356]]
## [1] "NicholasDias3d: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[2357]]
## [1] "Ekko_tv: RT @summerswirlarts: He's looking for Kalista 🥺❤️\n\n#ledros #LeagueOfLegends #ArtofLegends https://t.co/4wfH5zdAic"
## 
## [[2358]]
## [1] "SigmaJust: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2359]]
## [1] "Leferismos: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2360]]
## [1] "sw33tdwilly: Sw33tdwilly just went live! Surprise stream! Chill night - I hope you all have a Merry Christmas / The 1,000 sub dr… https://t.co/BA7zIK20jr"
## 
## [[2361]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Even Riot playing the game with lags.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worl…"
## 
## [[2362]]
## [1] "EGG_Retweets: RT @GamerSonnie: This week's schedule! A whole bunch of snow this week so that might change plans a little this week! But I will be here! S…"
## 
## [[2363]]
## [1] "korbel_marie: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2364]]
## [1] "SBAFag: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2365]]
## [1] "sappysapph: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2366]]
## [1] "Chan1Sio: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2367]]
## [1] "rotelanico: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[2368]]
## [1] "William46237988: RT @Lansuuw: Sick W Flash on jhin to clean up ‼️\n#LeagueOfLegends #Adc #StreamerCommunity #ContentCreator https://t.co/wCdKFAscuT"
## 
## [[2369]]
## [1] "_MONOPH0BIA: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2370]]
## [1] "IntrinsicGames: RT @AceVar81: Trust me! You'll get addicted to this story!\n \n#leagueoflegends #animefanart #webtoons\n\nhttps://t.co/8juEtV7S7l https://t.co/…"
## 
## [[2371]]
## [1] "DonnaJo26713385: RT @AceVar81: Trust me! You'll get addicted to this story!\n \n#leagueoflegends #animefanart #webtoons\n\nhttps://t.co/8juEtV7S7l https://t.co/…"
## 
## [[2372]]
## [1] "SupersafeGaming: Are you looking to start the new season of League of Legends off on the right foot?\n\nGet in touch to learn more abo… https://t.co/rhaSiLCvsG"
## 
## [[2373]]
## [1] "LoLMemesBot: Even Riot playing the game with lags.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/GvkoqHN0Xu"
## 
## [[2374]]
## [1] "lqdiycris: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[2375]]
## [1] "cloudbeifong: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2376]]
## [1] "insane_nya: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2377]]
## [1] "iiifalcoiii: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[2378]]
## [1] "mizore_ame43: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2379]]
## [1] "xDemiseLg7: 14 Games Wuk vs 1.6K Games Irelia...\nWho won?\nObviously... Me (⁠ ⁠˘⁠ ⁠³⁠˘⁠)⁠♥\n\n( Welp... I really went 1/2 out of m… https://t.co/36SlWl7CW2"
## 
## [[2380]]
## [1] "Sanchez1373: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2381]]
## [1] "Haabibic: RT @SleinYesWowNC: Why don't you love who I am?\nWhat we could have been\n\n#Arcane #LeagueOfLegends https://t.co/XGZ0PuYHrz"
## 
## [[2382]]
## [1] "RivenStore: Like and Share if you have been fan since day 1\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo… https://t.co/uxN4Lrf9Ri"
## 
## [[2383]]
## [1] "niu_kr: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[2384]]
## [1] "bii_mare: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2385]]
## [1] "StrawbeePlushy: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2386]]
## [1] "MilkySweetTeaa: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2387]]
## [1] "Dowgymeister: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2388]]
## [1] "KosmicKali: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2389]]
## [1] "_artfulpages: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2390]]
## [1] "vinkca_san: RT @jiajia_hua: ZED - League of Legends practice \n#zed #LeagueOfLegends https://t.co/QbFcSIyb6V"
## 
## [[2391]]
## [1] "Emiliano_Funes1: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[2392]]
## [1] "Cerberic_art: RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…"
## 
## [[2393]]
## [1] "Beiguangiscanon: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2394]]
## [1] "Malnoran: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[2395]]
## [1] "bunny_babbits: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[2396]]
## [1] "JulioGo61201740: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2397]]
## [1] "Bunny_Blushx: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2398]]
## [1] "IntrinsicGames: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2399]]
## [1] "luminal_zero: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[2400]]
## [1] "eliisvoid: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2401]]
## [1] "FoodLoverD: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2402]]
## [1] "super_snuffles: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2403]]
## [1] "Emiliano_Funes1: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[2404]]
## [1] "DDLiebling: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2405]]
## [1] "DDLiebling: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2406]]
## [1] "muuhdee: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2407]]
## [1] "k1tastic: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2408]]
## [1] "kyuni0250: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2409]]
## [1] "EggsTeaSea: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2410]]
## [1] "i5G_nLn: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[2411]]
## [1] "xlqnchlrh: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2412]]
## [1] "Godspeed207: RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy"
## 
## [[2413]]
## [1] "BrokenMoon___: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[2414]]
## [1] "yumiibon: RT @fuwamoowa: everything goes on 🎶\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian https://t.co/q74QTSWpH9"
## 
## [[2415]]
## [1] "DarkSyndraQueen: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[2416]]
## [1] "Orlando_Clark: RT @Zedzy1_: Slow Growing Process but I will get there. Hard work will pay off :) #twitch #streaming #streamers #stream #streams #gaming #v…"
## 
## [[2417]]
## [1] "astraember: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[2418]]
## [1] "rafatroll450: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2419]]
## [1] "gentleduck_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2420]]
## [1] "StrongFoxie13: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2421]]
## [1] "dera_uh: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2422]]
## [1] "birzgalis: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2423]]
## [1] "phsfgg: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[2424]]
## [1] "gabsmfuckz: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2425]]
## [1] "jojosesito_: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2426]]
## [1] "sylvieshx: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2427]]
## [1] "Smol_Fox_Boi: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2428]]
## [1] "VTuberTweeter: RT @YuzukoSilver: If you want to have an international experience with all kind of honorable and respectful talks about everything you can’…"
## 
## [[2429]]
## [1] "ChristmasMilo: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2430]]
## [1] "davum20: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[2431]]
## [1] "YuzukoSilver: If you want to have an international experience with all kind of honorable and respectful talks about everything yo… https://t.co/3JhfZMqChz"
## 
## [[2432]]
## [1] "lhannah2004: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2433]]
## [1] "GabTheBigBully: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2434]]
## [1] "IntrinsicGames: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[2435]]
## [1] "Assbukiriyako: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2436]]
## [1] "IntrinsicGames: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[2437]]
## [1] "visecurityguard: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2438]]
## [1] "tinydxve: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[2439]]
## [1] "rukasuzz: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2440]]
## [1] "TaiCywr: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2441]]
## [1] "ghetobatman: Chillin   in the batmobile with the bois ama https://t.co/ghxJ6qGpUA  #streams #streamer #Streamers #twitch… https://t.co/E6RoerzxZB"
## 
## [[2442]]
## [1] "Quenos2: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2443]]
## [1] "ChiyukiRamen: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2444]]
## [1] "VriskaChat: RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…"
## 
## [[2445]]
## [1] "inorihammer: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2446]]
## [1] "EEErolis: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2447]]
## [1] "Kris_Scribbles: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2448]]
## [1] "07Elisabeth_: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2449]]
## [1] "morimustdie: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2450]]
## [1] "BlankLA_: RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…"
## 
## [[2451]]
## [1] "RSmolyne: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2452]]
## [1] "beidoudrip: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2453]]
## [1] "joaotmx: RT @NeoNa_Gloom_ART: Dark Eternal Zyra ✨- \n\"I have many names, none of which you are worthy to pronounce!\"\n\n#LeagueOfLegends #LeagueOfLegen…"
## 
## [[2454]]
## [1] "Oraangsh: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2455]]
## [1] "bunnymiilk: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2456]]
## [1] "noselfawareness: RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…"
## 
## [[2457]]
## [1] "loreofruneterra: What is the probability of Corina Veranza from LOR becoming a champion with Renata Glasc being playable: What is th… https://t.co/w2tMtwPmkE"
## 
## [[2458]]
## [1] "MidnightG246: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2459]]
## [1] "kosame_kisaragi: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2460]]
## [1] "sebascheredia: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[2461]]
## [1] "C3ijas1: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2462]]
## [1] "homohextech: RT @arvve: love them \n#tfgraves #leagueoflegends https://t.co/f9IiXADBf6"
## 
## [[2463]]
## [1] "C3ijas1: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2464]]
## [1] "xxivruthless: RT @Kvd_xxiv: xxiv: \n\nWe are in a 4 game losing streak in #LeagueOfLegends . . . THAT MUST CHANGE ! Join me while i play #Riven top ! . .…"
## 
## [[2465]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: i think I'm going to sleep.. now... *yawn* *bonk* ow. anyways the Bonking Deer is coming to WR on December 21 (probably)\n#…"
## 
## [[2466]]
## [1] "HobbySharky: I am now live!\nhttps://t.co/NUohtzJ120\n\n#riven #toplane #lol #leagueoflegends #korean #asian #game #stream #live… https://t.co/ESOv8CIUfK"
## 
## [[2467]]
## [1] "raidenning: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2468]]
## [1] "Truslei: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2469]]
## [1] "Shaycook20: RT @gothiccpetunia: It’s cuffing season 💅 #arcane #vi #caitvi #leagueoflegends #leagueoflesbians #art https://t.co/Wr3LyVE27n"
## 
## [[2470]]
## [1] "astraember: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2471]]
## [1] "caffetaffe: RT @SMETS_: gift for @qqq_qqqqq_\n#LeagueOfLegends #LeagueOfLegendsFanArt #Swain https://t.co/XYwkBJfhxF"
## 
## [[2472]]
## [1] "Olsen_JayceT: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[2473]]
## [1] "riffle2014: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2474]]
## [1] "command_52: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2475]]
## [1] "Jesus81383519: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[2476]]
## [1] "sapolicuado: RT @damongreenhalgh: \"Fortune doesn't favor fools.\"\n#ArtofLegends #LeagueOfLegends #illustration #missfortune https://t.co/kGX0fVb6qv"
## 
## [[2477]]
## [1] "Wrb_neon: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2478]]
## [1] "LoLMemesBot: i think I'm going to sleep.. now... *yawn* *bonk* ow. anyways the Bonking Deer is coming to WR on December 21 (prob… https://t.co/BDAdpX02l1"
## 
## [[2479]]
## [1] "Kaiju3nthusiast: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2480]]
## [1] "ahrislovecharm: RT @cattofarts: Anyone's got their RP ready for the new Space Groove skins? I know I am, HAHA ♥\n\n#leagueoflegends #nami #namileagueoflegend…"
## 
## [[2481]]
## [1] "IntrinsicGames: RT @HighNoonJhin: we can fix him \nwe can make him cooler\n#jhin #shanhaiscrollsjhin #leagueoflegends #leagueoflegendsfanart #artoflegends ht…"
## 
## [[2482]]
## [1] "IntrinsicGames: RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…"
## 
## [[2483]]
## [1] "niccichi: RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…"
## 
## [[2484]]
## [1] "niccichi: RT @HighNoonJhin: we can fix him \nwe can make him cooler\n#jhin #shanhaiscrollsjhin #leagueoflegends #leagueoflegendsfanart #artoflegends ht…"
## 
## [[2485]]
## [1] "arafolie_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2486]]
## [1] "DOGBYTES_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2487]]
## [1] "loreofruneterra: I’m so glad I finally found this subreddit: Like yes finally something dedicated to lore on Reddit besides Arcane t… https://t.co/Wzxh4NvrNT"
## 
## [[2488]]
## [1] "eKileez: Check out this League of Legends clip I recorded with https://t.co/ZqABdlYbSv! #LeagueofLegends\n\n🔗… https://t.co/xk5aCuG5v6"
## 
## [[2489]]
## [1] "MooncakePhel: RT @cattofarts: Anyone's got their RP ready for the new Space Groove skins? I know I am, HAHA ♥\n\n#leagueoflegends #nami #namileagueoflegend…"
## 
## [[2490]]
## [1] "ferjkiramman: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2491]]
## [1] "IzzyKuma66: RT @YaretziAvila1: I did it :’) #Viego #isolde #viesolde #LeagueOfLegends #ArtofLegends #theruinedking https://t.co/yFPC6puACL"
## 
## [[2492]]
## [1] "xluminouslin: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2493]]
## [1] "ALEJOlize: RT @HayashiDraws: Kayle\n\nFollow me on instagram! https://t.co/hUqLcJQ7wV\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/Y3oPhx5wQa"
## 
## [[2494]]
## [1] "RivenStore: What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/dRN5XU6q2e"
## 
## [[2495]]
## [1] "Dani_daniru: I have somehow managed to have a solitary 1 RP #LeagueOfLegends https://t.co/sFx2J8PfTu"
## 
## [[2496]]
## [1] "roguebeau: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2497]]
## [1] "xNotOrange: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2498]]
## [1] "ty0410z: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2499]]
## [1] "ElikaVioletAO3: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2500]]
## [1] "tuo_marsh: RT @YaretziAvila1: I did it :’) #Viego #isolde #viesolde #LeagueOfLegends #ArtofLegends #theruinedking https://t.co/yFPC6puACL"
## 
## [[2501]]
## [1] "Yuoneeh: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2502]]
## [1] "loonatrash22: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2503]]
## [1] "nakamuho: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2504]]
## [1] "dinkndots: RT @Samandriade: Bathing together ❤️\nFull version on @sinibiri 👁️\n#LeagueOfLegends #LeagueOfLegendsFanArt #soraka #Pantheon https://t.co/EL…"
## 
## [[2505]]
## [1] "GabyFirmo1: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2506]]
## [1] "Solus_51: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2507]]
## [1] "rooibokk: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[2508]]
## [1] "SeuArcano: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2509]]
## [1] "Sellercentral4: League of Legends 1/7 Scale Pre-Painted Figure: K/DA Ahri\nApex\n\nhttps://t.co/gd1ysuCMvd\n\n#LoLFigure #AhriFigure… https://t.co/e2XmBWvBrJ"
## 
## [[2510]]
## [1] "Marcy_Anime: RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…"
## 
## [[2511]]
## [1] "Metataros: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2512]]
## [1] "_galacticghost: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2513]]
## [1] "Scarab2256: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2514]]
## [1] "babygirIwonwoo: RT @emriikun: 🧚‍♀️ Fairy Kingdom Lux 🧚‍♀️\n\nWhen a new era of the kingdom begins all seeds will fall and the keepers of magic must be assemb…"
## 
## [[2515]]
## [1] "Hallowedseamss: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2516]]
## [1] "peachfuit: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2517]]
## [1] "HextechBrainrot: RT @Scionraccoon: Glorious\n\n#Viktor #MachineHerald #LeagueOfLegends #myart #meme #helpmepleasererghjhyrt https://t.co/n0UqZiYoiO"
## 
## [[2518]]
## [1] "babygirIwonwoo: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[2519]]
## [1] "babygirIwonwoo: RT @l0Abyss: Spirit Blossom İrelia\n#irelia #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/s4XcXnxk5E"
## 
## [[2520]]
## [1] "BlakHntR: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2521]]
## [1] "babygirIwonwoo: RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…"
## 
## [[2522]]
## [1] "AYAK4SBF: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[2523]]
## [1] "peachfuit: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2524]]
## [1] "babygirIwonwoo: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[2525]]
## [1] "OWorthyFool: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2526]]
## [1] "ArentGoob: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2527]]
## [1] "peachmagician: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2528]]
## [1] "enenn2: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2529]]
## [1] "Kioky6: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2530]]
## [1] "JohnMar92131581: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[2531]]
## [1] "babygirIwonwoo: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2532]]
## [1] "IntrinsicGames: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[2533]]
## [1] "babygirIwonwoo: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[2534]]
## [1] "MagnetGame216: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[2535]]
## [1] "uurrlt: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2536]]
## [1] "Ryouta201113: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2537]]
## [1] "RhinoMemes: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[2538]]
## [1] "_Misumii: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2539]]
## [1] "AgustinVacani: RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk"
## 
## [[2540]]
## [1] "MapacheEdgy: RT @YaretziAvila1: I did it :’) #Viego #isolde #viesolde #LeagueOfLegends #ArtofLegends #theruinedking https://t.co/yFPC6puACL"
## 
## [[2541]]
## [1] "GothgirlloverT: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2542]]
## [1] "StringsNBullets: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2543]]
## [1] "Lyonnaise101: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2544]]
## [1] "XxannamalikxX: RT @ColossusMibl: I wanted to do something charming\n\n#LeagueOfLegends #Varus https://t.co/lxeUhuihc5"
## 
## [[2545]]
## [1] "lipkiihren: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2546]]
## [1] "summerswirlarts: RT @YaretziAvila1: I did it :’) #Viego #isolde #viesolde #LeagueOfLegends #ArtofLegends #theruinedking https://t.co/yFPC6puACL"
## 
## [[2547]]
## [1] "LansDraw: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2548]]
## [1] "aleriy_: RT @YaretziAvila1: I did it :’) #Viego #isolde #viesolde #LeagueOfLegends #ArtofLegends #theruinedking https://t.co/yFPC6puACL"
## 
## [[2549]]
## [1] "GabyFirmo1: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2550]]
## [1] "S_Scout_: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2551]]
## [1] "AkutoRen: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2552]]
## [1] "baruuk_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2553]]
## [1] "LightningBaron1: RT @MakiEraclea: The coven skin line... 😌👌🏻🖤\nShould I cosplay coven LeBlanc too?\n\nPh + 3d orb @dizzymonogatari\n\n#LeagueOfLegends #ahricospl…"
## 
## [[2554]]
## [1] "LightningBaron1: RT @nymphahri: I'll show you what I'm made of ❤️‍🔥\nCan we reach at least 50 retweets? I'll share MORE photos ✨\nPh: https://t.co/tx34eB8YGm…"
## 
## [[2555]]
## [1] "sbsmdky: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2556]]
## [1] "LightningBaron1: RT @AliceinfernoCos: Photo by dear @by_yulli 💜\n#ahricosplay #ahrikda #ahri #aliceinferno #LeagueOfLegends https://t.co/s0IYIkOWeE"
## 
## [[2557]]
## [1] "LightningBaron1: RT @NekonoiKatsu: It’s #ahriversary ! ❤️❤️❤️🥳 \nI hope I can cosplay her other skin 😚😚\n—\n#nekonoikatsu #ahri #leagueoflegends #lol #ahricosp…"
## 
## [[2558]]
## [1] "LightningBaron1: RT @arisaguigui: [Cosplay] Ahri \n\nA semi-finished one, there was a problem with the props during filming, so how do I compose the orbs...…"
## 
## [[2559]]
## [1] "LightningBaron1: RT @farbenfuchs: ✨ Ruined King Ahri ✨\n📸 @ShatteredPhoto\n\n@RiotForgeDE @RiotForge @riotgames \n#Ahri #AhriCosplay #Cosplay #LeagueOfLegends h…"
## 
## [[2560]]
## [1] "LightningBaron1: RT @AppleNay_: We're gonna break the rules and hearts in twos 'cause that's what the baddest do 😘😈 • #ahri #ahricosplay #kdaahri #kdaahrico…"
## 
## [[2561]]
## [1] "Carl44lol: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2562]]
## [1] "KcalbGabriel: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2563]]
## [1] "LightningBaron1: RT @CherryPie_85: League of Legends\nKDA Ahri THE BADDEST\n\n🎤✨💖\n\nmodel. @enjyu_cos \n\n#LeagueOfLegends #lolcosplay\n#KDA #아리 #ahri #ahricosplay…"
## 
## [[2564]]
## [1] "haleyalien_: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2565]]
## [1] "jh_am1302: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2566]]
## [1] "Kvd_xxiv: xxiv: \n\nWe are in a 4 game losing streak in #LeagueOfLegends . . . THAT MUST CHANGE ! Join me while i play #Riven t… https://t.co/WvpATjD01N"
## 
## [[2567]]
## [1] "_12YK3N: @riotgames are you serious!? I cannot believe how sensitive the “ZTP” is in game. Chatting with my OWN team about k… https://t.co/QU9hTvMDR4"
## 
## [[2568]]
## [1] "RivenStore: Likes, please!!\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg… https://t.co/ath86pMqfK"
## 
## [[2569]]
## [1] "sakatemi: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2570]]
## [1] "MargaSofr: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2571]]
## [1] "VexAntidepre: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[2572]]
## [1] "sr_andypanda18: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2573]]
## [1] "PogBlossom: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2574]]
## [1] "kilistent: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2575]]
## [1] "Faeyrinn_: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2576]]
## [1] "MattockMechanic: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2577]]
## [1] "ArthaielEng: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2578]]
## [1] "xOttoMatic: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2579]]
## [1] "ZaptyzXD: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2580]]
## [1] "Armanditto100: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2581]]
## [1] "Chechii_Chepito: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[2582]]
## [1] "mathrookie: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[2583]]
## [1] "Carolin26512460: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2584]]
## [1] "helloducky7: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2585]]
## [1] "InfectedMew: RT @OGGIHelga: #LeagueOfLegends #Ezreal #stripgame \n\nso..what is it, Ez? https://t.co/eSRG0Y9794"
## 
## [[2586]]
## [1] "SoroDaBlob: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2587]]
## [1] "InfectedMew: RT @OGGIHelga: #LeagueOfLegends #Ezreal #Stripgame \n\nfinally https://t.co/YvPodcRjDV"
## 
## [[2588]]
## [1] "TidalWavesLion: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2589]]
## [1] "MtsCarmesim: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2590]]
## [1] "VintageAron: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2591]]
## [1] "holy_ngao: RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…"
## 
## [[2592]]
## [1] "GamerSonnie: This week's schedule! A whole bunch of snow this week so that might change plans a little this week! But I will be… https://t.co/w8rudwYkvp"
## 
## [[2593]]
## [1] "StrongFoxie13: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2594]]
## [1] "duckyzequack: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2595]]
## [1] "mimiendos: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2596]]
## [1] "Lark_Baudelaire: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[2597]]
## [1] "lunasie_vamp: Yuumi is a really good champion for people with disabilities. I hope the new rework doesn't mess with that. #league #LeagueOfLegends"
## 
## [[2598]]
## [1] "machfawnthree: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2599]]
## [1] "marivayne: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2600]]
## [1] "nomoreesports_: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2601]]
## [1] "nomoreesports_: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2602]]
## [1] "KazandPaz: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2603]]
## [1] "guacemoly: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2604]]
## [1] "feernobb: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2605]]
## [1] "thegirlwithotps: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2606]]
## [1] "Fructose_39: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2607]]
## [1] "Haabibic: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2608]]
## [1] "Darksword255: Jungler problems #LeagueOfLegends https://t.co/z6qoFJCdld"
## 
## [[2609]]
## [1] "Virana74024290: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2610]]
## [1] "xKiilash: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2611]]
## [1] "LeNyanPurrr: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2612]]
## [1] "mustyOwO: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[2613]]
## [1] "Gwen_The_Derp: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2614]]
## [1] "kizuxiie: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2615]]
## [1] "coffeecottn: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2616]]
## [1] "Neuroify: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2617]]
## [1] "Chiccharron____: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2618]]
## [1] "Micchonstars: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2619]]
## [1] "KuAksoft: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2620]]
## [1] "KuAksoft: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2621]]
## [1] "wafflemiks: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2622]]
## [1] "Vailynn__: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2623]]
## [1] "tsubasabless: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2624]]
## [1] "pikachuelpirata: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2625]]
## [1] "CaitViWhore: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2626]]
## [1] "dvm351974: RT @ibonedrawhentai: Zoe creadora de mitos \n.\n\n❤️       ≡       ➭    ⌂\nᴸⁱᵏᵉ  ᶜᵒᵐᵐᵉⁿᵗ  ˢʰᵃʳᵉ  ˢᵃᵛᵉ\n.\n#LeagueOfLegends #zoe #zoelol #fanart #…"
## 
## [[2627]]
## [1] "CommanderSquee: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2628]]
## [1] "BiancaLindonel4: RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…"
## 
## [[2629]]
## [1] "MineVoidMC: RT @DeSpawn3d: Talk about a close call on #LeagueOfLegends! I got bailed out!\n#YouTube #Twitch #streamer #gaming #clutch https://t.co/jyuCN…"
## 
## [[2630]]
## [1] "MrLagTheKing: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2631]]
## [1] "MineVoidMC: RT @Lazylizard_LOL: #LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #lol #streaming #streamer #gaming #gamer #riot #RiotGames #l…"
## 
## [[2632]]
## [1] "leankuroneko: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2633]]
## [1] "CaitViWhore: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2634]]
## [1] "TAMNALUX: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2635]]
## [1] "Iya_Marilyn: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2636]]
## [1] "JeanneBestRuler: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2637]]
## [1] "PeridotNunes: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[2638]]
## [1] "Sulkyfridge01: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2639]]
## [1] "Blissium1: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2640]]
## [1] "Nanopnanop: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[2641]]
## [1] "leankuroneko: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2642]]
## [1] "LadyVickytoria: RT @Samandriade: She's doing her best...\n#LeagueOfLegends #LeagueOfLegendsFanArt #Pantheon #soraka https://t.co/1Jxx8v2DTc"
## 
## [[2643]]
## [1] "Loonie090: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2644]]
## [1] "LadyVickytoria: RT @Samandriade: Headcanon time\nZoe likes to sleep cuddling in Soraka's lap 💤💤\n#LeagueOfLegends #LeagueOfLegendsFanArt #zoe #soraka https:/…"
## 
## [[2645]]
## [1] "Akiataff: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2646]]
## [1] "sindavar33: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2647]]
## [1] "soggie_goblin: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2648]]
## [1] "Fionn_23: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2649]]
## [1] "AlezzKY: RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP"
## 
## [[2650]]
## [1] "Lazylizard_LOL: #LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #lol #streaming #streamer #gaming #gamer #riot… https://t.co/MfNCqwjg8V"
## 
## [[2651]]
## [1] "R6plUl: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2652]]
## [1] "HibikiTodorokiV: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2653]]
## [1] "jinxghost_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2654]]
## [1] "k1ekaa: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2655]]
## [1] "yoou_haruna: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[2656]]
## [1] "Evisamora: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2657]]
## [1] "UrelemDX1: RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…"
## 
## [[2658]]
## [1] "limblless_art: RT @NIJISE_: I HAVE 2 SIDES\n.\nNeeko and Viego, my mains in lol \n#viego #neeko #ArtofLegends #LeagueOfLegends https://t.co/VDGU3MNtoh"
## 
## [[2659]]
## [1] "KOOPATROOPRT: RT @Mister_Deranged: I'm not wearing pants, or am I? Playing with viewers of all levels, from pro to beginner. \n\nhttps://t.co/d9OFvvygJ5\n\n#…"
## 
## [[2660]]
## [1] "UKGC1246: Zac support feels so op #LeagueOfLegends #gamingcommunity #leaguetwt"
## 
## [[2661]]
## [1] "limblless_art: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[2662]]
## [1] "SonneKaeya: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2663]]
## [1] "_Meduka: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2664]]
## [1] "vreiskph: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2665]]
## [1] "kim_shakek: RT @Onezeroisten: I AM WINNING!!! #LeagueOfLegends https://t.co/M1qpySfwAT"
## 
## [[2666]]
## [1] "AlexissEdith: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2667]]
## [1] "Akatsukiman15: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2668]]
## [1] "momiko_dayo: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2669]]
## [1] "Truslei: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2670]]
## [1] "Justathrowlol: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[2671]]
## [1] "sequestrata_: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[2672]]
## [1] "SandyEs15186927: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2673]]
## [1] "sophiamap_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2674]]
## [1] "LOL_Art_Bot: RT @Lewd47991297: New year Ahri\n#ahri #LeagueOfLegendsFanArt #leagueoflegends #ArtistOnTwitter #ArtofLegends #NewYear https://t.co/UaxupCZo…"
## 
## [[2675]]
## [1] "AnomigL: #LeagueOfLegends  hello https://t.co/WnSDFDySzs"
## 
## [[2676]]
## [1] "PROJECTJhin: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2677]]
## [1] "RabiidAngel: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2678]]
## [1] "PotatoDevil2: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2679]]
## [1] "LightningBaron1: RT @enjyu_cos: 【cos】 \n\nLeague of Legends\nKDA 아리 THE BADDEST\n\n🎤🎤🎤\n\nPhoto by. @CherryPie_85💕\n━━━━━━━━━━━━━━━\n#LeagueOfLegends #lolcosplay\n#KD…"
## 
## [[2680]]
## [1] "LightningBaron1: RT @hellyvalentine_: How did you spend you Valentine’s Day?💖\n\nWas it perfect date or maybe it wasn’t special day for you~ \n\n#ahri #ahricosp…"
## 
## [[2681]]
## [1] "LightningBaron1: RT @hellyvalentine_: I’m thinking about new Ahri cosplay, but I can’t choose the outfit. \nAny recommendations?❤️\n\n#ahri #LeagueOfLegends #A…"
## 
## [[2682]]
## [1] "443Eze: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2683]]
## [1] "LightningBaron1: RT @remmony: OMG just loooook at the result!!✨✨✨\n\n#ahricosplay #ahri #spiritblossom #LeagueofLegends #kdacosplay https://t.co/RxXlUfGjia"
## 
## [[2684]]
## [1] "FRCretweets: RT @DeSpawn3d: Talk about a close call on #LeagueOfLegends! I got bailed out!\n#YouTube #Twitch #streamer #gaming #clutch https://t.co/jyuCN…"
## 
## [[2685]]
## [1] "DeSpawn3d: Talk about a close call on #LeagueOfLegends! I got bailed out!\n#YouTube #Twitch #streamer #gaming #clutch https://t.co/jyuCNX4UH5"
## 
## [[2686]]
## [1] "monoakasi: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2687]]
## [1] "opalcoyote: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2688]]
## [1] "no96990404: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2689]]
## [1] "KraxlerFox: RT @ProjectAiyoh: Christmas Ahri ☃️ Listened to Twice “Doughnut” while creating this 😊 #Ahri #LeagueOfLegends #LeagueOfLegendsArt #doodle h…"
## 
## [[2690]]
## [1] "KraxlerFox: RT @Lewd47991297: New year Ahri\n#ahri #LeagueOfLegendsFanArt #leagueoflegends #ArtistOnTwitter #ArtofLegends #NewYear https://t.co/UaxupCZo…"
## 
## [[2691]]
## [1] "LYCA0N: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2692]]
## [1] "krissibarks: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2693]]
## [1] "CaravanLurker: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[2694]]
## [1] "Lewd47991297: New year Ahri\n#ahri #LeagueOfLegendsFanArt #leagueoflegends #ArtistOnTwitter #ArtofLegends #NewYear https://t.co/UaxupCZoJt"
## 
## [[2695]]
## [1] "froggiehands: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2696]]
## [1] "lillylimm: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2697]]
## [1] "sequestrata_: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2698]]
## [1] "MerelyMoore: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2699]]
## [1] "yokumka: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2700]]
## [1] "LOL_Art_Bot: RT @ibonedrawhentai: Zoe creadora de mitos \n.\n\n❤️       ≡       ➭    ⌂\nᴸⁱᵏᵉ  ᶜᵒᵐᵐᵉⁿᵗ  ˢʰᵃʳᵉ  ˢᵃᵛᵉ\n.\n#LeagueOfLegends #zoe #zoelol #fanart #…"
## 
## [[2701]]
## [1] "yokumka: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2702]]
## [1] "astro_kitsu: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2703]]
## [1] "Wolfrayne17: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[2704]]
## [1] "Ryklonprime: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2705]]
## [1] "virksie: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2706]]
## [1] "THEDOMI98: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[2707]]
## [1] "SinnamenDelarte: If I send you a 3* with max items and ask you to send it back cus I wanna re do the items… send it back 😭😭😭#TFT #LeagueOfLegends"
## 
## [[2708]]
## [1] "Aumtimus: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2709]]
## [1] "Raychel_Draws: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[2710]]
## [1] "ibonedrawhentai: RT @ibonedrawhentai: Zoe creadora de mitos \n.\n\n❤️       ≡       ➭    ⌂\nᴸⁱᵏᵉ  ᶜᵒᵐᵐᵉⁿᵗ  ˢʰᵃʳᵉ  ˢᵃᵛᵉ\n.\n#LeagueOfLegends #zoe #zoelol #fanart #…"
## 
## [[2711]]
## [1] "ibonedrawhentai: Zoe creadora de mitos \n.\n\n❤️       ≡       ➭    ⌂\nᴸⁱᵏᵉ  ᶜᵒᵐᵐᵉⁿᵗ  ˢʰᵃʳᵉ  ˢᵃᵛᵉ\n.\n#LeagueOfLegends #zoe #zoelol… https://t.co/rgpMju3Iyu"
## 
## [[2712]]
## [1] "sanha666: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2713]]
## [1] "nomoreesports_: RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf"
## 
## [[2714]]
## [1] "Belzagat: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2715]]
## [1] "Kurono_Gaara: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2716]]
## [1] "IntrinsicGames: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[2717]]
## [1] "IanMika15: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2718]]
## [1] "Loonie090: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2719]]
## [1] "Homeboy_226: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[2720]]
## [1] "KrimsonMaiden: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2721]]
## [1] "Thanadess: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[2722]]
## [1] "ArtLaceDreams: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2723]]
## [1] "rakanpaws: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2724]]
## [1] "micsouleater: RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce"
## 
## [[2725]]
## [1] "gambacchino: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[2726]]
## [1] "HexxedWriter: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2727]]
## [1] "Catmint7777777: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2728]]
## [1] "Lansuuw: Sick W Flash on jhin to clean up ‼️\n#LeagueOfLegends #Adc #StreamerCommunity #ContentCreator https://t.co/wCdKFAscuT"
## 
## [[2729]]
## [1] "Liddell_FinchAG: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2730]]
## [1] "_moonclairs: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2731]]
## [1] "sorie_meow: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2732]]
## [1] "connorgetsownd: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2733]]
## [1] "_vaizravana: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2734]]
## [1] "poisonbatcat: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2735]]
## [1] "FOkamiaka: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2736]]
## [1] "CosplayBuzz: Seraphine | League of Legends 💕💕\nInstagram: @mellnogas\nWig Style: TBZ1169\n✨https://t.co/qC5GmPq7Gh\n\n#cosplaybuzz… https://t.co/X6Lw9LhW5h"
## 
## [[2737]]
## [1] "Kaethuhlu: RT @summerswirlarts: He's looking for Kalista 🥺❤️\n\n#ledros #LeagueOfLegends #ArtofLegends https://t.co/4wfH5zdAic"
## 
## [[2738]]
## [1] "LoLMemesBot: Sure is\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios… https://t.co/3iPclkVaUa"
## 
## [[2739]]
## [1] "HQC_Plays: Trying this again! https://t.co/FFxjGNUcVO! QotD: What was the best game released this year? #twitch #twitchstream #LeagueOfLegends"
## 
## [[2740]]
## [1] "CheatsAwesome: https://t.co/cdatFTCVbY\n\nLeague Of Legends Wild Rift Game Online Generator Hack Cheat\n\n#wildrift #leagueoflegends… https://t.co/lEFYIQxixy"
## 
## [[2741]]
## [1] "Hasenreag: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2742]]
## [1] "artchronicles_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2743]]
## [1] "jandrereserva: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2744]]
## [1] "LOL_Art_Bot: RT @QuickestSylv: played league today #LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios #Alune https://t.co/tC14OhVryS"
## 
## [[2745]]
## [1] "messy_diglett: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2746]]
## [1] "chuunyuyu: RT @Moondustina: 🎀 #commission I did a while ago 💗 \n\n#leagueoflegends #cafecuties #soraka #tft https://t.co/yctA4Iwowm"
## 
## [[2747]]
## [1] "TheExtah: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2748]]
## [1] "chuunyuyu: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2749]]
## [1] "HygaraS: RT @hanabisocks: my baby girls fav ship apparently\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #RaXayah #RakanFanart #XayahFanart #RaXayahFana…"
## 
## [[2750]]
## [1] "alto_joshua: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[2751]]
## [1] "ProjectAiyoh: Christmas Ahri ☃️ Listened to Twice “Doughnut” while creating this 😊 #Ahri #LeagueOfLegends #LeagueOfLegendsArt… https://t.co/fr4f1VX36f"
## 
## [[2752]]
## [1] "mastermepp: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2753]]
## [1] "K0hnM: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[2754]]
## [1] "FellHound_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2755]]
## [1] "PogBlossom: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2756]]
## [1] "HygaraS: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2757]]
## [1] "PppizzaRolls: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2758]]
## [1] "Ninv_: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2759]]
## [1] "Lwasunavailable: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2760]]
## [1] "BaphometCosplay: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[2761]]
## [1] "hollowparvus: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2762]]
## [1] "PogBlossom: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[2763]]
## [1] "kikyker: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2764]]
## [1] "SpaceDrinks: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2765]]
## [1] "Cryz_Ekisde: RT @lPopotrix: POV: You are living the best date of your life\n\nBut Vex wanted a Happy Meal Box...\n\n#ArtofLegends #LeagueOfLegends #LeagueOf…"
## 
## [[2766]]
## [1] "Lunarkinesis: RT @riseiuriel: Another LOL fanart. And this time it's Sona 🥳🥳...\n\nSo happy that I did pull it off, it's hard for me at first since Im into…"
## 
## [[2767]]
## [1] "Lunarkinesis: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[2768]]
## [1] "gappy_shen: RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf"
## 
## [[2769]]
## [1] "PunpunPyo: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2770]]
## [1] "Strawbunny2077: RT @QuickestSylv: played league today #LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios #Alune https://t.co/tC14OhVryS"
## 
## [[2771]]
## [1] "QuickestSylv: played league today #LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios #Alune https://t.co/tC14OhVryS"
## 
## [[2772]]
## [1] "supersparta333: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2773]]
## [1] "CorrinMaya: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2774]]
## [1] "avalanchezz: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2775]]
## [1] "Crissawa: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2776]]
## [1] "cosmicjirachi: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2777]]
## [1] "KyRiiee4: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2778]]
## [1] "shikitohru: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2779]]
## [1] "kryzetano: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2780]]
## [1] "YeoReum56993351: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2781]]
## [1] "RivenStore: How ya doin`?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg… https://t.co/3F8ow6a4iX"
## 
## [[2782]]
## [1] "Yewyii: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2783]]
## [1] "DeerSkin27: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2784]]
## [1] "Justathrowlol: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2785]]
## [1] "jddhjej6969: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2786]]
## [1] "FRCretweets: RT @CaTTe__: feral little shit #LeagueOfLegends #twitch https://t.co/ddQMJPyiO7"
## 
## [[2787]]
## [1] "IntrinsicGames: RT @CaTTe__: feral little shit #LeagueOfLegends #twitch https://t.co/ddQMJPyiO7"
## 
## [[2788]]
## [1] "IntrinsicGames: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[2789]]
## [1] "luxdodi3be: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[2790]]
## [1] "Navin_chan: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2791]]
## [1] "OrganicalCat: RT @CaTTe__: feral little shit #LeagueOfLegends #twitch https://t.co/ddQMJPyiO7"
## 
## [[2792]]
## [1] "Pasta_al_tonno_: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2793]]
## [1] "windowwisteria: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2794]]
## [1] "ckreater: LEAGUE OF LEGENDS GOLD GENERATOR #lol #gaming #videogames #streamer #highlights #stream #leagueoflegends #fyp #fypツ… https://t.co/wVr5pAzi1F"
## 
## [[2795]]
## [1] "PeachyVision: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2796]]
## [1] "sio_wave: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2797]]
## [1] "fellfromheaven2: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2798]]
## [1] "LesbianReptile: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[2799]]
## [1] "AsheSoy: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2800]]
## [1] "GPirate12: RT @_another_tina_: You know how younger siblings are...\nAlso thank you so much for 6k followers! 💖🥹\n\n.\n#Jinx #Ezreal #Caitvi #LeagueOfLege…"
## 
## [[2801]]
## [1] "kphwu7554h3_hg: RT @artbaldur: \"Jinx? Stands for Jinx! Durr.\"\n✨\n\n#Jinx #LeagueOfLegends #illustration #art #comissionsopen #ArtistOnTwitter #90sArt https:/…"
## 
## [[2802]]
## [1] "IntrinsicGames: RT @Moon_Cultist: Cool clip from today's stream! Some guys got ORNNED #LeagueOfLegends https://t.co/1VCVwPgduv"
## 
## [[2803]]
## [1] "Moon_Cultist: Cool clip from today's stream! Some guys got ORNNED #LeagueOfLegends https://t.co/1VCVwPgduv"
## 
## [[2804]]
## [1] "hollowparvus: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2805]]
## [1] "verysafeforarty: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2806]]
## [1] "Dulmater: NickyBoi: The Lore of Every LoL Champion Dumbed Down To A Single Setence! https://t.co/4UZN0HePt1 #YouTube #Gaming… https://t.co/GRYWhKP8ED"
## 
## [[2807]]
## [1] "bunniyspit: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2808]]
## [1] "mie77014827: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2809]]
## [1] "RABIESGIR1L: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2810]]
## [1] "val_cainx: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2811]]
## [1] "zlemonpie: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2812]]
## [1] "BungusLover: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[2813]]
## [1] "daweaselbass: RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #mad #late #game #kyle #gg #1vs3 #fun #baron #buff #play #…"
## 
## [[2814]]
## [1] "ValVolinori1944: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2815]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 02:30 (Hora ESP)🔥\n\n🥇 #ElmiilloR➖Viewers: 5.558\n🥈 #BarbaKahn➖Viewers: 4.424… https://t.co/tdqyJbM668"
## 
## [[2816]]
## [1] "GenderDruid420: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2817]]
## [1] "Isthefickleone: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2818]]
## [1] "kinako_077: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2819]]
## [1] "StarIoannis25: RT @ProjectAiyoh: Sett Gym Selfie 🤳  #Sett #nsfwart #bara #LeagueOfLegends https://t.co/mWhQ5YVfpa"
## 
## [[2820]]
## [1] "_IvyAi: Damn why is it so hard to get the last champ to a 3 star champ for this TFT \"the old guard\" mission. #tft… https://t.co/mXxNrBq36W"
## 
## [[2821]]
## [1] "victorius_ana: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[2822]]
## [1] "LOL_Art_Bot: RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…"
## 
## [[2823]]
## [1] "Biscoittin1: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2824]]
## [1] "VisFavgauntlet: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2825]]
## [1] "EmeraldPSD: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[2826]]
## [1] "HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune… https://t.co/fu3xWUu8Qv"
## 
## [[2827]]
## [1] "zNathuszzz: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2828]]
## [1] "drxgss8: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2829]]
## [1] "DrLokki: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2830]]
## [1] "Ninv_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2831]]
## [1] "manby2121: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2832]]
## [1] "KyRiiee4: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2833]]
## [1] "SilverAMeowmeow: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2834]]
## [1] "Sc4rl3t_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2835]]
## [1] "larcmaia: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2836]]
## [1] "fladporte: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2837]]
## [1] "Jjft645: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2838]]
## [1] "kataluxie: RT @dinkndots: i remember not liking this one when i drew it but looking back?? i think it's really pretty, idk. \n#ArtofLegends #LeagueOfLe…"
## 
## [[2839]]
## [1] "DoujinMaster69: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2840]]
## [1] "MineVoidMC: RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #mad #late #game #kyle #gg #1vs3 #fun #baron #buff #play #…"
## 
## [[2841]]
## [1] "Keitane_: RT @ArtyiesLeague: Project #Irelia Fanart by Øld_K on ArtStation,\nlink below⬇\n\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt https:…"
## 
## [[2842]]
## [1] "Keitane_: RT @ArtyiesLeague: Star Guardian #Kaisa by chuan c on ArtStation, \nlink below⬇\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt https:…"
## 
## [[2843]]
## [1] "PXNDX83926: RT @shapy_wa: mythmaker irelia 😳🍑 nsfw set with mini comic here https://t.co/8zBk0uIJnj 🖤 #mythmaker #irelia #LeagueOfLegends #fanart #art…"
## 
## [[2844]]
## [1] "CAlTVl: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2845]]
## [1] "MoItenManiac: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2846]]
## [1] "aevallare: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2847]]
## [1] "Samyc_2014: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2848]]
## [1] "IntrinsicGames: RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…"
## 
## [[2849]]
## [1] "sincophant: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2850]]
## [1] "IntrinsicGames: RT @_galacticghost: \"Let me guide you.\"\n\n#HolMat2022 #LeagueOfLegends #soraka #cosplayergirl https://t.co/FKiN3D4nxl"
## 
## [[2851]]
## [1] "Nagiisa707: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[2852]]
## [1] "cxzw1234567890: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2853]]
## [1] "MidnightsCos: RT @_galacticghost: \"Let me guide you.\"\n\n#HolMat2022 #LeagueOfLegends #soraka #cosplayergirl https://t.co/FKiN3D4nxl"
## 
## [[2854]]
## [1] "PecanSanVT: RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…"
## 
## [[2855]]
## [1] "green_ram7: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[2856]]
## [1] "KArchetti: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[2857]]
## [1] "EthheRegerge: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[2858]]
## [1] "Fernand01625188: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2859]]
## [1] "LOL_Art_Bot: RT @myrrhneo: he is 😳\n#LeagueOfLegends #LeagueOfLegendsFanArt #Yone https://t.co/ouL0QxGGnM"
## 
## [[2860]]
## [1] "streamerwallcom: RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #mad #late #game #kyle #gg #1vs3 #fun #baron #buff #play #…"
## 
## [[2861]]
## [1] "Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #mad #late #game #kyle #gg #1vs3 #fun #baron #buff… https://t.co/92DYluWGnr"
## 
## [[2862]]
## [1] "LOL_Art_Bot: RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…"
## 
## [[2863]]
## [1] "naeunvlog: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2864]]
## [1] "maiddonart: RT @dinkndots: i remember not liking this one when i drew it but looking back?? i think it's really pretty, idk. \n#ArtofLegends #LeagueOfLe…"
## 
## [[2865]]
## [1] "Simpgamer01: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2866]]
## [1] "akali_lover: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2867]]
## [1] "myrrhneo: he is 😳\n#LeagueOfLegends #LeagueOfLegendsFanArt #Yone https://t.co/ouL0QxGGnM"
## 
## [[2868]]
## [1] "thegentlesadman: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2869]]
## [1] "Mister_Deranged: I'm not wearing pants, or am I? Playing with viewers of all levels, from pro to beginner. \n\nhttps://t.co/d9OFvvygJ5… https://t.co/RBy8M33aNY"
## 
## [[2870]]
## [1] "MoB12027886: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2871]]
## [1] "Ragz_Melody: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2872]]
## [1] "__kirene: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[2873]]
## [1] "Raychel_Draws: RT @KuroNekoKimiArt: tried painting Little Demon Tristana back in 2019 #LeagueOfLegends #LeagueOfLegendsFanArt #tristana https://t.co/C9csf…"
## 
## [[2874]]
## [1] "Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #senna#top #new #tank #gg #win #game #bot #push #fun… https://t.co/f4GNv0gq9c"
## 
## [[2875]]
## [1] "SrirachaWhale: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2876]]
## [1] "LoLMemesBot: Mission failed, on to the next\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/3WfjW7H3XG"
## 
## [[2877]]
## [1] "DarkVexon: RT @pandoorawr_: In my Ahri phase💕✌️ #ahri #spiritblossom #LeagueOfLegends #fanart https://t.co/YvikrbSnRh"
## 
## [[2878]]
## [1] "Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends… https://t.co/nxjNh6H9Hs"
## 
## [[2879]]
## [1] "xNotOrange: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2880]]
## [1] "jamekungOwO: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2881]]
## [1] "frann_boo: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2882]]
## [1] "KaguXIII: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2883]]
## [1] "VintageAron: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2884]]
## [1] "Yordetta: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2885]]
## [1] "PUNPUN0N0DERA: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2886]]
## [1] "moonxpov: RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy"
## 
## [[2887]]
## [1] "InkuGrim: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2888]]
## [1] "RickKisaragi: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2889]]
## [1] "meungsoul: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2890]]
## [1] "halfmx: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2891]]
## [1] "vistands4violet: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2892]]
## [1] "possumshanty: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2893]]
## [1] "navorispath: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2894]]
## [1] "IntrinsicGames: RT @thatfrenchhorn: @Eclipse_Phalanx here u go! #pantheon #aphelios #leagueoflegends #lolfanfic #fanfiction #fanfic #minifics https://t.co/…"
## 
## [[2895]]
## [1] "rockstarxby: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2896]]
## [1] "IntrinsicGames: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2897]]
## [1] "___Youmi___: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2898]]
## [1] "gaberoidthe2nd: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2899]]
## [1] "Eclipse_Phalanx: RT @thatfrenchhorn: @Eclipse_Phalanx here u go! #pantheon #aphelios #leagueoflegends #lolfanfic #fanfiction #fanfic #minifics https://t.co/…"
## 
## [[2900]]
## [1] "RalConchas2: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[2901]]
## [1] "Phytos10: RT @Nanal0l: 🎉HELLO ANY GAMERS AROUND? Stream is live after a 2 day break 😎\n\nTwitch . tv / Nana\n\n#leagueoflegends #twitch #twitchtv #twitch…"
## 
## [[2902]]
## [1] "Wetaanya1: RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2903]]
## [1] "Ty75217357: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2904]]
## [1] "smakadopolis: Tuesday League, on Tuesday. Cause that's the schedule. \nhttps://t.co/l8XcEyvEwC\n#leagueoflegends"
## 
## [[2905]]
## [1] "themermaidstyx: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2906]]
## [1] "AriiOxenfree: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2907]]
## [1] "PlayShareStar: The eternal root\n🎬LOL COTD\n\n#morgana #leagueoflegends #argentina #ncaa #sports #esports #lol #lolclips #videogames… https://t.co/ID50FrJMRz"
## 
## [[2908]]
## [1] "Eclipse_Phalanx: RT @Samandriade: Stargazer Pantheon 🌠\nCommission for @galacticmafia \n#LeagueOfLegends #pantheon #Commission https://t.co/mOhzn0zI9G"
## 
## [[2909]]
## [1] "DrunkInSorrows: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2910]]
## [1] "AsswecanSenpai: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2911]]
## [1] "MikhelaRosko: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2912]]
## [1] "IntrinsicGames: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[2913]]
## [1] "arcaneekko: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2914]]
## [1] "IntrinsicGames: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2915]]
## [1] "Toriatte0926: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2916]]
## [1] "pireputo: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2917]]
## [1] "Cesaron59: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[2918]]
## [1] "SaqiUwU: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2919]]
## [1] "Soyeahhh_: Saying top diff at the end of the game as i fed throughout #LeagueOfLegends https://t.co/kxdDegdh0W"
## 
## [[2920]]
## [1] "FrekiBite: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2921]]
## [1] "Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C"
## 
## [[2922]]
## [1] "Peachhbaby: @zainabjiwa @spidereyez1 Diana is that you? #leagueoflegends \nVery beautiful! 🥰🥰 https://t.co/V94pesxm9j"
## 
## [[2923]]
## [1] "minkerfoils: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2924]]
## [1] "LabarreTheo: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2925]]
## [1] "ac3orsai: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[2926]]
## [1] "Aleramtz2: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2927]]
## [1] "SwordsManYasuo: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2928]]
## [1] "Royen122: League of Swamps until I got raid // Subathon day 1 to raise money for my schooling \n#ENVtubers  #Vtubers… https://t.co/vSztkt7Khf"
## 
## [[2929]]
## [1] "dinkndots: RT @dinkndots: i remember not liking this one when i drew it but looking back?? i think it's really pretty, idk. \n#ArtofLegends #LeagueOfLe…"
## 
## [[2930]]
## [1] "loreofruneterra: They should Change Kai’sa lore so she is older when she feel into the Void.: I think that Kai’sa sexual design is u… https://t.co/GrhEoGLFTs"
## 
## [[2931]]
## [1] "satanherselfff: [420] Back to League plays !discord !tiktok https://t.co/RFdVg2Z7HY\n#league #lol #leagueoflegends #live… https://t.co/JXjmcsy0H8"
## 
## [[2932]]
## [1] "mieIIa_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2933]]
## [1] "merya1891: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2934]]
## [1] "NoirLadyever: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2935]]
## [1] "MknD_Jos: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[2936]]
## [1] "AvatriceGrdlhrk: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[2937]]
## [1] "AkutoRen: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2938]]
## [1] "SteffenRenger: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[2939]]
## [1] "AvatriceGrdlhrk: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2940]]
## [1] "ClaraTehKitty: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2941]]
## [1] "Nesstg_C: RT @w_r_y_y_y_t_o: #leagueoflegends #Kindred \nkinda alive again https://t.co/nEDWqaMg0J"
## 
## [[2942]]
## [1] "kenmanism: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2943]]
## [1] "Mitsuriaa: RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…"
## 
## [[2944]]
## [1] "Arcanemachine1: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2945]]
## [1] "Keitane_: RT @MEIz_uwu: Happy Birthday my love 🥹🫶\n\n#Ahri #LeagueOfLegends #LeagueOfLegendsFanart #LeagueOfLegendsArt #ArtofLegends https://t.co/FJigV…"
## 
## [[2946]]
## [1] "Keitane_: RT @LuhualaArt: Portrait study\n#Ahri #LeagueOfLegends #artoflegends #digitalart #LeagueOfLegendsFanArt https://t.co/6pvK1zLlVQ"
## 
## [[2947]]
## [1] "_usagi_haruhi_: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2948]]
## [1] "legendas_brasil: RT @emriikun: 💫 Star Guardian Seraphine &amp; Bao 💫\n\nGroup collab between @richydraws @yumedoni and Me! (@emriikun) \n\nRichy and Emre worked on…"
## 
## [[2949]]
## [1] "EXlink32: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[2950]]
## [1] "RaiStar18: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2951]]
## [1] "Keitane_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2952]]
## [1] "RdcUw: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2953]]
## [1] "Angelkat77: Let's play some games with everyone :3 Chill games and fun times. #Vtubers #LeagueOfLegends \n\nhttps://t.co/gBKuMCNYe9"
## 
## [[2954]]
## [1] "marytweetsmtms: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2955]]
## [1] "yourkilljoys: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2956]]
## [1] "iisazora: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2957]]
## [1] "Fazbott: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2958]]
## [1] "sandralamador1: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[2959]]
## [1] "FoxySuzune: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2960]]
## [1] "gunsforcait: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2961]]
## [1] "transcendentlux: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[2962]]
## [1] "lovely_protagon: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[2963]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 01:20 (Hora ESP)🔥\n\n🥇 #Nissaxter➖Viewers: 4.280\n🥈 #ElOjoNinja➖Viewers: 1.24… https://t.co/Ih1HVoACuJ"
## 
## [[2964]]
## [1] "Naphatchaya10: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2965]]
## [1] "monnnsseee: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2966]]
## [1] "viesolde: RT @summerswirlarts: He's looking for Kalista 🥺❤️\n\n#ledros #LeagueOfLegends #ArtofLegends https://t.co/4wfH5zdAic"
## 
## [[2967]]
## [1] "Tsukiomi: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2968]]
## [1] "_zeemug_: RT @Spiny0ctopus: #LeagueOfLegends #artoflegends #leedyr\n\nHowling abyss gang ✨ https://t.co/Tv0sia0YiJ"
## 
## [[2969]]
## [1] "ZacharyFry505: So much mean jargon\nI am building Teflon skin,\nOne loss at a time.\n#haiku98 #haikuchallenge #haikufeels #haiku #LeagueOfLegends"
## 
## [[2970]]
## [1] "PlumedPunisher: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[2971]]
## [1] "LOL_Art_Bot: RT @hanabisocks: my baby girls fav ship apparently\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #RaXayah #RakanFanart #XayahFanart #RaXayahFana…"
## 
## [[2972]]
## [1] "itmebebii: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[2973]]
## [1] "bittyburrito: RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…"
## 
## [[2974]]
## [1] "_zeemug_: RT @LaSungaDeAatrox: New and official Udyr lore (very real)\n\n#LeagueOfLegends #Udyr #LeeSin https://t.co/yaVDHAZEoM"
## 
## [[2975]]
## [1] "ZacharyFry505: Jungle gap, mid gap\nFlame your squad, they're in the wrong\nGive up too early.\n#haiku97 #haikuchallenge #haikufeels #haiku #LeagueOfLegends"
## 
## [[2976]]
## [1] "kuristiandiorkk: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2977]]
## [1] "hanabisocks: my baby girls fav ship apparently\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #RaXayah #RakanFanart #XayahFanart… https://t.co/90WIT0oMBs"
## 
## [[2978]]
## [1] "ibonedrawhentai: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2979]]
## [1] "TTVBrianFRG: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2980]]
## [1] "JoulkerM: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2981]]
## [1] "ZacharyFry505: Addiction? Maybe\nForever climbing ranked que\nIt's my teammate's fault.\n#haiku96 #haikuchallenge #haikufeels #haiku #LeagueOfLegends"
## 
## [[2982]]
## [1] "_zeemug_: RT @enzo_spagnuolo: A little sketch I did while waiting for Newdyr to drop on live servers. Man's looking great!\n#LeagueOfLegends #ArtofLeg…"
## 
## [[2983]]
## [1] "fsundae55: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2984]]
## [1] "GabTheBigBully: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[2985]]
## [1] "fangerriffic: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2986]]
## [1] "Punpress: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2987]]
## [1] "_zeemug_: RT @noisecat610: Big cat🌸\n\n#settphel  #SpiritBlossom2022 #LeagueOfLegends #sett #aphelios https://t.co/7PdKodCfzg"
## 
## [[2988]]
## [1] "jinx_kinner: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[2989]]
## [1] "Punpress: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2990]]
## [1] "_zeemug_: RT @NelluDopp: Now they're together \n#Settphel #Aphelios #sett #LeagueOfLegends #fanart https://t.co/s6uj4jBwAt"
## 
## [[2991]]
## [1] "Elispillowfort: Going live now! last time before Christmas!! get in here and wish me luck on my #GenshinImpact pulls then come play… https://t.co/hu4ukI6BfW"
## 
## [[2992]]
## [1] "_zeemug_: RT @jabroell2: he cooked it... 😳🍲\n\n#sett #aphelios #Settphel #LeagueOfLegends #ArtofLegends https://t.co/IwKjVRwAg6"
## 
## [[2993]]
## [1] "campesnap: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2994]]
## [1] "angeeelsw: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2995]]
## [1] "VatsOfGoop: RT @_galacticghost: \"Let me guide you.\"\n\n#HolMat2022 #LeagueOfLegends #soraka #cosplayergirl https://t.co/FKiN3D4nxl"
## 
## [[2996]]
## [1] "Linialomdil: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2997]]
## [1] "3carasnumamoto: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[2998]]
## [1] "XSaphira2: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[2999]]
## [1] "osodog12: RT @NsNapk1: Ayyeee! Thank you for the overwhelming love for my depiction of a plus-sized #Alune!~ She loves you all as do I. 😳\n\n#artistson…"
## 
## [[3000]]
## [1] "saito_san23: RT @Moondustina: 🔞 Full ver on @Horny4Kira 🔞\n\nThingy I did just for fun c: \n\n#Xayah #LeagueOfLegends https://t.co/so0FH8dVhp"
## 
## [[3001]]
## [1] "saito_san23: RT @Moondustina: 🖤 Star guardian Xayah corrupted &amp; redeemed 💖\nCommission for my beloved @alphaxayah 💫\n\n#LeagueOfLegends #xayah #StarGuardia…"
## 
## [[3002]]
## [1] "ODB_ORG: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3003]]
## [1] "cosmeows: RT @artbaldur: \"Jinx? Stands for Jinx! Durr.\"\n✨\n\n#Jinx #LeagueOfLegends #illustration #art #comissionsopen #ArtistOnTwitter #90sArt https:/…"
## 
## [[3004]]
## [1] "RivenStore: Like and Share if you have been fan since day 1\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#lolgoods… https://t.co/pvBOFcIgXF"
## 
## [[3005]]
## [1] "RacsitOscar: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[3006]]
## [1] "Richell35099639: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3007]]
## [1] "Gamer_Iss101: Ah yes my second 3D art and I'm starting to get the hang of it \n#sfm #ahri #kasumi #LeagueOfLegends #Paladins… https://t.co/ORP7XAWyBy"
## 
## [[3008]]
## [1] "NendoKame: RT @absynth333: Thresh c0mm for a classmate ! ty!!\n\n#LeagueOfLegends #Thresh https://t.co/a7YGj3lmmR"
## 
## [[3009]]
## [1] "Rafaalkr: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3010]]
## [1] "eliaaexe: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3011]]
## [1] "RieSonomura: RT @artbaldur: \"Jinx? Stands for Jinx! Durr.\"\n✨\n\n#Jinx #LeagueOfLegends #illustration #art #comissionsopen #ArtistOnTwitter #90sArt https:/…"
## 
## [[3012]]
## [1] "Xabla45: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3013]]
## [1] "IntrinsicGames: RT @ZombiepandemicG: We are back at it with some #LeagueofLegends with some friendos! Will be playing some ranked, ARAMS, Norms, just all t…"
## 
## [[3014]]
## [1] "FishyGrill: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3015]]
## [1] "ZombiepandemicG: We are back at it with some #LeagueofLegends with some friendos! Will be playing some ranked, ARAMS, Norms, just al… https://t.co/df6QZWDDJ5"
## 
## [[3016]]
## [1] "Kaziks_619: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3017]]
## [1] "severarte: RT @artbaldur: \"Jinx? Stands for Jinx! Durr.\"\n✨\n\n#Jinx #LeagueOfLegends #illustration #art #comissionsopen #ArtistOnTwitter #90sArt https:/…"
## 
## [[3018]]
## [1] "_nebeski: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3019]]
## [1] "MineVoidMC: RT @DeSpawn3d: Gonna have to take a #stream break for tonight guys! Next stream will be a #LeagueofLegends casual run. The squad will be hi…"
## 
## [[3020]]
## [1] "roxxa5481: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[3021]]
## [1] "skepticdoodles: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3022]]
## [1] "TacosareTasty5: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3023]]
## [1] "arcane_brainrot: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3024]]
## [1] "mialoette: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[3025]]
## [1] "bonjour_hero: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[3026]]
## [1] "dumbpiltie: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3027]]
## [1] "aeon_xayah: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[3028]]
## [1] "Sa1oNam: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3029]]
## [1] "osodog12: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3030]]
## [1] "SocialDesignCr1: RT @Furinku: I did it for the memes. #Rakan #LeagueofLegends #Support https://t.co/smrxcLTQZz"
## 
## [[3031]]
## [1] "konisrow: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3032]]
## [1] "DespairGamma: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[3033]]
## [1] "LOL_Art_Bot: RT @EloDragonLoL: I said what I said\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gam…"
## 
## [[3034]]
## [1] "saoimyth: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3035]]
## [1] "LOL_Art_Bot: RT @_visforvictim: Vex fanart, not my best, we live, we learn, we try again.\n\n#vex #leagueoflegends #leagueoflegendsfanart https://t.co/PCQ…"
## 
## [[3036]]
## [1] "MineVoidMC: RT @EloDragonLoL: I said what I said\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gam…"
## 
## [[3037]]
## [1] "NaughtyNocturn: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3038]]
## [1] "sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising… https://t.co/kbS8zQzfx8"
## 
## [[3039]]
## [1] "Vitor_universe: live on bonecas!\n#venusvitoria #leagueoflegends\n\nhttps://t.co/tQ8JIJTSkZ"
## 
## [[3040]]
## [1] "EloDragonLoL: I said what I said\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends… https://t.co/1YxSef2kMI"
## 
## [[3041]]
## [1] "HygaraS: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[3042]]
## [1] "Furinku: I did it for the memes. #Rakan #LeagueofLegends #Support https://t.co/smrxcLTQZz"
## 
## [[3043]]
## [1] "VTCK_2022: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3044]]
## [1] "BelialHoe: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[3045]]
## [1] "kaput_j: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3046]]
## [1] "oleandrinhoreal: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3047]]
## [1] "Sw33tEdgyD0gg: RT @ProjectAiyoh: Sett Gym Selfie 🤳  #Sett #nsfwart #bara #LeagueOfLegends https://t.co/mWhQ5YVfpa"
## 
## [[3048]]
## [1] "ennautilus: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3049]]
## [1] "vicaitzz: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3050]]
## [1] "bluestar121797: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3051]]
## [1] "Raposa_SQ: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[3052]]
## [1] "louisklsn: Yoo check out my twitch channel and enjoy some Viego/Lillia jungle gameplay + active talking✌🏻\n\nGER/ENG\n#twitch… https://t.co/2d5Ig41Hjz"
## 
## [[3053]]
## [1] "ennautilus: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3054]]
## [1] "JulieRo98205390: RT @ritayy13: stream time lets chitchat😋 \n#streamer #LeagueOfLegends #lol #TwitchAffilate #twitch #twitchgirls #women #gaminglife #pc https…"
## 
## [[3055]]
## [1] "DeviLyLily: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[3056]]
## [1] "Didi_Scarlet: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3057]]
## [1] "RetweetVT: RT @LaTulyaVT: My friends love playing league with me... :3\n#leagueoflegends #Vtuber #ENVtubers #ENVtuber https://t.co/uWgYlh1pZ2"
## 
## [[3058]]
## [1] "_visforvictim: Vex fanart, not my best, we live, we learn, we try again.\n\n#vex #leagueoflegends #leagueoflegendsfanart https://t.co/PCQjez817S"
## 
## [[3059]]
## [1] "Lololohan69: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[3060]]
## [1] "gwenphoria: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3061]]
## [1] "DeSpawn3d: Gonna have to take a #stream break for tonight guys! Next stream will be a #LeagueofLegends casual run. The squad w… https://t.co/EeauMdE0FJ"
## 
## [[3062]]
## [1] "g_porcayo: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3063]]
## [1] "JuMaShorda: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3064]]
## [1] "blossomwritingg: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3065]]
## [1] "whatisthissheet: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3066]]
## [1] "fxncx4: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3067]]
## [1] "VTuberTweeter: RT @LaTulyaVT: My friends love playing league with me... :3\n#leagueoflegends #Vtuber #ENVtubers #ENVtuber https://t.co/uWgYlh1pZ2"
## 
## [[3068]]
## [1] "JeDropR: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3069]]
## [1] "AngelikaStar: Well...  you know ARAM would be fun to be turned into a rank as well. It's my fav. mode beside the good old classic… https://t.co/dvTziB7zRH"
## 
## [[3070]]
## [1] "DeSpawn3d: Gonna have to take a #stream break for tonight guys! Next stream will be a #LeagueofLegends casual run. The squad w… https://t.co/OHGsiEQbu3"
## 
## [[3071]]
## [1] "mauriciorb82: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3072]]
## [1] "iminix_: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3073]]
## [1] "LaTulyaVT: My friends love playing league with me... :3\n#leagueoflegends #Vtuber #ENVtubers #ENVtuber https://t.co/uWgYlh1pZ2"
## 
## [[3074]]
## [1] "CryptidSeb: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3075]]
## [1] "Noemimi_Fran: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[3076]]
## [1] "podajkurwa: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3077]]
## [1] "Retweelgend: RT @Nanal0l: 🎉HELLO ANY GAMERS AROUND? Stream is live after a 2 day break 😎\n\nTwitch . tv / Nana\n\n#leagueoflegends #twitch #twitchtv #twitch…"
## 
## [[3078]]
## [1] "saito_san23: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3079]]
## [1] "Black3wing69: RT @Nanal0l: 🎉HELLO ANY GAMERS AROUND? Stream is live after a 2 day break 😎\n\nTwitch . tv / Nana\n\n#leagueoflegends #twitch #twitchtv #twitch…"
## 
## [[3080]]
## [1] "midonesa: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3081]]
## [1] "kriss246: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3082]]
## [1] "IntrinsicGames: RT @RivenStore: Likes, please!!\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lolstuff https:/…"
## 
## [[3083]]
## [1] "cyberlele02: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3084]]
## [1] "RivenStore: Likes, please!!\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lolstuff https://t.co/knnWp0Tyzr"
## 
## [[3085]]
## [1] "a_daydreamin: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3086]]
## [1] "Nanal0l: 🎉HELLO ANY GAMERS AROUND? Stream is live after a 2 day break 😎\n\nTwitch . tv / Nana\n\n#leagueoflegends #twitch #twitchtv #twitchstreamer"
## 
## [[3087]]
## [1] "EmiliapcCP: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3088]]
## [1] "moraicosplay: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3089]]
## [1] "HeadBangerPoppy: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[3090]]
## [1] "woodchipp17: RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo"
## 
## [[3091]]
## [1] "CENDRlLLON: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3092]]
## [1] "projectduality_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3093]]
## [1] "MidoriiGam: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3094]]
## [1] "mxrinori: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3095]]
## [1] "ChuuPamela5: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3096]]
## [1] "CrzedJuggernaut: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3097]]
## [1] "fapfaplml: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3098]]
## [1] "caitlinmkz: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3099]]
## [1] "caitlynstophat: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3100]]
## [1] "Moleculartears: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3101]]
## [1] "lilliafication: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3102]]
## [1] "Pancho221039660: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3103]]
## [1] "mitskisfavhomo: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[3104]]
## [1] "major_namada: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3105]]
## [1] "belledalle: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3106]]
## [1] "EmilyHa19633868: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3107]]
## [1] "Sharjamon: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3108]]
## [1] "Kxinix: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3109]]
## [1] "KinnieTwice: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3110]]
## [1] "fronezone: RT @metalichotchoco: Veigar being held like burger is my favorite genre of image to draw\n\n#LeagueOfLegends #ArtofLegends #mordekaiser #veig…"
## 
## [[3111]]
## [1] "StrawbeePlushy: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3112]]
## [1] "invuaseul: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3113]]
## [1] "mitskisfavhomo: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3114]]
## [1] "dinosdoor: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3115]]
## [1] "TAMNALUX: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3116]]
## [1] "KOOPATROOPRT: RT @TiddlyVG: This Tuesday #stream has BEGUN!! Let's do this!!\n\n#gaymer #gay #LGBT #streamer #streaming #twitchaffiliate #twitchstreamer #L…"
## 
## [[3117]]
## [1] "wulfyihh: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[3118]]
## [1] "kremotaro: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3119]]
## [1] "kingofmisthaven: RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q"
## 
## [[3120]]
## [1] "munsturCS: RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…"
## 
## [[3121]]
## [1] "kingofmisthaven: RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW"
## 
## [[3122]]
## [1] "HellToTheNo11: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3123]]
## [1] "r0kensia: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3124]]
## [1] "bop911: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3125]]
## [1] "crytical_error: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[3126]]
## [1] "excalibreed: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[3127]]
## [1] "MeliPXI: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3128]]
## [1] "W4nderingstar1: RT @Rysaczowo: OKAY FxCK ME NOW BUT I JUST REALIZED THEY'D TWEETED **THIS** EXACT SCENE.\n\nTHE WEDDING RING SCENE.\n\nTHESE SLIPPERY SONS OF -…"
## 
## [[3129]]
## [1] "lilyzbell: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3130]]
## [1] "asimm_asimm: RT @ProjectAiyoh: Sett Gym Selfie 🤳  #Sett #nsfwart #bara #LeagueOfLegends https://t.co/mWhQ5YVfpa"
## 
## [[3131]]
## [1] "GenericName0042: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3132]]
## [1] "vafanoir: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3133]]
## [1] "VS_ECartwright: #LeagueOfLegends\n#Skullgirls \nLet me be frank here; if you think, letting house run the vegas strip is a good idea;… https://t.co/lQM8x1GFSn"
## 
## [[3134]]
## [1] "IamBenStirling: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3135]]
## [1] "LavaniOfAnhult: RT @Leigh_Kigurumi: https://t.co/h0sTUlVj3B Dark tides of Runeterra session 99 - Twists and turns.  Next session is the big one, so close..…"
## 
## [[3136]]
## [1] "vishotcupcakee: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3137]]
## [1] "seungGix: RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ"
## 
## [[3138]]
## [1] "HaidyKnox: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3139]]
## [1] "Cass2Gaige2lift: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[3140]]
## [1] "SaqiUwU: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3141]]
## [1] "kiwiclipse: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3142]]
## [1] "DakotaWayneNels: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3143]]
## [1] "_chenlie: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3144]]
## [1] "whimsican: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3145]]
## [1] "lexasjamie: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3146]]
## [1] "Bitty_in: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[3147]]
## [1] "caitIynsvi: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3148]]
## [1] "GwenFanAcc: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3149]]
## [1] "BloodyCookieUwu: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3150]]
## [1] "Ms_PinkSpartan: RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…"
## 
## [[3151]]
## [1] "0x0981: Recently, a #leagueoflegends streaming tried to come back to streaming.\n\n@Avaail \nhttps://t.co/IFWpi5uZcK\n\n(Boyfrie… https://t.co/zPiePUKND5"
## 
## [[3152]]
## [1] "MooseLord150: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[3153]]
## [1] "HallowedNat: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3154]]
## [1] "lKokito_: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[3155]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 00:10 (Hora ESP)🔥\n\n🥇 #Nissaxter➖Viewers: 3.366\n🥈 #ElOjoNinja➖Viewers: 976… https://t.co/rtck8Mpecx"
## 
## [[3156]]
## [1] "IntrinsicGames: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3157]]
## [1] "bop911: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3158]]
## [1] "Mama_Kiramman: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3159]]
## [1] "evehateclub: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3160]]
## [1] "elenMEXll: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3161]]
## [1] "tsisqua_unoyvgv: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3162]]
## [1] "elenMEXll: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3163]]
## [1] "MonkGymBunny: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3164]]
## [1] "ResVtuber: Toplane is objectively the most fun #leagueoflegends"
## 
## [[3165]]
## [1] "LOL_Art_Bot: RT @Badjujusart: Pantheon sketches but I forgot to draw a fuckton of stuff on their design lmao. Even forgot his helmet ears in the first p…"
## 
## [[3166]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Turret PLEASE. Halp!\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aph…"
## 
## [[3167]]
## [1] "Badjujusart: Pantheon sketches but I forgot to draw a fuckton of stuff on their design lmao. Even forgot his helmet ears in the… https://t.co/yKPQkJCopI"
## 
## [[3168]]
## [1] "superhyperangel: GOD SAMIRA GAMEPLAY https://t.co/XukLhNR72K #twitch #leagueoflegends #league #gamer #ContentCreator #stream https://t.co/eJrQn9MRxW"
## 
## [[3169]]
## [1] "JoeySpecialEX: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3170]]
## [1] "RivenStore: Who remembers that?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/5hpHnzTxNN"
## 
## [[3171]]
## [1] "XaijaHawk: RT @artbaldur: \"Jinx? Stands for Jinx! Durr.\"\n✨\n\n#Jinx #LeagueOfLegends #illustration #art #comissionsopen #ArtistOnTwitter #90sArt https:/…"
## 
## [[3172]]
## [1] "ezredwan0: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[3173]]
## [1] "Mikatsiii: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[3174]]
## [1] "sockoroni: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3175]]
## [1] "Nessa_Avatar: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3176]]
## [1] "SaintZilean: At least I can go play League of Legends with my online friends 🥺 #LeagueOfLegends #TwitchAffilate https://t.co/9yAIvcvbZ9"
## 
## [[3177]]
## [1] "psyemocon: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3178]]
## [1] "DeeVulture: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3179]]
## [1] "Perkdashboard: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3180]]
## [1] "palmsvvay: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3181]]
## [1] "Mikonon_: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3182]]
## [1] "LoLMemesBot: Turret PLEASE. Halp!\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/STI0epiBzA"
## 
## [[3183]]
## [1] "jogoagui: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3184]]
## [1] "SimpForCait: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3185]]
## [1] "GrdGeneralSwain: RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…"
## 
## [[3186]]
## [1] "Vexnalrum: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[3187]]
## [1] "OxenfreeAO3: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3188]]
## [1] "vcvcvc516: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3189]]
## [1] "salas_doc: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3190]]
## [1] "biforvi: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[3191]]
## [1] "LoLoverlay_: 🧧🎞️ Prestige Mythmaker #Sivir - Animated Lobby #Overlay\n\n✅LINK :  https://t.co/1kfHE5jjt6\n\n-----------------… https://t.co/I85Jg0gZGd"
## 
## [[3192]]
## [1] "sapphiccwolf: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3193]]
## [1] "velvetcaitvi: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3194]]
## [1] "everfrost37: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3195]]
## [1] "Lucky_apple_cos: RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…"
## 
## [[3196]]
## [1] "ahiruzin: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[3197]]
## [1] "skiwiak: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[3198]]
## [1] "cyframes: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[3199]]
## [1] "DDLiebling: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[3200]]
## [1] "Boopitybooma: RT @ColossusMibl: I wanted to do something charming\n\n#LeagueOfLegends #Varus https://t.co/lxeUhuihc5"
## 
## [[3201]]
## [1] "prettym4ge: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[3202]]
## [1] "Broccolii_: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3203]]
## [1] "gabby_meds: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3204]]
## [1] "Lucanavart: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3205]]
## [1] "Josstevaan_22: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3206]]
## [1] "50spadesofgay: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[3207]]
## [1] "gabby_meds: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3208]]
## [1] "gabby_meds: RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW"
## 
## [[3209]]
## [1] "Raiztt: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3210]]
## [1] "JoeySpecialEX: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3211]]
## [1] "nemshifn: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[3212]]
## [1] "Josstevaan_22: RT @ForestRatArt: My drawing for the LoL Christmas art collab on Instagram🌲\n\n#porocollab22 #forestrat #forestratart #vi #caitlyn #caitvi #p…"
## 
## [[3213]]
## [1] "KimThanhTrn1: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[3214]]
## [1] "NkUlises: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3215]]
## [1] "vis_cupcake: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3216]]
## [1] "NkUlises: RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…"
## 
## [[3217]]
## [1] "SH1GADABI: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[3218]]
## [1] "CarlosL48818423: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[3219]]
## [1] "Infernal_Gaia: RT @SMETS_: gift for @qqq_qqqqq_\n#LeagueOfLegends #LeagueOfLegendsFanArt #Swain https://t.co/XYwkBJfhxF"
## 
## [[3220]]
## [1] "LOL_Art_Bot: RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…"
## 
## [[3221]]
## [1] "shizzleytb: POV: Zoolander but  League of Legends https://t.co/GpWicxSVTW via @YouTube #leagueoflegends #lol #customskins… https://t.co/rsRmeMevW5"
## 
## [[3222]]
## [1] "OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing L… https://t.co/l4Tg5aMzYF"
## 
## [[3223]]
## [1] "nixtenaa: RT @MeaowoOwo: #lillia #neeko #yone #LeagueOfLegends  \nTime to rest and make small talk https://t.co/KHo1nhe13O"
## 
## [[3224]]
## [1] "iam4_LOL: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[3225]]
## [1] "woodchipp17: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3226]]
## [1] "artbaldur: \"Jinx? Stands for Jinx! Durr.\"\n✨\n\n#Jinx #LeagueOfLegends #illustration #art #comissionsopen #ArtistOnTwitter #90sArt https://t.co/TJyiI54YHm"
## 
## [[3227]]
## [1] "Maluma_Malysh: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3228]]
## [1] "EVAUNlT_00: RT @haylsketches: it’s getting chilly 🍂🌨️ #jinx #arcanefanart #arcane #leagueoflegends #artoflegends https://t.co/zpBLcKHVZC"
## 
## [[3229]]
## [1] "IntrinsicGames: RT @Jeniffersarsab1: When I'm not reading SPYxFamily, I'm reading Enticing My Wife, the Rising Star!\n \n#leagueoflegends #plzsupport #gamede…"
## 
## [[3230]]
## [1] "rulerzreachfan3: RT @NikkiAndromeda: Amity as Vi!\n\n#draw #drawing #fanart #art #toh #theowlhouse #owlhouse #theowlhousefanart #amity #amityblight #theowlhou…"
## 
## [[3231]]
## [1] "IntrinsicGames: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[3232]]
## [1] "Ganzir2: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3233]]
## [1] "durani_art: RT @ProjectAiyoh: Sett Gym Selfie 🤳  #Sett #nsfwart #bara #LeagueOfLegends https://t.co/mWhQ5YVfpa"
## 
## [[3234]]
## [1] "Kimmy52368001: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3235]]
## [1] "RaindropsLovely: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[3236]]
## [1] "Jeniffersarsab1: When I'm not reading SPYxFamily, I'm reading Enticing My Wife, the Rising Star!\n \n#leagueoflegends #plzsupport… https://t.co/kr4VkAXOrs"
## 
## [[3237]]
## [1] "AlvarosZ08: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[3238]]
## [1] "caniivi: RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy"
## 
## [[3239]]
## [1] "KingeGamer: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3240]]
## [1] "Miyakowasurelol: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[3241]]
## [1] "k1ngzani: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3242]]
## [1] "LyaHime: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3243]]
## [1] "marconinet: RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ"
## 
## [[3244]]
## [1] "TrueDarkness35: RT @Koiarts1: Fan art Jinx Happy Xmas 🎄\n\nRT are appreciated 🔁✨\n\n#Jinx #Christmas #Xmas  #leagueoflegends #artoflegends #leagueoflegendsfana…"
## 
## [[3245]]
## [1] "KimuraTris: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[3246]]
## [1] "CloudyGoaty: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[3247]]
## [1] "M1ssM0n0chr0m3: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3248]]
## [1] "ShyVortex: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3249]]
## [1] "Gonza_gc2: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3250]]
## [1] "SpyneMount: RT @LoLMemesBot: Not mine but had to share hahahaha\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2…"
## 
## [[3251]]
## [1] "Batin_Black: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3252]]
## [1] "__teqU: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3253]]
## [1] "belovedseraphim: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3254]]
## [1] "streamerwallcom: RT @BebopJhinkins: I'm back baby, took a little break from streaming, but back better than ever with some #LeagueOfLegends https://t.co/J8Q…"
## 
## [[3255]]
## [1] "daweaselbass: RT @BebopJhinkins: I'm back baby, took a little break from streaming, but back better than ever with some #LeagueOfLegends https://t.co/J8Q…"
## 
## [[3256]]
## [1] "kirrraman: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3257]]
## [1] "daweaselbass: RT @moonchildriku: Christmas week starts RIGHT NOW! Some fun streams ahead on the schedule so be sure to stop by!🎄 https://t.co/WM74S6Fr8k…"
## 
## [[3258]]
## [1] "labryswielder: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3259]]
## [1] "miss_nothingO1: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3260]]
## [1] "THEDOMI98: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3261]]
## [1] "shtwvv: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3262]]
## [1] "command_52: RT @Borbinite: Ive about mcfuckin had it with you\n\n#ArtofLegends #LeagueofLegends #Viego #mordekaiser https://t.co/qPI1GSZ6UW"
## 
## [[3263]]
## [1] "micsouleater: RT @GoshaTkach: Vex carries things somewhere, huh, i guess I'll show you where she goes soon!\n\n#Vex #pixelart #LeagueOfLegends https://t.co…"
## 
## [[3264]]
## [1] "Yoxfairy: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3265]]
## [1] "AmbivalentSlime: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3266]]
## [1] "LOL_Art_Bot: RT @golden8witch: I will leave Syndra here and go to sleep\n#LeagueOfLegends #LeagueOfLegendsFanArt #Syndra #SyndraFanArt #PixelArt #PixelAr…"
## 
## [[3267]]
## [1] "YugureAi: RT @golden8witch: I will leave Syndra here and go to sleep\n#LeagueOfLegends #LeagueOfLegendsFanArt #Syndra #SyndraFanArt #PixelArt #PixelAr…"
## 
## [[3268]]
## [1] "kohakukatou: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3269]]
## [1] "OSHIEDAKAYN: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3270]]
## [1] "Alarothserana: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3271]]
## [1] "streamerwallcom: RT @moonchildriku: Christmas week starts RIGHT NOW! Some fun streams ahead on the schedule so be sure to stop by!🎄 https://t.co/WM74S6Fr8k…"
## 
## [[3272]]
## [1] "golden8witch: I will leave Syndra here and go to sleep\n#LeagueOfLegends #LeagueOfLegendsFanArt #Syndra #SyndraFanArt #PixelArt… https://t.co/h5zySvIMhM"
## 
## [[3273]]
## [1] "Luisbla73292189: RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…"
## 
## [[3274]]
## [1] "moonchildriku: Christmas week starts RIGHT NOW! Some fun streams ahead on the schedule so be sure to stop by!🎄… https://t.co/L8Vb7mecTx"
## 
## [[3275]]
## [1] "StringsNBullets: RT @summerswirlarts: He's looking for Kalista 🥺❤️\n\n#ledros #LeagueOfLegends #ArtofLegends https://t.co/4wfH5zdAic"
## 
## [[3276]]
## [1] "OGdedrul: RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…"
## 
## [[3277]]
## [1] "Darthlixp: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3278]]
## [1] "Retweelgend: RT @TiddlyVG: This Tuesday #stream has BEGUN!! Let's do this!!\n\n#gaymer #gay #LGBT #streamer #streaming #twitchaffiliate #twitchstreamer #L…"
## 
## [[3279]]
## [1] "Emery_Vtuber: RT @TiddlyVG: This Tuesday #stream has BEGUN!! Let's do this!!\n\n#gaymer #gay #LGBT #streamer #streaming #twitchaffiliate #twitchstreamer #L…"
## 
## [[3280]]
## [1] "lekimbel: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3281]]
## [1] "Pan_dulceuwu: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3282]]
## [1] "TiddlyVG: This Tuesday #stream has BEGUN!! Let's do this!!\n\n#gaymer #gay #LGBT #streamer #streaming #twitchaffiliate… https://t.co/A2K19ZVzNz"
## 
## [[3283]]
## [1] "LOL_Art_Bot: RT @summerswirlarts: He's looking for Kalista 🥺❤️\n\n#ledros #LeagueOfLegends #ArtofLegends https://t.co/4wfH5zdAic"
## 
## [[3284]]
## [1] "LOL_Art_Bot: RT @ForestRatArt: My drawing for the LoL Christmas art collab on Instagram🌲\n\n#porocollab22 #forestrat #forestratart #vi #caitlyn #caitvi #p…"
## 
## [[3285]]
## [1] "IntrinsicGames: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3286]]
## [1] "EngelhardtSeth: RT @Koiarts1: Fan art Jinx Happy Xmas 🎄\n\nRT are appreciated 🔁✨\n\n#Jinx #Christmas #Xmas  #leagueoflegends #artoflegends #leagueoflegendsfana…"
## 
## [[3287]]
## [1] "MakvbeX: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3288]]
## [1] "raymanmago1265: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[3289]]
## [1] "summerswirlarts: He's looking for Kalista 🥺❤️\n\n#ledros #LeagueOfLegends #ArtofLegends https://t.co/4wfH5zdAic"
## 
## [[3290]]
## [1] "LoLRoundUp_: The second upload of today goes over the youngest players heading into Spring Split 2023 across the four major regi… https://t.co/lhdmb7wBq7"
## 
## [[3291]]
## [1] "thathiddencat: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3292]]
## [1] "larsquell1: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3293]]
## [1] "ar_yoop: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[3294]]
## [1] "tirandsl: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3295]]
## [1] "EK04HR1: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3296]]
## [1] "PirobaLoca: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3297]]
## [1] "LeafaMokai: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3298]]
## [1] "GaboShiny: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3299]]
## [1] "Toxic20697657: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3300]]
## [1] "ForestRatArt: My drawing for the LoL Christmas art collab on Instagram🌲\n\n#porocollab22 #forestrat #forestratart #vi #caitlyn… https://t.co/n5t9CUCfec"
## 
## [[3301]]
## [1] "LOL_Art_Bot: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[3302]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: jesse we must burst enemy champions with % health damage jesse\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #Le…"
## 
## [[3303]]
## [1] "LOL_Art_Bot: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3304]]
## [1] "hyakuraii: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3305]]
## [1] "the_string_king: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3306]]
## [1] "LoLuizaINTZFAN: RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…"
## 
## [[3307]]
## [1] "moonxpov: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3308]]
## [1] "defiantdance: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[3309]]
## [1] "bouncytuna: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3310]]
## [1] "1LonelyFan: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3311]]
## [1] "MayraTo21668248: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3312]]
## [1] "The_Snorkel_Ops: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3313]]
## [1] "LOL_Holidays: Twitter suspended my account for making too awesome of content. This is my formal response to them.… https://t.co/bHhpiVUulA"
## 
## [[3314]]
## [1] "GuiltySkull: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3315]]
## [1] "CATBR3AD: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3316]]
## [1] "lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecnoKrZ"
## 
## [[3317]]
## [1] "BebopJhinkins: I'm back baby, took a little break from streaming, but back better than ever with some #LeagueOfLegends… https://t.co/3wzT2Qk1Wc"
## 
## [[3318]]
## [1] "daweaselbass: RT @AsthmaMarauder: Okay... sooo still suck at #LeagueOfLegends and even worse at #CallofDutyModernWarfare2 but... what counts is the fun f…"
## 
## [[3319]]
## [1] "LoLMemesBot: jesse we must burst enemy champions with % health damage jesse\n#memes #meme #funny #lol #leagueoflegends #Arcane… https://t.co/rnUrbPZ4Ka"
## 
## [[3320]]
## [1] "PKRockinTM: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3321]]
## [1] "jobmarr: RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3322]]
## [1] "Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9"
## 
## [[3323]]
## [1] "RaidenEnjoyer_X: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[3324]]
## [1] "RaidenEnjoyer_X: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[3325]]
## [1] "Leonard80049351: RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…"
## 
## [[3326]]
## [1] "LOL_Art_Bot: RT @kizimiyo: KDA All Out Seraphine 💜\n#LeagueOfLegends #kda #seraphine #LeagueOfLegendsFanArt #art #fanart #LoLFanart #draw https://t.co/VN…"
## 
## [[3327]]
## [1] "JuggerNotte_: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3328]]
## [1] "316Glock: RT @marijannawaifu: I'll be doing a variety stream today with a few diff games while having old school MadTV as background noise! Starting…"
## 
## [[3329]]
## [1] "ArthaielEng: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3330]]
## [1] "BenZakk: RT @hologana: I'm ready to be the best of all the bad ones for you 😈\n\nЕvelynn: @undying_en \n\n#evelynn #ahricosplay #Ahri #ahrithefox #ahrin…"
## 
## [[3331]]
## [1] "kizimiyo: KDA All Out Seraphine 💜\n#LeagueOfLegends #kda #seraphine #LeagueOfLegendsFanArt #art #fanart #LoLFanart #draw https://t.co/VNkzhg2XV1"
## 
## [[3332]]
## [1] "potatoetomato1: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3333]]
## [1] "RordyGG: RT @AsthmaMarauder: Okay... sooo still suck at #LeagueOfLegends and even worse at #CallofDutyModernWarfare2 but... what counts is the fun f…"
## 
## [[3334]]
## [1] "IntrinsicGames: RT @ashuri_aato: snip snip! —the tea... (it's lipton) ☕\n\ncommissioned by: @jailbirdying \n\n#leagueoflegends #lolgwen #gwenlol https://t.co/D…"
## 
## [[3335]]
## [1] "GwenFanAcc: RT @ashuri_aato: snip snip! —the tea... (it's lipton) ☕\n\ncommissioned by: @jailbirdying \n\n#leagueoflegends #lolgwen #gwenlol https://t.co/D…"
## 
## [[3336]]
## [1] "krcr2022: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3337]]
## [1] "AdalAurora: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3338]]
## [1] "NahuelDaz19: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3339]]
## [1] "BraianAlcocer: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[3340]]
## [1] "Linialomdil: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3341]]
## [1] "Mrcastle08: RT @metalichotchoco: Veigar being held like burger is my favorite genre of image to draw\n\n#LeagueOfLegends #ArtofLegends #mordekaiser #veig…"
## 
## [[3342]]
## [1] "TigerKirby215: This is the worst team I have ever played with in my life\nWhen we finally get on the point everyone dies\nI understa… https://t.co/KFXKqfsSSh"
## 
## [[3343]]
## [1] "crepes_tm: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3344]]
## [1] "Numroid: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3345]]
## [1] "Retweelgend: RT @AsthmaMarauder: Okay... sooo still suck at #LeagueOfLegends and even worse at #CallofDutyModernWarfare2 but... what counts is the fun f…"
## 
## [[3346]]
## [1] "NicoleKW_3D: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[3347]]
## [1] "yayakanDaily: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[3348]]
## [1] "MrDragoR: RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…"
## 
## [[3349]]
## [1] "streamerwallcom: RT @AsthmaMarauder: Okay... sooo still suck at #LeagueOfLegends and even worse at #CallofDutyModernWarfare2 but... what counts is the fun f…"
## 
## [[3350]]
## [1] "jo_gnomeo: RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy"
## 
## [[3351]]
## [1] "AsthmaMarauder: Okay... sooo still suck at #LeagueOfLegends and even worse at #CallofDutyModernWarfare2 but... what counts is the f… https://t.co/R1aXmlzM6T"
## 
## [[3352]]
## [1] "player_lol_fr: Oh le carnage! #LeagueofLegends #MissFortune https://t.co/qYRdbifrus"
## 
## [[3353]]
## [1] "marijannawaifu: I'll be doing a variety stream today with a few diff games while having old school MadTV as background noise! Start… https://t.co/xcA8LQ9Gfu"
## 
## [[3354]]
## [1] "RivenStore: Like and Share if you have been fan since day 1\nVisit us: https://t.co/Jtncw61Y4H\n#leagueoflegends #lolgame… https://t.co/SOf6BEbYte"
## 
## [[3355]]
## [1] "LyxMun: RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…"
## 
## [[3356]]
## [1] "naphet34: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3357]]
## [1] "notmissdior: RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…"
## 
## [[3358]]
## [1] "diavolo_not: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3359]]
## [1] "DiegoTarin1: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3360]]
## [1] "AhmedMedhatxo: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[3361]]
## [1] "RemaOtaku: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3362]]
## [1] "Kollector___: @porterrobinson 's Everything Goes On sounds a little too similar to the main intro melody/1:36 of this song from a… https://t.co/iMube2sHiT"
## 
## [[3363]]
## [1] "BUUM0_: RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…"
## 
## [[3364]]
## [1] "selfcestsenpai: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3365]]
## [1] "Pixcelerator: RT @GoshaTkach: Vex carries things somewhere, huh, i guess I'll show you where she goes soon!\n\n#Vex #pixelart #LeagueOfLegends https://t.co…"
## 
## [[3366]]
## [1] "GoshaTkach: Vex carries things somewhere, huh, i guess I'll show you where she goes soon!\n\n#Vex #pixelart #LeagueOfLegends https://t.co/BvjEPmdVqj"
## 
## [[3367]]
## [1] "LightsValhalla: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3368]]
## [1] "MacDoubleDT: RT @_AlphaWolfUni_: Dear ADC stop running from me if I try to heal you sincerely a support player #LeagueOfLegends #VTuberEN"
## 
## [[3369]]
## [1] "Isair_Soberanis: RT @Isair_Soberanis: another #Commission finished\nthanks to @13113890 for commissioning me\n\nsupport me on Patreon or Paypal\nPatreon:https:/…"
## 
## [[3370]]
## [1] "Cypher101: RT @leochamposa: #loltubre2022 DAY 4; Favorite couple \n\nThis year my favorite couple is Lee Sin and Udyr 🤠\n\n#LoLtubre #LeagueOfLegends #cre…"
## 
## [[3371]]
## [1] "whxtelamb_cos: RT @soramakeart: Evelynn Master Study - League of Runtera\n#leagueoflegends #leagueoflegendsfanart #characterdesign #conceptart https://t.co…"
## 
## [[3372]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Why add an item that makes us useless\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worl…"
## 
## [[3373]]
## [1] "defiantdance: RT @NeoNa_Gloom_ART: - Karma [Golden Peafowl]\n- Elise [hehehe]\n- Orianna [Shadow Swan]\n \nSEARCH\n \n#LeagueOfLegends #sketch #LeagueOfLegends…"
## 
## [[3374]]
## [1] "AllTaric: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3375]]
## [1] "HorusEsports1: Werlyb Proplayer Flash #LeagueofLegends #LeagueofLegendsEspañol #Werlyb #WerlybClips #Heretics #TeamHeretics… https://t.co/imITRdTwyv"
## 
## [[3376]]
## [1] "nya__v: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3377]]
## [1] "TigerKirby215: Now that Zeri is actually good in #LeagueOfLegends again I have descended into the depths of depravity to perform a… https://t.co/Ty0LoslqS5"
## 
## [[3378]]
## [1] "rafatroll450: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3379]]
## [1] "ziIdjan: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3380]]
## [1] "Sanchez1373: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3381]]
## [1] "Sw33tEdgyD0gg: RT @ColossusMibl: I wanted to do something charming\n\n#LeagueOfLegends #Varus https://t.co/lxeUhuihc5"
## 
## [[3382]]
## [1] "LoLMemesBot: Why add an item that makes us useless\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/B1g1SfqsGC"
## 
## [[3383]]
## [1] "Aidan_lol_: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[3384]]
## [1] "IntrinsicGames: RT @LunaValkyriaVT: I built the mythic this time~ 🖤🌙🤍\n\n#LeagueOfLegends #Vtuber https://t.co/kHYBqf1IAo"
## 
## [[3385]]
## [1] "IntrinsicGames: RT @loreofruneterra: What should be the ending of future disasters in your opinion?: Like the void event or darkins rising again Should it…"
## 
## [[3386]]
## [1] "IntrinsicGames: RT @Dan_drage1: thanks to @ZTDLB1  for letting me use his drawing for animation &lt;3 \n\nart @ZTDLB1  animation @Dan_drage1 \n\n#zoe  #LeagueOfLe…"
## 
## [[3387]]
## [1] "LightforgedGwyn: RT @Dan_drage1: thanks to @ZTDLB1  for letting me use his drawing for animation &lt;3 \n\nart @ZTDLB1  animation @Dan_drage1 \n\n#zoe  #LeagueOfLe…"
## 
## [[3388]]
## [1] "loreofruneterra: What should be the ending of future disasters in your opinion?: Like the void event or darkins rising again Should… https://t.co/492myyScy5"
## 
## [[3389]]
## [1] "darkshade0101: RT @LunaValkyriaVT: I built the mythic this time~ 🖤🌙🤍\n\n#LeagueOfLegends #Vtuber https://t.co/kHYBqf1IAo"
## 
## [[3390]]
## [1] "nokacarry: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[3391]]
## [1] "ih8seb: RT @is_is_gemini_is: Powder #Jinx \n\n#arcane #LeagueOfLegends https://t.co/KyiS8U3YWD"
## 
## [[3392]]
## [1] "DnDClericHorgar: RT @Leigh_Kigurumi: https://t.co/h0sTUlVj3B Dark tides of Runeterra session 99 - Twists and turns.  Next session is the big one, so close..…"
## 
## [[3393]]
## [1] "la0niix: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3394]]
## [1] "2016Lostsoul: RT @nomiizuu: 🔴GOING LIVE 8PM EST🔴\n\n[LEAGUE OF LEGENDS] League? league? league? @AyaMallowmarsh @ChronusDragos @ZephyrRebel @aidenvtuber…"
## 
## [[3395]]
## [1] "profawnsor: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3396]]
## [1] "bimbs: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[3397]]
## [1] "nicomistico5: RT @BonniieA: Ahri 🦊\nher new model is beautiful🧡\n\n#Ahri #LeagueOfLegends https://t.co/vymcs8hmVz"
## 
## [[3398]]
## [1] "sutausagi: RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf"
## 
## [[3399]]
## [1] "ziIdjan: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3400]]
## [1] "iAmHypnosH: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[3401]]
## [1] "Gameort1: League of Legends Season 13 - release date, system changes, ASU and CGU, skins, rework, patch 13.1, more… https://t.co/VvtJ3AJ6BR"
## 
## [[3402]]
## [1] "SirMultifandom: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3403]]
## [1] "SirMultifandom: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3404]]
## [1] "nihilistic_max: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[3405]]
## [1] "sleudonym: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[3406]]
## [1] "StarIoannis25: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3407]]
## [1] "armandlerusse: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3408]]
## [1] "Forearms626: RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…"
## 
## [[3409]]
## [1] "ksenia_lewis: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3410]]
## [1] "Darth_Fan_Boy: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3411]]
## [1] "DariusR43955606: RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…"
## 
## [[3412]]
## [1] "Ajohnkat: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[3413]]
## [1] "aidenvtuber: ❗️TONIGHT❗️\nRemember Mortals at 8pm EST League of Vtubers Begins!\n\nFeaturing:\n@AyaMallowmarsh\n@ChronusDragos… https://t.co/ms1lnVq0Fa"
## 
## [[3414]]
## [1] "IronLiberates: RT @metalichotchoco: Veigar being held like burger is my favorite genre of image to draw\n\n#LeagueOfLegends #ArtofLegends #mordekaiser #veig…"
## 
## [[3415]]
## [1] "IronLiberates: RT @antho_saav: Jhin is romantic and a gentleman but he will always remain Jhin.\n\n Aphelios doesn't know if what he heard is something good…"
## 
## [[3416]]
## [1] "strawberrypurrs: RT @Onezeroisten: welcome home Yasuo, dinners ready\n#yone #yasuo #LeagueOfLegends https://t.co/rnpndoIzkV"
## 
## [[3417]]
## [1] "AyaMallowmarsh: RT @nomiizuu: 🔴GOING LIVE 8PM EST🔴\n\n[LEAGUE OF LEGENDS] League? league? league? @AyaMallowmarsh @ChronusDragos @ZephyrRebel @aidenvtuber…"
## 
## [[3418]]
## [1] "LOL_Art_Bot: RT @golden8witch: Sylas is done! Im pretty sure i will finish this till Christmas, but i think i have to post more...\n\n#LeagueOfLegends #Le…"
## 
## [[3419]]
## [1] "nsfw8witch: RT @golden8witch: Sylas is done! Im pretty sure i will finish this till Christmas, but i think i have to post more...\n\n#LeagueOfLegends #Le…"
## 
## [[3420]]
## [1] "golden8witch: Sylas is done! Im pretty sure i will finish this till Christmas, but i think i have to post more...… https://t.co/2oeN8T46mJ"
## 
## [[3421]]
## [1] "yoberrystrawgur: RT @JARRO_Art: Arcane Jinx !\n#arcane #jinx #arcanejinx #sketch #artoflegends #leagueoflegends #forticheprod https://t.co/VRm1mPluc9"
## 
## [[3422]]
## [1] "pubbymoder: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3423]]
## [1] "ritayy13: stream time lets chitchat😋 \n#streamer #LeagueOfLegends #lol #TwitchAffilate #twitch #twitchgirls #women #gaminglife… https://t.co/1aY0F5k4Lr"
## 
## [[3424]]
## [1] "loreofruneterra: Has there ever been complaints about how the world building of LOL is so sloopy... Most fantasy games follow a them… https://t.co/6yHO75ycC1"
## 
## [[3425]]
## [1] "ChronusDragos: RT @nomiizuu: 🔴GOING LIVE 8PM EST🔴\n\n[LEAGUE OF LEGENDS] League? league? league? @AyaMallowmarsh @ChronusDragos @ZephyrRebel @aidenvtuber…"
## 
## [[3426]]
## [1] "Enki_Rin_: RT @Koiarts1: Fan art Jinx Happy Xmas 🎄\n\nRT are appreciated 🔁✨\n\n#Jinx #Christmas #Xmas  #leagueoflegends #artoflegends #leagueoflegendsfana…"
## 
## [[3427]]
## [1] "ekkoportuga: RT @Hippo_Chii131: Finally a decent @arcaneshow\nJinx and Ekko Shot!\n\n(We honestly tried our best to copy @mush820823 TB ⏳💣 Art's Pose But W…"
## 
## [[3428]]
## [1] "LilyTheFlorist: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3429]]
## [1] "IamBenStirling: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3430]]
## [1] "JubMakotoYuki: RT @heyitspegkat: Protective Older Siblings (Ft. Vi &amp; Jinx + Garen &amp; Lux)\n#LeagueOfLegends #arcanefanart #lightcannon https://t.co/PCgZLA7G…"
## 
## [[3431]]
## [1] "JubMakotoYuki: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3432]]
## [1] "BlackCatsColec1: Review Championship LeBlanc Unlocked Statue!\n\nhttps://t.co/jGmYmOGW8C\n\n#leblanc #unlocked #LeagueOfLegends"
## 
## [[3433]]
## [1] "ESNA__GG: Last week before MPL S3 Finals 🔥🎮🖱📱❤️\n\nWatch all MPL Live streams 👇🏻 \nhttps://t.co/xNaMAPKPP2 \n\n#MPL… https://t.co/Z3dDaQD3X7"
## 
## [[3434]]
## [1] "VtuberCC: RT @nomiizuu: 🔴GOING LIVE 8PM EST🔴\n\n[LEAGUE OF LEGENDS] League? league? league? @AyaMallowmarsh @ChronusDragos @ZephyrRebel @aidenvtuber…"
## 
## [[3435]]
## [1] "TheRuinedNymph: RT @GoodBirbb: what he's angry about??\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Viego \n#УкрАрт #УкрАртПідтримка https://t.co…"
## 
## [[3436]]
## [1] "DeonixLA: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[3437]]
## [1] "Miyuki_Hinode: RT @nomiizuu: 🔴GOING LIVE 8PM EST🔴\n\n[LEAGUE OF LEGENDS] League? league? league? @AyaMallowmarsh @ChronusDragos @ZephyrRebel @aidenvtuber…"
## 
## [[3438]]
## [1] "AlexisVent1: RT @nomiizuu: 🔴GOING LIVE 8PM EST🔴\n\n[LEAGUE OF LEGENDS] League? league? league? @AyaMallowmarsh @ChronusDragos @ZephyrRebel @aidenvtuber…"
## 
## [[3439]]
## [1] "nomiizuu: 🔴GOING LIVE 8PM EST🔴\n\n[LEAGUE OF LEGENDS] League? league? league? @AyaMallowmarsh @ChronusDragos @ZephyrRebel… https://t.co/9zMyoK7nEO"
## 
## [[3440]]
## [1] "TRACE_USTP: RT @acadarena: 🤝 Congratulations to our winner of ACES: #Valorant, #DOTA2 and #LeagueofLegends last weekend 💥\n\nCampus esports is #NotJustPl…"
## 
## [[3441]]
## [1] "ZleW00: RT @virkayu: Ganking success rate📈\n\nhttps://t.co/6zj4tOAQa4\n\n#leagueoflegends\n#leagueoflegendsguide\n#jungleguide"
## 
## [[3442]]
## [1] "dante173p: RT @virkayu: Ganking success rate📈\n\nhttps://t.co/6zj4tOAQa4\n\n#leagueoflegends\n#leagueoflegendsguide\n#jungleguide"
## 
## [[3443]]
## [1] "TheRuinedNymph: RT @NsNapk1: Hope I'm not too late to subit my piece for the #PhelViegoShipWeek2022! This time they're back in the 80s with a band performi…"
## 
## [[3444]]
## [1] "Guh_sanp: RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…"
## 
## [[3445]]
## [1] "TheRuinedNymph: RT @DamnSpiderLover: seriously why\n#viego #leagueoflegends #fanart #LeagueOfLegendsFanArt https://t.co/lK9LZPdbcT"
## 
## [[3446]]
## [1] "sanunderscoree: Never end on a loss #LeagueOfLegends #soloqueue #ranked #competitive #summonersrift #aram #holioholio https://t.co/Ebam5vOIE5"
## 
## [[3447]]
## [1] "TheRuinedNymph: RT @DamnSpiderLover: something is coming\n#viego #isolde #LeagueOfLegends #fanart https://t.co/nboZt48qxj"
## 
## [[3448]]
## [1] "TheRuinedNymph: RT @NhoqueNio: Viego, the ruined king\n#LeagueOfLegends #LeagueOfLegendsFanArt #Viego #Fanart https://t.co/PASbVAgbUz"
## 
## [[3449]]
## [1] "xluminouslin: RT @TheSaltyBuns: Happy One Year Anniversary to Arcane 🎉 Thank you for fundamentally changing the trajectory of my life in the best way. #l…"
## 
## [[3450]]
## [1] "virkayu: Ganking success rate📈\n\nhttps://t.co/6zj4tOAQa4\n\n#leagueoflegends\n#leagueoflegendsguide\n#jungleguide"
## 
## [[3451]]
## [1] "PyroAssass1n: RT @w_r_y_y_y_t_o: #leagueoflegends #Kindred \nkinda alive again https://t.co/nEDWqaMg0J"
## 
## [[3452]]
## [1] "TheRuinedNymph: RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…"
## 
## [[3453]]
## [1] "Mikonon_: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3454]]
## [1] "chica_curiosa_1: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3455]]
## [1] "GalloKikiriki: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3456]]
## [1] "tweetfo71515312: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3457]]
## [1] "LoLMemesBot: Sure is\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios… https://t.co/eYXqgUMz4Z"
## 
## [[3458]]
## [1] "nuvemotimista: RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…"
## 
## [[3459]]
## [1] "eternalxena: guys PRESEASON IS CHAOS but going live regardless 😅\n\ntwitch . tv / eternalxena\n\n#LeagueOfLegends #twitchstreamer"
## 
## [[3460]]
## [1] "MADMantisGaming: https://t.co/Ftw2UKjFHi learning darius  \n\n#leagueoflegends\n#LeagueOfLegendsFanArt"
## 
## [[3461]]
## [1] "IntrinsicGames: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3462]]
## [1] "Mundanekitten1: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3463]]
## [1] "Cannibal002: RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf"
## 
## [[3464]]
## [1] "Kyubiemil: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[3465]]
## [1] "cahri_ai: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[3466]]
## [1] "JackTiger61: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3467]]
## [1] "pauarqueros: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3468]]
## [1] "AndalusiaLu: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3469]]
## [1] "spiritofpity: RT @Rena_Angel1111: League of legends - Soraka\n\nI try Soraka cosplay.\n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #英雄联…"
## 
## [[3470]]
## [1] "REGINAELEMENTUM: RT @NsNapk1: Another D1scord comm.🌙💅\n#Qiyana #Aphelios #LeagueOfLegends #RiotGames https://t.co/idYZKytHji"
## 
## [[3471]]
## [1] "REGINAELEMENTUM: RT @ARIkatoteshi: Thank you so much @Samandriade for this very VERY beautiful art !!!!! 🥺❤️❤️✨😭\n My little crack ship never look so good be…"
## 
## [[3472]]
## [1] "REGINAELEMENTUM: RT @BeardedShepher1: So I messed around with the #Meitu app and got some really good results on some screenshots of my models. Seems like i…"
## 
## [[3473]]
## [1] "zombiegab6: RT @antho_saav: Jhin is romantic and a gentleman but he will always remain Jhin.\n\n Aphelios doesn't know if what he heard is something good…"
## 
## [[3474]]
## [1] "ParzivalT: 📣 I'm starting 🔴 LIVE on #LeagueofLegends !  https://t.co/g3eup9FxWW #wizebot #twitch"
## 
## [[3475]]
## [1] "REGINAELEMENTUM: RT @xwefoo: I did some music video with sync with song \nwas cool to animated with the beats :D\nversion without music \nbut you can check on…"
## 
## [[3476]]
## [1] "Jose_Gil1997: RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce"
## 
## [[3477]]
## [1] "REGINAELEMENTUM: RT @xwefoo: Forgot to post the trilogy \nJust 3D ...blender and post in Psd\nQiyana weapon with the elements ..\n#fanart #artistontwitter #Lea…"
## 
## [[3478]]
## [1] "Fredic_Nieto: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3479]]
## [1] "ABCtheGUY: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[3480]]
## [1] "Rori_Blackraven: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3481]]
## [1] "DeightDT: RT @Rena_Angel1111: League of legends - Soraka\n\nI try Soraka cosplay.\n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #英雄联…"
## 
## [[3482]]
## [1] "real_dalio123: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[3483]]
## [1] "Vis_caitlyn: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3484]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 20:40 (Hora ESP)🔥\n\n🥇 #ElmiilloR➖Viewers: 5.594\n🥈 #PePiiNeRO➖Viewers: 454\n🥉… https://t.co/wWWbGM67VU"
## 
## [[3485]]
## [1] "Salted_Beef: RT @MC_Sangel: Work in progress #sett #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/SYEsHcYiTy"
## 
## [[3486]]
## [1] "heitortremor: RT @soramakeart: Evelynn Master Study - League of Runtera\n#leagueoflegends #leagueoflegendsfanart #characterdesign #conceptart https://t.co…"
## 
## [[3487]]
## [1] "Hazles14: G R A B ME #shorts #leagueoflegends #lol #gaming #lolshorts https://t.co/RzUJBBkfmC via @YouTube"
## 
## [[3488]]
## [1] "foxy88844: I take my hat off to all the people who finish their jobs and get back home to improve in League of legends, HOLY .… https://t.co/u4EuT0s8AM"
## 
## [[3489]]
## [1] "NeinTailsCos: One of the stage pictures from @animenebraskon I had so much fun and it’s nice to reflect on the year looking at so… https://t.co/S5OmAcb2pl"
## 
## [[3490]]
## [1] "seventhcoord: RT @_another_tina_: You know how younger siblings are...\nAlso thank you so much for 6k followers! 💖🥹\n\n.\n#Jinx #Ezreal #Caitvi #LeagueOfLege…"
## 
## [[3491]]
## [1] "lilliamain_: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3492]]
## [1] "ayb3_m: RT @I_amYurei: 27 kills my guy went crazy!! #LeagueOfLegends #WildRift #gaming #FYP https://t.co/Sj2ukcwhD3"
## 
## [[3493]]
## [1] "Ganzir2: RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…"
## 
## [[3494]]
## [1] "ProfetTrue: am i stirring the pot here?\n@NEACETWEETS \n#LeagueOfLegends #neace\nhttps://t.co/OUrnHNSiKB"
## 
## [[3495]]
## [1] "VS_ECartwright: #LeagueOfLegends\n... some most western people, just have the TOON look https://t.co/Fj7HJYvsgV"
## 
## [[3496]]
## [1] "IllegalDustbin: RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce"
## 
## [[3497]]
## [1] "HeadBangerPoppy: RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce"
## 
## [[3498]]
## [1] "Silverofgolden1: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[3499]]
## [1] "StellersJays: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3500]]
## [1] "StellersJays: RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…"
## 
## [[3501]]
## [1] "GDohosan: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3502]]
## [1] "MineVoidMC: RT @ClinoraWarrior: CRITICAL YONE vs AD YONE FULL BUILD FIGHTS\n\n⚡️Don't forget to take a look at our page and subscribe and if you like it…"
## 
## [[3503]]
## [1] "wiriia1: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3504]]
## [1] "VS_ECartwright: #LeagueOfLegends \nYou know;some people irl ACTUALLY look like ANIME not even lying! Them genetics. NOT LYING https://t.co/RWzdnpCXQe"
## 
## [[3505]]
## [1] "morz4t: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3506]]
## [1] "NXelor: RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce"
## 
## [[3507]]
## [1] "niharu00: RT @GatoPescado3: Senna, Orianna y Seraphine Star Guardian ⭐️\n\n#LeagueOfLegends #creadoresdelollatam #ArtofLegends #seraphine #orianna #sen…"
## 
## [[3508]]
## [1] "XenoSeraphine: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3509]]
## [1] "HamamiIkram: I can't wait to see what happens next! Click the link below and join my struggle!\n \n#leagueoflegends #animeboys… https://t.co/1YpwOU58gl"
## 
## [[3510]]
## [1] "niharu00: RT @NeoNa_Gloom_ART: - Karma [Golden Peafowl]\n- Elise [hehehe]\n- Orianna [Shadow Swan]\n \nSEARCH\n \n#LeagueOfLegends #sketch #LeagueOfLegends…"
## 
## [[3511]]
## [1] "RivenStore: Likes, please!!\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#leagueoflegends #lolgame #lolgamer #rivenstore.com… https://t.co/MwPkw44sNj"
## 
## [[3512]]
## [1] "Humble_Alex_fan: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3513]]
## [1] "CoreSinouh: RT @fuwamoowa: everything goes on 🎶\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian https://t.co/q74QTSWpH9"
## 
## [[3514]]
## [1] "AquaraxKaiju: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3515]]
## [1] "NerfWindWall: nerf Yasuo's Wind Wall #LeagueOfLegends"
## 
## [[3516]]
## [1] "MaxFire132: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3517]]
## [1] "Retweelgend: RT @Papi_Longlegs69: WE ARE LIVE!!!\nhttps://t.co/ItaMMfUoBV\n#smallstreamer #twitch #twitchstreamer #cod #apexlegends #minecraft #rocketleag…"
## 
## [[3518]]
## [1] "ClinoraWarrior: CRITICAL YONE vs AD YONE FULL BUILD FIGHTS\n\n⚡️Don't forget to take a look at our page and subscribe and if you like… https://t.co/xn5B0WiEab"
## 
## [[3519]]
## [1] "MineVoidMC: RT @Papi_Longlegs69: WE ARE LIVE!!!\nhttps://t.co/ItaMMfUoBV\n#smallstreamer #twitch #twitchstreamer #cod #apexlegends #minecraft #rocketleag…"
## 
## [[3520]]
## [1] "Navin_chan: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3521]]
## [1] "JamesBlackquill: RT @antho_saav: Jhin is romantic and a gentleman but he will always remain Jhin.\n\n Aphelios doesn't know if what he heard is something good…"
## 
## [[3522]]
## [1] "LEMONDOGicec0ld: RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…"
## 
## [[3523]]
## [1] "charlizemb: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3524]]
## [1] "tarkiov: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[3525]]
## [1] "luv_astral: RT @metalichotchoco: Veigar being held like burger is my favorite genre of image to draw\n\n#LeagueOfLegends #ArtofLegends #mordekaiser #veig…"
## 
## [[3526]]
## [1] "jinxedstar_: RT @_another_tina_: You know how younger siblings are...\nAlso thank you so much for 6k followers! 💖🥹\n\n.\n#Jinx #Ezreal #Caitvi #LeagueOfLege…"
## 
## [[3527]]
## [1] "ellenripley1408: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3528]]
## [1] "KonTVofficial: just another Vex gameplay. ☺️\n\n#lolwr\n#LeagueOfLegends \n#gaming \n#KonTV https://t.co/pa8SyQCYz4"
## 
## [[3529]]
## [1] "cell0phan3: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3530]]
## [1] "StringsNBullets: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3531]]
## [1] "Ewizew: RT @Saware7: smash the ❤️if you agree😂😂😂#leagueoflegends #IDF #pakistanZindabad https://t.co/A35u1Uk3Cd"
## 
## [[3532]]
## [1] "namezero9: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3533]]
## [1] "GuiltySkull: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3534]]
## [1] "ChloeTheWivi: RT @leochamposa: The PowerPuff Girls! ❤️💙💚 \n\n#seraphine #gwen #zeri #leagueoflegends #Creadoresdelollatam https://t.co/iQrKJ3dzAR"
## 
## [[3535]]
## [1] "Adrian_lessname: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3536]]
## [1] "ToniLh03: RT @jaxenstheginger: I've finally finished the splash for my fan Spirit Blossom Zed concept🥹  #artoflegends #zed #leagueoflegends #spiritbl…"
## 
## [[3537]]
## [1] "LOL_Art_Bot: RT @metalichotchoco: Veigar being held like burger is my favorite genre of image to draw\n\n#LeagueOfLegends #ArtofLegends #mordekaiser #veig…"
## 
## [[3538]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: just play goddamn jungle\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…"
## 
## [[3539]]
## [1] "LOL_Art_Bot: RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce"
## 
## [[3540]]
## [1] "autisticyordle: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3541]]
## [1] "Desmurff: RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…"
## 
## [[3542]]
## [1] "metalichotchoco: Veigar being held like burger is my favorite genre of image to draw\n\n#LeagueOfLegends #ArtofLegends #mordekaiser… https://t.co/GftuPYYLcQ"
## 
## [[3543]]
## [1] "MineVoidMC: RT @AmateurEsports: Today’s blog is about the infamous League of Legends - what is it, and how did it become such a popular esports title?…"
## 
## [[3544]]
## [1] "AriiOxenfree: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3545]]
## [1] "wolfensnoot: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[3546]]
## [1] "VTuberTweeter: RT @_AlphaWolfUni_: Dear ADC stop running from me if I try to heal you sincerely a support player #LeagueOfLegends #VTuberEN"
## 
## [[3547]]
## [1] "tarkiov: RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…"
## 
## [[3548]]
## [1] "_AlphaWolfUni_: Dear ADC stop running from me if I try to heal you sincerely a support player #LeagueOfLegends #VTuberEN"
## 
## [[3549]]
## [1] "LoLMemesBot: just play goddamn jungle\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/CNTcsPpeZ2"
## 
## [[3550]]
## [1] "IntrinsicGames: RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…"
## 
## [[3551]]
## [1] "TrashedMammal: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3552]]
## [1] "charlizemb: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3553]]
## [1] "am_tired_: RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E"
## 
## [[3554]]
## [1] "saito450: RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…"
## 
## [[3555]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 19:58 (Hora ESP)🔥\n\n🥇 #ElmiilloR➖Viewers: 5.036\n🥈 #Werlyb➖Viewers: 2.566\n🥉… https://t.co/j8TIeT5FKE"
## 
## [[3556]]
## [1] "lesbopal56: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3557]]
## [1] "PurpleYordlNSFW: RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce"
## 
## [[3558]]
## [1] "reignitegg: What would you say about animated effects for the League of Legends card? #lol #LeagueOfLegends https://t.co/vMApSYdMSj"
## 
## [[3559]]
## [1] "TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce"
## 
## [[3560]]
## [1] "LOL_Art_Bot: RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…"
## 
## [[3561]]
## [1] "Yolanda85832856: RT @MakeeYhang: Enjoy💕💕💕 #LeagueOfLegendsFanArt #mobilegame #LeagueofLegends #YıldızMuhafızı #Worlds2021 #КосплейLoL"
## 
## [[3562]]
## [1] "pxbart: Some Jinx art from last night’s stream\n\n#nomadsculpt #substancepainter #Photoshop #illustration #art #modeling… https://t.co/1hj4Ow5PZE"
## 
## [[3563]]
## [1] "freifechter: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3564]]
## [1] "Golgrax: RT @Papi_Longlegs69: WE ARE LIVE!!!\nhttps://t.co/ItaMMfUoBV\n#smallstreamer #twitch #twitchstreamer #cod #apexlegends #minecraft #rocketleag…"
## 
## [[3565]]
## [1] "Detrex00094877: RT @MeisterStaze: Star Guardian Syndra Fanart I made recently ✨.\nI love the latest song a lot!\n\n#LeagueOfLegends #StarGuardian https://t.co…"
## 
## [[3566]]
## [1] "tsunagamerbr1: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3567]]
## [1] "bunkokoron: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3568]]
## [1] "MikuoHatsuneTTV: Day 37 of @LeagueOfLegends quotes:\n\nIt is terrible to be satisfied. The world needs us to chase dreams.\n-Illaoi… https://t.co/mwptKSxyTS"
## 
## [[3569]]
## [1] "UnKnown_Xgor: League is becoming so shit that you cannot dance on Aram without getting attacked anymore :/ #LeagueOfLegends"
## 
## [[3570]]
## [1] "AmateurEsports: Today’s blog is about the infamous League of Legends - what is it, and how did it become such a popular esports tit… https://t.co/qORKx9LZtn"
## 
## [[3571]]
## [1] "_littlepoorme: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[3572]]
## [1] "whizy3140: RT @whizy3140: Diamond Rankeds - 2 pentakills #WildRift #Katarina #LeagueOfLegends https://t.co/kDmmEahVBT"
## 
## [[3573]]
## [1] "Papi_Longlegs69: WE ARE LIVE!!!\nhttps://t.co/ItaMMfUoBV\n#smallstreamer #twitch #twitchstreamer #cod #apexlegends #minecraft… https://t.co/uGFA9PPwkL"
## 
## [[3574]]
## [1] "UchihaT94977113: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[3575]]
## [1] "bqrserklvs: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3576]]
## [1] "MuniveYanina: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[3577]]
## [1] "0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1fO9hrkqi"
## 
## [[3578]]
## [1] "RivenStore: What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/FI6F93FsFk"
## 
## [[3579]]
## [1] "PMari0o: RT @azunapixels: Yasuo from the video game “League of Legends”. \n#pixelart #fanart #LeagueOfLegends #leagueoflegendsart #leagueoflegendsfan…"
## 
## [[3580]]
## [1] "UchihaT94977113: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[3581]]
## [1] "UchihaT94977113: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[3582]]
## [1] "Cilantross: RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…"
## 
## [[3583]]
## [1] "altchargames: League of Legends: Riot Games make changes to Abyssal Mask in patch 13.1\n\nhttps://t.co/YFhZMYALSj\n\n#LeagueOfLegends… https://t.co/fr8qDSWRKA"
## 
## [[3584]]
## [1] "CATBR3AD: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3585]]
## [1] "LuxannaDuCoutea: RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf"
## 
## [[3586]]
## [1] "Libiline_exe: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[3587]]
## [1] "peeeeeinnnnn: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3588]]
## [1] "tashasgf_: RT @02_rinni: hiii, i’m looking for friends + moots from #valotwt / #valtwt , #leaguetwt , and #genshintwt !! \n\n🫧 she/her 20\n💌 NA \n🤍 bronze…"
## 
## [[3589]]
## [1] "EnderPvP2015: RT @SmurfSkins_lol: Christmas is here enjoy with us use the code\" CHRISTMAS\" for the best smurf accounts ❄⛄\n#LeagueOfLegends  #lol #sales #…"
## 
## [[3590]]
## [1] "JoeySpecialEX: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3591]]
## [1] "LOL_Art_Bot: RT @NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3592]]
## [1] "NsNapk1: \"Oh hello, birdt!\"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ"
## 
## [[3593]]
## [1] "10440Matt: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[3594]]
## [1] "miimilch: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[3595]]
## [1] "boneheadbum: RT @CaTTe__: feral little shit #LeagueOfLegends #twitch https://t.co/ddQMJPyiO7"
## 
## [[3596]]
## [1] "IntrinsicGames: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[3597]]
## [1] "PabloAn48826577: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[3598]]
## [1] "cosplaysky: ✨Lolita Design✨\n\nLink, Slytherin, Jinx Lolita, which one do you prefer?\n\nhttps://t.co/fOsRwCIbbX\n\n#zelda… https://t.co/cCWiFXrdEY"
## 
## [[3599]]
## [1] "Eien7887: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[3600]]
## [1] "Fukurokuya: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3601]]
## [1] "Awaluneocxcanon: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[3602]]
## [1] "ashhhcsgo: RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…"
## 
## [[3603]]
## [1] "Kis4_Kash: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3604]]
## [1] "Eien7887: RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…"
## 
## [[3605]]
## [1] "Leigh_Kigurumi: https://t.co/h0sTUlVj3B Dark tides of Runeterra session 99 - Twists and turns.  Next session is the big one, so clo… https://t.co/CpyJD5ClEW"
## 
## [[3606]]
## [1] "DaMan_gg: RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…"
## 
## [[3607]]
## [1] "_thetinyknight: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3608]]
## [1] "SecretAgentAhri: Hey what's up guys! Streaming for fun, so feel free to hop on in!\nhttps://t.co/B9pZB2Jjb3 #TTV #Streamer #Live… https://t.co/Rqn0eEUBmq"
## 
## [[3609]]
## [1] "astelcore: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3610]]
## [1] "JSherer20: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3611]]
## [1] "SmurfSkins_lol: Christmas is here enjoy with us use the code\" CHRISTMAS\" for the best smurf accounts ❄⛄\n#LeagueOfLegends  #lol… https://t.co/TtngQCynKZ"
## 
## [[3612]]
## [1] "EZLOL_R: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[3613]]
## [1] "Pacowski_: RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…"
## 
## [[3614]]
## [1] "HobbySharky: I wanna go snowboarding..\n#twitch #streamer #snowboard #LeagueOfLegends #riven #toplane\n\nhttps://t.co/YHl7XBdGzz https://t.co/0zOJgGYoZs"
## 
## [[3615]]
## [1] "melovehentai311: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[3616]]
## [1] "nerdystrudel: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[3617]]
## [1] "MOONSTlTCHES: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3618]]
## [1] "RetweetVT: RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…"
## 
## [[3619]]
## [1] "ScuttleCrab1370: @YouTube Shorts #shorts @YouTube #LeagueOfLegends"
## 
## [[3620]]
## [1] "AnijsmelkLover: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3621]]
## [1] "Haabibic: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3622]]
## [1] "caitIynsvi: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3623]]
## [1] "data_gawd: RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…"
## 
## [[3624]]
## [1] "sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising… https://t.co/VMJxhvVhdE"
## 
## [[3625]]
## [1] "ilvjullyandrews: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[3626]]
## [1] "wannastopnow: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3627]]
## [1] "jeanne10041: LoL Master Yi Champie Chibi Classic T-Shirt\nhttps://www.redbubble ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO"
## 
## [[3628]]
## [1] "requinn_e: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3629]]
## [1] "MikuoHatsuneTTV: Day 36 of @LeagueOfLegends quotes:\n\nBearded Lady, Nagakabouros, names don't matter! Action does.\n-Illaoi… https://t.co/5XUEmL8l19"
## 
## [[3630]]
## [1] "_VAMPIRATES: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3631]]
## [1] "riveressenc_e: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3632]]
## [1] "caniivi: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3633]]
## [1] "morxzas: RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…"
## 
## [[3634]]
## [1] "thehaakun: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3635]]
## [1] "thehaakun: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3636]]
## [1] "Virana74024290: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3637]]
## [1] "NelwishAlive: RT @ConceptCyx: Brawl Stars: Siege Colliders | Loading Screen - MOBA Concept #2\n\nI finally have chosen a name for this thing as a concept.…"
## 
## [[3638]]
## [1] "timpinii: RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…"
## 
## [[3639]]
## [1] "omnavor: I hit 20 followers on #twitch today! Next goal is #twitchaffiliate. Who's coming along for this wild ride?… https://t.co/vZL3pbfljv"
## 
## [[3640]]
## [1] "Auvy3n: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[3641]]
## [1] "VS_ECartwright: Teletegram!\n#LeagueOfLegends\n@lumikaneko\nColin neagu (supernova) misses your cumyfilled cunny"
## 
## [[3642]]
## [1] "ladyof_liight: RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf"
## 
## [[3643]]
## [1] "_another_tina_: RT @_another_tina_: You know how younger siblings are...\nAlso thank you so much for 6k followers! 💖🥹\n\n.\n#Jinx #Ezreal #Caitvi #LeagueOfLege…"
## 
## [[3644]]
## [1] "biforvi: RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy"
## 
## [[3645]]
## [1] "zipperbean: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[3646]]
## [1] "LightforgedGwyn: RT @starry_amari: winterblessed zoe rescuing sheep is the cutest thing ever tbh\n\n#leagueoflegends #artoflegends #zoe https://t.co/00375foTUP"
## 
## [[3647]]
## [1] "Kitssuneh: Last stream before Christmas! Come join for chaos on the rift! Open lobby! \n\nhttps://t.co/byTVqdH5lP… https://t.co/hBNvlBUw2H"
## 
## [[3648]]
## [1] "ElokingBoost: The lack of support for solo queue players in #leagueoflegends is unacceptable. It's time for Riot to start focusin… https://t.co/Dla407cfQr"
## 
## [[3649]]
## [1] "dotLA: The moderator told dot LA that ironically, the FTX sponsorship discussion aside, advertising or promoting #crypto o… https://t.co/EW0FfMnfx8"
## 
## [[3650]]
## [1] "1_110_06C: RT @Onezeroisten: welcome home Yasuo, dinners ready\n#yone #yasuo #LeagueOfLegends https://t.co/rnpndoIzkV"
## 
## [[3651]]
## [1] "AllStarsLA: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3652]]
## [1] "CoffinBurier: Pentakill! 💪 #LeagueOfLegends https://t.co/KABQHeI4hU"
## 
## [[3653]]
## [1] "Akuma_Gamingtw: YEZZZZIIR!!! 🔥 Let's go! 💪💪💪\nShow your love people!\n\n#LeagueOfLegends https://t.co/ba9vagJK16"
## 
## [[3654]]
## [1] "DDLiebling: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3655]]
## [1] "Frappujiku: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3656]]
## [1] "_AlphaWolfUni_: It’s league day with Master @/MacAnu7!!! I’m so excited Link Below #VTuberEN #LeagueOfLegends #lewdtuber https://t.co/Uf1026h7Xm"
## 
## [[3657]]
## [1] "DunkmasterSett: DUNK!!\n271 PTS\n#Dunkmaster🏀 #FeelIonia🍃#LeagueOfLegends👊"
## 
## [[3658]]
## [1] "_hilvc: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[3659]]
## [1] "torimiyaz: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3660]]
## [1] "DiegoCiferri: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[3661]]
## [1] "notanuggetz: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3662]]
## [1] "CappleProd: RT @Winteriris4: Commission for Aiba on Discord!\n(Spirit blossom Kindred from League of legends)\n#LeagueOfLegends #LeagueOfLegendsFanArt #k…"
## 
## [[3663]]
## [1] "LightforgedGwyn: RT @LilliaQnQ: WinterBlessed Zoe💭💭💭\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#Zoe https://t.co/PkrCDP2KPU"
## 
## [[3664]]
## [1] "Hexteching: RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…"
## 
## [[3665]]
## [1] "LightforgedGwyn: RT @starcrash102: GUYS I DID ITTT I FINALLY FINISHED SOMETHING\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #zoe #winterblessed h…"
## 
## [[3666]]
## [1] "MineVoidMC: RT @pabloesc_OBARR: Just lost my lane in #LeagueOfLegends and it feels exactly like when I failed my exams. Looks like I need to hit the bo…"
## 
## [[3667]]
## [1] "eternalmercies: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3668]]
## [1] "lehnert_timon: RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…"
## 
## [[3669]]
## [1] "KokoLoreto: RT @StudiosAnimato: Concept: https://t.co/gB85jmZRWy\nProject: https://t.co/TmzRe6fJjX\nYone © Riot Games 2022\n\n#riotgames #LeagueOfLegends #…"
## 
## [[3670]]
## [1] "QUBDS: We're having a joint QUB Dragonslayers &amp; QUB Esports League Night!📢\n\nJoin us in the Dragonslayer discord server 7pm… https://t.co/9XCgMYyuY6"
## 
## [[3671]]
## [1] "pabloesc_OBARR: Just lost my lane in #LeagueOfLegends and it feels exactly like when I failed my exams. Looks like I need to hit th… https://t.co/TYvxorVC11"
## 
## [[3672]]
## [1] "Noxalways07: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3673]]
## [1] "Blooming_Blows: RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…"
## 
## [[3674]]
## [1] "GET_JlNXED: RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy"
## 
## [[3675]]
## [1] "kymkarasan: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3676]]
## [1] "KokoLoreto: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3677]]
## [1] "elshan0193: RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E"
## 
## [[3678]]
## [1] "LOL_Art_Bot: RT @_Nieru_: Day 20 of daily fanart in December\n\nToday I rolled Kaisa\n\n#fanart #Kaisa #kaisafanart #LeagueOfLegends #LeagueOfLegendsFanArt…"
## 
## [[3679]]
## [1] "erisrab: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[3680]]
## [1] "kamaerta: RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…"
## 
## [[3681]]
## [1] "IntrinsicGames: RT @_Nieru_: Day 20 of daily fanart in December\n\nToday I rolled Kaisa\n\n#fanart #Kaisa #kaisafanart #LeagueOfLegends #LeagueOfLegendsFanArt…"
## 
## [[3682]]
## [1] "_Nieru_: Day 20 of daily fanart in December\n\nToday I rolled Kaisa\n\n#fanart #Kaisa #kaisafanart #LeagueOfLegends… https://t.co/JnrRgN3m5h"
## 
## [[3683]]
## [1] "TheMelonBender: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3684]]
## [1] "TheMelonBender: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3685]]
## [1] "HexaDona: Best day of my life #leagueoflegends https://t.co/SdKwDw20lf"
## 
## [[3686]]
## [1] "GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager… https://t.co/nNoRAkSYL7"
## 
## [[3687]]
## [1] "Arctic_Mirafox: RT @ProjectAiyoh: Sett Gym Selfie 🤳  #Sett #nsfwart #bara #LeagueOfLegends https://t.co/mWhQ5YVfpa"
## 
## [[3688]]
## [1] "dikarendy99: Naik Master 🔥🔥\nThank You @riotgames\n#WildRift \n#LeagueOfLegends https://t.co/0Kz9TzvClE… https://t.co/jzUwIfKu3t"
## 
## [[3689]]
## [1] "darthfuzzy77: Self promo is ALLOWED in my chat.. lurkers welcome.. c'mon folks I'm so damn close to affiliate. Then we can do emo… https://t.co/IX8M11WN12"
## 
## [[3690]]
## [1] "JeanTheQueen_13: RT @N_I_X_E_U: Purple Butterflies\n#digitalart #kaisa #LeagueOfLegends\n⋗ https://t.co/eWo50Mm2Bd https://t.co/ul1ZyhdQRe"
## 
## [[3691]]
## [1] "JeanTheQueen_13: RT @N_I_X_E_U: Is that fear I smell ?\n#digitalart #katarina #LeagueOfLegends\n⋗ https://t.co/eWo50Mm2Bd https://t.co/6BDCv0Rrey"
## 
## [[3692]]
## [1] "Gremlin_rat_: RT @heyitspegkat: Protective Older Siblings (Ft. Vi &amp; Jinx + Garen &amp; Lux)\n#LeagueOfLegends #arcanefanart #lightcannon https://t.co/PCgZLA7G…"
## 
## [[3693]]
## [1] "JeanTheQueen_13: RT @N_I_X_E_U: S w e e t   E v i l\nPink version 1/2\n#digitalart #LeagueOfLegends \n⋗ https://t.co/eWo50Mm2Bd https://t.co/niUzWyL4BE"
## 
## [[3694]]
## [1] "JeanTheQueen_13: RT @N_I_X_E_U: Young Sona trying bass for the first time.\n#digitalart #LeagueOfLegends \n⋗ https://t.co/eWo50Mm2Bd https://t.co/snI3aAqOm7"
## 
## [[3695]]
## [1] "DSeulrenity: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3696]]
## [1] "JeanTheQueen_13: RT @N_I_X_E_U: Mel design practice.\n#Arcane #LeagueOfLegends \n⋗ https://t.co/eWo50Mm2Bd https://t.co/055f1eK0Bv"
## 
## [[3697]]
## [1] "camilleorafk: RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…"
## 
## [[3698]]
## [1] "OniOzen: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3699]]
## [1] "batatacawboy: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[3700]]
## [1] "JeanTheQueen_13: RT @N_I_X_E_U: Mystic Porcelain Ahri\n\n⋗ https://t.co/eWo50Mm2Bd\n#LeagueOfLegends @LeagueOfLegends https://t.co/a7EXE4fuw6"
## 
## [[3701]]
## [1] "JeanTheQueen_13: RT @N_I_X_E_U: Design finished, Mystic Porcelain Ahri.\nI will use it as a reference for my next drawing. #LeagueOfLegends \n\n⋗ https://t.co/…"
## 
## [[3702]]
## [1] "YuumiZoomies: RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E"
## 
## [[3703]]
## [1] "theurkah: Peep the damage👀🔥 #LeagueOfLegends #aram https://t.co/upj1RRBtTz"
## 
## [[3704]]
## [1] "imnotmartina_: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3705]]
## [1] "firepix515: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[3706]]
## [1] "JorgeV1806: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3707]]
## [1] "TheRakis: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3708]]
## [1] "JeanTheQueen_13: RT @N_I_X_E_U: https://t.co/eWo50Mm2Bd\n𝘌𝘕𝘊𝘏𝘈𝘕𝘛𝘌𝘋\n\n#LeagueOfLegends #Ahri https://t.co/dW5Up2Cg0a"
## 
## [[3709]]
## [1] "jellovice: RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…"
## 
## [[3710]]
## [1] "DuncanAbizaid1: RT @MielaInk: omg (again)\n\n#xayah #leagueoflegends https://t.co/yz6EmmCosZ"
## 
## [[3711]]
## [1] "RivenStore: How ya doin`?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/Z1sVIdD5gC"
## 
## [[3712]]
## [1] "alya_seemo: RT @KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.…"
## 
## [[3713]]
## [1] "Tuffbomb_s4vi0r: RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy"
## 
## [[3714]]
## [1] "margare74215906: RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ"
## 
## [[3715]]
## [1] "JamesBlackquill: RT @PelaoMr: Simple Doodle \n#jhin #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/hs6r0FfcWK"
## 
## [[3716]]
## [1] "FlyingKaida: RT @MacAnu7: How not to play League With The Pup AlphaWolfUni\n#LeagueOfLegends \n#VtubersEN \n#VTuberUprising \nLive Links in the comments bel…"
## 
## [[3717]]
## [1] "ootathcyrtss: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3718]]
## [1] "eazelpaint: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3719]]
## [1] "JChengScribbles: Whatever happened to #LeagueOfLegends's weird, random champs? Like, Rammus doesn't have some epic backstory, backst… https://t.co/xik7rCDSXg"
## 
## [[3720]]
## [1] "draconniax: RT @kardie00: - Yammy!\n- You again?! You ate all my supplies yesterday!\n\nIdea sponsored by @kittenblob 🐱❤️\n\n#Swain #Anivia #LOL #LeagueOfLe…"
## 
## [[3721]]
## [1] "MacAnu7: How not to play League With The Pup AlphaWolfUni\n#LeagueOfLegends \n#VtubersEN \n#VTuberUprising \nLive Links in the comments below"
## 
## [[3722]]
## [1] "nekonathann: RT @kuravitishin: gonna clutch this costume before cosmatsuri day 2 ㅠㅠ\n\n#viktor #viktorarcane #arcane #leagueoflegends #viktorleagueoflegen…"
## 
## [[3723]]
## [1] "pandoorawr_: In my Ahri phase💕✌️ #ahri #spiritblossom #LeagueOfLegends #fanart https://t.co/YvikrbSnRh"
## 
## [[3724]]
## [1] "IntrinsicGames: RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…"
## 
## [[3725]]
## [1] "WesselMontfoort: RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…"
## 
## [[3726]]
## [1] "Carolin26512460: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3727]]
## [1] "SummonerOrthan: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3728]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…"
## 
## [[3729]]
## [1] "VulpisinLove: RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E"
## 
## [[3730]]
## [1] "LOL_Art_Bot: RT @ladydark_7: Just want to share with you all this amazing piece of art made by the amazing petite_kissu from Mexico, take a look to her…"
## 
## [[3731]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 18:06 (Hora ESP)🔥\n\n🥇 #ElmiilloR➖Viewers: 4.386\n🥈 #Werlyb➖Viewers: 1.862\n🥉… https://t.co/KjzQokvi3U"
## 
## [[3732]]
## [1] "PlayerCounter: How many gamers are playing? League of Legends Live Player Count https://t.co/hgOmmmRAOG #leagueoflegends #lol"
## 
## [[3733]]
## [1] "Marie123Pizza: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3734]]
## [1] "Princess_Puma: https://t.co/1aa1wsLIJB - League Tuesday - More Casual ARAM #ENVtuber #VTuberUprising #PNGtubers #LGBTQFriendly… https://t.co/32JE0a2Y74"
## 
## [[3735]]
## [1] "cafecutiesoraka: RT @kardie00: - Yammy!\n- You again?! You ate all my supplies yesterday!\n\nIdea sponsored by @kittenblob 🐱❤️\n\n#Swain #Anivia #LOL #LeagueOfLe…"
## 
## [[3736]]
## [1] "yourkilljoys: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3737]]
## [1] "bubu3488: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[3738]]
## [1] "fandifi: It's almost impossible not to... 😇\n\n#gaming #halo #esports #esport #twitch #valorant #leagueoflegends #overwatch… https://t.co/TUJ3RrdcpJ"
## 
## [[3739]]
## [1] "LoLMemesBot: A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/G9wlv86Tlz"
## 
## [[3740]]
## [1] "ladydark_7: Just want to share with you all this amazing piece of art made by the amazing petite_kissu from Mexico, take a look… https://t.co/mMvEuFehit"
## 
## [[3741]]
## [1] "one1001ten: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/c236LRp50n"
## 
## [[3742]]
## [1] "Jasmine_Rosh: Finally back 😊\nhttps://t.co/6YKzHgprSM\n\n #twitchstreamer #twitchaffiliate #twitchtv #VALORANT #LeagueOfLegends… https://t.co/kFFkeuSjou"
## 
## [[3743]]
## [1] "Peter_S325: RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E"
## 
## [[3744]]
## [1] "minicoru: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[3745]]
## [1] "AfgathaOsa: RT @By_meeeeeeeee: Viego cat part 3\n.\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends   #lolfanart #viego https://t.co/pXzKAGr2AW"
## 
## [[3746]]
## [1] "AfgathaOsa: RT @medok_art: Behind the scenes and Typical working day at \"Thresh Records\"\n\nHave a nice productive week!💚\n\n#Thresh #Viego #LeagueOfLegend…"
## 
## [[3747]]
## [1] "Duckonsea: RT @BonniieA: Mythmaker Irelia 🖤\n\n#Irelia #LeagueOfLegends https://t.co/WBo2ZEDFT8"
## 
## [[3748]]
## [1] "minicoru: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[3749]]
## [1] "Mr_Golu_01: RT @Irine_Meier: A few days ago I visited the headquarters of @riotgames in California. It was so cool!!! 😍\nI already did a cosplay of Akal…"
## 
## [[3750]]
## [1] "AfgathaOsa: RT @MangakaNekoChan: Found this old sketch of music verse #Seraphine and #Viego being best friends and polished it a bit✨\n#LeagueOfLegends…"
## 
## [[3751]]
## [1] "Duckonsea: RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk"
## 
## [[3752]]
## [1] "AfgathaOsa: RT @Spoopy_Owl: 🎶 Last Melody 🎶\n\nThe last notes on repeat, to remember his once happy life made by his creator. Now forgotten, it is all th…"
## 
## [[3753]]
## [1] "buterzz_: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3754]]
## [1] "batatacawboy: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[3755]]
## [1] "FrekiBite: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3756]]
## [1] "RockatanskyGirl: RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…"
## 
## [[3757]]
## [1] "sunaowolfie: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3758]]
## [1] "daily_viego: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3759]]
## [1] "AldyViego: RT @ColossusMibl: I wanted to do something charming\n\n#LeagueOfLegends #Varus https://t.co/lxeUhuihc5"
## 
## [[3760]]
## [1] "robot_rad: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3761]]
## [1] "robot_rad: RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…"
## 
## [[3762]]
## [1] "LEMONFlSH: RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…"
## 
## [[3763]]
## [1] "faeriefountain: RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…"
## 
## [[3764]]
## [1] "fudeberto: RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf"
## 
## [[3765]]
## [1] "ZigZagZett: RT @summerswirlarts: Kalista meeting Erlok Grael in the Blessed Isles, ca. 25 BN, colorized.\n\n#LeagueOfLegends #kalista #thresh #ruination…"
## 
## [[3766]]
## [1] "rainestorms_: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3767]]
## [1] "ZigZagZett: RT @aphelionaphelia: the final scene of the ruination novel (probably)\n\n#kalista #viego #leagueoflegends https://t.co/8oBCvJc7AK"
## 
## [[3768]]
## [1] "PotatoDevil2: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3769]]
## [1] "karasunomajo: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3770]]
## [1] "Slenderwomanh: RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…"
## 
## [[3771]]
## [1] "IntrinsicGames: RT @ciderxii: guns out\n\n#jinx #jinxfanart #jinxarcane #arcanefanart #arcane #ArcaneArt #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co…"
## 
## [[3772]]
## [1] "RivenStore: Hello there!\nLove LoL? Visit us: https://t.co/JrAiMSX6DJ\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/jhwlwLQNaz"
## 
## [[3773]]
## [1] "IntrinsicGames: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3774]]
## [1] "Arbiter0557: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3775]]
## [1] "IntrinsicGames: RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…"
## 
## [[3776]]
## [1] "sasa_llm: RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…"
## 
## [[3777]]
## [1] "CuppaDoppio: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3778]]
## [1] "cyanobacterieee: RT @ciderxii: guns out\n\n#jinx #jinxfanart #jinxarcane #arcanefanart #arcane #ArcaneArt #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co…"
## 
## [[3779]]
## [1] "oleandrinhoreal: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3780]]
## [1] "belechtorVN: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3781]]
## [1] "LeonCorn_LC: RT @Winteriris4: Commission for Aiba on Discord!\n(Spirit blossom Kindred from League of legends)\n#LeagueOfLegends #LeagueOfLegendsFanArt #k…"
## 
## [[3782]]
## [1] "Indra82233438: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[3783]]
## [1] "Steven_Islas1: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3784]]
## [1] "oleandrinhoreal: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3785]]
## [1] "HorizonCasts: This pre-season is going to be very interesting meta wise. These Tank/Bruiser changes are going to make drafting a… https://t.co/Jt6LoKdeGN"
## 
## [[3786]]
## [1] "esports_maps: I just want to play a single-player game... 😑\n\n#gaming #twitch #valorant #leagueoflegends #overwatch #csgo… https://t.co/r0qRWU2SW6"
## 
## [[3787]]
## [1] "IceTrainer_Jean: You know, yesterday I dedicated myself to making a calendar with each release date of the LoL champions, noticing s… https://t.co/IQRJPB2Pr0"
## 
## [[3788]]
## [1] "AkiraKassadin: RT @Saware7: smash the ❤️if you agree😂😂😂#leagueoflegends #IDF #pakistanZindabad https://t.co/A35u1Uk3Cd"
## 
## [[3789]]
## [1] "_BoogiemanSam: RT @Zoezxang29: #LeagueOfLegends #ArtOfLegends \nMake up https://t.co/9zG0nIK7GH"
## 
## [[3790]]
## [1] "CAlTVl: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3791]]
## [1] "Jetstar245: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3792]]
## [1] "fluggzero: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3793]]
## [1] "Rest1ess1: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3794]]
## [1] "LOL_Art_Bot: RT @_sangchu_ya_: #ArtofLegends #LeagueOfLegends \nI made a legend. https://t.co/PFQRKlQ3al"
## 
## [[3795]]
## [1] "LOL_Art_Bot: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3796]]
## [1] "mitskiramman: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3797]]
## [1] "wonderjans: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3798]]
## [1] "rohan_ashido: RT @CHOCOT4RT: ⚓️marine look neeko💙\n#LeagueOfLegends #ArtofLegends #Neeko https://t.co/8LBa2INCcD"
## 
## [[3799]]
## [1] "papuchochoe: RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[3800]]
## [1] "rohan_ashido: RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT"
## 
## [[3801]]
## [1] "_sangchu_ya_: #ArtofLegends #LeagueOfLegends \nI made a legend. https://t.co/PFQRKlQ3al"
## 
## [[3802]]
## [1] "remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends… https://t.co/Rr9NtSO8G7"
## 
## [[3803]]
## [1] "sztrot: RT @keigora_: Observing the magnificent HONSE in its natural habitat.\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Hecarim #LeagueFanart https…"
## 
## [[3804]]
## [1] "vrike1: RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…"
## 
## [[3805]]
## [1] "ChopCho97295949: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[3806]]
## [1] "vispantspouches: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3807]]
## [1] "DARKINCORE: RT @HighNoonJhin: Maybe itll be a print or a thick keychain in my shop someday\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #artoflegends #raka…"
## 
## [[3808]]
## [1] "VisRomanNose: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3809]]
## [1] "Chashku: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[3810]]
## [1] "kirammanhoe: RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy"
## 
## [[3811]]
## [1] "EBDLA_original: RT @requeenhq: 🍬⭐️✨I made this seraphine for the lol contest, no game, but I had fun making it :)✨⭐️🍬\n\n#ArtistOnTwitter #ArtofLegends #artw…"
## 
## [[3812]]
## [1] "EBDLA_original: RT @tiltedlily: TFT little legends! Furyhorns requested by @RiotWhiskies ❤️ #LeagueOfLegends #fanart #cute #ArtOfLegends #TeamfightTactics…"
## 
## [[3813]]
## [1] "LOL_Art_Bot: RT @fuwamoowa: everything goes on 🎶\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian https://t.co/q74QTSWpH9"
## 
## [[3814]]
## [1] "EnoshimaAJ: RT @HayashiDraws: Kayle\n\nFollow me on instagram! https://t.co/hUqLcJQ7wV\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/Y3oPhx5wQa"
## 
## [[3815]]
## [1] "EnoshimaAJ: RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk"
## 
## [[3816]]
## [1] "EBDLA_original: RT @little_lolz: Astronaut Bard and Teemo floating in a sea of lazily draw stars lol\n\n#LeagueOfLegends #ArtofLegends #RiotGames #art #fanar…"
## 
## [[3817]]
## [1] "cherry0eve: RT @EggzyLazy: Selenelion 🌖\n#ArtofLegends #LeagueOfLegends #leodia https://t.co/gahyl0YJM5"
## 
## [[3818]]
## [1] "mellyyang22: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3819]]
## [1] "Jinxour: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3820]]
## [1] "VTCK_2022: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3821]]
## [1] "MikeWu36: RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa"
## 
## [[3822]]
## [1] "phantcas: RT @HayashiDraws: Kayle\n\nFollow me on instagram! https://t.co/hUqLcJQ7wV\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/Y3oPhx5wQa"
## 
## [[3823]]
## [1] "Nessa_Avatar: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3824]]
## [1] "MikeWu36: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[3825]]
## [1] "IntrinsicGames: RT @fuwamoowa: everything goes on 🎶\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian https://t.co/q74QTSWpH9"
## 
## [[3826]]
## [1] "IntrinsicGames: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3827]]
## [1] "zemiizart: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3828]]
## [1] "fuwamoowa: everything goes on 🎶\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian https://t.co/q74QTSWpH9"
## 
## [[3829]]
## [1] "imaiwon: RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…"
## 
## [[3830]]
## [1] "LOL_Art_Bot: RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…"
## 
## [[3831]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Wait...It's all just Neace Tips?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds202…"
## 
## [[3832]]
## [1] "pinoytechsaga: Transfer your non-SEA Riot LoL account to SEA server for 1 BE\nREAD: https://t.co/bnymNl1OJe\n#LeagueOfLegends #LoL… https://t.co/kB0olSQv1h"
## 
## [[3833]]
## [1] "LoLRoundUp_: My LCK tier list is complete with the offseason all but officially over. #LeagueOfLegends #lck #t1fighting #gobro… https://t.co/X2P92gOoJR"
## 
## [[3834]]
## [1] "a_daydreamin: RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…"
## 
## [[3835]]
## [1] "JoyfulManati: RT @JoyfulManati: ✂️Fright Night Gwen ✂️\n\n#Gwen #FrightNight #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/2xl0rhvegp"
## 
## [[3836]]
## [1] "DeathBlue3: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[3837]]
## [1] "Barbara12772130: I've had issues with this one.👏👏👏 #LeagueofLegends #TLWIN #StarGuardians #КосплейLoL"
## 
## [[3838]]
## [1] "VisFavgauntlet: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3839]]
## [1] "DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock… https://t.co/pdrGsAzSSq"
## 
## [[3840]]
## [1] "ashenhallow: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3841]]
## [1] "nyaayato: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3842]]
## [1] "ArcticVP: New Video Up on YT!!! Had to repost was having a weird bug\n\n#LeagueOfLegends #league #gaming #gamer #LGBTQIA… https://t.co/wkX9WZNpdb"
## 
## [[3843]]
## [1] "CashursS: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3844]]
## [1] "ODII98473731: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3845]]
## [1] "gemugamesdesu: Do any of you play these games?\n#gamingcommunity #gaming #gamer #games #valorant #Fortnite #Warzone2 #LeagueOfLegends #riotgames"
## 
## [[3846]]
## [1] "AmbivalentSlime: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3847]]
## [1] "LoLMemesBot: Wait...It's all just Neace Tips?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/jy9lCnuR3d"
## 
## [[3848]]
## [1] "DNGR_Dave: RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…"
## 
## [[3849]]
## [1] "Valor_Bot: RT @joonahnart: Demacia Raptor \nproperty of Riotgames #demacia #LeagueOfLegends #RiotGames #Eagle #conceptart #drawing #painting #sketch ht…"
## 
## [[3850]]
## [1] "insane_nya: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3851]]
## [1] "DNGR_Dave: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3852]]
## [1] "DNGR_Dave: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[3853]]
## [1] "vcvcvc516: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3854]]
## [1] "HygaraS: RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…"
## 
## [[3855]]
## [1] "faroshuffle_: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[3856]]
## [1] "yorickzoa: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3857]]
## [1] "loud_gothbird: RT @Narutsuru: #ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios Lunar Beast Aphelios https://t.co/lagnw2ZNhc"
## 
## [[3858]]
## [1] "kuravitishin: gonna clutch this costume before cosmatsuri day 2 ㅠㅠ\n\n#viktor #viktorarcane #arcane #leagueoflegends… https://t.co/0X86k3IO6R"
## 
## [[3859]]
## [1] "Albert_K_Vincen: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[3860]]
## [1] "xayahsona_27: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3861]]
## [1] "ErrKira_ss: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3862]]
## [1] "IntrinsicGames: RT @kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3"
## 
## [[3863]]
## [1] "Isgaruh: RT @floatinghanmi: super super cute seraphine and viego commissioned by @The_LadyScorpio 💜🖤 i had so much fun drawing this and i love the e…"
## 
## [[3864]]
## [1] "IntrinsicGames: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[3865]]
## [1] "LeSaintDauphin: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[3866]]
## [1] "pjatek_art: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[3867]]
## [1] "howdia_ir: RT @kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3"
## 
## [[3868]]
## [1] "RivenStore: Like and Share if you have been fan since day 1\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys… https://t.co/caJLk0GQAb"
## 
## [[3869]]
## [1] "Lem0ncita: RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly"
## 
## [[3870]]
## [1] "RSilentNinja: RT @RSilentNinja: K/DA \"I'LL SHOW YOU\" - Ahri from League of Legends! #KDA #KDAAhri #ILLSHOWYOU #LeagueofLegends #AhriFanArt #KDAAllOut #Ah…"
## 
## [[3871]]
## [1] "Ernan_64: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3872]]
## [1] "Elvinguhl: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[3873]]
## [1] "jstsoni: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3874]]
## [1] "caitsviolet: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3875]]
## [1] "NIJISE_: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3876]]
## [1] "daritm1: RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…"
## 
## [[3877]]
## [1] "LOL_Art_Bot: RT @soramakeart: Evelynn Master Study - League of Runtera\n#leagueoflegends #leagueoflegendsfanart #characterdesign #conceptart https://t.co…"
## 
## [[3878]]
## [1] "luca48434780: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[3879]]
## [1] "soramakeart: Evelynn Master Study - League of Runtera\n#leagueoflegends #leagueoflegendsfanart #characterdesign #conceptart https://t.co/40hbds8Kvn"
## 
## [[3880]]
## [1] "SylasDesencade1: RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf"
## 
## [[3881]]
## [1] "crystalkayo: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3882]]
## [1] "TheMoro9: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[3883]]
## [1] "RepulsiveMaid: RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k"
## 
## [[3884]]
## [1] "IceTrainer_Jean: RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf"
## 
## [[3885]]
## [1] "France_Verte: RT @regal_randy: Season 13 EXPERIMENTAL BUILDS - https://t.co/ey2HKoTGeg\n-\n-\n-\n#cannabis #comechill #giveaway #Giveaways #cannabisculture #…"
## 
## [[3886]]
## [1] "Arcanemachine1: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3887]]
## [1] "caitvist: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3888]]
## [1] "losena_art: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3889]]
## [1] "LOL_Art_Bot: RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3890]]
## [1] "Kamii23237368: RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf"
## 
## [[3891]]
## [1] "9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd"
## 
## [[3892]]
## [1] "regal_randy: Season 13 EXPERIMENTAL BUILDS - https://t.co/ey2HKoTGeg\n-\n-\n-\n#cannabis #comechill #giveaway #Giveaways… https://t.co/Dl5t9AozL0"
## 
## [[3893]]
## [1] "igrabbedthemoon: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3894]]
## [1] "loreofruneterra: POTENTIAL CLASSES/EXPERTISE IN RIOTS MMO?: Hi all! I have a theory regarding the mastery names in League of Legends… https://t.co/P7aX3J27HX"
## 
## [[3895]]
## [1] "SheepEddie: RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf"
## 
## [[3896]]
## [1] "IntrinsicGames: RT @EggzyLazy: Selenelion 🌖\n#ArtofLegends #LeagueOfLegends #leodia https://t.co/gahyl0YJM5"
## 
## [[3897]]
## [1] "WRlTTENlNSTARS: RT @leochamposa: Cat Boy or Wolf Boy? 🐱🐺\n\n#sylas #lux #ezreal #leagueoflegends #creadoresdelollatam https://t.co/QDOxzed298"
## 
## [[3898]]
## [1] "Clieant: RT @leochamposa: #loltubre2022 DAY 4; Favorite couple \n\nThis year my favorite couple is Lee Sin and Udyr 🤠\n\n#LoLtubre #LeagueOfLegends #cre…"
## 
## [[3899]]
## [1] "IntrinsicGames: RT @ColossusMibl: I wanted to do something charming\n\n#LeagueOfLegends #Varus https://t.co/lxeUhuihc5"
## 
## [[3900]]
## [1] "DDLiebling: RT @ColossusMibl: I wanted to do something charming\n\n#LeagueOfLegends #Varus https://t.co/lxeUhuihc5"
## 
## [[3901]]
## [1] "lyqwann: RT @EggzyLazy: Selenelion 🌖\n#ArtofLegends #LeagueOfLegends #leodia https://t.co/gahyl0YJM5"
## 
## [[3902]]
## [1] "AdvancedSIMP: It's 61st day of SIMP waiting for MALE FURRY CHAMP 😉#SIMPiswaiting #LeagueOfLegends"
## 
## [[3903]]
## [1] "yoiokoo: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[3904]]
## [1] "dumbpiltie: RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…"
## 
## [[3905]]
## [1] "Smoked_SalmonOG: RT @TeamInsidious5: The first big giveaway of Team Insidious is here . To join you have to follow 3 easy steps :\n1) Follow our Twitter Page…"
## 
## [[3906]]
## [1] "M4ier_lol: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[3907]]
## [1] "megle1912: RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy"
## 
## [[3908]]
## [1] "Uness_YB: RT @iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I"
## 
## [[3909]]
## [1] "LOL_Art_Bot: RT @ciderxii: guns out\n\n#jinx #jinxfanart #jinxarcane #arcanefanart #arcane #ArcaneArt #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co…"
## 
## [[3910]]
## [1] "LOL_Art_Bot: RT @banhgaune_: Pick your champion!\n#LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios https://t.co/gHYnoZ0SE6"
## 
## [[3911]]
## [1] "Bunshee97: RT @cahri_ai: Yuumi and Rengar feed be like\n\n#yuumi #rengar #leagueoflegends #leagueoflegendsmemes #leagueoflegendsfanart #lol #wildrift #f…"
## 
## [[3912]]
## [1] "Shaycook20: RT @grymalk1nn: POV you stole your ad carry’s cs\n\n#Caitlyn #ArtofLegends #LeagueOfLegendsFanArt #LeagueofLegends #Riot #caitlynkiramman htt…"
## 
## [[3913]]
## [1] "Shaycook20: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3914]]
## [1] "ciderxii: guns out\n\n#jinx #jinxfanart #jinxarcane #arcanefanart #arcane #ArcaneArt #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/Q22crRC9uW"
## 
## [[3915]]
## [1] "The_von_Truber: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3916]]
## [1] "DarkSyndraQueen: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[3917]]
## [1] "DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf"
## 
## [[3918]]
## [1] "NocturnaDraco: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3919]]
## [1] "dumbpiltie: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3920]]
## [1] "omnavor: Breakfast of champions before the #livestream today on #twitch. Join me and my wife for some #tft #leagueoflegends… https://t.co/4Sp1OQbWWN"
## 
## [[3921]]
## [1] "banhgaune_: Pick your champion!\n#LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios https://t.co/gHYnoZ0SE6"
## 
## [[3922]]
## [1] "Rianvids: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[3923]]
## [1] "MrTragicX: RT @SleinYesWowNC: \"A sword mirrors its owner.\"\nSpirit Blossom Riven\n\npart of November pack(2/5)\n#ArtofLegends #LeagueOfLegends https://t.c…"
## 
## [[3924]]
## [1] "kodoh_jin: RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…"
## 
## [[3925]]
## [1] "r07Z972dmvFBB9c: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3926]]
## [1] "LeodiaCanon: RT @NeoNa_Gloom_ART: NEW: Coven Bel’Veth\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Morgana #B…"
## 
## [[3927]]
## [1] "DarkSteler: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[3928]]
## [1] "_galacticghost: \"Let me guide you.\"\n\n#HolMat2022 #LeagueOfLegends #soraka #cosplayergirl https://t.co/FKiN3D4nxl"
## 
## [[3929]]
## [1] "langsiluo: RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa"
## 
## [[3930]]
## [1] "Tsukihime_NF: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3931]]
## [1] "LeodiaCanon: RT @Onezeroisten: welcome home Yasuo, dinners ready\n#yone #yasuo #LeagueOfLegends https://t.co/rnpndoIzkV"
## 
## [[3932]]
## [1] "Kirishimakrbk: RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y"
## 
## [[3933]]
## [1] "sxlvercatra: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3934]]
## [1] "wydderka: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3935]]
## [1] "catboyreiji: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3936]]
## [1] "lttoii: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3937]]
## [1] "SuccubaRossa: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3938]]
## [1] "Vinyonetta: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3939]]
## [1] "levirxn: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3940]]
## [1] "FRCretweets: RT @stats_live_es: ▶️ League of Legends - Top streams a las 15:46 (Hora ESP)🔥\n\n🥇 #Esportmaniacos➖Viewers: 3.515\n🥈 #KXMI➖Viewers: 713\n🥉 #lup…"
## 
## [[3941]]
## [1] "IntrinsicGames: RT @stats_live_es: ▶️ League of Legends - Top streams a las 15:46 (Hora ESP)🔥\n\n🥇 #Esportmaniacos➖Viewers: 3.515\n🥈 #KXMI➖Viewers: 713\n🥉 #lup…"
## 
## [[3942]]
## [1] "pickmeup__0: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3943]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 15:46 (Hora ESP)🔥\n\n🥇 #Esportmaniacos➖Viewers: 3.515\n🥈 #KXMI➖Viewers: 713\n🥉… https://t.co/xMIRpGJUnB"
## 
## [[3944]]
## [1] "seza20001021: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3945]]
## [1] "LeodiaCanon: RT @starry_amari: \"In the name of the Moon, we'll punish you!\"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…"
## 
## [[3946]]
## [1] "ceykore: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[3947]]
## [1] "tigrekatowo: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3948]]
## [1] "shangluen: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3949]]
## [1] "RepulsiveMaid: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3950]]
## [1] "LeodiaCanon: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[3951]]
## [1] "LeodiaCanon: RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…"
## 
## [[3952]]
## [1] "softie_writes: RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa"
## 
## [[3953]]
## [1] "ankoragg: Trust me bro. 🙃\n\n#ankoragg #LeagueOfLegends #balkan https://t.co/6QrTozpuDc"
## 
## [[3954]]
## [1] "miemeoww1: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[3955]]
## [1] "healerlb3: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[3956]]
## [1] "LeodiaCanon: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[3957]]
## [1] "sideboooot: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3958]]
## [1] "healerlb3: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[3959]]
## [1] "egirlkayla_: RT @532154625: She was watching her✨\n\n#Arcane     #LeagueOfLegends #Vi #Caitlyn https://t.co/K2OM3eqHEm"
## 
## [[3960]]
## [1] "Yolisters: Tuesday Short!\n\nMr. Quadra's Insane Game Part 2 #shorts #trending #leagueoflegends https://t.co/MjkAcdTrf5 via @YouTube"
## 
## [[3961]]
## [1] "RetweetVT: RT @AkatsukiAkiza: Opened my LoL skin shop today and I seriously want to cry, bc I want/need nearly all of them T_T\nWhy did you do this to…"
## 
## [[3962]]
## [1] "Luwunali: Uploaded a small Xayah montage on Tiktok if anyone's interested in it!\n#League #LeagueOfLegends #Twitch… https://t.co/GZy4jjppol"
## 
## [[3963]]
## [1] "LOL_Art_Bot: RT @EchoTries__: #arcana concept for #Nami as the card #temperance of the major arcana :)\nIt’s my first time making a #splashart \n\n#LeagueO…"
## 
## [[3964]]
## [1] "DiscordJester: Check out this League of Legends clip I recorded with https://t.co/7z9D9QPLlB! #LeagueofLegends\n\n🔗… https://t.co/83xTvI7915"
## 
## [[3965]]
## [1] "AkatsukiAkiza: Opened my LoL skin shop today and I seriously want to cry, bc I want/need nearly all of them T_T\nWhy did you do thi… https://t.co/yu3WM9X9VK"
## 
## [[3966]]
## [1] "drealost: RT @xmimishy: 3-0 ??? GOLD SOON TM version 2 success.\ncome for the last game!! #LeagueOfLegends  \n \nMAY THE WIN COME WITH ME. https://t.co/…"
## 
## [[3967]]
## [1] "EchoTries__: #arcana concept for #Nami as the card #temperance of the major arcana :)\nIt’s my first time making a #splashart… https://t.co/eJxVYbb37x"
## 
## [[3968]]
## [1] "loreofruneterra: Tavern in Zaun: Viktor and Karma: submitted by  /u/colorisandoo  \n [link] [comments] https://t.co/VLjARCQvxy… https://t.co/fSrhmQmbRS"
## 
## [[3969]]
## [1] "Bitnarlol: AI art is so cool!\nhttps://t.co/55da8S425V ~ check out my new video ❤️🧡💛💚💙💜\n#LeagueOfLegends #twitch #streaming #soloq"
## 
## [[3970]]
## [1] "cryingace: RT @Onezeroisten: welcome home Yasuo, dinners ready\n#yone #yasuo #LeagueOfLegends https://t.co/rnpndoIzkV"
## 
## [[3971]]
## [1] "cosplaysky: ✨League of Legends Cosplay✨\n\nLeague of Legends Jinx Christmas, do you like?\n\nhttps://t.co/W6et6YnzPW\n\n#arcane… https://t.co/5uFBlXb4V3"
## 
## [[3972]]
## [1] "vanellope271: RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT"
## 
## [[3973]]
## [1] "EZLOL_R: RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT"
## 
## [[3974]]
## [1] "RivenStore: Who remembers that?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/dhmo5bqiiA"
## 
## [[3975]]
## [1] "RxgueGod69: RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0"
## 
## [[3976]]
## [1] "mazeducko_o: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3977]]
## [1] "pinoytechsaga: Guide: How to Unlink Your Garena LoL account from Riot Games\nREAD: https://t.co/zC9MVMPpKQ\n#LeagueOfLegends #LoL… https://t.co/pKceeiWXnb"
## 
## [[3978]]
## [1] "Me4Vi: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3979]]
## [1] "Dtea_DC: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3980]]
## [1] "marytweetsmtms: RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3981]]
## [1] "ItsBaanshee: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[3982]]
## [1] "SsA_DIzzY_diOt: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3983]]
## [1] "kusanoryou_yuri: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3984]]
## [1] "Ingeroff_: RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k"
## 
## [[3985]]
## [1] "VTuberTweeter: RT @james_kanazuki: Anyone wanna play some Wild Rift with me? XD\n\nI snagged a pentakill with Gwen earlier. I barely play this champ but I d…"
## 
## [[3986]]
## [1] "IntrinsicGames: RT @roasted_dolphin: League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers #Sup…"
## 
## [[3987]]
## [1] "IntrinsicGames: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[3988]]
## [1] "is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk"
## 
## [[3989]]
## [1] "PHVTuberLive: RT @james_kanazuki: Anyone wanna play some Wild Rift with me? XD\n\nI snagged a pentakill with Gwen earlier. I barely play this champ but I d…"
## 
## [[3990]]
## [1] "zphyrd: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3991]]
## [1] "james_kanazuki: Anyone wanna play some Wild Rift with me? XD\n\nI snagged a pentakill with Gwen earlier. I barely play this champ but… https://t.co/0PATf5SeYp"
## 
## [[3992]]
## [1] "luhai24321463: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3993]]
## [1] "IntrinsicGames: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3994]]
## [1] "nrudr0kk: RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3995]]
## [1] "theWAHtcher: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[3996]]
## [1] "streamerwallcom: RT @roasted_dolphin: League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers #Sup…"
## 
## [[3997]]
## [1] "MineVoidMC: RT @roasted_dolphin: League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers #Sup…"
## 
## [[3998]]
## [1] "Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6"
## 
## [[3999]]
## [1] "ladyof_liight: RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy"
## 
## [[4000]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 15:18 (Hora ESP)🔥\n\n🥇 #Esportmaniacos➖Viewers: 2.723\n🥈 #KXMI➖Viewers: 741\n🥉… https://t.co/88ZxfcYUwx"
## 
## [[4001]]
## [1] "theWAHtcher: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[4002]]
## [1] "GODHUMANDANIEL: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[4003]]
## [1] "egirlkayla_: RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…"
## 
## [[4004]]
## [1] "LOL_Art_Bot: RT @blazordiffusion: Vayne of League of Legends! #LeagueOfLegends #LeagueOfLegendsFanArt #Vayne #stablediffusion \n\nhttps://t.co/gTqiALHKPE…"
## 
## [[4005]]
## [1] "blazordiffusion: Vayne of League of Legends! #LeagueOfLegends #LeagueOfLegendsFanArt #Vayne #stablediffusion… https://t.co/3zoEKeMMIB"
## 
## [[4006]]
## [1] "xmimishy: 3-0 ??? GOLD SOON TM version 2 success.\ncome for the last game!! #LeagueOfLegends  \n \nMAY THE WIN COME WITH ME. https://t.co/Su1l8KRapQ"
## 
## [[4007]]
## [1] "IamBenStirling: RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…"
## 
## [[4008]]
## [1] "piltovrlesbians: RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa"
## 
## [[4009]]
## [1] "ColossusMibl: I wanted to do something charming\n\n#LeagueOfLegends #Varus https://t.co/lxeUhuihc5"
## 
## [[4010]]
## [1] "urperfectvictim: hello, i am trying to find mutuals \nmy twitter is a little dry T_T  \n\ni am Anna, 16.\ni play league mostly but i als… https://t.co/wnwEP9hXhH"
## 
## [[4011]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Thanks Rito\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Sp…"
## 
## [[4012]]
## [1] "MiKA_cos: RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…"
## 
## [[4013]]
## [1] "aazurewords: RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O"
## 
## [[4014]]
## [1] "sergiiovt: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/d8v1w81JND"
## 
## [[4015]]
## [1] "DianaYamashita3: RT @LaSungaDeAatrox: A Gabriel custom skin for Kayle #LeagueOfLegends #ULTRAKILL https://t.co/ptzznlZFbb"
## 
## [[4016]]
## [1] "lordshaxx007: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4017]]
## [1] "LoLMemesBot: Thanks Rito\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/6G8J8y6A4s"
## 
## [[4018]]
## [1] "PhenixxG: The Future of Xbox Game Pass with Riot Games\n\nSamuel has some thoughts to share on the partnership between… https://t.co/16FwgEWZJK"
## 
## [[4019]]
## [1] "30_anapaula: RT @greeekthegreat: Heres a thread of all (most) of my posted and finished arcane fanart\n#lightcannon #arcane #leagueoflegends #caitvi http…"
## 
## [[4020]]
## [1] "30_anapaula: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[4021]]
## [1] "30_anapaula: RT @greeekthegreat: Cw: a boob\nLIGHTCANNON!!!!!!!!\n#lightcannon #jinxfanart #luxfanart #arcanefanart #arcane #LeagueOfLegends https://t.co/…"
## 
## [[4022]]
## [1] "30_anapaula: RT @KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.…"
## 
## [[4023]]
## [1] "Virtuzz2: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[4024]]
## [1] "thisrapturesys: RT @Rena_Angel1111: League of legends - Twitch\n\nI try Twitch cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #LO…"
## 
## [[4025]]
## [1] "LOL_Art_Bot: RT @chessiecat105: 💜 Star Guardian Xayah and Rakan 💚\n\n🎨 Artist: Chutipa Duangmanee\n🌐 Platform: Artstation\n\n#leagueoflegends #fanart #league…"
## 
## [[4026]]
## [1] "LOL_Art_Bot: RT @StudiosAnimato: Concept: https://t.co/gB85jmZRWy\nProject: https://t.co/TmzRe6fJjX\nYone © Riot Games 2022\n\n#riotgames #LeagueOfLegends #…"
## 
## [[4027]]
## [1] "LOL_Art_Bot: RT @Sadisticss1: 2019/2022😳\nMy journey started with simple sketches. And in 2021, I started drawing consciously.\n#SkillNotTalent\n#LeagueOfL…"
## 
## [[4028]]
## [1] "sonson_ch: RT @NexusYin: Playing amumu support, we give out hugs! :D\nhttps://t.co/aFrgSroO5P\n#twitchstreamer #twitch #smallstreamer #SmallStreamersCon…"
## 
## [[4029]]
## [1] "sonson_ch: RT @Hiijodotcom: Bunny Seraphine from League of Legends by AngieV 🔥\n\n#gaming #Bunny #Seraphine #Leagueoflegends #lol #arcane #netflix #riot…"
## 
## [[4030]]
## [1] "joyjangart: RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT"
## 
## [[4031]]
## [1] "IntrinsicGames: RT @Ahsan_Fer: @shingojira__ Hey Dana! Bless you! And thank you so much for sharing this everywhere and anywhere! That's so amazing that #l…"
## 
## [[4032]]
## [1] "Ahsan_Fer: @shingojira__ Hey Dana! Bless you! And thank you so much for sharing this everywhere and anywhere! That's so amazin… https://t.co/fcVlGUZXVx"
## 
## [[4033]]
## [1] "roasted_dolphin: League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers… https://t.co/q7IFnOBZwb"
## 
## [[4034]]
## [1] "chessiecat105: 💜 Star Guardian Xayah and Rakan 💚\n\n🎨 Artist: Chutipa Duangmanee\n🌐 Platform: Artstation\n\n#leagueoflegends #fanart… https://t.co/30vbc8Wwv2"
## 
## [[4035]]
## [1] "afkgaming: LCS is kicking off its Spring Split on 26th January and will feature two super weeks! 🙌\n\n#LCS #LeagueOfLegends \n\nhttps://t.co/tdIACh9Ypj"
## 
## [[4036]]
## [1] "bIowody: RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…"
## 
## [[4037]]
## [1] "StudiosAnimato: Concept: https://t.co/gB85jmZRWy\nProject: https://t.co/TmzRe6fJjX\nYone © Riot Games 2022\n\n#riotgames… https://t.co/yiDgYTXzqC"
## 
## [[4038]]
## [1] "Liviaphine: RT @floatinghanmi: super super cute seraphine and viego commissioned by @The_LadyScorpio 💜🖤 i had so much fun drawing this and i love the e…"
## 
## [[4039]]
## [1] "Liviaphine: RT @shrimpfriedpies: anyway heres wonderwall #ArtofLegends #seraphine #LeagueOfLegends https://t.co/AJX2a73XPP"
## 
## [[4040]]
## [1] "Sadisticss1: 2019/2022😳\nMy journey started with simple sketches. And in 2021, I started drawing consciously.\n#SkillNotTalent… https://t.co/lh65JKbWOC"
## 
## [[4041]]
## [1] "gosugamersindia: @FlyQuest announced their line-up for LCS 2023.\nRoster includes:\n• Impact\n• Spica\n• Vicla\n• Prince\n• Eyla\n\nFollow… https://t.co/4QrRYPDej2"
## 
## [[4042]]
## [1] "lilspiritella: RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…"
## 
## [[4043]]
## [1] "NexusYin: Playing amumu support, we give out hugs! :D\nhttps://t.co/aFrgSroO5P\n#twitchstreamer #twitch #smallstreamer… https://t.co/fLsCIrjz24"
## 
## [[4044]]
## [1] "Puunkti: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4045]]
## [1] "KutetsKute: RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k"
## 
## [[4046]]
## [1] "ondi_puri: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[4047]]
## [1] "LightningBaron1: RT @Denzhy: Getting in the Xmas mood\n\nph. @MikeAttinger \n#leagueoflegends #ahri https://t.co/JrXxZ0Ek9I"
## 
## [[4048]]
## [1] "LoboDeHumanas: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4049]]
## [1] "thelastalive1: RT @altchargames: New Profile Banners coming to League of Legends\n\nhttps://t.co/KNyOVz18Jv\n\n#LeagueOfLegends #RiotGames #ProfileBanners htt…"
## 
## [[4050]]
## [1] "Europesia1: Good news for Poppy mains.\n\n#LeagueOfLegends #Riot #news #gaming https://t.co/kfeMnDYn2R"
## 
## [[4051]]
## [1] "PAClFICADORA: RT @dalianae_: 🌸Battle Academia Caitlyn commission for @A26301 I enjoyed so much doing this drawing, Caitlyn and her skin are so beautiful…"
## 
## [[4052]]
## [1] "iAaronPhone: https://t.co/E5EKvudIGB  Making this Lux Rage quit after first blood 3 mins into game. They FF 2 mins later. 🤣… https://t.co/L1FfeYDem9"
## 
## [[4053]]
## [1] "IntrinsicGames: RT @RivenStore: What do you think?\nVisit us: https://t.co/Jtncw61Y4H\n#leagueoflegends #lolgame #lolgamer #rivenstore.com #lolgoods #onlineg…"
## 
## [[4054]]
## [1] "AvianNerdy: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4055]]
## [1] "IntrinsicGames: RT @jellolegos: Cait and vi\n-\n#piltoversfinest #caitvi #arcane #LeagueOfLegends https://t.co/o60jt9cfOl"
## 
## [[4056]]
## [1] "krzywy_pierog: RT @jellolegos: Cait and vi\n-\n#piltoversfinest #caitvi #arcane #LeagueOfLegends https://t.co/o60jt9cfOl"
## 
## [[4057]]
## [1] "RivenStore: What do you think?\nVisit us: https://t.co/Jtncw61Y4H\n#leagueoflegends #lolgame #lolgamer #rivenstore.com #lolgoods… https://t.co/SriikX9HMZ"
## 
## [[4058]]
## [1] "Cupcakekirraman: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[4059]]
## [1] "bouncytuna: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[4060]]
## [1] "marcky_z: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[4061]]
## [1] "ShotmanG: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4062]]
## [1] "astelcore: RT @Solum24081387: 。。。in arcane's suit\n#viktor #leagueoflegends https://t.co/VIqfSSJuJl"
## 
## [[4063]]
## [1] "BladeAndWhip: Bard tips #LeagueOfLegends  #riotgames #bard #Tips https://t.co/fVX4hjC1uf"
## 
## [[4064]]
## [1] "papuchochoe: RT @HighNoonJhin: we can fix him \nwe can make him cooler\n#jhin #shanhaiscrollsjhin #leagueoflegends #leagueoflegendsfanart #artoflegends ht…"
## 
## [[4065]]
## [1] "papuchochoe: RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…"
## 
## [[4066]]
## [1] "zulianyusup: RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx"
## 
## [[4067]]
## [1] "zulianyusup: RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N"
## 
## [[4068]]
## [1] "zulianyusup: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[4069]]
## [1] "yousufrockz40: RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1"
## 
## [[4070]]
## [1] "yousufrockz40: RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…"
## 
## [[4071]]
## [1] "yollabeib: RT @pinksthinkss: just playing with a new artstyle :&gt;\n\n#vi #arcane #leagueoflegends #arcanefanart #viarcane https://t.co/MOpGrXFfd0"
## 
## [[4072]]
## [1] "yawfabulous: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[4073]]
## [1] "yousufrockz40: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[4074]]
## [1] "yawfabulous: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[4075]]
## [1] "xxx_mhAldita: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[4076]]
## [1] "yawfabulous: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[4077]]
## [1] "albahaca_94: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[4078]]
## [1] "xxx_mhAldita: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[4079]]
## [1] "tringates22: RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1"
## 
## [[4080]]
## [1] "tringates22: RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…"
## 
## [[4081]]
## [1] "tringates22: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[4082]]
## [1] "cafecutiesoraka: RT @byaelli: Soraka - League of legends \n\n#soraka #LeagueOfLegends #ArtofLegends  #drawing https://t.co/zln4z6YiE5"
## 
## [[4083]]
## [1] "Tegarjkt48l: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[4084]]
## [1] "SusanSoniq: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[4085]]
## [1] "SusanSoniq: RT @joshpurple: By Passion Republic \"AR Elder Dragon for League of Legends World Championships 2017.\" Full pipeline from Concept design, Mo…"
## 
## [[4086]]
## [1] "susy_sss_11: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[4087]]
## [1] "stevengraham485: RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y"
## 
## [[4088]]
## [1] "stefanny347: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[4089]]
## [1] "stefanny347: RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y"
## 
## [[4090]]
## [1] "SaveOurCulture1: RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa"
## 
## [[4091]]
## [1] "satpalsingh9782: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[4092]]
## [1] "SaveOurCulture1: RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…"
## 
## [[4093]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 14:08 (Hora ESP)🔥\n\n🥇 #lupasi12➖Viewers: 1.090\n🥈 #Esportmaniacos➖Viewers: 6… https://t.co/MKCKR2TI4a"
## 
## [[4094]]
## [1] "satpalsingh9782: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[4095]]
## [1] "sagutdato: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[4096]]
## [1] "rtena_18: RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…"
## 
## [[4097]]
## [1] "rpis08: RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…"
## 
## [[4098]]
## [1] "rtena_18: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[4099]]
## [1] "rtena_18: RT @Cedrissimoq: This year has been a blast. Ekko legit changed my life.\n\n📸: “JoshuaJirahMejia” IG\n\n#arcane #LeagueOfLegends https://t.co/B…"
## 
## [[4100]]
## [1] "rpis08: RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1"
## 
## [[4101]]
## [1] "ronan26145164: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4102]]
## [1] "rpis08: RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS"
## 
## [[4103]]
## [1] "blazedafirecat: RT @ALuluqi: i drew this awhile back when the new SG skins came out\nI love the designs of this team a lot 💙\n\n#LeagueOfLegends #StarGuardian…"
## 
## [[4104]]
## [1] "ronan26145164: RT @NeoNa_Gloom_ART: - Karma [Golden Peafowl]\n- Elise [hehehe]\n- Orianna [Shadow Swan]\n \nSEARCH\n \n#LeagueOfLegends #sketch #LeagueOfLegends…"
## 
## [[4105]]
## [1] "ronan26145164: RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS"
## 
## [[4106]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Like clockwork\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios…"
## 
## [[4107]]
## [1] "risqynifira: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[4108]]
## [1] "robifernando47: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[4109]]
## [1] "risqynifira: RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…"
## 
## [[4110]]
## [1] "Rascal0rMilk: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[4111]]
## [1] "RICHARDTCESAR: RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…"
## 
## [[4112]]
## [1] "resender55: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[4113]]
## [1] "resender55: RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx"
## 
## [[4114]]
## [1] "resender55: RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…"
## 
## [[4115]]
## [1] "DeadlyGhoulsPH: RT @JynxTakasu: Carrying a Toxic Xin Zhao ingame\nWatch the whole video to find out,\n\n#WildRift #LeagueOfLegends #Youtube #NewVideo\nhttps://…"
## 
## [[4116]]
## [1] "refaa339: RT @iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I"
## 
## [[4117]]
## [1] "refaa339: RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx"
## 
## [[4118]]
## [1] "JynxTakasu: The Best Lillia Player ever!\n\n#WildRift #LeagueOfLegends #Youtube #NewVideoAlert\nhttps://t.co/nqjpHgAZAC https://t.co/D0AWE2sJHG"
## 
## [[4119]]
## [1] "ramadiesel96: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[4120]]
## [1] "PeridotNunes: RT @NIJISE_: I HAVE 2 SIDES\n.\nNeeko and Viego, my mains in lol \n#viego #neeko #ArtofLegends #LeagueOfLegends https://t.co/VDGU3MNtoh"
## 
## [[4121]]
## [1] "Xwarship3003: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[4122]]
## [1] "randy_ilo: RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS"
## 
## [[4123]]
## [1] "ramadiesel96: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[4124]]
## [1] "rajshak14: RT @acadarena: 🤝 Congratulations to our winner of ACES: #Valorant, #DOTA2 and #LeagueofLegends last weekend 💥\n\nCampus esports is #NotJustPl…"
## 
## [[4125]]
## [1] "visfreckle: RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…"
## 
## [[4126]]
## [1] "Rahul77218415: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[4127]]
## [1] "rafifputraabana: RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…"
## 
## [[4128]]
## [1] "rafifputraabana: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[4129]]
## [1] "purbadelta25: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[4130]]
## [1] "purbadelta25: RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y"
## 
## [[4131]]
## [1] "Hiijodotcom: Bunny Seraphine from League of Legends by AngieV 🔥\n\n#gaming #Bunny #Seraphine #Leagueoflegends #lol #arcane… https://t.co/0YhPFBEkA6"
## 
## [[4132]]
## [1] "pepet_utab: RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1"
## 
## [[4133]]
## [1] "pepet_utab: RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa"
## 
## [[4134]]
## [1] "IntrinsicGames: RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…"
## 
## [[4135]]
## [1] "LoLMemesBot: Like clockwork\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/dYU0hHy1Cr"
## 
## [[4136]]
## [1] "park_bom30cute: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[4137]]
## [1] "park_bom30cute: RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…"
## 
## [[4138]]
## [1] "IntrinsicGames: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[4139]]
## [1] "RepulsiveMaid: RT @maidenslullaby: Quick neeko doodle :))))) #neeko #LeagueOfLegends https://t.co/UrYn5KgwSS"
## 
## [[4140]]
## [1] "ny8826836822: RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…"
## 
## [[4141]]
## [1] "ny8826836822: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4142]]
## [1] "oblasterais04: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[4143]]
## [1] "NotAustinYT: RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…"
## 
## [[4144]]
## [1] "KaramzinovArt: RT @KaramzinovArt: Heartseeker Ashe idea from a few years ago\nAs my first main, I loved Ashe so much I designed a Heartseeker skin; a few y…"
## 
## [[4145]]
## [1] "FoxSeyD69: Even more crappy doodles yaaay\n\n#art #sketch #LeagueOfLegends #digitalart https://t.co/buCia26kJ6"
## 
## [[4146]]
## [1] "nasut8: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[4147]]
## [1] "newfooacct: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[4148]]
## [1] "neduphilzy: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[4149]]
## [1] "newfooacct: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[4150]]
## [1] "neduphilzy: RT @ludolullabi: Souvenir from Ruined King #ruinedking #leagueoflegends #digitalart #inking #comics https://t.co/SA0Qon0gzG"
## 
## [[4151]]
## [1] "neduphilzy: RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa"
## 
## [[4152]]
## [1] "AllTaric: RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k"
## 
## [[4153]]
## [1] "MorrisSilva: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[4154]]
## [1] "NormanProbert: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[4155]]
## [1] "Mocibarongsai: RT @ludolullabi: Souvenir from Ruined King #ruinedking #leagueoflegends #digitalart #inking #comics https://t.co/SA0Qon0gzG"
## 
## [[4156]]
## [1] "MitraPrasaja: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[4157]]
## [1] "MitraPrasaja: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[4158]]
## [1] "mirandaakanuk14: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[4159]]
## [1] "MitraPrasaja: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[4160]]
## [1] "MirableRainbow: RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y"
## 
## [[4161]]
## [1] "mirandaakanuk14: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[4162]]
## [1] "mirandaakanuk14: RT @NeoNa_Gloom_ART: - Karma [Golden Peafowl]\n- Elise [hehehe]\n- Orianna [Shadow Swan]\n \nSEARCH\n \n#LeagueOfLegends #sketch #LeagueOfLegends…"
## 
## [[4163]]
## [1] "MirableRainbow: RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx"
## 
## [[4164]]
## [1] "mirandaakanuk14: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[4165]]
## [1] "menbusiness10: RT @02_rinni: hiii, i’m looking for friends + moots from #valotwt / #valtwt , #leaguetwt , and #genshintwt !! \n\n🫧 she/her 20\n💌 NA \n🤍 bronze…"
## 
## [[4166]]
## [1] "menbusiness10: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[4167]]
## [1] "medoalabede392: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[4168]]
## [1] "medoalabede392: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[4169]]
## [1] "RivenStore: Who remembers that?\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#leagueoflegends #lolgame #lolgamer #rivenstore.com… https://t.co/qyojjfdb4N"
## 
## [[4170]]
## [1] "harry_gremlin: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4171]]
## [1] "littlefoot_cx: RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx"
## 
## [[4172]]
## [1] "littlefoot_cx: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[4173]]
## [1] "littlefoot_cx: RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…"
## 
## [[4174]]
## [1] "Micaela24883709: RT @ascenthe_draws: Some more #arcane #sketches I don't know if I did it justice. Honestly I don't think my heart was in it. But it was ent…"
## 
## [[4175]]
## [1] "leonidesisoreta: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[4176]]
## [1] "leonidesisoreta: RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk"
## 
## [[4177]]
## [1] "LOL_Art_Bot: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[4178]]
## [1] "leonidesisoreta: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[4179]]
## [1] "lebeaurachel48: RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS"
## 
## [[4180]]
## [1] "lebeaurachel48: RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…"
## 
## [[4181]]
## [1] "lebeaurachel48: RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx"
## 
## [[4182]]
## [1] "Krefcionek: RT @fishy_manko: Every hot person in LoL community rn:\n\n#Settphel #settphelios #LeagueOfLegends https://t.co/jVXETwsaGX"
## 
## [[4183]]
## [1] "barrokmusic: RT @MizuriAU: The live-action League of Legends Posters I’ve done so far...#LeagueofLegends #Worlds2019 #Yasuo #Riven #Katarina #Diana http…"
## 
## [[4184]]
## [1] "krisdem10: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[4185]]
## [1] "Kittyloveisme: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[4186]]
## [1] "Kittyloveisme: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[4187]]
## [1] "Kittyloveisme: RT @iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I"
## 
## [[4188]]
## [1] "kinanti_latifah: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[4189]]
## [1] "kimberrly98: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[4190]]
## [1] "kimberrly98: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[4191]]
## [1] "KeyProgram999: RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx"
## 
## [[4192]]
## [1] "ken_martinez24: RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1"
## 
## [[4193]]
## [1] "keithremy89: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[4194]]
## [1] "katyatakyavasya: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[4195]]
## [1] "katieholji: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[4196]]
## [1] "keithremy89: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[4197]]
## [1] "chambre_leon: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[4198]]
## [1] "katyatakyavasya: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[4199]]
## [1] "katyatakyavasya: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[4200]]
## [1] "katieholji: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[4201]]
## [1] "KathaliaRose: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[4202]]
## [1] "KARESHIMICHI: RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1"
## 
## [[4203]]
## [1] "kalmick3: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[4204]]
## [1] "kalmick3: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[4205]]
## [1] "justineflauta: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[4206]]
## [1] "kalmick3: RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS"
## 
## [[4207]]
## [1] "Blood_Magicks: RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[4208]]
## [1] "jullannajara: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[4209]]
## [1] "jullannajara: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[4210]]
## [1] "safiroanejo: RT @KenRddt: Is it possible that you have been playing?💕 #LeagueofLegends #StarGuardian #MOBA #Bjergsen #Worlds2021 #GENGWIN"
## 
## [[4211]]
## [1] "jullannajara: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[4212]]
## [1] "Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5"
## 
## [[4213]]
## [1] "KenRddt: Is it possible that you have been playing?💕 #LeagueofLegends #StarGuardian #MOBA #Bjergsen #Worlds2021 #GENGWIN"
## 
## [[4214]]
## [1] "joshfanl: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[4215]]
## [1] "jonyverma48: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[4216]]
## [1] "jonyverma48: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[4217]]
## [1] "PentakillRell: Day 752: No news on Pentakill Rell 🖤\n#LeagueOfLegends #Pentakill #Rell"
## 
## [[4218]]
## [1] "joeweiner15: RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y"
## 
## [[4219]]
## [1] "jneric_photo: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[4220]]
## [1] "g0at1337: RT @virkayu: Simply using information you HAVE in-game can lead to more determined pathing... which leads to JG DIFF in your favour. Observ…"
## 
## [[4221]]
## [1] "jneric_photo: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[4222]]
## [1] "g0at1337: RT @shrimpfriedpies: anyway heres wonderwall #ArtofLegends #seraphine #LeagueOfLegends https://t.co/AJX2a73XPP"
## 
## [[4223]]
## [1] "JesY0587: RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…"
## 
## [[4224]]
## [1] "jendral232: RT @Samandriade: Headcanon time\nZoe likes to sleep cuddling in Soraka's lap 💤💤\n#LeagueOfLegends #LeagueOfLegendsFanArt #zoe #soraka https:/…"
## 
## [[4225]]
## [1] "jendral232: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[4226]]
## [1] "jenelyn_adra26: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[4227]]
## [1] "jazvhe: RT @iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I"
## 
## [[4228]]
## [1] "jazvhe: RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx"
## 
## [[4229]]
## [1] "jaggerperla: RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx"
## 
## [[4230]]
## [1] "KaiSa_KDA23: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4231]]
## [1] "Kaitsee: LIVE ON 💜\n#twitchstreamer  #twitchfr  #LeagueOfLegends \nhttps://t.co/CogeZNacBC"
## 
## [[4232]]
## [1] "icomate123: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[4233]]
## [1] "icomate123: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[4234]]
## [1] "KaiSa_KDA23: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[4235]]
## [1] "theluziza: RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k"
## 
## [[4236]]
## [1] "hishunny2010: RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ"
## 
## [[4237]]
## [1] "crescelotus: RT @Narutsuru: #ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios Lunar Beast Aphelios https://t.co/lagnw2ZNhc"
## 
## [[4238]]
## [1] "hikimalove6: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[4239]]
## [1] "hermancorder1: RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y"
## 
## [[4240]]
## [1] "heri220798: RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx"
## 
## [[4241]]
## [1] "hermancorder1: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[4242]]
## [1] "heri220798: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[4243]]
## [1] "heri220798: RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa"
## 
## [[4244]]
## [1] "heri220798: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[4245]]
## [1] "82kmnr_works: RT @keigora_: Observing the magnificent HONSE in its natural habitat.\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Hecarim #LeagueFanart https…"
## 
## [[4246]]
## [1] "HelenluvLuv: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[4247]]
## [1] "HelenluvLuv: RT @joshpurple: By Passion Republic \"AR Elder Dragon for League of Legends World Championships 2017.\" Full pipeline from Concept design, Mo…"
## 
## [[4248]]
## [1] "WindaSi14397179: RT @blazordiffusion: Samira of League of Legends! #LeagueOfLegends  #Samira #stablediffusion \n\nhttps://t.co/0xtqGDUfQL https://t.co/mxb0caT…"
## 
## [[4249]]
## [1] "HannyCarry: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[4250]]
## [1] "HannyCarry: RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1"
## 
## [[4251]]
## [1] "MineVoidMC: RT @DistortionGG: It's time for a new week of #gaming 🔥\n\nWhich game is your fav #fam? 👇\n\nYou can guess mine with this picture for sure 😂\n\n#…"
## 
## [[4252]]
## [1] "gonzalezo2373: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[4253]]
## [1] "gonzalezo2373: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[4254]]
## [1] "gleesyahputra: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[4255]]
## [1] "gleesyahputra: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[4256]]
## [1] "ghostlyaaron: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4257]]
## [1] "Lunarkinesis: RT @absynth333: Thresh c0mm for a classmate ! ty!!\n\n#LeagueOfLegends #Thresh https://t.co/a7YGj3lmmR"
## 
## [[4258]]
## [1] "SyzyfekA: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[4259]]
## [1] "NoobsatPLAY: Wait for it.... \nFollow for us more random League s***!#leagueoflegends #sejuani #ornn #urgot #roitgames… https://t.co/sif3PqlhBf"
## 
## [[4260]]
## [1] "gaudamil: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[4261]]
## [1] "gaudamil: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[4262]]
## [1] "GalangSubakti: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[4263]]
## [1] "gegegotham: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[4264]]
## [1] "GalangSubakti: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[4265]]
## [1] "gaudamil: RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1"
## 
## [[4266]]
## [1] "GalangSubakti: RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa"
## 
## [[4267]]
## [1] "UkraineOnGround: RT @LunariaTenebris: 🔴 Stream Live! Today's game is League of Legends\n#VTuber #ENVtuber #UAVtuber #TwitchStreamer #LeagueOfLegends #StreamR…"
## 
## [[4268]]
## [1] "lordofspiritsan: RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…"
## 
## [[4269]]
## [1] "felipecornejo11: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4270]]
## [1] "felipecornejo11: RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y"
## 
## [[4271]]
## [1] "fathi007emenem: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[4272]]
## [1] "felipecornejo11: RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa"
## 
## [[4273]]
## [1] "fathi007emenem: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[4274]]
## [1] "faridz466: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[4275]]
## [1] "Retweelgend: RT @LunariaTenebris: 🔴 Stream Live! Today's game is League of Legends\n#VTuber #ENVtuber #UAVtuber #TwitchStreamer #LeagueOfLegends #StreamR…"
## 
## [[4276]]
## [1] "FarAWAYTyga: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[4277]]
## [1] "faridz466: RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx"
## 
## [[4278]]
## [1] "fannyelf26: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[4279]]
## [1] "FarAWAYTyga: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[4280]]
## [1] "FarAWAYTyga: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[4281]]
## [1] "LunariaTenebris: 🔴 Stream Live! Today's game is League of Legends\n#VTuber #ENVtuber #UAVtuber #TwitchStreamer #LeagueOfLegends… https://t.co/yq5wX6lrK7"
## 
## [[4282]]
## [1] "fannyelf26: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[4283]]
## [1] "Lunarkinesis: RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…"
## 
## [[4284]]
## [1] "SilverBullet97_: RT @iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I"
## 
## [[4285]]
## [1] "LoL_Junkies: Yuumi Rework Incoming!!\n#LeagueOfLegends \nRead More: https://t.co/ajVp7K0iSv https://t.co/OKWLAlk4OT"
## 
## [[4286]]
## [1] "erickaconde88: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[4287]]
## [1] "erickaconde88: RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1"
## 
## [[4288]]
## [1] "ergrgrgregrgr: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[4289]]
## [1] "erickaconde88: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[4290]]
## [1] "222valberry: RT @02_rinni: hiii, i’m looking for friends + moots from #valotwt / #valtwt , #leaguetwt , and #genshintwt !! \n\n🫧 she/her 20\n💌 NA \n🤍 bronze…"
## 
## [[4291]]
## [1] "endah200887: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[4292]]
## [1] "endah200887: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[4293]]
## [1] "emyluv27: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[4294]]
## [1] "emyluv27: RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1"
## 
## [[4295]]
## [1] "emyluv27: RT @joshpurple: By Passion Republic \"AR Elder Dragon for League of Legends World Championships 2017.\" Full pipeline from Concept design, Mo…"
## 
## [[4296]]
## [1] "retrodisk_: RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…"
## 
## [[4297]]
## [1] "elmarfabro: RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx"
## 
## [[4298]]
## [1] "elmarfabro: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[4299]]
## [1] "elle_lalola: RT @acadarena: 🤝 Congratulations to our winner of ACES: #Valorant, #DOTA2 and #LeagueofLegends last weekend 💥\n\nCampus esports is #NotJustPl…"
## 
## [[4300]]
## [1] "elizabethagyek1: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[4301]]
## [1] "elmarfabro: RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y"
## 
## [[4302]]
## [1] "elizabethagyek1: RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y"
## 
## [[4303]]
## [1] "JosSilv75155726: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[4304]]
## [1] "efan_efdhs: RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy"
## 
## [[4305]]
## [1] "efan_efdhs: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[4306]]
## [1] "efan_efdhs: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[4307]]
## [1] "edesipeyye: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[4308]]
## [1] "vis_rainbow: RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…"
## 
## [[4309]]
## [1] "NoobsatPLAY: https://t.co/C6ftm2ZJpP Evelynn steal baron whit here R ultimate. it looks amazing. #leagueoflegends #gaming… https://t.co/JEyzU0P0sm"
## 
## [[4310]]
## [1] "poisonbatcat: RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…"
## 
## [[4311]]
## [1] "IntrinsicGames: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[4312]]
## [1] "dunan_sto: RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa"
## 
## [[4313]]
## [1] "dpeeples32: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4314]]
## [1] "dpeeples32: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[4315]]
## [1] "yanderesarts: RT @cp_daz: Cowgirl Miss Fortune For Genesis 8 and 8.1 Female Done\n\nConverted to Daz Studio by me, credits would be appreciated!\n\nDL\nhttps:…"
## 
## [[4316]]
## [1] "downtoearth98: RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…"
## 
## [[4317]]
## [1] "IntrinsicGames: RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS"
## 
## [[4318]]
## [1] "dolpinzlonelye: RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk"
## 
## [[4319]]
## [1] "dolpinzlonelye: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[4320]]
## [1] "IntrinsicGames: RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…"
## 
## [[4321]]
## [1] "shproto: RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…"
## 
## [[4322]]
## [1] "divnagi: RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS"
## 
## [[4323]]
## [1] "dillonruppqt: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[4324]]
## [1] "dillonruppqt: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[4325]]
## [1] "diloyusuf: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[4326]]
## [1] "dillonruppqt: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[4327]]
## [1] "Vodkabsenta: Check out my Vayne play! 1 604 damage dealt in 8 sec. Recorded by @Mobalytics Smart Highlights #LeagueOfLegends https://t.co/DniyF0DHDg"
## 
## [[4328]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Fun little tier list I made (don't take it too seriously). What champions would be best to form a boy bend?\n#memes #meme #…"
## 
## [[4329]]
## [1] "destyanurahayu: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[4330]]
## [1] "cp_daz: Cowgirl Miss Fortune For Genesis 8 and 8.1 Female Done\n\nConverted to Daz Studio by me, credits would be appreciated… https://t.co/Q3cW8EkaFO"
## 
## [[4331]]
## [1] "desi_rama2000: RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…"
## 
## [[4332]]
## [1] "desi_rama2000: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[4333]]
## [1] "desi_rama2000: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[4334]]
## [1] "BigsmokeSan: RT @DistortionGG: It's time for a new week of #gaming 🔥\n\nWhich game is your fav #fam? 👇\n\nYou can guess mine with this picture for sure 😂\n\n#…"
## 
## [[4335]]
## [1] "zakaria3robi: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[4336]]
## [1] "denisramalan: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[4337]]
## [1] "delvin_mongan: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[4338]]
## [1] "deegz72094: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[4339]]
## [1] "deegz72094: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[4340]]
## [1] "deegz72094: RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx"
## 
## [[4341]]
## [1] "82kmnr_works: RT @medok_art: #Distorture_comic  (1/4)\nDistorture \"The Origin\" PART 1\n\nDo not repost without links. Do not QRT.\nTranslate is okay (russian…"
## 
## [[4342]]
## [1] "loreofruneterra: Theorys about Arcane Season 2: Where do you guys think the story of season 2 of arcane will take over? The riot pos… https://t.co/ChtDOQlY1G"
## 
## [[4343]]
## [1] "albaadonay: RT @MYP_esport: Loading....\n+Info @messaval @MaraYPrice \n#valorant #ApexLegends #Fortnite #CSGO #RainbowSixSiege #LeagueOfLegends #eSports…"
## 
## [[4344]]
## [1] "LoLMemesBot: Fun little tier list I made (don't take it too seriously). What champions would be best to form a boy bend?\n#memes… https://t.co/wP6jHQ0I3H"
## 
## [[4345]]
## [1] "writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit… https://t.co/hEbBCR1lWj"
## 
## [[4346]]
## [1] "curtliamkulot: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[4347]]
## [1] "curtliamkulot: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[4348]]
## [1] "ToffyNaNa: RT @joshpurple: By Passion Republic \"AR Elder Dragon for League of Legends World Championships 2017.\" Full pipeline from Concept design, Mo…"
## 
## [[4349]]
## [1] "Likywind1: 🔴 LIVE UP\n\nSoloQ et fin de Resident Evil 4\n#LeagueOfLegends #twitchfr\n\nhttps://t.co/A2iBtxKmq4"
## 
## [[4350]]
## [1] "CosainHainah: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[4351]]
## [1] "CorpuzLovely: RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…"
## 
## [[4352]]
## [1] "cloudsailTOS2: RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…"
## 
## [[4353]]
## [1] "cloudsailTOS2: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[4354]]
## [1] "ChrisannaHenry: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[4355]]
## [1] "ChrisyanBernard: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[4356]]
## [1] "chuksdani10: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[4357]]
## [1] "chriskimik: RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y"
## 
## [[4358]]
## [1] "ChrisyanBernard: RT @pinksthinkss: just playing with a new artstyle :&gt;\n\n#vi #arcane #leagueoflegends #arcanefanart #viarcane https://t.co/MOpGrXFfd0"
## 
## [[4359]]
## [1] "ChrisannaHenry: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[4360]]
## [1] "ChrisannaHenry: RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx"
## 
## [[4361]]
## [1] "asksredditques1: It's an amazing game.🥺🥺🥺 #mobilegame #LeagueofLegends #StarGuardian #TLWIN #ClashLoL #YıldızMuhafızı"
## 
## [[4362]]
## [1] "ChrisannaHenry: RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y"
## 
## [[4363]]
## [1] "zoraldopls: RT @taojinn015: Fanart Month - Day 12 - Shyvana from League of Legends\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/2mIbVN7kfW"
## 
## [[4364]]
## [1] "coder_cajun: I am playing games.👇 #LeagueofLegends #TLWIN #G2WIN #GENGWIN"
## 
## [[4365]]
## [1] "RizkiBu19604930: One of my favorites.😎😎😎😎😎 #LeagueofLegends #LoL #ArtofLegends #GuardiãsEstelares #StarGuardians #StarGuardian"
## 
## [[4366]]
## [1] "cdlerez: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[4367]]
## [1] "carmenreyes214: RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…"
## 
## [[4368]]
## [1] "cdlerez: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[4369]]
## [1] "drealost: My ranked in LoL matchmaking is pretty close to horror, but I still play xd #LeagueOfLegends"
## 
## [[4370]]
## [1] "carmenreyes214: RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…"
## 
## [[4371]]
## [1] "camilleeulaio: RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…"
## 
## [[4372]]
## [1] "camilleeulaio: RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…"
## 
## [[4373]]
## [1] "calicami_10: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[4374]]
## [1] "calicami_10: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[4375]]
## [1] "bzofocus: RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…"
## 
## [[4376]]
## [1] "calicami_10: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[4377]]
## [1] "bzofocus: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[4378]]
## [1] "bzofocus: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[4379]]
## [1] "bubbles_vampire: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[4380]]
## [1] "bubbles_vampire: RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS"
## 
## [[4381]]
## [1] "BriannPrincess: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[4382]]
## [1] "brenda_parker87: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[4383]]
## [1] "bousmahabeghni: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[4384]]
## [1] "brenda_parker87: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[4385]]
## [1] "BimaGd: RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…"
## 
## [[4386]]
## [1] "Merqrry: RT @joiejoy_lm: LeBlanc, The Deceiver.\n#LeBlanc #LeagueOfLegends #ArtofLegends https://t.co/VpkmUgRb5q"
## 
## [[4387]]
## [1] "Denzhy: Getting in the Xmas mood\n\nph. @MikeAttinger \n#leagueoflegends #ahri https://t.co/JrXxZ0Ek9I"
## 
## [[4388]]
## [1] "bdasilva1789: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[4389]]
## [1] "bdasilva1789: RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…"
## 
## [[4390]]
## [1] "bdasilva1789: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[4391]]
## [1] "bbinsh: RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1"
## 
## [[4392]]
## [1] "AllTaric: RT @maidenslullaby: Quick neeko doodle :))))) #neeko #LeagueOfLegends https://t.co/UrYn5KgwSS"
## 
## [[4393]]
## [1] "bangardy92: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[4394]]
## [1] "babababannnba: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[4395]]
## [1] "nil_sanctuary: RT @AwenYu666: Hi everyone,This is my Animation Reel in 2020, I hope you will like it🤩👊\n#Animations  #LeagueOfLegends #reel https://t.co/Ft…"
## 
## [[4396]]
## [1] "Mikanukiart: RT @fuwamoowa: mythmaker irelia 🥮\n\n#mythmakerirelia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/xnHojfPNte"
## 
## [[4397]]
## [1] "ayeitsbangbang: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[4398]]
## [1] "arydheathmeath1: RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…"
## 
## [[4399]]
## [1] "IntrinsicGames: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[4400]]
## [1] "Ariieqadhamz: RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk"
## 
## [[4401]]
## [1] "Ariieqadhamz: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[4402]]
## [1] "Ariieqadhamz: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[4403]]
## [1] "ardiankemal10: RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx"
## 
## [[4404]]
## [1] "ardiankemal10: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[4405]]
## [1] "MSUFIAN721: RT @RebornMods: Link to the mods and guide on how to swap to different presets in the replies. #tekkenmods #NewReleases #LeagueOfLegends  #…"
## 
## [[4406]]
## [1] "ardiankemal10: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[4407]]
## [1] "IntrinsicGames: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[4408]]
## [1] "ansarifarhan50: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[4409]]
## [1] "ansarifarhan50: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[4410]]
## [1] "annemheyiloso: RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx"
## 
## [[4411]]
## [1] "annemheyiloso: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4412]]
## [1] "AnisahEvhenzar: RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…"
## 
## [[4413]]
## [1] "DARKlNSCYTHE: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[4414]]
## [1] "RodrigoSapatei1: RT @CoffeeStripes: I don't know what to post today so... Multifandom time &gt;:D\n.\n.\n#Digitalart #WarriorCats #Predator #Dehaka (I just know h…"
## 
## [[4415]]
## [1] "angelicadivini: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[4416]]
## [1] "AndreaThereze: RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa"
## 
## [[4417]]
## [1] "AndreaThereze: RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS"
## 
## [[4418]]
## [1] "andreamvalenia: RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk"
## 
## [[4419]]
## [1] "soninho_da_zoe: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[4420]]
## [1] "AmundsonJohanna: RT @iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I"
## 
## [[4421]]
## [1] "AmundsonJohanna: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[4422]]
## [1] "amil2118: RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ"
## 
## [[4423]]
## [1] "amat949: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[4424]]
## [1] "amhilette: RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…"
## 
## [[4425]]
## [1] "amat949: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[4426]]
## [1] "amhilette: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[4427]]
## [1] "ajshaawa: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[4428]]
## [1] "LXWasTaken: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[4429]]
## [1] "akbar_alul97: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[4430]]
## [1] "ajshaawa: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[4431]]
## [1] "akbar_alul97: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[4432]]
## [1] "AHMEDHEMDA750: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[4433]]
## [1] "AHMEDHEMDA750: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[4434]]
## [1] "KZe157: RT @DistortionGG: It's time for a new week of #gaming 🔥\n\nWhich game is your fav #fam? 👇\n\nYou can guess mine with this picture for sure 😂\n\n#…"
## 
## [[4435]]
## [1] "AHMEDHEMDA750: RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS"
## 
## [[4436]]
## [1] "pixony: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[4437]]
## [1] "AHMEDHEMDA750: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[4438]]
## [1] "adonkdoy: RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…"
## 
## [[4439]]
## [1] "adonkdoy: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[4440]]
## [1] "abu_hanif124: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[4441]]
## [1] "Riku_Fox: RT @KuroNekoKimiArt: tried painting Little Demon Tristana back in 2019 #LeagueOfLegends #LeagueOfLegendsFanArt #tristana https://t.co/C9csf…"
## 
## [[4442]]
## [1] "abu_hanif124: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[4443]]
## [1] "te4_ll: RT @IWinky0: #LeagueOfLegends fanart!\n\nThis drawing was for a star guardian collab but i just keep loving the coloring i did for this one a…"
## 
## [[4444]]
## [1] "LOL_Art_Bot: RT @golden8witch: Its a cristmas Sylas and he is a small deer\n#LeagueOfLegends #LeagueOfLegendsFanArt #PixelArt #PixelArtist #Sylas https:/…"
## 
## [[4445]]
## [1] "pridelessrage: RT @NeoNa_Gloom_ART: NEW: Coven Bel’Veth\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Morgana #B…"
## 
## [[4446]]
## [1] "thedarkknightEF: RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy"
## 
## [[4447]]
## [1] "EnjoyerAdc: RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…"
## 
## [[4448]]
## [1] "IntrinsicGames: RT @golden8witch: Its a cristmas Sylas and he is a small deer\n#LeagueOfLegends #LeagueOfLegendsFanArt #PixelArt #PixelArtist #Sylas https:/…"
## 
## [[4449]]
## [1] "nsfw8witch: RT @golden8witch: Its a cristmas Sylas and he is a small deer\n#LeagueOfLegends #LeagueOfLegendsFanArt #PixelArt #PixelArtist #Sylas https:/…"
## 
## [[4450]]
## [1] "Pixcelerator: RT @golden8witch: Its a cristmas Sylas and he is a small deer\n#LeagueOfLegends #LeagueOfLegendsFanArt #PixelArt #PixelArtist #Sylas https:/…"
## 
## [[4451]]
## [1] "golden8witch: Its a cristmas Sylas and he is a small deer\n#LeagueOfLegends #LeagueOfLegendsFanArt #PixelArt #PixelArtist #Sylas https://t.co/glF8aT9RFe"
## 
## [[4452]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 12:16 (Hora ESP)🔥\n\n🥇 #Zeling➖Viewers: 765\n🥈 #PochiPoom➖Viewers: 705\n🥉… https://t.co/oVNXBcX3cB"
## 
## [[4453]]
## [1] "thedarkknightEF: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[4454]]
## [1] "hiilovetrash: RT @Luclfer0: Who is the impostor?\n\n#Settphel #SETT #aphelios #rhaast #kayn #LeagueOfLegends https://t.co/iaJQIsqZcX"
## 
## [[4455]]
## [1] "bouncytuna: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[4456]]
## [1] "Maid_albi: RT @xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber #LeagueOfLege…"
## 
## [[4457]]
## [1] "TTVAlaerias: Did my very first official @Twitch stream! Managed to snag Prestige Space Groove Nami 🪩🌟\n\nYou can check out the bro… https://t.co/1wsL9ouvh2"
## 
## [[4458]]
## [1] "JustSomeWendigo: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4459]]
## [1] "_KingOmelette: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[4460]]
## [1] "afkgaming: What are your thoughts about the ARAM changes? Are you enjoying the mode? 🤔\n\n#Gameplay #LeagueOfLegends \n\nhttps://t.co/kiLFLlqoG1"
## 
## [[4461]]
## [1] "mellifluous_4s: Damn Yasuo wants Thresh to hook \nGoddamn\n\n#wildrift #spiritblossom #LeagueOfLegends https://t.co/qzEa3tYUIS"
## 
## [[4462]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: new feature. never seen before\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022…"
## 
## [[4463]]
## [1] "wezoot_: RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…"
## 
## [[4464]]
## [1] "JoseJuanxd2: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[4465]]
## [1] "KamusValenzuela: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4466]]
## [1] "IggyBornRulz: RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X"
## 
## [[4467]]
## [1] "LoLMemesBot: new feature. never seen before\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/YCgxQgCvCc"
## 
## [[4468]]
## [1] "lou_pancake: RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k"
## 
## [[4469]]
## [1] "xx_succubus: RT @H501321: Sketch\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/l5BWyvQ0ea"
## 
## [[4470]]
## [1] "IntrinsicGames: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[4471]]
## [1] "yuuneelli: RT @maidenslullaby: Quick neeko doodle :))))) #neeko #LeagueOfLegends https://t.co/UrYn5KgwSS"
## 
## [[4472]]
## [1] "prohtius: Casual Stream Is Casual | !turbo\n \n @magicinuse is now live with #LeagueofLegends, check it out 👀 #twitchtv… https://t.co/zbEW9YiQqT"
## 
## [[4473]]
## [1] "pshybyl: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[4474]]
## [1] "IntrinsicGames: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[4475]]
## [1] "Max_Blacknight: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[4476]]
## [1] "LeGrandNNathan: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[4477]]
## [1] "mxandrazent: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[4478]]
## [1] "howdia_ir: RT @Winteriris4: Commission for Aiba on Discord!\n(Spirit blossom Kindred from League of legends)\n#LeagueOfLegends #LeagueOfLegendsFanArt #k…"
## 
## [[4479]]
## [1] "WindaSi14397179: You have a game!🤩🤩🤩 #LeagueofLegends #Worlds2021 #ФанАрт #GuardiãsEstelares"
## 
## [[4480]]
## [1] "443Eze: RT @lazystormcloud: happy birthday pretty girl :’) #happybirthdayvi #LeagueOfLegendsFanArt #LeagueOfLegends #vileagueoflegends #vifanart ht…"
## 
## [[4481]]
## [1] "maidenslullaby: Quick neeko doodle :))))) #neeko #LeagueOfLegends https://t.co/UrYn5KgwSS"
## 
## [[4482]]
## [1] "AtmajaPd: RT @HaryantiLembah: It was done.😎😎😎😎😎 #LeagueofLegends #StarGuardian #КосплейLoL #YıldızMuhafızları #ФанАрт \nOriginal: esports_kashima http…"
## 
## [[4483]]
## [1] "syndraology: RT @jaspaar: one talks, another listens 🌸 #settphel #settphelios #leagueoflegends #fanart #aphelios #sett #spiritblossom https://t.co/xDAdA…"
## 
## [[4484]]
## [1] "Josstevaan_22: RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy"
## 
## [[4485]]
## [1] "ALuluqi: i drew this awhile back when the new SG skins came out\nI love the designs of this team a lot 💙\n\n#LeagueOfLegends… https://t.co/S7vg8castx"
## 
## [[4486]]
## [1] "Srlannd: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[4487]]
## [1] "syndraology: RT @JJKunArts: I swear it sounded funnier in my head(?\n\n#Settphel  #settphelios  #Sett #Aphelios  #phelsett #settxaphelios #artoflegends #L…"
## 
## [[4488]]
## [1] "RivenStore: Like and Share if you have been fan since day 1\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo… https://t.co/tpcPSjFcCc"
## 
## [[4489]]
## [1] "safiroanejo: RT @Blitzshadow021: Enjoy your special day!🔥🔥🔥 #Gameplay #LeagueofLegends #MOBA #GuardianasEstelares #Worlds2021 #YıldızMuhafızı"
## 
## [[4490]]
## [1] "ClinoraWarrior: ⚡S13| Dr.mundo VS Cho'gath sizce hangisi? \n\n⚡️Don't forget to take a look at our page and subscribe and if you like… https://t.co/GZA5hIuSp6"
## 
## [[4491]]
## [1] "JustYato_: RT @BonniieA: Mythmaker Irelia 🖤\n\n#Irelia #LeagueOfLegends https://t.co/WBo2ZEDFT8"
## 
## [[4492]]
## [1] "JustYato_: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[4493]]
## [1] "Blitzshadow021: Enjoy your special day!🔥🔥🔥 #Gameplay #LeagueofLegends #MOBA #GuardianasEstelares #Worlds2021 #YıldızMuhafızı"
## 
## [[4494]]
## [1] "joyjangart: RT @CHOCOT4RT: ⚓️marine look neeko💙\n#LeagueOfLegends #ArtofLegends #Neeko https://t.co/8LBa2INCcD"
## 
## [[4495]]
## [1] "DonnaJo26713385: Looking down🚀🚀🚀🚀🚀 #LeagueofLegends #mobilegame #YıldızMuhafızları #Bjergsen #ClashLoL"
## 
## [[4496]]
## [1] "StoneTaliyah: RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k"
## 
## [[4497]]
## [1] "Suzhip_jab: RT @Wind_Syren: fan art of champions I like\n\n#sylas #missfortune #taliyah #LeagueOfLegendsFanArt  #ArtofLegends #LeagueofLegends https://t.…"
## 
## [[4498]]
## [1] "spoof_floof: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4499]]
## [1] "omoplata91: Up your #LeagueOfLegends Game! #StrategyGuide #Win https://t.co/38ul3jtORC"
## 
## [[4500]]
## [1] "natkas_art: RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k"
## 
## [[4501]]
## [1] "RWM_Tjay: I just snapped wit twitch on #LeagueOfLegends wow. Tough aram match https://t.co/HQaZLqtZIb"
## 
## [[4502]]
## [1] "stounyx22: RT @CoffeeStripes: I don't know what to post today so... Multifandom time &gt;:D\n.\n.\n#Digitalart #WarriorCats #Predator #Dehaka (I just know h…"
## 
## [[4503]]
## [1] "KuroNekoKimiArt: RT @KuroNekoKimiArt: one of my fav skins and champs of all time (2017) #annie #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/MTf1zQuX…"
## 
## [[4504]]
## [1] "IntrinsicGames: RT @KuroNekoKimiArt: tried painting Little Demon Tristana back in 2019 #LeagueOfLegends #LeagueOfLegendsFanArt #tristana https://t.co/C9csf…"
## 
## [[4505]]
## [1] "KuroNekoKimiArt: RT @KuroNekoKimiArt: tried painting Little Demon Tristana back in 2019 #LeagueOfLegends #LeagueOfLegendsFanArt #tristana https://t.co/C9csf…"
## 
## [[4506]]
## [1] "Riku_Fox: RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux"
## 
## [[4507]]
## [1] "FeatherBoy4: RT @kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3"
## 
## [[4508]]
## [1] "SuChen_awa: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4509]]
## [1] "liddlemeow: 6 minute rank game has been my record breaking winning match // I made enemy adc go afk #LeagueOfLegends https://t.co/jiiTYDFJyS"
## 
## [[4510]]
## [1] "liddlemeow: I get 20+ LP every -10 minutes we are not the same #LeagueOfLegends #Professional #gamer"
## 
## [[4511]]
## [1] "Aun44361883: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4512]]
## [1] "LOL_Art_Bot: RT @Winteriris4: Commission for Aiba on Discord!\n(Spirit blossom Kindred from League of legends)\n#LeagueOfLegends #LeagueOfLegendsFanArt #k…"
## 
## [[4513]]
## [1] "Skeevius: RT @HyanideArt: 🖤 Janna 🌪️\n🖤 ... I guess I am finally cured of my playing ranked addiction 🤷\n#fanart #LeagueOfLegends https://t.co/91pbMWO5…"
## 
## [[4514]]
## [1] "Winteriris4: Commission for Aiba on Discord!\n(Spirit blossom Kindred from League of legends)\n#LeagueOfLegends… https://t.co/WJ8CzJScqT"
## 
## [[4515]]
## [1] "KirS_93: RT @xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber #LeagueOfLege…"
## 
## [[4516]]
## [1] "saint_quince: RT @xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber #LeagueOfLege…"
## 
## [[4517]]
## [1] "Rosaluxa_: RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k"
## 
## [[4518]]
## [1] "LioOneMorePixel: If AI art replaced artists, League of Legends would still look something close to this now👀\n#AIart #LeagueofLegends… https://t.co/35u7wB96xh"
## 
## [[4519]]
## [1] "FurryTechs: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4520]]
## [1] "Vencsi_: RT @Saware7: smash the ❤️if you agree😂😂😂#leagueoflegends #IDF #pakistanZindabad https://t.co/A35u1Uk3Cd"
## 
## [[4521]]
## [1] "freefireJack2: Here's some Fanart.🥳🥳🥳🥳 #LeagueofLegends #Game #FLYWIN #GuardianasEstelares #GuardiãsEstelares"
## 
## [[4522]]
## [1] "ItzGrand: RT @iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I"
## 
## [[4523]]
## [1] "35inechi: RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k"
## 
## [[4524]]
## [1] "yuuneelli: RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k"
## 
## [[4525]]
## [1] "LunaValkyriaVT: RT @LunaValkyriaVT: I built the mythic this time~ 🖤🌙🤍\n\n#LeagueOfLegends #Vtuber https://t.co/kHYBqf1IAo"
## 
## [[4526]]
## [1] "iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I"
## 
## [[4527]]
## [1] "radakn1: RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…"
## 
## [[4528]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 11:06 (Hora ESP)🔥\n\n🥇 #DarkozTV➖Viewers: 587\n🥈 #PochiPoom➖Viewers: 417\n🥉… https://t.co/HteLFPGidC"
## 
## [[4529]]
## [1] "Bacon__Berry: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[4530]]
## [1] "eclipsepie: RT @HighNoonJhin: we can fix him \nwe can make him cooler\n#jhin #shanhaiscrollsjhin #leagueoflegends #leagueoflegendsfanart #artoflegends ht…"
## 
## [[4531]]
## [1] "blazordiffusion: Quinn of League of Legends! #LeagueOfLegends  #stablediffusion\n\nhttps://t.co/YqtCNI3D9X https://t.co/o5syINP9PQ"
## 
## [[4532]]
## [1] "eclipsepie: RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…"
## 
## [[4533]]
## [1] "Valphyre: RT @HighNoonJhin: we can fix him \nwe can make him cooler\n#jhin #shanhaiscrollsjhin #leagueoflegends #leagueoflegendsfanart #artoflegends ht…"
## 
## [[4534]]
## [1] "Valphyre: RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…"
## 
## [[4535]]
## [1] "IntrinsicGames: RT @shupakabraa: #arcane #LeagueOfLegends  tw nsfw meaning https://t.co/DFbiQIqUOG"
## 
## [[4536]]
## [1] "vuyecc: RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…"
## 
## [[4537]]
## [1] "vuyecc: RT @HighNoonJhin: we can fix him \nwe can make him cooler\n#jhin #shanhaiscrollsjhin #leagueoflegends #leagueoflegendsfanart #artoflegends ht…"
## 
## [[4538]]
## [1] "TSGKurama: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[4539]]
## [1] "dnonovan: RT @shupakabraa: #arcane #LeagueOfLegends  tw nsfw meaning https://t.co/DFbiQIqUOG"
## 
## [[4540]]
## [1] "AshleyC67028952: RT @virkayu: Simply using information you HAVE in-game can lead to more determined pathing... which leads to JG DIFF in your favour. Observ…"
## 
## [[4541]]
## [1] "ProStreamers_US: Our new weekly Masterclass #LeagueofLegends Pro Steamers US is released! Get involved with the links below:\n⁣\n📖 Lea… https://t.co/pOACD0rs8G"
## 
## [[4542]]
## [1] "GamesGuidz: Our new weekly Masterclass #LeagueofLegends Game Guide is released! Get involved with the links below:\n⁣\n📖 League o… https://t.co/F4CTjd8HxN"
## 
## [[4543]]
## [1] "Rudio1337: RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP"
## 
## [[4544]]
## [1] "Axtrek1: RT @LuluSiimp: Si there is people in league who hack the acc of people and climb with it ?!!\nHeyloo hack me YourFavoriteLulu in EUW hack it…"
## 
## [[4545]]
## [1] "MokshaGasm: RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…"
## 
## [[4546]]
## [1] "TheFinalTilt: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[4547]]
## [1] "MLA96772709: RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW"
## 
## [[4548]]
## [1] "bnnyk00: RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k"
## 
## [[4549]]
## [1] "RicardoDavenp13: RT @DistortionGG: It's time for a new week of #gaming 🔥\n\nWhich game is your fav #fam? 👇\n\nYou can guess mine with this picture for sure 😂\n\n#…"
## 
## [[4550]]
## [1] "TheRealMatterom: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[4551]]
## [1] "LOL_Art_Bot: RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k"
## 
## [[4552]]
## [1] "mininebuloid: RT @fishe_art: This took more than I intended :') some settphel!! Excited for Spirit blossom its my fav event \n#settphel #leagueoflegends #…"
## 
## [[4553]]
## [1] "IntrinsicGames: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[4554]]
## [1] "Lowe136: RT @Leahmeow9: \"Jinx? Stands for Jinx! duh!🦈\n\n📸: Jupert Sison  \nedited by: SoyaMaelk \n\n#jinx #arcane #jinxcosplay #LeagueOfLegends https://…"
## 
## [[4555]]
## [1] "IntrinsicGames: RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k"
## 
## [[4556]]
## [1] "CosplayEnjoyer: RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…"
## 
## [[4557]]
## [1] "IntrinsicGames: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[4558]]
## [1] "AndHisManyOCs: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[4559]]
## [1] "KikiDrawsStuff: RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k"
## 
## [[4560]]
## [1] "AndHisManyOCs: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[4561]]
## [1] "AndHisManyOCs: RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa"
## 
## [[4562]]
## [1] "AndHisManyOCs: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[4563]]
## [1] "maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k"
## 
## [[4564]]
## [1] "NARUSHIMA_CGFAN: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[4565]]
## [1] "tioomeow: RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE"
## 
## [[4566]]
## [1] "AhmedMedhatxo: RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…"
## 
## [[4567]]
## [1] "eternalmercies: RT @AndiDoodleStash: https://t.co/WvhpsjU4e4\nA drawing of KaynPhel as the singer and the bassist of a visual kei band 💙💜\n\n#Aphelios #Kayn #…"
## 
## [[4568]]
## [1] "caitvist: RT @lazystormcloud: happy birthday pretty girl :’) #happybirthdayvi #LeagueOfLegendsFanArt #LeagueOfLegends #vileagueoflegends #vifanart ht…"
## 
## [[4569]]
## [1] "Shikadota123: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[4570]]
## [1] "FrostAHAH: RT @Saware7: smash the ❤️if you agree😂😂😂#leagueoflegends #IDF #pakistanZindabad https://t.co/A35u1Uk3Cd"
## 
## [[4571]]
## [1] "Saware7: smash the ❤️if you agree😂😂😂#leagueoflegends #IDF #pakistanZindabad https://t.co/A35u1Uk3Cd"
## 
## [[4572]]
## [1] "DaGamer51: RT @I_amYurei: 27 kills my guy went crazy!! #LeagueOfLegends #WildRift #gaming #FYP https://t.co/Sj2ukcwhD3"
## 
## [[4573]]
## [1] "RivenStore: What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo… https://t.co/nqAnd2YjQd"
## 
## [[4574]]
## [1] "DavidFa58624154: Life is made up of decisions.🤔🤔 #LeagueofLegends #StarGuardian #Worlds2021 #КосплейLoL"
## 
## [[4575]]
## [1] "sashashaw10001: RT LoLMemesBot Fighting Sion in preseason be like:\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/1SqvjUpqAj"
## 
## [[4576]]
## [1] "exhaaaust: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[4577]]
## [1] "IntrinsicGames: RT @LoLMemesBot: Fighting Sion in preseason be like:\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds…"
## 
## [[4578]]
## [1] "AlicefireM: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[4579]]
## [1] "IntrinsicGames: RT @_another_tina_: This took so long, but the Firelight Ezreal design I did for fun is done\n\n.\n#Ezreal #Ekko #LeagueOfLegends https://t.co…"
## 
## [[4580]]
## [1] "IntrinsicGames: RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y"
## 
## [[4581]]
## [1] "KoTinTrysaX: RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y"
## 
## [[4582]]
## [1] "Thanadess: RT @_another_tina_: This took so long, but the Firelight Ezreal design I did for fun is done\n\n.\n#Ezreal #Ekko #LeagueOfLegends https://t.co…"
## 
## [[4583]]
## [1] "LoLMemesBot: Fighting Sion in preseason be like:\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/ExZOYLdmfO"
## 
## [[4584]]
## [1] "rahateor: RT @fishe_art: This took more than I intended :') some settphel!! Excited for Spirit blossom its my fav event \n#settphel #leagueoflegends #…"
## 
## [[4585]]
## [1] "burnieilies: Check out teemo support kids 11/3/14. This game got me from mastery level 6 to lever 7. https://t.co/DWBop3OFjP \nSo… https://t.co/f66a1c3D5K"
## 
## [[4586]]
## [1] "JosephF21058235: Do you play a lot of games lately?👇👇 #LeagueofLegends #LoL #GENGWIN #GuardiãsEstelas #ФанАрт \nOriginal: lolesports https://t.co/Zu9ggiN6nT"
## 
## [[4587]]
## [1] "lipsk33t96: RT @sashashaw10001: RT LoLMemesBot im sorry\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…"
## 
## [[4588]]
## [1] "goalkeeprr91: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[4589]]
## [1] "lipsk33t96: RT @freefireJack2: The world is wonderful.🎮🎮🎮🎮 #Gameplay #LeagueofLegends #Worlds2021 #TLWIN #GENGWIN"
## 
## [[4590]]
## [1] "slee3141: RT @xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber #LeagueOfLege…"
## 
## [[4591]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 09:56 (Hora ESP)🔥\n\n🥇 #lawlergg➖Viewers: 1.316\n🥈 #lolcasti➖Viewers: 246\n🥉… https://t.co/95caZHDVQQ"
## 
## [[4592]]
## [1] "EnbyDion: RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe"
## 
## [[4593]]
## [1] "KDAAkali: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[4594]]
## [1] "enzowashere_: RT @acadarena: 🤝 Congratulations to our winner of ACES: #Valorant, #DOTA2 and #LeagueofLegends last weekend 💥\n\nCampus esports is #NotJustPl…"
## 
## [[4595]]
## [1] "bytesoftoxicity: RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…"
## 
## [[4596]]
## [1] "martinblomcmu: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[4597]]
## [1] "Hoolies4: RT @qed57: #RiotGames (#LeagueofLegends) Trying To Get Out Of Terrible Crypto Sponsorship Deal with #FTX #SBF\n\nhttps://t.co/pI9Ccwiysj via…"
## 
## [[4598]]
## [1] "Jellian_fish: RT @kardie00: - Yammy!\n- You again?! You ate all my supplies yesterday!\n\nIdea sponsored by @kittenblob 🐱❤️\n\n#Swain #Anivia #LOL #LeagueOfLe…"
## 
## [[4599]]
## [1] "Redd_Colour: RT @Moondustina: Supports life 🤧\n\n#leagueoflegends #artoflegends #leagueoflegendsfanart #janna #xayah https://t.co/XZwS8bnIgy"
## 
## [[4600]]
## [1] "lucascorreios: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[4601]]
## [1] "Jellian_fish: RT @SMETS_: gift for @qqq_qqqqq_\n#LeagueOfLegends #LeagueOfLegendsFanArt #Swain https://t.co/XYwkBJfhxF"
## 
## [[4602]]
## [1] "Curecos_COT: ✨Cosplay News✨ \nJosette, a popular Malaysian cosplayer, shows cosplay of #ahri  from #LeagueOfLegends !… https://t.co/4Tj5K4KVZO"
## 
## [[4603]]
## [1] "Len_Tomodachi: RT @xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber #LeagueOfLege…"
## 
## [[4604]]
## [1] "IntrinsicGames: RT @Chilllki: Live with some ranked (preseason) league. So basically trying to get imaginary points that are worth even less because it's p…"
## 
## [[4605]]
## [1] "IntrinsicGames: RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…"
## 
## [[4606]]
## [1] "ShyluFox: RT @ScytheofSeraph: Hello fellow summoners! 😳\nWe are looking for new players to compete in our #LeagueofLegends team. \n😎 Top\n🏹 Bot\n⛑️ Suppo…"
## 
## [[4607]]
## [1] "IntrinsicGames: RT @RivenStore: How ya doin`?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore…"
## 
## [[4608]]
## [1] "RivenStore: How ya doin`?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg… https://t.co/mfO1nWxxhO"
## 
## [[4609]]
## [1] "StarIoannis25: RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…"
## 
## [[4610]]
## [1] "MineVoidMC: RT @Chilllki: Live with some ranked (preseason) league. So basically trying to get imaginary points that are worth even less because it's p…"
## 
## [[4611]]
## [1] "BrotherRayn_: RT @xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber #LeagueOfLege…"
## 
## [[4612]]
## [1] "RetweetVT: RT @xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber #LeagueOfLege…"
## 
## [[4613]]
## [1] "arvazi2: RT @LoLMemesBot: Any off-meta enjoyers?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…"
## 
## [[4614]]
## [1] "Gabriel82290320: RT @ShinKongVT: The monday morning motivation rn\n#VTuberUprising #LeagueOfLegends #Vtuber https://t.co/ERTEF8wGoB"
## 
## [[4615]]
## [1] "Gaafff2: What are you doing?🤩🤩🤩🤩🤩 #mobilegame #Gameplay #LeagueofLegends #КосплейLoL #StarGuardian #ФанАрт"
## 
## [[4616]]
## [1] "xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber… https://t.co/ecEyjGTnoa"
## 
## [[4617]]
## [1] "Reshirat: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4618]]
## [1] "hiilovetrash: RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW"
## 
## [[4619]]
## [1] "TKPFamily615123: 【League of Legends】Jhin vs Yauso | 1vs1\n\n#LOL #leagueoflegends #英雄聯盟 #燼 #jhin #犽宿 #yauso #lolmoments… https://t.co/JftdUi7Ibi"
## 
## [[4620]]
## [1] "CroptopKing: RT @Aikidork: I paid your girlfriend a visit this morning\n\n#arcane #artoflegends #jinx #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co…"
## 
## [[4621]]
## [1] "SomebodySpeci15: This comic is definitely worth reading! Come check it out!\n \n#leagueoflegends #rebirth #Vampire… https://t.co/qg71JGDxmn"
## 
## [[4622]]
## [1] "CroptopKing: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[4623]]
## [1] "collect84817297: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4624]]
## [1] "twistedmyke92: RT @RebornMods: Link to the mods and guide on how to swap to different presets in the replies. #tekkenmods #NewReleases #LeagueOfLegends  #…"
## 
## [[4625]]
## [1] "thanzags: RT @jujumaho1997: #LeagueOfLegends #Thresh #spiritblossom He's so unbelievable https://t.co/BUA2TjOg6R"
## 
## [[4626]]
## [1] "CroptopKing: RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa"
## 
## [[4627]]
## [1] "yuumedreams: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[4628]]
## [1] "RetweetVT: RT @LunaValkyriaVT: I built the mythic this time~ 🖤🌙🤍\n\n#LeagueOfLegends #Vtuber https://t.co/kHYBqf1IAo"
## 
## [[4629]]
## [1] "VTuberTweeter: RT @LunaValkyriaVT: I built the mythic this time~ 🖤🌙🤍\n\n#LeagueOfLegends #Vtuber https://t.co/kHYBqf1IAo"
## 
## [[4630]]
## [1] "IntrinsicGames: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[4631]]
## [1] "cho_izi: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[4632]]
## [1] "CroptopKing: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[4633]]
## [1] "AtmajaPd: RT @LuluSiimp: Si there is people in league who hack the acc of people and climb with it ?!!\nHeyloo hack me YourFavoriteLulu in EUW hack it…"
## 
## [[4634]]
## [1] "LunaValkyriaVT: I built the mythic this time~ 🖤🌙🤍\n\n#LeagueOfLegends #Vtuber https://t.co/kHYBqf1IAo"
## 
## [[4635]]
## [1] "LOL_Art_Bot: RT @AcceleratorJB: Arcane anime style. #LeagueOfLegends #LeagueOfLegendsFanArt #arcane #anime #powder https://t.co/M1wXd00sZi"
## 
## [[4636]]
## [1] "DongoranOliva: RT @LaurenB56946765: Started playing a game again. #StarGuardian #mobilegame #LeagueofLegends https://t.co/pZMnxY1yr7"
## 
## [[4637]]
## [1] "ga_ja3: Hope you like it!🥺🥺🥺 #LeagueofLegends #YıldızMuhafızı #FLYWIN #GuardianasEstelares"
## 
## [[4638]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: And they are only silver\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…"
## 
## [[4639]]
## [1] "BunArctic: I'm live with friends! Come hang out!\nhttps://t.co/lzKXP69ToF \n\n#twitch #twitchaffiliate #girlstreamer #girlgamer… https://t.co/GzHelCuU03"
## 
## [[4640]]
## [1] "AcceleratorJB: Arcane anime style. #LeagueOfLegends #LeagueOfLegendsFanArt #arcane #anime #powder https://t.co/M1wXd00sZi"
## 
## [[4641]]
## [1] "LoLMemesBot: And they are only silver\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/ERQkclewNM"
## 
## [[4642]]
## [1] "DonnaJo43302569: Wishing you a happy day.😎😎😎😎😎 #MOBA #LeagueofLegends #ФанАрт #GuardiãsEstelares #G2WIN"
## 
## [[4643]]
## [1] "ReginaC26432536: RT @DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock #leaguetwt h…"
## 
## [[4644]]
## [1] "shinnnitai: RT @leochamposa: Good for them 🥺 \n\n#LeagueOfLegends #creadoresdelollatam #sett #aphelios #settphelios https://t.co/kY4mh7xjIh"
## 
## [[4645]]
## [1] "Leahmeow9: \"Jinx? Stands for Jinx! duh!🦈\n\n📸: Jupert Sison  \nedited by: SoyaMaelk \n\n#jinx #arcane #jinxcosplay #LeagueOfLegends https://t.co/fiL7k41WOY"
## 
## [[4646]]
## [1] "CaffeinaTL: Nooooooooooo omg one Aphelios from gold Aphelios hahaha 😂😂😂😂I can’t let it gooooo omg hahaha ok 😂😂😂 @TFT\n#tft #riot… https://t.co/NYsECbBzwK"
## 
## [[4647]]
## [1] "corpse_guide: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[4648]]
## [1] "Matth1as2: RT @Chilllki: Live with some ranked (preseason) league. So basically trying to get imaginary points that are worth even less because it's p…"
## 
## [[4649]]
## [1] "Fl4tLinr: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[4650]]
## [1] "ICHlMOKUREN: RT @RedSinistra: Finally I finished it! This is for #SpiritBlossomManga contest, hosted by @uk_lol 🌸\nTook inspiration from some SB quotes b…"
## 
## [[4651]]
## [1] "dragonSpencer: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4652]]
## [1] "IntrinsicGames: RT @Spoopy_Owl: 🪩Space Groove Viego🪩\n\nA king from a faraway planet has come to join The Jam and groove out! Happiness fills the room as he…"
## 
## [[4653]]
## [1] "IntrinsicGames: RT @stats_live_es: ▶️ League of Legends - Top streams a las 08:46 (Hora ESP)🔥\n\n🥇 #JimRsNg➖Viewers: 630\n🥈 #lolcasti➖Viewers: 407\n🥉 #Lindsan➖…"
## 
## [[4654]]
## [1] "ICHlMOKUREN: RT @jujumaho1997: #LeagueOfLegends #Thresh #spiritblossom He's so unbelievable https://t.co/BUA2TjOg6R"
## 
## [[4655]]
## [1] "Tumelo97750925: The manhua has been feeding us so well\n \n#leagueoflegends #NEET #commissionopen\n\nhttps://t.co/odv6as4ggp https://t.co/V1mXJOdS3D"
## 
## [[4656]]
## [1] "ICHlMOKUREN: RT @Punbun_4Fun: A meme I remembered and spent far more time on then normal\n\n#yasuo #yone #thresh #SpiritBlossom #LeagueOfLegends https://t…"
## 
## [[4657]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 08:46 (Hora ESP)🔥\n\n🥇 #JimRsNg➖Viewers: 630\n🥈 #lolcasti➖Viewers: 407\n🥉… https://t.co/cHaPLkxAoH"
## 
## [[4658]]
## [1] "AfgathaOsa: RT @Spoopy_Owl: 🪩Space Groove Viego🪩\n\nA king from a faraway planet has come to join The Jam and groove out! Happiness fills the room as he…"
## 
## [[4659]]
## [1] "DanielW11607642: RT @EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #ga…"
## 
## [[4660]]
## [1] "Kai_CUm0: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[4661]]
## [1] "MrOrxata: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[4662]]
## [1] "Titania_Erza99: Tarde pero seguro\nHappy birthday Vi!!!🎂💗⚙️\n#cosplay #cosplayergirl #cosplayer #arcane #arcanecosplay #ArcaneVi… https://t.co/ruLZjSQ87k"
## 
## [[4663]]
## [1] "MrMalapropism: RT @xoxoxochitlita: Got my first penta kill ever 😊 #LeagueOfLegends https://t.co/Gu8fdqfr6H"
## 
## [[4664]]
## [1] "AceVar81: Trust me! You'll get addicted to this story!\n \n#leagueoflegends #animefanart #webtoons\n\nhttps://t.co/8juEtV7S7l https://t.co/Bd0mOOdY5r"
## 
## [[4665]]
## [1] "spiritualtails: RT @MEIz_uwu: Feel like drawing on papers today\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Ahri #SpiritBlossomAhri https://t.c…"
## 
## [[4666]]
## [1] "MakeeYhang: Do you wanna play?🙉🙉🙉 #LeagueofLegends #GENGWIN #G2WIN #GuardiãsEstelas \nOriginal: DaveSinOficio https://t.co/LwOJOXlyeo"
## 
## [[4667]]
## [1] "ascenthe_draws: Some more #arcane #sketches I don't know if I did it justice. Honestly I don't think my heart was in it. But it was… https://t.co/MYaRFOyWLs"
## 
## [[4668]]
## [1] "Lambada104: RT @DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock #leaguetwt h…"
## 
## [[4669]]
## [1] "SuperKenshiro17: RT @CuppaDoppio: MOM! MOM! LOOK! LOOK! ALUNE AND PHEL ARE CRAFTING 500 YEARS OF GAMEPLAY!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Aphelio…"
## 
## [[4670]]
## [1] "Lambada104: RT @LoLMemesBot: Tank meta they say ...\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…"
## 
## [[4671]]
## [1] "Zedzy1_: Slow Growing Process but I will get there. Hard work will pay off :) #twitch #streaming #streamers #stream #streams… https://t.co/IGaJQMC4go"
## 
## [[4672]]
## [1] "chaossanii: RT @Hippo_Chii131: \"Oh look who it is The Boy Savior !\"\n\n#arcane #TiMEBOMB #tb #ekkojinx #jinxekko #arcanefanart #ArcaneArt #Jinx #LeagueOf…"
## 
## [[4673]]
## [1] "Avernath1: I didn't know why I played a lot. #LeagueofLegends #MOBA #StarGuardian #Worlds2021 #FLYWIN"
## 
## [[4674]]
## [1] "fern_400: RT @ClauSketch: ❣ 𝗫𝗮𝘆𝗮𝗵 &amp; 𝗥𝗮𝗸𝗮𝗻 𝗺𝗲𝗺𝗼𝗿𝗶𝗲𝘀 𝟮💞 \n♡ ☕ https://t.co/BQKfxmldek\n♡  Available for monthly supporters\n\n#LeagueOfLegends #ArtofLegend…"
## 
## [[4675]]
## [1] "yayakanDaily: RT @kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3"
## 
## [[4676]]
## [1] "Barbara12772130: RT @dempugs1: There should be more games like this. #LeagueOfLegendsFanArt #LeagueofLegends #MOBA #TransformaTuDestino #ClashLoL #FLYWIN \nO…"
## 
## [[4677]]
## [1] "DonnaKe86054501: RT @sashashaw10001: RT LoLMemesBot im sorry\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…"
## 
## [[4678]]
## [1] "xoxoxochitlita: Got my first penta kill ever 😊 #LeagueOfLegends https://t.co/Gu8fdqfr6H"
## 
## [[4679]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Like clockwork\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios…"
## 
## [[4680]]
## [1] "farm_sari: RT @HalanoSiblee: #belveth #LeagueOfLegends #b3d #blender\nBel'Veth Trying to escape by hacking my blender👾 https://t.co/rDpA6Zg2fl"
## 
## [[4681]]
## [1] "JoshuaH65875147: RT @stats_live_es: ▶️ League of Legends - Top streams a las 08:58 (Hora ESP)🔥\n\n🥇 #nezumivy➖Viewers: 831\n🥈 #JimRsNg➖Viewers: 535\n🥉 #Lindsan➖…"
## 
## [[4682]]
## [1] "02_rinni: hiii, i’m looking for friends + moots from #valotwt / #valtwt , #leaguetwt , and #genshintwt !! \n\n🫧 she/her 20\n💌 NA… https://t.co/Xiu9vA8GAg"
## 
## [[4683]]
## [1] "ascenthe_draws: Back when #arcane came out. I really tried to do one of those #fanart that everyone did. But I don't think I did th… https://t.co/oXJLHt5FsV"
## 
## [[4684]]
## [1] "bunnynithy: X person made the meme of \"answers to someone telling you I love you\" but didn't put Viego on it.\n\nAnon: Viego's re… https://t.co/6eyVtaPdFl"
## 
## [[4685]]
## [1] "Sairenix: RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…"
## 
## [[4686]]
## [1] "RivenStore: How ya doin`?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/luLr2B6yZt"
## 
## [[4687]]
## [1] "SuperKenshiro17: RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…"
## 
## [[4688]]
## [1] "LoLMemesBot: Like clockwork\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/Wn6JiR0N6Z"
## 
## [[4689]]
## [1] "KingofEvils0308: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[4690]]
## [1] "HdDxrth: It's time to play a new game.🙉🙉🙉 #LeagueofLegends #StarGuardian #MOBA #YıldızMuhafızları #GuardiãsEstelas #Bjergsen"
## 
## [[4691]]
## [1] "IntrinsicGames: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[4692]]
## [1] "Miojo58314565: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4693]]
## [1] "Makayla88190882: RT @MikeJCart: League of Legends\n#LeagueOfLegends #LeagueOfLegendsfanart https://t.co/0gvMUznHCl"
## 
## [[4694]]
## [1] "IntrinsicGames: RT @LightxMx: Yes, I'm a mainly league player and this is my yearly summary lol \nI've lost a lot of time of my life in this but... I'm quit…"
## 
## [[4695]]
## [1] "SuperKenshiro17: RT @odeko_yma: I got M7 on Diana only cuz she has the same sence of humor as me. \n\n#Diana #Aphelios #Zoe #LeagueOfLegends #ArtofLegends htt…"
## 
## [[4696]]
## [1] "LightxMx: Yes, I'm a mainly league player and this is my yearly summary lol \nI've lost a lot of time of my life in this but..… https://t.co/wNWOC1Q79f"
## 
## [[4697]]
## [1] "MrDragoR: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[4698]]
## [1] "IrisesOfLilac: RT @veegoesgrr: so got this idea from an old genji fanart and I wanna say I liked the old lore of how Diana got her mark? How it was suppos…"
## 
## [[4699]]
## [1] "ShadyManX1: Ya boy Shady just stole the Baron😎\n#LeagueOfLegends https://t.co/4GjXkoqopY"
## 
## [[4700]]
## [1] "Benjami89760141: RT @vatheja: arcana #jinx wip #LeagueOfLegends https://t.co/rqg9F7vAJP"
## 
## [[4701]]
## [1] "IrisesOfLilac: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[4702]]
## [1] "IrisesOfLilac: RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…"
## 
## [[4703]]
## [1] "spike55151: RT @AimlessBros: My pre season so far. \n\nRyze feels hella strong so gonna spam him for a bit.\n\n#LeagueOfLegends https://t.co/AzoiP4vyxn"
## 
## [[4704]]
## [1] "jjanjjangmyeon: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[4705]]
## [1] "RordyGG: RT @Loringale: If I went back to streaming, what should I stream?🥺 My biggest concern is always that I'm not entertaining enough but I do m…"
## 
## [[4706]]
## [1] "KaLoK0423: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4707]]
## [1] "sckebtch: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[4708]]
## [1] "Sl4sh3r51: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[4709]]
## [1] "polainmida: RT @acadarena: 🤝 Congratulations to our winner of ACES: #Valorant, #DOTA2 and #LeagueofLegends last weekend 💥\n\nCampus esports is #NotJustPl…"
## 
## [[4710]]
## [1] "GailWil45711350: I have been enjoying it.🚀🚀🚀🚀🚀 #LeagueofLegends #G2WIN #ClashLoL #КосплейLoL"
## 
## [[4711]]
## [1] "LydiaFo33470310: I like the game we are playing.🥺🥺🥺🥺 #LeagueofLegends #英雄联盟 https://t.co/F9hcJeU2cH"
## 
## [[4712]]
## [1] "Gaafff2: RT @LoLMemesBot: Any off-meta enjoyers?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…"
## 
## [[4713]]
## [1] "Gaafff2: RT @MikeJCart: League of Legends\n#LeagueOfLegends #LeagueOfLegendsfanart https://t.co/0gvMUznHCl"
## 
## [[4714]]
## [1] "VongolaSoul: Art done by Craint but he doesn't have twitter\n#LeagueOfLegends #toyoureternity #nunu https://t.co/5mg25q3Ca2"
## 
## [[4715]]
## [1] "NightWolf122552: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4716]]
## [1] "chun1324: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4717]]
## [1] "AliciaW92648805: Stay in the game.🥺🥺🥺🥺🥺 #MOBA #Game #LeagueofLegends #GENGWIN #Worlds2021 #GuardianasEstelares"
## 
## [[4718]]
## [1] "LOL_Art_Bot: RT @minhminhla: Zoe is ready for Xmas ~ #Fanarts #LeagueOfLegends #Zoe #LeagueOfLegendsFanArt #Xmas #bunnygirl https://t.co/wLIrlWHwlS"
## 
## [[4719]]
## [1] "AnOnPsyCkOlol: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[4720]]
## [1] "EdwardT61032813: RT @LuluSiimp: Si there is people in league who hack the acc of people and climb with it ?!!\nHeyloo hack me YourFavoriteLulu in EUW hack it…"
## 
## [[4721]]
## [1] "StarIoannis25: RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…"
## 
## [[4722]]
## [1] "Retweelgend: RT @Loringale: If I went back to streaming, what should I stream?🥺 My biggest concern is always that I'm not entertaining enough but I do m…"
## 
## [[4723]]
## [1] "Loringale: If I went back to streaming, what should I stream?🥺 My biggest concern is always that I'm not entertaining enough b… https://t.co/onD56ScNH0"
## 
## [[4724]]
## [1] "whale_lonliest: RT @X17Swan: I'm not sure what to think about this game. #StarGuardian #LeagueofLegends #mobilegame #GuardianasEstelares #GENGWIN #YıldızMu…"
## 
## [[4725]]
## [1] "IntrinsicGames: RT @RivenStore: How ya doin`?\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lolstuff…"
## 
## [[4726]]
## [1] "RivenStore: How ya doin`?\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/qQIGer4Nhy"
## 
## [[4727]]
## [1] "JesusGarrison7: RT @RivenStore: Who remembers that?\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lo…"
## 
## [[4728]]
## [1] "minhminhla: Zoe is ready for Xmas ~ #Fanarts #LeagueOfLegends #Zoe #LeagueOfLegendsFanArt #Xmas #bunnygirl https://t.co/wLIrlWHwlS"
## 
## [[4729]]
## [1] "Gamergi35261: This is something you will not want to miss.🙈🙈 #LeagueofLegends #StarGuardian #LeagueOfLegendsFanArt #Nilah #GENGWIN #Bjergsen"
## 
## [[4730]]
## [1] "cosmicjirachi: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[4731]]
## [1] "BaiLangArt: RT @KenApplepi: Withered Rose Viego 🌹\n#Conceptober2022 (23/31)\n\n#LeagueOfLegends #ArtofLegends #artistsontwitter #viego #conceptart\nList by…"
## 
## [[4732]]
## [1] "Yuoneeh: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[4733]]
## [1] "Smash3218: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[4734]]
## [1] "mixties: RT @Koiarts1: Fan art Navy Seal Jinx \n \nRT are appreciated 🔁✨\n#HumanArtists #CreateDontScrape\n\n#Jinx #leagueoflegends #artoflegends #huion…"
## 
## [[4735]]
## [1] "MageIngrid2: RT @s_vfaye: why am I not challenger yet ngl #LeagueOfLegends #Swain #HighIQ https://t.co/03vNjvBi2T"
## 
## [[4736]]
## [1] "JosephF21058235: RT @dempugs1: There should be more games like this. #LeagueOfLegendsFanArt #LeagueofLegends #MOBA #TransformaTuDestino #ClashLoL #FLYWIN \nO…"
## 
## [[4737]]
## [1] "MageIngrid2: RT @HobbySharky: I am now live!\nhttps://t.co/NUohtzJ120\n\n#riven #toplane #lol #leagueoflegends #korean #asian #game #stream #live #twitch #…"
## 
## [[4738]]
## [1] "ShiranuiSolar: RT @CelestialLexi: Do you have a \"eUWU\" account?😂💗\n\n#lolmemes #LeagueOfLegends #leagueoflegendsEU #VTuber #ENVTuber https://t.co/qCERKekKyg"
## 
## [[4739]]
## [1] "thelastalive1: RT @LaurenB56946765: Started playing a game again. #StarGuardian #mobilegame #LeagueofLegends https://t.co/pZMnxY1yr7"
## 
## [[4740]]
## [1] "Ibank8s: RT @joiejoy_lm: LeBlanc, The Deceiver.\n#LeBlanc #LeagueOfLegends #ArtofLegends https://t.co/VpkmUgRb5q"
## 
## [[4741]]
## [1] "NerfWindWall: nerf Yasuo's Wind Wall #LeagueOfLegends"
## 
## [[4742]]
## [1] "Katheri06787154: What are you doing right now?😎😎😎 #LeagueOfLegendsFanArt #LeagueofLegends #Worlds2021 #КосплейLoL #GENGWIN"
## 
## [[4743]]
## [1] "Luxsarina: RT @N_I_X_E_U: Purple Butterflies\n#digitalart #kaisa #LeagueOfLegends\n⋗ https://t.co/eWo50Mm2Bd https://t.co/ul1ZyhdQRe"
## 
## [[4744]]
## [1] "pigbeecreative: RT @mahou_michi: \"Let's do this by the book.\"\n\nWho is your favorite character from League of Legends?👀\n\n#arcane #ArcaneArt #LeagueofLegends…"
## 
## [[4745]]
## [1] "Adrag0nx: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[4746]]
## [1] "300clownfiesta_: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[4747]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Wait...It's all just Neace Tips?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds202…"
## 
## [[4748]]
## [1] "SigmaJust: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[4749]]
## [1] "HobbySharky: I am now live!\nhttps://t.co/NUohtzJ120\n\n#riven #toplane #lol #leagueoflegends #korean #asian #game #stream #live… https://t.co/PXxVQdnfSl"
## 
## [[4750]]
## [1] "arvazi2: Which one are you fond of?🔥🔥🔥🔥 #LeagueofLegends #StarGuardian #G2WIN #GENGWIN"
## 
## [[4751]]
## [1] "s_vfaye: why am I not challenger yet ngl #LeagueOfLegends #Swain #HighIQ https://t.co/03vNjvBi2T"
## 
## [[4752]]
## [1] "IntrinsicGames: RT @skymagpieart: Hot edgy assassins looking at you, wyd? \n#kayn #akali #LeagueOfLegends #akalixkayn 💚💙 https://t.co/1eT5xXgsTl"
## 
## [[4753]]
## [1] "Holycatx1: RT @blazordiffusion: Samira of League of Legends! #LeagueOfLegends  #Samira #stablediffusion \n\nhttps://t.co/0xtqGDUfQL https://t.co/mxb0caT…"
## 
## [[4754]]
## [1] "matrishark: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[4755]]
## [1] "IntrinsicGames: RT @LoLMemesBot: Wait...It's all just Neace Tips?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds202…"
## 
## [[4756]]
## [1] "LoLMemesBot: Wait...It's all just Neace Tips?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/cOqF0uncVJ"
## 
## [[4757]]
## [1] "VeiIara: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[4758]]
## [1] "TL_kiloa: RT @skymagpieart: Hot edgy assassins looking at you, wyd? \n#kayn #akali #LeagueOfLegends #akalixkayn 💚💙 https://t.co/1eT5xXgsTl"
## 
## [[4759]]
## [1] "LOL_Art_Bot: RT @fluffypuffy0w0: 🥹 Yone &lt;33 ✨️\n#yone #wildrift #leagueoflegends #leagueoflegendsfanart #yonefanart #spiritblossom https://t.co/OPEm6GDWW5"
## 
## [[4760]]
## [1] "metalxpetals: RT @lazystormcloud: happy birthday pretty girl :’) #happybirthdayvi #LeagueOfLegendsFanArt #LeagueOfLegends #vileagueoflegends #vifanart ht…"
## 
## [[4761]]
## [1] "raiinxdrops: RT @lazystormcloud: happy birthday pretty girl :’) #happybirthdayvi #LeagueOfLegendsFanArt #LeagueOfLegends #vileagueoflegends #vifanart ht…"
## 
## [[4762]]
## [1] "EnderPvP2015: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[4763]]
## [1] "beowpig: RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N"
## 
## [[4764]]
## [1] "DonMalo30078585: Finally done.❤️❤️❤️ #MOBA #LoL #LeagueofLegends #ФанАрт #FLYWIN #Nilah https://t.co/TPmd3PRe7e"
## 
## [[4765]]
## [1] "AnimaNe74890918: RT @AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao. \n\nhttps:/…"
## 
## [[4766]]
## [1] "fluffypuffy0w0: 🥹 Yone &lt;33 ✨️\n#yone #wildrift #leagueoflegends #leagueoflegendsfanart #yonefanart #spiritblossom https://t.co/OPEm6GDWW5"
## 
## [[4767]]
## [1] "Kimberl15899765: RT @YahooEsportsSEA: Due to one of ARAM’s newest features, some players have discovered an Anivia bug. #LeagueofLegends https://t.co/BtEzz5…"
## 
## [[4768]]
## [1] "CKMwho: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[4769]]
## [1] "yakisou132: RT @Drawing_Jimmy: Zoe x Aurelion Sol coming home from the grocery store ♥️♥️♥️, #Zoe #AurelionSol #ArtofLegends #LeagueOfLegendsFanArt #Le…"
## 
## [[4770]]
## [1] "Katheri06419639: RT @MikeJCart: League of Legends\n#LeagueOfLegends #LeagueOfLegendsfanart https://t.co/0gvMUznHCl"
## 
## [[4771]]
## [1] "SummonerOrthan: RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW"
## 
## [[4772]]
## [1] "MineVoidMC: RT @MarvOldGamer: 🔴Live | 👋🏻Welcome!👋🏻 | 🎅Merry Christmas🎅🎄Happy Holydays🎄🎆Happy New Year🎆🌠Wish you all the best🌠 #LeagueofLegends #Gaming…"
## 
## [[4773]]
## [1] "IntrinsicGames: RT @MrNobod16072554: UpGonna do some comic reading\n \n#leagueoflegends #emperor #animegirls\n\nhttps://t.co/7B33xLk7mW https://t.co/H4EERNuYyg"
## 
## [[4774]]
## [1] "cbpremsgcredits: AVAILABLE LOL WILDCORES ⭐ \n\nACCEPTING GCASH/MAYA PAYMENT 💙 \n\nMESSAGE NOW! VISIT OUR OFFICIAL PAGE TRU FACEBOOK! \n\n🔥… https://t.co/roRXygh9pI"
## 
## [[4775]]
## [1] "PaulDye78280963: RT @luce_azu: I thought i posted this here but i was wrong XD\nThis was a practice on ibis paint cuz i want to use my phone to draw to but i…"
## 
## [[4776]]
## [1] "IntrinsicGames: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[4777]]
## [1] "reistellae: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[4778]]
## [1] "aesthetic316: RT @MrNobod16072554: UpGonna do some comic reading\n \n#leagueoflegends #emperor #animegirls\n\nhttps://t.co/7B33xLk7mW https://t.co/H4EERNuYyg"
## 
## [[4779]]
## [1] "LOL_Beeta: RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT"
## 
## [[4780]]
## [1] "belka_arts_: RT @IndiiCreates: 🌅Hope for the future🌅\n\nMel, arcane fanart.\n\n#LeagueOfLegends #art https://t.co/xVDITv2HZ7"
## 
## [[4781]]
## [1] "LOL_Art_Bot: RT @joiejoy_lm: LeBlanc, The Deceiver.\n#LeBlanc #LeagueOfLegends #ArtofLegends https://t.co/VpkmUgRb5q"
## 
## [[4782]]
## [1] "_lonj_: Jinx of LoL fame #LeagueOfLegends #jinxfanart https://t.co/8x2Q3pQjPI"
## 
## [[4783]]
## [1] "sldfspectresix: RT @mahou_michi: \"Let's do this by the book.\"\n\nWho is your favorite character from League of Legends?👀\n\n#arcane #ArcaneArt #LeagueofLegends…"
## 
## [[4784]]
## [1] "joiejoy_lm: LeBlanc, The Deceiver.\n#LeBlanc #LeagueOfLegends #ArtofLegends https://t.co/VpkmUgRb5q"
## 
## [[4785]]
## [1] "shrimpisnice: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[4786]]
## [1] "Agnese_creators: I love making #cute #girls with cute hair colors✨✨\n#emoteartist #emotes #twitch #TwitchEmotes #Emotes #Ibispaintx… https://t.co/5qVv3IimJ1"
## 
## [[4787]]
## [1] "pyrephasewolf: RT @firepix515: Zero War Ahri Fortnite skin concept!\n\nTrapped in a world far from her home, and with little choice, Ahri joins the fight to…"
## 
## [[4788]]
## [1] "_yuigen: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[4789]]
## [1] "BlazedRTs: RT @Balea_studio: I love making #cute #girls with cute hair colors✨✨\n#emoteartist #emotes #twitch #TwitchEmotes #Emotes #Ibispaintx #commis…"
## 
## [[4790]]
## [1] "Balea_studio: I love making #cute #girls with cute hair colors✨✨\n#emoteartist #emotes #twitch #TwitchEmotes #Emotes #Ibispaintx… https://t.co/3rPP19WAoW"
## 
## [[4791]]
## [1] "Stryks: RT @mahou_michi: \"Let's do this by the book.\"\n\nWho is your favorite character from League of Legends?👀\n\n#arcane #ArcaneArt #LeagueofLegends…"
## 
## [[4792]]
## [1] "TylerTh90475456: RT @liddlemeow: I'm winning with champs I don't even play, I'm that bored. #LeagueOfLegends"
## 
## [[4793]]
## [1] "yumiibon: RT @fuwamoowa: mythmaker irelia 🥮\n\n#mythmakerirelia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/xnHojfPNte"
## 
## [[4794]]
## [1] "JamesYouDidIt: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[4795]]
## [1] "MrTragicX: RT @mahou_michi: \"Let's do this by the book.\"\n\nWho is your favorite character from League of Legends?👀\n\n#arcane #ArcaneArt #LeagueofLegends…"
## 
## [[4796]]
## [1] "HmsmemeO: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[4797]]
## [1] "cosmicjirachi: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4798]]
## [1] "SlothFactsBot1: RT @JaredPo87147132: It's a lot of fun.🙊🙊🙊 #StarGuardian #LeagueofLegends https://t.co/YRmJzmEqg3"
## 
## [[4799]]
## [1] "0ceanSoul_: RT @LoLMemesBot: A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…"
## 
## [[4800]]
## [1] "Mesakiie: RT @golden8witch: I finished :\"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…"
## 
## [[4801]]
## [1] "DonnaHu83696808: Do you want to try it?🥳 #LeagueofLegends #Game #GuardianasEstelares #GuardiãsEstelares #YıldızMuhafızları"
## 
## [[4802]]
## [1] "SirVanteDero: RT @mahou_michi: \"Let's do this by the book.\"\n\nWho is your favorite character from League of Legends?👀\n\n#arcane #ArcaneArt #LeagueofLegends…"
## 
## [[4803]]
## [1] "thelastalive1: Favorite game ever! 🙊🙊🙊🙊 #Fanart #mobilegame #LeagueofLegends #GuardianasEstelares #ClashLoL #TLWIN \nOriginal: Eggp… https://t.co/9LVWBWnMDV"
## 
## [[4804]]
## [1] "gothiccpetunia: It’s cuffing season 💅 #arcane #vi #caitvi #leagueoflegends #leagueoflesbians #art https://t.co/Wr3LyVE27n"
## 
## [[4805]]
## [1] "Stylish_Dante__: I was soo maddd I didn’t get her 😭😭 #leagueoflegends #twitchstreamer #jhin https://t.co/hCGItgVsb7 via @YouTube"
## 
## [[4806]]
## [1] "CountdownToL: It has been 14 days since the last official update for Project L, the #LeagueOfLegends tag fighter"
## 
## [[4807]]
## [1] "BrendaA56642710: RT @freefireJack2: The world is wonderful.🎮🎮🎮🎮 #Gameplay #LeagueofLegends #Worlds2021 #TLWIN #GENGWIN"
## 
## [[4808]]
## [1] "BrendaA56642710: RT @qed57: #RiotGames (#LeagueofLegends) Trying To Get Out Of Terrible Crypto Sponsorship Deal with #FTX #SBF\n\nhttps://t.co/pI9Ccwiysj via…"
## 
## [[4809]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Thanks Rito\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Sp…"
## 
## [[4810]]
## [1] "pickmeup__0: RT @mahou_michi: \"Let's do this by the book.\"\n\nWho is your favorite character from League of Legends?👀\n\n#arcane #ArcaneArt #LeagueofLegends…"
## 
## [[4811]]
## [1] "IntrinsicGames: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4812]]
## [1] "rosstabowl_ross: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4813]]
## [1] "DyronLoa: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[4814]]
## [1] "RainfallinSpace: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[4815]]
## [1] "Katheri84765877: Will you find love tonight or not?🥺🥺🥺🥺 #StarGuardian #LeagueofLegends #Gameplay #GuardiãsEstelas #TransformaTuDestino"
## 
## [[4816]]
## [1] "LoLMemesBot: Thanks Rito\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/QOThb3IvIR"
## 
## [[4817]]
## [1] "Retweelgend: RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…"
## 
## [[4818]]
## [1] "meowitsonyx: RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…"
## 
## [[4819]]
## [1] "AaronWi87826121: RT @LOLegendsMemes: based gank #LeagueOfLegends #Memes https://t.co/WthTB6ZQvw"
## 
## [[4820]]
## [1] "datrashkid15: Lillia Mid = Back Aches https://t.co/1TQwJCvnXG via @YouTube Also come watch me on #twitchtv #twitch… https://t.co/21vW1qcoAk"
## 
## [[4821]]
## [1] "JaredDa29812775: RT @MarvOldGamer: 🔴Live | 👋🏻Welcome!👋🏻 | 🎅Merry Christmas🎅🎄Happy Holydays🎄🎆Happy New Year🎆🌠Wish you all the best🌠 #LeagueofLegends #Gaming…"
## 
## [[4822]]
## [1] "_Gamicity_: RT @arvazi2: It was fun.👇 #mobilegame #Fanart #LeagueofLegends #YıldızMuhafızları #GuardianasEstelares #Nilah \nSource: https://t.co/UU5kTBh…"
## 
## [[4823]]
## [1] "dempugs1: RT @arvazi2: It was fun.👇 #mobilegame #Fanart #LeagueofLegends #YıldızMuhafızları #GuardianasEstelares #Nilah \nSource: https://t.co/UU5kTBh…"
## 
## [[4824]]
## [1] "superyoyo2000: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[4825]]
## [1] "evasivecorn: We just keep growing! 😍😍 #Game #ArtofLegends #LeagueofLegends #StarGuardian #ФанАрт #Bjergsen"
## 
## [[4826]]
## [1] "LadyVickytoria: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[4827]]
## [1] "StrongPorco: RT @BiirdyGirl: A video of Cosmic Harpy Lissandra.\n Hope you like it !\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #lissand…"
## 
## [[4828]]
## [1] "LadyVickytoria: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[4829]]
## [1] "andyvenom: Dodge, duck, dip, dive and dodge &gt;&gt; #kindred #LeagueOfLegends https://t.co/b6qY3e2bLt"
## 
## [[4830]]
## [1] "LadyVickytoria: RT @sasoxichomoshi: ✨ so whimsical ✨\n\n#artoflegends #leagueoflegends #skinconcept #lulu #mestreensinador https://t.co/GnO7bTOQqT"
## 
## [[4831]]
## [1] "LadyVickytoria: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[4832]]
## [1] "Jeffrey18755090: RT @X17Swan: I'm not sure what to think about this game. #StarGuardian #LeagueofLegends #mobilegame #GuardianasEstelares #GENGWIN #YıldızMu…"
## 
## [[4833]]
## [1] "LadyVickytoria: RT @Moondustina: Supports life 🤧\n\n#leagueoflegends #artoflegends #leagueoflegendsfanart #janna #xayah https://t.co/XZwS8bnIgy"
## 
## [[4834]]
## [1] "X17Swan: RT @LOLegendsMemes: based gank #LeagueOfLegends #Memes https://t.co/WthTB6ZQvw"
## 
## [[4835]]
## [1] "Gobse1: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4836]]
## [1] "gabi7miere: RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…"
## 
## [[4837]]
## [1] "TrinityBlackvt: idc about the defeats, im happy with my progress! ive recently started learning to play league and tft 💜 still have… https://t.co/E35w4XCC59"
## 
## [[4838]]
## [1] "muunbunns: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[4839]]
## [1] "Christo58898072: RT @qed57: #RiotGames (#LeagueofLegends) Trying To Get Out Of Terrible Crypto Sponsorship Deal with #FTX #SBF\n\nhttps://t.co/pI9Ccwiysj via…"
## 
## [[4840]]
## [1] "ValeLaCrack0v0: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4841]]
## [1] "AmandaR74669040: RT @DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock #leaguetwt h…"
## 
## [[4842]]
## [1] "DannteTD: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4843]]
## [1] "yun010357: RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy"
## 
## [[4844]]
## [1] "RivenStore: Hello there!\nLove LoL? Visit us: https://t.co/JrAiMTe9FJ\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/znakyNn0Wy"
## 
## [[4845]]
## [1] "LOL_Art_Bot: RT @NIJISE_: I HAVE 2 SIDES\n.\nNeeko and Viego, my mains in lol \n#viego #neeko #ArtofLegends #LeagueOfLegends https://t.co/VDGU3MNtoh"
## 
## [[4846]]
## [1] "ArtsaSaky: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[4847]]
## [1] "LinktheCelebi: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[4848]]
## [1] "Abisco54911105: It's another day to die.💕💕💕💕 #Game #LeagueofLegends #mobilegame #GENGWIN #GuardiãsEstelares #StarGuardians"
## 
## [[4849]]
## [1] "maycolmb909: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[4850]]
## [1] "PolloPepe34: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[4851]]
## [1] "NIJISE_: I HAVE 2 SIDES\n.\nNeeko and Viego, my mains in lol \n#viego #neeko #ArtofLegends #LeagueOfLegends https://t.co/VDGU3MNtoh"
## 
## [[4852]]
## [1] "lipsk33t96: RT @stats_live_es: ▶️ League of Legends - Top streams a las 08:58 (Hora ESP)🔥\n\n🥇 #nezumivy➖Viewers: 831\n🥈 #JimRsNg➖Viewers: 535\n🥉 #Lindsan➖…"
## 
## [[4853]]
## [1] "everfrost37: RT @fuwamoowa: mythmaker irelia 🥮\n\n#mythmakerirelia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/xnHojfPNte"
## 
## [[4854]]
## [1] "IntrinsicGames: RT @LittleNamiRose: Go watch @GuardiansWarcry Sub and follow. Here is his weekly schedule! #gamer #twitch #streamer #Overwatch2 #worldofwar…"
## 
## [[4855]]
## [1] "GeneralWarmonk: https://t.co/O5dyzJK9DK\nBACK FROM VACATION PLAYING LEAGUE OF LEGENDS!!!!\n#LeagueOfLegends"
## 
## [[4856]]
## [1] "LittleNamiRose: Go watch @GuardiansWarcry Sub and follow. Here is his weekly schedule! #gamer #twitch #streamer #Overwatch2… https://t.co/2Mr2WXOoRO"
## 
## [[4857]]
## [1] "48d347: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4858]]
## [1] "LOL_Art_Bot: RT @AlstanfordA: So an update on my wip, the holidays have me a little stressed, but I've been working on this. Happy with how it's looking…"
## 
## [[4859]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: jesse we must burst enemy champions with % health damage jesse\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #Le…"
## 
## [[4860]]
## [1] "_Double_L__: RT @atomicant_cami: my friend really likes jinx x cait and in this house we dont shame #LeagueOfLegends #artoflegends https://t.co/Hd8ILRpb…"
## 
## [[4861]]
## [1] "BloobyVT: RT @ItsSojuTime: Looking for chill #LeagueOfLegends Players that can Flex Roles &amp; just chill and vibe with a few new people that are learni…"
## 
## [[4862]]
## [1] "huey7724: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[4863]]
## [1] "yuriferno: RT @nikoniko_808: 💥jinx doodles 💥\n#jinx #arcane #LeagueOfLegends https://t.co/VZzFqRqdOr"
## 
## [[4864]]
## [1] "AlstanfordA: So an update on my wip, the holidays have me a little stressed, but I've been working on this. Happy with how it's… https://t.co/dnc4oi0mIU"
## 
## [[4865]]
## [1] "marytweetsmtms: RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy"
## 
## [[4866]]
## [1] "Hir0016: Rankeds en wildrift #leagueoflegends #wildrift\nhttps://t.co/gPvxNs7wfW"
## 
## [[4867]]
## [1] "LoLMemesBot: jesse we must burst enemy champions with % health damage jesse\n#memes #meme #funny #lol #leagueoflegends #Arcane… https://t.co/SVCZJv2foa"
## 
## [[4868]]
## [1] "AnneAnd81932053: RT @Leahmeow9: just you and me Fishbones- Jinx\n\n#arcane #jinxcosplay #LeagueOfLegends https://t.co/z1bcCaTIgx"
## 
## [[4869]]
## [1] "Shaycook20: RT @urannius: I finished it 🥹🥹\n\n#caitlynkiramman #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/fAfSdj2nFC"
## 
## [[4870]]
## [1] "Kauroth: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4871]]
## [1] "MineVoidMC: RT @KingoftheP0nd: 1v2 to secure scuttle #LeagueOfLegends #gaming #volibear https://t.co/1YTYLGgObi"
## 
## [[4872]]
## [1] "Hey__Enzo: RT @Santlukearts: Happy Birthday Vi 🎉🎉🎊🎊\n\n#vi #arcane #leagueoflegends #arcanefanart #viarcane #sketch https://t.co/JMo1gdZ17u"
## 
## [[4873]]
## [1] "HummingVoid: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[4874]]
## [1] "ItsSojuTime: Looking for chill #LeagueOfLegends Players that can Flex Roles &amp; just chill and vibe with a few new people that are… https://t.co/ohNkw2vo5Y"
## 
## [[4875]]
## [1] "FRCretweets: RT @Excellete_tv: First sett.exe highlight video up on Youtube! Lots of fun editing by our editor, Snooki 😊\n\nhttps://t.co/Fgg49LLe4r\n\n#yout…"
## 
## [[4876]]
## [1] "Excellete_tv: First sett.exe highlight video up on Youtube! Lots of fun editing by our editor, Snooki 😊\n\nhttps://t.co/Fgg49LLe4r… https://t.co/1akZh267E8"
## 
## [[4877]]
## [1] "IceMake48443355: RT @is_is_gemini_is: Powder #Jinx \n\n#arcane #LeagueOfLegends https://t.co/KyiS8U3YWD"
## 
## [[4878]]
## [1] "IntrinsicGames: RT @Catheri27847830: We are trying out the game.🥺🥺🥺🥺🥺 #LeagueofLegends #Game #Fanart #YıldızMuhafızları #GENGWIN #Nilah \nOriginal: CovenLeB…"
## 
## [[4879]]
## [1] "Gaafff2: RT @Catheri27847830: We are trying out the game.🥺🥺🥺🥺🥺 #LeagueofLegends #Game #Fanart #YıldızMuhafızları #GENGWIN #Nilah \nOriginal: CovenLeB…"
## 
## [[4880]]
## [1] "tom4mos: RT @chajasu: BET #LeagueofLegends | Captured by #Outplayed https://t.co/fy3T7B7uwa"
## 
## [[4881]]
## [1] "SammiNgSamYi1: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[4882]]
## [1] "PreachBigLoL: Has anyone ever looked through the \"Item\" tab? I never do, except for the time that I did once just now... Knights… https://t.co/8W1MkpBsS8"
## 
## [[4883]]
## [1] "KarenJo98992013: RT @stats_live_es: ▶️ League of Legends - Top streams a las 08:58 (Hora ESP)🔥\n\n🥇 #nezumivy➖Viewers: 831\n🥈 #JimRsNg➖Viewers: 535\n🥉 #Lindsan➖…"
## 
## [[4884]]
## [1] "rosstabowl_ross: RT @shapy_wa: baddest ahri acts like a REAL badass🖤 nsfw + comic versions here: https://t.co/8zBk0uIJnj 🤭 #ahri #baddest #kda #LeagueOfLege…"
## 
## [[4885]]
## [1] "rosstabowl_ross: RT @shapy_wa: popstar ahri! wanna see the🍑?🤭 check out my patreon: https://t.co/8zBk0uIJnj 💖 #ahri #popstar #LeagueOfLegends #art #fanart #…"
## 
## [[4886]]
## [1] "EmpanadaDepre: RT @kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3"
## 
## [[4887]]
## [1] "cryingace: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[4888]]
## [1] "tryfss: RT @LoLMemesBot: Rate my new name\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelio…"
## 
## [[4889]]
## [1] "KingoftheP0nd: 1v2 to secure scuttle #LeagueOfLegends #gaming #volibear https://t.co/1YTYLGgObi"
## 
## [[4890]]
## [1] "madsabouthugh: RT @victorli_ran: everybody wants to be my enemy\n#ARCANExDRAGONSxJID #ARCANE #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/WsWe03a7Vu"
## 
## [[4891]]
## [1] "riotquik_ak: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4892]]
## [1] "loli_lolka: RT @Catheri27847830: We are trying out the game.🥺🥺🥺🥺🥺 #LeagueofLegends #Game #Fanart #YıldızMuhafızları #GENGWIN #Nilah \nOriginal: CovenLeB…"
## 
## [[4893]]
## [1] "YutskiLGC: Hey heimer main yutskilgc going live here! I do play with viewers of all levels and yes we are a nontoxic community… https://t.co/f9NcazUbbs"
## 
## [[4894]]
## [1] "BlueSta68283104: RT @leochamposa: #loltubre2022 DAY 4; Favorite couple \n\nThis year my favorite couple is Lee Sin and Udyr 🤠\n\n#LoLtubre #LeagueOfLegends #cre…"
## 
## [[4895]]
## [1] "LOL_Art_Bot: RT @dr_shotus: Drew a bit of modern #viego bcs I can.\n\n#artoflegends #leagueoflegends https://t.co/Dhjb5lp1jX"
## 
## [[4896]]
## [1] "LOL_Art_Bot: RT @kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3"
## 
## [[4897]]
## [1] "Alylej1108: RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe"
## 
## [[4898]]
## [1] "Alylej1108: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[4899]]
## [1] "FelinaraNya: #LeagueOfLegends Hiii i'm Feli and i need a LoL-Skins-Sugardaddy 🥺👉👈\n\n#lewdtubers #SugarDaddys https://t.co/ceSFeF93Os"
## 
## [[4900]]
## [1] "claudettee17: Jackson Wang - Fire to the Fuse | Worlds 2022 Finals Opening Ceremony Pr... https://t.co/HutVS287Ww via @YouTube… https://t.co/aCXLlPb5E2"
## 
## [[4901]]
## [1] "bonerfly1: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[4902]]
## [1] "Erwin_Rommels: RT @metalichotchoco: Official yordle alignment chart #kennen #poppy #lulu #tristana #Teemo #ziggs #corki #veigar #rumble #fizz #gnar #vex #…"
## 
## [[4903]]
## [1] "claudettee17: Fire to the Fuse (Ft. Jackson Wang) | Official Empyrean Cinematic - Leag... https://t.co/x3NPJGup5T via @YouTube… https://t.co/xynns89nnV"
## 
## [[4904]]
## [1] "noe_mindy: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[4905]]
## [1] "jelly_nugg: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[4906]]
## [1] "dr_shotus: Drew a bit of modern #viego bcs I can.\n\n#artoflegends #leagueoflegends https://t.co/Dhjb5lp1jX"
## 
## [[4907]]
## [1] "metalichotchoco: RT @metalichotchoco: Elderwood veigs is still plenty fuzzy, drawing him half mask was fun \n\n#LeagueOfLegendsFanArt #ArtofLegends #veigar #L…"
## 
## [[4908]]
## [1] "kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3"
## 
## [[4909]]
## [1] "IntrinsicGames: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4910]]
## [1] "Erwin_Rommels: RT @sabeapurpura: Team Yordles! 💜\n🎨「https://t.co/bXpUKRLor5」 ̖́-\n#Leagueoflegends #artoflegends #poppy #lulu #vex #tristana https://t.co/aj…"
## 
## [[4911]]
## [1] "Rujiawoof501: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4912]]
## [1] "AngelaR81493370: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[4913]]
## [1] "Solar_Edge: RT @localsya: Full sketch page of Syndra, missed drawing her tbh \n#LeagueOfLegends https://t.co/TP5Eajy7PX"
## 
## [[4914]]
## [1] "ABProminence: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[4915]]
## [1] "Katheri06787154: It turned out better than I had thought. #LeagueofLegends #GuardiãsEstelares #Nilah #StarGuardian"
## 
## [[4916]]
## [1] "taeevvvv: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[4917]]
## [1] "SadPeyot: God chooses to punish me with a league addiction! \nhttps://t.co/5UFJ6xOvA5\n#veteranstreamer\n#smallstreamer… https://t.co/qope4kb1Ab"
## 
## [[4918]]
## [1] "R3Palma: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[4919]]
## [1] "USHO98: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4920]]
## [1] "deregyu: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[4921]]
## [1] "froggiehands: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[4922]]
## [1] "rivaillekim: RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…"
## 
## [[4923]]
## [1] "W4nderingstar1: RT @Rysaczowo: TF, hide your deck pls.\n\nSo yeah... As I had a lot of things to do today I promised myself a tiny self care sketch. Not ever…"
## 
## [[4924]]
## [1] "HelghansTemplar: Movin' on up now master rank #leagueoflegends #leagueoflegendschallenges https://t.co/kd3907Z2de"
## 
## [[4925]]
## [1] "W4nderingstar1: RT @Rysaczowo: Once in my goddamn lifetime I will say it unironically: Thank you, Riot.\n\n#LeagueOfLegends #LeagueofLegendsart #idiotpirates…"
## 
## [[4926]]
## [1] "Marie123Pizza: RT @pinksthinkss: just playing with a new artstyle :&gt;\n\n#vi #arcane #leagueoflegends #arcanefanart #viarcane https://t.co/MOpGrXFfd0"
## 
## [[4927]]
## [1] "LoLMemesBot: Pantheon has Flashbacks.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/dNWfPpbMDO"
## 
## [[4928]]
## [1] "LupeMohawk: RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q"
## 
## [[4929]]
## [1] "W4nderingstar1: RT @galacticmafia: gift for @Tobias_Fate of twisted fate and graves! he suggested a pic of them back to back in a fight, so naturally i had…"
## 
## [[4930]]
## [1] "W4nderingstar1: RT @J0ker_LoL: Since these two cute pirates finally are together I made two headers for them that are FREE to use❤️ \n\n#LeagueOfLegends #Art…"
## 
## [[4931]]
## [1] "C_Sh3n: RT @_krez2902: Twisted Fate visual update when?\n\n#tfgraves #idiotpirates #leagueoflegends https://t.co/qdPSo0dBa7"
## 
## [[4932]]
## [1] "PlzIjustwanawin: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[4933]]
## [1] "_cosm1kk: RT @Rysaczowo: #idiotpirates but it's Lilo &amp; stitch\n\nCause apparently a few centimeters of height difference between Fate and Graves are en…"
## 
## [[4934]]
## [1] "Marie123Pizza: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[4935]]
## [1] "IntrinsicGames: RT @Rysaczowo: #idiotpirates but it's Lilo &amp; stitch\n\nCause apparently a few centimeters of height difference between Fate and Graves are en…"
## 
## [[4936]]
## [1] "SayaVermillion: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4937]]
## [1] "W4nderingstar1: RT @Rysaczowo: #idiotpirates but it's Lilo &amp; stitch\n\nCause apparently a few centimeters of height difference between Fate and Graves are en…"
## 
## [[4938]]
## [1] "xSendoh_01: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4939]]
## [1] "W4nderingstar1: RT @nugothezreal: I'm offering this tfgraves skin pairing to the league of legends wild rift community and hoping people will draw them tog…"
## 
## [[4940]]
## [1] "TheSuperRadRad: RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe"
## 
## [[4941]]
## [1] "localsya: RT @localsya: Full sketch page of Syndra, missed drawing her tbh \n#LeagueOfLegends https://t.co/TP5Eajy7PX"
## 
## [[4942]]
## [1] "saito_san23: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[4943]]
## [1] "Caitvibaby: RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy"
## 
## [[4944]]
## [1] "SirVicta: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[4945]]
## [1] "Nessa_Avatar: RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy"
## 
## [[4946]]
## [1] "Charles83176631: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4947]]
## [1] "lompotu: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[4948]]
## [1] "Iudensecho: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[4949]]
## [1] "Jeffrey18755090: I like this game.🤩🤩🤩🤩 #LeagueofLegends #LeagueOfLegendsFanArt #G2WIN #Worlds2021 #TransformaTuDestino"
## 
## [[4950]]
## [1] "mylittlearcane: HAPPY BIRTHDAY VI I can’t believe it’s been a whole year since I first started simping over you, it’s crazy. Ilysm… https://t.co/HxeOGEkTxj"
## 
## [[4951]]
## [1] "_galacticghost: \"You can't come to Tibbers' tea party! Bleh!\"\n\n📸: https://t.co/GUDlHIkKYr (edits by me)\n#HolMat2022… https://t.co/TM0Vp9av4Z"
## 
## [[4952]]
## [1] "Elispillowfort: Tomorrow's stream is gonna be the last one for a bit. at least a week, maybe a lil longer. starting off with some p… https://t.co/GmZES8CHSE"
## 
## [[4953]]
## [1] "SuperRichyWorld: RT @Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I've yet…"
## 
## [[4954]]
## [1] "rhaayns: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[4955]]
## [1] "skillybee1: RT @JerryBu49551618: Hope you're doing well!👏👏👏 #Game #LeagueofLegends #LeagueOfLegendsFanArt #YıldızMuhafızları #Bjergsen #GuardianasEstel…"
## 
## [[4956]]
## [1] "CoffeeStripes: My friend here does art :D\nTag spam because he deserves attention and I lov him, you can do it my boye\n.\n.\n#art… https://t.co/a16HUUbP5G"
## 
## [[4957]]
## [1] "W4nderingstar1: RT @arvve: love them \n#tfgraves #leagueoflegends https://t.co/f9IiXADBf6"
## 
## [[4958]]
## [1] "the_Cat_man01: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4959]]
## [1] "W4nderingstar1: RT @spicebowls: Oh LOOK. IM ACTIVE. and im drawing??\n\n#idiotpirates #tfgraves #LeagueOfLegends https://t.co/EcVFaFbll7"
## 
## [[4960]]
## [1] "LOL_Art_Bot: RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…"
## 
## [[4961]]
## [1] "W4nderingstar1: RT @OSenekart: I love those two with all my heart\n#idiotpirates #tfgraves #LeagueofLegends #Graves #twistedfate https://t.co/qmMXab0JBy"
## 
## [[4962]]
## [1] "W4nderingstar1: RT @hi__host: Husbands having a good time 🕺🕺❤️\n~~\n#tfgraves #LeagueOfLegends https://t.co/gv5s7Q67Db"
## 
## [[4963]]
## [1] "slatebluehues: RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…"
## 
## [[4964]]
## [1] "KarlaFabiolaLp4: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[4965]]
## [1] "_rutuja21_: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[4966]]
## [1] "saito_san23: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4967]]
## [1] "ToxicDoctor: \"The Old God Varus\" \nMay the flaming heavens open, and God Retribution, who accommodates the souls of three in his… https://t.co/s46wT6Ppe3"
## 
## [[4968]]
## [1] "ak_elon: RT @RangerEd_64: Reading, Everything We Should Have Said (K'Sante Story) https://t.co/3AeiGMeGZh via @YouTube \n\n#LeagueOfLegends #League_of…"
## 
## [[4969]]
## [1] "mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.co/yRIFXIaxpM"
## 
## [[4970]]
## [1] "ChampionofAsh1: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4971]]
## [1] "FF14Rengar_cow: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4972]]
## [1] "Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy"
## 
## [[4973]]
## [1] "DonaldB74915047: It's time for magic.🎮🎮🎮 #LeagueofLegends #Gameplay #Fanart #StarGuardians #GuardiãsEstelares #StarGuardian"
## 
## [[4974]]
## [1] "HahValH: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[4975]]
## [1] "yamuckk: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[4976]]
## [1] "cryingace: RT @L0VERSEYES: they will never be besties... *spits cereal*\n#leagueoflegends #rhaast #jinx https://t.co/DsfXCufMCj"
## 
## [[4977]]
## [1] "WindaSi14397179: RT @swifttitain: After about 2 years, I finally got every skin for my otp champ....#LeagueOfLegends #League_of_Legends #lolwr https://t.co/…"
## 
## [[4978]]
## [1] "beedlewin: RT @Onezeroisten: welcome home Yasuo, dinners ready\n#yone #yasuo #LeagueOfLegends https://t.co/rnpndoIzkV"
## 
## [[4979]]
## [1] "Eien7887: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[4980]]
## [1] "StringsNBullets: RT @ClowneryMilk: Sus\ni mean\nSylas\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Sylas https://t.co/4Cq1WSNN1F"
## 
## [[4981]]
## [1] "jeanne10041: LoL Miss Fortune Champie Chibi Canvas Print\nhttps://www.redbubble ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO"
## 
## [[4982]]
## [1] "AmandaR74669040: We just keep growing! 🥺🥺🥺🥺🥺 #LeagueofLegends #StarGuardian #ClashLoL #Worlds2021"
## 
## [[4983]]
## [1] "Stylish_Dante__: His plans ain’t go well 😎😭 #leagueoflegends #twitchstreamer #jhin https://t.co/cGozSKEUOT via @YouTube"
## 
## [[4984]]
## [1] "getcheesed1319: My penta disappeared, and the only way Kha’Zix was going to as well was by my hand🤫\n\n#LeagueOfLegends https://t.co/6sLrTpM1qd"
## 
## [[4985]]
## [1] "prohtius: Small Vibe\n \n @tributariesttv is now live with #LeagueofLegends, click to see the shenanigans 🤪 #twitchtv… https://t.co/2wiMBOQ6BY"
## 
## [[4986]]
## [1] "DailySylas: RT @ClowneryMilk: Sus\ni mean\nSylas\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Sylas https://t.co/4Cq1WSNN1F"
## 
## [[4987]]
## [1] "MilkyPitaya: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[4988]]
## [1] "MilkyPitaya: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[4989]]
## [1] "CristOw0: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[4990]]
## [1] "DoggyDuder: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[4991]]
## [1] "TaigaKC: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[4992]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Even Riot playing the game with lags.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worl…"
## 
## [[4993]]
## [1] "IntrinsicGames: RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N"
## 
## [[4994]]
## [1] "MineVoidMC: RT @EloDragonLoL: new feature. never seen before\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legend…"
## 
## [[4995]]
## [1] "IntrinsicGames: RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb"
## 
## [[4996]]
## [1] "loline24: RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb"
## 
## [[4997]]
## [1] "Stylish_Dante__: Teamwork makes the dream work 😎 #leagueoflegends #twitchstreamer #jhin https://t.co/hv23UCQdaa via @YouTube"
## 
## [[4998]]
## [1] "IanRimando4: RT @2Hathorn: Happy Birthday to Vi! (12/19/22) \n\n❤️♥️💜💗💖💕💞💓❣️💘💟💝\n\n#Arcane #LeagueOfLegends https://t.co/jtmrKvGvPE"
## 
## [[4999]]
## [1] "asimm_asimm: RT @JJKunArts: I swear it sounded funnier in my head(?\n\n#Settphel  #settphelios  #Sett #Aphelios  #phelsett #settxaphelios #artoflegends #L…"
## 
## [[5000]]
## [1] "daweaselbass: RT @doctorcozzplays: We’re late, but we’re still streaming! Home from a work holiday party and ready to play some LEAGUE! #twitchstreamer #…"
## 
## [[5001]]
## [1] "LoLMemesBot: Even Riot playing the game with lags.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/ipHAkJkJum"
## 
## [[5002]]
## [1] "BionicleDB: RT @BonniieA: Ahri 🦊\nher new model is beautiful🧡\n\n#Ahri #LeagueOfLegends https://t.co/vymcs8hmVz"
## 
## [[5003]]
## [1] "DDLiebling: RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q"
## 
## [[5004]]
## [1] "DDLiebling: RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW"
## 
## [[5005]]
## [1] "D_Dimension_S: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[5006]]
## [1] "Gustrixtx: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5007]]
## [1] "SigZeus: WoW I just did the thing Playing League tonight as well, come tune in for some laughs #darkanddarker… https://t.co/fP6IDlVhxY"
## 
## [[5008]]
## [1] "LegasiPapi: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/mKQCs5RjmD"
## 
## [[5009]]
## [1] "WLdF0x: RT @Spoopy_Owl: 🪩Space Groove Viego🪩\n\nA king from a faraway planet has come to join The Jam and groove out! Happiness fills the room as he…"
## 
## [[5010]]
## [1] "LegasiPapi: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/ePhcnBEBpz"
## 
## [[5011]]
## [1] "FanguFufu: RT @loreofruneterra: Janna - Biography (Audiobook): submitted by  /u/PrestigeEditionBooks  \n [link] [comments] https://t.co/ltz3Za1cSL #lor…"
## 
## [[5012]]
## [1] "LegasiPapi: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/Q36WiIBEvZ"
## 
## [[5013]]
## [1] "AnneAnd81932053: RT @LOLegendsMemes: The Chinese spyware gacha games are going to have a field day with this once they realize they don't even have to pay a…"
## 
## [[5014]]
## [1] "messy_diglett: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5015]]
## [1] "_ShellCosplay: RT @doctorcozzplays: We’re late, but we’re still streaming! Home from a work holiday party and ready to play some LEAGUE! #twitchstreamer #…"
## 
## [[5016]]
## [1] "streamerwallcom: RT @doctorcozzplays: We’re late, but we’re still streaming! Home from a work holiday party and ready to play some LEAGUE! #twitchstreamer #…"
## 
## [[5017]]
## [1] "messy_diglett: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5018]]
## [1] "doctorcozzplays: We’re late, but we’re still streaming! Home from a work holiday party and ready to play some LEAGUE!… https://t.co/L90mHtSPzO"
## 
## [[5019]]
## [1] "liam_palomino: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5020]]
## [1] "GShizuchan: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[5021]]
## [1] "gambacchino: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[5022]]
## [1] "Maurice32496106: RT @MYP_esport: Loading....\n+Info @messaval @MaraYPrice \n#valorant #ApexLegends #Fortnite #CSGO #RainbowSixSiege #LeagueOfLegends #eSports…"
## 
## [[5023]]
## [1] "Hissucubus: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[5024]]
## [1] "Neftali29698538: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5025]]
## [1] "maddie_44010: Just a little bit of fun\n#kaisa #makeup #LeagueOfLegends https://t.co/kJWxOgeHkU"
## 
## [[5026]]
## [1] "loreofruneterra: Wild Rift – Spirit Blossom Town: Yone + Yasuo Interaction: submitted by  /u/TayluxSwift  \n [link] [comments]… https://t.co/YYm7VZmi03"
## 
## [[5027]]
## [1] "CuevasEstuardo: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[5028]]
## [1] "meeIgaroo: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5029]]
## [1] "MandalaMahmud: The game is important to me.😍 #MOBA #mobilegame #LeagueofLegends #ClashLoL #GENGWIN #YıldızMuhafızları"
## 
## [[5030]]
## [1] "Xwarship3003: RT @o_oleu: Day 27 of #skintober Shan Hai Scrolls Vladimir “The Inkweaver Demon” #LeagueOfLegends #ArtofLegends #vladimir https://t.co/UTNY…"
## 
## [[5031]]
## [1] "Junior36020199: Support Carry.... Balance......\n\n#LeagueOfLegends #Anivia #Senna #summonerrift \n\nSaving Eggnivia as Senna in LoL… https://t.co/iU5pjJ44tV"
## 
## [[5032]]
## [1] "Alesba3: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[5033]]
## [1] "__berner: RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…"
## 
## [[5034]]
## [1] "1YPreeg: ALL or nothing...SIGH! #ypreeg #leagueoflegends #pvp #arena https://t.co/sGA9ReZhwm"
## 
## [[5035]]
## [1] "xxb12x1: RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:08 (Hora ESP)🔥\n\n🥇 #PochiPoom➖Viewers: 468\n🥈 #JimRsNg➖Viewers: 411\n🥉 #elubama…"
## 
## [[5036]]
## [1] "LOL_Art_Bot: RT @EloDragonLoL: new feature. never seen before\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legend…"
## 
## [[5037]]
## [1] "ClipsToBingeOn: Playing league of legends check the stream! \n\n#twitch #league #LeagueOfLegends #rts #mp #gaming #jhin #archer #range #win!"
## 
## [[5038]]
## [1] "ckreater: PENTAKILL ON ENEMY BASE #lol #gaming #videogames #streamer #highlights #stream #leagueoflegends #fyp #fypツ #reels… https://t.co/ZHVvTiMEKp"
## 
## [[5039]]
## [1] "ZHP0000: RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…"
## 
## [[5040]]
## [1] "EloDragonLoL: new feature. never seen before\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes… https://t.co/dM8Sys3Jiw"
## 
## [[5041]]
## [1] "KikoroImp: RT @ProjectAiyoh: Sett Gym Selfie 🤳  #Sett #nsfwart #bara #LeagueOfLegends https://t.co/mWhQ5YVfpa"
## 
## [[5042]]
## [1] "Gaafff2: RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…"
## 
## [[5043]]
## [1] "hollowhoe1: RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…"
## 
## [[5044]]
## [1] "viesolde: RT @MangakaNekoChan: Found this old sketch of music verse #Seraphine and #Viego being best friends and polished it a bit✨\n#LeagueOfLegends…"
## 
## [[5045]]
## [1] "LOL_Art_Bot: RT @AnneAnd81932053: Wanna play games? #LeagueofLegends #LeagueOfLegendsFanArt #MOBA #TransformaTuDestino #StarGuardian #TLWIN https://t.co…"
## 
## [[5046]]
## [1] "megilino: ✨ Of course I start getting sick 1 week before Christmas!!! |  !rampage https://t.co/97HMCqzpuE\n#gamers… https://t.co/Oqsm8KRZsb"
## 
## [[5047]]
## [1] "IntrinsicGames: RT @AnneAnd81932053: Wanna play games? #LeagueofLegends #LeagueOfLegendsFanArt #MOBA #TransformaTuDestino #StarGuardian #TLWIN https://t.co…"
## 
## [[5048]]
## [1] "im_justapotato_: (✿◠ᴗ◠) ♡\nGOING LIVE AT NOW!!! \nrunning some league, join me?\n\nhttps://t.co/RcwGdrAQmj\n\n#smallstreamer… https://t.co/5Mmk32togd"
## 
## [[5049]]
## [1] "KetsyCola: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[5050]]
## [1] "AnneAnd81932053: Wanna play games? #LeagueofLegends #LeagueOfLegendsFanArt #MOBA #TransformaTuDestino #StarGuardian #TLWIN https://t.co/ARqoYGsrN1"
## 
## [[5051]]
## [1] "Phytos10: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[5052]]
## [1] "KokoLoreto: RT @LoLMemesBot: A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…"
## 
## [[5053]]
## [1] "Slipstream_S: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[5054]]
## [1] "RiikochanArt: i played an ARAM as Sett. Damn, that was a very satisfying triple in one haymaker. #LeagueOfLegends #sett https://t.co/iNTsHqs5OA"
## 
## [[5055]]
## [1] "Daniel17263040: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5056]]
## [1] "requinn_e: RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…"
## 
## [[5057]]
## [1] "JoeySpecialEX: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[5058]]
## [1] "requinn_e: RT @medok_art: Behind the scenes and Typical working day at \"Thresh Records\"\n\nHave a nice productive week!💚\n\n#Thresh #Viego #LeagueOfLegend…"
## 
## [[5059]]
## [1] "ArtGuerreiro: RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel"
## 
## [[5060]]
## [1] "KraxlerFox: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[5061]]
## [1] "powpowgz: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5062]]
## [1] "tortiitart: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[5063]]
## [1] "mialoette: RT @golden8witch: I finished :\"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…"
## 
## [[5064]]
## [1] "lopolystudio: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[5065]]
## [1] "Shuk_BS: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5066]]
## [1] "Shuk_BS: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5067]]
## [1] "ArtGuerreiro: RT @Kaikepe77996148: #Arcane #ekko #jinx #LeagueOfLegends \nBoy Savior🌌💚🧡💛 https://t.co/xe89hmM2gp"
## 
## [[5068]]
## [1] "KamchiGryphon: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[5069]]
## [1] "arcaneebrainrot: RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…"
## 
## [[5070]]
## [1] "Shuk_BS: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[5071]]
## [1] "eazelpaint: RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…"
## 
## [[5072]]
## [1] "Hexteching: RT @beetlebees: Practicing painting when I pause the show, this was an hour study  🐝#arcane #jayce #jaycetalis #LeagueOfLegends #LeagueOfLe…"
## 
## [[5073]]
## [1] "liahasbeenfound: RT @leochamposa: Good for them 🥺 \n\n#LeagueOfLegends #creadoresdelollatam #sett #aphelios #settphelios https://t.co/kY4mh7xjIh"
## 
## [[5074]]
## [1] "Matthew06228275: It's just a game.🤗🤗 #LeagueofLegends #Bjergsen #GuardiãsEstelas #GENGWIN"
## 
## [[5075]]
## [1] "birdnwind: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[5076]]
## [1] "ibonedrawhentai: RT @vatheja: arcana #jinx wip #LeagueOfLegends https://t.co/rqg9F7vAJP"
## 
## [[5077]]
## [1] "LOL_Art_Bot: RT @AskyReddit: I like this game.👇 #LeagueofLegends #LeagueOfLegendsFanArt #ArtofLegends #TLWIN #G2WIN #КосплейLoL \nOriginal: Bunnicow http…"
## 
## [[5078]]
## [1] "lybg_ivxn: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[5079]]
## [1] "IntrinsicGames: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[5080]]
## [1] "AskyReddit: I like this game.👇 #LeagueofLegends #LeagueOfLegendsFanArt #ArtofLegends #TLWIN #G2WIN #КосплейLoL \nOriginal: Bunni… https://t.co/yO1FyL5aMN"
## 
## [[5081]]
## [1] "BrendaA56642710: RT @swifttitain: After about 2 years, I finally got every skin for my otp champ....#LeagueOfLegends #League_of_Legends #lolwr https://t.co/…"
## 
## [[5082]]
## [1] "IntrinsicGames: RT @MakeeYhang: Enjoy💕💕💕 #LeagueOfLegendsFanArt #mobilegame #LeagueofLegends #YıldızMuhafızı #Worlds2021 #КосплейLoL"
## 
## [[5083]]
## [1] "MakeeYhang: Enjoy💕💕💕 #LeagueOfLegendsFanArt #mobilegame #LeagueofLegends #YıldızMuhafızı #Worlds2021 #КосплейLoL"
## 
## [[5084]]
## [1] "Grenix5XG: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[5085]]
## [1] "addusto: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[5086]]
## [1] "papuchochoe: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[5087]]
## [1] "NAChemBaroness: The adventure begins! #renataglasc #leagueoflegends https://t.co/M4P2t3NfQN"
## 
## [[5088]]
## [1] "sherry_zin: RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly"
## 
## [[5089]]
## [1] "faeriefountain: RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…"
## 
## [[5090]]
## [1] "linkuriboh: RT @medok_art: Just my silly lilttle video w Viego's signature! Enjoy!💚\n(WATCH TILL THE END)\n\n#Viego #LeagueOfLegends #ArtofLegends #Ruinat…"
## 
## [[5091]]
## [1] "linkuriboh: RT @KenApplepi: Withered Rose Viego 🌹\n#Conceptober2022 (23/31)\n\n#LeagueOfLegends #ArtofLegends #artistsontwitter #viego #conceptart\nList by…"
## 
## [[5092]]
## [1] "linkuriboh: RT @ninetthorn: croptop kings ✨👑\n\n#ksante #viego #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/7WvHejv9Xe"
## 
## [[5093]]
## [1] "ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy a… https://t.co/zh5uwX5hUR"
## 
## [[5094]]
## [1] "Benjami89760141: I can tell that it's a great game.👏 #MOBA #LeagueofLegends #ArtofLegends #ФанАрт #КосплейLoL #StarGuardians"
## 
## [[5095]]
## [1] "dev1ca1: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[5096]]
## [1] "Christo00911332: RT @HdDxrth: It's an amazing game! #LeagueofLegends #Game #GuardiãsEstelas #ClashLoL #StarGuardian \nOriginal: omidyla https://t.co/KXVxKU7X…"
## 
## [[5097]]
## [1] "Runechaos1999: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5098]]
## [1] "viridia_n_: RT @M0nkaeee: Splash idea for a concept of winterblessed Ahri I seen that I had laser focused on (she is NOT my design 🚨🚨🚨🚨) 🥹 AWESOME CONC…"
## 
## [[5099]]
## [1] "A26301: RT @grymalk1nn: POV you stole your ad carry’s cs\n\n#Caitlyn #ArtofLegends #LeagueOfLegendsFanArt #LeagueofLegends #Riot #caitlynkiramman htt…"
## 
## [[5100]]
## [1] "Sydney_DeM: RT @pinksthinkss: just playing with a new artstyle :&gt;\n\n#vi #arcane #leagueoflegends #arcanefanart #viarcane https://t.co/MOpGrXFfd0"
## 
## [[5101]]
## [1] "lopolystudio: RT @BiirdyGirl: A video of Cosmic Harpy Lissandra.\n Hope you like it !\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #lissand…"
## 
## [[5102]]
## [1] "akaryias: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5103]]
## [1] "DavidWe60582422: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5104]]
## [1] "HikariNoYamides: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[5105]]
## [1] "ProPeanut3: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[5106]]
## [1] "jjkflamenguista: RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly"
## 
## [[5107]]
## [1] "PrinnyVelo: RT @alexiassama: Finally finished my Vi artwork 💗✨ it's very simple but I'm proud of it! :)\n\nEvery retweet is appreciated 🙏\n\n#arcane #Leagu…"
## 
## [[5108]]
## [1] "FireStarDraws: RT @CATBR3AD: No price is too great. No atrocity beyond my reach.\n\n#LeagueofLegends #ArtofLegends #LeagueofLegendsFanart #Viego https://t.c…"
## 
## [[5109]]
## [1] "anne_iti: RT @Spoopy_Owl: 🪩Space Groove Viego🪩\n\nA king from a faraway planet has come to join The Jam and groove out! Happiness fills the room as he…"
## 
## [[5110]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 01:18 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 7.141\n🥈 #Nissaxter➖Viewers: 4.461\n🥉… https://t.co/ML3aTMONzg"
## 
## [[5111]]
## [1] "IntrinsicGames: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[5112]]
## [1] "BeckyMo89279313: RT @RivenStore: Who remembers that?\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lolstuff htt…"
## 
## [[5113]]
## [1] "IntrinsicGames: RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…"
## 
## [[5114]]
## [1] "KokoLoreto: RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…"
## 
## [[5115]]
## [1] "Axtrek1: The game is enjoyable.🤗🤗🤗 #LeagueofLegends #mobilegame #YıldızMuhafızı #GuardiãsEstelares #YıldızMuhafızları"
## 
## [[5116]]
## [1] "Garnold_Palmer: How can you be mad at someone’s ban when you didn’t declare a champ? #LeagueOfLegends"
## 
## [[5117]]
## [1] "Gaafff2: RT @arvazi2: It was fun.👇 #mobilegame #Fanart #LeagueofLegends #YıldızMuhafızları #GuardianasEstelares #Nilah \nSource: https://t.co/UU5kTBh…"
## 
## [[5118]]
## [1] "00001111b29s: RT @LuneSnowTail: furry friday's streams are getting complex and that is good!! today I made a #yuumi #fanart from #LeagueOfLegends on twit…"
## 
## [[5119]]
## [1] "FanguFufu: Finally, in my hands.🥳🥳🥳🥳🥳 #MOBA #LeagueofLegends #StarGuardian #Bjergsen #TLWIN #StarGuardians"
## 
## [[5120]]
## [1] "Lizzardday: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[5121]]
## [1] "ProjectAiyoh: Sett Gym Selfie 🤳  #Sett #nsfwart #bara #LeagueOfLegends https://t.co/mWhQ5YVfpa"
## 
## [[5122]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Sometimes you just have to have more brain damage than the enemy.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx…"
## 
## [[5123]]
## [1] "anne_iti: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[5124]]
## [1] "koronbaintenshi: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[5125]]
## [1] "SamuwuK: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[5126]]
## [1] "DeliveryPandaa: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[5127]]
## [1] "VTuberTweeter: RT @CelestialLexi: Do you have a \"eUWU\" account?😂💗\n\n#lolmemes #LeagueOfLegends #leagueoflegendsEU #VTuber #ENVTuber https://t.co/qCERKekKyg"
## 
## [[5128]]
## [1] "EvinhaNinfeta: RT @__kirene: i want what they have fr fr\n\n#settphel #phelsett #settphelios #sett #aphelios #spiritblossom #LeagueOfLegends #ArtofLegends #…"
## 
## [[5129]]
## [1] "LoLMemesBot: Sometimes you just have to have more brain damage than the enemy.\n#memes #meme #funny #lol #leagueoflegends #Arcane… https://t.co/Hy1LZXCGuG"
## 
## [[5130]]
## [1] "CelestialLexi: Do you have a \"eUWU\" account?😂💗\n\n#lolmemes #LeagueOfLegends #leagueoflegendsEU #VTuber #ENVTuber https://t.co/qCERKekKyg"
## 
## [[5131]]
## [1] "AmandaR74669040: RT @Pixel__Byte: Riot Games Trying To Get Out Of Terrible Crypto Sponsorship Deal https://t.co/rYK1WdeI90 #riotgames #riot #leagueoflegends…"
## 
## [[5132]]
## [1] "RonnyStyles: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[5133]]
## [1] "AmandaR74669040: RT @Eggpoach1: The squid battle is about to start. #mobilegame #LeagueofLegends #LoL https://t.co/ARybaqwjfM"
## 
## [[5134]]
## [1] "NinuughAXO: RT @luce_azu: I thought i posted this here but i was wrong XD\nThis was a practice on ibis paint cuz i want to use my phone to draw to but i…"
## 
## [[5135]]
## [1] "Boopitybooma: RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW"
## 
## [[5136]]
## [1] "sungmeijoo: RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly"
## 
## [[5137]]
## [1] "VickieZ25645605: I like his design!🤔 #Gameplay #LeagueofLegends #mobilegame #FLYWIN #StarGuardians #Bjergsen \nOriginal: Yung1DaggerD… https://t.co/SBc2se2lxA"
## 
## [[5138]]
## [1] "gothdatefriend: RT @MangakaNekoChan: Found this old sketch of music verse #Seraphine and #Viego being best friends and polished it a bit✨\n#LeagueOfLegends…"
## 
## [[5139]]
## [1] "WholesomeOldOne: RT @leochamposa: Would you still love me if I was a worm? 🥺 \n\n#LeagueOfLegends #katarina #garen https://t.co/7vBJbdywi8"
## 
## [[5140]]
## [1] "Santlukearts: Happy Birthday Vi 🎉🎉🎊🎊\n\n#vi #arcane #leagueoflegends #arcanefanart #viarcane #sketch https://t.co/JMo1gdZ17u"
## 
## [[5141]]
## [1] "WholesomeOldOne: RT @leochamposa: #LoLtubre2022 DAY 1: Favourite Champ \n\nYou already know, Garen is my baby 🥺❤️\n\n#LeagueOfLegends #LoLtubre #creadoresdeloll…"
## 
## [[5142]]
## [1] "cherry0eve: RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N"
## 
## [[5143]]
## [1] "SkullyTeh: More updates to come!👇👇👇👇 #Fanart #LoL #LeagueofLegends #StarGuardian #StarGuardians #GENGWIN"
## 
## [[5144]]
## [1] "Hezixx1: RT @LaurenMorXO: Convinced majority of people in solo que have lower than average IQs or that the claimed average is actually much higher t…"
## 
## [[5145]]
## [1] "LunaluxWrites: RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…"
## 
## [[5146]]
## [1] "gabby_meds: RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe"
## 
## [[5147]]
## [1] "Numroid: RT @Spoopy_Owl: 🎶 Last Melody 🎶\n\nThe last notes on repeat, to remember his once happy life made by his creator. Now forgotten, it is all th…"
## 
## [[5148]]
## [1] "IntrinsicGames: RT @leochamposa: Zeri looking how the rest of ADC's are getting buffs while she keeps being nerfed\n\n#LeagueOfLegends #creadoresdelollatam #…"
## 
## [[5149]]
## [1] "Pahviboxi: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[5150]]
## [1] "IntrinsicGames: RT @lazystormcloud: happy birthday pretty girl :’) #happybirthdayvi #LeagueOfLegendsFanArt #LeagueOfLegends #vileagueoflegends #vifanart ht…"
## 
## [[5151]]
## [1] "LOL_Art_Bot: RT @lazystormcloud: happy birthday pretty girl :’) #happybirthdayvi #LeagueOfLegendsFanArt #LeagueOfLegends #vileagueoflegends #vifanart ht…"
## 
## [[5152]]
## [1] "nesquik_yt22: RT @leochamposa: Zeri looking how the rest of ADC's are getting buffs while she keeps being nerfed\n\n#LeagueOfLegends #creadoresdelollatam #…"
## 
## [[5153]]
## [1] "Eclipse_Phalanx: RT @medok_art: Behind the scenes and Typical working day at \"Thresh Records\"\n\nHave a nice productive week!💚\n\n#Thresh #Viego #LeagueOfLegend…"
## 
## [[5154]]
## [1] "Eclipse_Phalanx: RT @ninetthorn: croptop kings ✨👑\n\n#ksante #viego #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/7WvHejv9Xe"
## 
## [[5155]]
## [1] "melkyrion: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5156]]
## [1] "AllTaric: RT @Spoopy_Owl: 🪩Space Groove Viego🪩\n\nA king from a faraway planet has come to join The Jam and groove out! Happiness fills the room as he…"
## 
## [[5157]]
## [1] "lazystormcloud: happy birthday pretty girl :’) #happybirthdayvi #LeagueOfLegendsFanArt #LeagueOfLegends #vileagueoflegends #vifanart https://t.co/XsQVU1HFL8"
## 
## [[5158]]
## [1] "DonaldB74915047: RT @AimlessBros: My pre season so far. \n\nRyze feels hella strong so gonna spam him for a bit.\n\n#LeagueOfLegends https://t.co/AzoiP4vyxn"
## 
## [[5159]]
## [1] "academyvladimir: RT @Spoopy_Owl: 🪩Space Groove Viego🪩\n\nA king from a faraway planet has come to join The Jam and groove out! Happiness fills the room as he…"
## 
## [[5160]]
## [1] "Meme26692321: RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly"
## 
## [[5161]]
## [1] "kozzy_k_: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[5162]]
## [1] "ImMochi_: RT @Taryn_Cosplay: \"I command, you obey!\" 😈 Viego\n#LeagueOfLegends #Viego https://t.co/REsrioOJgs"
## 
## [[5163]]
## [1] "UnknownN3znamy: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[5164]]
## [1] "Numroid: RT @MangakaNekoChan: Found this old sketch of music verse #Seraphine and #Viego being best friends and polished it a bit✨\n#LeagueOfLegends…"
## 
## [[5165]]
## [1] "m8kai: Tagged by @memseyy 💙\n6 games I love &amp; 6 people to tag\n—\n#VALORANT\n#Genshin\n#LeagueofLegends\n#StardewValley… https://t.co/C0ByA6HSvK"
## 
## [[5166]]
## [1] "Rusty78509004: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[5167]]
## [1] "monkario1: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[5168]]
## [1] "papuchochoe: RT @Spoopy_Owl: 🪩Space Groove Viego🪩\n\nA king from a faraway planet has come to join The Jam and groove out! Happiness fills the room as he…"
## 
## [[5169]]
## [1] "felinae_felidae: RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…"
## 
## [[5170]]
## [1] "enterfromthesky: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[5171]]
## [1] "papuchochoe: RT @Spoopy_Owl: 🎶 Last Melody 🎶\n\nThe last notes on repeat, to remember his once happy life made by his creator. Now forgotten, it is all th…"
## 
## [[5172]]
## [1] "papuchochoe: RT @KenApplepi: Withered Rose Viego 🌹\n#Conceptober2022 (23/31)\n\n#LeagueOfLegends #ArtofLegends #artistsontwitter #viego #conceptart\nList by…"
## 
## [[5173]]
## [1] "papuchochoe: RT @ninetthorn: croptop kings ✨👑\n\n#ksante #viego #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/7WvHejv9Xe"
## 
## [[5174]]
## [1] "BiirdyGirl: A video of Cosmic Harpy Lissandra.\n Hope you like it !\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends… https://t.co/flSqfzUDVF"
## 
## [[5175]]
## [1] "papuchochoe: RT @medok_art: Just my silly lilttle video w Viego's signature! Enjoy!💚\n(WATCH TILL THE END)\n\n#Viego #LeagueOfLegends #ArtofLegends #Ruinat…"
## 
## [[5176]]
## [1] "toxiquetrone: @monivaa we did this twice which confused so many  con-peeps. @HolidayMatsuri #LeagueOfLegends #Eevee #pokemon… https://t.co/mSAh0CyBbp"
## 
## [[5177]]
## [1] "M1chael_M_LoL: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[5178]]
## [1] "papuchochoe: RT @Spoopy_Owl: 🎶 We played hide and seek in waterfalls 🎶\n\n#Viego #LeagueOfLegends #Artoflegends #LeagueOfLegendsFanArt https://t.co/Dp8ON7…"
## 
## [[5179]]
## [1] "SirenOfAgony: RT @AnieWein: Eve is queen of legs💎\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #akalynn #kdathebaddest #KDAISBACK #akalixevelynn…"
## 
## [[5180]]
## [1] "papuchochoe: RT @MacqueeniiMoth: Just some Pentakill Karthus and Viego doodles. Wanted to draw some singing peeps so here they are.\n#LeagueOfLegends #Le…"
## 
## [[5181]]
## [1] "papuchochoe: RT @MangakaNekoChan: Found this old sketch of music verse #Seraphine and #Viego being best friends and polished it a bit✨\n#LeagueOfLegends…"
## 
## [[5182]]
## [1] "papuchochoe: RT @GoodBirbb: what he's angry about??\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Viego \n#УкрАрт #УкрАртПідтримка https://t.co…"
## 
## [[5183]]
## [1] "papuchochoe: RT @By_meeeeeeeee: My first design Viego cat\n.\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends   #lolfanart #viego https://t.co/rXLQe…"
## 
## [[5184]]
## [1] "papuchochoe: RT @SoongCi: Just... a simple Viego &lt;3\n\n#viego #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/q6Pl023asg"
## 
## [[5185]]
## [1] "moonxpov: RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe"
## 
## [[5186]]
## [1] "papuchochoe: RT @medok_art: Behind the scenes and Typical working day at \"Thresh Records\"\n\nHave a nice productive week!💚\n\n#Thresh #Viego #LeagueOfLegend…"
## 
## [[5187]]
## [1] "LoLRoundUp_: Today's Lol Esports Round Up covers the moves made by EDG, T1 and FLY over the last couple of days.… https://t.co/d4Ica5eqlZ"
## 
## [[5188]]
## [1] "papuchochoe: RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…"
## 
## [[5189]]
## [1] "papuchochoe: RT @By_meeeeeeeee: Viego cat part 3\n.\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends   #lolfanart #viego https://t.co/pXzKAGr2AW"
## 
## [[5190]]
## [1] "papuchochoe: RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…"
## 
## [[5191]]
## [1] "papuchochoe: RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…"
## 
## [[5192]]
## [1] "Caerbear1: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[5193]]
## [1] "PreachBigLoL: https://t.co/ydWlzxzSVD\n\nGoing live for a short stream!\n\n#smallstream #rell #stream #LeagueOfLegends"
## 
## [[5194]]
## [1] "papuchochoe: RT @shrimpfriedpies: anyway heres wonderwall #ArtofLegends #seraphine #LeagueOfLegends https://t.co/AJX2a73XPP"
## 
## [[5195]]
## [1] "StarIoannis25: RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…"
## 
## [[5196]]
## [1] "superhyperangel: Green screen!? https://t.co/34oH51HQlv i wonder if ill get banned for linking lmao #twitch #twitchstreamer… https://t.co/KEIgFmjO5b"
## 
## [[5197]]
## [1] "BlackMe50174881: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[5198]]
## [1] "santioken190: RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…"
## 
## [[5199]]
## [1] "Code_Monkey_Dan: RT @Same_VoiceActor: In Japanese, DIO from JoJo's Bizzare Adventures has the same voice actor as Sett from League of Legends.\n#JoJosBizarre…"
## 
## [[5200]]
## [1] "JosephF21058235: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5201]]
## [1] "IntrinsicGames: RT @mushiefrogg: some old musical #vieshan I need to draw pentakevin more\n\n#viego #akshan #LeagueOfLegends https://t.co/lrWO9gfdDp"
## 
## [[5202]]
## [1] "Veronic79750180: RT @mushiefrogg: some old musical #vieshan I need to draw pentakevin more\n\n#viego #akshan #LeagueOfLegends https://t.co/lrWO9gfdDp"
## 
## [[5203]]
## [1] "KerryNova21: RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…"
## 
## [[5204]]
## [1] "Ardian6621: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[5205]]
## [1] "jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art… https://t.co/muJqW8LLEq"
## 
## [[5206]]
## [1] "Soila53419268: RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…"
## 
## [[5207]]
## [1] "Lambada104: There will be more skilling events soon.😍😍😍 #LeagueofLegends #GuardianasEstelares #ФанАрт #TLWIN"
## 
## [[5208]]
## [1] "Asuyono0: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[5209]]
## [1] "JosephF21058235: One of the things I like to imagine. #LeagueofLegends #Gameplay #StarGuardians #Bjergsen #YıldızMuhafızı"
## 
## [[5210]]
## [1] "Hummerion: RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe"
## 
## [[5211]]
## [1] "WitchDoctorGG: RT @yattadante: Weekly Schedule Tweet!\n\nSCHEDULE\nFortnite Fridays - Cancelled for this week #Fortnite\nMOBA Mondays - Cancelled for this wee…"
## 
## [[5212]]
## [1] "daddy_daddyduke: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5213]]
## [1] "lovestrangememe: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[5214]]
## [1] "HienLeGia1: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[5215]]
## [1] "MihoDLuffy: RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP"
## 
## [[5216]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 00:08 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 7.660\n🥈 #ElmiilloR➖Viewers: 4.150\n🥉… https://t.co/IGi05Wp1OL"
## 
## [[5217]]
## [1] "ImMcTay: RT @Scionraccoon: Glorious\n\n#Viktor #MachineHerald #LeagueOfLegends #myart #meme #helpmepleasererghjhyrt https://t.co/n0UqZiYoiO"
## 
## [[5218]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Friend just sent me this. Ads for scripts! Lets gooo!\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLeg…"
## 
## [[5219]]
## [1] "nexhonsartnook: RT @vatheja: arcana #jinx wip #LeagueOfLegends https://t.co/rqg9F7vAJP"
## 
## [[5220]]
## [1] "Cannibal002: RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT"
## 
## [[5221]]
## [1] "alienokhl: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[5222]]
## [1] "IceBridget: I animated this! 💕\n#LeagueOfLegends https://t.co/5HPBRDd4iI"
## 
## [[5223]]
## [1] "Moon_nocturne0: RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…"
## 
## [[5224]]
## [1] "transcnded: RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…"
## 
## [[5225]]
## [1] "StPhantom666: RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux"
## 
## [[5226]]
## [1] "daweaselbass: RT @Jetto__: https://t.co/S22zS1ilVj                 \nHIGH MMR BIG PLAYS BIG ACTION\n#twitch #twitchtvstreamer #twitchstreamer #twitchtv  \n#…"
## 
## [[5227]]
## [1] "LoLMemesBot: Friend just sent me this. Ads for scripts! Lets gooo!\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/BU08tSN5kx"
## 
## [[5228]]
## [1] "Christo22662470: RT @Tak_The_Mac: #LeagueOfLegends Yes! I love Rhaast and all but healing has been a problem in my mind since I started a little less than a…"
## 
## [[5229]]
## [1] "Settringh: RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT"
## 
## [[5230]]
## [1] "LoLoverlay_: ♦️ 🎞️Cyber Pop #Akshan - Animated In Game #Overlay\n\n✅LINK :  https://t.co/f4bPPqIrfZ\n\n-----------------\n#Twitchtv… https://t.co/ic95PSV8P5"
## 
## [[5231]]
## [1] "GPirate12: RT @_another_tina_: This took so long, but the Firelight Ezreal design I did for fun is done\n\n.\n#Ezreal #Ekko #LeagueOfLegends https://t.co…"
## 
## [[5232]]
## [1] "CsarEduardo6: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5233]]
## [1] "NuaTalkGaming: And here is another! PENTA KILL! #LeagueofLegends | https://t.co/oQ3ssp9bU2"
## 
## [[5234]]
## [1] "Crystalwolfmale: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[5235]]
## [1] "EdwardT61032813: RT @LaurenMorXO: Convinced majority of people in solo que have lower than average IQs or that the claimed average is actually much higher t…"
## 
## [[5236]]
## [1] "tossinsalads: Banger #LeagueOfLegends #TikTok video. https://t.co/B6p1sfOzz2"
## 
## [[5237]]
## [1] "ZyklusW: RT @Pixel__Byte: Riot Games Trying To Get Out Of Terrible Crypto Sponsorship Deal https://t.co/rYK1WdeI90 #riotgames #riot #leagueoflegends…"
## 
## [[5238]]
## [1] "CoachLegocan: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[5239]]
## [1] "Blitzshadow021: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5240]]
## [1] "katarexic: RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q"
## 
## [[5241]]
## [1] "ItzGrand: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[5242]]
## [1] "iiMoki: RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good friend!\nthe…"
## 
## [[5243]]
## [1] "Jetto__: https://t.co/S22zS1ilVj                 \nHIGH MMR BIG PLAYS BIG ACTION\n#twitch #twitchtvstreamer #twitchstreamer… https://t.co/D54Y2McV8X"
## 
## [[5244]]
## [1] "xulijana: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5245]]
## [1] "alexiassama: RT @alexiassama: Finally finished my Vi artwork 💗✨ it's very simple but I'm proud of it! :)\n\nEvery retweet is appreciated 🙏\n\n#arcane #Leagu…"
## 
## [[5246]]
## [1] "EzrealIsLife: RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP"
## 
## [[5247]]
## [1] "fesener1: RT @LaurenMorXO: Convinced majority of people in solo que have lower than average IQs or that the claimed average is actually much higher t…"
## 
## [[5248]]
## [1] "Jessica74714136: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5249]]
## [1] "yattadante: Weekly Schedule Tweet!\n\nSCHEDULE\nFortnite Fridays - Cancelled for this week #Fortnite\nMOBA Mondays - Cancelled for… https://t.co/m6SCI4ZiCJ"
## 
## [[5250]]
## [1] "DonWippo: RT @kilianjunk: Akali fanart in the style of Project L. You can find more shots on Artstation:\nhttps://t.co/J6MaRW2KDa\n@riotgames @ProtomCa…"
## 
## [[5251]]
## [1] "Catheri27847830: RT @RangerEd_64: Reading, Everything We Should Have Said (K'Sante Story) https://t.co/3AeiGMeGZh via @YouTube \n\n#LeagueOfLegends #League_of…"
## 
## [[5252]]
## [1] "Zekurix: RT @Erundel: 【AU】Saltying with Maple and Luca https://t.co/H149UFcwVn   #LeagueOfLegends #vtuber"
## 
## [[5253]]
## [1] "KathaliaRose: RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q"
## 
## [[5254]]
## [1] "m8kai: Stream tonight??? 🙃 https://t.co/UC4GUehI4m #valorant #LeagueOfLegends #auditionredbana #stardewvalley #sunhaven #killjoy #kjmains #fps 💙"
## 
## [[5255]]
## [1] "KathaliaRose: RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW"
## 
## [[5256]]
## [1] "la_cueva_de_Aki: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5257]]
## [1] "KobayashiRX7: RT @Lethalborz: Pantheon has Flashbacks.\n\n#pantheon #Aatrox #LeagueOfLegends https://t.co/zPcon6maqw"
## 
## [[5258]]
## [1] "CarryGaryUK: Teaching a friend how to play lol xD. #leagueoflegends https://t.co/6BrnbB2pK7"
## 
## [[5259]]
## [1] "RivenStore: Like and Share if you have been fan since day 1\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo… https://t.co/IY27ykZquC"
## 
## [[5260]]
## [1] "EnviouSLAY: praying one day we will be able to turn boarders off on @LeagueOfLegends some of these are so UGLY and tacky they c… https://t.co/44TbmPgnWC"
## 
## [[5261]]
## [1] "Rincontaku: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5262]]
## [1] "NoisyDark16: League of Tank #leagueoflegends #montage #lol #twitch #lolmemes #riot #pro #HIGHLIGHT https://t.co/UsNVLvqMjY"
## 
## [[5263]]
## [1] "SoTaric: RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks"
## 
## [[5264]]
## [1] "Ninv_: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5265]]
## [1] "chasetalix: RT @pinksthinkss: just playing with a new artstyle :&gt;\n\n#vi #arcane #leagueoflegends #arcanefanart #viarcane https://t.co/MOpGrXFfd0"
## 
## [[5266]]
## [1] "dashofstarshine: RT @AndiDoodleStash: https://t.co/WvhpsjU4e4\nA drawing of KaynPhel as the singer and the bassist of a visual kei band 💙💜\n\n#Aphelios #Kayn #…"
## 
## [[5267]]
## [1] "Chikoritalyn: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[5268]]
## [1] "TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players \"GM+\" on top, jungle and mid for a team\nfrom a good fri… https://t.co/JqgmugtkmV"
## 
## [[5269]]
## [1] "Jake_Douglas0: Check out this League of Legends clip I recorded with https://t.co/B1iBvNaEPB! #LeagueofLegends\n\n🔗… https://t.co/m3D2GVXrSm"
## 
## [[5270]]
## [1] "hi__host: RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks"
## 
## [[5271]]
## [1] "taeval_: RT @tharouu: Match Icon\nYone &amp; Yasuo\nArtist : @MessyRi \n#Yone #Yasuo #LeagueOfLegends #Lol #SpiritBlossom https://t.co/sf5gOFHdCh"
## 
## [[5272]]
## [1] "ZanesTheAdult: At the start of every pre/mid-season patch, take a coinflip #LeagueOfLegends https://t.co/1iCxwtXUvw"
## 
## [[5273]]
## [1] "lllkyolll: RT @dravensgf: Dont leave me meow :c \n#leaguetwt #LeagueOfLegends https://t.co/YVOJx0g2wt"
## 
## [[5274]]
## [1] "IntrinsicGames: RT @NicoleB42064037: I like this game.🚀🚀🚀🚀 #MOBA #LeagueofLegends #ArtofLegends #StarGuardian #ФанАрт #TLWIN"
## 
## [[5275]]
## [1] "Wasroket: Since im diam 4 look whats happend xD from win streak into lose streak #leagueoflegends #riotgames https://t.co/7jILGDNVVw"
## 
## [[5276]]
## [1] "elshan0193: RT @Feather_Fatale: Decided to choose a chroma that fits the winter a little more (Even tho I don't have snow &gt;w&lt;)\n\nDo NOT repost my commis…"
## 
## [[5277]]
## [1] "NicoleB42064037: I like this game.🚀🚀🚀🚀 #MOBA #LeagueofLegends #ArtofLegends #StarGuardian #ФанАрт #TLWIN"
## 
## [[5278]]
## [1] "shizzleytb: KIRYU COCO SHYVANA (Hololive Virtual Youtuber) - League of Legends Custo... https://t.co/0rrXd7ym4N via @YouTube… https://t.co/6XDQ04Y9LQ"
## 
## [[5279]]
## [1] "MADMantisGaming: How to warm up like a Master Tier player https://t.co/FHFR2PBlgX\n\n#LeagueOfLegends \nPlease sub!! trying to get 1000 subs!!"
## 
## [[5280]]
## [1] "CatsMapleshade: RT @JUrsus: Happy Birthday Vi\n19/12\n#LeagueOfLegends #piltover https://t.co/lQoruvhSun"
## 
## [[5281]]
## [1] "Milkybus: RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…"
## 
## [[5282]]
## [1] "CatsMapleshade: RT @BMObop_: Final piece✨ | no repost | #arcane #fanart #sketch #drawing #art #digital #digitalasset #vi #viarcane #LeagueOfLegends #artwor…"
## 
## [[5283]]
## [1] "Diogolb: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5284]]
## [1] "roriexart: RT @catinipicnic: By popular demand ♡ Choose the champion for the next set of emotes !\n\nI am beyond flattered with the amount of support I…"
## 
## [[5285]]
## [1] "Erundel: 【AU】Saltying with Maple and Luca https://t.co/H149UFcwVn   #LeagueOfLegends #vtuber"
## 
## [[5286]]
## [1] "DonMalo30078585: I also miss them.🤩🤩🤩🤩 #LeagueofLegends #MOBA #ArtofLegends #G2WIN #GuardiãsEstelares #YıldızMuhafızları"
## 
## [[5287]]
## [1] "robot_rad: RT @AndiDoodleStash: https://t.co/WvhpsjU4e4\nA drawing of KaynPhel as the singer and the bassist of a visual kei band 💙💜\n\n#Aphelios #Kayn #…"
## 
## [[5288]]
## [1] "AldyViego: RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW"
## 
## [[5289]]
## [1] "gutspivete: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5290]]
## [1] "AldyViego: RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q"
## 
## [[5291]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Zeri gets trolled\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Apheli…"
## 
## [[5292]]
## [1] "GalaxyGamerYaY1: RT @WaxiTaxi_: Plz make ranked Aram #LeagueOfLegends"
## 
## [[5293]]
## [1] "smoresboi: RT @ikaatako: Neeko always manages to find new friends....\nit's a pity that they didn't intersect in the SG story\n\n#ArtofLegends #LeagueOfL…"
## 
## [[5294]]
## [1] "jageroux: RT @vatheja: arcana #jinx wip #LeagueOfLegends https://t.co/rqg9F7vAJP"
## 
## [[5295]]
## [1] "powpowgoboom: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5296]]
## [1] "merfulir: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[5297]]
## [1] "IntrinsicGames: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5298]]
## [1] "BeefCakeQween: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5299]]
## [1] "_lupipupi: RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…"
## 
## [[5300]]
## [1] "IntrinsicGames: RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q"
## 
## [[5301]]
## [1] "LoLMemesBot: Zeri gets trolled\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/88vOHFzMm2"
## 
## [[5302]]
## [1] "IntrinsicGames: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5303]]
## [1] "Alonso024836477: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5304]]
## [1] "HuntressAzora: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5305]]
## [1] "oldrunemage: RT @PamMoruno: Well... the horny jail is my place.\n\n#ArtofLegends #LeagueOfLegends #RenataGlasc https://t.co/u34EYkRYOG"
## 
## [[5306]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 22:58 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 8.682\n🥈 #8cho➖Viewers: 2.009\n🥉… https://t.co/y7dFpXyfIx"
## 
## [[5307]]
## [1] "tamashiiVT: 🔴 I'M LIVE 🔴 COME HANG OUT! 🖤\nhttps://t.co/yxFZYocH5M\n\n#GREENMANGAMING #TwitchAffliate #smallstreamer #valorant… https://t.co/YWMyVYkVs6"
## 
## [[5308]]
## [1] "different_squig: RT @riverf1sh: The President's New Year speach\n1\\2\n#leagueoflegends https://t.co/NXzbfB5321"
## 
## [[5309]]
## [1] "xGamingRose: RT @vatheja: arcana #jinx wip #LeagueOfLegends https://t.co/rqg9F7vAJP"
## 
## [[5310]]
## [1] "Anim8rgirl: RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q"
## 
## [[5311]]
## [1] "FloweryReid: RT @GrumpyGoatie: I'm gonna dedicate this one to @neonluca (My dear Soraka from our RP server.) 🫂💙\nBA - battle academia Hecarim. Work in pr…"
## 
## [[5312]]
## [1] "FloweryReid: RT @summerswirlarts: Hecarim really knows how to treat a lady! 😇❤️\n\n#hecarim #ruination #LeagueOfLegends https://t.co/KqnTO7GSLb"
## 
## [[5313]]
## [1] "SrWebo1: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5314]]
## [1] "LilacWisp: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[5315]]
## [1] "Toooxxy: RT @fluori_draws: Spirit Blossom Soraka Strip Game🌸💜\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #stripgame #digitalart #ArtistOnTwitter https…"
## 
## [[5316]]
## [1] "All_My_Havens: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[5317]]
## [1] "All_My_Havens: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[5318]]
## [1] "FloweryReid: RT @GrumpyGoatie: Unbound Hecarim \n#Hecarim #LeagueOfLegendsFanArt #LeagueOfLegends #Ruination https://t.co/yca1wLKyT2"
## 
## [[5319]]
## [1] "FloweryReid: RT @GrumpyGoatie: Battle academia Hecarim! \nAs you see, roleplaying can be FUN and INSPIRING! That's why this shit happened... Im pretty pr…"
## 
## [[5320]]
## [1] "IntrinsicGames: RT @MYP_esport: Loading....\n+Info @messaval @MaraYPrice \n#valorant #ApexLegends #Fortnite #CSGO #RainbowSixSiege #LeagueOfLegends #eSports…"
## 
## [[5321]]
## [1] "PamMoruno: RT @PamMoruno: Well... the horny jail is my place.\n\n#ArtofLegends #LeagueOfLegends #RenataGlasc https://t.co/u34EYkRYOG"
## 
## [[5322]]
## [1] "Kimberl89500266: RT @MYP_esport: Loading....\n+Info @messaval @MaraYPrice \n#valorant #ApexLegends #Fortnite #CSGO #RainbowSixSiege #LeagueOfLegends #eSports…"
## 
## [[5323]]
## [1] "MicaSaldivar: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5324]]
## [1] "FloweryReid: RT @ibonedrawhentai: 😂👌 supp diff #comic #LeagueOfLegends #ArtofLegends #aphelios #hecarim #nami https://t.co/41t9eu4K6o"
## 
## [[5325]]
## [1] "notfingu: RT @o_oleu: Day 1 of #skintober (here we go 💖) Star Nemesis Lissandra “the stealer of dreams.” #LeagueOfLegends #ArtofLegends #lissandra ht…"
## 
## [[5326]]
## [1] "notfingu: RT @o_oleu: Day 6 of #skintober Monster Tamers Orianna. A tamer made of CORE with an affinity for darkness. #LeagueOfLegends #ArtofLegends…"
## 
## [[5327]]
## [1] "LOL_Art_Bot: RT @shrimpfriedpies: anyway heres wonderwall #ArtofLegends #seraphine #LeagueOfLegends https://t.co/AJX2a73XPP"
## 
## [[5328]]
## [1] "notfingu: RT @o_oleu: Day 19 of #skintober Space Groove Seraphine “The Groove Fairy” #LeagueOfLegends #ArtofLegends #seraphine https://t.co/MjFLHuDoDb"
## 
## [[5329]]
## [1] "notfingu: RT @o_oleu: Day 25 #skintober Crime City Nightmare Cassiopeia “Mmmhaha trust me…the pleasure is all mine”. #LeagueOfLegends #artoflegends #…"
## 
## [[5330]]
## [1] "notfingu: RT @o_oleu: Day 31 of #skintober Fright Night Kindred… “Another life extinguishes” #LeagueOfLegends #ArtofLegends #kindred https://t.co/HFF…"
## 
## [[5331]]
## [1] "AfgathaOsa: RT @NIJISE_: Us when \n#viego #LeagueOfLegends https://t.co/jeT97jisrq"
## 
## [[5332]]
## [1] "notfingu: RT @o_oleu: Fright Night Lissandra…the woe remains cast. #LeagueOfLegends #ArtofLegends #Lissandra https://t.co/SoIbVTcNv2"
## 
## [[5333]]
## [1] "ronaldjaegan: RT @shrimpfriedpies: anyway heres wonderwall #ArtofLegends #seraphine #LeagueOfLegends https://t.co/AJX2a73XPP"
## 
## [[5334]]
## [1] "RatRatGirl: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[5335]]
## [1] "AfgathaOsa: RT @Taryn_Cosplay: The end begins!\nTaking a break from my path of destruction and enjoying this amazing gift by @LeagueOfLegends &amp; @Editric…"
## 
## [[5336]]
## [1] "shrimpfriedpies: anyway heres wonderwall #ArtofLegends #seraphine #LeagueOfLegends https://t.co/AJX2a73XPP"
## 
## [[5337]]
## [1] "DamadiSangue: RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…"
## 
## [[5338]]
## [1] "SivirPrincess: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5339]]
## [1] "dante173p: RT @virkayu: Simply using information you HAVE in-game can lead to more determined pathing... which leads to JG DIFF in your favour. Observ…"
## 
## [[5340]]
## [1] "Volsiz_news: Is League of Legends down 12/19/2022. Why League of Legends is not working today? Whats up with League of Legends n… https://t.co/0spPbOeyL3"
## 
## [[5341]]
## [1] "ZayDon_YT: League of Legends  /  Silver  Rank   / Going for 300 subs https://t.co/AL76Hf77gK via @YouTube \n#YouTube… https://t.co/KHqgKcdhVQ"
## 
## [[5342]]
## [1] "CelStacker: RT @2Hathorn: Happy Birthday to Vi! (12/19/22) \n\n❤️♥️💜💗💖💕💞💓❣️💘💟💝\n\n#Arcane #LeagueOfLegends https://t.co/jtmrKvGvPE"
## 
## [[5343]]
## [1] "hermeticuss: new day - new art 🎮🎮🎮🎮 #MOBA #ArtofLegends #LeagueofLegends #GuardianasEstelares #StarGuardian #ФанАрт"
## 
## [[5344]]
## [1] "AsthmaMarauder: Heeeeloooo MARAUDERS !!!! Welcome welcome to the first stream of the week ! Let's see if the rest has helped me bec… https://t.co/KlE4OT32hX"
## 
## [[5345]]
## [1] "IntrinsicGames: RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O"
## 
## [[5346]]
## [1] "DTEishi: RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O"
## 
## [[5347]]
## [1] "katerinechan145: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5348]]
## [1] "FeelMyStealth: RT @kristy_che: Arcane. City of Iron and Glass\n\nGauntlet made by Sazura Craft\n\nphoto @kmitenkova \n\n@arcaneshow @riotgames \n\n#vi #vicosplay…"
## 
## [[5349]]
## [1] "FeelMyStealth: RT @kristy_che: F*ck you, Silco! I'll destroy everything that belongs to you! \n\n@arcaneshow @riotgames \n\n#vi #vicosplay #jinx #arcane #lol…"
## 
## [[5350]]
## [1] "FeelMyStealth: RT @kristy_che: Fighting VI 💜\n\nGauntlet made by Sazura Craft\n\nphoto @kmitenkova \n\n#vi #vicosplay #jinx #arcane #lol #arcanecosplay #jinxcos…"
## 
## [[5351]]
## [1] "theZerada: RT @MiseriaeAmet: Some time ago there were pbe leaks that showed a ward: Aatrox's sword. So there is a possibility that the new season cine…"
## 
## [[5352]]
## [1] "virkayu: Simply using information you HAVE in-game can lead to more determined pathing... which leads to JG DIFF in your fav… https://t.co/BAbhpNXmc8"
## 
## [[5353]]
## [1] "BurrPuppy: RT @luce_azu: I thought i posted this here but i was wrong XD\nThis was a practice on ibis paint cuz i want to use my phone to draw to but i…"
## 
## [[5354]]
## [1] "maprangmp079: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5355]]
## [1] "sayakamyblorbo: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[5356]]
## [1] "RuckusWright: RT @vatheja: arcana #jinx wip #LeagueOfLegends https://t.co/rqg9F7vAJP"
## 
## [[5357]]
## [1] "Barry87836497: RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT"
## 
## [[5358]]
## [1] "Huudys: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5359]]
## [1] "LOL_Art_Bot: RT @symphoniaxv: Guess who bought new procreate brushes? #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/X8EMVsbOVO"
## 
## [[5360]]
## [1] "a1isaie: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5361]]
## [1] "JoeySpecialEX: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5362]]
## [1] "sennamybeloved: RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo"
## 
## [[5363]]
## [1] "SonnyBurge: RT @AwenYu666: Hi everyone,This is my Animation Reel in 2020, I hope you will like it🤩👊\n#Animations  #LeagueOfLegends #reel https://t.co/Ft…"
## 
## [[5364]]
## [1] "vatheja: arcana #jinx wip #LeagueOfLegends https://t.co/rqg9F7vAJP"
## 
## [[5365]]
## [1] "yuuneelli: RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo"
## 
## [[5366]]
## [1] "LOLegendsMemes: And they are only silver #LeagueOfLegends #Memes https://t.co/IofKXPOjsT"
## 
## [[5367]]
## [1] "LOLegendsMemes: Friend just sent me this. Ads for scripts! Lets gooo! #LeagueOfLegends #Memes https://t.co/YKggjGn7B5"
## 
## [[5368]]
## [1] "LOLegendsMemes: Zeri gets trolled #LeagueOfLegends #Memes https://t.co/wvbrwRWyly"
## 
## [[5369]]
## [1] "vylnora: RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT"
## 
## [[5370]]
## [1] "tweetfo71515312: RT @is_is_gemini_is: Powder #Jinx \n\n#arcane #LeagueOfLegends https://t.co/KyiS8U3YWD"
## 
## [[5371]]
## [1] "FRCretweets: RT @eternalxena: going live now definitely getting back into gold 2 today 🥹\n\ntwitch . tv / eternalxena\n\n#leagueoflegends #twitch"
## 
## [[5372]]
## [1] "eternalxena: going live now definitely getting back into gold 2 today 🥹\n\ntwitch . tv / eternalxena\n\n#leagueoflegends #twitch"
## 
## [[5373]]
## [1] "Sass_lol: RT @KwaPurple: Neeko spirit blossom🌸\nConcept by @plummitty  \nI love this Concept ✨\n#LeagueOfLegendsFanArt  #neeko #spiritblossom #ahri #con…"
## 
## [[5374]]
## [1] "symphoniaxv: Guess who bought new procreate brushes? #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/X8EMVsbOVO"
## 
## [[5375]]
## [1] "altchargames: New Profile Banners coming to League of Legends\n\nhttps://t.co/KNyOVz18Jv\n\n#LeagueOfLegends #RiotGames… https://t.co/PFTwDYFySx"
## 
## [[5376]]
## [1] "vis_cupcake: RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe"
## 
## [[5377]]
## [1] "CP0rk: RT @Pixel__Byte: Riot Games Trying To Get Out Of Terrible Crypto Sponsorship Deal https://t.co/rYK1WdeI90 #riotgames #riot #leagueoflegends…"
## 
## [[5378]]
## [1] "Death_Warden: RT @MiseriaeAmet: Some time ago there were pbe leaks that showed a ward: Aatrox's sword. So there is a possibility that the new season cine…"
## 
## [[5379]]
## [1] "BrendaA56642710: RT @LaurenMorXO: Convinced majority of people in solo que have lower than average IQs or that the claimed average is actually much higher t…"
## 
## [[5380]]
## [1] "Matej941: I'm protected by them.🙊 #LoL #LeagueofLegends #StarGuardian #FLYWIN #GENGWIN #GuardiãsEstelas"
## 
## [[5381]]
## [1] "moonser21: RT @MiseriaeAmet: Summary of the story so far\n\n#rhaast #aatrox #LeagueOfLegends #LegendsOfRuneterra https://t.co/1wQHxoNq5x"
## 
## [[5382]]
## [1] "ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW"
## 
## [[5383]]
## [1] "Lunion22: RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux"
## 
## [[5384]]
## [1] "moonser21: RT @MiseriaeAmet: Here explained a little better. Rhaast is still in his weapon, Varus is very dead according to this, Aatrox defeated, Mih…"
## 
## [[5385]]
## [1] "moonser21: RT @MiseriaeAmet: Some time ago there were pbe leaks that showed a ward: Aatrox's sword. So there is a possibility that the new season cine…"
## 
## [[5386]]
## [1] "KaLizmm: @Shadow_Official Losing a game by a teammates is the worst #LeagueOfLegends"
## 
## [[5387]]
## [1] "solace222sys: RT @VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends #madnesscombatfanart htt…"
## 
## [[5388]]
## [1] "Twilit_Hero: RT @amosthefanboy: \"I will come back to life...\nBut only for you\"💙❤️💜\n\nArcane fanart!\n\nNo exaggeration, Arcane is the best and most beautif…"
## 
## [[5389]]
## [1] "HepTuxi: RT @chessnochoc: Celebrating bday w/her favourite zoomer \n#Arcanevi #arcanejinx #LeagueOfLegends https://t.co/dL6Y9spkkl"
## 
## [[5390]]
## [1] "LOL_Art_Bot: RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…"
## 
## [[5391]]
## [1] "ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q"
## 
## [[5392]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Please... just stop\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphe…"
## 
## [[5393]]
## [1] "IntrinsicGames: RT @DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5"
## 
## [[5394]]
## [1] "sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)… https://t.co/k1D8q91FkU"
## 
## [[5395]]
## [1] "CP0rk: RT @DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5"
## 
## [[5396]]
## [1] "loreofruneterra: Samus and Nami making gingerbread cookies for Christmas ♡: submitted by  /u/colorisandoo  \n [link] [comments]… https://t.co/c0felgkHFn"
## 
## [[5397]]
## [1] "Xx_VOlD_xX: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[5398]]
## [1] "LoLMemesBot: Please... just stop\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/gDAUTqPqQc"
## 
## [[5399]]
## [1] "HannahB36441825: RT @leochamposa: Yuumi is so cute (and annoying 🙄) \n\n#yuumi #LeagueOfLegends #creadoresdelollatam #ArtofLegends https://t.co/MpXaOC3lPO"
## 
## [[5400]]
## [1] "Motafu2: RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2"
## 
## [[5401]]
## [1] "jrdavlos: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5402]]
## [1] "Avernath1: RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:48 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 358\n🥈 #Lechigg➖Viewers: 109\n🥉 #whoisjup…"
## 
## [[5403]]
## [1] "Avernath1: RT @BladeAndWhip: Fiora outplay 1v4 #LeagueOfLegends #riotgames #fiora #outplayed https://t.co/9DZNlNw19g"
## 
## [[5404]]
## [1] "keriahri: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5405]]
## [1] "streamerwallcom: RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…"
## 
## [[5406]]
## [1] "FRCretweets: RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…"
## 
## [[5407]]
## [1] "AdamSmi33050444: RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…"
## 
## [[5408]]
## [1] "smol_rosi: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[5409]]
## [1] "DejaFoxxx: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[5410]]
## [1] "evasivecorn: RT @shizzleytb: GRAGAS AS BARON - League of Legends Custom Skin https://t.co/McRgfnoVku via @YouTube #leagueoflegends #lol #customskins #sk…"
## 
## [[5411]]
## [1] "StreetPunkStyle: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5412]]
## [1] "Jageriann: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[5413]]
## [1] "Zonka69: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[5414]]
## [1] "Zonka69: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5415]]
## [1] "hermeticuss: RT @YuanLombardi: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/P6yp5Q0QXH"
## 
## [[5416]]
## [1] "Jjft645: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5417]]
## [1] "IntrinsicGames: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[5418]]
## [1] "IntrinsicGames: RT @HaryantiLembah: It was done.😎😎😎😎😎 #LeagueofLegends #StarGuardian #КосплейLoL #YıldızMuhafızları #ФанАрт \nOriginal: esports_kashima http…"
## 
## [[5419]]
## [1] "HaryantiLembah: It was done.😎😎😎😎😎 #LeagueofLegends #StarGuardian #КосплейLoL #YıldızMuhafızları #ФанАрт \nOriginal: esports_kashima https://t.co/Q3DtrzXgEG"
## 
## [[5420]]
## [1] "Zonka69: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[5421]]
## [1] "VS_ECartwright: #LeagueOfLegends\n\"Jesus is speaking,\"??? https://t.co/u2wECCt5jF"
## 
## [[5422]]
## [1] "Radziozz: @SmallStreamersC @SmallStreamersR Hello😁\n#gamer #smallyoutber and #smallstreamer 😇\nAlmost everyday #video or… https://t.co/Q3misVIi5Z"
## 
## [[5423]]
## [1] "LoLRoundUp_: https://t.co/nP3Xu4zj5r This is my LEC tier list with all the moves made and the teams being all but set for Spring… https://t.co/Qr1jPsLDfG"
## 
## [[5424]]
## [1] "Radziozz: @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video o… https://t.co/vTnZ0VdZNi"
## 
## [[5425]]
## [1] "Fortuna_exe: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[5426]]
## [1] "Radziozz: @OwlShare Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video or #stream😍👍\nThis week mo… https://t.co/qknC7IJfl1"
## 
## [[5427]]
## [1] "Radziozz: @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video o… https://t.co/0wSLZlUMZb"
## 
## [[5428]]
## [1] "Radziozz: @MrSmallYouTuber @BlazedRTs @BooksMusicFilm @TopZedBrands @OwlRetweets @rtsmallstreams @SupStreamers @TwitwatchRT… https://t.co/GgszRWXcad"
## 
## [[5429]]
## [1] "Radziozz: @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video o… https://t.co/GZzDVpMfGp"
## 
## [[5430]]
## [1] "astrodid: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[5431]]
## [1] "Zonka69: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[5432]]
## [1] "JackNap47234938: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5433]]
## [1] "Sonomic1: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5434]]
## [1] "funkerdale: RT @LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd"
## 
## [[5435]]
## [1] "Rubileeto: RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly"
## 
## [[5436]]
## [1] "lucanaka_: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[5437]]
## [1] "AstralAhri: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[5438]]
## [1] "ccscottservices: RT @Windwlkrz: The whole stadium saw the Elder Dragon at #LeagueofLegends 2017 World Championship Finals. That was awesome!\n\nYoutube video:…"
## 
## [[5439]]
## [1] "JaredPo87147132: Re-tweets and likers, thanks.🔥🔥🔥🔥🔥 #game #LeagueofLegends https://t.co/Nqi2vwY3JM"
## 
## [[5440]]
## [1] "WormieArt: RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP"
## 
## [[5441]]
## [1] "IamBenStirling: RT @paper_scratch: I loved Cait’s fearlessness and outspoken empathy in Arcane — it reminded me of another tall ponytailed haired girl I kn…"
## 
## [[5442]]
## [1] "ahrij19: RT @shapy_wa: little miss fox is waiting for you💖 where? here: https://t.co/8zBk0uIJnj 🤭🍑 #popstar #ahri #LeagueOfLegends #LeagueOfLegendsF…"
## 
## [[5443]]
## [1] "alttokan: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[5444]]
## [1] "BilykNadiia: RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…"
## 
## [[5445]]
## [1] "YeoReum56993351: RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe"
## 
## [[5446]]
## [1] "Lindsey11360895: RT @DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5"
## 
## [[5447]]
## [1] "oleandrinhoreal: RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N"
## 
## [[5448]]
## [1] "jeanne10041: LoL Lee Sin Champie Chibi Spiral Notebook\nhttps://www.redbubble.c ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO"
## 
## [[5449]]
## [1] "Melissa72140639: RT @LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd"
## 
## [[5450]]
## [1] "Nells_ArtOrigin: This seems explosive 💥!\n\n#Ziggs #leagueoflegends #Riotgames #Art #VideoGame #Riot #Artist #illustration… https://t.co/JfFEEAr5qC"
## 
## [[5451]]
## [1] "IntrinsicGames: RT @sanswitchz: My account got suspended for 2 weeks because I made sarcastic comments about how I got chat restricted for saying jg diff a…"
## 
## [[5452]]
## [1] "5unknyA: RT @Velo12: I'm excited for #Vex enjoyed this :)\n\n #Leagueoflegends #LeagueOfLegendsFanArt  #ArtofLegends #LeagueofLegends #LoL #art  #Arti…"
## 
## [[5453]]
## [1] "TagTeam008: RT @PETlTCHATON: concept art for an anima squad neeko skin called \"battle kitten neeko\" !! #LeagueOfLegends #LeagueOfLegendsFanArt #ArtOfLe…"
## 
## [[5454]]
## [1] "IntrinsicGames: RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…"
## 
## [[5455]]
## [1] "IntrinsicGames: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5456]]
## [1] "tsisqua_unoyvgv: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5457]]
## [1] "gorobchik_ua: RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…"
## 
## [[5458]]
## [1] "sanswitchz: My account got suspended for 2 weeks because I made sarcastic comments about how I got chat restricted for saying j… https://t.co/qgtKkohUZI"
## 
## [[5459]]
## [1] "BlueBoii12: RT @RebornMods: Link to the mods and guide on how to swap to different presets in the replies. #tekkenmods #NewReleases #LeagueOfLegends  #…"
## 
## [[5460]]
## [1] "StephJMillz1: Sesa J Refumee Camille is Steph J Millz’s reformed Camille following the Hail of Blades training. \n\nYou can imagine… https://t.co/cyfdB5XOlr"
## 
## [[5461]]
## [1] "ayuki337: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[5462]]
## [1] "BixbyManing: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5463]]
## [1] "HarukaYumi_: 3 seconds before disaster... 😨🥹\n\n#Vtuber #LeagueOfLegends #yuumi https://t.co/CCNqsGN2FW"
## 
## [[5464]]
## [1] "lBrunolSilval: LIVE ON ! https://t.co/pksdkCs3Mk #cortesdatwitch #lolzinho #fibrado #itu #sp #leagueoflegends #ValorantClips https://t.co/10xHmdkfl3"
## 
## [[5465]]
## [1] "William90381973: RT @MikuoHatsuneTTV: Day 34 of @LeagueOfLegends quotes:\n\nA child who had known only hate confuses it for love.\n-Swain\n#LeagueOfLegends #quo…"
## 
## [[5466]]
## [1] "EmpanadaDepre: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5467]]
## [1] "EsportsTweeter: RT @sanunderscoree: It's rough out here #LeagueOfLegends #ranked #soloqueue #competitive #esports #holioholio https://t.co/dbDUZPYLbx"
## 
## [[5468]]
## [1] "NK_Tiz: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5469]]
## [1] "LoLMemesBot: [9:13] Ally 1 (Ornn): Alive\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/1TN7K932j4"
## 
## [[5470]]
## [1] "edogawamio: RT @diet_chola: how i imagine sett and aphelios text each other #Settphel #SpiritBlossom2022 #leagueoflegends https://t.co/HBm2helzZv"
## 
## [[5471]]
## [1] "essentiafurto: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[5472]]
## [1] "RobertK17737734: RT @BigLittleUnbox: Space is always a issue but l'm trying to fit everything in  #warcraft #worldofwarcraft #minecraft #halo #godofwar #lea…"
## 
## [[5473]]
## [1] "essentiafurto: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5474]]
## [1] "sa_juhong: RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…"
## 
## [[5475]]
## [1] "X17Swan: RT @swifttitain: After about 2 years, I finally got every skin for my otp champ....#LeagueOfLegends #League_of_Legends #lolwr https://t.co/…"
## 
## [[5476]]
## [1] "StephJMillz1: ACTUALLY, if I add all the Camille mastery points from all 5 of my accounts I’m #1 outright 🤯😭😂.\n\nThere are 3 accou… https://t.co/K0dUlOSW7P"
## 
## [[5477]]
## [1] "ruinationishere: I’m streaming league rn, join if you want to see the worse kat na (and other champs) https://t.co/2UL8tfttOM… https://t.co/3oyxOdZOsJ"
## 
## [[5478]]
## [1] "sanunderscoree: It's rough out here #LeagueOfLegends #ranked #soloqueue #competitive #esports #holioholio https://t.co/dbDUZPYLbx"
## 
## [[5479]]
## [1] "kryptidkore: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5480]]
## [1] "jinxgirlfriend: RT @hanacues: ✨🐸 neeko 🐸✨\n\n#leagueoflegends #artoflegends #neeko #shanhaineeko https://t.co/d0TOiVrW7P"
## 
## [[5481]]
## [1] "instagirlstore: Ruined King: A League of Legends Story - Ruined Skin Variants (PC) - Steam Gift - EUROPE\nhttps://t.co/sDawkyN9Ti… https://t.co/KGpcUBD89y"
## 
## [[5482]]
## [1] "Vilictor: RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…"
## 
## [[5483]]
## [1] "AntareX_306: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[5484]]
## [1] "instagirlstore: Hextech Mayhem: A League of Legends Story (PC) - Steam Gift - GLOBAL\nhttps://t.co/3OIs6dzi8L #gamingpc… https://t.co/zNtmqrq39t"
## 
## [[5485]]
## [1] "LOL_Art_Bot: RT @fuwamoowa: mythmaker irelia 🥮\n\n#mythmakerirelia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/xnHojfPNte"
## 
## [[5486]]
## [1] "CoreSinouh: RT @fuwamoowa: mythmaker irelia 🥮\n\n#mythmakerirelia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/xnHojfPNte"
## 
## [[5487]]
## [1] "fuwamoowa: mythmaker irelia 🥮\n\n#mythmakerirelia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/xnHojfPNte"
## 
## [[5488]]
## [1] "IntrinsicGames: RT @riverf1sh: The President's New Year speach\n1\\2\n#leagueoflegends https://t.co/NXzbfB5321"
## 
## [[5489]]
## [1] "Christo58898072: RT @LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd"
## 
## [[5490]]
## [1] "M00NSB4K: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[5491]]
## [1] "hlk50000: I can't imagine a world without games.🙈🙈🙈🙈 #LeagueofLegends #LoL #Fanart #TransformaTuDestino #StarGuardians #G2WIN"
## 
## [[5492]]
## [1] "IntrinsicGames: RT @Leahmeow9: I didn't expect 🥺 I placed as first runner up at the cosplay competition.\n\nFishbones and boots crafted by me I also styled t…"
## 
## [[5493]]
## [1] "Christo58898072: RT @Leahmeow9: I didn't expect 🥺 I placed as first runner up at the cosplay competition.\n\nFishbones and boots crafted by me I also styled t…"
## 
## [[5494]]
## [1] "riverf1sh: The President's New Year speach\n1\\2\n#leagueoflegends https://t.co/NXzbfB5321"
## 
## [[5495]]
## [1] "bunkokoron: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5496]]
## [1] "JamesJi46864721: RT @Helfergaming: Check out much more on Bilibili Comics - search \"My Husband's Harem Is a Bit Too Much\" and favorite!\n \n#leagueoflegends #…"
## 
## [[5497]]
## [1] "gettinbiggertha: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5498]]
## [1] "Caramelkask: Doodles\n#LeagueOfLegends #RainbowSixSiege #GenshinImpactOC https://t.co/I2euihxPbH"
## 
## [[5499]]
## [1] "DarkSteler: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5500]]
## [1] "instagirlstore: League of Legends Gift Card 10 EUR - Riot Key - EUROPE\nhttps://t.co/24tYP0aRif\n#MyYearOnXbox #gamingpc… https://t.co/5mB2IlotiC"
## 
## [[5501]]
## [1] "g0at1337: RT @LoLMemesBot: Any off-meta enjoyers?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…"
## 
## [[5502]]
## [1] "Mrabad88: WHEN DARIUS CANT FINISH YOU OFF\n#league #leagueoflegends #lol #riotgames #leagueoflegendsmemes #legends #riot… https://t.co/fltXmdfAhD"
## 
## [[5503]]
## [1] "XoMissyRoseXo: Rammus 💖 \n#LeagueOfLegends #rammus #fanart #bumpy #sketch https://t.co/9IFaSXHJo8"
## 
## [[5504]]
## [1] "ih8seb: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5505]]
## [1] "sansundertale68: RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP"
## 
## [[5506]]
## [1] "Matthew06228275: RT @LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd"
## 
## [[5507]]
## [1] "threshbaby: RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly"
## 
## [[5508]]
## [1] "misenuwu: RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…"
## 
## [[5509]]
## [1] "KraxlerFox: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5510]]
## [1] "KraxlerFox: RT @shapy_wa: little miss fox is waiting for you💖 where? here: https://t.co/8zBk0uIJnj 🤭🍑 #popstar #ahri #LeagueOfLegends #LeagueOfLegendsF…"
## 
## [[5511]]
## [1] "instagirlstore: League of Legends Riot Points Riot TURKEY 3620 RP Key\nhttps://t.co/i1GJpnYWJV\n#MyYearOnXbox #gamingpc… https://t.co/ELl7IOP8vQ"
## 
## [[5512]]
## [1] "instagirlstore: League of Legends Gift Card 50 BRL - Riot Key - BRAZIL\nhttps://t.co/oKo5204Vd4\n#MyYearOnXbox #gamingpc… https://t.co/2pOa37AdwJ"
## 
## [[5513]]
## [1] "ProjectRedEye: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[5514]]
## [1] "BogShev: RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…"
## 
## [[5515]]
## [1] "LOLegendsMemes: Chronoshift is on cooldown #LeagueOfLegends #Memes https://t.co/7Heeu4Dyh9"
## 
## [[5516]]
## [1] "spaceylux: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5517]]
## [1] "LOL_Art_Bot: RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly"
## 
## [[5518]]
## [1] "kavovarova: RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…"
## 
## [[5519]]
## [1] "rosstabowl_ross: RT @darkwolflegend: Very ~trash~ Christmas edit of the girls! I'm still new to doing edits, so sorry that they're kinda bad lol, I tried 🥹👍…"
## 
## [[5520]]
## [1] "baux_u: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[5521]]
## [1] "HdDxrth: RT @shizzleytb: GRAGAS AS BARON - League of Legends Custom Skin https://t.co/McRgfnoVku via @YouTube #leagueoflegends #lol #customskins #sk…"
## 
## [[5522]]
## [1] "RazzleyD: RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X"
## 
## [[5523]]
## [1] "ssznshadow: RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly"
## 
## [[5524]]
## [1] "Kashi89300726: RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly"
## 
## [[5525]]
## [1] "Noc_artsngames: RT @PETlTCHATON: concept art for an anima squad neeko skin called \"battle kitten neeko\" !! #LeagueOfLegends #LeagueOfLegendsFanArt #ArtOfLe…"
## 
## [[5526]]
## [1] "itstu_art: RT @joestreladraw: just got a commissions that i could get together some  of stuff i like, Teemo + TFT 😍\n.\n.\n#TFT #LeagueOfLegendsFanArt #L…"
## 
## [[5527]]
## [1] "_face1ess: RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly"
## 
## [[5528]]
## [1] "IntrinsicGames: RT @chessnochoc: Celebrating bday w/her favourite zoomer \n#Arcanevi #arcanejinx #LeagueOfLegends https://t.co/dL6Y9spkkl"
## 
## [[5529]]
## [1] "SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly"
## 
## [[5530]]
## [1] "chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4X6tCw"
## 
## [[5531]]
## [1] "GalaxyGamerYaY1: RT @DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5"
## 
## [[5532]]
## [1] "IntrinsicGames: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[5533]]
## [1] "StrawbeePlushy: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[5534]]
## [1] "senika_okti: RT @chessnochoc: Celebrating bday w/her favourite zoomer \n#Arcanevi #arcanejinx #LeagueOfLegends https://t.co/dL6Y9spkkl"
## 
## [[5535]]
## [1] "ikeism101: Finally getting around to watching this. I didn’t know this was gonna be this good! I’m really enjoying the animati… https://t.co/q2Fy0jCBPt"
## 
## [[5536]]
## [1] "clarkpeter200: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[5537]]
## [1] "sparklytowa: RT @PETlTCHATON: concept art for an anima squad neeko skin called \"battle kitten neeko\" !! #LeagueOfLegends #LeagueOfLegendsFanArt #ArtOfLe…"
## 
## [[5538]]
## [1] "Larvanin: RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk"
## 
## [[5539]]
## [1] "Terryfic87: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[5540]]
## [1] "Larvanin: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[5541]]
## [1] "StaishBlackRose: RT @chessnochoc: Celebrating bday w/her favourite zoomer \n#Arcanevi #arcanejinx #LeagueOfLegends https://t.co/dL6Y9spkkl"
## 
## [[5542]]
## [1] "SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:… https://t.co/qBzdQtEbRC"
## 
## [[5543]]
## [1] "Larvanin: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[5544]]
## [1] "Larvanin: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[5545]]
## [1] "flyindutchess: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5546]]
## [1] "chessnochoc: Celebrating bday w/her favourite zoomer \n#Arcanevi #arcanejinx #LeagueOfLegends https://t.co/dL6Y9spkkl"
## 
## [[5547]]
## [1] "Pixel__Byte: Riot are attempting to pull out of a sponsorship deal with a bankrupt crypto company https://t.co/QOPekEIZWp… https://t.co/iLm5paqITr"
## 
## [[5548]]
## [1] "LOL_Art_Bot: RT @Uselessdraws_z: Seraphine - League of Legends\nI love lol's character design, although this is my version of seraphine ^w^\n#LeagueOfLege…"
## 
## [[5549]]
## [1] "_RockinJoe_: RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe"
## 
## [[5550]]
## [1] "LilyTheFlorist: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5551]]
## [1] "William75341199: RT @YuanLombardi: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/y5btiaA1GH"
## 
## [[5552]]
## [1] "gamrrant: It's a great game. #mobilegame #LeagueofLegends #LeagueOfLegendsFanArt #Nilah #GENGWIN #ФанАрт"
## 
## [[5553]]
## [1] "Uselessdraws_z: Seraphine - League of Legends\nI love lol's character design, although this is my version of seraphine ^w^… https://t.co/SoCMR2jhUf"
## 
## [[5554]]
## [1] "LoLMemesBot: Mage supp gameplay\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/Grj7gFRmqC"
## 
## [[5555]]
## [1] "egirldajungle: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5556]]
## [1] "A_RXSSK: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[5557]]
## [1] "Chiccharron____: RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…"
## 
## [[5558]]
## [1] "xitosucries: RT @Nadwardo: Arcane season 2 is just all of Megamind\n#arcane #lol #jayce #viktor #jayvik #LeagueOfLegends #fanart https://t.co/ak8o3CdIIX"
## 
## [[5559]]
## [1] "irisdregal: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[5560]]
## [1] "EnderMarty96: RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT"
## 
## [[5561]]
## [1] "Farathil3: RT @Evil2LiveBKWRDZ: @Blizzard_Ent, #DiabloIV\nShould take notes from #LeagueOfLegends, &amp; #Cyberpunk2077\nAn animated show will definitely pu…"
## 
## [[5562]]
## [1] "LoL_Junkies: A new Lobby Cosmetic is Coming Soon\n#LeagueOfLegends \nRead More: https://t.co/pHwgyrxyyi"
## 
## [[5563]]
## [1] "megahermione: Last stream before christmas break!! #LeagueOfLegends was chosen so here we go! https://t.co/jzoBaVfgd8"
## 
## [[5564]]
## [1] "Zockyer73: RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…"
## 
## [[5565]]
## [1] "sundialMelodic: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5566]]
## [1] "LOL_Art_Bot: RT @metalichotchoco: Elderwood veigs is still plenty fuzzy, drawing him half mask was fun \n\n#LeagueOfLegendsFanArt #ArtofLegends #veigar #L…"
## 
## [[5567]]
## [1] "Flat__Ray: RT @Feather_Fatale: Decided to choose a chroma that fits the winter a little more (Even tho I don't have snow &gt;w&lt;)\n\nDo NOT repost my commis…"
## 
## [[5568]]
## [1] "Feather_Fatale: RT @Feather_Fatale: Decided to choose a chroma that fits the winter a little more (Even tho I don't have snow &gt;w&lt;)\n\nDo NOT repost my commis…"
## 
## [[5569]]
## [1] "JinxAndLux: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[5570]]
## [1] "metalichotchoco: Elderwood veigs is still plenty fuzzy, drawing him half mask was fun \n\n#LeagueOfLegendsFanArt #ArtofLegends #veigar… https://t.co/agEBXhqQ01"
## 
## [[5571]]
## [1] "stoner_037: RT @RebornMods: Link to the mods and guide on how to swap to different presets in the replies. #tekkenmods #NewReleases #LeagueOfLegends  #…"
## 
## [[5572]]
## [1] "DrawLighty: RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT"
## 
## [[5573]]
## [1] "nessa_05_: RT @Snegovski9623: Jinx and her long heavy epic braids✨\n#Arcane #jinx #LeagueOfLegends https://t.co/9N8nwAi5ok"
## 
## [[5574]]
## [1] "jonj14442: RT @Wynn_tah: “Revenge is a dish best served by Starlight.”\n#LeagueofLegends https://t.co/aQuxaupwH6"
## 
## [[5575]]
## [1] "mittensdoif: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5576]]
## [1] "KanaPeriod: RT @KlanikEsport: 🇬🇧 Are you a #LeagueOfLegends #coach looking for a new challenge in #esport? 🎯\n\nOur League Of Legends team is strengtheni…"
## 
## [[5577]]
## [1] "Calner_: ALL THE MODS 8! https://t.co/GTNGx6XBXt #gaming #gamer #minecraft  #GenshinImpact #overwatch #minecraft建築コミュ #Bungie #LeagueOfLegends"
## 
## [[5578]]
## [1] "LOL_Art_Bot: RT @buck_shadow: Black bride Soraka 🖤\nShe so anime omg...\n\n#soraka #LeagueOfLegends #LeagueOfLegendsFanArt #fanart https://t.co/qhTdPzQoPV"
## 
## [[5579]]
## [1] "howdia_ir: RT @kikychayen: Crystal Rose💖\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Rivelia #Riven #Irelia https://t.co/Nr09cDppJa"
## 
## [[5580]]
## [1] "ilesbeeca: RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…"
## 
## [[5581]]
## [1] "cinnamon_kel: RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…"
## 
## [[5582]]
## [1] "CirculatingArt: RT @Lethalborz: Pantheon has Flashbacks.\n\n#pantheon #Aatrox #LeagueOfLegends https://t.co/zPcon6maqw"
## 
## [[5583]]
## [1] "DoubleLarriet: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[5584]]
## [1] "TheFatt_: RT @paywithmana: #LeagueOfLegends players! We teamed up with @theblitzapp for an epic Arena event 🤩🤩\n\n$3500 prize pool, details &amp; sign-up h…"
## 
## [[5585]]
## [1] "angelic_morgana: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5586]]
## [1] "_Alo3_: RT @shapy_wa: little miss fox is waiting for you💖 where? here: https://t.co/8zBk0uIJnj 🤭🍑 #popstar #ahri #LeagueOfLegends #LeagueOfLegendsF…"
## 
## [[5587]]
## [1] "RandomPhantom80: Check out this League of Legends clip I recorded with https://t.co/B2ODqIZjiZ! #LeagueofLegends\n\n🔗… https://t.co/GOCNDpoA9Y"
## 
## [[5588]]
## [1] "SsscyT: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[5589]]
## [1] "TigerKirby215: #DeadbyDaylight has more \"remnants of the old game\" in its code than #LeagueOfLegends despite League being 5 years… https://t.co/9FMtWmRR7t"
## 
## [[5590]]
## [1] "aeon_xayah: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5591]]
## [1] "bel_lkaart: RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…"
## 
## [[5592]]
## [1] "imaiwon: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5593]]
## [1] "buck_shadow: Black bride Soraka 🖤\nShe so anime omg...\n\n#soraka #LeagueOfLegends #LeagueOfLegendsFanArt #fanart https://t.co/qhTdPzQoPV"
## 
## [[5594]]
## [1] "LOL_Art_Bot: RT @VulpeDeCristal: just playin around with colors\n#Zoe #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/hDjk8lOtTi"
## 
## [[5595]]
## [1] "OfOmnath: RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…"
## 
## [[5596]]
## [1] "VaVikStyle: RT @KlanikEsport: 🇬🇧 Are you a #LeagueOfLegends #coach looking for a new challenge in #esport? 🎯\n\nOur League Of Legends team is strengtheni…"
## 
## [[5597]]
## [1] "VulpeDeCristal: just playin around with colors\n#Zoe #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/hDjk8lOtTi"
## 
## [[5598]]
## [1] "hextechenforcer: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5599]]
## [1] "Wizard707420: RT @paywithmana: #LeagueOfLegends players! We teamed up with @theblitzapp for an epic Arena event 🤩🤩\n\n$3500 prize pool, details &amp; sign-up h…"
## 
## [[5600]]
## [1] "X17Swan: RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…"
## 
## [[5601]]
## [1] "rafaela_rush: RT @chessiecat105: 💎K/DA ALL OUT Ahri 🦊\n\n🎨 Artist: Anomis\n🌐 Platform: Artstation\n\n#leagueoflegends #fanart #leagueoflegendsfanart #ahri #ah…"
## 
## [[5602]]
## [1] "paywithmana: #LeagueOfLegends players! We teamed up with @theblitzapp for an epic Arena event 🤩🤩\n\n$3500 prize pool, details &amp; si… https://t.co/CDfHDCUaSZ"
## 
## [[5603]]
## [1] "rafaela_rush: RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux"
## 
## [[5604]]
## [1] "RandomPhantom80: Check out this League of Legends clip I recorded with https://t.co/B2ODqIZjiZ! #LeagueofLegends\n\n🔗… https://t.co/iC4U7kpmvm"
## 
## [[5605]]
## [1] "IntrinsicGames: RT @darkwolflegend: Very ~trash~ Christmas edit of the girls! I'm still new to doing edits, so sorry that they're kinda bad lol, I tried 🥹👍…"
## 
## [[5606]]
## [1] "IntrinsicGames: RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux"
## 
## [[5607]]
## [1] "rafaela_rush: RT @darkwolflegend: Very ~trash~ Christmas edit of the girls! I'm still new to doing edits, so sorry that they're kinda bad lol, I tried 🥹👍…"
## 
## [[5608]]
## [1] "quasheck_: RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…"
## 
## [[5609]]
## [1] "CragglesTown: Going Live now playing \n#teamfighttactics over on twitch \nCan we get to 5 wins..\n\nhttps://t.co/T9rMxsjvPu… https://t.co/oGaiq9062c"
## 
## [[5610]]
## [1] "AsswecanSenpai: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5611]]
## [1] "bunny_babbits: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[5612]]
## [1] "yarwolf3216655: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[5613]]
## [1] "Lethalborz: Pantheon has Flashbacks.\n\n#pantheon #Aatrox #LeagueOfLegends https://t.co/zPcon6maqw"
## 
## [[5614]]
## [1] "SecretAgentAhri: Hey what's up guys! Streaming for fun, so feel free to hop on in!\nhttps://t.co/B9pZB2Jjb3 #TTV #Streamer #Live… https://t.co/4DfDY8XcsH"
## 
## [[5615]]
## [1] "sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising… https://t.co/q6RSOUDkTj"
## 
## [[5616]]
## [1] "KDAEkko: RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…"
## 
## [[5617]]
## [1] "Chrisccr06: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[5618]]
## [1] "Andromeda_xh: RT @LoLMemesBot: A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…"
## 
## [[5619]]
## [1] "henriquefrank: @NVIDIAGeForce @stefanello_f is a #LeagueOfLegends gamer however, he is still a gamer #GiftRTX"
## 
## [[5620]]
## [1] "kudos2hachi: RT @soap_ai: shitposting hours #jinx #lux #lightcannon #leagueoflegends #ArtofLegends https://t.co/EXTuqKRJGv"
## 
## [[5621]]
## [1] "LOL_Art_Bot: RT @Chizu_Artwork: Work in progress | JINX from Arcane or League of legens |\n\nthis face took so long, but it turned out okay. (っ^▿^)💨\n\n#man…"
## 
## [[5622]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: There is at least one in every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds…"
## 
## [[5623]]
## [1] "RatThumbsUp: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[5624]]
## [1] "sinodemsakalin: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5625]]
## [1] "sparklytowa: RT @KwaPurple: Neeko spirit blossom🌸\nConcept by @plummitty  \nI love this Concept ✨\n#LeagueOfLegendsFanArt  #neeko #spiritblossom #ahri #con…"
## 
## [[5626]]
## [1] "Waldfeld: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[5627]]
## [1] "bestkittiaskk: China server login screen #WildRift  #LeagueOfLegends  #Christmas 🎅🎄 https://t.co/lVXWbqsRTQ"
## 
## [[5628]]
## [1] "lola_tsubasa: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[5629]]
## [1] "_junipuff_: here we go another cold monday T_T oh and i'm live on twitch with #GenshinImpact and #LeagueOfLegends later 🥰 would… https://t.co/KoGwyAy4Bp"
## 
## [[5630]]
## [1] "regal_randy: 1/11/ Taric Coaching me on how to be BETTER - https://t.co/ey2HKoT8oI \n-\n-\n-\n#LeagueOfLegends #CannabisCommunity… https://t.co/ls1mTW2W99"
## 
## [[5631]]
## [1] "jprrrrrr: RT @taojinn015: Fanart Month - Day 12 - Shyvana from League of Legends\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/2mIbVN7kfW"
## 
## [[5632]]
## [1] "Chizu_Artwork: Work in progress | JINX from Arcane or League of legens |\n\nthis face took so long, but it turned out okay. (っ^▿^)💨… https://t.co/9tFgOsNP1g"
## 
## [[5633]]
## [1] "memesos333999: RT @jericollage70: Happy Birthday to one of my Favorites, The Amazing @KriziaBajos! Have a Blessed Birthday &amp; Happy Holidays Krizia! 🎂😎🙏🏻👍🏻…"
## 
## [[5634]]
## [1] "AshleyM13544744: RT @LoLMemesBot: Any off-meta enjoyers?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…"
## 
## [[5635]]
## [1] "ElokingBoost: Why does it feel like Riot is always nerfing the champions I love to play in #leagueoflegends? Stop ruining the game for us."
## 
## [[5636]]
## [1] "IntrinsicGames: RT @BigLittleUnbox: Space is always a issue but l'm trying to fit everything in  #warcraft #worldofwarcraft #minecraft #halo #godofwar #lea…"
## 
## [[5637]]
## [1] "LoLMemesBot: There is at least one in every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/Agnb7qXK0T"
## 
## [[5638]]
## [1] "MarcoPepe_art: WinterBlessed Diana Splash ❄️\n\n#digitalart  #LeagueOfLegends #fanart  #art #illustration https://t.co/H1t0btmFkV"
## 
## [[5639]]
## [1] "GailWil45711350: RT @BigLittleUnbox: Space is always a issue but l'm trying to fit everything in  #warcraft #worldofwarcraft #minecraft #halo #godofwar #lea…"
## 
## [[5640]]
## [1] "esports12K: This League bug now makes Lulu’s Pix able to withstand a gunshot for Viego @LeagueOfLegends\nCheckout the full story… https://t.co/E15IBkX6Vi"
## 
## [[5641]]
## [1] "gumiholic_: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5642]]
## [1] "its_joans: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5643]]
## [1] "Aaronhart323: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5644]]
## [1] "loreofruneterra: Ekko: The Boy Who Shattered Time - P&amp;A #5: submitted by  /u/bucketofsteam  \n [link] [comments]… https://t.co/5SmT2J7WLl"
## 
## [[5645]]
## [1] "FoxySuzune: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5646]]
## [1] "KoTinTrysaX: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5647]]
## [1] "esports12K: Blitzcrank’s self-slow is eventually put to use by league players @LeagueOfLegends\nCheckout the full story:… https://t.co/prosCXNEkQ"
## 
## [[5648]]
## [1] "eazelpaint: RT @golden8witch: I finished :\"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…"
## 
## [[5649]]
## [1] "IntrinsicGames: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5650]]
## [1] "MrRonaldRaymon1: RT @AnneAnd81932053: Looking forward to the game.🙊🙊🙊🙊 #LeagueofLegends #Gameplay #mobilegame #GuardianasEstelares #КосплейLoL #StarGuardian…"
## 
## [[5651]]
## [1] "Kristin82565964: RT @LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd"
## 
## [[5652]]
## [1] "kirki__: RT @SPYKEEE1945: Play.🦊\n\nFor: A.R.\n\n#Ahri #LeagueOfLegends \n#ArtofLegends #LeagueOfLegendsFanArt https://t.co/M9iX0VhfMt"
## 
## [[5653]]
## [1] "saloock1999: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5654]]
## [1] "evynfall: RT @legaldumpling: little kda interaction #KDA #KDAISBACK #ArtofLegends #LeagueOfLegends https://t.co/ZkiZccoMny"
## 
## [[5655]]
## [1] "tiny_bulbasaur: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5656]]
## [1] "loreheads: After 105 episodes we FINALLY get some insight into Ixtal's inner workings, and learn about everyone's favorite lad… https://t.co/4IuOQIZp6L"
## 
## [[5657]]
## [1] "QuitzeAlissa: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[5658]]
## [1] "Sunset_sn: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5659]]
## [1] "dempugs1: RT @shizzleytb: GRAGAS AS BARON - League of Legends Custom Skin https://t.co/McRgfnoVku via @YouTube #leagueoflegends #lol #customskins #sk…"
## 
## [[5660]]
## [1] "Kaimactrash: RT @HyanideArt: 🖤 Janna 🌪️\n🖤 ... I guess I am finally cured of my playing ranked addiction 🤷\n#fanart #LeagueOfLegends https://t.co/91pbMWO5…"
## 
## [[5661]]
## [1] "a1isaie: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[5662]]
## [1] "TheMrJ5: RT @metalichotchoco: Rumble- I mean Tristy asu, it turned out way better than i thought it would \n\n#League_Of_Legends #rumble #LeagueOfLege…"
## 
## [[5663]]
## [1] "AdityaS23672097: RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx"
## 
## [[5664]]
## [1] "asksredditques1: The first drawing done on a mobile device💕💕 #LeagueofLegends #Game #LeagueOfLegendsFanArt #ClashLoL #КосплейLoL #GENGWIN"
## 
## [[5665]]
## [1] "P0rco_: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[5666]]
## [1] "keji76: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[5667]]
## [1] "Unf_Freckles: RT @JUrsus: Happy Birthday Vi\n19/12\n#LeagueOfLegends #piltover https://t.co/lQoruvhSun"
## 
## [[5668]]
## [1] "AdvancedSIMP: It's 60th day of SIMP waiting for MALE FURRY CHAMP 🤨#SIMPiswaiting #LeagueOfLegends"
## 
## [[5669]]
## [1] "JohnGla60217428: RT @_LtAndreas: ✨New Valorant Stream✨https://t.co/iJFxgT0EtS #TwitchStreamer #twitch #gamer #gaymer #Valorant #LeagueOfLegends #RiotGames #…"
## 
## [[5670]]
## [1] "LC_daniM: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[5671]]
## [1] "NotCarlFortune: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[5672]]
## [1] "NotCarlFortune: RT @6176ter: Miss Fortune league of legends ❤️❤️\n#MissFortune \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#FANART \n💙💙💙 https://t.co/uJ0ejUSj…"
## 
## [[5673]]
## [1] "BreiizKage: RT @LoLMemesBot: Ah shit, here we go again\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…"
## 
## [[5674]]
## [1] "MineVoidMC: RT @fandifi: Just minding your own business when... 😵\n\n#gaming #twitch #valorant #leagueoflegends #overwatch #csgo #apexlegends #dota2 #cod…"
## 
## [[5675]]
## [1] "WitchFanLMAO: RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…"
## 
## [[5676]]
## [1] "ZyklusW: RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:48 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 358\n🥈 #Lechigg➖Viewers: 109\n🥉 #whoisjup…"
## 
## [[5677]]
## [1] "lolBeullee: RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…"
## 
## [[5678]]
## [1] "kalita_spec: RT @BladeAndWhip: Fiora outplay 1v4 #LeagueOfLegends #riotgames #fiora #outplayed https://t.co/9DZNlNw19g"
## 
## [[5679]]
## [1] "LOLegendsMemes: There is at least one in every game #LeagueOfLegends #Memes https://t.co/zLkzODg9cG"
## 
## [[5680]]
## [1] "LOLegendsMemes: Just made this #LeagueOfLegends #Memes https://t.co/7tbLp6DIyk"
## 
## [[5681]]
## [1] "LOLegendsMemes: Mage supp gameplay #LeagueOfLegends #Memes https://t.co/CLWwOeMp0c"
## 
## [[5682]]
## [1] "Mrcastle08: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[5683]]
## [1] "MicheleASP: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5684]]
## [1] "LunaticADC: RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…"
## 
## [[5685]]
## [1] "gamrrant: RT @Tetranima: Jinx TOP (Lethality / Arcane Comet) is on fire (10/2/6)! Rockets for everyone! - https://t.co/7w13uVE0YN #Jinx #Leagueoflege…"
## 
## [[5686]]
## [1] "gamrrant: RT @Tetranima: Nice game starting (3/1/3) for Jinx TOP (Lethality / Arcane Comet)! Gotta pump those numbers up! - https://t.co/7w13uVE0YN #…"
## 
## [[5687]]
## [1] "2Hathorn: Happy Birthday to Vi! (12/19/22) \n\n❤️♥️💜💗💖💕💞💓❣️💘💟💝\n\n#Arcane #LeagueOfLegends https://t.co/jtmrKvGvPE"
## 
## [[5688]]
## [1] "KoDiArt96: RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…"
## 
## [[5689]]
## [1] "DinwithDemons: We live for the Monday stream! Get yo’ cute asses in here! #twitch #LeagueOfLegends \n\nhttps://t.co/c4JRAZlFeT"
## 
## [[5690]]
## [1] "Allenkun18: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[5691]]
## [1] "Zephry_zep: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[5692]]
## [1] "UnnatiMaurya: This manhwa is awesome! I can't get enough of it!\n \n#leagueoflegends #music #komik\n\nhttps://t.co/Qz8p297wAN https://t.co/hwg6jnKfr0"
## 
## [[5693]]
## [1] "yodaliya: BLITZ🐱| #LeagueOfLegends https://t.co/urdIEmmnyi"
## 
## [[5694]]
## [1] "MineVoidMC: RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…"
## 
## [[5695]]
## [1] "ApenasUmCara188: RT @daniel_rreis: Dia 13 do #Inktober2022: Gentil\nNunu e Willump @LoLegendsBR\n\n#inktober #day13 #kind #leagueoflegends #leagueoflegendsart…"
## 
## [[5696]]
## [1] "Unf_Freckles: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5697]]
## [1] "koryu960: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/tzlzdqI2T0"
## 
## [[5698]]
## [1] "Giulio_Xem: RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N"
## 
## [[5699]]
## [1] "NerfWindWall: nerf Yasuo's Wind Wall #LeagueOfLegends"
## 
## [[5700]]
## [1] "sanha666: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[5701]]
## [1] "KoTinTrysaX: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5702]]
## [1] "48d347: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5703]]
## [1] "koryu960: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/cVFGp3zw7z"
## 
## [[5704]]
## [1] "Petitchuuchuu: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[5705]]
## [1] "evowolf520: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[5706]]
## [1] "fandifi: Just minding your own business when... 😵\n\n#gaming #twitch #valorant #leagueoflegends #overwatch #csgo #apexlegends… https://t.co/AhkrIYMuws"
## 
## [[5707]]
## [1] "Sp1ne_Sh0t: RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe"
## 
## [[5708]]
## [1] "cederox08: RT @Koiarts1: Fan art Navy Seal Jinx \n \nRT are appreciated 🔁✨\n#HumanArtists #CreateDontScrape\n\n#Jinx #leagueoflegends #artoflegends #huion…"
## 
## [[5709]]
## [1] "MiiCoZeroFour04: Meow 👁️\n\n#process #yuumi #LeagueOfLegends #meme https://t.co/bj9Ew9mh0E"
## 
## [[5710]]
## [1] "gigakoks18z: no reason to play fckin preseason \n#LeagueOfLegends"
## 
## [[5711]]
## [1] "HacnaSnar: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[5712]]
## [1] "VikingKingJay: Happy Holiday Week!!!! Push to get to 1k before the new year. \n\n#leagueoflegends #twitch #twitchstreamer… https://t.co/tWoV9eQlBm"
## 
## [[5713]]
## [1] "JaredCl90352732: RT @VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends #madnesscombatfanart htt…"
## 
## [[5714]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Riot better start charging players $350 for these loading screen tips\n#memes #meme #funny #lol #leagueoflegends #Arcane #j…"
## 
## [[5715]]
## [1] "luv_astral: RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N"
## 
## [[5716]]
## [1] "Michael06832367: Would you like to see something?🙈🙈🙈🙈 #LeagueofLegends #ArtofLegends #LoL #GuardianasEstelares #YıldızMuhafızları #ClashLoL"
## 
## [[5717]]
## [1] "zaunsp: RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N"
## 
## [[5718]]
## [1] "_HSKY1805: RT @_another_tina_: This took so long, but the Firelight Ezreal design I did for fun is done\n\n.\n#Ezreal #Ekko #LeagueOfLegends https://t.co…"
## 
## [[5719]]
## [1] "MineVoidMC: RT @esports_maps: Sometimes i swear it worked... 😅\n\n#gaming #twitch #valorant #leagueoflegends #overwatch #csgo #apexlegends #dota2 #cod #r…"
## 
## [[5720]]
## [1] "CDDTReborn: RT @RebornMods: Link to the mods and guide on how to swap to different presets in the replies. #tekkenmods #NewReleases #LeagueOfLegends  #…"
## 
## [[5721]]
## [1] "BluGiraf: RT @Axtrek1: Some of my favorites have been done.🙈🙈 #Gameplay #LeagueofLegends #LoL #ClashLoL #TransformaTuDestino #GuardiãsEstelares \nOrig…"
## 
## [[5722]]
## [1] "twognews: Riot Games Reveal New Broadcasting Schedule!\nhttps://t.co/so0rEMFPyP\n#esports #valorant #LeagueOfLegends #twognews https://t.co/zmIauijhV8"
## 
## [[5723]]
## [1] "RebornMods: Link to the mods and guide on how to swap to different presets in the replies. #tekkenmods #NewReleases… https://t.co/9LVpHzPd37"
## 
## [[5724]]
## [1] "ilti70315702: RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…"
## 
## [[5725]]
## [1] "Darksword255: This right here #leagueoflegends #lolmemes https://t.co/EfAT67VQM9"
## 
## [[5726]]
## [1] "Chojinki: RT @esports_maps: Sometimes i swear it worked... 😅\n\n#gaming #twitch #valorant #leagueoflegends #overwatch #csgo #apexlegends #dota2 #cod #r…"
## 
## [[5727]]
## [1] "esports_maps: Sometimes i swear it worked... 😅\n\n#gaming #twitch #valorant #leagueoflegends #overwatch #csgo #apexlegends #dota2… https://t.co/gkNknPBaO4"
## 
## [[5728]]
## [1] "raulgom86066610: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5729]]
## [1] "AshleyC67028952: RT @LoLMemesBot: Any off-meta enjoyers?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…"
## 
## [[5730]]
## [1] "LoLMemesBot: Riot better start charging players $350 for these loading screen tips\n#memes #meme #funny #lol #leagueoflegends… https://t.co/EJ3ncqrA1U"
## 
## [[5731]]
## [1] "Goosx7: RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…"
## 
## [[5732]]
## [1] "IntrinsicGames: RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…"
## 
## [[5733]]
## [1] "Pitch_B_Queen: RT @leochamposa: Zeri looking how the rest of ADC's are getting buffs while she keeps being nerfed\n\n#LeagueOfLegends #creadoresdelollatam #…"
## 
## [[5734]]
## [1] "IntrinsicGames: RT @_another_tina_: This took so long, but the Firelight Ezreal design I did for fun is done\n\n.\n#Ezreal #Ekko #LeagueOfLegends https://t.co…"
## 
## [[5735]]
## [1] "_another_tina_: RT @_another_tina_: This took so long, but the Firelight Ezreal design I did for fun is done\n\n.\n#Ezreal #Ekko #LeagueOfLegends https://t.co…"
## 
## [[5736]]
## [1] "root2ww: RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…"
## 
## [[5737]]
## [1] "StormikSzef: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[5738]]
## [1] "BPstalin: I don't know what to say about Fanart.👏👏👏👏👏 #LeagueofLegends #GuardiãsEstelas #Bjergsen #ФанАрт"
## 
## [[5739]]
## [1] "OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥… https://t.co/QRpNlBcYAS"
## 
## [[5740]]
## [1] "kaposury: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5741]]
## [1] "MoonlightLigh5: RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N"
## 
## [[5742]]
## [1] "Annie__Lee: She slowly took my heart and became one of my favorite characters. Happy birthday, Vi. I love you. 🥺… https://t.co/fKV8oQzpi8"
## 
## [[5743]]
## [1] "_Dethi: RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N"
## 
## [[5744]]
## [1] "_bansshi_: RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N"
## 
## [[5745]]
## [1] "xsayvian: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[5746]]
## [1] "ArtGuerreiro: RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…"
## 
## [[5747]]
## [1] "kingstead_: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5748]]
## [1] "Zarath_10th: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5749]]
## [1] "jonslilaceyes: RT @floatinghanmi: super super cute seraphine and viego commissioned by @The_LadyScorpio 💜🖤 i had so much fun drawing this and i love the e…"
## 
## [[5750]]
## [1] "hi__host: RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT"
## 
## [[5751]]
## [1] "VTuberTweeter: RT @PapaTyRo: Cap detected 🧢\n#vtuber #ENVtuber #VTuberUprising #twitchstreamer #LeagueOfLegends https://t.co/AOfSgHwJqa"
## 
## [[5752]]
## [1] "TuskorWolfsClaw: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[5753]]
## [1] "slyfersakura: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5754]]
## [1] "ajobninja: RT @Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I've yet…"
## 
## [[5755]]
## [1] "Blossom_S666: @LeagueOfLegends Did I capture the essence of LOL accurately? @riotgames #LeagueOfLegends #gamememes #Memes https://t.co/3YMD2kMh0N"
## 
## [[5756]]
## [1] "I_LOVE_MALINA: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5757]]
## [1] "PapaTyRo: Cap detected 🧢\n#vtuber #ENVtuber #VTuberUprising #twitchstreamer #LeagueOfLegends https://t.co/AOfSgHwJqa"
## 
## [[5758]]
## [1] "pizzazpizy: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[5759]]
## [1] "Eclipse_Phalanx: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[5760]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 17:36 (Hora ESP)🔥\n\n🥇 #lulax➖Viewers: 759\n🥈 #NickDaBooM➖Viewers: 746\n🥉… https://t.co/4KKMuiRNF0"
## 
## [[5761]]
## [1] "cloud68588590: RT @Descendeus1: 🌸🪷MOONCAKE🌸🪷\n\n#Settphel  #spiritblossom #RIOT #RiotGames #LeagueOfLegends #SETT #Aphelios https://t.co/tr91A3r0Zi"
## 
## [[5762]]
## [1] "Mirrenis: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5763]]
## [1] "IntrinsicGames: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[5764]]
## [1] "Mirrenis: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[5765]]
## [1] "KenRddt: RT @LOLegendsMemes: Are there any fellow left handed players #LeagueOfLegends #Memes https://t.co/P8aa2RyvQs"
## 
## [[5766]]
## [1] "KmUK902: RT @taojinn015: Fanart Month - Day 12 - Shyvana from League of Legends\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/2mIbVN7kfW"
## 
## [[5767]]
## [1] "EricSch79189081: Here's some Fanart.😎 #ArtofLegends #LeagueofLegends #FLYWIN #StarGuardian #КосплейLoL"
## 
## [[5768]]
## [1] "daweaselbass: RT @TenseiTaichou: Good morning☕️\nHanging out &amp; playing some #LeagueOfLegends \nhttps://t.co/Jo8FsAJxAm &lt;- Meme Builds😎\n#SupportSmallStreame…"
## 
## [[5769]]
## [1] "campesnap: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5770]]
## [1] "HyanideArt: 🖤 Janna 🌪️\n🖤 ... I guess I am finally cured of my playing ranked addiction 🤷\n#fanart #LeagueOfLegends https://t.co/91pbMWO50D"
## 
## [[5771]]
## [1] "The_LadyScorpio: RT @floatinghanmi: super super cute seraphine and viego commissioned by @The_LadyScorpio 💜🖤 i had so much fun drawing this and i love the e…"
## 
## [[5772]]
## [1] "alicesixth: RT @dravensgf: Dont leave me meow :c \n#leaguetwt #LeagueOfLegends https://t.co/YVOJx0g2wt"
## 
## [[5773]]
## [1] "fronezone: RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N"
## 
## [[5774]]
## [1] "Hitsugaya210: RT @TenseiTaichou: Good morning☕️\nHanging out &amp; playing some #LeagueOfLegends \nhttps://t.co/Jo8FsAJxAm &lt;- Meme Builds😎\n#SupportSmallStreame…"
## 
## [[5775]]
## [1] "streamerwallcom: RT @TenseiTaichou: Good morning☕️\nHanging out &amp; playing some #LeagueOfLegends \nhttps://t.co/Jo8FsAJxAm &lt;- Meme Builds😎\n#SupportSmallStreame…"
## 
## [[5776]]
## [1] "TenseiTaichou: Good morning☕️\nHanging out &amp; playing some #LeagueOfLegends \nhttps://t.co/Jo8FsAJxAm &lt;- Meme Builds😎… https://t.co/EPYY9TcHRP"
## 
## [[5777]]
## [1] "fudeberto: RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT"
## 
## [[5778]]
## [1] "SquishyMaster01: RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT"
## 
## [[5779]]
## [1] "Lambada104: RT @majorfacepwn: Stream was fun!!!… until it wasn’t. Lol #LeagueOfLegends players that pick Yasuo have no brain. And I’m not wrong. Ridicu…"
## 
## [[5780]]
## [1] "LinkBowzer: RT @absynth333: Thresh c0mm for a classmate ! ty!!\n\n#LeagueOfLegends #Thresh https://t.co/a7YGj3lmmR"
## 
## [[5781]]
## [1] "RatRatGirl: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5782]]
## [1] "angeeelsw: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5783]]
## [1] "ShadowTazm: Who’s your favorite league champion? Is there a reason? \n\n#LeagueOfLegends #Vtubers #VtubersEN #VTuberUprising"
## 
## [[5784]]
## [1] "didkosoia: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[5785]]
## [1] "SylasDesencade1: RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT"
## 
## [[5786]]
## [1] "papuchochoe: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[5787]]
## [1] "moonxpov: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5788]]
## [1] "kittyboy_sera: No idea how to tag art on here but here’s a neeko drawing I was very proud of #LeagueOfLegends #neekolol https://t.co/WUMuc1uvGJ"
## 
## [[5789]]
## [1] "Ainrehtea: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[5790]]
## [1] "JerryBu49551618: What are you doing?🥺 #Game #ArtofLegends #LeagueofLegends #Bjergsen #YıldızMuhafızı #GENGWIN"
## 
## [[5791]]
## [1] "shefox_: RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS"
## 
## [[5792]]
## [1] "DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT"
## 
## [[5793]]
## [1] "GuaxinimApaixo1: RT @leochamposa: #loltubre2022 DAY 4; Favorite couple \n\nThis year my favorite couple is Lee Sin and Udyr 🤠\n\n#LoLtubre #LeagueOfLegends #cre…"
## 
## [[5794]]
## [1] "techmaturgy: RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N"
## 
## [[5795]]
## [1] "JayCx96: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5796]]
## [1] "marytweetsmtms: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5797]]
## [1] "barbahatury: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5798]]
## [1] "CureRhapsody: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[5799]]
## [1] "howdia_ir: RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N"
## 
## [[5800]]
## [1] "MadHatt78663767: Wild rift YONE gameplay 👇👇👇 https://t.co/GxUoWv7uCO\n#LeagueOfLegends #WildRift #gaming #gamingcommunity #games… https://t.co/8MN6gTaYRe"
## 
## [[5801]]
## [1] "IntrinsicGames: RT @LoLMemesBot: A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…"
## 
## [[5802]]
## [1] "IntrinsicGames: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5803]]
## [1] "nicsm516: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5804]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…"
## 
## [[5805]]
## [1] "theartoftempest: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5806]]
## [1] "GMVTHub: Rekkles, Rhucks, and Crusher join the Fnatic LEC Roster\n@FNATIC @LeagueOfLegends @LVPesLoL \n#LeagueOfLegends… https://t.co/e0neUfH8c3"
## 
## [[5807]]
## [1] "luxsexual: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5808]]
## [1] "Catheri27847830: RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:20 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 401\n🥈 #Lechigg➖Viewers: 106\n🥉 #Dannahou…"
## 
## [[5809]]
## [1] "CosmicPeanut_0: RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…"
## 
## [[5810]]
## [1] "Wasroket: IM COMING MASTER \n#TwitchStreamers #twitchgirls #LeagueOfLegends #jungle #twitchfr #twitchstreaming… https://t.co/Dusrl8mN8z"
## 
## [[5811]]
## [1] "RepulsiveMaid: RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N"
## 
## [[5812]]
## [1] "AxelHoza: RT @DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock #leaguetwt h…"
## 
## [[5813]]
## [1] "Gay_Vibes_: RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP"
## 
## [[5814]]
## [1] "MartinBole19: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[5815]]
## [1] "LoLMemesBot: A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/zx4AT8tiIH"
## 
## [[5816]]
## [1] "HyHylinor: #leagueoflegends #flu  After a big pause because of vacation and then a bad flu I'm  live again… https://t.co/AWl6ULps9Y"
## 
## [[5817]]
## [1] "VesperyNoir: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5818]]
## [1] "Melissa72140639: RT @KJCeSports: Riot Games has just filed a motion in US Bankruptcy Court to terminate the LCS-FTX contract worth $96 million.\n\nRiot Games…"
## 
## [[5819]]
## [1] "ezredwan0: RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…"
## 
## [[5820]]
## [1] "The_Little_Iral: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[5821]]
## [1] "RewTox: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[5822]]
## [1] "ThisIsNotChito: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5823]]
## [1] "asshego: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5824]]
## [1] "LOL_Art_Bot: RT @DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock #leaguetwt h…"
## 
## [[5825]]
## [1] "gabby_meds: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5826]]
## [1] "Jossy201TRM: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[5827]]
## [1] "KarenJo98992013: RT @Axtrek1: Some of my favorites have been done.🙈🙈 #Gameplay #LeagueofLegends #LoL #ClashLoL #TransformaTuDestino #GuardiãsEstelares \nOrig…"
## 
## [[5828]]
## [1] "AskyReddit: RT @LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd"
## 
## [[5829]]
## [1] "gabby_meds: RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…"
## 
## [[5830]]
## [1] "DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock… https://t.co/b9UQl5PI8U"
## 
## [[5831]]
## [1] "MssLupin: RT @shahs1221: It's the Last Drop gang, y'all! #arcane #ArcaneArt #Silco #jinx #sevika #lol #LeagueOfLegends #LeagueOfLegendsFanArt #digita…"
## 
## [[5832]]
## [1] "NoImaginationP: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5833]]
## [1] "StoneLaRone: RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0"
## 
## [[5834]]
## [1] "gordy_clayton: This about sums up the #crypto market for 2022!\n\nCan someone just make this a GIF, and add a miniature #SBF style… https://t.co/lSReMppU8B"
## 
## [[5835]]
## [1] "LOL_Art_Bot: RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…"
## 
## [[5836]]
## [1] "andrew_murray: #SBF_FTX  Was a huge #leagueoflegends fan. He was in the worst division lmao! You can't make this story up!"
## 
## [[5837]]
## [1] "chabonbon13: RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2"
## 
## [[5838]]
## [1] "amr83160: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[5839]]
## [1] "shefox_: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5840]]
## [1] "Bananasandmilk3: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[5841]]
## [1] "DrakeLord07: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5842]]
## [1] "StoneLaRone: RT @paper_scratch: I loved Cait’s fearlessness and outspoken empathy in Arcane — it reminded me of another tall ponytailed haired girl I kn…"
## 
## [[5843]]
## [1] "Lethalflames: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5844]]
## [1] "DavidFa58624154: I'm good at it!🙊 #Gameplay #LeagueofLegends #Nilah #TLWIN #ClashLoL"
## 
## [[5845]]
## [1] "AlejandroFG207: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[5846]]
## [1] "felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane… https://t.co/XWHmpSTUV3"
## 
## [[5847]]
## [1] "Diox942: RT @hugovindicare: trying to post something different than NoAi tweets...\nJust starting a 3d print fan-art for a friend. 🥰\n#LeagueOfLegends…"
## 
## [[5848]]
## [1] "YELVXIFASHI: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[5849]]
## [1] "LOL_Art_Bot: RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP"
## 
## [[5850]]
## [1] "hugovindicare: trying to post something different than NoAi tweets...\nJust starting a 3d print fan-art for a friend. 🥰… https://t.co/vvJwSV2KEt"
## 
## [[5851]]
## [1] "abze_darius: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5852]]
## [1] "ScoderkinSama: we should chat resist players in league of legends that type but not perma ban players who leave game, win trade an… https://t.co/QrKrZB5EFD"
## 
## [[5853]]
## [1] "Tyrann1992: RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe"
## 
## [[5854]]
## [1] "Nightly_Valle: RT @mikeycircus: Jayvik for the soul!\nPossible charm or sticker? Mayhaps\n#arcane #jayvik #leagueoflegends #jayce #viktor https://t.co/cf8MZ…"
## 
## [[5855]]
## [1] "KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N"
## 
## [[5856]]
## [1] "lopolystudio: RT @HalanoSiblee: #belveth #LeagueOfLegends #b3d #blender\nBel'Veth Trying to escape by hacking my blender👾 https://t.co/rDpA6Zg2fl"
## 
## [[5857]]
## [1] "WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP"
## 
## [[5858]]
## [1] "NbYn27: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[5859]]
## [1] "blazordiffusion: Katirina of League of Legends! #LeagueOfLegends  #stablediffusion \n\nhttps://t.co/c7apcm2XQG https://t.co/H87xRRGG4z"
## 
## [[5860]]
## [1] "Ryklonprime: RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe"
## 
## [[5861]]
## [1] "AngelFunVT: Since I have been playing more #LeagueOfLegends like off stream with friends and am now the owner of the Pool Party… https://t.co/eFcShou6IU"
## 
## [[5862]]
## [1] "DivaSaorin: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5863]]
## [1] "DianaTheLonely: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5864]]
## [1] "HalanoSiblee: #belveth #LeagueOfLegends #b3d #blender\nBel'Veth Trying to escape by hacking my blender👾 https://t.co/rDpA6Zg2fl"
## 
## [[5865]]
## [1] "LOLegendsMemes: A peace for every game #LeagueOfLegends #Memes https://t.co/a1ORohxiYJ"
## 
## [[5866]]
## [1] "asksredditques1: RT @burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp #leagueoflegends #…"
## 
## [[5867]]
## [1] "LegioIs: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5868]]
## [1] "OriginalAjax: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5869]]
## [1] "Lueur_Bleue: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5870]]
## [1] "Lowe136: RT @Leahmeow9: just you and me Fishbones- Jinx\n\n#arcane #jinxcosplay #LeagueOfLegends https://t.co/z1bcCaTIgx"
## 
## [[5871]]
## [1] "mambolina0: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5872]]
## [1] "icosmic_: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[5873]]
## [1] "ken309515: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[5874]]
## [1] "rivalryca: these two persevered their entire lives &amp; finally became world champions this year. \n\nall I'm saying is: 2022 is wo… https://t.co/GAIZIvyEIh"
## 
## [[5875]]
## [1] "Caretakersmark: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[5876]]
## [1] "MegumiBandicot: RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…"
## 
## [[5877]]
## [1] "AzukiSaishi: RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…"
## 
## [[5878]]
## [1] "kasukitsuu: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5879]]
## [1] "umbralcrow: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[5880]]
## [1] "altchargames: League of Legends - Riot buffs Rod of Ages in Patch 13.1\n\nhttps://t.co/ZYhT2g8dcq\n\n#LeagueOfLegends #RiotGames… https://t.co/C9ipAptj8s"
## 
## [[5881]]
## [1] "IntrinsicGames: RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…"
## 
## [[5882]]
## [1] "luisobborges2: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5883]]
## [1] "BlerpityBlorp: Queen of Doom and Gloom\n\n#RiotGames #VEX #LeagueOfLegends https://t.co/vdXlmuaMVf"
## 
## [[5884]]
## [1] "VTuberTweeter: RT @ShinKongVT: The monday morning motivation rn\n#VTuberUprising #LeagueOfLegends #Vtuber https://t.co/ERTEF8wGoB"
## 
## [[5885]]
## [1] "Imagine_Mes: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5886]]
## [1] "catombix: The first half of the game and middlegame was stupid with the items – did not understand who better to give what an… https://t.co/PFWFbzWvg8"
## 
## [[5887]]
## [1] "catombix: In the middle of the game took Soraka, and it made a big difference – a lot of hits and a lot of damage.\n\nIn genera… https://t.co/adRJti8L7h"
## 
## [[5888]]
## [1] "NullIsAt0: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5889]]
## [1] "catombix: Another first today. \n\nAlmost the whole game, I was losing and quickly drained to 2 hp. Near the end of the game ca… https://t.co/fa400w9stO"
## 
## [[5890]]
## [1] "katsu_es: LOL DAILY MOMENTS MONTAGE 2023 https://t.co/gpEm82XAKs link\n@YouTube\n\n#lol #LeagueOfLegends #toplane #lolmontage #lolnews"
## 
## [[5891]]
## [1] "rafaela_rush: RT @MissBlacktailed: I don't know how, i don't know why but, smol doodle with my moon meow meow( o˘◡˘o)\n.\n.\n.\n#Diana #LeagueOfLegends #Leag…"
## 
## [[5892]]
## [1] "ProfForest21: How To Jungle In Season 13 with GANK JUNGLERS? | #leagueoflegends #tierlist #patch #patchnotes #lol #leaguetok… https://t.co/En28dheK7Q"
## 
## [[5893]]
## [1] "BushidoViking: RT @EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #ga…"
## 
## [[5894]]
## [1] "morlon_n: RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…"
## 
## [[5895]]
## [1] "panchasplanchas: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5896]]
## [1] "monochraven: Tactical decision, summoner!\n#LeagueOfLegends https://t.co/oB5shoeAUV"
## 
## [[5897]]
## [1] "ShinKongVT: The monday morning motivation rn\n#VTuberUprising #LeagueOfLegends #Vtuber https://t.co/ERTEF8wGoB"
## 
## [[5898]]
## [1] "nicquehen: Sooooo funny!!!🥳 #LoL #mobilegame #LeagueofLegends https://t.co/gfd8WCTSAa"
## 
## [[5899]]
## [1] "CutHutagalung: RT @Hoolies4: \" 🐰💙🔥🔥🔥🔥 #LeagueofLegends #Game #ФанАрт #Nilah #GuardianasEstelares \nOriginal: HopeWang001 https://t.co/HRtK9PmuSS"
## 
## [[5900]]
## [1] "Soumac_: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[5901]]
## [1] "LOL_Art_Bot: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5902]]
## [1] "DivaSaorin: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5903]]
## [1] "giiggit: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5904]]
## [1] "TheGooseGod3: RT @burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp #leagueoflegends #…"
## 
## [[5905]]
## [1] "Asillan_T: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5906]]
## [1] "Polevolter_: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5907]]
## [1] "eSportsZO: Played light but still was able to get this takedown this morning! #DFS #eSports #LeagueOfLegends #DemaciaCup More… https://t.co/G5r9q1FsPr"
## 
## [[5908]]
## [1] "OdinOverlord: RT @explodinstuff: HOW COME I JUST FOUND OUT ABOUT THIS JINX FIGURE?!?! AND WHY CANT I FIND IT ANYWHERE AHHHHHH IT WAS MADE BY \"R36 Worksho…"
## 
## [[5909]]
## [1] "ratha_draws: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5910]]
## [1] "LoLMemesBot: Tank meta they say ...\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/8fDvy7NyoC"
## 
## [[5911]]
## [1] "layzrgg: @Yuminisiachan [🇵🇱] Yumisiaq 🐱 is a polish gamer girl who enjoys community a lot! She's a very talkative person! He… https://t.co/QDPii2JxuT"
## 
## [[5912]]
## [1] "floatinghanmi: super super cute seraphine and viego commissioned by @The_LadyScorpio 💜🖤 i had so much fun drawing this and i love… https://t.co/9t4vaEGpRJ"
## 
## [[5913]]
## [1] "Oikawasimp13: RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…"
## 
## [[5914]]
## [1] "nezikoart: RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…"
## 
## [[5915]]
## [1] "Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use!… https://t.co/nN8Bf5Tc8O"
## 
## [[5916]]
## [1] "mandarinable: RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0"
## 
## [[5917]]
## [1] "tonyrobledo16: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5918]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 15:58 (Hora ESP)🔥\n\n🥇 #Esportmaniacos➖Viewers: 3.449\n🥈 #NickDaBooM➖Viewers:… https://t.co/gaG2Afaj8S"
## 
## [[5919]]
## [1] "freefireJack2: RT @burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp #leagueoflegends #…"
## 
## [[5920]]
## [1] "freefireJack2: RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:48 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 358\n🥈 #Lechigg➖Viewers: 109\n🥉 #whoisjup…"
## 
## [[5921]]
## [1] "afterhopee: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5922]]
## [1] "crossedfires: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[5923]]
## [1] "Katheri06787154: What an amazing game 😍😍 #LeagueofLegends #LeagueOfLegendsFanArt #КосплейLoL #StarGuardian #StarGuardians"
## 
## [[5924]]
## [1] "NeverEvi: Day 6 of begging @riotgames to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petition #riotplz #3v3"
## 
## [[5925]]
## [1] "SCangrejos: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5926]]
## [1] "Hoten__: RT @InSainyaka: #livenow Will there be salt today? A little #LeagueOfLegends shenanigans with @Riyou_Kisa @Hoten__, Kris and BOB!\n\nhttps://…"
## 
## [[5927]]
## [1] "PudimTf: RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux"
## 
## [[5928]]
## [1] "CaravanLurker: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[5929]]
## [1] "amil0r1: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5930]]
## [1] "LuvuGwen: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[5931]]
## [1] "JeanTheQueen_13: RT @OlchaSArt: My old sketch with nurse #Akali inspired me to draw nurses Mercy and Valentine a month ago. Now finished art with Akali hers…"
## 
## [[5932]]
## [1] "HeadBangerPoppy: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[5933]]
## [1] "giiggit: RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel"
## 
## [[5934]]
## [1] "IntrinsicGames: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[5935]]
## [1] "CaitlynSheriffB: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5936]]
## [1] "J3zz1T: 🔴LIVE NOW \n\nLINK: https://t.co/4qCFrab2Rn\n\n#LeagueOfLegends #twitch https://t.co/ghlYqgY1HB"
## 
## [[5937]]
## [1] "JeanTheQueen_13: RT @OlchaSArt: Created special #Ahri version of my latest art to thank my patrons for supporting me this month 💖 Was super fun to  change d…"
## 
## [[5938]]
## [1] "IntrinsicGames: RT @Leahmeow9: just you and me Fishbones- Jinx\n\n#arcane #jinxcosplay #LeagueOfLegends https://t.co/z1bcCaTIgx"
## 
## [[5939]]
## [1] "ErizsNm: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5940]]
## [1] "IntrinsicGames: RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx"
## 
## [[5941]]
## [1] "NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx"
## 
## [[5942]]
## [1] "FappachinoLOL: RT @Leahmeow9: just you and me Fishbones- Jinx\n\n#arcane #jinxcosplay #LeagueOfLegends https://t.co/z1bcCaTIgx"
## 
## [[5943]]
## [1] "ForeverCatrado1: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[5944]]
## [1] "TaokakaAna98: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[5945]]
## [1] "wertyui29094395: RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…"
## 
## [[5946]]
## [1] "SorryWinn: big facts\n\n#LeagueOfLegends https://t.co/oYbvBgzYKg"
## 
## [[5947]]
## [1] "tubbylubs: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[5948]]
## [1] "AgGenki444: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[5949]]
## [1] "MarySol79574442: RT @Mdndt1: A Vexing Stream\nhttps://t.co/Apm5aCxKAw\n\n#league #lol #leagueoflegends #gaming #stream #gamer #gaming #streaming #streamer #twi…"
## 
## [[5950]]
## [1] "Yolisters: New Short is out today!\n\nMr. Quadra's Insane Game Part 1 #shorts #trending #leagueoflegends https://t.co/DnC6QunR9g via @YouTube"
## 
## [[5951]]
## [1] "KSebaxter: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5952]]
## [1] "seraaphine1: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5953]]
## [1] "Imkleiner: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[5954]]
## [1] "KinnieTwice: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5955]]
## [1] "pokefriki97: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5956]]
## [1] "AmbivalentSlime: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5957]]
## [1] "Kalosking08: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5958]]
## [1] "chen_shaoqing: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5959]]
## [1] "Pip0o0piP: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5960]]
## [1] "_Ahri_Rimror_: RT @Soondoong3: Wounds force a child to grow\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Arcane #jinx #아케인그림대회 https://t.co/3Pm…"
## 
## [[5961]]
## [1] "_Ahri_Rimror_: RT @Soondoong3: party!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #ARCANE #Jinx https://t.co/1QdxZCqgBs"
## 
## [[5962]]
## [1] "voids_shadow: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5963]]
## [1] "_Ahri_Rimror_: RT @Soondoong3: her hair is really long\ntherefore...\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #ARCANE #Jinx #Silco #Vi https:/…"
## 
## [[5964]]
## [1] "jeqon2020: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5965]]
## [1] "Kreinyolkendov: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[5966]]
## [1] "IntrinsicGames: RT @Luckbox: A lot of great events this year, but what was your fav?\n\n#DOTA2 #LeagueOfLegends #CSGO #VALORANT https://t.co/e0N30IUizr"
## 
## [[5967]]
## [1] "XenoBla76578464: Kha'zix and a Good Team #LeagueOfLegends  #montage #khazix https://t.co/AHEAHInT3w"
## 
## [[5968]]
## [1] "Leahmeow9: just you and me Fishbones- Jinx\n\n#arcane #jinxcosplay #LeagueOfLegends https://t.co/z1bcCaTIgx"
## 
## [[5969]]
## [1] "katofrivia: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5970]]
## [1] "Catheri27847830: We are trying out the game.🥺🥺🥺🥺🥺 #LeagueofLegends #Game #Fanart #YıldızMuhafızları #GENGWIN #Nilah \nOriginal: Coven… https://t.co/fu2PrKLMbq"
## 
## [[5971]]
## [1] "biggdaddygerm: RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5972]]
## [1] "itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS"
## 
## [[5973]]
## [1] "Luckbox: A lot of great events this year, but what was your fav?\n\n#DOTA2 #LeagueOfLegends #CSGO #VALORANT https://t.co/e0N30IUizr"
## 
## [[5974]]
## [1] "FRCretweets: RT @Pearlslightshow: We’re live! 😊\n\nhttps://t.co/2mJAxT0io8\n\n#LeagueOfLegends #twitch #TwitchAffiliates https://t.co/Szw393XjKa"
## 
## [[5975]]
## [1] "AdriansyahPt: RT @Pearlslightshow: We’re live! 😊\n\nhttps://t.co/2mJAxT0io8\n\n#LeagueOfLegends #twitch #TwitchAffiliates https://t.co/Szw393XjKa"
## 
## [[5976]]
## [1] "Axtrek1: RT @LOLegendsMemes: Are there any fellow left handed players #LeagueOfLegends #Memes https://t.co/P8aa2RyvQs"
## 
## [[5977]]
## [1] "AdriansyahPt: RT @Mikestrosity: After Countless Minutes of playing Ranked Flex I have hit my new Peak, Bronze IV \n#LeagueOfLegends #Vtuber https://t.co/Y…"
## 
## [[5978]]
## [1] "MishMos07938344: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5979]]
## [1] "IntrinsicGames: RT @Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I've yet…"
## 
## [[5980]]
## [1] "IntrinsicGames: RT @kse332_official: Beat board (part 2 of 3) I did a while ago \n@riotgames\n #LeagueOfLegends #Garen #Katarina https://t.co/9Mz8aHkmUh"
## 
## [[5981]]
## [1] "IntrinsicGames: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[5982]]
## [1] "BLADEDANCXR: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[5983]]
## [1] "hicks61katie: RT @kse332_official: Beat board (part 2 of 3) I did a while ago \n@riotgames\n #LeagueOfLegends #Garen #Katarina https://t.co/9Mz8aHkmUh"
## 
## [[5984]]
## [1] "Hanafi__B: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5985]]
## [1] "Lunahrix: RT @Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I've yet…"
## 
## [[5986]]
## [1] "thatsbiz4rre: RT @LOLegendsMemes: I’m sure someone else can relate #LeagueOfLegends #Memes https://t.co/V0fCi6zusL"
## 
## [[5987]]
## [1] "LOL_Art_Bot: RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…"
## 
## [[5988]]
## [1] "443Eze: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5989]]
## [1] "ArthaielEng: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[5990]]
## [1] "KuroNekoKimiVT: RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux"
## 
## [[5991]]
## [1] "Jorzz_: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5992]]
## [1] "LkgodEye03: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[5993]]
## [1] "NicoleC26828091: RT @BladeAndWhip: Fiora outplay 1v4 #LeagueOfLegends #riotgames #fiora #outplayed https://t.co/9DZNlNw19g"
## 
## [[5994]]
## [1] "Sevaoao: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[5995]]
## [1] "RyuBlaze6: RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X"
## 
## [[5996]]
## [1] "LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina… https://t.co/sdQoV0aaVj"
## 
## [[5997]]
## [1] "loreofruneterra: Death Hunt: If Kindred spirit gods given people pray to them? If so can shaman use there power or a deal for when d… https://t.co/lQQKDgsyJs"
## 
## [[5998]]
## [1] "Violeta_201294: RT @N_I_X_E_U: Mystic Porcelain Ahri\n\n⋗ https://t.co/eWo50Mm2Bd\n#LeagueOfLegends @LeagueOfLegends https://t.co/a7EXE4fuw6"
## 
## [[5999]]
## [1] "Violeta_201294: RT @N_I_X_E_U: I want to draw Ashe again in near future :)\n#LeagueOfLegendsFanArt  #LeagueOfLegends \n⋗ https://t.co/eWo50Mm2Bd https://t.co…"
## 
## [[6000]]
## [1] "Violeta_201294: RT @N_I_X_E_U: Young Sona trying bass for the first time.\n#digitalart #LeagueOfLegends \n⋗ https://t.co/eWo50Mm2Bd https://t.co/snI3aAqOm7"
## 
## [[6001]]
## [1] "DunkmasterSett: DUNK!!\n270 PTS\n#Dunkmaster🏀 #FeelIonia🍃#LeagueOfLegends👊"
## 
## [[6002]]
## [1] "DunkmasterSett: DUNK!!\n269 PTS\n#Dunkmaster🏀 #FeelIonia🍃#LeagueOfLegends👊"
## 
## [[6003]]
## [1] "Violeta_201294: RT @N_I_X_E_U: Is that fear I smell ?\n#digitalart #katarina #LeagueOfLegends\n⋗ https://t.co/eWo50Mm2Bd https://t.co/6BDCv0Rrey"
## 
## [[6004]]
## [1] "HelghansTemplar: steadfast capstone now master rank #leagueoflegends #leagueoflegendschallenges https://t.co/zEIg1B5rFt"
## 
## [[6005]]
## [1] "littlemasokitty: RT @littlemasokitty: These two moments resulted in me nearly spittingmy drink from my nose in laughter \n\n#LeagueOfLegends \n#LoL https://t.c…"
## 
## [[6006]]
## [1] "HelghansTemplar: comeback kids now master rank #leagueoflegends #leagueoflegendschallenges https://t.co/uL8izVg2K2"
## 
## [[6007]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Third wheel\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Sp…"
## 
## [[6008]]
## [1] "Gaafff2: RT @LOLegendsMemes: Are there any fellow left handed players #LeagueOfLegends #Memes https://t.co/P8aa2RyvQs"
## 
## [[6009]]
## [1] "XXAltiliumXX: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[6010]]
## [1] "LoLMemesBot: Third wheel\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/28yRealyEQ"
## 
## [[6011]]
## [1] "sacorxi: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6012]]
## [1] "EsportsTweeter: RT @KJCeSports: Riot Games has just filed a motion in US Bankruptcy Court to terminate the LCS-FTX contract worth $96 million.\n\nRiot Games…"
## 
## [[6013]]
## [1] "AmandaR74669040: RT @LoLMemesBot: Any off-meta enjoyers?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…"
## 
## [[6014]]
## [1] "Eclipse_Phalanx: RT @CATBR3AD: No price is too great. No atrocity beyond my reach.\n\n#LeagueofLegends #ArtofLegends #LeagueofLegendsFanart #Viego https://t.c…"
## 
## [[6015]]
## [1] "psychedel_world: RT @ZTDLB1: Purple shooting stars💜🌟\n\n#Zoe #Vex #zoevex\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/o7rSA6UOMo"
## 
## [[6016]]
## [1] "MineVoidMC: RT @KJCeSports: Riot Games has just filed a motion in US Bankruptcy Court to terminate the LCS-FTX contract worth $96 million.\n\nRiot Games…"
## 
## [[6017]]
## [1] "PTSDcore: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[6018]]
## [1] "HopelessLuna18: Waiting room for today's #LeagueOfLegends stream!\nhttps://t.co/a9k1Gs4cfv"
## 
## [[6019]]
## [1] "bdimenbort: RT @Mdndt1: A Vexing Stream\nhttps://t.co/Apm5aCxKAw\n\n#league #lol #leagueoflegends #gaming #stream #gamer #gaming #streaming #streamer #twi…"
## 
## [[6020]]
## [1] "BlazedRTs: RT @PalawanGamer: Live now with #LeagueOfLegendsWildRift been a while since i played this. #LeagueOfLegends #twitch #twitchstreamer #twitch…"
## 
## [[6021]]
## [1] "sme_rt: RT @PalawanGamer: Live now with #LeagueOfLegendsWildRift been a while since i played this. #LeagueOfLegends #twitch #twitchstreamer #twitch…"
## 
## [[6022]]
## [1] "psychedel_world: RT @Rux0209: LOVE\n\n#StarGuardian #LeagueofLegends #xayahrakan #Xayah #Rakan https://t.co/kXXihScRdD"
## 
## [[6023]]
## [1] "IntrinsicGames: RT @asatashy: Ok but hear me out\n\nBATTLE ACADEMIA ZOE✨💖\n\n#Lux #Zoe #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/tH1OO7TKxZ"
## 
## [[6024]]
## [1] "PalawanGamer: Live now with #LeagueOfLegendsWildRift been a while since i played this. #LeagueOfLegends #twitch #twitchstreamer… https://t.co/cgerlzIQZW"
## 
## [[6025]]
## [1] "wordlimit1: RT @Tak_The_Mac: #LeagueOfLegends Yes! I love Rhaast and all but healing has been a problem in my mind since I started a little less than a…"
## 
## [[6026]]
## [1] "Josstevaan_22: RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe"
## 
## [[6027]]
## [1] "psychedel_world: RT @peghmey: Please, don’t go\n\n#Xayah #ArtofLegends #LeagueOfLegends https://t.co/caGClTsXM2"
## 
## [[6028]]
## [1] "loreofruneterra: I have a tabletop RPG in the LoL universe and I need ideas to continue.: My universe it's set in runeterra, the sto… https://t.co/Lq8jWcnx37"
## 
## [[6029]]
## [1] "IntrinsicGames: RT @KJCeSports: Riot Games has just filed a motion in US Bankruptcy Court to terminate the LCS-FTX contract worth $96 million.\n\nRiot Games…"
## 
## [[6030]]
## [1] "dempugs1: RT @KJCeSports: Riot Games has just filed a motion in US Bankruptcy Court to terminate the LCS-FTX contract worth $96 million.\n\nRiot Games…"
## 
## [[6031]]
## [1] "oreoartist: RT @asatashy: Ok but hear me out\n\nBATTLE ACADEMIA ZOE✨💖\n\n#Lux #Zoe #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/tH1OO7TKxZ"
## 
## [[6032]]
## [1] "kingofpizzas: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6033]]
## [1] "DonnaMa87493639: RT @TKPFamily615123: 【League of Legends】Caitlyn Lulu vs Ezreal RenataGlasc | 2vs2 | bot gap\n\n#LOL #leagueoflegends #英雄聯盟  #caitlyn #lulu #e…"
## 
## [[6034]]
## [1] "Riyou_Kisa: RT @InSainyaka: #livenow Will there be salt today? A little #LeagueOfLegends shenanigans with @Riyou_Kisa @Hoten__, Kris and BOB!\n\nhttps://…"
## 
## [[6035]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 14:48 (Hora ESP)🔥\n\n🥇 #KXMI➖Viewers: 692\n🥈 #Esportmaniacos➖Viewers: 541\n🥉… https://t.co/omEq4lvzbL"
## 
## [[6036]]
## [1] "InSainyaka: #livenow Will there be salt today? A little #LeagueOfLegends shenanigans with @Riyou_Kisa @Hoten__, Kris and BOB!… https://t.co/tosAVBrAqp"
## 
## [[6037]]
## [1] "Josstevaan_22: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6038]]
## [1] "absynth333: Thresh c0mm for a classmate ! ty!!\n\n#LeagueOfLegends #Thresh https://t.co/a7YGj3lmmR"
## 
## [[6039]]
## [1] "Esportdirectory: How to use Teleport Effectively on KAYLE #leagueoflegends #lol #shorts #league https://t.co/coj9vqn6UB"
## 
## [[6040]]
## [1] "vrxjewelvi__: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[6041]]
## [1] "BlinkyChild: RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID"
## 
## [[6042]]
## [1] "DrZieglerAngela: RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe"
## 
## [[6043]]
## [1] "ItsMeSnoops: If I was able to make my own team in #LeagueOfLegends and choose who I played with no matter what region, I would b… https://t.co/mXbLhIqQTO"
## 
## [[6044]]
## [1] "bluestar121797: RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe"
## 
## [[6045]]
## [1] "hollowfae1: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6046]]
## [1] "LiLiNii7: RT @LiLiNii7: Lillia just W's herself\noh deer~\n\n#ArtofLegends #LeagueOfLegends\n#Lillia #LeagueOfLegendsFanArt https://t.co/sJReGlkkda"
## 
## [[6047]]
## [1] "Godxolot: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6048]]
## [1] "LOL_Art_Bot: RT @ClowneryMilk: Sus\ni mean\nSylas\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Sylas https://t.co/4Cq1WSNN1F"
## 
## [[6049]]
## [1] "IntrinsicGames: RT @ClowneryMilk: Sus\ni mean\nSylas\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Sylas https://t.co/4Cq1WSNN1F"
## 
## [[6050]]
## [1] "LOLegendsMemes: Fighting Sion in preseason be like: #LeagueOfLegends #Memes https://t.co/hZ8XpgR3TE"
## 
## [[6051]]
## [1] "AtunCachondo: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6052]]
## [1] "LOLegendsMemes: Not only dota and fortnite #LeagueOfLegends #Memes https://t.co/IS3cEZlwzX"
## 
## [[6053]]
## [1] "LOL_Art_Bot: RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe"
## 
## [[6054]]
## [1] "IntrinsicGames: RT @eblensky: #LeagueOfLegendsFanArt #LeagueOfLegends #twistedfate #graves #tfgraves #idiotpirates \n\nour bitches gay!! ahhhhhh for realll\nw…"
## 
## [[6055]]
## [1] "Llonmalfarc: RT @eblensky: #LeagueOfLegendsFanArt #LeagueOfLegends #twistedfate #graves #tfgraves #idiotpirates \n\nour bitches gay!! ahhhhhh for realll\nw…"
## 
## [[6056]]
## [1] "Kyromderg: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6057]]
## [1] "rindrakemo: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6058]]
## [1] "ClowneryMilk: Sus\ni mean\nSylas\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Sylas https://t.co/4Cq1WSNN1F"
## 
## [[6059]]
## [1] "roasted_dolphin: League of Legends // Iron Climb W/ Squizhii // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers… https://t.co/qsdcA2q6QX"
## 
## [[6060]]
## [1] "TheShow0203: Jhin Penta from preseason 13 too clean. #LeagueOfLegends #LionelMessi𓃵 https://t.co/4p0QWErCD8"
## 
## [[6061]]
## [1] "akalynn4: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6062]]
## [1] "fxncx4: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6063]]
## [1] "daxzxdraw: RT @Koiarts1: Fan art Navy Seal Jinx \n \nRT are appreciated 🔁✨\n#HumanArtists #CreateDontScrape\n\n#Jinx #leagueoflegends #artoflegends #huion…"
## 
## [[6064]]
## [1] "TRLcrypto: RT @CyberArena_NFT: 2/ #RiotGames says Sam Bankman-Fried’s love of #LeagueofLegends hurts the brand. \n\nThe game developer wants to end its…"
## 
## [[6065]]
## [1] "666daeva: RT @DieChanc3: Messed around and did a little painting with the boy \n(=^・ω・^)y=\n\n#LeagueOfLegends #Teemo #LeagueOfLegendsFanArt https://t.c…"
## 
## [[6066]]
## [1] "Matej941: RT @CutHutagalung: I like the new design.😍😍 #LoL #MOBA #LeagueofLegends #YıldızMuhafızları #StarGuardian #FLYWIN"
## 
## [[6067]]
## [1] "lennycate: RT @puggiadraws: Here is one of ultimate waifus from LoL - Ahri!💞\n\n #LeagueOfLegends  #LeagueOfLegendsFanArt https://t.co/yHhDEXvR7A"
## 
## [[6068]]
## [1] "zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe"
## 
## [[6069]]
## [1] "aleigh_99: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6070]]
## [1] "Chilllki: Live with some ranked (preseason) league. So basically trying to get imaginary points that are worth even less beca… https://t.co/eEEZaOLdre"
## 
## [[6071]]
## [1] "LadyFortune5: RT @Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I've yet…"
## 
## [[6072]]
## [1] "MaChi977: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6073]]
## [1] "AshleyC67028952: RT @LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd"
## 
## [[6074]]
## [1] "illumitroxa: RT @avaeriax: dance in the dark\n#ArtofLegends #LeagueOfLegends #Leona #Diana https://t.co/JgQ4Cnkt39"
## 
## [[6075]]
## [1] "TainTed_WisdoM: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6076]]
## [1] "napo_ofc: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6077]]
## [1] "izzOr33: I swear every time I load this game this message appears.... Honestly riot at this point should hire me to their pl… https://t.co/iO8IIOCkIq"
## 
## [[6078]]
## [1] "LOL_Art_Bot: RT @puggiadraws: Here is one of ultimate waifus from LoL - Ahri!💞\n\n #LeagueOfLegends  #LeagueOfLegendsFanArt https://t.co/yHhDEXvR7A"
## 
## [[6079]]
## [1] "LOL_Art_Bot: RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux"
## 
## [[6080]]
## [1] "CoffeeStripes: I don't know what to post today so... Multifandom time &gt;:D\n.\n.\n#Digitalart #WarriorCats #Predator #Dehaka (I just k… https://t.co/pARVIktJnr"
## 
## [[6081]]
## [1] "illumitroxa: RT @JUrsus: I peaked with the colors here me thinks 😔\n#LeagueOfLegends https://t.co/tMsWG33P4u"
## 
## [[6082]]
## [1] "KoTinTrysaX: RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux"
## 
## [[6083]]
## [1] "Sadoq666: https://t.co/5xULFPw8Uc LIVE! Come say hi^^ \n20 wins 0 losses atm #hardstyle #LeagueOfLegends #StreamingNow"
## 
## [[6084]]
## [1] "puggiadraws: Here is one of ultimate waifus from LoL - Ahri!💞\n\n #LeagueOfLegends  #LeagueOfLegendsFanArt https://t.co/yHhDEXvR7A"
## 
## [[6085]]
## [1] "LoLMemesBot: Solo queue teamplay be like\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/yx8boVwhfu"
## 
## [[6086]]
## [1] "KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux"
## 
## [[6087]]
## [1] "CsjgamingtvR: RT @AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao. \n\nhttps:/…"
## 
## [[6088]]
## [1] "NicoleB42064037: RT @LoLMemesBot: Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #SpiritB…"
## 
## [[6089]]
## [1] "Mhakoyy: Even though it's just a normal game (normies), I had the most Jhintastic play being an ADC - ever. Straight \"Victor… https://t.co/nQkKMFWZmW"
## 
## [[6090]]
## [1] "CookieBadger6: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6091]]
## [1] "VoloVoss: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[6092]]
## [1] "zmeitsssa: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6093]]
## [1] "mwestep1: RT @ZotacCup: It's almost time to jump into the Summoners Rift in today's ZOTAC CUP #LeagueofLegends tournament. Sign up now.\n\nNorth Americ…"
## 
## [[6094]]
## [1] "TeamInseparable: RT @EsportLegendsGG: And here we go: @EinSpandau announced their Roster at the @DreamHackDE ! What a game against @NNOPrime! Well played to…"
## 
## [[6095]]
## [1] "SyLoN412: RT @EsportLegendsGG: And here we go: @EinSpandau announced their Roster at the @DreamHackDE ! What a game against @NNOPrime! Well played to…"
## 
## [[6096]]
## [1] "WendyNe56305357: RT @MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain\n#LeagueOfLeg…"
## 
## [[6097]]
## [1] "BobocaCarambola: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6098]]
## [1] "WendyNe56305357: RT @Hoolies4: \" 🐰💙🔥🔥🔥🔥 #LeagueofLegends #Game #ФанАрт #Nilah #GuardianasEstelares \nOriginal: HopeWang001 https://t.co/HRtK9PmuSS"
## 
## [[6099]]
## [1] "WendyNe56305357: RT @MikuoHatsuneTTV: Day 34 of @LeagueOfLegends quotes:\n\nA child who had known only hate confuses it for love.\n-Swain\n#LeagueOfLegends #quo…"
## 
## [[6100]]
## [1] "JiuzeVo: Sound Redesign for one of my favorite champions Jhin! \nAnd yes, that was an M1 Garand PING &gt;:)) \n\n#GameAudio… https://t.co/jHxJfg9PrR"
## 
## [[6101]]
## [1] "William93707525: RT @KinimodYunmi: Mit 67 msg Top 11%, 83 msg Top 4% und 24 msg Top 15% der Chatter ^^\" ??? @noway4u_sir @Agurinlol @Gronkh @RevedTV #Twitch…"
## 
## [[6102]]
## [1] "HygaraS: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6103]]
## [1] "_Lucacine_: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6104]]
## [1] "shibeix: RT @darkwolflegend: Very ~trash~ Christmas edit of the girls! I'm still new to doing edits, so sorry that they're kinda bad lol, I tried 🥹👍…"
## 
## [[6105]]
## [1] "DekoDGS: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[6106]]
## [1] "morbidmoonart: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[6107]]
## [1] "T41LW1ND: RT @Bluemist_72: A Zed piece I made recently! A hark to his original skin ✨ #LeagueOfLegends #zed #RiotGames https://t.co/4dXCkUP5nh"
## 
## [[6108]]
## [1] "Chorromppy: RT @Foudreika: Something a little different this time! I love strong shadows and lights, I'd like to get better at this 💅 \n#Silco #Arcane #…"
## 
## [[6109]]
## [1] "KarenJo98992013: What a game.❤️❤️ #LeagueofLegends #Gameplay #Worlds2021 #YıldızMuhafızı #ФанАрт"
## 
## [[6110]]
## [1] "HygaraS: RT @golden8witch: I finished :\"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…"
## 
## [[6111]]
## [1] "yzagatilogo: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[6112]]
## [1] "yzagatilogo: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[6113]]
## [1] "yayanannakbonek: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[6114]]
## [1] "T41LW1ND: RT @Solodrawx: Star Guardian Akali WIP - This one's gonna be hella time sensitive.\n.\n.\n#starguardianakali #starguardian #akali #riotgames #…"
## 
## [[6115]]
## [1] "vyra_gunawan: RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…"
## 
## [[6116]]
## [1] "tmsoae: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[6117]]
## [1] "Tegarjkt48l: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[6118]]
## [1] "tatidiba: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[6119]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 13:38 (Hora ESP)🔥\n\n🥇 #Zeling➖Viewers: 1.188\n🥈 #PochiPoom➖Viewers: 581\n🥉… https://t.co/tGdZKrjXHP"
## 
## [[6120]]
## [1] "shortieaikqueen: RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…"
## 
## [[6121]]
## [1] "shodwingsby12: RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…"
## 
## [[6122]]
## [1] "shodwingsby12: RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV"
## 
## [[6123]]
## [1] "saz_miyake: RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…"
## 
## [[6124]]
## [1] "satibikakadede: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[6125]]
## [1] "salah201436: RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…"
## 
## [[6126]]
## [1] "nicononeeko: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6127]]
## [1] "rosydonk: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[6128]]
## [1] "ronan26145164: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[6129]]
## [1] "rosydonk: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6130]]
## [1] "ronan26145164: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[6131]]
## [1] "rosydonk: RT @_another_tina_: It's bright pink by the way \n\n.\n#Ezreal #Jinx #LeagueOfLegends https://t.co/7VGtG1lPfs"
## 
## [[6132]]
## [1] "rinarustina18: RT @_another_tina_: It's bright pink by the way \n\n.\n#Ezreal #Jinx #LeagueOfLegends https://t.co/7VGtG1lPfs"
## 
## [[6133]]
## [1] "IntrinsicGames: RT @tanksboard: Love the game.😎😎😎😎😎 #ArtofLegends #LeagueofLegends #Game #StarGuardians #FLYWIN #TransformaTuDestino"
## 
## [[6134]]
## [1] "rinarustina18: RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV"
## 
## [[6135]]
## [1] "rinarustina18: RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS"
## 
## [[6136]]
## [1] "resender55: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[6137]]
## [1] "resender55: RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…"
## 
## [[6138]]
## [1] "gushii_art: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6139]]
## [1] "IntrinsicGames: RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx"
## 
## [[6140]]
## [1] "rahman55340298: RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx"
## 
## [[6141]]
## [1] "tanksboard: Love the game.😎😎😎😎😎 #ArtofLegends #LeagueofLegends #Game #StarGuardians #FLYWIN #TransformaTuDestino"
## 
## [[6142]]
## [1] "rafitasari88: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[6143]]
## [1] "AnaaUchihaa: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6144]]
## [1] "pchensiau: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[6145]]
## [1] "pchensiau: RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS"
## 
## [[6146]]
## [1] "pchensiau: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6147]]
## [1] "SidHyena: RT @DieChanc3: Veigar really really likes to be tall around other ppl\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt https://t.co/wG4kZho…"
## 
## [[6148]]
## [1] "pchensiau: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[6149]]
## [1] "OneDire64575252: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[6150]]
## [1] "OneDire64575252: RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…"
## 
## [[6151]]
## [1] "OneDire83098184: RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…"
## 
## [[6152]]
## [1] "Numba1TwiGurl: RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV"
## 
## [[6153]]
## [1] "Adolfo59450198: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6154]]
## [1] "ndonepi: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[6155]]
## [1] "mshraak: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[6156]]
## [1] "mshraak: RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx"
## 
## [[6157]]
## [1] "mshraak: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[6158]]
## [1] "moiseskuzu: RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx"
## 
## [[6159]]
## [1] "mithakirana86: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[6160]]
## [1] "PCGamesN: Avid #LeagueOfLegends fans use @SkinSpotlights as a go-to for all of their cosmetic needs; so much so they want the… https://t.co/5OsOYMriHy"
## 
## [[6161]]
## [1] "mithakirana86: RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…"
## 
## [[6162]]
## [1] "BoonDolan: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6163]]
## [1] "minarnakimut: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[6164]]
## [1] "mimau26: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6165]]
## [1] "Pixel__Byte: League of Legends Katarina look inspired by Skin Spotlights is a must https://t.co/6B5jqIIUQt #LeagueofLegends #MOBA #FreetoPlay #esports"
## 
## [[6166]]
## [1] "retrodisk_: RT @Myshkinka: Some old Atreus fanart \n\n#leagueoflegends #LeagueOfLegendsFanArt #pantheon #aatrox https://t.co/cukN3ll4Yt"
## 
## [[6167]]
## [1] "memey_itachie: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[6168]]
## [1] "memey_itachie: RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1"
## 
## [[6169]]
## [1] "memey_itachie: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[6170]]
## [1] "imnotmartina_: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6171]]
## [1] "TyanaUwU: RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT"
## 
## [[6172]]
## [1] "LOLegendsMemes: For every light themed there would also be dark themed skins. #LeagueOfLegends #Memes https://t.co/zuNpLPipJr"
## 
## [[6173]]
## [1] "LOLegendsMemes: no please no I am not going to download league for the 6th time #LeagueOfLegends #Memes https://t.co/7X1fNwG6p7"
## 
## [[6174]]
## [1] "The_Unf0rgiv3n: I'm LIVE!\n\nHavent played League in a little over a week, but it wont stop me from getting D2 today! Tune in!\n\nttv/t… https://t.co/yDCZ2XNopE"
## 
## [[6175]]
## [1] "larrybiddyy: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[6176]]
## [1] "CHOCOT4RT: RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT"
## 
## [[6177]]
## [1] "larrybiddyy: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[6178]]
## [1] "Liviaphine: RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2"
## 
## [[6179]]
## [1] "knottangel66: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[6180]]
## [1] "_saIad_: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[6181]]
## [1] "kinanti_latifah: RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID"
## 
## [[6182]]
## [1] "MineVoidMC: RT @EsportLegendsGG: And here we go: @EinSpandau announced their Roster at the @DreamHackDE ! What a game against @NNOPrime! Well played to…"
## 
## [[6183]]
## [1] "Trendix3: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6184]]
## [1] "MayhemJunker: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[6185]]
## [1] "k2ngdrew: RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1"
## 
## [[6186]]
## [1] "kalmick3: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[6187]]
## [1] "NashDumont: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6188]]
## [1] "josevaldano: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[6189]]
## [1] "ohniznus: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6190]]
## [1] "josevaldano: RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS"
## 
## [[6191]]
## [1] "LOL_Art_Bot: RT @riseiuriel: Another LOL fanart. And this time it's Sona 🥳🥳...\n\nSo happy that I did pull it off, it's hard for me at first since Im into…"
## 
## [[6192]]
## [1] "riseiuriel: Another LOL fanart. And this time it's Sona 🥳🥳...\n\nSo happy that I did pull it off, it's hard for me at first since… https://t.co/mV8feEqDgi"
## 
## [[6193]]
## [1] "rtItBot: RT @IsaZiets: White Monogram Name Personalized Water Bottle https://t.co/gQwzgA2QtW via @zazzle \n#zazzlemade #robloxArt #roblox #ReBloxer #…"
## 
## [[6194]]
## [1] "loreofruneterra: Can we stop treating every single new thing released by Riot as a teaser for the MMO?: It seems every single time a… https://t.co/gr3tBH5jNO"
## 
## [[6195]]
## [1] "hottuck13579: RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT"
## 
## [[6196]]
## [1] "Idrisyabdy254: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[6197]]
## [1] "IsaZiets: White Monogram Name Personalized Water Bottle https://t.co/gQwzgA2QtW via @zazzle \n#zazzlemade #robloxArt #roblox… https://t.co/n5q2JRqrYI"
## 
## [[6198]]
## [1] "IdOn58601217: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[6199]]
## [1] "IamLhaila: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[6200]]
## [1] "iamlollieperry: RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…"
## 
## [[6201]]
## [1] "IamLhaila: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[6202]]
## [1] "hicbwicbw: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[6203]]
## [1] "hicbwicbw: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[6204]]
## [1] "hicbwicbw: RT @NayoCosplay: Ahri had her bday recently ✨\nph @Por_no_foto \ncostume @miccostumes \n\n#Ahri #LeagueOfLegends #cosplay #kda https://t.co/JNC…"
## 
## [[6205]]
## [1] "BabyAskou: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6206]]
## [1] "hasanprastiawan: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[6207]]
## [1] "hannyfah77: RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…"
## 
## [[6208]]
## [1] "hannyfah77: RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS"
## 
## [[6209]]
## [1] "hamdy49421754: RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…"
## 
## [[6210]]
## [1] "TweetingIGz: RT @AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao. \n\nhttps:/…"
## 
## [[6211]]
## [1] "hamdy49421754: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[6212]]
## [1] "safiroanejo: RT @AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao. \n\nhttps:/…"
## 
## [[6213]]
## [1] "Arashikami_Jun: RT @AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao. \n\nhttps:/…"
## 
## [[6214]]
## [1] "Gemwookie: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[6215]]
## [1] "Gemwookie: RT @NayoCosplay: Ahri had her bday recently ✨\nph @Por_no_foto \ncostume @miccostumes \n\n#Ahri #LeagueOfLegends #cosplay #kda https://t.co/JNC…"
## 
## [[6216]]
## [1] "bacon_pancake_8: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6217]]
## [1] "Gemwookie: RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV"
## 
## [[6218]]
## [1] "GalangSubakti: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[6219]]
## [1] "GalangSubakti: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[6220]]
## [1] "FromInsideGuard: RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS"
## 
## [[6221]]
## [1] "IntrinsicGames: RT @AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao. \n\nhttps:/…"
## 
## [[6222]]
## [1] "FromInsideGuard: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[6223]]
## [1] "framu_nice: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6224]]
## [1] "IntrinsicGames: RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/6OHc7u…"
## 
## [[6225]]
## [1] "fofoahmed955: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6226]]
## [1] "LoveCatsRobin: RT @shapy_wa: little miss fox is waiting for you💖 where? here: https://t.co/8zBk0uIJnj 🤭🍑 #popstar #ahri #LeagueOfLegends #LeagueOfLegendsF…"
## 
## [[6227]]
## [1] "LilyTheFlorist: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6228]]
## [1] "XVI_tAWOOer: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6229]]
## [1] "fathansytahibi: RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…"
## 
## [[6230]]
## [1] "kirisaki_ritsu: RT @AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao. \n\nhttps:/…"
## 
## [[6231]]
## [1] "fathansytahibi: RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…"
## 
## [[6232]]
## [1] "AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao.… https://t.co/ciFuxUXd2z"
## 
## [[6233]]
## [1] "fatarubasarfan: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[6234]]
## [1] "fasmaryta: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[6235]]
## [1] "fatarubasarfan: RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…"
## 
## [[6236]]
## [1] "fathansytahibi: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6237]]
## [1] "fasmaryta: RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1"
## 
## [[6238]]
## [1] "haseolinkz: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6239]]
## [1] "AtomicLuke705: RT @_LtAndreas: ✨New Valorant Stream✨https://t.co/iJFxgT0EtS #TwitchStreamer #twitch #gamer #gaymer #Valorant #LeagueOfLegends #RiotGames #…"
## 
## [[6240]]
## [1] "fadilalfatin: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[6241]]
## [1] "fadilalfatin: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6242]]
## [1] "fadilahahmad27: RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…"
## 
## [[6243]]
## [1] "GalaxyGamerYaY1: RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:20 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 401\n🥈 #Lechigg➖Viewers: 106\n🥉 #Dannahou…"
## 
## [[6244]]
## [1] "ernestodavidg: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[6245]]
## [1] "ernaputri19: RT @_another_tina_: It's bright pink by the way \n\n.\n#Ezreal #Jinx #LeagueOfLegends https://t.co/7VGtG1lPfs"
## 
## [[6246]]
## [1] "ernestodavidg: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[6247]]
## [1] "ernestodavidg: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[6248]]
## [1] "ernaputri19: RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1"
## 
## [[6249]]
## [1] "ergrgrgregrgr: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[6250]]
## [1] "PentakillRell: Day 751: No news on Pentakill Rell 🖤\n#LeagueOfLegends #Pentakill #Rell"
## 
## [[6251]]
## [1] "elle_lalola: RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV"
## 
## [[6252]]
## [1] "railoth: RT @EsportLegendsGG: And here we go: @EinSpandau announced their Roster at the @DreamHackDE ! What a game against @NNOPrime! Well played to…"
## 
## [[6253]]
## [1] "Elizabe65892211: RT @_another_tina_: It's bright pink by the way \n\n.\n#Ezreal #Jinx #LeagueOfLegends https://t.co/7VGtG1lPfs"
## 
## [[6254]]
## [1] "LoLMemesBot: [9:13] Ally 1 (Ornn): Alive\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/tMz7kg5KDZ"
## 
## [[6255]]
## [1] "EsportLegendsGG: And here we go: @EinSpandau announced their Roster at the @DreamHackDE ! What a game against @NNOPrime! Well played… https://t.co/wjFqasgaCl"
## 
## [[6256]]
## [1] "Elizabe65892211: RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS"
## 
## [[6257]]
## [1] "JeanTheQueen_13: RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…"
## 
## [[6258]]
## [1] "MartinBole19: RT @Koiarts1: Fan art Jinx Happy Xmas 🎄\n\nRT are appreciated 🔁✨\n\n#Jinx #Christmas #Xmas  #leagueoflegends #artoflegends #leagueoflegendsfana…"
## 
## [[6259]]
## [1] "IgorAlves1209: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6260]]
## [1] "dunan_sto: RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV"
## 
## [[6261]]
## [1] "dordansi1: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6262]]
## [1] "DJStrong6: RT @Lethalborz: My reaction when people post Aatrox &amp; Kayle ship fanart.\n\n#Aatrox #kayle #LeagueOfLegends https://t.co/fE1n7bz6Tt"
## 
## [[6263]]
## [1] "DjohitzOFC1: RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1"
## 
## [[6264]]
## [1] "DjohitzOFC1: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[6265]]
## [1] "DesertRose_NZ: RT @kitsutea: ⚔️🌹Battle Queen Katarina 🌹⚔️\nI love this skin so much, just had to do a fan art 💗 Burnout has been super real lately but work…"
## 
## [[6266]]
## [1] "Wistorman: RT @Phalanxus: The true pop sensation of Zaun\n#ArtofLegends #LeagueOfLegends https://t.co/d663cOTXbS"
## 
## [[6267]]
## [1] "LyreHikari: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[6268]]
## [1] "BKMR46944635: RT @kaoruzer: 草\n #LeagueofLegends | Captured by #Outplayed https://t.co/DN93KCenb5"
## 
## [[6269]]
## [1] "dorito_green: RT @GrumpyGoatie: \"So, u want that back, huh?\" UwU Crime lord and space dumbass. (What can I say except; they are giving me Quill and Thor…"
## 
## [[6270]]
## [1] "Derpywifflez: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[6271]]
## [1] "yorickzoa: RT @Phalanxus: The true pop sensation of Zaun\n#ArtofLegends #LeagueOfLegends https://t.co/d663cOTXbS"
## 
## [[6272]]
## [1] "dessimortality: RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…"
## 
## [[6273]]
## [1] "SunGodLuffytaro: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6274]]
## [1] "desimutz88: RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV"
## 
## [[6275]]
## [1] "desimutz88: RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID"
## 
## [[6276]]
## [1] "DesertRose_NZ: RT @NixNyah: Day 21: Neon Stike Katarina\n\nA quick idea for Kat.\n\n#Skintober #Skintober2019 #Katarina #Neon #Strike #Lol #Leagueoflegends #A…"
## 
## [[6277]]
## [1] "desimutz88: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[6278]]
## [1] "desimutz88: RT @Lethalborz: My reaction when people post Aatrox &amp; Kayle ship fanart.\n\n#Aatrox #kayle #LeagueOfLegends https://t.co/fE1n7bz6Tt"
## 
## [[6279]]
## [1] "Koiarts1: RT @Koiarts1: Fan art Jinx Happy Xmas 🎄\n\nRT are appreciated 🔁✨\n\n#Jinx #Christmas #Xmas  #leagueoflegends #artoflegends #leagueoflegendsfana…"
## 
## [[6280]]
## [1] "Koiarts1: RT @Koiarts1: Fan art Navy Seal Jinx \n \nRT are appreciated 🔁✨\n#HumanArtists #CreateDontScrape\n\n#Jinx #leagueoflegends #artoflegends #huion…"
## 
## [[6281]]
## [1] "DellaKlara: RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV"
## 
## [[6282]]
## [1] "Phalanxus: RT @Phalanxus: The true pop sensation of Zaun\n#ArtofLegends #LeagueOfLegends https://t.co/d663cOTXbS"
## 
## [[6283]]
## [1] "bcvr12: Let's do it!🥳🥳 #Game #LeagueofLegends #StarGuardian #GuardianasEstelares #ФанАрт https://t.co/lgvSWhyN42"
## 
## [[6284]]
## [1] "YasminaTheDeeva: RT @JUrsus: Happy Birthday Vi\n19/12\n#LeagueOfLegends #piltover https://t.co/lQoruvhSun"
## 
## [[6285]]
## [1] "cute_julienne: RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx"
## 
## [[6286]]
## [1] "cristina_remo: RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…"
## 
## [[6287]]
## [1] "SkytheAnnur: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6288]]
## [1] "P1X3LT4: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6289]]
## [1] "Vinyonetta: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[6290]]
## [1] "Charles62217253: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[6291]]
## [1] "William90381973: RT @Polyxenastorm: A little #throwback to #SlayBelleKatarina to get you in the #christmasspirit 🎄\nCosplay made by ryann.kaykay \nWeapons mad…"
## 
## [[6292]]
## [1] "Gabciooo1: Stars protect me.🤗🤗🤗🤗 #MOBA #LeagueofLegends #КосплейLoL #GENGWIN #Bjergsen \nOriginal: M3vho https://t.co/JBmBty8eeS"
## 
## [[6293]]
## [1] "Cavience: RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx"
## 
## [[6294]]
## [1] "ceazar_jay: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6295]]
## [1] "Cavience: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[6296]]
## [1] "ceazar_jay: RT @starry_amari: \"In the name of the Moon, we'll punish you!\"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…"
## 
## [[6297]]
## [1] "bubblegum1111: RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID"
## 
## [[6298]]
## [1] "brendadobrazil: RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS"
## 
## [[6299]]
## [1] "brenda_parker87: RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV"
## 
## [[6300]]
## [1] "brenda_parker87: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[6301]]
## [1] "bmbaktiar: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[6302]]
## [1] "Zarath_10th: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6303]]
## [1] "BayuSorga: RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1"
## 
## [[6304]]
## [1] "frannypotato_: me n who #LeagueOfLegends #RiotGames https://t.co/Mo8inb9W4M"
## 
## [[6305]]
## [1] "BayuSorga: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[6306]]
## [1] "baynxbhetink: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[6307]]
## [1] "babababannnba: RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS"
## 
## [[6308]]
## [1] "babababannnba: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6309]]
## [1] "AyestasNahomy: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[6310]]
## [1] "AyestasNahomy: RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx"
## 
## [[6311]]
## [1] "Aswinksajeev: RT @LadyFortune5: Help them strip eachother :3 #stripgame #ahri #Missfortune #LeagueOfLegends #LeagueOfLegendsFanArt #sahri https://t.co/IN…"
## 
## [[6312]]
## [1] "Aswinksajeev: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6313]]
## [1] "CyberArena_NFT: 2/ #RiotGames says Sam Bankman-Fried’s love of #LeagueofLegends hurts the brand. \n\nThe game developer wants to end… https://t.co/fHGlfluIwK"
## 
## [[6314]]
## [1] "arulsazza123: RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx"
## 
## [[6315]]
## [1] "ardiankemal10: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[6316]]
## [1] "ardiankemal10: RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…"
## 
## [[6317]]
## [1] "ansarifarhan50: RT @starry_amari: \"In the name of the Moon, we'll punish you!\"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…"
## 
## [[6318]]
## [1] "IntrinsicGames: RT @explodinstuff: HOW COME I JUST FOUND OUT ABOUT THIS JINX FIGURE?!?! AND WHY CANT I FIND IT ANYWHERE AHHHHHH IT WAS MADE BY \"R36 Worksho…"
## 
## [[6319]]
## [1] "alvie_petere: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[6320]]
## [1] "alvie_petere: RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV"
## 
## [[6321]]
## [1] "IntrinsicGames: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[6322]]
## [1] "aliviacorley: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[6323]]
## [1] "AliyudinRezink: RT @acadarena: 🤝 Congratulations to our winner of ACES: #Valorant, #DOTA2 and #LeagueofLegends last weekend 💥\n\nCampus esports is #NotJustPl…"
## 
## [[6324]]
## [1] "allwayshop: RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx"
## 
## [[6325]]
## [1] "aldilaclouds: RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID"
## 
## [[6326]]
## [1] "aldynbulay: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[6327]]
## [1] "aliviacorley: RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E"
## 
## [[6328]]
## [1] "aliakbar3543: RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx"
## 
## [[6329]]
## [1] "Hezixx1: RT @ZotacCup: It's almost time to jump into the Summoners Rift in today's ZOTAC CUP #LeagueofLegends tournament. Sign up now.\n\nNorth Americ…"
## 
## [[6330]]
## [1] "aliakbar3543: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[6331]]
## [1] "aldilaclouds: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[6332]]
## [1] "IntrinsicGames: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[6333]]
## [1] "agong_mia: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[6334]]
## [1] "Aiwuyoben: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[6335]]
## [1] "Hezixx1: RT @explodinstuff: HOW COME I JUST FOUND OUT ABOUT THIS JINX FIGURE?!?! AND WHY CANT I FIND IT ANYWHERE AHHHHHH IT WAS MADE BY \"R36 Worksho…"
## 
## [[6336]]
## [1] "AikooNicolas: RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…"
## 
## [[6337]]
## [1] "agong_mia: RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV"
## 
## [[6338]]
## [1] "MineVoidMC: RT @ZotacCup: It's almost time to jump into the Summoners Rift in today's ZOTAC CUP #LeagueofLegends tournament. Sign up now.\n\nNorth Americ…"
## 
## [[6339]]
## [1] "adenurohman53: RT @Lethalborz: My reaction when people post Aatrox &amp; Kayle ship fanart.\n\n#Aatrox #kayle #LeagueOfLegends https://t.co/fE1n7bz6Tt"
## 
## [[6340]]
## [1] "abner_ajjah: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[6341]]
## [1] "adenurohman53: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[6342]]
## [1] "adenurohman53: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[6343]]
## [1] "abner_ajjah: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[6344]]
## [1] "13_shaunna: RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV"
## 
## [[6345]]
## [1] "13_shaunna: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[6346]]
## [1] "13_shaunna: RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…"
## 
## [[6347]]
## [1] "Dark390N: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6348]]
## [1] "Aulyer1: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6349]]
## [1] "Etno_Log: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6350]]
## [1] "OfficialAinstu: RT @BYB_Esports: Recruiting starts after #Christmas\n-#Streamers\n-#Esports\n-#GFX \n-#Management\n-#Coaches\n•#Competitive \n-#ApexLegends \n-#For…"
## 
## [[6351]]
## [1] "SnowEish: RT @darkwolflegend: Very ~trash~ Christmas edit of the girls! I'm still new to doing edits, so sorry that they're kinda bad lol, I tried 🥹👍…"
## 
## [[6352]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 12:28 (Hora ESP)🔥\n\n🥇 #Zeling➖Viewers: 957\n🥈 #PochiPoom➖Viewers: 702\n🥉… https://t.co/C07g4H72VC"
## 
## [[6353]]
## [1] "SandskillArt: RT @Now_GuessWhoIAm: Subtitle 4 of my submission \"Unedited documentary of scientific breakthrough.\" for @CrankitZine 🌟🐥🌟\n...\n#leagueoflegen…"
## 
## [[6354]]
## [1] "MiaomiArt: Old painting of Jinx I never posted\n\n#Arcane #Jinx #LeagueOfLegends https://t.co/MwfgizhJW9"
## 
## [[6355]]
## [1] "Badrafox: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6356]]
## [1] "BYB_Esports: Recruiting starts after #Christmas\n-#Streamers\n-#Esports\n-#GFX \n-#Management\n-#Coaches\n•#Competitive \n-#ApexLegends… https://t.co/Gpq8Y2flva"
## 
## [[6357]]
## [1] "1consimptsukki: RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel"
## 
## [[6358]]
## [1] "maidenslullaby: WORKING ON MISS FORTUNE ☠️🏴🏴‍☠️!!! #LeagueOfLegends #MissFortune https://t.co/SL6C8miBT5"
## 
## [[6359]]
## [1] "sussymissy: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6360]]
## [1] "GabuGabu_Fang: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6361]]
## [1] "whale_lonliest: It was enjoyable.🎮🎮 #Gameplay #ArtofLegends #LeagueofLegends #КосплейLoL #Nilah #YıldızMuhafızları"
## 
## [[6362]]
## [1] "xiao_ilyb: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6363]]
## [1] "aceetlstan: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[6364]]
## [1] "loli_lolka: RT @ZotacCup: It's almost time to jump into the Summoners Rift in today's ZOTAC CUP #LeagueofLegends tournament. Sign up now.\n\nNorth Americ…"
## 
## [[6365]]
## [1] "Pug616P: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[6366]]
## [1] "abbottsoos: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6367]]
## [1] "Lindsey11360895: RT @Leahmeow9: I didn't expect 🥺 I placed as first runner up at the cosplay competition.\n\nFishbones and boots crafted by me I also styled t…"
## 
## [[6368]]
## [1] "IntrinsicGames: RT @Axtrek1: Some of my favorites have been done.🙈🙈 #Gameplay #LeagueofLegends #LoL #ClashLoL #TransformaTuDestino #GuardiãsEstelares \nOrig…"
## 
## [[6369]]
## [1] "CryingFurby1: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6370]]
## [1] "hlk50000: RT @Axtrek1: Some of my favorites have been done.🙈🙈 #Gameplay #LeagueofLegends #LoL #ClashLoL #TransformaTuDestino #GuardiãsEstelares \nOrig…"
## 
## [[6371]]
## [1] "SombraSupport: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6372]]
## [1] "BlueAnKyung: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[6373]]
## [1] "qwaszx986: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[6374]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: what does it mean\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Apheli…"
## 
## [[6375]]
## [1] "KCLGE: RT @thefedr8tion: https://t.co/mlhgPIjmf7…\nUK University #LeagueOfLegends entry opens today!\nSaturday 17th December\nAs many teams as you li…"
## 
## [[6376]]
## [1] "ShiiinaGoNNNNN: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6377]]
## [1] "Loza710: RT @asksredditques1: The piece will probably never be finished.🙉🙉🙉 #LeagueofLegends #mobilegame #Bjergsen #GuardiãsEstelares #YıldızMuhafızı"
## 
## [[6378]]
## [1] "jelovrgr: RT @erineberries: Hehe 👉🏻😃 Zeri from League of Legends ⚡️💚🧡 #LeagueOfLegends #Cosplay #Zeri #Zaun https://t.co/QcjLGARIqH"
## 
## [[6379]]
## [1] "meeIgaroo: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6380]]
## [1] "Deepblue_Fox: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6381]]
## [1] "senvantiel: RT @DistortionGG: It's time for a new week of #gaming 🔥\n\nWhich game is your fav #fam? 👇\n\nYou can guess mine with this picture for sure 😂\n\n#…"
## 
## [[6382]]
## [1] "jawboukie: RT @TMGefan: the meme #jayce #arcane #leagueoflegends https://t.co/fNY1zITFaR"
## 
## [[6383]]
## [1] "chica_curiosa_1: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6384]]
## [1] "neekopandetta: RT @annthu56: Repost my favorite piece cuz why not?\nFox girl and her Azakana boy 🌸🦊👹\n\nYone x Ahri commission I bought from 杜白.\n#ArtofLegend…"
## 
## [[6385]]
## [1] "acadarena: 🤝 Congratulations to our winner of ACES: #Valorant, #DOTA2 and #LeagueofLegends last weekend 💥\n\nCampus esports is… https://t.co/VsynSZIdqe"
## 
## [[6386]]
## [1] "LoLMemesBot: what does it mean\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/UVaTzHHpOp"
## 
## [[6387]]
## [1] "DavidFa58624154: It will start soon.🤔🤔 #LeagueofLegends #Gameplay #GENGWIN #G2WIN #ФанАрт"
## 
## [[6388]]
## [1] "TaraWoo80025913: RT @LoLMemesBot: Garen?? No today is ARGEN 🇦🇷🇦🇷🇦🇷🇦🇷🇦🇷\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #World…"
## 
## [[6389]]
## [1] "A1978asd: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6390]]
## [1] "Lunarkinesis: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6391]]
## [1] "neekopandetta: RT @kwjyaaah4: Cute couple 🥺🥺🥺🥺(free to use for  \n\nSocial Media Profile Pictures)#xayah #Rakan #LeagueOfLegends https://t.co/heKLc9FNxQ"
## 
## [[6392]]
## [1] "NanaStoryweaver: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[6393]]
## [1] "hlk50000: RT @Mikestrosity: After Countless Minutes of playing Ranked Flex I have hit my new Peak, Bronze IV \n#LeagueOfLegends #Vtuber https://t.co/Y…"
## 
## [[6394]]
## [1] "Michael06832367: It is time to make art.🔥🔥 #LeagueOfLegendsFanArt #ArtofLegends #LeagueofLegends #GENGWIN #StarGuardian #Worlds2021"
## 
## [[6395]]
## [1] "Apeish1997: New video out! #Wildrift #lol #leagueoflegends SPIRIT BLOSSOM YASUO MVP MODE\nhttps://t.co/9nMZaZ3YHA"
## 
## [[6396]]
## [1] "LightningBaron1: RT @erythchi: 🍃🦊 Ahri Elderwood 🦊🍃\n\nI love so much how this photoshoot turned out 🥰💖\n\n📸 and edit @/enriquemicaelofotografia (insta)\nTails b…"
## 
## [[6397]]
## [1] "T41LW1ND: RT @jaxenstheginger: Some time ago I was suggested to do Kayn with Akali and it made me thinking about them spending time together (not so…"
## 
## [[6398]]
## [1] "te4_ll: RT @LightningBaron1: Saturday is now Ahri 🦊 Day here. It is also Christmas Time so here we go with some Holidays Ahri 🦊content 💕\nCosplayer:…"
## 
## [[6399]]
## [1] "apfebrian24: Solo to master? Why not. #WildRift #LeagueOfLegends https://t.co/yhVbH3KtH7"
## 
## [[6400]]
## [1] "LightningBaron1: RT @erythchi: Ahri Classic skin 🥰🥰 #LeagueOfLegends #cosplay https://t.co/gPYujfojgC"
## 
## [[6401]]
## [1] "darkwolflegend: Very ~trash~ Christmas edit of the girls! I'm still new to doing edits, so sorry that they're kinda bad lol, I trie… https://t.co/Yr82NX9mQM"
## 
## [[6402]]
## [1] "Radgar12: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6403]]
## [1] "1HAgrandmama: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[6404]]
## [1] "JoshuaH65875147: RT @Pearlslightshow: We’re live! 😊\n\nhttps://t.co/2mJAxT0io8\n\n#LeagueOfLegends #twitch #TwitchAffiliates https://t.co/Szw393XjKa"
## 
## [[6405]]
## [1] "slash0x: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6406]]
## [1] "Hellionplz: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6407]]
## [1] "TieflingLovers: RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…"
## 
## [[6408]]
## [1] "Dtea_DC: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[6409]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 11:46 (Hora ESP)🔥\n\n🥇 #Zeling➖Viewers: 893\n🥈 #PochiPoom➖Viewers: 668\n🥉… https://t.co/pztjkCSvj0"
## 
## [[6410]]
## [1] "GloriesUnsung: RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[6411]]
## [1] "IntrinsicGames: RT @_Sean02: Whole friendship summed up to one clip #gangfights #fortnite #LeagueOfLegends https://t.co/9uFryWB4Od"
## 
## [[6412]]
## [1] "is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz"
## 
## [[6413]]
## [1] "IntrinsicGames: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[6414]]
## [1] "Fajarjieng: Shit\n#WildRift \n#LeagueOfLegends \n#RiotGames https://t.co/5rqTpDZ3jd"
## 
## [[6415]]
## [1] "fronezone: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[6416]]
## [1] "_Sean02: Whole friendship summed up to one clip #gangfights #fortnite #LeagueOfLegends https://t.co/9uFryWB4Od"
## 
## [[6417]]
## [1] "Tugceamaadeka: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6418]]
## [1] "killmonger52: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6419]]
## [1] "bunkokoron: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6420]]
## [1] "pheonixdroid1: RT @LOLegendsMemes: Protein for Protean builders #LeagueOfLegends #Memes https://t.co/vHKOGgI4yE"
## 
## [[6421]]
## [1] "Pielord640: RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…"
## 
## [[6422]]
## [1] "mariam270_: RT @Aoi_Uma_art: I forgot to post these here :(\n\n#LeagueOfLegends #LeagueOfLegendsFanArt \n@ArtePorDoquier_ @ApoyaAlArtista https://t.co/v2L…"
## 
## [[6423]]
## [1] "LOL_Art_Bot: RT @byaelli: Soraka - League of legends \n\n#soraka #LeagueOfLegends #ArtofLegends  #drawing https://t.co/zln4z6YiE5"
## 
## [[6424]]
## [1] "TheFallen0506: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[6425]]
## [1] "Carameli_arts: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[6426]]
## [1] "Kristin82565964: RT @LoLMemesBot: Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #SpiritB…"
## 
## [[6427]]
## [1] "alejandrocarv13: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6428]]
## [1] "omoplata91: Up your #LeagueOfLegends Game! #StrategyGuide #Win https://t.co/38ul3jtORC"
## 
## [[6429]]
## [1] "Alan22910: RT @Katheri84765877: Discover More.👏👏👏👏👏 #LoL #LeagueofLegends #Fanart #GuardianasEstelares #StarGuardian #Nilah \nOriginal: RoTogel https:/…"
## 
## [[6430]]
## [1] "byaelli: Soraka - League of legends \n\n#soraka #LeagueOfLegends #ArtofLegends  #drawing https://t.co/zln4z6YiE5"
## 
## [[6431]]
## [1] "Shiwowuu: RT @Rux0209: “Zoe…”🌟\n\n🎨with @udommmmmm \n\n#LeagueOfLegends #Neeko #Zoe\n #StarGuardian https://t.co/OiXaqm133B"
## 
## [[6432]]
## [1] "Shiwowuu: RT @Neekoinator: u-uuum hi there~~ 🤣\nI drew you something ;w; Neeko in a cute frog outfit!\n\nHope you're well and happy!! \n*sends positive s…"
## 
## [[6433]]
## [1] "bonerfly1: I showed it to my friends.🎮🎮 #Gameplay #LeagueofLegends #mobilegame #StarGuardian #Bjergsen #G2WIN"
## 
## [[6434]]
## [1] "legen_87: RT @miccostumes: Bang! \n\nCongratulations, my crazy girl😆\n\nCosplay from Miccostums\n\n🛒https://t.co/v3w9WS6TYQ\n\nCosplayer https://t.co/DPIdSiR…"
## 
## [[6435]]
## [1] "LOL_Art_Bot: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[6436]]
## [1] "LOLegendsMemes: Sad but true #LeagueOfLegends #Memes https://t.co/lusJFCFid3"
## 
## [[6437]]
## [1] "LOLegendsMemes: The life cycle of a Kassadin main #LeagueOfLegends #Memes https://t.co/c9QVJQxfKe"
## 
## [[6438]]
## [1] "shapy_wa: little miss fox is waiting for you💖 where? here: https://t.co/8zBk0uIJnj 🤭🍑 #popstar #ahri #LeagueOfLegends… https://t.co/Ay6Z77QMp4"
## 
## [[6439]]
## [1] "Rick_0097: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6440]]
## [1] "lA30C: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[6441]]
## [1] "Far0fer0fficial: RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…"
## 
## [[6442]]
## [1] "KaptainKang: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6443]]
## [1] "SnatcherStuff: RT @thejenneralchen: 🐝 BEE ‘ VETH 🐝 - Will you bee my snack? All that remains is a sea of honey 🍯 \n\nFull concept sheets for the @EraiViolet…"
## 
## [[6444]]
## [1] "DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar… https://t.co/lcAZHVcL2g"
## 
## [[6445]]
## [1] "xrosh00: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6446]]
## [1] "KatarinaMyCrush: RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…"
## 
## [[6447]]
## [1] "medok_art: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6448]]
## [1] "IntrinsicGames: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6449]]
## [1] "KuroIkazukchi: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6450]]
## [1] "critdamnn: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[6451]]
## [1] "sunkilledyouth: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[6452]]
## [1] "BladeAndWhip: Adc is a role #LeagueOfLegends #riotgames #jinx #nasus #funny https://t.co/TAJeeRRHRA"
## 
## [[6453]]
## [1] "RidiculedSeal: RT @grymalk1nn: POV you stole your ad carry’s cs\n\n#Caitlyn #ArtofLegends #LeagueOfLegendsFanArt #LeagueofLegends #Riot #caitlynkiramman htt…"
## 
## [[6454]]
## [1] "koopa_yang: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6455]]
## [1] "levercle: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6456]]
## [1] "HaryantiLembah: RT @CutHutagalung: I like the new design.😍😍 #LoL #MOBA #LeagueofLegends #YıldızMuhafızları #StarGuardian #FLYWIN"
## 
## [[6457]]
## [1] "BritishDudeGame: RT @MikomihoArt: Star Guardian Kai'sa sketches as a break from finals\n#LeagueOfLegends #ArtofLegends #kaisa https://t.co/ggVUUHOh6F"
## 
## [[6458]]
## [1] "Reyon_81: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6459]]
## [1] "Shiwowuu: RT @sarah_pim1: 🌸Long hair Neeko💙\n\n#LeagueOfLegends #ArtofLegends #neeko https://t.co/qN9hhs3FEx"
## 
## [[6460]]
## [1] "loreofruneterra: Reading, Everything We Should Have Said (K'Sante Story) - League of Lege...: submitted by  /u/RangerEd64-  \n [link]… https://t.co/uVBwz2yym3"
## 
## [[6461]]
## [1] "suhail_palayi: The plot of \"The Return of the Abandoned Son\" is like a roller coaster of emotion. It's riveting and full of surpri… https://t.co/X3jD94Tnj6"
## 
## [[6462]]
## [1] "1HAgrandmama: RT @_gtjnxd: star guardian jinx is so cute🥺⭐\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/S5xV1ZPhpD"
## 
## [[6463]]
## [1] "LoLMemesBot: [9:13] Ally 1 (Ornn): Alive\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/LeIJgbmCP9"
## 
## [[6464]]
## [1] "0ceanGrayWaves: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6465]]
## [1] "SocialDesignCr1: RT @RangerEd_64: Reading, Everything We Should Have Said (K'Sante Story) https://t.co/3AeiGMeGZh via @YouTube \n\n#LeagueOfLegends #League_of…"
## 
## [[6466]]
## [1] "Vardda_: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6467]]
## [1] "BladeAndWhip: For more post like this follow @bladeandwhip \n•\nThanks to @leagueoflegends\nand @riotgames for League!\n•… https://t.co/xkv7CGfAIG"
## 
## [[6468]]
## [1] "kyh1992: RT @_gtjnxd: star guardian jinx is so cute🥺⭐\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/S5xV1ZPhpD"
## 
## [[6469]]
## [1] "DanieLL39885840: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6470]]
## [1] "RangerEd_64: Reading, Everything We Should Have Said (K'Sante Story) https://t.co/3AeiGMeGZh via @YouTube \n\n#LeagueOfLegends… https://t.co/avUfVQyJwL"
## 
## [[6471]]
## [1] "ArtawanNajmudin: RT @CutHutagalung: I like the new design.😍😍 #LoL #MOBA #LeagueofLegends #YıldızMuhafızları #StarGuardian #FLYWIN"
## 
## [[6472]]
## [1] "ThomasP70724796: RT @EloDragonLoL: Thoughts?\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #game…"
## 
## [[6473]]
## [1] "BladeAndWhip: Camille 1v2 outplay #LeagueOfLegends #riogames #camille #quinn #Outplayed https://t.co/3NNDQGdca8"
## 
## [[6474]]
## [1] "IntrinsicGames: RT @fghg1232: The game is enjoyable.🙊 #Fanart #LeagueofLegends #Gameplay #StarGuardian #Nilah #ФанАрт"
## 
## [[6475]]
## [1] "IntrinsicGames: RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2"
## 
## [[6476]]
## [1] "Sandy_Raven: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[6477]]
## [1] "IntrinsicGames: RT @SuperiorWolf82: When you didn't vote yes to surrender and the two players that were fighting are blaming each other. Too late to say so…"
## 
## [[6478]]
## [1] "atego3691: RT @SuperiorWolf82: When you didn't vote yes to surrender and the two players that were fighting are blaming each other. Too late to say so…"
## 
## [[6479]]
## [1] "FredsterV1: RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2"
## 
## [[6480]]
## [1] "fghg1232: The game is enjoyable.🙊 #Fanart #LeagueofLegends #Gameplay #StarGuardian #Nilah #ФанАрт"
## 
## [[6481]]
## [1] "nami_irl: RT @ChimeGF: Hey there , I'm a graphic designer currently looking to do commissions !  \n\nI can do any style but like to work with character…"
## 
## [[6482]]
## [1] "Hiron2018: RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…"
## 
## [[6483]]
## [1] "Julczaqu: RT @blablablayaoi: Go for it Zed!! \n\nThanks to Syundei for this beautiful and sweet manga! ❤\n\n#zed #Kayn #zedka #LeagueOfLegends #LeagueOfL…"
## 
## [[6484]]
## [1] "nomoreesports_: RT @starry_amari: \"In the name of the Moon, we'll punish you!\"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…"
## 
## [[6485]]
## [1] "howdia_ir: RT @EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #ga…"
## 
## [[6486]]
## [1] "Hey__Enzo: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6487]]
## [1] "jldurham6: RT @ClinoraWarrior: 103 iq Yone Gameplay #shorts #leagueoflegends #korea #gaming #subscribe #trend https://t.co/B2y1SGdNpv"
## 
## [[6488]]
## [1] "JoseHaley18: We play a few games.❤️ #Game #LeagueofLegends #GuardianasEstelares #StarGuardian #YıldızMuhafızı"
## 
## [[6489]]
## [1] "SkullyTeh: RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:20 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 401\n🥈 #Lechigg➖Viewers: 106\n🥉 #Dannahou…"
## 
## [[6490]]
## [1] "LOL_Art_Bot: RT @DistortionGG: It's time for a new week of #gaming 🔥\n\nWhich game is your fav #fam? 👇\n\nYou can guess mine with this picture for sure 😂\n\n#…"
## 
## [[6491]]
## [1] "merlin99961: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6492]]
## [1] "MrJoshuaGibbs1: RT @LOLegendsMemes: based gank #LeagueOfLegends #Memes https://t.co/WthTB6ZQvw"
## 
## [[6493]]
## [1] "pissdichalte: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6494]]
## [1] "Jinxdatsme: RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel"
## 
## [[6495]]
## [1] "CrabbyBlu: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6496]]
## [1] "MageIngrid2: RT @AllKnightTTV: 6pm ET tomorrow, its gonna be a chill stream. Come on down for live footage of a Bear mauling helpless passersby in the j…"
## 
## [[6497]]
## [1] "miri9336: RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…"
## 
## [[6498]]
## [1] "DistortionGG: It's time for a new week of #gaming 🔥\n\nWhich game is your fav #fam? 👇\n\nYou can guess mine with this picture for sur… https://t.co/z4SocJNrhN"
## 
## [[6499]]
## [1] "rhaaa_st_kawaii: RT @blablablayaoi: Go for it Zed!! \n\nThanks to Syundei for this beautiful and sweet manga! ❤\n\n#zed #Kayn #zedka #LeagueOfLegends #LeagueOfL…"
## 
## [[6500]]
## [1] "HdDxrth: RT @stats_live_es: ▶️ League of Legends - Top streams a las 09:38 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 324\n🥈 #GODETO➖Viewers: 226\n🥉 #SVentur➖V…"
## 
## [[6501]]
## [1] "JaredPo87147132: It's a lot of fun.🙊🙊🙊 #StarGuardian #LeagueofLegends https://t.co/YRmJzmEqg3"
## 
## [[6502]]
## [1] "Werewolflord767: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6503]]
## [1] "asksredditques1: RT @LOLegendsMemes: Pretty accurate #LeagueOfLegends #Memes https://t.co/ClS64EG7SY"
## 
## [[6504]]
## [1] "FezlLeBG: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6505]]
## [1] "IntrinsicGames: RT @LOLegendsMemes: Was bored and made Twisted Tate #LeagueOfLegends #Memes https://t.co/ftLsBCl7pY"
## 
## [[6506]]
## [1] "Rubileeto: RT @blablablayaoi: Go for it Zed!! \n\nThanks to Syundei for this beautiful and sweet manga! ❤\n\n#zed #Kayn #zedka #LeagueOfLegends #LeagueOfL…"
## 
## [[6507]]
## [1] "IntrinsicGames: RT @LOLegendsMemes: The Chinese spyware gacha games are going to have a field day with this once they realize they don't even have to pay a…"
## 
## [[6508]]
## [1] "GetDunkedCarl: RT @LuhualaArt: Portrait study\n#Ahri #LeagueOfLegends #artoflegends #digitalart #LeagueOfLegendsFanArt https://t.co/6pvK1zLlVQ"
## 
## [[6509]]
## [1] "ChompSpark: RT @MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain\n#LeagueOfLeg…"
## 
## [[6510]]
## [1] "LOLegendsMemes: The Chinese spyware gacha games are going to have a field day with this once they realize they don't even have to p… https://t.co/XTC9XuIUlA"
## 
## [[6511]]
## [1] "LOLegendsMemes: Was bored and made Twisted Tate #LeagueOfLegends #Memes https://t.co/ftLsBCl7pY"
## 
## [[6512]]
## [1] "LOLegendsMemes: If you don’t get it keep it that way [OC] #LeagueOfLegends #Memes https://t.co/PQuIbeoWGS"
## 
## [[6513]]
## [1] "romaschka1590: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[6514]]
## [1] "amorhobi: RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…"
## 
## [[6515]]
## [1] "Anthony87651440: RT @burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp #leagueoflegends #…"
## 
## [[6516]]
## [1] "suryono_r: RT @DoomageddonGmig: Decided to play some top lane ziggs tonight and needless to say I made their top lane leave #LeagueOfLegends https://t…"
## 
## [[6517]]
## [1] "MissingFurKeys: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6518]]
## [1] "MM_SeLRa: RT @swissghosts: Good morning 👀\nWe are still looking to fill up our #LeagueOfLegends\nmain roster: Top or Mid / supp\nDia2+ 🔥\nIf you are inte…"
## 
## [[6519]]
## [1] "ManuBrook: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6520]]
## [1] "TaiKyunA4: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6521]]
## [1] "wildncrazyguy1: RT @AnneAnd81932053: Looking forward to the game.🙊🙊🙊🙊 #LeagueofLegends #Gameplay #mobilegame #GuardianasEstelares #КосплейLoL #StarGuardian…"
## 
## [[6522]]
## [1] "1HAgrandmama: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6523]]
## [1] "CloudedLotus: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6524]]
## [1] "Mogalexxx: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6525]]
## [1] "RaineInarigami: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6526]]
## [1] "LMinmochi: RT @golden8witch: I finished :\"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…"
## 
## [[6527]]
## [1] "Monthertt99: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6528]]
## [1] "FrigateFuture: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6529]]
## [1] "blazordiffusion: Samira of League of Legends! #LeagueOfLegends  #Samira #stablediffusion \n\nhttps://t.co/0xtqGDUfQL https://t.co/mxb0caTTYn"
## 
## [[6530]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 10:08 (Hora ESP)🔥\n\n🥇 #PochiPoom➖Viewers: 468\n🥈 #JimRsNg➖Viewers: 411\n🥉… https://t.co/QXJ4zgQnMF"
## 
## [[6531]]
## [1] "TaiKyunA4: RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…"
## 
## [[6532]]
## [1] "dmiice: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6533]]
## [1] "swissesports: RT @swissghosts: Good morning 👀\nWe are still looking to fill up our #LeagueOfLegends\nmain roster: Top or Mid / supp\nDia2+ 🔥\nIf you are inte…"
## 
## [[6534]]
## [1] "NgSoma: RT @Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I've yet…"
## 
## [[6535]]
## [1] "BPstalin: I have a gift for you. #LeagueofLegends #ArtofLegends #Worlds2021 #TransformaTuDestino #Nilah"
## 
## [[6536]]
## [1] "GreenDevil606: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6537]]
## [1] "C_Y_R_U_S_9: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6538]]
## [1] "Alonso024836477: RT @Hoolies4: \" 🐰💙🔥🔥🔥🔥 #LeagueofLegends #Game #ФанАрт #Nilah #GuardianasEstelares \nOriginal: HopeWang001 https://t.co/HRtK9PmuSS"
## 
## [[6539]]
## [1] "LoLMemesBot: Tank meta they say ...\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/SNBxDT8UwZ"
## 
## [[6540]]
## [1] "Mimmilol_: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6541]]
## [1] "LuluSiimp: Si there is people in league who hack the acc of people and climb with it ?!!\nHeyloo hack me YourFavoriteLulu in EU… https://t.co/BAdLtEoGUY"
## 
## [[6542]]
## [1] "AngelAviaLen1: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6543]]
## [1] "xulijana: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6544]]
## [1] "DonaldB74915047: The game was special.🤩🤩🤩 #Game #LoL #LeagueofLegends #Bjergsen #StarGuardians #TransformaTuDestino"
## 
## [[6545]]
## [1] "katealemon: come vibe with me!! might play games later. maybe some more #LeagueOfLegends https://t.co/EH1VvKNt75"
## 
## [[6546]]
## [1] "verysafeforarty: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6547]]
## [1] "fesener1: RT @Pearlslightshow: We’re live! 😊\n\nhttps://t.co/2mJAxT0io8\n\n#LeagueOfLegends #twitch #TwitchAffiliates https://t.co/Szw393XjKa"
## 
## [[6548]]
## [1] "fesener1: RT @Mikestrosity: After Countless Minutes of playing Ranked Flex I have hit my new Peak, Bronze IV \n#LeagueOfLegends #Vtuber https://t.co/Y…"
## 
## [[6549]]
## [1] "OpLekker: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6550]]
## [1] "AnneAnd81932053: RT @sanunderscoree: The reason I only play with 5 stack #LeagueOfLegends #ranked #holioholio #teamgame #5stack https://t.co/A3CcyjKJvI"
## 
## [[6551]]
## [1] "OsSiCl: RT @jasikyu: Caitlyn wanted vi so I became her #arcane #LeagueOfLegends https://t.co/rBahVYMFEH"
## 
## [[6552]]
## [1] "Rfkdu01: RT @Pradox___: En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G"
## 
## [[6553]]
## [1] "_Gamicity_: RT @fesener1: I shared the drawing with you.❤️❤️❤️❤️ #MOBA #LeagueofLegends #mobilegame #GuardianasEstelares #StarGuardians #GuardiãsEstela…"
## 
## [[6554]]
## [1] "euweslz: RT @i4megistus: miss fortune sarah fortune fancam edit typa girl black pink league of legends lol mf #LeagueOfLegends #cblol #Qatar2022 htt…"
## 
## [[6555]]
## [1] "fesener1: I shared the drawing with you.❤️❤️❤️❤️ #MOBA #LeagueofLegends #mobilegame #GuardianasEstelares #StarGuardians #GuardiãsEstelares"
## 
## [[6556]]
## [1] "LadyImel: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6557]]
## [1] "MineVoidMC: RT @MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain\n#LeagueOfLeg…"
## 
## [[6558]]
## [1] "blake_the_gay: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[6559]]
## [1] "LaurenB56946765: Started playing a game again. #StarGuardian #mobilegame #LeagueofLegends https://t.co/pZMnxY1yr7"
## 
## [[6560]]
## [1] "hiimhigh231: RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…"
## 
## [[6561]]
## [1] "Synapical: RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh"
## 
## [[6562]]
## [1] "AliciaW92648805: RT @DonaldB74915047: Enjoy #ArtofLegends #Game #LeagueofLegends #Bjergsen #YıldızMuhafızı #GuardiãsEstelas"
## 
## [[6563]]
## [1] "X17Swan: I'm not sure what to think about this game. #StarGuardian #LeagueofLegends #mobilegame #GuardianasEstelares… https://t.co/pd7ECz96sG"
## 
## [[6564]]
## [1] "sponk38976647: RT @explodinstuff: HOW COME I JUST FOUND OUT ABOUT THIS JINX FIGURE?!?! AND WHY CANT I FIND IT ANYWHERE AHHHHHH IT WAS MADE BY \"R36 Worksho…"
## 
## [[6565]]
## [1] "BPstalin: RT @MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain\n#LeagueOfLeg…"
## 
## [[6566]]
## [1] "Globeplay: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6567]]
## [1] "iu_exo_xoxoasma: RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F"
## 
## [[6568]]
## [1] "IntrinsicGames: RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…"
## 
## [[6569]]
## [1] "HarryTh67235811: RT @ModiKM_: What was he baking? \n\n#Pantheon #LeagueOfLegends https://t.co/13o7C2aGVp"
## 
## [[6570]]
## [1] "MorganCygnus: RT @MorganCygnus: Vi holding her shoulder trough time.\nColored version. Found my old pantone stash, bought new ones because they work well…"
## 
## [[6571]]
## [1] "Odette0081: RT @StClair2803: I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o\n\n#Leagu…"
## 
## [[6572]]
## [1] "MidnLen: RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…"
## 
## [[6573]]
## [1] "Gaafff2: What do you think about it?👇👇👇👇👇 #LeagueofLegends #ClashLoL #StarGuardian #StarGuardians"
## 
## [[6574]]
## [1] "RazenBabouche02: RT @Pradox___: En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G"
## 
## [[6575]]
## [1] "LOL_Art_Bot: RT @grymalk1nn: POV you stole your ad carry’s cs\n\n#Caitlyn #ArtofLegends #LeagueOfLegendsFanArt #LeagueofLegends #Riot #caitlynkiramman htt…"
## 
## [[6576]]
## [1] "fan_valkyrie: RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…"
## 
## [[6577]]
## [1] "GzmLucas: RT @Pradox___: En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G"
## 
## [[6578]]
## [1] "BooskAlcoolo: RT @Pradox___: En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G"
## 
## [[6579]]
## [1] "fan_valkyrie: RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…"
## 
## [[6580]]
## [1] "grymalk1nn: POV you stole your ad carry’s cs\n\n#Caitlyn #ArtofLegends #LeagueOfLegendsFanArt #LeagueofLegends #Riot… https://t.co/ndDNFZkgaD"
## 
## [[6581]]
## [1] "Pradox___: En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G"
## 
## [[6582]]
## [1] "AnaBCDias: RT @victorli_ran: \"911 what's your emergency ?\"\n#LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/PBAM2Rf3ad"
## 
## [[6583]]
## [1] "angase_6: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6584]]
## [1] "AnaBCDias: RT @victorli_ran: the magical cat \n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/PgruUj8EKz"
## 
## [[6585]]
## [1] "loreofruneterra: Questions about Shuriman history: When did Icathia fall to the Void? When did the Void Wars end? \n\nWhen Shurima fel… https://t.co/L7z76oqKwE"
## 
## [[6586]]
## [1] "LabarreTheo: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6587]]
## [1] "AnaBCDias: RT @victorli_ran: heading to your bestfriend show\n#LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/Kt0wIwfZiD"
## 
## [[6588]]
## [1] "IWinky0: #LeagueOfLegends fanart!\n\nThis drawing was for a star guardian collab but i just keep loving the coloring i did for… https://t.co/5fnqUPK6cN"
## 
## [[6589]]
## [1] "GaetanTheWise: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6590]]
## [1] "Hylla_T_Aldan: RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…"
## 
## [[6591]]
## [1] "ColdenJulks: RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…"
## 
## [[6592]]
## [1] "MageIngrid2: RT @AllKnightTTV: Did you know, Polar Bears can smell prey from up to a kilometer away?\nEven fish can't hide their scent under the ice. \n\nS…"
## 
## [[6593]]
## [1] "notlazeon: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6594]]
## [1] "Duh98993131: RT @LadyFortune5: Help them strip eachother :3 #stripgame #ahri #Missfortune #LeagueOfLegends #LeagueOfLegendsFanArt #sahri https://t.co/IN…"
## 
## [[6595]]
## [1] "missbluewatch26: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[6596]]
## [1] "BKMR46944635: RT @LightningBaron1: Saturday is now Ahri 🦊 Day here. It is also Christmas Time so here we go with some Holidays Ahri 🦊content 💕\nCosplayer:…"
## 
## [[6597]]
## [1] "jbaileyz1: RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…"
## 
## [[6598]]
## [1] "lexasjamie: RT @GranadaGirl: I haven't drawn fanart in like YEARS but every bone in my body needed to draw  #Vi #Arcane #LeagueOfLegends !!! Better lat…"
## 
## [[6599]]
## [1] "freefireJack2: RT @SuperiorWolf82: When you didn't vote yes to surrender and the two players that were fighting are blaming each other. Too late to say so…"
## 
## [[6600]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: im sorry\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Spiri…"
## 
## [[6601]]
## [1] "LunariSolveig: RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb"
## 
## [[6602]]
## [1] "sashashaw10001: RT LoLMemesBot im sorry\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/k7SNFd4nGQ"
## 
## [[6603]]
## [1] "aphelionaphelia: RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…"
## 
## [[6604]]
## [1] "qed57: #RiotGames (#LeagueofLegends) Trying To Get Out Of Terrible Crypto Sponsorship Deal with #FTX #SBF… https://t.co/FvxgBS2wxr"
## 
## [[6605]]
## [1] "parakonal: RT @AlphaCentauuri: Raffle prize for @l1noori \nThanks for participating!\n\n#ArtofLegends #LeagueOfLegends https://t.co/sbi0qnfzuW"
## 
## [[6606]]
## [1] "quetsacloatl1: RT @Jeffrey18755090: It means a lot to me.🔥🔥 #LeagueofLegends #LoL #GuardiãsEstelas #TLWIN #КосплейLoL"
## 
## [[6607]]
## [1] "AshleyC67028952: RT @Tetranima: Nice game starting (3/1/3) for Jinx TOP (Lethality / Arcane Comet)! Gotta pump those numbers up! - https://t.co/7w13uVE0YN #…"
## 
## [[6608]]
## [1] "MokshdaDesai: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[6609]]
## [1] "AshleyC67028952: RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…"
## 
## [[6610]]
## [1] "LoLMemesBot: im sorry\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios… https://t.co/DyiE3wjh75"
## 
## [[6611]]
## [1] "Kingdomkirklan1: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[6612]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 08:58 (Hora ESP)🔥\n\n🥇 #nezumivy➖Viewers: 831\n🥈 #JimRsNg➖Viewers: 535\n🥉… https://t.co/8O6hnPrxuy"
## 
## [[6613]]
## [1] "FelixRevaera: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6614]]
## [1] "IntrinsicGames: RT @LoLMemesBot: Or when I'm literally ON MY WAY and the team jumps in a bad 4v5\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #L…"
## 
## [[6615]]
## [1] "D4Rkfor3: RT @Hoolies4: \" 🐰💙🔥🔥🔥🔥 #LeagueofLegends #Game #ФанАрт #Nilah #GuardianasEstelares \nOriginal: HopeWang001 https://t.co/HRtK9PmuSS"
## 
## [[6616]]
## [1] "IntrinsicGames: RT @_another_tina_: 'These meddling kids'\nModern ghosthunters AU that I wanted to do for Halloween, we're in november now but who cares\n\n.…"
## 
## [[6617]]
## [1] "ohmwaist: RT @_another_tina_: 'These meddling kids'\nModern ghosthunters AU that I wanted to do for Halloween, we're in november now but who cares\n\n.…"
## 
## [[6618]]
## [1] "RizkiBu19604930: RT @LoLMemesBot: Or when I'm literally ON MY WAY and the team jumps in a bad 4v5\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #L…"
## 
## [[6619]]
## [1] "ArcanosXX: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6620]]
## [1] "ZyklusW: RT @LOLegendsMemes: I’m sure someone else can relate #LeagueOfLegends #Memes https://t.co/V0fCi6zusL"
## 
## [[6621]]
## [1] "AndradeNacimba: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6622]]
## [1] "Cilantross: RT @DailyTaliyah: Day 1!\nAry by Manicpxmemeking!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #Rock #taliyahfanart https://t.co/S5E0U5G…"
## 
## [[6623]]
## [1] "Cilantross: RT @DailyTaliyah: Day 5! \nArt by Chikinwaffless\n#taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock\n#leaguetwt https://t.co/887rEeXMV7"
## 
## [[6624]]
## [1] "IntrinsicGames: RT @freefireJack2: The world is wonderful.🎮🎮🎮🎮 #Gameplay #LeagueofLegends #Worlds2021 #TLWIN #GENGWIN"
## 
## [[6625]]
## [1] "IntrinsicGames: RT @JynxTakasu: Carrying a Toxic Xin Zhao ingame\nWatch the whole video to find out,\n\n#WildRift #LeagueOfLegends #Youtube #NewVideo\nhttps://…"
## 
## [[6626]]
## [1] "spiritualtails: RT @shapy_wa: spirit blossom ahri #ahri #ArtofLegends #LeagueofLegends #fanart spicy versions (10) here: https://t.co/8zBk0v0kLT 🔥 https://…"
## 
## [[6627]]
## [1] "JynxTakasu: Carrying a Toxic Xin Zhao ingame\nWatch the whole video to find out,\n\n#WildRift #LeagueOfLegends #Youtube #NewVideo… https://t.co/29SoyR9Lxi"
## 
## [[6628]]
## [1] "freefireJack2: The world is wonderful.🎮🎮🎮🎮 #Gameplay #LeagueofLegends #Worlds2021 #TLWIN #GENGWIN"
## 
## [[6629]]
## [1] "reevemealone02: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6630]]
## [1] "MineVoidMC: RT @MikuoHatsuneTTV: Day 34 of @LeagueOfLegends quotes:\n\nA child who had known only hate confuses it for love.\n-Swain\n#LeagueOfLegends #quo…"
## 
## [[6631]]
## [1] "joebro909: All I want for Christmas is league 2 #LeagueOfLegends #league2 #christmas #joke"
## 
## [[6632]]
## [1] "GalaxyGamerYaY1: RT @LOLegendsMemes: Pretty accurate #LeagueOfLegends #Memes https://t.co/ClS64EG7SY"
## 
## [[6633]]
## [1] "studiouscrocod4: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6634]]
## [1] "CutHutagalung: RT @MikuoHatsuneTTV: Day 34 of @LeagueOfLegends quotes:\n\nA child who had known only hate confuses it for love.\n-Swain\n#LeagueOfLegends #quo…"
## 
## [[6635]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 08:30 (Hora ESP)🔥\n\n🥇 #nezumivy➖Viewers: 623\n🥈 #JimRsNg➖Viewers: 620\n🥉… https://t.co/8DtWlGorVO"
## 
## [[6636]]
## [1] "gamrrant: RT @sanunderscoree: The reason I only play with 5 stack #LeagueOfLegends #ranked #holioholio #teamgame #5stack https://t.co/A3CcyjKJvI"
## 
## [[6637]]
## [1] "EsportsTweeter: RT @esports12K: Best Esports Teams In The World of 2022\n\n #esport #gaming #esports #gamer #game #csgo #twitch #leagueoflegends #games #ps #…"
## 
## [[6638]]
## [1] "IntrinsicGames: RT @stats_live_es: ▶️ League of Legends - Top streams a las 09:38 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 324\n🥈 #GODETO➖Viewers: 226\n🥉 #SVentur➖V…"
## 
## [[6639]]
## [1] "DestinyMoon66: RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…"
## 
## [[6640]]
## [1] "oatzealquo: RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…"
## 
## [[6641]]
## [1] "Christo58898072: RT @stats_live_es: ▶️ League of Legends - Top streams a las 09:38 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 324\n🥈 #GODETO➖Viewers: 226\n🥉 #SVentur➖V…"
## 
## [[6642]]
## [1] "MineVoidMC: RT @MarvOldGamer: 🔴Live | 👋🏻Welcome!👋🏻 | 🎅Merry Christmas🎅🎄Happy Holydays🎄🎆Happy New Year🎆🌠Wish you all the best🌠 #LeagueofLegends #Gaming…"
## 
## [[6643]]
## [1] "esports12K: Best Esports Teams In The World of 2022\n\n #esport #gaming #esports #gamer #game #csgo #twitch #leagueoflegends… https://t.co/nuMn516JET"
## 
## [[6644]]
## [1] "_nanakat_: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6645]]
## [1] "Ishtar45767208: RT @AlphaCentauuri: Raffle prize for @l1noori \nThanks for participating!\n\n#ArtofLegends #LeagueOfLegends https://t.co/sbi0qnfzuW"
## 
## [[6646]]
## [1] "candied_corpses: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6647]]
## [1] "JosiahDraws: This is the best and worst thing I have ever created. I present to you, Twisted Tate.\n#TwistedFate #TF… https://t.co/Il3iZ57aMl"
## 
## [[6648]]
## [1] "FrasierWolf: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6649]]
## [1] "NesmeGR: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6650]]
## [1] "n8time: Practicing league and playing with viewers! #TwitchStreamer #league #playingwithviewers #leagueoflegends https://t.co/l2vdqv5rgJ"
## 
## [[6651]]
## [1] "LeifTheMizu: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6652]]
## [1] "IntrinsicGames: RT @bcvr12: People value love and work.💕💕💕 #LeagueofLegends #LoL #Fanart #TransformaTuDestino #GuardianasEstelares #TLWIN"
## 
## [[6653]]
## [1] "bcvr12: People value love and work.💕💕💕 #LeagueofLegends #LoL #Fanart #TransformaTuDestino #GuardianasEstelares #TLWIN"
## 
## [[6654]]
## [1] "Juls06460843: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6655]]
## [1] "cvj_arcane: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6656]]
## [1] "Red_Pepperlove: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6657]]
## [1] "DTEishi: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6658]]
## [1] "Bellathekid269: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6659]]
## [1] "phantasmicheart: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6660]]
## [1] "K4t4kvr1: RT @N_I_X_E_U: Is that fear I smell ?\n#digitalart #katarina #LeagueOfLegends\n⋗ https://t.co/eWo50Mm2Bd https://t.co/6BDCv0Rrey"
## 
## [[6661]]
## [1] "OfKittyAngel: RT @kumiholeague: • ARCANA icons\n• size: 720px\n• like if you use it\n• psd by peachcoloring.\n\n#LeagueOfLegends #arcana #ahri #xayah #rakan #…"
## 
## [[6662]]
## [1] "OfKittyAngel: RT @lhiradsg_: Personal header of Arcana Ahri, this splash art is so gorgeous!\n\n#leagueoflegends #ahri #arcanaahri #header https://t.co/7m9…"
## 
## [[6663]]
## [1] "OfKittyAngel: RT @poisonfists: ⠀\n⠀⠀⠀⠀⠀𝐀𝐇𝐑𝐈 𝐀𝐑𝐂𝐀𝐍𝐀 𝐇𝐄𝐀𝐃𝐄𝐑\n⠀⠀⠀⠀⠀⠀⠀⠀ ⠀  RT &amp; ♡ \nFREE TO USE, credits if you use ©\n⠀⠀⠀⠀ Follow me for more! :]\n\n「 #ahri #arca…"
## 
## [[6664]]
## [1] "JoshuaH65875147: RT @DonaldB74915047: Enjoy #ArtofLegends #Game #LeagueofLegends #Bjergsen #YıldızMuhafızı #GuardiãsEstelas"
## 
## [[6665]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: new feature. never seen before\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022…"
## 
## [[6666]]
## [1] "coder_cajun: RT @LightningBaron1: Saturday is now Ahri 🦊 Day here. It is also Christmas Time so here we go with some Holidays Ahri 🦊content 💕\nCosplayer:…"
## 
## [[6667]]
## [1] "SausageSmoothie: RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2"
## 
## [[6668]]
## [1] "vicaitzz: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6669]]
## [1] "jddhjej6969: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6670]]
## [1] "hlk50000: RT @NeverEvi: Day 4 of begging \n@riotgames\n\n to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petiti…"
## 
## [[6671]]
## [1] "LoLMemesBot: new feature. never seen before\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/RutJfy3RdR"
## 
## [[6672]]
## [1] "IntrinsicGames: RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…"
## 
## [[6673]]
## [1] "IntrinsicGames: RT @chessiecat105: 💎K/DA ALL OUT Ahri 🦊\n\n🎨 Artist: Anomis\n🌐 Platform: Artstation\n\n#leagueoflegends #fanart #leagueoflegendsfanart #ahri #ah…"
## 
## [[6674]]
## [1] "thronewell: RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…"
## 
## [[6675]]
## [1] "TigerKirby215: I should be fucking sleeping because I have an exam tomorrow loooooool but instead I'm talking about… https://t.co/mUq3O6ViWJ"
## 
## [[6676]]
## [1] "o_jota_v: RT @victorli_ran: everybody wants to be my enemy\n#ARCANExDRAGONSxJID #ARCANE #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/WsWe03a7Vu"
## 
## [[6677]]
## [1] "snoonoo3: RT @WaxiTaxi_: Plz make ranked Aram #LeagueOfLegends"
## 
## [[6678]]
## [1] "IntrinsicGames: RT @qinhaifu1: U.S. online game developer and publisher Riot Games has filed a motion with the court handling the #FTX bankruptcy case to t…"
## 
## [[6679]]
## [1] "qinhaifu1: U.S. online game developer and publisher Riot Games has filed a motion with the court handling the #FTX bankruptcy… https://t.co/kCqGGktqqN"
## 
## [[6680]]
## [1] "LOL_Art_Bot: RT @chessiecat105: 💎K/DA ALL OUT Ahri 🦊\n\n🎨 Artist: Anomis\n🌐 Platform: Artstation\n\n#leagueoflegends #fanart #leagueoflegendsfanart #ahri #ah…"
## 
## [[6681]]
## [1] "MeubIes: RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…"
## 
## [[6682]]
## [1] "Chaybolter: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/gJiMJnQgT6"
## 
## [[6683]]
## [1] "VisRomanNose: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6684]]
## [1] "Anthony87651440: RT @ModiKM_: What was he baking? \n\n#Pantheon #LeagueOfLegends https://t.co/13o7C2aGVp"
## 
## [[6685]]
## [1] "Oraangsh: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6686]]
## [1] "Stan_VI_516: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6687]]
## [1] "VirG010092006: RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel"
## 
## [[6688]]
## [1] "IntrinsicGames: RT @MarvOldGamer: 🔴Live | 👋🏻Welcome!👋🏻 | 🎅Merry Christmas🎅🎄Happy Holydays🎄🎆Happy New Year🎆🌠Wish you all the best🌠 #LeagueofLegends #Gaming…"
## 
## [[6689]]
## [1] "chessiecat105: 💎K/DA ALL OUT Ahri 🦊\n\n🎨 Artist: Anomis\n🌐 Platform: Artstation\n\n#leagueoflegends #fanart #leagueoflegendsfanart… https://t.co/ezHYF4yHvZ"
## 
## [[6690]]
## [1] "IntrinsicGames: RT @NIJISE_: second member of #FirtsBlood\n(My Fan-Band)\n\nMorgana, vocalist and pianist\n#morgana #ArtofLegends #LeagueOfLegends https://t.co…"
## 
## [[6691]]
## [1] "IntrinsicGames: RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…"
## 
## [[6692]]
## [1] "MooncakePhel: RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…"
## 
## [[6693]]
## [1] "LOL_Art_Bot: RT @NIJISE_: second member of #FirtsBlood\n(My Fan-Band)\n\nMorgana, vocalist and pianist\n#morgana #ArtofLegends #LeagueOfLegends https://t.co…"
## 
## [[6694]]
## [1] "Christo13205095: RT @MarvOldGamer: 🔴Live | 👋🏻Welcome!👋🏻 | 🎅Merry Christmas🎅🎄Happy Holydays🎄🎆Happy New Year🎆🌠Wish you all the best🌠 #LeagueofLegends #Gaming…"
## 
## [[6695]]
## [1] "NIJISE_: second member of #FirtsBlood\n(My Fan-Band)\n\nMorgana, vocalist and pianist\n#morgana #ArtofLegends #LeagueOfLegends https://t.co/VoBPnZIOoh"
## 
## [[6696]]
## [1] "NguyenJ73749781: SECRET NEW ITEM 📦 JAK'SHO INTERACTIONS WITH VEIGO  🤯  🤯  🤯#leaugeoflegend #jaksho \n#LeagueOfLegends #LionelMessi𓃵… https://t.co/3WyNizsxqq"
## 
## [[6697]]
## [1] "Svelstri: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6698]]
## [1] "SOSOMill: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6699]]
## [1] "Agolaris: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6700]]
## [1] "Curecos_COT: ✨Cosplay News✨ \nThe popular Malaysian cosplayer \"KIYO\" shows cosplay of #Jinx from #LeagueOfLegends!\n\n@kiyocosplay… https://t.co/ScKPr5fT7V"
## 
## [[6701]]
## [1] "GloryToPeaches: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6702]]
## [1] "o_jota_v: RT @victorli_ran: how to be an exemplary support \n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/B9qFX5g6z4"
## 
## [[6703]]
## [1] "levihuynh25121: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6704]]
## [1] "o_jota_v: RT @victorli_ran: wait what 😡\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/GlE4hCjZK8"
## 
## [[6705]]
## [1] "bop911: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6706]]
## [1] "o_jota_v: RT @victorli_ran: bot lane meet Ms. Glasc\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/74xUBnTgHk"
## 
## [[6707]]
## [1] "o_jota_v: RT @victorli_ran: We dont talk about Yasuo o o o o o🎶🎵🎶\n#LeagueOfLegends #LeagueOfLegendsFanArt #Encanto https://t.co/AtIXnYnfLI"
## 
## [[6708]]
## [1] "o_jota_v: RT @victorli_ran: What else can i build ? \n#LeagueOfLegends #LeagueOfLegendsFanArt #Encanto https://t.co/kmHi9p17S7"
## 
## [[6709]]
## [1] "ClintWolfo: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6710]]
## [1] "kalita_spec: RT @MikuoHatsuneTTV: Day 34 of @LeagueOfLegends quotes:\n\nA child who had known only hate confuses it for love.\n-Swain\n#LeagueOfLegends #quo…"
## 
## [[6711]]
## [1] "IntrinsicGames: RT @taojinn015: Fanart Month - Day 12 - Shyvana from League of Legends\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/2mIbVN7kfW"
## 
## [[6712]]
## [1] "IntrinsicGames: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6713]]
## [1] "selenoria: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[6714]]
## [1] "999okiem: Messi win world cup / Deft win World / Niko win Major #WorldCup2022  #LeagueOfLegends  #CSGO"
## 
## [[6715]]
## [1] "IntrinsicGames: RT @DonaldB74915047: Enjoy #ArtofLegends #Game #LeagueofLegends #Bjergsen #YıldızMuhafızı #GuardiãsEstelas"
## 
## [[6716]]
## [1] "DavidWolf717: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6717]]
## [1] "IntrinsicGames: RT @NeverEvi: Day 4 of begging \n@riotgames\n\n to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petiti…"
## 
## [[6718]]
## [1] "Blitzshadow021: RT @NeverEvi: Day 4 of begging \n@riotgames\n\n to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petiti…"
## 
## [[6719]]
## [1] "Katheri84765877: RT @DonaldB74915047: Enjoy #ArtofLegends #Game #LeagueofLegends #Bjergsen #YıldızMuhafızı #GuardiãsEstelas"
## 
## [[6720]]
## [1] "selenoria: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6721]]
## [1] "brasil_klaus: RT @taojinn015: Fanart Month - Day 12 - Shyvana from League of Legends\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/2mIbVN7kfW"
## 
## [[6722]]
## [1] "DeeVulture: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6723]]
## [1] "sebasti59498792: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6724]]
## [1] "Hoochiemamah0e: RT @FunkyWoomy: #Irelia from #LeagueOfLegends \n\n#LeagueOfLegendsFanArt #League_of_Legends #ArtofLegends https://t.co/DtYnMEERA6"
## 
## [[6725]]
## [1] "Hoochiemamah0e: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6726]]
## [1] "DongoranOliva: RT @LoLMemesBot: Or when I'm literally ON MY WAY and the team jumps in a bad 4v5\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #L…"
## 
## [[6727]]
## [1] "CP0rk: RT @majorfacepwn: Stream was fun!!!… until it wasn’t. Lol #LeagueOfLegends players that pick Yasuo have no brain. And I’m not wrong. Ridicu…"
## 
## [[6728]]
## [1] "IntrinsicGames: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6729]]
## [1] "KenRddt: Good luck. #LoL #Gameplay #LeagueofLegends #G2WIN #Bjergsen #КосплейLoL"
## 
## [[6730]]
## [1] "IntrinsicGames: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[6731]]
## [1] "Collieyg: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[6732]]
## [1] "Jackie_zi: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6733]]
## [1] "ProfessorIrelia: My first ever pentakill with Irelia. 😆 \n@LeagueOfLegends \n#LeagueOfLegends https://t.co/FlA5OCrZJx"
## 
## [[6734]]
## [1] "edgarpazos1: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6735]]
## [1] "KoTinTrysaX: RT @ForcesGale: eve sketch #evelynn #LeagueOfLegends https://t.co/gUp11alCRj"
## 
## [[6736]]
## [1] "MilkyPitaya: Merry Christmas &amp; Happy New Year 2023!\nJinx, Park Solomon (Lee Su Hyeok), Wednesday\n#LeagueOfLegends #ArtofLegends… https://t.co/58j5TvY4m3"
## 
## [[6737]]
## [1] "jhonmartorres: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6738]]
## [1] "William11454856: RT @Pudd1nGaming: FACE CAM REVEAL IS HERE!!!! COME JOIN US IN SOME LOW-SILVER SMURF TOURISM!!! https://t.co/CeusPsDkRY #Jhin #LeagueofLegen…"
## 
## [[6739]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: i think I'm going to sleep.. now... *yawn* *bonk* ow. anyways the Bonking Deer is coming to WR on December 21 (probably)\n#…"
## 
## [[6740]]
## [1] "chajasu: BET #LeagueofLegends | Captured by #Outplayed https://t.co/fy3T7B7uwa"
## 
## [[6741]]
## [1] "Avernath1: RT @xrogue_x: Oh the misery...\n\n#arcane #textures #materials #gameartist #games #lol #leagueoflegends #riot #80lvl https://t.co/WnsKfQ6NjD"
## 
## [[6742]]
## [1] "LoLMemesBot: i think I'm going to sleep.. now... *yawn* *bonk* ow. anyways the Bonking Deer is coming to WR on December 21 (prob… https://t.co/cGxxNJafOZ"
## 
## [[6743]]
## [1] "bonerfly1: RT @SuperiorWolf82: When you didn't vote yes to surrender and the two players that were fighting are blaming each other. Too late to say so…"
## 
## [[6744]]
## [1] "MrNobod16072554: UpGonna do some comic reading\n \n#leagueoflegends #emperor #animegirls\n\nhttps://t.co/7B33xLk7mW https://t.co/H4EERNuYyg"
## 
## [[6745]]
## [1] "adSUSwin: Warwick top need to go 🤮 #LeagueOfLegends"
## 
## [[6746]]
## [1] "wtd3qthDlz460n: RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…"
## 
## [[6747]]
## [1] "dullahanya: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[6748]]
## [1] "vis_cupcake: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6749]]
## [1] "rescrapts: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6750]]
## [1] "blazordiffusion: Morgana of League of Legends! #LeagueOfLegends  #Morgana #stablediffusion\n\nhttps://t.co/n85zi3oiY6 https://t.co/F05ohfn7Fq"
## 
## [[6751]]
## [1] "IntrinsicGames: RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…"
## 
## [[6752]]
## [1] "IntrinsicGames: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[6753]]
## [1] "Matches89420436: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[6754]]
## [1] "Hoolies4: RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…"
## 
## [[6755]]
## [1] "AkutoRen: RT @NakariiaLe: gotta introduce your gf and her gf to your new bestie\n\n#ekko #jinx #lux #zeri #LeagueOfLegends #ArtofLegends https://t.co/g…"
## 
## [[6756]]
## [1] "Ryklonprime: RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6757]]
## [1] "MineVoidMC: RT @MikuoHatsuneTTV: Day 35 of @LeagueOfLegends quotes:\n\nShut your mouth, or I will slap the soul out of you.\n-Illaoi\n#LeagueOfLegends #quo…"
## 
## [[6758]]
## [1] "Ramzi__Art: RT @rudy_crut: WinteeBlessed Warwick via @artstationhq https://t.co/lxAl7QkFWi #LeagueOfLegends #RiotGames #illustration #digitalpainting h…"
## 
## [[6759]]
## [1] "darioman9086: RT @RyveGenesis: The RIOT MMO Everything Known in 2023: https://t.co/1M8IG6tgGB https://t.co/ULoKNh2cMS #RiotGames #riotmmo #LeagueOfLegend…"
## 
## [[6760]]
## [1] "DavidSa19466223: RT @Boazhaii: Made this today \n\n#PokemonScarlet #LeagueOfLegends #leaguetwt https://t.co/id0f5L2Ygo"
## 
## [[6761]]
## [1] "Riixzoh: RT @ImdumbHey: RIIIIICAAAAAAARDO WAAAAAAARUM\nhttps://t.co/jGU60TD41j\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnec…"
## 
## [[6762]]
## [1] "Riixzoh: RT @ImdumbHey: RUN SINGED RUN\nhttps://t.co/ZVY5FbYU0N\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnect #jetztlive\n#T…"
## 
## [[6763]]
## [1] "CheatsAwesome: https://t.co/H4AUyVmHWn\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #LeagueOfLegendsRule34 #LeagueOfLegendsgenerator… https://t.co/QXgZEEEcHc"
## 
## [[6764]]
## [1] "MonkeyMenacee: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6765]]
## [1] "lblueviper: RT @Sanda_sielin: Ez and Lux on a date 💕\n\nI made this drawing a while ago for the project that didnt happen 👀✨\n\n#LeagueOfLegendsFanArt #Lea…"
## 
## [[6766]]
## [1] "lblueviper: RT @MoonMoon_Light2: '' Nyah!.......Did- Did i say it right Lux?''\n\n#Ezreal #lux #ArtofLegends #LeagueOfLegends https://t.co/A19JCpSyhz"
## 
## [[6767]]
## [1] "wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0"
## 
## [[6768]]
## [1] "Carlos10_44: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/Kc7itXGiTZ"
## 
## [[6769]]
## [1] "Matthew06228275: I have to keep sharing.🙊🙊🙊 #LeagueofLegends #FLYWIN #ClashLoL #StarGuardians \nOriginal: RavenKEKW https://t.co/lMVKnERRP7"
## 
## [[6770]]
## [1] "soge_____: RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…"
## 
## [[6771]]
## [1] "V0idrune: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[6772]]
## [1] "ahrislovecharm: RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…"
## 
## [[6773]]
## [1] "Carlos10_44: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/G85xrBAbvb"
## 
## [[6774]]
## [1] "William90381973: RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…"
## 
## [[6775]]
## [1] "DonMalo30078585: RT @afarny4: There is peace of mind.💕💕 #LeagueofLegends #Gameplay #GuardiãsEstelares #TransformaTuDestino #G2WIN"
## 
## [[6776]]
## [1] "kingswaggy6: RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…"
## 
## [[6777]]
## [1] "PapaTyRo: 🟣playin #LeagueOfLegends unfortunately🟣\n🔗in bio\n#vtuber"
## 
## [[6778]]
## [1] "ZachNorthwood: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6779]]
## [1] "MikuoHatsuneTTV: Day 35 of @LeagueOfLegends quotes:\n\nShut your mouth, or I will slap the soul out of you.\n-Illaoi\n#LeagueOfLegends #quotes #gaming #Illaoi"
## 
## [[6780]]
## [1] "liddlemeow: I feel like  a young dopa playing Orianna #LeagueOfLegends"
## 
## [[6781]]
## [1] "EvelynAndEevee: RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…"
## 
## [[6782]]
## [1] "IntrinsicGames: RT @afarny4: There is peace of mind.💕💕 #LeagueofLegends #Gameplay #GuardiãsEstelares #TransformaTuDestino #G2WIN"
## 
## [[6783]]
## [1] "Ghostycheese: RT @VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends #madnesscombatfanart htt…"
## 
## [[6784]]
## [1] "IntrinsicGames: RT @DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN"
## 
## [[6785]]
## [1] "OriginalAjax: RT @golden8witch: I finished :\"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…"
## 
## [[6786]]
## [1] "dorago_kyun: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[6787]]
## [1] "Neomeir1: RT @DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN"
## 
## [[6788]]
## [1] "salisburymista1: RT @afarny4: There is peace of mind.💕💕 #LeagueofLegends #Gameplay #GuardiãsEstelares #TransformaTuDestino #G2WIN"
## 
## [[6789]]
## [1] "o_jota_v: RT @victorli_ran: The Queen of The Void \n#LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/1qMVoxICZr"
## 
## [[6790]]
## [1] "o_jota_v: RT @victorli_ran: “When will my reflection show\nwho i am inside?” \n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/GVcsAlmReh"
## 
## [[6791]]
## [1] "salisburymista1: RT @Mikestrosity: After Countless Minutes of playing Ranked Flex I have hit my new Peak, Bronze IV \n#LeagueOfLegends #Vtuber https://t.co/Y…"
## 
## [[6792]]
## [1] "fesener1: RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…"
## 
## [[6793]]
## [1] "NerfWindWall: nerf Yasuo's Wind Wall #LeagueOfLegends"
## 
## [[6794]]
## [1] "sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising… https://t.co/qfVSHxTweT"
## 
## [[6795]]
## [1] "annettepsd: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6796]]
## [1] "Kaaale6: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6797]]
## [1] "komaeda_nagisa: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6798]]
## [1] "adduriel: RT @Og_Rozen: episode 8 crumbs\n\n#Arcane #arcanefanart #Caitvi #piltoverfinest #LeagueOfLegends #ArtofLegends #CAITLYN #VI https://t.co/hXYl…"
## 
## [[6799]]
## [1] "DonnaJo43302569: RT @Hoolies4: \" 🐰💙🔥🔥🔥🔥 #LeagueofLegends #Game #ФанАрт #Nilah #GuardianasEstelares \nOriginal: HopeWang001 https://t.co/HRtK9PmuSS"
## 
## [[6800]]
## [1] "HobbySharky: I am now live!\nhttps://t.co/NUohtzJ120\n\n#riven #toplane #lol #leagueoflegends #korean #asian #game #stream #live… https://t.co/NcHZKEoLk0"
## 
## [[6801]]
## [1] "Ogreiffic: ayyy you know idk but like who does you feel me? quite the predicament if you ask me but who is asking? idk tbh but… https://t.co/reHozK9m7s"
## 
## [[6802]]
## [1] "dalamarthedank: RT @burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp #leagueoflegends #…"
## 
## [[6803]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: The Blue Ezreal in Question\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Se…"
## 
## [[6804]]
## [1] "Anthony87651440: RT @DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN"
## 
## [[6805]]
## [1] "AshJellah: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[6806]]
## [1] "YukioHelsie: RT @nivelli_: First contact...\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Sett https://t.co/M3wLRyfwKa"
## 
## [[6807]]
## [1] "DakunesuDorago2: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6808]]
## [1] "BKMR46944635: RT @NeverEvi: Day 4 of begging \n@riotgames\n\n to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petiti…"
## 
## [[6809]]
## [1] "a_distantstar: RT @skymagpieart: Happy (belated) birthday to Zed and all the shadows of his past that are still a part of him, for better or worse ❤️🖤🤍 #L…"
## 
## [[6810]]
## [1] "LoLMemesBot: The Blue Ezreal in Question\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/XQN3I3LsQM"
## 
## [[6811]]
## [1] "corpse_guide: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6812]]
## [1] "IntrinsicGames: RT @LoLMemesBot: Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #SpiritB…"
## 
## [[6813]]
## [1] "JerryBu49551618: RT @LoLMemesBot: Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #SpiritB…"
## 
## [[6814]]
## [1] "coder_cajun: RT @burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp #leagueoflegends #…"
## 
## [[6815]]
## [1] "SArckadiy: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[6816]]
## [1] "TIXIXX1: RT @asatashy: Ok but hear me out\n\nBATTLE ACADEMIA ZOE✨💖\n\n#Lux #Zoe #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/tH1OO7TKxZ"
## 
## [[6817]]
## [1] "Ell_DragonAD: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6818]]
## [1] "akemidotwav: RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…"
## 
## [[6819]]
## [1] "MandalaMahmud: RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…"
## 
## [[6820]]
## [1] "Jessica74714136: We are working on the game environments.🙈🙈🙈🙈🙈 #mobilegame #MOBA #LeagueofLegends #G2WIN #FLYWIN #StarGuardian"
## 
## [[6821]]
## [1] "SatansPinkGoat: RT @GalloKikiriki: Formated my computer and lost all my brushes :´D.\nHave an sketch with a default pencil in the meantime.\n\n#Aphelios #Leag…"
## 
## [[6822]]
## [1] "HarryTh67235811: RT @xrogue_x: Oh the misery...\n\n#arcane #textures #materials #gameartist #games #lol #leagueoflegends #riot #80lvl https://t.co/WnsKfQ6NjD"
## 
## [[6823]]
## [1] "CountdownToL: It has been 13 days since the last official update on Project L, the #LeagueOfLegends tag fighter.\n\nIt's also been… https://t.co/z31oT0yIPO"
## 
## [[6824]]
## [1] "simp_of2d: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[6825]]
## [1] "yayakanDaily: RT @cchocolace: Surprise! 💕 \n#StarGuardian #xayah #rakan #LeagueOfLegends https://t.co/a9ebuSGpEm"
## 
## [[6826]]
## [1] "Melissa72140639: RT @Katheri84765877: Discover More.👏👏👏👏👏 #LoL #LeagueofLegends #Fanart #GuardianasEstelares #StarGuardian #Nilah \nOriginal: RoTogel https:/…"
## 
## [[6827]]
## [1] "RicardoDavenp13: RT @iBurrGaming: I love this star puppo so much...\n\n@riotgames  PLEASE DON'T BREAK HIM :'( &lt;/3\n\n#aurelionsol #leagueoflegends https://t.co/…"
## 
## [[6828]]
## [1] "ttv_omnimouse: timelapsed tom and jerry except its twitch and yuumi #leagueoflegends #artoflegends #leagueoflegendsfanart #mspaint… https://t.co/vSCGU2cP6k"
## 
## [[6829]]
## [1] "yayakanDaily: RT @golden8witch: I finished :\"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…"
## 
## [[6830]]
## [1] "Yami_Tsuki34: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[6831]]
## [1] "chaintool2: RT @Kiri_845: https://t.co/v6UrUZEkbv Happy little Friday stream is live! Come hang out!!! LoL -&gt; Val #twitchstream #smallstreamer\n#livestr…"
## 
## [[6832]]
## [1] "Sara_903_: RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…"
## 
## [[6833]]
## [1] "Taokyi: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6834]]
## [1] "LXWasTaken: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6835]]
## [1] "CrunchSupre: RT @Medwza: POV: Poppy is going to whomp you, heroically \n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/0dNKkqnsPj"
## 
## [[6836]]
## [1] "liddlemeow: I'm winning with champs I don't even play, I'm that bored. #LeagueOfLegends"
## 
## [[6837]]
## [1] "CrunchSupre: RT @Medwza: Hero? Are you in here?\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/NrtTXUArjY"
## 
## [[6838]]
## [1] "IntrinsicGames: RT @Avernath1: I would like to play this game.🙉🙉🙉🙉 #LeagueofLegends #MOBA #YıldızMuhafızları #Bjergsen #GENGWIN"
## 
## [[6839]]
## [1] "Avernath1: I would like to play this game.🙉🙉🙉🙉 #LeagueofLegends #MOBA #YıldızMuhafızları #Bjergsen #GENGWIN"
## 
## [[6840]]
## [1] "Myriadtruth: RT @mikeycircus: Jayvik for the soul!\nPossible charm or sticker? Mayhaps\n#arcane #jayvik #leagueoflegends #jayce #viktor https://t.co/cf8MZ…"
## 
## [[6841]]
## [1] "SkullyTeh: I should get the game.🎮🎮 #LeagueofLegends #GENGWIN #FLYWIN #TLWIN \nOriginal: LeagueOfLegends https://t.co/gDM3e8QzvL"
## 
## [[6842]]
## [1] "Marllons_y: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6843]]
## [1] "BlakhartDragon: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6844]]
## [1] "imScott_uwu: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[6845]]
## [1] "TheJakoMan: RT @Grilla: A rich prize dredged up from the depths!\n\nCongratulations to WAKR, who won @Trackie_D 's #TidesofTurmoil2 after an exciting fin…"
## 
## [[6846]]
## [1] "telogrus: RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE"
## 
## [[6847]]
## [1] "NortonGaybell: RT @mikeycircus: Jayvik for the soul!\nPossible charm or sticker? Mayhaps\n#arcane #jayvik #leagueoflegends #jayce #viktor https://t.co/cf8MZ…"
## 
## [[6848]]
## [1] "pickmeup__0: RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O"
## 
## [[6849]]
## [1] "PureArtsLimited: RT @PureArtsLimited: League of Legends Champion Teemo exudes boundless enthusiasm in this whimsical ¼ scale statue ⭐\nOur 150 Exclusives Edi…"
## 
## [[6850]]
## [1] "PureArtsLimited: RT @PureArtsLimited: \"Captain Teemo on duty!\" 🍄✨\nPre-order the League of Legends Teemo ¼ Scale Statue NOW ➡️ https://t.co/dywRjlXAbC\n\nOnly…"
## 
## [[6851]]
## [1] "EsportsTweeter: RT @p_c_esports: Planetary Collision Esports Part 12. Aegis League tryouts are scheduled and I can't wait till Thursday. Let us know, shoul…"
## 
## [[6852]]
## [1] "ChompSpark: RT @iBurrGaming: I love this star puppo so much...\n\n@riotgames  PLEASE DON'T BREAK HIM :'( &lt;/3\n\n#aurelionsol #leagueoflegends https://t.co/…"
## 
## [[6853]]
## [1] "wildncrazyguy1: RT @DonaldB74915047: Enjoy #ArtofLegends #Game #LeagueofLegends #Bjergsen #YıldızMuhafızı #GuardiãsEstelas"
## 
## [[6854]]
## [1] "Arctic_Mirafox: RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…"
## 
## [[6855]]
## [1] "xDemiseLg7: One of the most satisfying things for a toplaner is getting 1000/min, is like 12 minions/min of LoL PC.\nI love so m… https://t.co/NIHg7Qx5np"
## 
## [[6856]]
## [1] "UnNadieMas: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6857]]
## [1] "That_Neal: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6858]]
## [1] "miemeoww1: RT @golden8witch: I finished :\"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…"
## 
## [[6859]]
## [1] "STPoradragon: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6860]]
## [1] "sato_mikage: RT @eichan2d: Happy Birthday Nami!!! I love you so much 🫶🫶🫶\n#creadoresdelollatam #LeagueOfLegendsFanArt #LeagueOfLegends #myart https://t.c…"
## 
## [[6861]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Just sylas things\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Apheli…"
## 
## [[6862]]
## [1] "IntrinsicGames: RT @LoLMemesBot: Just sylas things\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Apheli…"
## 
## [[6863]]
## [1] "IntrinsicGames: RT @Narutsuru: #ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios Lunar Beast Aphelios https://t.co/lagnw2ZNhc"
## 
## [[6864]]
## [1] "RigorousSeven: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6865]]
## [1] "MykalWane: RT @Leahmeow9: I didn't expect 🥺 I placed as first runner up at the cosplay competition.\n\nFishbones and boots crafted by me I also styled t…"
## 
## [[6866]]
## [1] "p_c_esports: Planetary Collision Esports Part 12. Aegis League tryouts are scheduled and I can't wait till Thursday. Let us know… https://t.co/oiZrMIhBuG"
## 
## [[6867]]
## [1] "IntrinsicGames: RT @art_wilkins: Some more work done for Riot Games. Loved doing these! More to come :) \n#KDA #Ahri #Kaisa #Akali #LeagueOfLegends #LOL #Ri…"
## 
## [[6868]]
## [1] "HungryTaurus509: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[6869]]
## [1] "Linshy90: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[6870]]
## [1] "IntrinsicGames: RT @art_wilkins: Here's the second batch of work done for Riot! \n#KDA #Evelynn #Kaisa #Akali #LeagueOfLegends #LOL #RiotGames #conceptart #…"
## 
## [[6871]]
## [1] "arturia_wolfink: RT @art_wilkins: Third batch of Character Illustrations done for Riot :) \nCheck out the previous posts to see more! \n#KDA #Ahri #Kaisa #Ser…"
## 
## [[6872]]
## [1] "arturia_wolfink: RT @art_wilkins: Here's the second batch of work done for Riot! \n#KDA #Evelynn #Kaisa #Akali #LeagueOfLegends #LOL #RiotGames #conceptart #…"
## 
## [[6873]]
## [1] "arturia_wolfink: RT @art_wilkins: Some more work done for Riot Games. Loved doing these! More to come :) \n#KDA #Ahri #Kaisa #Akali #LeagueOfLegends #LOL #Ri…"
## 
## [[6874]]
## [1] "Kalem_Astral: RT @Narutsuru: #ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios Lunar Beast Aphelios https://t.co/lagnw2ZNhc"
## 
## [[6875]]
## [1] "LoLMemesBot: Just sylas things\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/txBXmIohe5"
## 
## [[6876]]
## [1] "DyronLoa: RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE"
## 
## [[6877]]
## [1] "DyronLoa: RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks"
## 
## [[6878]]
## [1] "LOL_Art_Bot: RT @luce_azu: I thought i posted this here but i was wrong XD\nThis was a practice on ibis paint cuz i want to use my phone to draw to but i…"
## 
## [[6879]]
## [1] "AfgathaOsa: RT @CATBR3AD: No price is too great. No atrocity beyond my reach.\n\n#LeagueofLegends #ArtofLegends #LeagueofLegendsFanart #Viego https://t.c…"
## 
## [[6880]]
## [1] "ririkax_: Just a casual flex game with friends 🙈 #leaguetwt #LeagueOfLegends #ahri #LeagueOfLegendsAhri https://t.co/YbyLjAg20b"
## 
## [[6881]]
## [1] "LoonaINK: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[6882]]
## [1] "EmeraldShooter: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6883]]
## [1] "ANA_45677: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[6884]]
## [1] "papuchochoe: RT @CATBR3AD: No price is too great. No atrocity beyond my reach.\n\n#LeagueofLegends #ArtofLegends #LeagueofLegendsFanart #Viego https://t.c…"
## 
## [[6885]]
## [1] "luce_azu: I thought i posted this here but i was wrong XD\nThis was a practice on ibis paint cuz i want to use my phone to dra… https://t.co/i0iXS4VcK1"
## 
## [[6886]]
## [1] "JesusVp04498967: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6887]]
## [1] "PojiDogForest: RT @Nargaccino: Rt to scare a league player\n\n#yuumi #yuumicosplay #LeagueOfLegends #leagueoflegendscosplay https://t.co/pCbzvvH2ap"
## 
## [[6888]]
## [1] "TemperedElder: RT @Jacob_Twitch_jd: Shaco Live wallpaper available for free on wallpaper engine. By defenceless_baby #shaco #lol #LeagueOfLegends #fanart…"
## 
## [[6889]]
## [1] "swifttitain: After about 2 years, I finally got every skin for my otp champ....#LeagueOfLegends #League_of_Legends #lolwr https://t.co/dAq9MZZWtu"
## 
## [[6890]]
## [1] "ssznshadow: RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE"
## 
## [[6891]]
## [1] "paulbaroja: RT @starry_amari: \"In the name of the Moon, we'll punish you!\"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…"
## 
## [[6892]]
## [1] "SheplyRam: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6893]]
## [1] "asd_saray: RT @_kyuyaa: In the name of the first star, I'll punish you!! ✨\n\n#leagueoflegends #lol #ahri @LoLegendsBR https://t.co/fK0HieXUv0"
## 
## [[6894]]
## [1] "HooplaZeppeli: RT @erythchi: Ahri Classic skin 🥰🥰 #LeagueOfLegends #cosplay https://t.co/gPYujfojgC"
## 
## [[6895]]
## [1] "ElessarWolff: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6896]]
## [1] "HOONlECAT: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6897]]
## [1] "apocalypsesolar: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6898]]
## [1] "FlyingRose4014: RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0"
## 
## [[6899]]
## [1] "VrilloVrillante: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6900]]
## [1] "__kirene: RT @Romaantsu: \"Mooncake\" sketchh  #Sett #Aphelios #spiritblossom #LeagueOfLegends #ArtOfLegends #FanArt #SpiritBlossom2022 https://t.co/Dr…"
## 
## [[6901]]
## [1] "AnotherOneMZ: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6902]]
## [1] "LaurenMorXO: Convinced majority of people in solo que have lower than average IQs or that the claimed average is actually much h… https://t.co/MFJmynqdjF"
## 
## [[6903]]
## [1] "daweaselbass: RT @ImdumbHey: RIIIIICAAAAAAARDO WAAAAAAARUM\nhttps://t.co/jGU60TD41j\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnec…"
## 
## [[6904]]
## [1] "daweaselbass: RT @ImdumbHey: RUN SINGED RUN\nhttps://t.co/ZVY5FbYU0N\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnect #jetztlive\n#T…"
## 
## [[6905]]
## [1] "streamerwallcom: RT @ImdumbHey: RUN SINGED RUN\nhttps://t.co/ZVY5FbYU0N\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnect #jetztlive\n#T…"
## 
## [[6906]]
## [1] "ImdumbHey: RUN SINGED RUN\nhttps://t.co/ZVY5FbYU0N\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnect #jetztlive\n#TwitchDE #VENTUS"
## 
## [[6907]]
## [1] "StreamerSupRT: RT @ImdumbHey: RIIIIICAAAAAAARDO WAAAAAAARUM\nhttps://t.co/jGU60TD41j\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnec…"
## 
## [[6908]]
## [1] "streamerwallcom: RT @ImdumbHey: RIIIIICAAAAAAARDO WAAAAAAARUM\nhttps://t.co/jGU60TD41j\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnec…"
## 
## [[6909]]
## [1] "ImdumbHey: RIIIIICAAAAAAARDO WAAAAAAARUM\nhttps://t.co/jGU60TD41j\n#LeagueOfLegends  #Twitch #SupportSmallStreamers… https://t.co/zU0spe0wGL"
## 
## [[6910]]
## [1] "SausageSmoothie: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[6911]]
## [1] "ZyklusW: RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…"
## 
## [[6912]]
## [1] "GalaxyGamerYaY1: RT @DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN"
## 
## [[6913]]
## [1] "BraianAlcocer: RT @golden8witch: I finished :\"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…"
## 
## [[6914]]
## [1] "BigsmokeSan: RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…"
## 
## [[6915]]
## [1] "StuSturaro: RT @joestreladraw: just got a commissions that i could get together some  of stuff i like, Teemo + TFT 😍\n.\n.\n#TFT #LeagueOfLegendsFanArt #L…"
## 
## [[6916]]
## [1] "Shade4765: RT @Cookie3w3: One more drawing and the good is coming aAaAa\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #stripgame https://t.co…"
## 
## [[6917]]
## [1] "Nyktricity: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6918]]
## [1] "Anon_raxt92: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6919]]
## [1] "Pyke_OTP: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6920]]
## [1] "AustinJ20200106: RT @Tetranima: Nice game starting (3/1/3) for Jinx TOP (Lethality / Arcane Comet)! Gotta pump those numbers up! - https://t.co/7w13uVE0YN #…"
## 
## [[6921]]
## [1] "asamaru_soraru: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[6922]]
## [1] "nehrowken: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[6923]]
## [1] "ghost_wubbers: RT @MikeJCart: League of Legends\n#LeagueOfLegends #LeagueOfLegendsfanart https://t.co/0gvMUznHCl"
## 
## [[6924]]
## [1] "somewhatbees: RT @we_byun: \"-Please... Brother... CARRY ME.\"\n\"- FF 15.\" \nYasuo &amp; Yone. ♡\n#LeagueOfLegendsFanArt #LeagueOfLegends #LOL #FANART #yasuo #yon…"
## 
## [[6925]]
## [1] "SwordsManYasuo: RT @bichhoan1997: Yasuo portrait. #Yasuo #LeagueOfLegends https://t.co/A9rei2e52p"
## 
## [[6926]]
## [1] "Glambert_Kat: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[6927]]
## [1] "IntrinsicGames: RT @Pixel__Byte: Riot Games Trying To Get Out Of Terrible Crypto Sponsorship Deal https://t.co/rYK1WdeI90 #riotgames #riot #leagueoflegends…"
## 
## [[6928]]
## [1] "IntrinsicGames: RT @sockoroni: Is it terrible parenting if you predict the possibilities of feeding adhd candy tho\n•~~~•\n#neeko #neekolol #leagueoflegends…"
## 
## [[6929]]
## [1] "koburoki: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[6930]]
## [1] "IntrinsicGames: RT @Eggpoach1: The squid battle is about to start. #mobilegame #LeagueofLegends #LoL https://t.co/ARybaqwjfM"
## 
## [[6931]]
## [1] "JungleNotorious: Gamers Never Quit.🎮🎮🎮🎮 #LeagueofLegends #StarGuardian #game https://t.co/2SKhkL4ajn"
## 
## [[6932]]
## [1] "Eggpoach1: The squid battle is about to start. #mobilegame #LeagueofLegends #LoL https://t.co/ARybaqwjfM"
## 
## [[6933]]
## [1] "Pixel__Byte: Riot Games Trying To Get Out Of Terrible Crypto Sponsorship Deal https://t.co/rYK1WdeI90 #riotgames #riot… https://t.co/NCNFYbSLFs"
## 
## [[6934]]
## [1] "DERSCO: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[6935]]
## [1] "TylerJa07944160: RT @LFGdating: https://t.co/KK1w2kizYc   Did you know LFGdating has commercials filmed by a former Comedy Central pilot director?  #gamerda…"
## 
## [[6936]]
## [1] "neekocentral: RT @Neekosmic: I finally made Neekosmic, this fanskin\nAnd I'm soooo proud~ ! &gt;w&lt;\n\n\"Neeko like stars, isn't it pretty ?\"\n\n✨~ Neeko Cosmic ~✨…"
## 
## [[6937]]
## [1] "neekocentral: RT @Neekosmic: Sooooo my friend told me to do an evil Neeko cosmic...\n\n\"This is very exciting ! Everything is falling down !\"\n\n🌑~ Dark Cosm…"
## 
## [[6938]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Protein for Protean builders\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #S…"
## 
## [[6939]]
## [1] "neekocentral: RT @sockoroni: Finishing some old art yahoos yipppeeee\n•~~~•\n#leagueoflegends #artoflegends #leagueoflegendsfanart #neeko #neekolol #shanha…"
## 
## [[6940]]
## [1] "neekocentral: RT @RepulsiveMaid: repost for her birthday\n#neeko #LeagueOfLegends https://t.co/T2j866mmFw"
## 
## [[6941]]
## [1] "neekocentral: RT @5p00kybunny: birthday girl!!! 🦎🎁\n\n#Neeko #LeagueOfLegends #ArtofLegends https://t.co/KYGXzIT4tK"
## 
## [[6942]]
## [1] "neekocentral: RT @ValorCommission: OEFBHUDCBUHEDCB I'M SO LATEEE HAPPY BIRTHDAY NEEKO!!!\n#LeagueOfLegends #League_of_Legends #leagueoflegendsart #neeko h…"
## 
## [[6943]]
## [1] "neekocentral: RT @lm_lei: #Neeko release day anniversary ❤🦎\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/WQ5Nrb5RfP"
## 
## [[6944]]
## [1] "neekocentral: RT @okamiyaselli: Neeko\n#art #artwork #digitalart #ilustracion #illustration #illustagram #commission #comissionsopen #painttoolsai #drawin…"
## 
## [[6945]]
## [1] "neekocentral: RT @sockoroni: Is it terrible parenting if you predict the possibilities of feeding adhd candy tho\n•~~~•\n#neeko #neekolol #leagueoflegends…"
## 
## [[6946]]
## [1] "alloutevelynn: RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…"
## 
## [[6947]]
## [1] "X17Swan: Get the right games.👏 #LeagueofLegends #LoL #FLYWIN #Nilah #YıldızMuhafızları \nOriginal: ToniPieva https://t.co/FdTdjNbANw"
## 
## [[6948]]
## [1] "8lue_Dra6on: RT @chaoticb1ue: Mythmaker Irelia! I really love how she looks 🫶🏻\n #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/KZwvL3WNSE"
## 
## [[6949]]
## [1] "ARNOLDTHESTRONK: RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…"
## 
## [[6950]]
## [1] "Christo58898072: RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:48 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 358\n🥈 #Lechigg➖Viewers: 109\n🥉 #whoisjup…"
## 
## [[6951]]
## [1] "PHIPP191: live playing more league come hang out #LeagueOfLegends #twitch \nhttps://t.co/zkALpUD8Kg"
## 
## [[6952]]
## [1] "T3M91: Check out my latest video \"DRIVE BY #leagueoflegends #gaming #lol #clip #shorts #league\"\n\nWatch Now:… https://t.co/1HcSaqttsX"
## 
## [[6953]]
## [1] "NIJISE_: RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…"
## 
## [[6954]]
## [1] "LoLMemesBot: Protein for Protean builders\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/Nj7VSsyqFi"
## 
## [[6955]]
## [1] "1Verloreneseele: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6956]]
## [1] "8lue_Dra6on: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6957]]
## [1] "SailorCrocs: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6958]]
## [1] "PainPanty: RT @_Moonyya_: \"Bot Diff\" by me\nA fanart for my favorite ADC.\nPorcelain Protector Ezreal / Heartseeker Yuumi\n#LeagueOfLegends #fanart https…"
## 
## [[6959]]
## [1] "hlucarts: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[6960]]
## [1] "PainPanty: RT @_Moonyya_: Vaillant Sword Riven heart emote !\nmade by me\n#fanart #LeagueOfLegends https://t.co/ZGn6DPGiiT"
## 
## [[6961]]
## [1] "LOL_Art_Bot: RT @asatashy: Ok but hear me out\n\nBATTLE ACADEMIA ZOE✨💖\n\n#Lux #Zoe #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/tH1OO7TKxZ"
## 
## [[6962]]
## [1] "YahooEsportsSEA: Due to one of ARAM’s newest features, some players have discovered an Anivia bug. #LeagueofLegends https://t.co/BtEzz5sppg"
## 
## [[6963]]
## [1] "Divheri_: RT @ShabbaThaHut: Going live watching #ScuffedWorldTour and playing #LeagueOfLegends 🤙🏻🤙🏻🤙🏻🤙🏻\n\nStinky boo boo man \n\nhttps://t.co/MdsrrkJqdz…"
## 
## [[6964]]
## [1] "SheepStar8: RT @asatashy: Ok but hear me out\n\nBATTLE ACADEMIA ZOE✨💖\n\n#Lux #Zoe #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/tH1OO7TKxZ"
## 
## [[6965]]
## [1] "Sa4Tou: RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD"
## 
## [[6966]]
## [1] "Clo_Midnight129: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[6967]]
## [1] "asatashy: Ok but hear me out\n\nBATTLE ACADEMIA ZOE✨💖\n\n#Lux #Zoe #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/tH1OO7TKxZ"
## 
## [[6968]]
## [1] "Anthony87651440: RT @DoomageddonGmig: Decided to play some top lane ziggs tonight and needless to say I made their top lane leave #LeagueOfLegends https://t…"
## 
## [[6969]]
## [1] "FRCretweets: RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:20 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 401\n🥈 #Lechigg➖Viewers: 106\n🥉 #Dannahou…"
## 
## [[6970]]
## [1] "JosephF21058235: RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:20 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 401\n🥈 #Lechigg➖Viewers: 106\n🥉 #Dannahou…"
## 
## [[6971]]
## [1] "FRCretweets: RT @stats_live_es: ▶️ League of Legends - Top streams a las 04:30 (Hora ESP)🔥\n\n🥇 #BarbaKahn➖Viewers: 8.750\n🥈 #ElKevo_➖Viewers: 742\n🥉 #JimRs…"
## 
## [[6972]]
## [1] "freefireJack2: RT @stats_live_es: ▶️ League of Legends - Top streams a las 04:30 (Hora ESP)🔥\n\n🥇 #BarbaKahn➖Viewers: 8.750\n🥈 #ElKevo_➖Viewers: 742\n🥉 #JimRs…"
## 
## [[6973]]
## [1] "AfgathaOsa: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[6974]]
## [1] "JerryBu49551618: It's been a hot minute since I did any art.👏👏👏👏 #LeagueOfLegendsFanArt #LeagueofLegends #mobilegame #GENGWIN #КосплейLoL #ФанАрт"
## 
## [[6975]]
## [1] "chisaa22: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[6976]]
## [1] "InusamaU: RT @geheichou: Spirit Blossom Aphelios - makeup test \n#SpiritBlossom #LeagueOfLegends 🌙 https://t.co/Omk1IM46PD"
## 
## [[6977]]
## [1] "IntrinsicGames: RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…"
## 
## [[6978]]
## [1] "IntrinsicGames: RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X"
## 
## [[6979]]
## [1] "kittylovecharm: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[6980]]
## [1] "SamTheMoose101: RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X"
## 
## [[6981]]
## [1] "GamerOnWheelz21: RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…"
## 
## [[6982]]
## [1] "ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or m… https://t.co/RIqZjoa3gJ"
## 
## [[6983]]
## [1] "ShabbaThaHut: Going live watching #ScuffedWorldTour and playing #LeagueOfLegends 🤙🏻🤙🏻🤙🏻🤙🏻\n\nStinky boo boo man… https://t.co/1tjKL8vFzy"
## 
## [[6984]]
## [1] "Mifuni21: How long has League of Legends PBE URF been out?\n\n#LeagueOfLegends \n#LeagueOfLegendsPBE\n#League_of_Legends"
## 
## [[6985]]
## [1] "elshan0193: RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD"
## 
## [[6986]]
## [1] "thatsbiz4rre: RT @Katheri84765877: Discover More.👏👏👏👏👏 #LoL #LeagueofLegends #Fanart #GuardianasEstelares #StarGuardian #Nilah \nOriginal: RoTogel https:/…"
## 
## [[6987]]
## [1] "TearsOfMania: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[6988]]
## [1] "MooseLord150: RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…"
## 
## [[6989]]
## [1] "thedogmanowo: RT @emriikun: 🦊✨📚 Battle Academia Ahri 📚✨🦊 \n\nAhri is in her second year at Durendal Academy and is running for class president.\n\ncollab wit…"
## 
## [[6990]]
## [1] "YuanLombardi: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/cbeDGGfMPO"
## 
## [[6991]]
## [1] "qtvictini: RT @qtvictini: ꒰ა lookin for mutuals ໒꒱\n୨୧ ┄┄┄┄┄┄┄ ୨୧\nthings i like\n︙ ♡ #sanrio\n︙ ♡ #VALORANT #valtwt\n︙ ♡ #DeadbyDaylgiht\n︙ ♡ #LeagueOfLege…"
## 
## [[6992]]
## [1] "gamrrant: RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:48 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 358\n🥈 #Lechigg➖Viewers: 109\n🥉 #whoisjup…"
## 
## [[6993]]
## [1] "YuanLombardi: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/y5btiaA1GH"
## 
## [[6994]]
## [1] "gamrrant: RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…"
## 
## [[6995]]
## [1] "gamrrant: RT @majorfacepwn: Stream was fun!!!… until it wasn’t. Lol #LeagueOfLegends players that pick Yasuo have no brain. And I’m not wrong. Ridicu…"
## 
## [[6996]]
## [1] "YuanLombardi: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/c4EWJcu16F"
## 
## [[6997]]
## [1] "YuanLombardi: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/wFJFmbLsRb"
## 
## [[6998]]
## [1] "Marama1903: RT @VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends #madnesscombatfanart htt…"
## 
## [[6999]]
## [1] "liahasbeenfound: RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx"
## 
## [[7000]]
## [1] "nehrowken: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7001]]
## [1] "ItsTheBirb: RT @LadyFortune5: Help them strip eachother :3 #stripgame #ahri #Missfortune #LeagueOfLegends #LeagueOfLegendsFanArt #sahri https://t.co/IN…"
## 
## [[7002]]
## [1] "MicheleASP: RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD"
## 
## [[7003]]
## [1] "BrattyDwi: Now I know where I can take out my anger after losing a game of League of Legends: a guy's balls 😘\nMaybe I'll actua… https://t.co/yyaPj9JNQO"
## 
## [[7004]]
## [1] "Nevos___: RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…"
## 
## [[7005]]
## [1] "HKiwiii: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7006]]
## [1] "Stephen23022822: RT @MarvOldGamer: 🔴Live | 👋🏻Welcome!👋🏻 | 🎅Merry Christmas🎅🎄Happy Holydays🎄🎆Happy New Year🎆🌠Wish you all the best🌠 #LeagueofLegends #Gaming…"
## 
## [[7007]]
## [1] "9ringsx: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7008]]
## [1] "snickiett: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7009]]
## [1] "laotakuts: RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2"
## 
## [[7010]]
## [1] "IntrinsicGames: RT @NotEstyy: Don't\n\n#taliyah #LeagueOfLegends #StarGuardian #Fiddlesticks https://t.co/bwIn8Sw07n"
## 
## [[7011]]
## [1] "Blueboyyy5: RT @NotEstyy: Don't\n\n#taliyah #LeagueOfLegends #StarGuardian #Fiddlesticks https://t.co/bwIn8Sw07n"
## 
## [[7012]]
## [1] "WindaSi14397179: RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:48 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 358\n🥈 #Lechigg➖Viewers: 109\n🥉 #whoisjup…"
## 
## [[7013]]
## [1] "jeanne10041: LoL Master Yi Champie Chibi Classic T-Shirt\nhttps://www.redbubble ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO"
## 
## [[7014]]
## [1] "bonerfly1: RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…"
## 
## [[7015]]
## [1] "SuddenlyKalias: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[7016]]
## [1] "o_jota_v: RT @victorli_ran: the surgery \n#LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/x5Wf1ias0B"
## 
## [[7017]]
## [1] "o_jota_v: RT @victorli_ran: Janna meets Swain\n#LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/UumLIhYLhO"
## 
## [[7018]]
## [1] "o_jota_v: RT @victorli_ran: stay calm 😇\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/FmpI7fGgXj"
## 
## [[7019]]
## [1] "o_jota_v: RT @victorli_ran: chemistry class 🧪\n#LeagueofLegends #LeagueOfLegendsFanArt https://t.co/nIuxznDvim"
## 
## [[7020]]
## [1] "o_jota_v: RT @victorli_ran: Greetings miniature mortals! \n#LeagueOfLegends #LeagueOfLegendsFanArt #LegendsOfRuneterra https://t.co/jYPFyxVlvG"
## 
## [[7021]]
## [1] "o_jota_v: RT @victorli_ran: calling a friend \n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/utsiBg8Rtm"
## 
## [[7022]]
## [1] "miyukis_: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7023]]
## [1] "LOL_Art_Bot: RT @MikeJCart: League of Legends\n#LeagueOfLegends #LeagueOfLegendsfanart https://t.co/0gvMUznHCl"
## 
## [[7024]]
## [1] "y4hnfei: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7025]]
## [1] "tartagIiette: RT @doumaslefttitty: Spirit blossom yone again #yone #LeagueOfLegends https://t.co/Mx33g4MLgf"
## 
## [[7026]]
## [1] "Yellow_Osk: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[7027]]
## [1] "LoLcitoposting: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7028]]
## [1] "env0cada: RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…"
## 
## [[7029]]
## [1] "Yellow_Osk: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[7030]]
## [1] "JoseHaley18: I drew it.😍😍😍😍😍 #LeagueofLegends #Gameplay #GuardiãsEstelas #TransformaTuDestino #GuardianasEstelares"
## 
## [[7031]]
## [1] "Madison57462147: RT @Zyyaann9: LIVE!!! #LeagueOfLegends \nhttps://t.co/2siPKe9sF8\nhttps://t.co/2siPKe9sF8"
## 
## [[7032]]
## [1] "LoLMemesBot: Any off-meta enjoyers?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/5eUWRC3yse"
## 
## [[7033]]
## [1] "MikeJCart: League of Legends\n#LeagueOfLegends #LeagueOfLegendsfanart https://t.co/0gvMUznHCl"
## 
## [[7034]]
## [1] "Esportdirectory: #LeagueofLegends Live: A Concert Experience at Worlds (2017) https://t.co/bucOO1b5Kf"
## 
## [[7035]]
## [1] "CheatsAwesome: https://t.co/GkQ5lcW0wA\n\nLeague Of Legends Wild Rift Game Online Generator Hack Cheat\n\n#wildrift #leagueoflegends… https://t.co/XzNlgyLCmv"
## 
## [[7036]]
## [1] "ventrue_theurge: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7037]]
## [1] "Axtrek1: Some of my favorites have been done.🙈🙈 #Gameplay #LeagueofLegends #LoL #ClashLoL #TransformaTuDestino… https://t.co/2yxoHj4fvI"
## 
## [[7038]]
## [1] "a127908131: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7039]]
## [1] "Esportdirectory: Xayah Champion Overview | Gameplay – #LeagueofLegends: #WildRift https://t.co/dhE6FRWMC4"
## 
## [[7040]]
## [1] "Gron2002: RT @Gron2002: [ 2022/12/04 - A.G.F ]\n\n\\ MISS . FORTUNE \\\n\ncos - \n@Gyani_cos \n\npho - \n@Gron2002\n\n#LeagueOfLegends  #AGF2022 https://t.co/1gb…"
## 
## [[7041]]
## [1] "reminiscentxc: RT @Koiarts1: Fan art Navy Seal Jinx \n \nRT are appreciated 🔁✨\n#HumanArtists #CreateDontScrape\n\n#Jinx #leagueoflegends #artoflegends #huion…"
## 
## [[7042]]
## [1] "tanksboard: RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…"
## 
## [[7043]]
## [1] "tanksboard: RT @Eggpoach1: Go play it! #game #LeagueofLegends #LoL https://t.co/41PWUjtYrm"
## 
## [[7044]]
## [1] "TheSparkRoxas: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7045]]
## [1] "MineVoidMC: RT @MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain\n#LeagueOfLeg…"
## 
## [[7046]]
## [1] "camellia_tnb: RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O"
## 
## [[7047]]
## [1] "_Gamicity_: RT @AnneAnd81932053: Looking forward to the game.🙊🙊🙊🙊 #LeagueofLegends #Gameplay #mobilegame #GuardianasEstelares #КосплейLoL #StarGuardian…"
## 
## [[7048]]
## [1] "ChompSpark: RT @AnneAnd81932053: Looking forward to the game.🙊🙊🙊🙊 #LeagueofLegends #Gameplay #mobilegame #GuardianasEstelares #КосплейLoL #StarGuardian…"
## 
## [[7049]]
## [1] "YozueMoon: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7050]]
## [1] "IntrinsicGames: RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…"
## 
## [[7051]]
## [1] "EVANxOMEGA: RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…"
## 
## [[7052]]
## [1] "L0STSP1RIT: RT @VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends #madnesscombatfanart htt…"
## 
## [[7053]]
## [1] "Holycatx1: RT @RivenStore: Hello there!\nLove League of Legends? Visit us: https://t.co/mlJxwK6Wo0\n#leagueoflegends #lolgame #lolgamer #rivenstore.com…"
## 
## [[7054]]
## [1] "Neomeir1: RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…"
## 
## [[7055]]
## [1] "arvazi2: It was fun.👇 #mobilegame #Fanart #LeagueofLegends #YıldızMuhafızları #GuardianasEstelares #Nilah \nSource:… https://t.co/8OQWF7O0GS"
## 
## [[7056]]
## [1] "fesener1: RT @burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp #leagueoflegends #…"
## 
## [[7057]]
## [1] "GalaxyGamerYaY1: I can't wait to play.🙈🙈 #LeagueofLegends #mobilegame #LeagueOfLegendsFanArt #StarGuardians #ФанАрт #FLYWIN"
## 
## [[7058]]
## [1] "morganasoI: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7059]]
## [1] "JustShantiK: RT @vatheja: #evelynn Doodle for tonight!💕 #LeagueOfLegends https://t.co/6OsqkZFXBJ"
## 
## [[7060]]
## [1] "m006098s: sometimes i make fanart #Fanart #LeagueofLegends #Game #FLYWIN #GuardiãsEstelas #GuardiãsEstelares"
## 
## [[7061]]
## [1] "BettyGirl3000: RT @StClair2803: I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o\n\n#Leagu…"
## 
## [[7062]]
## [1] "TrendingJackson: RT @StClair2803: I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o\n\n#Leagu…"
## 
## [[7063]]
## [1] "MWBarcode: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7064]]
## [1] "XYZbaby777: RT @StClair2803: I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o\n\n#Leagu…"
## 
## [[7065]]
## [1] "MemchaSingha5: This awesome comic deserves more attention!\n \n#leagueoflegends #Reincarnation #coloring\n\nhttps://t.co/KAgCKu3ies https://t.co/erekHxM7Yr"
## 
## [[7066]]
## [1] "tsunaken11: RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O"
## 
## [[7067]]
## [1] "soichodien2000: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7068]]
## [1] "Alonso024836477: RT @DoomageddonGmig: Decided to play some top lane ziggs tonight and needless to say I made their top lane leave #LeagueOfLegends https://t…"
## 
## [[7069]]
## [1] "AlGoody421: RT @Grilla: A rich prize dredged up from the depths!\n\nCongratulations to WAKR, who won @Trackie_D 's #TidesofTurmoil2 after an exciting fin…"
## 
## [[7070]]
## [1] "IntrinsicGames: RT @_MasterAtGames_: Join the Buff Clan https://t.co/HULRxkhWzk\n#gamingcommunity #Buff #Free #Freegames #Freegamingstuff #Buffcoins #Fortni…"
## 
## [[7071]]
## [1] "__kirene: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7072]]
## [1] "AustinJ20200106: RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…"
## 
## [[7073]]
## [1] "_MasterAtGames_: RT @_MasterAtGames_: Join the Buff Clan https://t.co/HULRxkhWzk\n#gamingcommunity #Buff #Free #Freegames #Freegamingstuff #Buffcoins #Fortni…"
## 
## [[7074]]
## [1] "Cerberic_art: RT @kamo46336290: 🐺🌙IF KDA\n#LeagueOfLegends #Settphel #Sett #Aphelios #settphelios https://t.co/5g9CXfKkfK"
## 
## [[7075]]
## [1] "LovsHangez: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7076]]
## [1] "_MasterAtGames_: Join the Buff Clan https://t.co/HULRxkhWzk\n#gamingcommunity #Buff #Free #Freegames #Freegamingstuff #Buffcoins… https://t.co/yRRBFwtl3e"
## 
## [[7077]]
## [1] "sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising… https://t.co/SpuTYbxUj7"
## 
## [[7078]]
## [1] "DonaldB74915047: Should I play?😎😎😎😎 #Gameplay #LeagueofLegends #ФанАрт #StarGuardians #G2WIN"
## 
## [[7079]]
## [1] "big666ontwitch: hi guys back online and practicing my Bard Mid Streaming League of Legends\nhttps://t.co/EeyuzuzO1e\n#LeagueOfLegends"
## 
## [[7080]]
## [1] "HappyPitFiend: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7081]]
## [1] "xiefux: RT @MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain\n#LeagueOfLeg…"
## 
## [[7082]]
## [1] "Makogaru_: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7083]]
## [1] "Grilla: A rich prize dredged up from the depths!\n\nCongratulations to WAKR, who won @Trackie_D 's #TidesofTurmoil2 after an… https://t.co/UjcePr7NoN"
## 
## [[7084]]
## [1] "GTrynket: manifesting my diamond for next season😤✨️\n\n#LeagueOfLegends #egirl #nsfwtwt #cute #gaming #fashion https://t.co/APqyXQlNqE"
## 
## [[7085]]
## [1] "JESTERK0RE: RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…"
## 
## [[7086]]
## [1] "ak_elon: RT @Shizzen45: @wildrift  please add new adc and support character #LeagueOfLegends"
## 
## [[7087]]
## [1] "TimKenn19544325: RT @LoLMemesBot: Nothing but clowns as far as the eye can see\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanAr…"
## 
## [[7088]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: I walk a lonely road\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aph…"
## 
## [[7089]]
## [1] "StClair2803: I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o… https://t.co/PYftRzmgMq"
## 
## [[7090]]
## [1] "LaurenB56946765: I am playing a game.🤗🤗🤗🤗 #mobilegame #LoL #LeagueofLegends https://t.co/aiPTKCrlLO"
## 
## [[7091]]
## [1] "MandalaMahmud: RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:20 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 401\n🥈 #Lechigg➖Viewers: 106\n🥉 #Dannahou…"
## 
## [[7092]]
## [1] "__MoonPhased: I got a warm cup of tea and my League client open! Join me for Winterblessed grinding? ❄️🤗https://t.co/in4QURH4qf… https://t.co/RlLQrxapQL"
## 
## [[7093]]
## [1] "DonnaJo26713385: RT @Katheri84765877: Discover More.👏👏👏👏👏 #LoL #LeagueofLegends #Fanart #GuardianasEstelares #StarGuardian #Nilah \nOriginal: RoTogel https:/…"
## 
## [[7094]]
## [1] "loreofruneterra: Today on the 19th of December, 10 years ago, Vi; The Piltover Enforcer was released 🎂: submitted by  /u/aroushthekw… https://t.co/WlYNxieMvq"
## 
## [[7095]]
## [1] "LeWolfy: RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O"
## 
## [[7096]]
## [1] "xkupix: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7097]]
## [1] "BomberG11904090: RT @EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #ga…"
## 
## [[7098]]
## [1] "LoLMemesBot: I walk a lonely road\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/sZEzQpzNDE"
## 
## [[7099]]
## [1] "JoshuaH65875147: RT @DoomageddonGmig: Decided to play some top lane ziggs tonight and needless to say I made their top lane leave #LeagueOfLegends https://t…"
## 
## [[7100]]
## [1] "prfexecution: RT @l0Abyss: Spirit Blossom İrelia\n#irelia #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/s4XcXnxk5E"
## 
## [[7101]]
## [1] "prfexecution: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7102]]
## [1] "i_tora_touch: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7103]]
## [1] "SkullyTeh: One of the things I like to imagine.🎮 #LeagueofLegends #Worlds2021 #GuardianasEstelares #GuardiãsEstelares"
## 
## [[7104]]
## [1] "Shinya345: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7105]]
## [1] "ItsTheBirb: RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD"
## 
## [[7106]]
## [1] "Griefersan: Doing the streaming thing over at\nhttps://t.co/gX5YNcIvSO stop by maybe join in some games usually playing somethin… https://t.co/XVMTw62Gb0"
## 
## [[7107]]
## [1] "Drowxes: The moba inspired in #LeagueOfLegends, @EverMoon_nft , announced that “Evermoon Alpha” is now available.\nAs per the… https://t.co/ivYg1fKoQF"
## 
## [[7108]]
## [1] "IntrinsicGames: RT @_junipuff_: hi twitter friends~ im live on twitch playing #LeagueOfLegends would you like to come say hi? :3 #smallstreamer \nhttps://t.…"
## 
## [[7109]]
## [1] "Anthony72193195: RT @_junipuff_: hi twitter friends~ im live on twitch playing #LeagueOfLegends would you like to come say hi? :3 #smallstreamer \nhttps://t.…"
## 
## [[7110]]
## [1] "KlarionSea: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7111]]
## [1] "DespairGamma: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7112]]
## [1] "acdra_art: RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O"
## 
## [[7113]]
## [1] "Cracker_Macker: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7114]]
## [1] "Michael83893810: @Snowden Wait a min. The new language??? \n\n#willworkforbitcoin. #wwfb a new league #LeagueOfLegends https://t.co/MbShzyB0yh"
## 
## [[7115]]
## [1] "Pink_Confusion: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7116]]
## [1] "MenacaryChamber: RT @VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends #madnesscombatfanart htt…"
## 
## [[7117]]
## [1] "MadarasMadness: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7118]]
## [1] "bluestar121797: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7119]]
## [1] "metalichotchoco: RT @metalichotchoco: Rumble- I mean Tristy asu, it turned out way better than i thought it would \n\n#League_Of_Legends #rumble #LeagueOfLege…"
## 
## [[7120]]
## [1] "YutskiLGC: Hey heimer main yutskilgc going live here! I do play with viewers of all levels and yes we are a nontoxic community… https://t.co/5EQiZp3ej9"
## 
## [[7121]]
## [1] "Nessa_Avatar: RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2"
## 
## [[7122]]
## [1] "ArenWolf1: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[7123]]
## [1] "Prayxyz: Pretty sure @IWDominate would love this one. New video out! \n#LeagueOfLegends #LCS \n\nhttps://t.co/lC3vIMq67X"
## 
## [[7124]]
## [1] "Lunion22: RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo"
## 
## [[7125]]
## [1] "Daydreamer_7777: Yuumi top lane is viable guys... \n\n#LeagueOfLegends #WildRift #LOL https://t.co/RcNUUw0mUr"
## 
## [[7126]]
## [1] "powpowgoboom: RT @KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.…"
## 
## [[7127]]
## [1] "Phantom_rogueTv: Live on #twitch playing some #leagueoflegends come join me  https://t.co/J1hLmqv5hn"
## 
## [[7128]]
## [1] "loreofruneterra: Today on the 17th of December, 10 years ago, Vi; The Piltover Enforcer was released 🎂: submitted by  /u/aroushthekw… https://t.co/rFAsCoAsV3"
## 
## [[7129]]
## [1] "JadeGizmo: Lux\nNami\nEzreal\nMorgana\nMalzahar \n\nMy 5 Favorite #LeagueOfLegends Champions to play. https://t.co/jqSnfMmV34"
## 
## [[7130]]
## [1] "RepulsiveMaid: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7131]]
## [1] "TonyRam26219233: Sooooo funny!!!🥳🥳🥳 #LeagueofLegends https://t.co/mW7YLAP5sS"
## 
## [[7132]]
## [1] "VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends… https://t.co/psCfy7r02u"
## 
## [[7133]]
## [1] "kannak0baysahi: RT @we_byun: \"-Please... Brother... CARRY ME.\"\n\"- FF 15.\" \nYasuo &amp; Yone. ♡\n#LeagueOfLegendsFanArt #LeagueOfLegends #LOL #FANART #yasuo #yon…"
## 
## [[7134]]
## [1] "Lagbels: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7135]]
## [1] "RuthRob36470669: RT @AnneAnd81932053: Looking forward to the game.🙊🙊🙊🙊 #LeagueofLegends #Gameplay #mobilegame #GuardianasEstelares #КосплейLoL #StarGuardian…"
## 
## [[7136]]
## [1] "furry_08: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7137]]
## [1] "Callyummeow: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7138]]
## [1] "CaravanLurker: RT @FunSizeDipStick: Dragon trainer Veigar ~ Splash art ( @FunSizeDipStick )\n#LeagueOfLegends #ArtofLegends #Veigar #LeagueOfLegendsFanArt…"
## 
## [[7139]]
## [1] "Nazarenart: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7140]]
## [1] "Callyummeow: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[7141]]
## [1] "IntrinsicGames: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[7142]]
## [1] "GugaTascheri: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7143]]
## [1] "IntrinsicGames: RT @megilino: ✨ Of course I start getting sick 1 week before Christmas!!! |  !rampage https://t.co/97HMCqzpuE\n@LeagueOfLegends\n#LeagueOfLeg…"
## 
## [[7144]]
## [1] "megilino: ✨ Of course I start getting sick 1 week before Christmas!!! |  !rampage https://t.co/97HMCqzpuE\n@LeagueOfLegends… https://t.co/cr9bg7LrmJ"
## 
## [[7145]]
## [1] "UnfilledMoonTR: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[7146]]
## [1] "mizu_7923: RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…"
## 
## [[7147]]
## [1] "icycatgon: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7148]]
## [1] "sunset_sunbae: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7149]]
## [1] "JerryBu49551618: Hope you're doing well!👏👏👏 #Game #LeagueofLegends #LeagueOfLegendsFanArt #YıldızMuhafızları #Bjergsen #GuardianasEstelares"
## 
## [[7150]]
## [1] "LOL_Art_Bot: RT @angiev_cosplay: Everyone's posting x-mas cosplay photos but here I am with my cute bunnysuit because my costume hasn't arrived yet... A…"
## 
## [[7151]]
## [1] "dekunyart: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[7152]]
## [1] "Lulu4Presidente: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7153]]
## [1] "VulpisinLove: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7154]]
## [1] "LightningBaron1: RT @angiev_cosplay: Everyone's posting x-mas cosplay photos but here I am with my cute bunnysuit because my costume hasn't arrived yet... A…"
## 
## [[7155]]
## [1] "Vilictor: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7156]]
## [1] "YunoTuWaifu: RT @LoLMemesBot: Garen?? No today is ARGEN 🇦🇷🇦🇷🇦🇷🇦🇷🇦🇷\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #World…"
## 
## [[7157]]
## [1] "gaelenmyr: Pentakill, K/DA and True Damage \n\nwe're that bitch #LeagueOfLegends https://t.co/CIvAlPYh0u"
## 
## [[7158]]
## [1] "angiev_cosplay: Everyone's posting x-mas cosplay photos but here I am with my cute bunnysuit because my costume hasn't arrived yet.… https://t.co/alTrHtwAt5"
## 
## [[7159]]
## [1] "I_amYurei: This team hated us!!🤣🤣🤣🤣 especially nasus man had beef with me 😂😂 #LeagueOfLegends #WildRift #mobilegaming… https://t.co/MfOCLIGjSV"
## 
## [[7160]]
## [1] "WolferAbaddon: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7161]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Garen?? No today is ARGEN 🇦🇷🇦🇷🇦🇷🇦🇷🇦🇷\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #World…"
## 
## [[7162]]
## [1] "Sa4Tou: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7163]]
## [1] "Xwarship3003: RT @mushiefrogg: some old musical #vieshan I need to draw pentakevin more\n\n#viego #akshan #LeagueOfLegends https://t.co/lrWO9gfdDp"
## 
## [[7164]]
## [1] "ookamiaho: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7165]]
## [1] "PokelMiguel: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7166]]
## [1] "AbyssalOrca: You have to play.🙊 #MOBA #StarGuardian #LeagueofLegends #TLWIN #GuardiãsEstelas #КосплейLoL"
## 
## [[7167]]
## [1] "tweetfo71515312: RT @vatheja: Doodle of #jinx for Christmas :) #LeagueOfLegends https://t.co/ZjmSe8C22L"
## 
## [[7168]]
## [1] "runac_unleashed: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7169]]
## [1] "_raviolini_: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[7170]]
## [1] "Junior36020199: Thank you for bring me to Kai'sa, Fizz. XD\n\n#LeagueOfLegends #league #Aram #Kayn #kaisa #fizz #rhaast… https://t.co/Tbg4FrS132"
## 
## [[7171]]
## [1] "Norbillo130: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7172]]
## [1] "LoLMemesBot: Garen?? No today is ARGEN 🇦🇷🇦🇷🇦🇷🇦🇷🇦🇷\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/JIiGxGlAXH"
## 
## [[7173]]
## [1] "MikeGayton_: RT @mikeycircus: Jayvik for the soul!\nPossible charm or sticker? Mayhaps\n#arcane #jayvik #leagueoflegends #jayce #viktor https://t.co/cf8MZ…"
## 
## [[7174]]
## [1] "akalis_honey: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7175]]
## [1] "GnarTv_Vnzla: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7176]]
## [1] "IntrinsicGames: RT @mikeycircus: Jayvik for the soul!\nPossible charm or sticker? Mayhaps\n#arcane #jayvik #leagueoflegends #jayce #viktor https://t.co/cf8MZ…"
## 
## [[7177]]
## [1] "Ars_Aeroga: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7178]]
## [1] "IntrinsicGames: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7179]]
## [1] "Benjami89760141: RT @NeverEvi: Day 4 of begging \n@riotgames\n\n to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petiti…"
## 
## [[7180]]
## [1] "IntrinsicGames: RT @XSilverangel1: HOP THE SNOWBALL! https://t.co/lnxtlfk8tp via @YouTube  #LeagueOfLegends #leaguetwt #Subscribe #TwitchRecap #TwitchStrea…"
## 
## [[7181]]
## [1] "XSilverangel1: HOP THE SNOWBALL! https://t.co/lnxtlfk8tp via @YouTube  #LeagueOfLegends #leaguetwt #Subscribe #TwitchRecap #TwitchStreamers"
## 
## [[7182]]
## [1] "Symphonicpyro: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7183]]
## [1] "OhGODitsaFOX: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7184]]
## [1] "mikeycircus: Jayvik for the soul!\nPossible charm or sticker? Mayhaps\n#arcane #jayvik #leagueoflegends #jayce #viktor https://t.co/cf8MZ2RDZ1"
## 
## [[7185]]
## [1] "Leary73_: Do all the just awful players play league on Sunday ? 4 games in a row of just the worst players and it’s been like… https://t.co/ZAhyhVnJgn"
## 
## [[7186]]
## [1] "whitewolf_flor: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7187]]
## [1] "Jeffrey18755090: It means a lot to me.🔥🔥 #LeagueofLegends #LoL #GuardiãsEstelas #TLWIN #КосплейLoL"
## 
## [[7188]]
## [1] "Wild_Ferret_: RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD"
## 
## [[7189]]
## [1] "gwenphoria: RT @LichVtuber: I love Gwen ✂️\n#LeagueOfLegends \n#gwenlol\n#ArtofLegends https://t.co/XhbQoa32NA"
## 
## [[7190]]
## [1] "Astolfuwu: RT @_mizah: redraw frame &lt;3\n#LeagueOfLegends  #LeagueOfLegendsFanArt  \n#StarGuardian https://t.co/QEySW8tepM"
## 
## [[7191]]
## [1] "gwenphoria: RT @kardie00: Gwen is going to punish her daddy. \nViego, get ready for chik-chik!\n\n(Collab with Aylis. Face and boobes are her job, mine is…"
## 
## [[7192]]
## [1] "ChrisAlbanese9: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[7193]]
## [1] "UniverseShera: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7194]]
## [1] "ForcesGale: eve sketch #evelynn #LeagueOfLegends https://t.co/gUp11alCRj"
## 
## [[7195]]
## [1] "Lammyta: RT @ChimeGF: Hey there , I'm a graphic designer currently looking to do commissions !  \n\nI can do any style but like to work with character…"
## 
## [[7196]]
## [1] "elshan0193: RT @golden8witch: I finished :\"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…"
## 
## [[7197]]
## [1] "ASTROJUHU: RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel"
## 
## [[7198]]
## [1] "kirammanlove: RT @greeekthegreat: Heres a thread of all (most) of my posted and finished arcane fanart\n#lightcannon #arcane #leagueoflegends #caitvi http…"
## 
## [[7199]]
## [1] "BLINK02845905: RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS"
## 
## [[7200]]
## [1] "NanaruSuzuka: playing some TFT with my roomies! Come vibe with us! \n\n#VtubersEN #LeagueOfLegends #TeamfightTactics Link in the re… https://t.co/RAYtA9wlIT"
## 
## [[7201]]
## [1] "laugh_70: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7202]]
## [1] "StarIoannis25: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7203]]
## [1] "SergeantDaynes: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7204]]
## [1] "IntrinsicGames: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[7205]]
## [1] "IntrinsicGames: RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…"
## 
## [[7206]]
## [1] "IntrinsicGames: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7207]]
## [1] "luhhdan: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7208]]
## [1] "AriesDotWav: RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…"
## 
## [[7209]]
## [1] "buterzz_: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[7210]]
## [1] "DiaDiamond12: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7211]]
## [1] "DiaDiamond12: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[7212]]
## [1] "Moonfelled: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7213]]
## [1] "KaoticGeek: RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X"
## 
## [[7214]]
## [1] "AlK0TANAKA: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7215]]
## [1] "salas_doc: RT @lexiaron0: They should like hold hands or whatever 😳\nLOOK! They’re stinking cute I had to draw @Taiyo0kami ‘s skate AU 🙈⛸\n\n#arcane #pil…"
## 
## [[7216]]
## [1] "FRCretweets: RT @degenkyo: An impromptu 12-hour stream of pure #LeagueOfLegends w/ viewers... LFGGGGGGG!\n\nI lived up to my stream title and hardcore int…"
## 
## [[7217]]
## [1] "Parpage97: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7218]]
## [1] "Mitmout: RT @degenkyo: An impromptu 12-hour stream of pure #LeagueOfLegends w/ viewers... LFGGGGGGG!\n\nI lived up to my stream title and hardcore int…"
## 
## [[7219]]
## [1] "squishcat_: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[7220]]
## [1] "BookerD38960968: RT @MakiEraclea: The coven skin line... 😌👌🏻🖤\nShould I cosplay coven LeBlanc too?\n\nPh + 3d orb @dizzymonogatari\n\n#LeagueOfLegends #ahricospl…"
## 
## [[7221]]
## [1] "SydneyT77736990: RT @LorificArts: Quiet chat in The Last Drop 🍻✨ ft. Oc Honey Badger\n#arcane #LeagueOfLegends #illustration https://t.co/OZnWdDNEAL"
## 
## [[7222]]
## [1] "degenkyo: An impromptu 12-hour stream of pure #LeagueOfLegends w/ viewers... LFGGGGGGG!\n\nI lived up to my stream title and ha… https://t.co/AFuMtIRDrv"
## 
## [[7223]]
## [1] "emy_txt: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7224]]
## [1] "Google82422: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[7225]]
## [1] "Melissa72140639: There is a new post every day.🤔🤔🤔🤔 #Gameplay #LeagueofLegends #G2WIN #ClashLoL #GuardiãsEstelas"
## 
## [[7226]]
## [1] "thelastalive1: Everything is relative.🙉🙉🙉🙉 #StarGuardian #LeagueofLegends #Bjergsen #YıldızMuhafızları #G2WIN \nOriginal: gigisanp https://t.co/gnGHiYXG4F"
## 
## [[7227]]
## [1] "theventinho: RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk"
## 
## [[7228]]
## [1] "theventinho: RT @BonniieA: Mythmaker Irelia 🖤\n\n#Irelia #LeagueOfLegends https://t.co/WBo2ZEDFT8"
## 
## [[7229]]
## [1] "argas_01: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7230]]
## [1] "theventinho: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7231]]
## [1] "Chischita1: RT @ToxicCookie2: Jinx's Sketch \n\n#art #digitalart #leagueoflegends #arcane #jinx #fanart #lol #krita https://t.co/9ug8qOwQBZ"
## 
## [[7232]]
## [1] "AzulaBanks: RT @CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones I didn’…"
## 
## [[7233]]
## [1] "Luojie59420: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7234]]
## [1] "alto_joshua: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7235]]
## [1] "dione_mizuryu: RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X"
## 
## [[7236]]
## [1] "BDawnbringer: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7237]]
## [1] "VanillaADC: RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…"
## 
## [[7238]]
## [1] "RodrigoFoxhound: RT @soap_ai: Jinx the homophobic homosexual \n#leagueoflegends #artoflegends #jinx #lux #lightcannon #caitvi #arcane https://t.co/PW3h696Ye8"
## 
## [[7239]]
## [1] "LOL_Art_Bot: RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…"
## 
## [[7240]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: based gank\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Spi…"
## 
## [[7241]]
## [1] "RodrigoFoxhound: RT @soap_ai: It was funnier in my head\n\n#ArtofLegends #LeagueOfLegends #lightcannon #jinx #lux #arcane https://t.co/nPHYNzMuLD"
## 
## [[7242]]
## [1] "CaueYamikaze: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7243]]
## [1] "_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Sett… https://t.co/MiEoCoV1I4"
## 
## [[7244]]
## [1] "itsOmNoms: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7245]]
## [1] "Toffee_Time: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7246]]
## [1] "Esportdirectory: Rakan Champion Overview | Gameplay – #LeagueofLegends: #WildRift https://t.co/ONLxO5fxe5"
## 
## [[7247]]
## [1] "RodrigoFoxhound: RT @soap_ai: shitposting hours #jinx #lux #lightcannon #leagueoflegends #ArtofLegends https://t.co/EXTuqKRJGv"
## 
## [[7248]]
## [1] "OldManAced: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7249]]
## [1] "LoLMemesBot: based gank\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/m3IIQ7zq29"
## 
## [[7250]]
## [1] "JungleNotorious: We just keep growing!  #LeagueofLegends #StarGuardian #game https://t.co/qdIgutjKnI"
## 
## [[7251]]
## [1] "cahri_ai: RT @EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #ga…"
## 
## [[7252]]
## [1] "Lolizta27: RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel"
## 
## [[7253]]
## [1] "D3bli: RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel"
## 
## [[7254]]
## [1] "DoomageddonGmig: #Live playing some #LeagueOfLegends with the homie, so come watch my destroy the enemy team\n\nAlso testing out a new… https://t.co/KXFjZo4t1L"
## 
## [[7255]]
## [1] "dididreems: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[7256]]
## [1] "HdDxrth: It's an amazing game! #LeagueofLegends #Game #GuardiãsEstelas #ClashLoL #StarGuardian \nOriginal: omidyla https://t.co/KXVxKU7XKN"
## 
## [[7257]]
## [1] "LOL_Art_Bot: RT @Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I've yet…"
## 
## [[7258]]
## [1] "LOL_Art_Bot: RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[7259]]
## [1] "Felperson_: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7260]]
## [1] "howdia_ir: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7261]]
## [1] "Peter_S325: RT @dinkndots: 🐝Beellia🐝\n #LeagueOfLegends #artoflegends https://t.co/fW49z78DcF"
## 
## [[7262]]
## [1] "KutetsKute: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7263]]
## [1] "mushiefrogg: some old musical #vieshan I need to draw pentakevin more\n\n#viego #akshan #LeagueOfLegends https://t.co/lrWO9gfdDp"
## 
## [[7264]]
## [1] "emawindrunner: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[7265]]
## [1] "DonnaBa28520872: RT @Shizzen45: @wildrift  please add new adc and support character #LeagueOfLegends"
## 
## [[7266]]
## [1] "Qu33namidala25: RT @SpookziePunzie: 1,100 followers! Come say hi? 👉👈\n\nLink: https://t.co/wY2CM76j4J \n\n#vtuber #ENVtuber #vtuberuprising #VtuberSupport #Lea…"
## 
## [[7267]]
## [1] "MineVoidMC: RT @EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #ga…"
## 
## [[7268]]
## [1] "himboprotector: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7269]]
## [1] "HaryantiLembah: RT @stats_live_es: 🔥Top streamings a las 16:01 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 7.946\n🥈 #LACOBRAAA➖Viewers: 4.597\n🥉 #ElChiringuitoTV➖Viewers…"
## 
## [[7270]]
## [1] "KinimodYunmi: Mit 67 msg Top 11%, 83 msg Top 4% und 24 msg Top 15% der Chatter ^^\" ??? @noway4u_sir @Agurinlol @Gronkh @RevedTV… https://t.co/2qqRSpVXk4"
## 
## [[7271]]
## [1] "ilyplskys: RT @CHOCOT4RT: ⚓️marine look neeko💙\n#LeagueOfLegends #ArtofLegends #Neeko https://t.co/8LBa2INCcD"
## 
## [[7272]]
## [1] "Peter_S325: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7273]]
## [1] "Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I'v… https://t.co/mwlKhEFA4J"
## 
## [[7274]]
## [1] "bonerfly1: It is still the best.😍😍 #LeagueofLegends #TLWIN #YıldızMuhafızı #КосплейLoL"
## 
## [[7275]]
## [1] "fiercinha: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7276]]
## [1] "blueOrtensia: RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb"
## 
## [[7277]]
## [1] "squishcat_: RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…"
## 
## [[7278]]
## [1] "CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO"
## 
## [[7279]]
## [1] "JohnWas14194251: RT @MikuoHatsuneTTV: Day 31 of @LeagueOfLegends quotes:\n\nI will fight as long as I stand!\n-Garen\n#LeagueOfLegends #quotes #gaming #Garen"
## 
## [[7280]]
## [1] "LOL_Art_Bot: RT @EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #ga…"
## 
## [[7281]]
## [1] "Christo79382636: RT @DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN"
## 
## [[7282]]
## [1] "jhindilf: RT @Mochibunnny: Old drawing jsksksk (it was for december) uwu\n#LeagueOfLegends #LeagueOfLegendsFanArt #neeko #Nidalee #fanart https://t.co…"
## 
## [[7283]]
## [1] "RansFromHoab: RT @lyquoritte: Hmm... Their designs are fun to draw👀\n\n#LeagueofLegends #Vi #Jinx #Jayce #Viktor https://t.co/uFsJa0toBl"
## 
## [[7284]]
## [1] "LadyVickytoria: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7285]]
## [1] "auxancerie: RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0"
## 
## [[7286]]
## [1] "remyleboob: RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…"
## 
## [[7287]]
## [1] "RahmatNovitasa1: RT @stats_live_es: 🔥Top streamings a las 16:01 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 7.946\n🥈 #LACOBRAAA➖Viewers: 4.597\n🥉 #ElChiringuitoTV➖Viewers…"
## 
## [[7288]]
## [1] "gemhearty: RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks"
## 
## [[7289]]
## [1] "requinn_e: RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…"
## 
## [[7290]]
## [1] "AllTaric: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7291]]
## [1] "ogaihtotelon: RT @sagefoxart: Commission ✨\n#Rell #starguardian #battlequeen #LeagueOfLegends https://t.co/N9oJAN4i6o"
## 
## [[7292]]
## [1] "YuanLombardi: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/NuGvfSzvZs"
## 
## [[7293]]
## [1] "EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot… https://t.co/zeXBzEnHuh"
## 
## [[7294]]
## [1] "GreysonMander: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7295]]
## [1] "IntrinsicGames: RT @marcosuchima: Happy pride y'all! Here's some #Akalynn!😌\nHope you like it!\n\n#ArtofLegends #KDA #leagueoflegends https://t.co/C6R8uO5pUi"
## 
## [[7296]]
## [1] "viegoheigaari: RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…"
## 
## [[7297]]
## [1] "OdinOverlord: RT @WOMstream: Dueling 101 #wildrift #leagueoflegends https://t.co/BlidT2DyPc"
## 
## [[7298]]
## [1] "Lilith2235: RT @marcosuchima: Happy pride y'all! Here's some #Akalynn!😌\nHope you like it!\n\n#ArtofLegends #KDA #leagueoflegends https://t.co/C6R8uO5pUi"
## 
## [[7299]]
## [1] "Hitodeman6: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7300]]
## [1] "Vdal737: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7301]]
## [1] "DreamerofIce: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7302]]
## [1] "lipsk33t96: I think things will go well.🙉 #LeagueofLegends #mobilegame #G2WIN #GuardianasEstelares #GENGWIN"
## 
## [[7303]]
## [1] "daweaselbass: RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…"
## 
## [[7304]]
## [1] "kitsushi_: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7305]]
## [1] "LunariSolveig: RT @Ven0o4ka28: 🌒 moon and sun ☀️\nfull on my boostie!~\n\n#diana #leona #lol #LeagueOfLegends https://t.co/ovLEG3NIQR"
## 
## [[7306]]
## [1] "dinkndots: RT @dinkndots: 🐝Beellia🐝\n #LeagueOfLegends #artoflegends https://t.co/fW49z78DcF"
## 
## [[7307]]
## [1] "LunariSolveig: RT @Ahnnoty_: Winterblessed diana doodle \nI love her so much😭💖💖💖⭐️💖\n#LeagueOfLegends https://t.co/pLqsnqcEmY"
## 
## [[7308]]
## [1] "sadboyviego: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7309]]
## [1] "LOL_Art_Bot: RT @thatsbiz4rre: This is a drawing.🚀🚀🚀🚀 #Game #LeagueOfLegendsFanArt #LeagueofLegends #YıldızMuhafızları #TransformaTuDestino #Nilah \nOrig…"
## 
## [[7310]]
## [1] "SSmsmi: RT @J0ker_LoL: Empyrean Jax &amp; Spirit Blossom Master Yi header for a super nice customer💜 Loved working on this one because of the theme! Al…"
## 
## [[7311]]
## [1] "SSmsmi: RT @J0ker_LoL: Odyssey Kayn wallpaper that the amazing @LadyOfValyria wanted to gift to a friend❤️ I really love doing these wallpapers! As…"
## 
## [[7312]]
## [1] "SSmsmi: RT @J0ker_LoL: ❄️CHRISTMAS HEADER GIVEAWAY❄️\nAs it's Christmas and I'm so grateful for all of you, I really want to give you guys the oppor…"
## 
## [[7313]]
## [1] "thatsbiz4rre: This is a drawing.🚀🚀🚀🚀 #Game #LeagueOfLegendsFanArt #LeagueofLegends #YıldızMuhafızları #TransformaTuDestino #Nilah… https://t.co/AqeaPw7Fl0"
## 
## [[7314]]
## [1] "LOLegendsMemes: im sorry #LeagueOfLegends #Memes https://t.co/MJPDsoyKKh"
## 
## [[7315]]
## [1] "LOLegendsMemes: Wild subreddit, would not recommend #LeagueOfLegends #Memes https://t.co/AEoTSxOu9V"
## 
## [[7316]]
## [1] "krugerxeren: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7317]]
## [1] "lovely_protagon: RT @eeriemev: happy halloween!! \n#LeagueOfLegends #ArtofLegends #Kalista #Ledros https://t.co/dHl0Why6nq"
## 
## [[7318]]
## [1] "lolHasuu: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7319]]
## [1] "streamerwallcom: RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #dark #angel #morde #knight #gg #shutdown #big #jg #2vs1 #…"
## 
## [[7320]]
## [1] "ScalieMadness: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7321]]
## [1] "MineVoidMC: RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #dark #angel #morde #knight #gg #shutdown #big #jg #2vs1 #…"
## 
## [[7322]]
## [1] "MAMARAGAM: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[7323]]
## [1] "vicaitzz: RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0"
## 
## [[7324]]
## [1] "littlekittenAmy: RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X"
## 
## [[7325]]
## [1] "RobertK17737734: Thank you so much!👏👏👏👏 #Game #LeagueofLegends #LoL #GuardiãsEstelas #ФанАрт #Worlds2021"
## 
## [[7326]]
## [1] "AlokaBlack: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[7327]]
## [1] "HsbZero: Team Heretics Acquire LEC Slot for 2023\n #LeagueofLegends #RiotGames\nhttps://t.co/TUbq6ySarF"
## 
## [[7328]]
## [1] "LunariSolveig: RT @Koifee__: Doodle doodle #LeagueOfLegends https://t.co/jdBwoZYkoj"
## 
## [[7329]]
## [1] "HelghansTemplar: on another level now master rank #leagueoflegends #leagueoflegendschallenges https://t.co/Gj6sGecMex"
## 
## [[7330]]
## [1] "Gabciooo1: I had thought of a drawing.🙉🙉🙉🙉 #MOBA #LeagueofLegends #Game #GuardiãsEstelares #StarGuardians #ФанАрт \nOriginal: F… https://t.co/jtEMavuVCV"
## 
## [[7331]]
## [1] "LOL_Art_Bot: RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X"
## 
## [[7332]]
## [1] "HelghansTemplar: i have now 3 champs at eternals tier 3 #leagueoflegends #leagueoflegendschallenges https://t.co/o22EcdPxct"
## 
## [[7333]]
## [1] "mogchaaaaan: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7334]]
## [1] "KeroKroac: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7335]]
## [1] "Michael06832367: RT @LOL_Holidays: Morgana's ARAM Jingle\n#LeagueOfLegends #LOL #Christmas https://t.co/LlSMbMcQfk"
## 
## [[7336]]
## [1] "Storiaxion: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7337]]
## [1] "Clieant: RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…"
## 
## [[7338]]
## [1] "KitsunesUmbra: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7339]]
## [1] "Lhotlan_Daddy: 1/2 Pearl chroma elderwood Xayah and Rakan ARG edition discord animated icon\n#LeagueOfLegends #Icons #rakan… https://t.co/MQSbQH2XRb"
## 
## [[7340]]
## [1] "oakeey1: I know I’ve never had much of a league of an audience but them being my now most viewed and 4th most viewed videos… https://t.co/bW2Y9Hcs1G"
## 
## [[7341]]
## [1] "hyuga_himiko: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7342]]
## [1] "PRlMARINA: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[7343]]
## [1] "ElcyyTheGobbler: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7344]]
## [1] "washighost: RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…"
## 
## [[7345]]
## [1] "Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X"
## 
## [[7346]]
## [1] "KidC_EX: RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…"
## 
## [[7347]]
## [1] "lntrelia: RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…"
## 
## [[7348]]
## [1] "YanissouIma: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7349]]
## [1] "LoLRoundUp_: Today's video looks at how the LEC and LCS have fared head-to-head at international events over the last 5 years.… https://t.co/Ue4tRDORJW"
## 
## [[7350]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Why add an item that makes us useless\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worl…"
## 
## [[7351]]
## [1] "yahir708v: RT @leochamposa: In life are you Zed or Shen?🤔  What is your favorite ship for Zed?\n\n#zed #syndra #karma #kayn #shen #akali #LeagueOfLegend…"
## 
## [[7352]]
## [1] "IntrinsicGames: RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…"
## 
## [[7353]]
## [1] "sme_rt: RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…"
## 
## [[7354]]
## [1] "spaceylux: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7355]]
## [1] "LunariSolveig: RT @EnvyAloner: First time~ hmi hmi 🥰🥰🥰\n\nReq by TrixTheFox\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#LeonaxDiana #PRIDE \n#Leona #Diana ht…"
## 
## [[7356]]
## [1] "chrchmaus: RT @CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones I didn’…"
## 
## [[7357]]
## [1] "Retweelgend: RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…"
## 
## [[7358]]
## [1] "Jeffrey18755090: Would you like to see something?😍 #LeagueofLegends #ClashLoL #Bjergsen #Nilah"
## 
## [[7359]]
## [1] "streamerwallcom: RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…"
## 
## [[7360]]
## [1] "SGH_RTs: RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…"
## 
## [[7361]]
## [1] "__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams… https://t.co/coREswzURL"
## 
## [[7362]]
## [1] "andreazxnella: My personal redesign for KOI x Rogue, hope u like it 💜💙#LeagueOfLegends #LegueOfLegendFanArt #LEC #SomosKOI,… https://t.co/MXO05WVt10"
## 
## [[7363]]
## [1] "daweaselbass: RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #winter #map #gg #urgot #push #top #tripple #fun #game #ga…"
## 
## [[7364]]
## [1] "LoLMemesBot: Why add an item that makes us useless\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/A5REpnyaGO"
## 
## [[7365]]
## [1] "daweaselbass: RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #dark #angel #morde #knight #gg #shutdown #big #jg #2vs1 #…"
## 
## [[7366]]
## [1] "Mr3ollele: New video is out, as always, feedback is much appreciated\n\nhttps://t.co/L35LesgPWn\n\n#LeagueOfLegends #leaguetwt #RiotGames"
## 
## [[7367]]
## [1] "MoonBea90491606: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7368]]
## [1] "LunariSolveig: RT @PoroSandia: she may look tiny and cute but she can actually fucking kill you\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Diana #diana #fa…"
## 
## [[7369]]
## [1] "elmaldalene: RT @CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones I didn’…"
## 
## [[7370]]
## [1] "Derucorn: RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…"
## 
## [[7371]]
## [1] "lorenfortunex: RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…"
## 
## [[7372]]
## [1] "LunariSolveig: RT @faeriefountain: reposting my #leagueoflegends #leona and #diana tarot #illustration thumbnail sketches from last night! more to come! h…"
## 
## [[7373]]
## [1] "LukaRoseberry: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7374]]
## [1] "LOL_Art_Bot: RT @dempugs1: There should be more games like this. #LeagueOfLegendsFanArt #LeagueofLegends #MOBA #TransformaTuDestino #ClashLoL #FLYWIN \nO…"
## 
## [[7375]]
## [1] "ktjsuh: RT @slowsofss: I'm having Leona x Diana brainrot for DAYS and I had to make a fanart... They're everything &amp; worth my first art post here 🥺…"
## 
## [[7376]]
## [1] "Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #dark #angel #morde #knight #gg #shutdown #big #jg… https://t.co/TX7Ag2HapU"
## 
## [[7377]]
## [1] "DebraMa53699765: RT @CrowliiDE: Messi is Faker #WorldcupQatar2022 #LeagueOfLegends"
## 
## [[7378]]
## [1] "atego3691: I hope you enjoy it!🔥 #LeagueofLegends #Gameplay #Nilah #StarGuardian #GuardiãsEstelares"
## 
## [[7379]]
## [1] "Okitasji2: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7380]]
## [1] "YuanLombardi: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/gnbuzWxXKr"
## 
## [[7381]]
## [1] "gakisnake: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[7382]]
## [1] "GWolfStories: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7383]]
## [1] "Blackrigz: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7384]]
## [1] "themagecalisto: RT @CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones I didn’…"
## 
## [[7385]]
## [1] "LunariSolveig: RT @veegoesgrr: so got this idea from an old genji fanart and I wanna say I liked the old lore of how Diana got her mark? How it was suppos…"
## 
## [[7386]]
## [1] "LunariSolveig: RT @veegoesgrr: why I haven't drawn these two in the outfit they used to wear while they were still acolytes? well that's because I can't c…"
## 
## [[7387]]
## [1] "StringsNBullets: RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…"
## 
## [[7388]]
## [1] "Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #winter #map #gg #urgot #push #top #tripple #fun… https://t.co/1MxVIr0FWX"
## 
## [[7389]]
## [1] "chxrlotte13_: RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0"
## 
## [[7390]]
## [1] "TigerNatKat: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7391]]
## [1] "LunariSolveig: RT @sasoxichomoshi: sasalele meme but targon edition 😎👉\n\n#targon #LeagueOfLegends https://t.co/bqT4q21C40"
## 
## [[7392]]
## [1] "dempugs1: There should be more games like this. #LeagueOfLegendsFanArt #LeagueofLegends #MOBA #TransformaTuDestino #ClashLoL… https://t.co/9EhDRG57CR"
## 
## [[7393]]
## [1] "Lexnxrdo: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7394]]
## [1] "alexz1386: RT @NahoLadyDragon: Sorry yummi stolen 3dragon and 1 baron 😺🐉🍀💜✨\n#yummi #Pantheon #fanart #sketch #LeagueOfLegends #LeagueOfLegendsFanArt #…"
## 
## [[7395]]
## [1] "LunariSolveig: RT @diazex_art: Whomever gets the high ground decides where they go for dinner that night, as it's always been.\n\n#leagueoflegends #artofleg…"
## 
## [[7396]]
## [1] "alexz1386: RT @NahoLadyDragon: The old volibear 🍀💜✨🐉🐻‍❄️ :33 \n#fanart #LeagueOfLegends #LeagueOfLegendsFanArt #drawing #volibear https://t.co/5WDeCMQs…"
## 
## [[7397]]
## [1] "CoyoteInTheHat: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7398]]
## [1] "SpookziePunzie: 1,100 followers! Come say hi? 👉👈\n\nLink: https://t.co/wY2CM76j4J \n\n#vtuber #ENVtuber #vtuberuprising #VtuberSupport… https://t.co/qwkDneqx6R"
## 
## [[7399]]
## [1] "DELT4xDRE4Mz: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[7400]]
## [1] "1HAgrandmama: RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0"
## 
## [[7401]]
## [1] "sosna564: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7402]]
## [1] "alexz1386: RT @NahoLadyDragon: Day14 dinner~ 🍀🐉✨💜\n#Rakantober2022 #xayahtober #draw #drawing #LeagueOfLegendsFanArt #LeagueOfLegends #fanart https://t…"
## 
## [[7403]]
## [1] "SynicleAxzander: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7404]]
## [1] "umbransovereign: RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…"
## 
## [[7405]]
## [1] "AtmajaPd: Having fun with lighting and colors.🥳🥳 #LeagueofLegends #LoL #ArtofLegends #Bjergsen #КосплейLoL #FLYWIN"
## 
## [[7406]]
## [1] "pov_youreAAAA: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7407]]
## [1] "LilfurWhiteFang: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7408]]
## [1] "godking37571: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7409]]
## [1] "AllTaric: RT @CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones I didn’…"
## 
## [[7410]]
## [1] "firequarts1: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[7411]]
## [1] "_r4gn0r0k: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7412]]
## [1] "godking37571: RT @greeekthegreat: Heres a thread of all (most) of my posted and finished arcane fanart\n#lightcannon #arcane #leagueoflegends #caitvi http…"
## 
## [[7413]]
## [1] "godking37571: RT @greeekthegreat: Cw: a boob\nLIGHTCANNON!!!!!!!!\n#lightcannon #jinxfanart #luxfanart #arcanefanart #arcane #LeagueOfLegends https://t.co/…"
## 
## [[7414]]
## [1] "Hylla_T_Aldan: RT @L0VERSEYES: big scary demon goes purr #leagueoflegends #rhaayn https://t.co/EmP4y37MZr"
## 
## [[7415]]
## [1] "IntrinsicGames: RT @CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones I didn’…"
## 
## [[7416]]
## [1] "youngbo50448381: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[7417]]
## [1] "bojjenclon: RT @CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones I didn’…"
## 
## [[7418]]
## [1] "CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones… https://t.co/pUFd5ThsDm"
## 
## [[7419]]
## [1] "niccolazzy: RT @Darksword255: That's a strong diagnosis... accurate, but strong. #kindred #LeagueOfLegends https://t.co/TFIwULYTS0"
## 
## [[7420]]
## [1] "cristiancr1704: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7421]]
## [1] "MaouTenshi_tv: Yahoo Minions!!! Today is #OSU / #LeagueOfLegends Sunday!!! We are starting off with some ranked league then move o… https://t.co/3XIkHh8Pdi"
## 
## [[7422]]
## [1] "AimlessBros: My pre season so far. \n\nRyze feels hella strong so gonna spam him for a bit.\n\n#LeagueOfLegends https://t.co/AzoiP4vyxn"
## 
## [[7423]]
## [1] "vixx_ex233: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7424]]
## [1] "Dark__127: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7425]]
## [1] "WantAdc: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[7426]]
## [1] "bonerfly1: RT @TonsyGeek: 〘ℂℝ𝔸ℂ𝕂〙𝐍𝐚𝐦𝐞: Ahri\n〘ℂℝ𝔸ℂ𝕂〙𝐒𝐨𝐮𝐫𝐜𝐞: #LeagueOfLegends  \n〘ℂℝ𝔸ℂ𝕂〙𝐑𝐚𝐜𝐞:  #Kitsune  \n〘ℂℝ𝔸ℂ𝕂〙𝐀𝐠𝐞:  1023 ans ?\n〘ℂℝ𝔸ℂ𝕂〙𝐇𝐞𝐢𝐠𝐡𝐭𝐬:  167 cm…"
## 
## [[7427]]
## [1] "SecretAgentAhri: Hey what's up guys! Streaming for fun, so feel free to hop on in!\nhttps://t.co/B9pZB2Jjb3 #TTV #Streamer #Live… https://t.co/sDBuppWrpJ"
## 
## [[7428]]
## [1] "Goodheartless1: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[7429]]
## [1] "Abisco54911105: RT @LOL_Holidays: Morgana's ARAM Jingle\n#LeagueOfLegends #LOL #Christmas https://t.co/LlSMbMcQfk"
## 
## [[7430]]
## [1] "vixx_ex233: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7431]]
## [1] "kelpuwu: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7432]]
## [1] "ItsBaanshee: RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…"
## 
## [[7433]]
## [1] "JUHRUBEBAA: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7434]]
## [1] "r0kensia: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[7435]]
## [1] "ItsBaanshee: RT @_kyuyaa: In the name of the first star, I'll punish you!! ✨\n\n#leagueoflegends #lol #ahri @LoLegendsBR https://t.co/fK0HieXUv0"
## 
## [[7436]]
## [1] "dumbpiltie: RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0"
## 
## [[7437]]
## [1] "LOLegendsMemes: based gank #LeagueOfLegends #Memes https://t.co/WthTB6ZQvw"
## 
## [[7438]]
## [1] "sanunderscoree: The reason I only play with 5 stack #LeagueOfLegends #ranked #holioholio #teamgame #5stack https://t.co/A3CcyjKJvI"
## 
## [[7439]]
## [1] "UserFriendlyEXE: Playing with viewers! Come on and have fun with us! Shyvana + heartsteel = THICC DRAGON! \n#leagueoflegends\nhttps://t.co/Zh0Et3zRzY"
## 
## [[7440]]
## [1] "roxxa5481: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7441]]
## [1] "JoshuaH65875147: I have promised before.👇👇👇👇👇 #Gameplay #LeagueofLegends #StarGuardian #GuardiãsEstelas #КосплейLoL"
## 
## [[7442]]
## [1] "_Dechta: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7443]]
## [1] "IntrinsicGames: RT @BigLittleUnbox: Space is always a issue but l'm trying to fit everything in  #warcraft #worldofwarcraft #minecraft #halo #godofwar #lea…"
## 
## [[7444]]
## [1] "BigLittleUnbox: Space is always a issue but l'm trying to fit everything in  #warcraft #worldofwarcraft #minecraft #halo #godofwar… https://t.co/itf6vEG7xG"
## 
## [[7445]]
## [1] "duxteh2: RT @duxteh2: You want style? You've found her 💜🌺\n\n#artoflegends #LeagueOfLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/31RsoFA…"
## 
## [[7446]]
## [1] "viesolde: RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…"
## 
## [[7447]]
## [1] "JoyComb70362421: RT @LOL_Holidays: Morgana's ARAM Jingle\n#LeagueOfLegends #LOL #Christmas https://t.co/LlSMbMcQfk"
## 
## [[7448]]
## [1] "benignoortegama: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7449]]
## [1] "IntrinsicGames: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7450]]
## [1] "KDAEkko: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7451]]
## [1] "witch_fairytale: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7452]]
## [1] "ga_ja3: RT @DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN"
## 
## [[7453]]
## [1] "shizzleytb: GRAGAS AS BARON - League of Legends Custom Skin https://t.co/McRgfnoVku via @YouTube #leagueoflegends #lol… https://t.co/3zLc7TyIPu"
## 
## [[7454]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: This is my reward for making fun of France early in the first half of the game\n#memes #meme #funny #lol #leagueoflegends #…"
## 
## [[7455]]
## [1] "YuanLombardi: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/P6yp5Q0QXH"
## 
## [[7456]]
## [1] "shyynowo: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7457]]
## [1] "AlezzKY: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7458]]
## [1] "DennisG26502741: RT @GameGymEsports: Final call for this weekend's #StepUpSeries tournaments powered by @Battlefy!!\n\nPlay games, have fun, and win prizes 🙌🏼…"
## 
## [[7459]]
## [1] "LittleRedC0s: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7460]]
## [1] "vanellope271: RT @AsaiOreo: #LeagueOfLegends  #LeagueOfLegendsFanArt #Lux #Ezreal\ncommission https://t.co/EY5df9RSEB"
## 
## [[7461]]
## [1] "vanellope271: RT @Ahnnoty_: the bosses\n#ezko #ekko #Ezreal #LeagueOfLegends #lol #arcane #ArtofLegends https://t.co/d9UQurUxeq"
## 
## [[7462]]
## [1] "DongoranOliva: new day - new art  #StarGuardian #LeagueofLegends #LoL #YıldızMuhafızı #GuardiãsEstelas #КосплейLoL"
## 
## [[7463]]
## [1] "LoLMemesBot: This is my reward for making fun of France early in the first half of the game\n#memes #meme #funny #lol… https://t.co/6hUiUtpSDH"
## 
## [[7464]]
## [1] "blxssomzw: RT @blothariel: he makes me happy 😖\n\n#ArtofLegends #LeagueOfLegends #yone https://t.co/zRtNj4Z2py"
## 
## [[7465]]
## [1] "KielD06: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[7466]]
## [1] "lysnix: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[7467]]
## [1] "blxssomzw: RT @we_byun: \"-Please... Brother... CARRY ME.\"\n\"- FF 15.\" \nYasuo &amp; Yone. ♡\n#LeagueOfLegendsFanArt #LeagueOfLegends #LOL #FANART #yasuo #yon…"
## 
## [[7468]]
## [1] "Skylarin_: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7469]]
## [1] "aquano_: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7470]]
## [1] "AfgathaOsa: RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…"
## 
## [[7471]]
## [1] "taquito_exe: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7472]]
## [1] "LOL_Art_Bot: RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…"
## 
## [[7473]]
## [1] "Dlafrferg: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7474]]
## [1] "Peter_S325: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7475]]
## [1] "CATBR3AD: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7476]]
## [1] "CutHutagalung: RT @stats_live_es: ▶️ League of Legends - Top streams a las 16:08 (Hora ESP)🔥\n\n🥇 #Werlyb➖Viewers: 7.961\n🥈 #KXMI➖Viewers: 820\n🥉 #Th3Antonio➖…"
## 
## [[7477]]
## [1] "Xwarship3003: RT @Elizuart_: Ruined King Viego and Senna\nAnd Lucian who tries to kill those monsters xD\n#ArtofLegends #LeagueOfLegends #RuinedKing #Viego…"
## 
## [[7478]]
## [1] "bIowody: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7479]]
## [1] "_mierii: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7480]]
## [1] "Xwarship3003: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7481]]
## [1] "ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/a5Kf0ltajV"
## 
## [[7482]]
## [1] "MineVoidMC: RT @KJCeSports: The @FNATIC legend returns to the team 2 years after playing for its rival, @G2esports &amp; @KarmineCorp.\n\n#KJCeSports #League…"
## 
## [[7483]]
## [1] "paperarting: Lol Thresh Lantern 3d PaperCraft , Paper Model, PDF Template Pattern Download\nhttps://t.co/1ar4fOQENf\n.\n#lol… https://t.co/FlmCXDFbq5"
## 
## [[7484]]
## [1] "Numroid: RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…"
## 
## [[7485]]
## [1] "KaduMav59563075: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7486]]
## [1] "LOL_Art_Bot: RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…"
## 
## [[7487]]
## [1] "Chipcel_BS: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[7488]]
## [1] "xXShakorXx: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7489]]
## [1] "viegoheigaari: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7490]]
## [1] "CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends… https://t.co/fAhbv41tuB"
## 
## [[7491]]
## [1] "IntrinsicGames: RT @FunSizeDipStick: Dragon trainer Veigar ~ Splash art ( @FunSizeDipStick )\n#LeagueOfLegends #ArtofLegends #Veigar #LeagueOfLegendsFanArt…"
## 
## [[7492]]
## [1] "IntrinsicGames: RT @KJCeSports: The @FNATIC legend returns to the team 2 years after playing for its rival, @G2esports &amp; @KarmineCorp.\n\n#KJCeSports #League…"
## 
## [[7493]]
## [1] "William90381973: RT @KJCeSports: The @FNATIC legend returns to the team 2 years after playing for its rival, @G2esports &amp; @KarmineCorp.\n\n#KJCeSports #League…"
## 
## [[7494]]
## [1] "_saIad_: RT @FunSizeDipStick: Dragon trainer Veigar ~ Splash art ( @FunSizeDipStick )\n#LeagueOfLegends #ArtofLegends #Veigar #LeagueOfLegendsFanArt…"
## 
## [[7495]]
## [1] "salisburymista1: RT @KJCeSports: The @FNATIC legend returns to the team 2 years after playing for its rival, @G2esports &amp; @KarmineCorp.\n\n#KJCeSports #League…"
## 
## [[7496]]
## [1] "RosCryptoNFT: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[7497]]
## [1] "NeverEvi: Day 5 of begging @riotgames to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petition #riotplz"
## 
## [[7498]]
## [1] "SavanahWalker8: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7499]]
## [1] "Dashi_DS: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7500]]
## [1] "MineVoidMC: RT @ZotacCup: It's almost time to jump into the Summoners Rift in today's ZOTAC CUP #LeagueofLegends tournament. Sign up now.\n\nNorth Americ…"
## 
## [[7501]]
## [1] "mara_rogojan: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7502]]
## [1] "LOL_Art_Bot: RT @chaoticb1ue: Mythmaker Irelia! I really love how she looks 🫶🏻\n #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/KZwvL3WNSE"
## 
## [[7503]]
## [1] "KDAEkko: RT @DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5"
## 
## [[7504]]
## [1] "papuchochoe: RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…"
## 
## [[7505]]
## [1] "kikyker: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[7506]]
## [1] "HeyKaisky: RT @isekai_secah: Another Day in the rift B) come say hi unless u were diamond or higher 2022, screw u &gt;:L Check out poll on twitter #leagu…"
## 
## [[7507]]
## [1] "explodinstuff: HOW COME I JUST FOUND OUT ABOUT THIS JINX FIGURE?!?! AND WHY CANT I FIND IT ANYWHERE AHHHHHH IT WAS MADE BY \"R36 Wo… https://t.co/6wg68gjstq"
## 
## [[7508]]
## [1] "443Eze: RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0"
## 
## [[7509]]
## [1] "chaoticb1ue: Mythmaker Irelia! I really love how she looks 🫶🏻\n #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/KZwvL3WNSE"
## 
## [[7510]]
## [1] "mr_dekaw: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[7511]]
## [1] "MrTolkkkk: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7512]]
## [1] "jxmymxzon: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7513]]
## [1] "RebelDragon101: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7514]]
## [1] "not_too_import: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7515]]
## [1] "II_BlackBird_II: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[7516]]
## [1] "YugureAi: RT @whisky14642781: Old butcher knife. My fifth handpainted asset. Mesh made in blender, paint in 3dCoat \n#b3D #handpainted #stylized #Warc…"
## 
## [[7517]]
## [1] "0NETOSEAL: RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…"
## 
## [[7518]]
## [1] "SimlaiAnirban: Sir ! MESSI WON ! #LeagueOfLegends #WorldCup  #Leadership  #Messi𓃵  🙏🙏🙏 https://t.co/hzVQepU50r"
## 
## [[7519]]
## [1] "cottoncandyafro: RT @sagefoxart: Commission ✨\n#Rell #starguardian #battlequeen #LeagueOfLegends https://t.co/N9oJAN4i6o"
## 
## [[7520]]
## [1] "Wektor2_0: RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…"
## 
## [[7521]]
## [1] "Kxinix: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7522]]
## [1] "Darksword255: That's a strong diagnosis... accurate, but strong. #kindred #LeagueOfLegends https://t.co/TFIwULYTS0"
## 
## [[7523]]
## [1] "SimlaiAnirban: TWO LEGENDS ! ONE VISION ! #WorldCup #LeagueOfLegends #Leadership https://t.co/Qa0yT1ZmDL"
## 
## [[7524]]
## [1] "memecalypse: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[7525]]
## [1] "VickieZ25645605: RT @TonsyGeek: 〘ℂℝ𝔸ℂ𝕂〙𝐍𝐚𝐦𝐞: Ahri\n〘ℂℝ𝔸ℂ𝕂〙𝐒𝐨𝐮𝐫𝐜𝐞: #LeagueOfLegends  \n〘ℂℝ𝔸ℂ𝕂〙𝐑𝐚𝐜𝐞:  #Kitsune  \n〘ℂℝ𝔸ℂ𝕂〙𝐀𝐠𝐞:  1023 ans ?\n〘ℂℝ𝔸ℂ𝕂〙𝐇𝐞𝐢𝐠𝐡𝐭𝐬:  167 cm…"
## 
## [[7526]]
## [1] "edarkness1: Whew. Next chapter of JM is now out.  #Ekko is finally able to put the case to bed even if he’s not happy with the… https://t.co/FrAVsTSFNq"
## 
## [[7527]]
## [1] "_mizah: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[7528]]
## [1] "farm_sari: RT @LoLMemesBot: that wasn't supposed to happen\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022…"
## 
## [[7529]]
## [1] "army_of_dolls24: RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo"
## 
## [[7530]]
## [1] "IntrinsicGames: RT @Elizuart_: I was trying clip studio art and Drawing them is the best option 💖💕\n#LeoDia #LeonaxDiana #Leona #Diana #ArtofLegends #League…"
## 
## [[7531]]
## [1] "faairiegf: RT @catinipicnic: By popular demand ♡ Choose the champion for the next set of emotes !\n\nI am beyond flattered with the amount of support I…"
## 
## [[7532]]
## [1] "IntrinsicGames: RT @Chilllki: Schedule for the week. See you guys there\n\nMonday: Preaseason league(finally)\n\nTuesday: The long dark\n\nWednesday: xcom Ironma…"
## 
## [[7533]]
## [1] "IntrinsicGames: RT @h0ngJvn: #rhaayn cuddles!! i cant get enough of them!!\n#rhaast #kayn #LeagueOfLegends https://t.co/Bwa3B8TKrH"
## 
## [[7534]]
## [1] "thornyzyra: RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…"
## 
## [[7535]]
## [1] "cosmic_oro: RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS"
## 
## [[7536]]
## [1] "ZotacCup: It's almost time to jump into the Summoners Rift in today's ZOTAC CUP #LeagueofLegends tournament. Sign up now.\n\nNo… https://t.co/VKDSssfvgE"
## 
## [[7537]]
## [1] "IntrinsicGames: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7538]]
## [1] "AppleTafaha: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7539]]
## [1] "IVY49470293: RT @h0ngJvn: #rhaayn cuddles!! i cant get enough of them!!\n#rhaast #kayn #LeagueOfLegends https://t.co/Bwa3B8TKrH"
## 
## [[7540]]
## [1] "Chilllki: Schedule for the week. See you guys there\n\nMonday: Preaseason league(finally)\n\nTuesday: The long dark\n\nWednesday: x… https://t.co/I3w9p4nni8"
## 
## [[7541]]
## [1] "LunariSolveig: RT @Elizuart_: I was trying clip studio art and Drawing them is the best option 💖💕\n#LeoDia #LeonaxDiana #Leona #Diana #ArtofLegends #League…"
## 
## [[7542]]
## [1] "YuanLombardi: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/m5lR1BDi3p"
## 
## [[7543]]
## [1] "Mr3ollele: New League of legends video should be out in an hour or so depends if I finish editing. so be on the look out 👀\n#LeagueOfLegends #leaguetwt"
## 
## [[7544]]
## [1] "LunariSolveig: RT @louise_artist: TODAY ITS A BIG DAY FOR THE GAYS\nDIANA AND LEONA FINALLY KISSED YOU GUYS!!!!!\nso....... i was to excited and drew this\nd…"
## 
## [[7545]]
## [1] "SimpForCait: RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0"
## 
## [[7546]]
## [1] "YuanLombardi: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/qKVV931hOe"
## 
## [[7547]]
## [1] "LunariSolveig: RT @_erisiar: Leona and Diana ☀️🌙\n\n#ArtofLegends #LeagueOfLegends #Leona #Diana #LeonaxDiana https://t.co/dXoIyDGgMX"
## 
## [[7548]]
## [1] "LunariSolveig: RT @LoLValosimp: Doodle cuz Leona and Diana are canon now LETS GOOOO 💓\n#LeagueOfLegends #LeonaxDiana 🏳️‍🌈🏳️‍🌈🏳️‍🌈☀️🌙 https://t.co/qc4KeUs4ta"
## 
## [[7549]]
## [1] "Cookie3w3: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7550]]
## [1] "LunariSolveig: RT @atomicant_cami: diana you fool #LeagueOfLegends #ArtofLegends https://t.co/0YT9trDEMM"
## 
## [[7551]]
## [1] "viesolde: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7552]]
## [1] "shimydim: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7553]]
## [1] "MoonDuster29: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7554]]
## [1] "JanetBa90858067: RT @onion_on1: Again Kayn?\nNow you know who was my crush\n\n#Kayn #LeagueOfLegends #fanart https://t.co/fSBazNOdpH"
## 
## [[7555]]
## [1] "HaiScone: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7556]]
## [1] "AfgathaOsa: RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks"
## 
## [[7557]]
## [1] "kikyker: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7558]]
## [1] "SapphireMiles2: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7559]]
## [1] "whisky14642781: Old butcher knife. My fifth handpainted asset. Mesh made in blender, paint in 3dCoat \n#b3D #handpainted #stylized… https://t.co/IG3G0DqwOX"
## 
## [[7560]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Rate my new name\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelio…"
## 
## [[7561]]
## [1] "Cinheartshuskys: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7562]]
## [1] "StringsNBullets: RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE"
## 
## [[7563]]
## [1] "catinipicnic: By popular demand ♡ Choose the champion for the next set of emotes !\n\nI am beyond flattered with the amount of supp… https://t.co/9kkPDpX70s"
## 
## [[7564]]
## [1] "Aiidreon: RT @DeivCalviz: Apparently it is #PortfolioDay !\n\nHere are all the released splash art I've done for #LeagueOfLegends so far. More to come…"
## 
## [[7565]]
## [1] "brokn_league: Messi and Deft Goats 🐐  and 1v9 Players Chovy and Mbappe but unlucky team #leagueoflegends #FIFAWorldCup https://t.co/I07WCbiXjb"
## 
## [[7566]]
## [1] "mira_miranha: RT @PiniMizzaArt: Day 39 - Graves the Outlaw (29/161)\n#LeagueOfLegendsFanArt #LeagueOfLegends #graves \n(Took a little breather, back on it…"
## 
## [[7567]]
## [1] "mira_miranha: RT @PiniMizzaArt: Day 40 - Gwen the Hallowed Seamstress (40/161)\n#LeagueOfLegendsFanArt #LeagueOfLegends #Gwen https://t.co/DtAzu3TLyc"
## 
## [[7568]]
## [1] "mira_miranha: RT @PiniMizzaArt: Day 42 - Heimerdinger the Revered Inventor (42/161)\n#LeagueOfLegendsFanArt #LeagueOfLegends #Heimerdinger https://t.co/rm…"
## 
## [[7569]]
## [1] "mira_miranha: RT @PiniMizzaArt: Day 43 - Illaoi the Kraken Priestess \n#LeagueOfLegendsFanArt #LeagueOfLegends #illaoi https://t.co/dzAbtVnGtM"
## 
## [[7570]]
## [1] "mira_miranha: RT @PiniMizzaArt: Day 44 - Irelia the Blade Dancer (44/161)\n#LeagueOfLegendsFanArt #LeagueOfLegends #Irelia https://t.co/OtbkVjGB35"
## 
## [[7571]]
## [1] "mira_miranha: RT @PiniMizzaArt: Day 46 - Janna the Storm’s Furry (46/161)\n#LeagueOfLegendsFanArt #LeagueOfLegends #Janna https://t.co/FaShyMLhD4"
## 
## [[7572]]
## [1] "mira_miranha: RT @PiniMizzaArt: Day 49 - Jayce the Defender of Tomorrow (49/161)\n#LeagueOfLegendsFanArt #LeagueOfLegends #Jayce https://t.co/OM9QyPnfKR"
## 
## [[7573]]
## [1] "MYP_esport: Loading....\n+Info @messaval @MaraYPrice \n#valorant #ApexLegends #Fortnite #CSGO #RainbowSixSiege #LeagueOfLegends… https://t.co/YPKcnCYy4w"
## 
## [[7574]]
## [1] "pierzaick: #LeagueOfLegends #Scripting Happy to see this ad on my YouTube. https://t.co/87GXs2Nrwu"
## 
## [[7575]]
## [1] "caitville: RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0"
## 
## [[7576]]
## [1] "LoLMemesBot: Rate my new name\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/4xIZOHv1Ts"
## 
## [[7577]]
## [1] "vis_rainbow: RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0"
## 
## [[7578]]
## [1] "summerswirlarts: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7579]]
## [1] "arcane_brainrot: RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0"
## 
## [[7580]]
## [1] "gothdatefriend: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7581]]
## [1] "Tali_Hawke: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7582]]
## [1] "StringsNBullets: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7583]]
## [1] "mightyena58: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7584]]
## [1] "JESTERK0RE: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7585]]
## [1] "PenguOrange: After gettin some suggestions I decided to update my way of drawing Poppy (statring with the head).\nI gave her more… https://t.co/X1aaqd79ax"
## 
## [[7586]]
## [1] "QiyanaSimpai: RT @CrazedCBear: Working on expanding my champ pool today on stream by playing ARAM with only unowned/no chest champions! It will be...INTe…"
## 
## [[7587]]
## [1] "JuanBRob: RT @_LtAndreas: ✨New Valorant Stream✨https://t.co/iJFxgT0EtS #TwitchStreamer #twitch #gamer #gaymer #Valorant #LeagueOfLegends #RiotGames #…"
## 
## [[7588]]
## [1] "_LtAndreas: ✨New Valorant Stream✨https://t.co/iJFxgT0EtS #TwitchStreamer #twitch #gamer #gaymer #Valorant #LeagueOfLegends… https://t.co/01PdskeD8O"
## 
## [[7589]]
## [1] "Maximil84866965: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[7590]]
## [1] "bojjenclon: RT @CrazedCBear: Working on expanding my champ pool today on stream by playing ARAM with only unowned/no chest champions! It will be...INTe…"
## 
## [[7591]]
## [1] "quentxns: RT @Ahnnoty_: the bosses\n#ezko #ekko #Ezreal #LeagueOfLegends #lol #arcane #ArtofLegends https://t.co/d9UQurUxeq"
## 
## [[7592]]
## [1] "CrazedCBear: Working on expanding my champ pool today on stream by playing ARAM with only unowned/no chest champions! It will be… https://t.co/O24Ar70wZ6"
## 
## [[7593]]
## [1] "LOL_Art_Bot: RT @golden8witch: I finished :\"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…"
## 
## [[7594]]
## [1] "TheGooseGod3: RT @PSG_Talon: We're ready. 😎\n\n#SOARWITHTALON #lolesports #pcs #psg #leagueoflegends #announcement #roster https://t.co/vXslnF9PHO"
## 
## [[7595]]
## [1] "quentxns: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7596]]
## [1] "nsfw8witch: RT @golden8witch: I finished :\"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…"
## 
## [[7597]]
## [1] "Yellow_Radio_: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7598]]
## [1] "AstralSky_: RT @kmo339: #renataglasc #LeagueOfLegends\n\nYOU WERE REGRETTABLY EXPENDABLE, MY DEAR https://t.co/uMCcwnx0VM"
## 
## [[7599]]
## [1] "sonaissm: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7600]]
## [1] "Wicked_Lobster: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7601]]
## [1] "ezredwan0: RT @Ahnnoty_: the bosses\n#ezko #ekko #Ezreal #LeagueOfLegends #lol #arcane #ArtofLegends https://t.co/d9UQurUxeq"
## 
## [[7602]]
## [1] "requinn_e: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7603]]
## [1] "golden8witch: I finished :\"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt… https://t.co/74rgUFJyHq"
## 
## [[7604]]
## [1] "yourm0m_1ovesm3: RT @soap_ai: Jinx the homophobic homosexual \n#leagueoflegends #artoflegends #jinx #lux #lightcannon #caitvi #arcane https://t.co/PW3h696Ye8"
## 
## [[7605]]
## [1] "YurielleArt: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7606]]
## [1] "yourm0m_1ovesm3: RT @soap_ai: It was funnier in my head\n\n#ArtofLegends #LeagueOfLegends #lightcannon #jinx #lux #arcane https://t.co/nPHYNzMuLD"
## 
## [[7607]]
## [1] "Foxburddle_0809: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7608]]
## [1] "StarChar21: Put this in perspective. The greats of a lot of games had a first win this year.\n\nDeft #LeagueOfLegends\nMessi… https://t.co/UYHmKmObMp"
## 
## [[7609]]
## [1] "FunkinAdventur: What’s cozier than a #Poro 🥰🎄💙 \n#FunkoPhotoADayChallenge @OriginalFunko #cozy #Funko #FOTW #FunkoFunatic… https://t.co/0ifrtanEDa"
## 
## [[7610]]
## [1] "Grimloc86927206: RT @HarryTh67235811: I just finished the game and wanted to share it.🥳🥳🥳🥳 #LoL #mobilegame #LeagueofLegends #ClashLoL #StarGuardians #Trans…"
## 
## [[7611]]
## [1] "Eclipse_Phalanx: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7612]]
## [1] "BrittainLogan: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7613]]
## [1] "BrittainLogan: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[7614]]
## [1] "Gold_Okachi: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7615]]
## [1] "Tufffyi: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[7616]]
## [1] "Spoopy_Owl: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7617]]
## [1] "CP0rk: RT @GameGymEsports: Final call for this weekend's #StepUpSeries tournaments powered by @Battlefy!!\n\nPlay games, have fun, and win prizes 🙌🏼…"
## 
## [[7618]]
## [1] "ny45oty43wk5tk: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7619]]
## [1] "thornarn: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7620]]
## [1] "dinkndots: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7621]]
## [1] "plebberi: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[7622]]
## [1] "Kristin82565964: RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX"
## 
## [[7623]]
## [1] "papuchochoe: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7624]]
## [1] "D4Rkfor3: RT @stats_live_es: ▶️ League of Legends - Top streams a las 16:08 (Hora ESP)🔥\n\n🥇 #Werlyb➖Viewers: 7.961\n🥈 #KXMI➖Viewers: 820\n🥉 #Th3Antonio➖…"
## 
## [[7625]]
## [1] "SnowEish: RT @LaverLaco: #ArtofLegends #LeagueOfLegends #KDA #KDAAkali #KDAEvelynn #evekali #akalynn \nK/DA Evelynn's glasses is so cooooool! \nEvelynn…"
## 
## [[7626]]
## [1] "Pretzinn: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7627]]
## [1] "TUnscrubbed: RT @LorificArts: Quiet chat in The Last Drop 🍻✨ ft. Oc Honey Badger\n#arcane #LeagueOfLegends #illustration https://t.co/OZnWdDNEAL"
## 
## [[7628]]
## [1] "KBM_LOL: LUX CATCHING BIG FISH WITH THAT BAIT! #leagueoflegends #shorts #blue #tr... \nhttps://t.co/dNh1kQeoZg via @YouTube"
## 
## [[7629]]
## [1] "WebBywestsides: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[7630]]
## [1] "WebBywestsides: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7631]]
## [1] "LOLegendsMemes: what does it mean #LeagueOfLegends #Memes https://t.co/prCsnoh1h3"
## 
## [[7632]]
## [1] "CitronFrontiers: RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…"
## 
## [[7633]]
## [1] "isekai_secah: Another Day in the rift B) come say hi unless u were diamond or higher 2022, screw u &gt;:L Check out poll on twitter… https://t.co/eAspw8Aixu"
## 
## [[7634]]
## [1] "BizarreRayo: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7635]]
## [1] "IntrinsicGames: RT @Shameichi: Since I had so much work to do, i decided to not do them at all.\n\nHere's a mock screenshot of Battle Academia Lux if it were…"
## 
## [[7636]]
## [1] "fateless_oscar: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7637]]
## [1] "IntrinsicGames: RT @BrendaA56642710: I enjoy playing this game.🎮🎮🎮🎮 #LeagueofLegends #StarGuardians #ФанАрт #КосплейLoL"
## 
## [[7638]]
## [1] "EZLOL_R: RT @HiroLyte: \"I asked her out on a date and she said yes!\"✨💝 \n-Ezreal \n#LeagueOfLegendsFanArt #LeagueOfLegends #BattleAcademia #Ezreal #Ri…"
## 
## [[7639]]
## [1] "EZLOL_R: RT @crystalmew: dont forget boy wonder, battle academia ezreal 🤘\n\n#LeagueOfLegends #BattleAcademia #ArtofLegends https://t.co/c3MuV6snMu"
## 
## [[7640]]
## [1] "IntrinsicGames: RT @PurpleARTdude: I can't play it. Riot, where are the balanced tanks??\n#LeagueOfLegends https://t.co/J19rbQ4BVy"
## 
## [[7641]]
## [1] "PurpleARTdude: I can't play it. Riot, where are the balanced tanks??\n#LeagueOfLegends https://t.co/J19rbQ4BVy"
## 
## [[7642]]
## [1] "BrendaA56642710: I enjoy playing this game.🎮🎮🎮🎮 #LeagueofLegends #StarGuardians #ФанАрт #КосплейLoL"
## 
## [[7643]]
## [1] "EZLOL_R: RT @Shameichi: Since I had so much work to do, i decided to not do them at all.\n\nHere's a mock screenshot of Battle Academia Lux if it were…"
## 
## [[7644]]
## [1] "iamleahpar: In Gold Hell...Again https://t.co/yaQEbFu1Fs\n\nActually closer to getting out of here? \n#valorant #riot #riotgames… https://t.co/H1wq4utb65"
## 
## [[7645]]
## [1] "RafaelC142: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7646]]
## [1] "NIJISE_: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7647]]
## [1] "Skaarly: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7648]]
## [1] "huyamia_miao: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7649]]
## [1] "rae_vynn: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7650]]
## [1] "_quilters: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7651]]
## [1] "yuuneelli: RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…"
## 
## [[7652]]
## [1] "Kobobobobobo2: RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID"
## 
## [[7653]]
## [1] "isekai_secah: Which skin shard should I unlock first I can't decide :E\n#leaguetwt #League_of_Legends #LeagueOfLegends"
## 
## [[7654]]
## [1] "joestreladraw: just got a commissions that i could get together some  of stuff i like, Teemo + TFT 😍\n.\n.\n#TFT… https://t.co/mrJA86zxTx"
## 
## [[7655]]
## [1] "lulubelle___: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7656]]
## [1] "KenRddt: RT @LOLegendsMemes: lights me up everytime #LeagueOfLegends #Memes https://t.co/jBVC1ztpiS"
## 
## [[7657]]
## [1] "ZexionGS: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7658]]
## [1] "Maverick6806: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7659]]
## [1] "kpizee: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7660]]
## [1] "AureaTragedia: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[7661]]
## [1] "dairytactician: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[7662]]
## [1] "Naariluh: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[7663]]
## [1] "isekai_secah: Sorry for the low quality pic, which skin shard should I unlock?\n#leaguetwt #League_of_Legends #LeagueOfLegends https://t.co/YxeajzPjue"
## 
## [[7664]]
## [1] "dairytactician: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7665]]
## [1] "RepulsiveMaid: RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…"
## 
## [[7666]]
## [1] "RicardoDavenp13: RT @LOL_Holidays: Morgana's ARAM Jingle\n#LeagueOfLegends #LOL #Christmas https://t.co/LlSMbMcQfk"
## 
## [[7667]]
## [1] "StephJMillz1: I can remember I was live streaming myself playing the Aatrox rework when it was released. This is some crazy fores… https://t.co/el7feDxx7U"
## 
## [[7668]]
## [1] "Lenidax: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[7669]]
## [1] "lunapfarias: RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…"
## 
## [[7670]]
## [1] "lou_pancake: RT @Greysan_: Also I can’t explain myself here i just heard this audio the other day and i thought of these two\n#yasuo #taliyah #LeagueOfLe…"
## 
## [[7671]]
## [1] "MeisterNaz: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7672]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #SpiritB…"
## 
## [[7673]]
## [1] "LOL_Art_Bot: RT @metalichotchoco: Rumble- I mean Tristy asu, it turned out way better than i thought it would \n\n#League_Of_Legends #rumble #LeagueOfLege…"
## 
## [[7674]]
## [1] "AllTaric: RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…"
## 
## [[7675]]
## [1] "Jabarodrago: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7676]]
## [1] "Kushiki_Aphelii: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7677]]
## [1] "RosaDeRealeza: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7678]]
## [1] "MineVoidMC: RT @Hazles14: lvl 18 full items adc #shorts #leagueoflegends #lol #gaming #lolshorts https://t.co/0hhPSEqlss via @YouTube"
## 
## [[7679]]
## [1] "vivipickedme: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[7680]]
## [1] "Vardda_: RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…"
## 
## [[7681]]
## [1] "vivipickedme: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7682]]
## [1] "Hazles14: lvl 18 full items adc #shorts #leagueoflegends #lol #gaming #lolshorts https://t.co/0hhPSEqlss via @YouTube"
## 
## [[7683]]
## [1] "LoLMemesBot: Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios… https://t.co/oUzURTo3QR"
## 
## [[7684]]
## [1] "Serogath: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[7685]]
## [1] "CATBR3AD: RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…"
## 
## [[7686]]
## [1] "HamuUwU: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7687]]
## [1] "Serogath: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7688]]
## [1] "luv_astral: RT @metalichotchoco: Rumble- I mean Tristy asu, it turned out way better than i thought it would \n\n#League_Of_Legends #rumble #LeagueOfLege…"
## 
## [[7689]]
## [1] "StoneTaliyah: RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…"
## 
## [[7690]]
## [1] "Fakar_Intar: KALISTA 1V9 XMAS! Account unbanned for Christmas carry\n Xmas xmas christmas Christmas League of Legends Riot… https://t.co/XOHLqLYwnM"
## 
## [[7691]]
## [1] "metalichotchoco: Rumble- I mean Tristy asu, it turned out way better than i thought it would \n\n#League_Of_Legends #rumble… https://t.co/Ar5TBDcnam"
## 
## [[7692]]
## [1] "spertekh: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[7693]]
## [1] "AdvancedSIMP: It's 59th day of SIMP waiting for MALE FURRY CHAMP 😔#SIMPiswaiting #LeagueOfLegends"
## 
## [[7694]]
## [1] "Ivanska_: RT @erythchi: Ahri Classic skin 🥰🥰 #LeagueOfLegends #cosplay https://t.co/gPYujfojgC"
## 
## [[7695]]
## [1] "radakn1: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7696]]
## [1] "Ball00n27: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[7697]]
## [1] "ChumpanionBoy: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7698]]
## [1] "LinyeSupremacy: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7699]]
## [1] "fghg1232: RT @HdDxrth: They protect me.❤️❤️❤️ #LeagueofLegends #GENGWIN #G2WIN #YıldızMuhafızları \nOriginal: lazypoof https://t.co/qVgo3GNV6T"
## 
## [[7700]]
## [1] "nickythehatchet: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7701]]
## [1] "yuuneelli: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7702]]
## [1] "Navin_chan: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7703]]
## [1] "hcm_Abigail: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7704]]
## [1] "Michael06832367: Tell us about your favorite one.💕 #LeagueofLegends #LeagueOfLegendsFanArt #Game #GuardianasEstelares #YıldızMuhafızı #ClashLoL"
## 
## [[7705]]
## [1] "Warehouse04: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[7706]]
## [1] "Mochi2137: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7707]]
## [1] "ak_elon: RT @stats_live_es: ▶️ League of Legends - Top streams a las 16:08 (Hora ESP)🔥\n\n🥇 #Werlyb➖Viewers: 7.961\n🥈 #KXMI➖Viewers: 820\n🥉 #Th3Antonio➖…"
## 
## [[7708]]
## [1] "LexiosWereYeen: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7709]]
## [1] "LOL_Art_Bot: RT @fazuo: #Kalista #Lol #LeagueOfLegends #LeagueOfLegendsFanArt \nJust fast paint meh https://t.co/3wXQXbyFC6"
## 
## [[7710]]
## [1] "_N_a_z_i_r_a_: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7711]]
## [1] "eldritchkinds: RT @Samandriade: When I imagine the ship dynamic for Swain and Leblanc I imagine this\n#LeagueOfLegends #LeagueOfLegendsFanArt #swain #lebla…"
## 
## [[7712]]
## [1] "fazuo: #Kalista #Lol #LeagueOfLegends #LeagueOfLegendsFanArt \nJust fast paint meh https://t.co/3wXQXbyFC6"
## 
## [[7713]]
## [1] "Matej941: RT @rayyyyyyy_: CSGO Plays\n\n#CSGO #VAL #Dota2 #Underdog #GamblingTwitter #LeagueOfLegends #PlayerProps #PrizePicks #Follow #Like #Retweet h…"
## 
## [[7714]]
## [1] "yoberrystrawgur: RT @Ahnnoty_: the bosses\n#ezko #ekko #Ezreal #LeagueOfLegends #lol #arcane #ArtofLegends https://t.co/d9UQurUxeq"
## 
## [[7715]]
## [1] "dark_kronnos: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7716]]
## [1] "MidSkashOficial: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[7717]]
## [1] "RedRominio: RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0"
## 
## [[7718]]
## [1] "creedcabib: Study volume #LeagueOfLegends #study https://t.co/SLfyfP90Mi"
## 
## [[7719]]
## [1] "lesbopal56: RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0"
## 
## [[7720]]
## [1] "Moldyscrotum: Mid diff #ARGFRA #LeagueOfLegends"
## 
## [[7721]]
## [1] "Famemqs: RT @i4megistus: miss fortune sarah fortune fancam edit typa girl black pink league of legends lol mf #LeagueOfLegends #cblol #Qatar2022 htt…"
## 
## [[7722]]
## [1] "LOL_Art_Bot: RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…"
## 
## [[7723]]
## [1] "Shiikiie1: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7724]]
## [1] "howdia_ir: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7725]]
## [1] "Foxanstar: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7726]]
## [1] "MartiVroom: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7727]]
## [1] "RenektonVE: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7728]]
## [1] "ILovePantheon: RT @Myshkinka: Some old Atreus fanart \n\n#leagueoflegends #LeagueOfLegendsFanArt #pantheon #aatrox https://t.co/cukN3ll4Yt"
## 
## [[7729]]
## [1] "Le_Kitty_Skie: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7730]]
## [1] "NathanielKey8: It was never finished as I had to move on but I have always liked my sketch of Viego. \n\n#artist #art… https://t.co/GQ5MmMeyMo"
## 
## [[7731]]
## [1] "wate2028: RT @ESNA__GG: Our Talents teams for today's LOL ⚔️ live stream 🔥 see you at 🕒 𝟏𝟓:𝟎𝟎\n\n👤🎙️ 𝐖𝐚𝐫𝐝𝐲\n👤🎙️ 𝐊𝐫𝐞𝐳𝐢𝐨\n👤🎙️ 𝐏𝐫𝐨𝐱𝐞𝐦𝐚\n\n 🎥 𝗪𝗮𝘁𝗰𝗵 𝘁𝗵𝗲 𝘀𝘁𝗿𝗲𝗮𝗺…"
## 
## [[7732]]
## [1] "MarkitosArt20_: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7733]]
## [1] "MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/vkqNFk3LQj"
## 
## [[7734]]
## [1] "Mithril_Cosplay: It's Christmas in a week, and I'm terribly behind!! But if you'd like to get me something special, here is my Wishl… https://t.co/YLOitAl0qn"
## 
## [[7735]]
## [1] "m006098s: The game is the most anticipated in history.🚀🚀🚀 #LeagueofLegends #MOBA #StarGuardian #YıldızMuhafızı #StarGuardians #ФанАрт"
## 
## [[7736]]
## [1] "Light_Sparky: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7737]]
## [1] "tofana_rain: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7738]]
## [1] "IntrinsicGames: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7739]]
## [1] "marochiinn: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7740]]
## [1] "LOL_Art_Bot: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7741]]
## [1] "chimmypuffs: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7742]]
## [1] "ascoresdalua: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7743]]
## [1] "BookerMeister: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7744]]
## [1] "Hikari_Astra: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7745]]
## [1] "PTSDcore: RT @kheilum: Akalynn having fun at the beach!! ⛱️🌊\n.\n.\n#Akali #Evelynn #Akalynn #LeagueOfLegends #KDA  #LeagueOfLegendsFanArt #leaguetwt #L…"
## 
## [[7746]]
## [1] "gwinshin: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7747]]
## [1] "Krisss_Angel: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7748]]
## [1] "PTSDcore: RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…"
## 
## [[7749]]
## [1] "CJ_Hatter: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7750]]
## [1] "liahasbeenfound: RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb"
## 
## [[7751]]
## [1] "CHOCOT4RT: RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt  \n Neeko⛅️ https://t.co/Y8NqUaH2be"
## 
## [[7752]]
## [1] "LOLegendsMemes: I walk a lonely road #LeagueOfLegends #Memes https://t.co/O8ZvpuSLof"
## 
## [[7753]]
## [1] "svogel_xii: RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb"
## 
## [[7754]]
## [1] "LOLegendsMemes: Finally, a good matchmaking #LeagueOfLegends #Memes https://t.co/Yrggeordyv"
## 
## [[7755]]
## [1] "LOLegendsMemes: This is my reward for making fun of France early in the first half of the game #LeagueOfLegends #Memes https://t.co/ooiU7mbr5C"
## 
## [[7756]]
## [1] "LOLegendsMemes: 🤜 🤛 symbol of friendship🤙 #LeagueOfLegends #Memes https://t.co/cQzapReJ3h"
## 
## [[7757]]
## [1] "LOLegendsMemes: Protein for Protean builders #LeagueOfLegends #Memes https://t.co/vHKOGgI4yE"
## 
## [[7758]]
## [1] "LOLegendsMemes: Garen?? No today is ARGEN 🇦🇷🇦🇷🇦🇷🇦🇷🇦🇷 #LeagueOfLegends #Memes https://t.co/DyR2yy5qRE"
## 
## [[7759]]
## [1] "Erick_League: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7760]]
## [1] "VTuberTweeter: RT @BadluckBringit: Its time, once again, for some League of Legends preseason shenanigans! Come join me as I navigate the seas of this new…"
## 
## [[7761]]
## [1] "tatianacs475: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7762]]
## [1] "Hiko_Takashi: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7763]]
## [1] "PTSDcore: RT @SkohatiWolf: Just a little nap before the show . . \n#Akali #Evelynn #akalynn #LeagueOfLegends #3dart #WildRift #KDAAkali #KDAEvelynn #K…"
## 
## [[7764]]
## [1] "WhippedChoccy: RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…"
## 
## [[7765]]
## [1] "rurica005: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7766]]
## [1] "ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰… https://t.co/Ey4gs6NcTH"
## 
## [[7767]]
## [1] "Blinix2: RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…"
## 
## [[7768]]
## [1] "BadluckBringit: Its time, once again, for some League of Legends preseason shenanigans! Come join me as I navigate the seas of this… https://t.co/MW2FmAQbfN"
## 
## [[7769]]
## [1] "RogueQuartz: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[7770]]
## [1] "PTSDcore: RT @SleinYesWowNC: It's the most wonderful time of the year\nEVETOBER STARTS NOW\n#Evelynn #LeagueOfLegends #ArtofLegends https://t.co/PKgCvS…"
## 
## [[7771]]
## [1] "nicorukya27: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[7772]]
## [1] "PTSDcore: RT @art_wilkins: Here's the second batch of work done for Riot! \n#KDA #Evelynn #Kaisa #Akali #LeagueOfLegends #LOL #RiotGames #conceptart #…"
## 
## [[7773]]
## [1] "PTSDcore: RT @vatheja: #evelynn Doodle for tonight!💕 #LeagueOfLegends https://t.co/6OsqkZFXBJ"
## 
## [[7774]]
## [1] "loreofruneterra: Law of the sea: Gangplank robs pnz &amp; Vi respones by punching a hole in his ship so he in turn lights the fuse sinki… https://t.co/I93ghMnFg4"
## 
## [[7775]]
## [1] "KokanII_1411: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7776]]
## [1] "AbelSpiders: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[7777]]
## [1] "HellSunmie: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7778]]
## [1] "0Capsule: RT @art_wilkins: Third batch of Character Illustrations done for Riot :) \nCheck out the previous posts to see more! \n#KDA #Ahri #Kaisa #Ser…"
## 
## [[7779]]
## [1] "0Capsule: RT @art_wilkins: Here's the second batch of work done for Riot! \n#KDA #Evelynn #Kaisa #Akali #LeagueOfLegends #LOL #RiotGames #conceptart #…"
## 
## [[7780]]
## [1] "0Capsule: RT @art_wilkins: Some more work done for Riot Games. Loved doing these! More to come :) \n#KDA #Ahri #Kaisa #Akali #LeagueOfLegends #LOL #Ri…"
## 
## [[7781]]
## [1] "Nealon28085000: RT @jasikyu: Caitlyn wanted vi so I became her #arcane #LeagueOfLegends https://t.co/rBahVYMFEH"
## 
## [[7782]]
## [1] "VS_ECartwright: #LeagueOfLegends #Skullgirls\nnow former catholic immersion students will steak out cartwright ave. for no particula… https://t.co/3C091FzZ5z"
## 
## [[7783]]
## [1] "Managodess: RT @Samandriade: \"If only your kind could see what you see, Soraka, they would weep for you as you weep for us.\"\n#LeagueOfLegendsFanArt #le…"
## 
## [[7784]]
## [1] "TinaCru55531818: RT @D_0Leviathan: My Ahri drawing ✨\n#LeagueOfLegends #ahri #LeagueOfLegendsFanArt https://t.co/28dj79PRcg"
## 
## [[7785]]
## [1] "FlexerOnyx: RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE"
## 
## [[7786]]
## [1] "ULTIMATEFUKOUDA: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7787]]
## [1] "VS_ECartwright: As said before; the new englishman\nhttps://t.co/amwfq4ibzw\n#Skullgirls #LeagueOfLegends"
## 
## [[7788]]
## [1] "MontyQwertovsky: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[7789]]
## [1] "FRCretweets: RT @BartsJr: [ENG/FIL] jesus what a world cup final https://t.co/YL0LvZ0ipB #leagueoflegends #twitchAffiliate #twitch #stream #yyc #NA"
## 
## [[7790]]
## [1] "BartsJr: [ENG/FIL] jesus what a world cup final https://t.co/YL0LvZ0ipB #leagueoflegends #twitchAffiliate #twitch #stream #yyc #NA"
## 
## [[7791]]
## [1] "general_magma1: RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7792]]
## [1] "Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk"
## 
## [[7793]]
## [1] "_fallenstxr: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[7794]]
## [1] "Comma_Parker: RT @kmo339: #renataglasc #LeagueOfLegends\n\nYOU WERE REGRETTABLY EXPENDABLE, MY DEAR https://t.co/uMCcwnx0VM"
## 
## [[7795]]
## [1] "CrowliiDE: Messi is Faker #WorldcupQatar2022 #LeagueOfLegends"
## 
## [[7796]]
## [1] "Vbasilio: Finally 🐐 MESSI the best player.#LeagueOfLegends #LeoMessi https://t.co/JUb61Ae60h"
## 
## [[7797]]
## [1] "Gabciooo1: RT @envykun99: Damn what a double kill!!\n\n#LeagueOfLegends #LoL #WildRift #gaming #seraphine https://t.co/HPxK1CVP9b"
## 
## [[7798]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: 🤜 🤛 symbol of friendship🤙\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…"
## 
## [[7799]]
## [1] "EZLOL_R: RT @AsaiOreo: #LeagueOfLegends  #LeagueOfLegendsFanArt #Lux #Ezreal\ncommission https://t.co/EY5df9RSEB"
## 
## [[7800]]
## [1] "Abyssfather: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7801]]
## [1] "AllHellChelle: I finally got heartseeker Yuumi just as my interest in jhin has spiked 🥰❤️❤️ #LeagueOfLegends #wildrift https://t.co/rync2kzjRT"
## 
## [[7802]]
## [1] "Capitantinick1: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7803]]
## [1] "Kaitsee: LIVE ON 💜\n#twitchstreamer  #twitchfr  #LeagueOfLegends \nhttps://t.co/CogeZMSBK4"
## 
## [[7804]]
## [1] "PTSDcore: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7805]]
## [1] "SushiMatt03: First Deft, and then Messi! This year has been a banger! #FIFAWorldCup #LeagueOfLegends"
## 
## [[7806]]
## [1] "shinjispice: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[7807]]
## [1] "grimmowbow: The Last Dance Buff Is Real\n#LeagueOfLegends #ArgentinavsFrance #WorldCup #Worlds2022 https://t.co/NE8894GBMO"
## 
## [[7808]]
## [1] "atlasxmoon: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[7809]]
## [1] "ElokingBoost: The new ranked system in #leagueoflegends is a disaster. It's impossible to climb when you're constantly being matc… https://t.co/P3bABYX2Vo"
## 
## [[7810]]
## [1] "FufusArt: RT @geheichou: Spirit Blossom Aphelios - makeup test \n#SpiritBlossom #LeagueOfLegends 🌙 https://t.co/Omk1IM46PD"
## 
## [[7811]]
## [1] "LoLMemesBot: 🤜 🤛 symbol of friendship🤙\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/5BJmIsWR1z"
## 
## [[7812]]
## [1] "UZeePow: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[7813]]
## [1] "minegirl1345: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7814]]
## [1] "FuzzyPones: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7815]]
## [1] "JucchiShepherd: Me: I will never play LoL! \nAlso me: Only 3600 blue bits till Yone. 😅🥺\n#LeagueOfLegends #LolitaExpress  #Yone"
## 
## [[7816]]
## [1] "WolfieWaisu: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7817]]
## [1] "nicorukya27: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[7818]]
## [1] "hlk50000: RT @AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming #LeagueOfLegends #…"
## 
## [[7819]]
## [1] "Ookami_Non: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7820]]
## [1] "FurTerry: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7821]]
## [1] "TrevorL79200836: RT @HdDxrth: They protect me.❤️❤️❤️ #LeagueofLegends #GENGWIN #G2WIN #YıldızMuhafızları \nOriginal: lazypoof https://t.co/qVgo3GNV6T"
## 
## [[7822]]
## [1] "RaiStar18: RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb"
## 
## [[7823]]
## [1] "Splash13_: RT @_chaosqueen1: Where are my league of legends and RuneScape players? 🎮🎮https://t.co/j51EAyA6aj #LeagueOfLegends #runescape #twitchstream…"
## 
## [[7824]]
## [1] "RainTempest_: RT @ichirototosaki: sivir then adopts fen into the family...well you know how the meme goes lol\n\n#ArtofLegends #LegendsOfRuneterra #LeagueO…"
## 
## [[7825]]
## [1] "elShiavoDono: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[7826]]
## [1] "I_amYurei: 27 kills my guy went crazy!! #LeagueOfLegends #WildRift #gaming #FYP https://t.co/Sj2ukcwhD3"
## 
## [[7827]]
## [1] "BPstalin: RT @LOL_Holidays: Morgana's ARAM Jingle\n#LeagueOfLegends #LOL #Christmas https://t.co/LlSMbMcQfk"
## 
## [[7828]]
## [1] "LOL_Art_Bot: RT @theuglyredditer: The commission is in the process.🔥🔥🔥 #LeagueofLegends #LeagueOfLegendsFanArt #Bjergsen #G2WIN #YıldızMuhafızları \nOrig…"
## 
## [[7829]]
## [1] "mikeandgodsquad: RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID"
## 
## [[7830]]
## [1] "AG11432190: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7831]]
## [1] "Blinix2: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[7832]]
## [1] "mikeandgodsquad: RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…"
## 
## [[7833]]
## [1] "KI17dile: RT @kiri__shiba: I love this girls 💗\n#lesbian #KDAEvelynn #KDAAhri #LeagueOfLegends #kirishiba https://t.co/VXETs2wx8b"
## 
## [[7834]]
## [1] "elpueroloco: RT @TagAnimationz: The Queen in the shadows\n\n#leblanc #teaser #ArtofLegends \n#LeagueOfLegends #LeagueOfLegendsFanArt #leaguetwt https://t.c…"
## 
## [[7835]]
## [1] "theuglyredditer: The commission is in the process.🔥🔥🔥 #LeagueofLegends #LeagueOfLegendsFanArt #Bjergsen #G2WIN #YıldızMuhafızları \nO… https://t.co/rd1Z783KvV"
## 
## [[7836]]
## [1] "mikeandgodsquad: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[7837]]
## [1] "AquaraxKaiju: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7838]]
## [1] "nadhron: anyone else having issues with #LeagueOfLegends since preseason started? My client wont open half the time and I ke… https://t.co/wBAo5HDumc"
## 
## [[7839]]
## [1] "honiebee_art: RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2"
## 
## [[7840]]
## [1] "Sadoq666: https://t.co/5xULFPNJLK come watch! 15-0 atm O_o #hardstyle #1v9 #LeagueOfLegends #smurfing"
## 
## [[7841]]
## [1] "IZISora_pv: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[7842]]
## [1] "GenericName0042: RT @greeekthegreat: Heres a thread of all (most) of my posted and finished arcane fanart\n#lightcannon #arcane #leagueoflegends #caitvi http…"
## 
## [[7843]]
## [1] "AustinJ20200106: RT @Giokz_TV: Ekkobob from Arcane is IMPOSSIBLE to catch 😵‍💫🧽#leagueoflegends #arcane https://t.co/I60tuQVIIv"
## 
## [[7844]]
## [1] "command_52: RT @yoooeeeeeeeeee: #LeagueOfLegends\nTwin souls. https://t.co/nH7o20DQeD"
## 
## [[7845]]
## [1] "adorexsmendes: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7846]]
## [1] "LOL_Art_Bot: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7847]]
## [1] "_gtjnxd: star guardian jinx is so cute🥺⭐\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/S5xV1ZPhpD"
## 
## [[7848]]
## [1] "hornsleeve: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7849]]
## [1] "Draconic_sky: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7850]]
## [1] "JustXanderg: RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…"
## 
## [[7851]]
## [1] "TheInkReaper: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7852]]
## [1] "RainTempest_: RT @NeoNa_Gloom_ART: Coven Sivir [1.0~?]♦️\n\nI DON’T KNOW...maybe I'll redo this concept later, like the skin for Janna 🤣\n\n#LeagueOfLegends…"
## 
## [[7853]]
## [1] "Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet… https://t.co/EdHKDuyYW8"
## 
## [[7854]]
## [1] "IntrinsicGames: RT @CumuloNocto: I don't play no League of Legends \nHOWEVER\nThis big guy??? With the flute!?!?!\nYea why it look like his ass got 2 kids????…"
## 
## [[7855]]
## [1] "TheArtSpot2: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7856]]
## [1] "IntrinsicGames: RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE"
## 
## [[7857]]
## [1] "RainTempest_: RT @SynthWolf_: They're a squad and they're up to something &gt;:3c\n#ArtofLegends #LeagueOfLegends #Sivir #Akshan #Aphelios https://t.co/Bno3T…"
## 
## [[7858]]
## [1] "Kristin82565964: There are environments being worked on.👇👇👇👇👇 #LeagueofLegends #GuardiãsEstelas #ClashLoL #ФанАрт"
## 
## [[7859]]
## [1] "IntrinsicGames: RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0"
## 
## [[7860]]
## [1] "nullisgay: RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0"
## 
## [[7861]]
## [1] "Esportdirectory: Welcome Aboard | Odyssey Animated Trailer – #LeagueofLegends https://t.co/lkugsSZWRI"
## 
## [[7862]]
## [1] "alto_joshua: RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE"
## 
## [[7863]]
## [1] "CumuloNocto: I don't play no League of Legends \nHOWEVER\nThis big guy??? With the flute!?!?!\nYea why it look like his ass got 2 k… https://t.co/5B74jePteF"
## 
## [[7864]]
## [1] "ZeldaOfOceania: It’s her birthday tomorrow!! She won’t be streaming tomorrow, pop in and say Happy Birthday 🎂🎉… https://t.co/0thJtP8H8H"
## 
## [[7865]]
## [1] "AbsolutelyEgg: RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0"
## 
## [[7866]]
## [1] "candied_corpses: RT @greeekthegreat: Heres a thread of all (most) of my posted and finished arcane fanart\n#lightcannon #arcane #leagueoflegends #caitvi http…"
## 
## [[7867]]
## [1] "SilverWolfx210: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[7868]]
## [1] "poisonbatcat: RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0"
## 
## [[7869]]
## [1] "_DickCorn_: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[7870]]
## [1] "owy_rodriguez: RT @Milkywaycosplay: I feel soo confident as Lillia🥰 #lillia #Lillia #LeagueOfLegends #lilliacosplay https://t.co/TwQZjGNeVH"
## 
## [[7871]]
## [1] "_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel"
## 
## [[7872]]
## [1] "Neomeir1: Still my favorite game.❤️❤️ #LeagueofLegends #G2WIN #TLWIN #TransformaTuDestino"
## 
## [[7873]]
## [1] "Rud4real: Reverse sweep inc. Imagine 🙏🏾 #ArgentinaVsFrance #ARGFRA #LeagueOfLegends #lol #cloud9 https://t.co/t4KrS83bFA"
## 
## [[7874]]
## [1] "goat_lover45: RT @LANUIT_03: Happy One Year Anniversary to Arcane 🎉 \n#leagueoflegends #arcane #RiotGames #jinxcosplay https://t.co/Xi1yqP6rm3"
## 
## [[7875]]
## [1] "ARIkatoteshi: RT @KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.…"
## 
## [[7876]]
## [1] "quello_Lee: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[7877]]
## [1] "phelmorcego: RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y"
## 
## [[7878]]
## [1] "Eien7887: RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD"
## 
## [[7879]]
## [1] "MakeeYhang: RT @stats_live_es: ▶️ League of Legends - Top streams a las 04:30 (Hora ESP)🔥\n\n🥇 #BarbaKahn➖Viewers: 8.750\n🥈 #ElKevo_➖Viewers: 742\n🥉 #JimRs…"
## 
## [[7880]]
## [1] "comfy_banana: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7881]]
## [1] "_Cappu_cinO_Ace: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[7882]]
## [1] "comfy_banana: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[7883]]
## [1] "Wasaby08123: RT @o_oleu: Day 5 of #skintober Spirit Blossom Sona…”the blossoming melody” #LeagueOfLegends #ArtofLegends #sona https://t.co/imemDsXFv4"
## 
## [[7884]]
## [1] "RivenStore: Hello there!\nLove League of Legends? Visit us: https://t.co/mlJxwJON9S\n#lolgoods #leagueoflegends #mmo #mmorpg… https://t.co/ApuzSNBd13"
## 
## [[7885]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed\n\n https://t.co/nWxjuDrp0q https://t.co/PuVEN2PoFk"
## 
## [[7886]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/9Svl2qYdFb"
## 
## [[7887]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuD9NBQ https://t.co/BaCnFHlcaq"
## 
## [[7888]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrWPY https://t.co/kJZuHLYF2p"
## 
## [[7889]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrWPY https://t.co/hObUKP96pA"
## 
## [[7890]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q https://t.co/NFQkhQpfhI"
## 
## [[7891]]
## [1] "MattDruzian: RT @leoliolao: Did a fanart of @seradotwav today, listening to her childhood dreams cover on repeat 😆\n#seraphine #leagueoflegends #ArtofLeg…"
## 
## [[7892]]
## [1] "moomoopiikes: RT @Rena_Angel1111: League of legends - Rift Scuttler\n\nI try Rift Scuttler cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー…"
## 
## [[7893]]
## [1] "AdeebxNoelle: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[7894]]
## [1] "yerminator1: RT @MewMewMew_2: VI alternative outfit\n #Fanart #LeagueOfLegends #LeagueOfLegendsFanArt #commissionsopen https://t.co/gOZIqkN8dp"
## 
## [[7895]]
## [1] "MattDruzian: RT @BreeSciarpa: Seraphine KDA All Out ✨💎\n#seraphine #kda #kdaallout #lol #LeagueOfLegends #LeagueOfLegendsFanArt #leagueofarts https://t.c…"
## 
## [[7896]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: It can't be random right?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…"
## 
## [[7897]]
## [1] "TrollerEvil: The plot of \"Target: 100 Million Points! The Ultimate Game to Start a 2nd Life!\" is like a roller coaster of emotio… https://t.co/7uzVkYQHH1"
## 
## [[7898]]
## [1] "Helfergaming: Check out much more on Bilibili Comics - search \"My Husband's Harem Is a Bit Too Much\" and favorite!… https://t.co/PCUa4l52og"
## 
## [[7899]]
## [1] "Kingslayeroof: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[7900]]
## [1] "deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q https://t.co/1E9md6dEOL"
## 
## [[7901]]
## [1] "IntrinsicGames: RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…"
## 
## [[7902]]
## [1] "Gamergi35261: RT @isekai_secah: Preseason as a botlaner--how to fight against they scary heartsteel???? D:\n#leagueoflegends #vtuber #vtubers #animegirl #…"
## 
## [[7903]]
## [1] "IntrinsicGames: RT @sasoxichomoshi: sasalele meme but targon edition 😎👉\n\n#targon #LeagueOfLegends https://t.co/bqT4q21C40"
## 
## [[7904]]
## [1] "IntrinsicGames: RT @LoLMemesBot: It can't be random right?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…"
## 
## [[7905]]
## [1] "LoLMemesBot: It can't be random right?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/F5Ktj99SVS"
## 
## [[7906]]
## [1] "PraiseArtoria: RT @sasoxichomoshi: sasalele meme but targon edition 😎👉\n\n#targon #LeagueOfLegends https://t.co/bqT4q21C40"
## 
## [[7907]]
## [1] "UrikoYuuki: RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…"
## 
## [[7908]]
## [1] "Benjami89760141: RT @DonaldB74915047: Enjoy #ArtofLegends #Game #LeagueofLegends #Bjergsen #YıldızMuhafızı #GuardiãsEstelas"
## 
## [[7909]]
## [1] "asksredditques1: RT @Tetranima: Finally a decent start (3/1/1) for Jinx TOP (Lethality / Arcane Comet)! Come cheer her up! - https://t.co/7w13uVE0YN #Jinx #…"
## 
## [[7910]]
## [1] "1127Argentum: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[7911]]
## [1] "6_0U0_7: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7912]]
## [1] "VisFavgauntlet: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[7913]]
## [1] "zakeits: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[7914]]
## [1] "SpookerLooper: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[7915]]
## [1] "regal_randy: MASSIVE CHEST OPENING - https://t.co/ey2HKoT8oI\n-\n-\n-\n#giveaway #leagueoflegends #cannabis"
## 
## [[7916]]
## [1] "ThePunzPocket: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[7917]]
## [1] "sonarmlnxml: Backk to support I guess\n\n#twitch #SmallStreamersConnect #LeagueOfLegends \n\nhttps://t.co/LjAFNrZEkg"
## 
## [[7918]]
## [1] "gothicxjhin: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[7919]]
## [1] "ThatDartTho: RT @darthfuzzy77: OLD DUDE GAMING\nW DERP SQUAD forever ❤️\n\n#twitch\n#twitchtv\n#LeagueOfLegends\n\nhttps://t.co/USs6KCtgTl"
## 
## [[7920]]
## [1] "UNORThXD0X: RT @joonahnart: Zed homecoming  #ahri #zed #akali #ionia #LeagueOfLegends #LeagueOfLegendsFanArt #엘오엘 #라이엇 #RiotGames #conceptart #environm…"
## 
## [[7921]]
## [1] "_Gamicity_: RT @Katheri06787154: I need a game.🤗🤗 #StarGuardian #LeagueofLegends #mobilegame #TLWIN #TransformaTuDestino #YıldızMuhafızları"
## 
## [[7922]]
## [1] "JosephF21058235: RT @GameGymEsports: Final call for this weekend's #StepUpSeries tournaments powered by @Battlefy!!\n\nPlay games, have fun, and win prizes 🙌🏼…"
## 
## [[7923]]
## [1] "Samandriade: RT @Samandriade: \"If only your kind could see what you see, Soraka, they would weep for you as you weep for us.\"\n#LeagueOfLegendsFanArt #le…"
## 
## [[7924]]
## [1] "Katheri06787154: I need a game.🤗🤗 #StarGuardian #LeagueofLegends #mobilegame #TLWIN #TransformaTuDestino #YıldızMuhafızları"
## 
## [[7925]]
## [1] "hentayanamae: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7926]]
## [1] "_bansshi_: RT @KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.…"
## 
## [[7927]]
## [1] "pettitesuccubus: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[7928]]
## [1] "OdinOverlord: RT @LaurenB56946765: I like his design!😍😍 #StarGuardian #LeagueofLegends https://t.co/yivi2hTnkf"
## 
## [[7929]]
## [1] "FloconSugar: RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/6OHc7u…"
## 
## [[7930]]
## [1] "LOL_Art_Bot: RT @LuffyTheFox: Today I made another AI based on Equilibrium AI - Genesis. It can do semireal cosplay. No we have real Ahri :) 🦊 #ahri #st…"
## 
## [[7931]]
## [1] "LOL_Art_Bot: RT @KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.…"
## 
## [[7932]]
## [1] "AmadeusZepelli: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7933]]
## [1] "Fivi47: RT @KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.…"
## 
## [[7934]]
## [1] "LuffyTheFox: Today I made another AI based on Equilibrium AI - Genesis. It can do semireal cosplay. No we have real Ahri :) 🦊… https://t.co/XrxE2iVCy8"
## 
## [[7935]]
## [1] "Tyler_Hannukie: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7936]]
## [1] "matth3w737: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7937]]
## [1] "koryu960: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/xvm7OR3VFL"
## 
## [[7938]]
## [1] "KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.co/Q1pAgxk4Ge"
## 
## [[7939]]
## [1] "XerxesGaming_: Highlight League of Legend Wildrift  \n\nFull video on #youtubegaming \nhttps://t.co/EUxMZ9IFL7 \n\n#M1グランプリ決勝戦… https://t.co/UAn5bH5y3G"
## 
## [[7940]]
## [1] "Lowe136: RT @Leahmeow9: I didn't expect 🥺 I placed as first runner up at the cosplay competition.\n\nFishbones and boots crafted by me I also styled t…"
## 
## [[7941]]
## [1] "darthfuzzy77: OLD DUDE GAMING\nW DERP SQUAD forever ❤️\n\n#twitch\n#twitchtv\n#LeagueOfLegends\n\nhttps://t.co/USs6KCtgTl"
## 
## [[7942]]
## [1] "blueOrtensia: RT @diazex_art: Whomever gets the high ground decides where they go for dinner that night, as it's always been.\n\n#leagueoflegends #artofleg…"
## 
## [[7943]]
## [1] "Messy_Archives: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[7944]]
## [1] "M1randaa4: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7945]]
## [1] "Dxrkkings: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7946]]
## [1] "I_love_Sett: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[7947]]
## [1] "Kristin82565964: RT @WOMstream: Early morning Lee Sin shenanigans #WildRift #LeagueOfLegends https://t.co/GAWH2sOSlM"
## 
## [[7948]]
## [1] "Towendio: RT @kiwiiop: WIP - a mash between order of the banana soraka and pool party :) \n\n#LeagueOfLegends #soraka #fanart https://t.co/lawoYCu2hL"
## 
## [[7949]]
## [1] "visnsfw: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7950]]
## [1] "emleekitten: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[7951]]
## [1] "dramaticbij: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7952]]
## [1] "FRCretweets: RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #ashe #queen #bot #tripple #swain #gg #game #gaming #gamer…"
## 
## [[7953]]
## [1] "ghostda25367963: RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #ashe #queen #bot #tripple #swain #gg #game #gaming #gamer…"
## 
## [[7954]]
## [1] "JMas3k: RT @CzX004: ⚡I AM THE STORM!⚡ #leagueoflegends #leagueoflegendsfanart #leagueofart #lol #volibear #thunder #bear #freljord #legends #m7 #li…"
## 
## [[7955]]
## [1] "ScarecrowEffigy: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[7956]]
## [1] "EdinnaPie: RT @erythchi: Ahri Classic skin 🥰🥰 #LeagueOfLegends #cosplay https://t.co/gPYujfojgC"
## 
## [[7957]]
## [1] "JMas3k: RT @CzX004: ❗🐺GOD KING DARIUS 🐺❗ #darius #leagueoflegends #leagueofart #artoflegends #leagueoflegendsfanart #wolf #godking #axe #lol #leagu…"
## 
## [[7958]]
## [1] "JMas3k: RT @CzX004: ZED VS SHEN #zed #shen #brothers #LeagueOfLegends #leagueofart #artoflegends #LeagueOfLegendsfanart #LegendsOfRuneterra #league…"
## 
## [[7959]]
## [1] "JMas3k: RT @CzX004: HIGH NOON LUCIAN #lucian #highnoon #highnoonlucian #leagueoflegends #leagueoflegendsfanart #leagueofart #artoflegends #leagueof…"
## 
## [[7960]]
## [1] "a990421aaa: RT @C_Malice: \"The Foreglow's calling, Jhin.\"\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #pyke #jhin #Empyrean https://t.co/gRRsIVmNcc"
## 
## [[7961]]
## [1] "PunitaTung: I've read this manga multiple times! You should check it out, too!\n \n#leagueoflegends #kawaii #movieposter… https://t.co/HIHjKAyku0"
## 
## [[7962]]
## [1] "JMas3k: RT @CzX004: ✨DARK STAR CHOGHAT VS COSIC MASTER YI✨#art #drawing #choghat #masteryi #cosmicmasteryi #darkstarchoghat #leagueoflegends #Leagu…"
## 
## [[7963]]
## [1] "JMas3k: RT @CzX004: YONE #yone #leagueoflegends #leagueofart #artoflegends #LeagueOfLegendsFanArt #ionia #lol #legendsofruneterra https://t.co/5qwi…"
## 
## [[7964]]
## [1] "JMas3k: RT @CzX004: SION 🗿🔥 #sion #leagueoflegends #noxus #leagueofart #artoflegends #LeagueOfLegendsFanArt #legendsofrunterra #bausffs https://t.c…"
## 
## [[7965]]
## [1] "SoukakuOni: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7966]]
## [1] "LOLegendsMemes: Wont someone think about the balance team? #LeagueOfLegends #Memes https://t.co/DkfPwOmnP4"
## 
## [[7967]]
## [1] "LOLegendsMemes: do a little trolling #LeagueOfLegends #Memes https://t.co/iehLlOuhJA"
## 
## [[7968]]
## [1] "JMas3k: RT @CzX004: Lee Sin vs Sett #leagueoflegends #ionia #sett #leesin #lee #leagueofart #LeagueOfLegendsFanArt #art #artoflegends #fanart #draw…"
## 
## [[7969]]
## [1] "JMas3k: RT @CzX004: Dragon Knight Mordekaiser 🐲 #mordekaiser #dragon #leagueoflegends #LeagueOfLegendsFanArt #ArtofLegends #leagueofart #art #artis…"
## 
## [[7970]]
## [1] "oneshiningdream: RT @JJKunArts: I swear it sounded funnier in my head(?\n\n#Settphel  #settphelios  #Sett #Aphelios  #phelsett #settxaphelios #artoflegends #L…"
## 
## [[7971]]
## [1] "lunaireriche: RT @t0ytle: ep2 jayce babygirl talis appreciation\n#arcane #leagueoflegends #jaycetalis https://t.co/gDbRZtUvvF"
## 
## [[7972]]
## [1] "soap_ai: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7973]]
## [1] "occuItdeck: RT @t0ytle: ep2 jayce babygirl talis appreciation\n#arcane #leagueoflegends #jaycetalis https://t.co/gDbRZtUvvF"
## 
## [[7974]]
## [1] "TheWeirdCat3: RT @odeko_yma: Double standarts \n\n#Kayn #Aphelios #Zoe #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/t7tH2mUi0I"
## 
## [[7975]]
## [1] "oneshiningdream: RT @baixuehuli: EDG Aphelios\nLate happy birthday to Phel and Alune.\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Aphelios #Alune…"
## 
## [[7976]]
## [1] "LadyFortune5: RT @EloDragonLoL: Friday\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #game #g…"
## 
## [[7977]]
## [1] "HttpsChine: RT @0sei6: Irelia - the will of the blades #LeagueOfLegends https://t.co/hCaG7lNMtY"
## 
## [[7978]]
## [1] "BrooksAquarius: why are there LITERAL bots in my ranked games??? #LeagueOfLegends"
## 
## [[7979]]
## [1] "Eclipse_Phalanx: RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks"
## 
## [[7980]]
## [1] "Eclipse_Phalanx: RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE"
## 
## [[7981]]
## [1] "NerfWindWall: nerf Yasuo's Wind Wall #LeagueOfLegends"
## 
## [[7982]]
## [1] "holy_ngao: RT @JJKunArts: I swear it sounded funnier in my head(?\n\n#Settphel  #settphelios  #Sett #Aphelios  #phelsett #settxaphelios #artoflegends #L…"
## 
## [[7983]]
## [1] "ealcantara806: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7984]]
## [1] "requinn_e: RT @Aikidork: I know everything about love\n\n#Settphel #settphelios #sett #aphelios #SpiritBlossom2022 #SpiritBlossom #SpiritBlossomSett #Le…"
## 
## [[7985]]
## [1] "mvsicqrl: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[7986]]
## [1] "MegComb: RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE"
## 
## [[7987]]
## [1] "MegComb: RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks"
## 
## [[7988]]
## [1] "RachelH77999062: You will get a new drawing.🚀🚀🚀🚀 #Gameplay #LeagueofLegends #mobilegame #TransformaTuDestino #FLYWIN #GENGWIN"
## 
## [[7989]]
## [1] "StarFlower_UwU: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7990]]
## [1] "LeodiaCanon: RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb"
## 
## [[7991]]
## [1] "izak980: Mining to gold | #LeagueOfLegends https://t.co/ckWmWS3A2o"
## 
## [[7992]]
## [1] "IntrinsicGames: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[7993]]
## [1] "IntrinsicGames: RT @Akitsuki_gg: Ready for our Guardian Game on League of Legends at 6:45PM CET?? #RiotGamesONE #LeagueOfLegends \nRight after the World Cup…"
## 
## [[7994]]
## [1] "0xCryptoCypher: RT @Akitsuki_gg: Ready for our Guardian Game on League of Legends at 6:45PM CET?? #RiotGamesONE #LeagueOfLegends \nRight after the World Cup…"
## 
## [[7995]]
## [1] "Santiag47953743: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[7996]]
## [1] "helergoft: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7997]]
## [1] "Kirbitouwu: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[7998]]
## [1] "Limefrost_Milo: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[7999]]
## [1] "A_G4y_Bee: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8000]]
## [1] "MooseLord150: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[8001]]
## [1] "flowrmosh: RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…"
## 
## [[8002]]
## [1] "LoLMemesBot: Seeing these notifications drives my friend group into a panic\n#memes #meme #funny #lol #leagueoflegends #Arcane… https://t.co/tpmZebXu9q"
## 
## [[8003]]
## [1] "AstrowardenUwU: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8004]]
## [1] "Melissa72140639: I did something on stream.🙉🙉🙉🙉 #LeagueOfLegendsFanArt #LeagueofLegends #Fanart #StarGuardians #TLWIN #КосплейLoL"
## 
## [[8005]]
## [1] "karlmayne: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[8006]]
## [1] "Tyre_4770: RT @C_Malice: \"The Foreglow's calling, Jhin.\"\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #pyke #jhin #Empyrean https://t.co/gRRsIVmNcc"
## 
## [[8007]]
## [1] "hannrei0730: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8008]]
## [1] "SuperiorWolf82: When you didn't vote yes to surrender and the two players that were fighting are blaming each other. Too late to sa… https://t.co/Csm2yZpGyd"
## 
## [[8009]]
## [1] "mike_siladan: RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…"
## 
## [[8010]]
## [1] "ComptonAnimator: RT @DumbAzzHell1: https://t.co/ksV78fY4do\n⬆️⬆️⬆️\nArcane: Season 1 - Review \n\nYo, here's my review for season 1 of the Netflix show Arcane:…"
## 
## [[8011]]
## [1] "Klyn74504668: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[8012]]
## [1] "MakeeYhang: Have fun!🤗🤗 #StarGuardian #LeagueofLegends #Fanart #YıldızMuhafızları #TransformaTuDestino #GuardiãsEstelares"
## 
## [[8013]]
## [1] "DumbAzzHell1: https://t.co/ksV78fY4do\n⬆️⬆️⬆️\nArcane: Season 1 - Review \n\nYo, here's my review for season 1 of the Netflix show Ar… https://t.co/P1JrfTPeV6"
## 
## [[8014]]
## [1] "99foxxes: RT @6176ter: Miss Fortune league of legends ❤️❤️\n#MissFortune \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#FANART \n💙💙💙 https://t.co/uJ0ejUSj…"
## 
## [[8015]]
## [1] "MatthewKania: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[8016]]
## [1] "Eddie_hami: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8017]]
## [1] "9HUrne5nPVQ7p5h: RT @DalnimBlue: Ziggs vs Ahri 22-03-10 / Big big DMG  !! BOOM 🆕️ 💥🆙️👍  #LeagueOfLegends #ziggs\n#ahri #game #gamer #lol\n\nhttps://t.co/KVlol0…"
## 
## [[8018]]
## [1] "blazordiffusion: Fiora of League of Legends! #LeagueOfLegends  #Fiora \n\nhttps://t.co/6OZqczJb7s https://t.co/S0OgPiq5I9"
## 
## [[8019]]
## [1] "KBanryu: RT @PSG_Talon: We're ready. 😎\n\n#SOARWITHTALON #lolesports #pcs #psg #leagueoflegends #announcement #roster https://t.co/vXslnF9PHO"
## 
## [[8020]]
## [1] "HmsmemeO: RT @DonaldB74915047: Do you want to play the next game?😎😎😎😎😎 #ArtofLegends #LeagueofLegends #ФанАрт #ClashLoL #GENGWIN \nOriginal: Camdynn_…"
## 
## [[8021]]
## [1] "the_moonghost: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[8022]]
## [1] "Kyeongh4: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[8023]]
## [1] "everuderadio: RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo"
## 
## [[8024]]
## [1] "LMinmochi: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[8025]]
## [1] "J27091920: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8026]]
## [1] "IntrinsicGames: RT @Leahmeow9: I didn't expect 🥺 I placed as first runner up at the cosplay competition.\n\nFishbones and boots crafted by me I also styled t…"
## 
## [[8027]]
## [1] "Leahmeow9: I didn't expect 🥺 I placed as first runner up at the cosplay competition.\n\nFishbones and boots crafted by me I also… https://t.co/niL8AnP4Qh"
## 
## [[8028]]
## [1] "wildncrazyguy1: More visual updates🤩🤩🤩🤩 #LeagueofLegends #StarGuardians #StarGuardian #YıldızMuhafızı"
## 
## [[8029]]
## [1] "xkupix: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[8030]]
## [1] "grention_l: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8031]]
## [1] "Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To en… https://t.co/Il0mCttWgA"
## 
## [[8032]]
## [1] "alch343: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[8033]]
## [1] "CosmicPeanut_0: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8034]]
## [1] "MarvinNeogale: Who wants to watch a pathetic bronze player get clapped in solos?!  https://t.co/Nd1gBjx73Y #Vstreamer   #ENVtubers… https://t.co/YROjY1V3Eb"
## 
## [[8035]]
## [1] "AKA_Sparda: RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y"
## 
## [[8036]]
## [1] "luiscandelari20: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8037]]
## [1] "luiscandelari20: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8038]]
## [1] "FroztLouis: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8039]]
## [1] "pettitesuccubus: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8040]]
## [1] "lipsk33t96: RT @LavinciFrost: Just. Different. \n#LeagueOfLegends https://t.co/CE3FaViesT"
## 
## [[8041]]
## [1] "LOLegendsMemes: Gamers #LeagueOfLegends #Memes https://t.co/884vf7IQ8j"
## 
## [[8042]]
## [1] "LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd"
## 
## [[8043]]
## [1] "Mael_789: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[8044]]
## [1] "jattsaa89057200: RT @RivenStore: Who remembers that?\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lolstuff htt…"
## 
## [[8045]]
## [1] "FueledByRam: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[8046]]
## [1] "EdwardT61032813: RT @haruheartless: @BastianRoma1 Haymaker more like byemaker 👀👀👀\n\n#LeagueOfLegends #Sett https://t.co/bm72rf9ixo"
## 
## [[8047]]
## [1] "LOL_Art_Bot: RT @DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5"
## 
## [[8048]]
## [1] "loreofruneterra: Janna - Biography (Audiobook): submitted by  /u/PrestigeEditionBooks  \n [link] [comments] https://t.co/ltz3Za1cSL… https://t.co/bFnmve4EBW"
## 
## [[8049]]
## [1] "WaxiTaxi_: Plz make ranked Aram #LeagueOfLegends"
## 
## [[8050]]
## [1] "Sunset_sn: RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE"
## 
## [[8051]]
## [1] "kurapikacatboy1: RT @xina60326269: kayn&amp;yone \nsnowmoon &amp; spiritblossom\n#kayn #yone #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/e0S88IaRMA"
## 
## [[8052]]
## [1] "Afk01011: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[8053]]
## [1] "IntrinsicGames: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[8054]]
## [1] "Raiden_Lxrd: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8055]]
## [1] "Tali_Hawke: RT @DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5"
## 
## [[8056]]
## [1] "lysnix: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[8057]]
## [1] "DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5"
## 
## [[8058]]
## [1] "bluestar121797: RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV"
## 
## [[8059]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Nothing but clowns as far as the eye can see\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanAr…"
## 
## [[8060]]
## [1] "safiroanejo: RT @TaliEsports: God tier would be 'Friend list full.' 🕶️\n\n#Dota2 #Valorant #CSGO #LeagueOfLegends https://t.co/rcIl9F3QQB"
## 
## [[8061]]
## [1] "LorificArts: RT @LorificArts: Quiet chat in The Last Drop 🍻✨ ft. Oc Honey Badger\n#arcane #LeagueOfLegends #illustration https://t.co/OZnWdDNEAL"
## 
## [[8062]]
## [1] "kaoruzer: 草\n #LeagueofLegends | Captured by #Outplayed https://t.co/DN93KCenb5"
## 
## [[8063]]
## [1] "_Miellam: RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD"
## 
## [[8064]]
## [1] "sadbunnylala_: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8065]]
## [1] "no1lemonsnout: RT @kumisblet: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE"
## 
## [[8066]]
## [1] "eazelpaint: RT @o_oleu: Day 27 of #skintober Shan Hai Scrolls Vladimir “The Inkweaver Demon” #LeagueOfLegends #ArtofLegends #vladimir https://t.co/UTNY…"
## 
## [[8067]]
## [1] "LoLMemesBot: Nothing but clowns as far as the eye can see\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/3FzeOOdVSs"
## 
## [[8068]]
## [1] "Cyiixar: RT @SakuraArt8: Gwen when she unlocks level 6 first \n#GwenLoL #LeagueOfLegends #Doodle #ArtofLegends https://t.co/wHKHEZoOAx"
## 
## [[8069]]
## [1] "TaliEsports: God tier would be 'Friend list full.' 🕶️\n\n#Dota2 #Valorant #CSGO #LeagueOfLegends https://t.co/rcIl9F3QQB"
## 
## [[8070]]
## [1] "Akitsuki_gg: Ready for our Guardian Game on League of Legends at 6:45PM CET?? #RiotGamesONE #LeagueOfLegends \nRight after the Wo… https://t.co/lwCDY6cZoW"
## 
## [[8071]]
## [1] "koala_karma: Haven't played #leagueoflegends for months... Stayed up pretty much all night and woke up early for more... The addiction is back 🙄"
## 
## [[8072]]
## [1] "AraKamelia: RT @AraKamelia: \"𝒀𝒐𝒖 𝒔𝒉𝒐𝒖𝒍𝒅 𝒄𝒂𝒍𝒍 𝒎𝒆 𝑴𝒊𝒔𝒕𝒓𝒆𝒔𝒔 𝑴𝒂𝒕𝒉𝒊𝒍𝒅𝒂.\"\nSeems like #Caitlyn is the top tonight ✨ I'm sure #Vi wouldn't complain 😌\nSolo set…"
## 
## [[8073]]
## [1] "Esportdirectory: Yone Champion Spotlight | Gameplay – #LeagueofLegends https://t.co/ZOeeOyAk8U"
## 
## [[8074]]
## [1] "SophieUwUUwU: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8075]]
## [1] "LOL_Art_Bot: RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y"
## 
## [[8076]]
## [1] "heustienne: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8077]]
## [1] "Samyc_2014: RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE"
## 
## [[8078]]
## [1] "SophieUwUUwU: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8079]]
## [1] "Esportdirectory: With One Spin You Can Completely Fill Trynds Fury… – #LeagueofLegends https://t.co/FZrjgEhvhe"
## 
## [[8080]]
## [1] "Sassan_Sun: RT @Samandriade: When I imagine the ship dynamic for Swain and Leblanc I imagine this\n#LeagueOfLegends #LeagueOfLegendsFanArt #swain #lebla…"
## 
## [[8081]]
## [1] "NanaDraw1: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8082]]
## [1] "XxannamalikxX: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8083]]
## [1] "papuchochoe: RT @kumisblet: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks"
## 
## [[8084]]
## [1] "papuchochoe: RT @kumisblet: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE"
## 
## [[8085]]
## [1] "Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y"
## 
## [[8086]]
## [1] "LOL_Art_Bot: RT @kumisblet: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks"
## 
## [[8087]]
## [1] "LOL_Art_Bot: RT @kumisblet: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE"
## 
## [[8088]]
## [1] "ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks"
## 
## [[8089]]
## [1] "PsychoticMob: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[8090]]
## [1] "aaliyahrabe: RT @SadalsundC: 🌙 \"Want a fight when the moon is high? Bad idea.\" Diana from #LeagueOfLegends  cosplay :)  Pic by @Todwest_ph  #Cosplay #lo…"
## 
## [[8091]]
## [1] "ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE"
## 
## [[8092]]
## [1] "Tak_The_Mac: #LeagueOfLegends Yes! I love Rhaast and all but healing has been a problem in my mind since I started a little less… https://t.co/PJQf4AH9QG"
## 
## [[8093]]
## [1] "IntrinsicGames: RT @_chaosqueen1: Where are my league of legends and RuneScape players? 🎮🎮https://t.co/j51EAyA6aj #LeagueOfLegends #runescape #twitchstream…"
## 
## [[8094]]
## [1] "DelthaWilson: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8095]]
## [1] "Anett71918487: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8096]]
## [1] "joel188xPRx: RT @_chaosqueen1: Where are my league of legends and RuneScape players? 🎮🎮https://t.co/j51EAyA6aj #LeagueOfLegends #runescape #twitchstream…"
## 
## [[8097]]
## [1] "TrevorL79200836: RT @LavinciFrost: Just. Different. \n#LeagueOfLegends https://t.co/CE3FaViesT"
## 
## [[8098]]
## [1] "hollowfae1: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[8099]]
## [1] "KnightFurball: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8100]]
## [1] "TaidanaNeko: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8101]]
## [1] "highlancowman: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8102]]
## [1] "jp01927: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[8103]]
## [1] "visfreckle: RT @greeekthegreat: Heres a thread of all (most) of my posted and finished arcane fanart\n#lightcannon #arcane #leagueoflegends #caitvi http…"
## 
## [[8104]]
## [1] "requinn_e: RT @Elizuart_: Ruined King Viego and Senna\nAnd Lucian who tries to kill those monsters xD\n#ArtofLegends #LeagueOfLegends #RuinedKing #Viego…"
## 
## [[8105]]
## [1] "OiLlandz: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[8106]]
## [1] "KayciaEldren: Janna - Biography from League of Legends (Audiobook, Lore) https://t.co/Q0YoBytcqL via @YouTube \n#LeagueofLegends #Janna"
## 
## [[8107]]
## [1] "Jacob_Twitch_jd: Shaco Live wallpaper available for free on wallpaper engine. By defenceless_baby #shaco #lol #LeagueOfLegends… https://t.co/WjPNL4JqWj"
## 
## [[8108]]
## [1] "Fem_Branwen: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8109]]
## [1] "yukiphel_lokfar: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8110]]
## [1] "MrFurias: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8111]]
## [1] "AfgathaOsa: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[8112]]
## [1] "radakn1: RT @Elizuart_: Ruined King Viego and Senna\nAnd Lucian who tries to kill those monsters xD\n#ArtofLegends #LeagueOfLegends #RuinedKing #Viego…"
## 
## [[8113]]
## [1] "YeoPsmith: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8114]]
## [1] "Kaikepe77996141: #arcane #jinx #powder\n#LeagueOfLegends\nCreator:@ellieight_\nI am the monster you created🌌💜💙💗😢 https://t.co/QmNebOwOFt"
## 
## [[8115]]
## [1] "AliceFangirl1: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8116]]
## [1] "schaekey: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8117]]
## [1] "doomngloomz: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8118]]
## [1] "SamTheMoose101: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[8119]]
## [1] "alto_joshua: RT @YoloTaube: ❄️✨Winterblessed Gwen✨❄️\n\ni had no idea what to do with her scissors so just pretend they're there~\n\n#LeagueOfLegends #Leagu…"
## 
## [[8120]]
## [1] "IntrinsicGames: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[8121]]
## [1] "its_colleeeeen: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8122]]
## [1] "SophieUwUUwU: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[8123]]
## [1] "dondremurray: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8124]]
## [1] "YeoPsmith: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8125]]
## [1] "RuthRob36470669: The games are enjoyable.🤗🤗🤗🤗🤗 #LoL #MOBA #LeagueofLegends #G2WIN #КосплейLoL #Nilah"
## 
## [[8126]]
## [1] "FanguFufu: RT @FanshaweFUEL: Fuel and Onu doing the trades\n\n@ECAC_Esports  #LeagueOfLegends  #ecacfinals https://t.co/FgM3y0yIGU"
## 
## [[8127]]
## [1] "AustinJ20200106: I hope you like it!! ✧(。•̀ᴗ-)✧👏👏 #MOBA #LeagueofLegends #StarGuardian #GuardiãsEstelas #ClashLoL #FLYWIN"
## 
## [[8128]]
## [1] "savanna66470227: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8129]]
## [1] "ItsNotLocal_: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8130]]
## [1] "1stMateRafen: RT @SynthWolf_: Yeah\n#karma #irelia #karmelia #leagueoflegends #ArtofLegends https://t.co/PJkltwJWyK"
## 
## [[8131]]
## [1] "YohaC0re: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8132]]
## [1] "Michael44512: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[8133]]
## [1] "BLADEDANCXR: RT @SynthWolf_: Yeah\n#karma #irelia #karmelia #leagueoflegends #ArtofLegends https://t.co/PJkltwJWyK"
## 
## [[8134]]
## [1] "papuchochoe: RT @Elizuart_: Ruined King Viego and Senna\nAnd Lucian who tries to kill those monsters xD\n#ArtofLegends #LeagueOfLegends #RuinedKing #Viego…"
## 
## [[8135]]
## [1] "Mori09TV: RT @ADEPT_gg: 🫂A new duo joins our partner roster!🫂\n\nWe are proud to welcome these two #LeagueofLegends multitalents to our family. Say hel…"
## 
## [[8136]]
## [1] "lesbeanlatte: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8137]]
## [1] "Seleseal_: RT @erythchi: Ahri Classic skin 🥰🥰 #LeagueOfLegends #cosplay https://t.co/gPYujfojgC"
## 
## [[8138]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Or when I'm literally ON MY WAY and the team jumps in a bad 4v5\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #L…"
## 
## [[8139]]
## [1] "ADEPT_gg: 🫂A new duo joins our partner roster!🫂\n\nWe are proud to welcome these two #LeagueofLegends multitalents to our famil… https://t.co/r17tJyeHl4"
## 
## [[8140]]
## [1] "mit_willow: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8141]]
## [1] "umbralcrow: RT @shikispace: Crystal.. fruit.. yone\n\n#yone #LeagueOfLegends #ArtofLegends #wildrift https://t.co/M3Lz8hso2x"
## 
## [[8142]]
## [1] "Rovito: RT @erythchi: Ahri Classic skin 🥰🥰 #LeagueOfLegends #cosplay https://t.co/gPYujfojgC"
## 
## [[8143]]
## [1] "loreofruneterra: What if everyone really is LeBlanc but not in a \"mastermind puppeteer\" way and more in a \"LB is actually mentally i… https://t.co/fLMyxEtmRr"
## 
## [[8144]]
## [1] "LFGdating: https://t.co/KK1w2kizYc   Did you know LFGdating has commercials filmed by a former Comedy Central pilot director?… https://t.co/x8vLrehjJ7"
## 
## [[8145]]
## [1] "vicae_: RT @l0Abyss: Spirit Blossom İrelia\n#irelia #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/s4XcXnxk5E"
## 
## [[8146]]
## [1] "Sodastrip1: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[8147]]
## [1] "LoLMemesBot: Or when I'm literally ON MY WAY and the team jumps in a bad 4v5\n#memes #meme #funny #lol #leagueoflegends #Arcane… https://t.co/k5QqfQKSTX"
## 
## [[8148]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 15:00 (Hora ESP)🔥\n\n🥇 #KXMI➖Viewers: 752\n🥈 #xixauxas➖Viewers: 356\n🥉… https://t.co/3BEmMDc3nE"
## 
## [[8149]]
## [1] "laufvers: RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…"
## 
## [[8150]]
## [1] "erythchi: Ahri Classic skin 🥰🥰 #LeagueOfLegends #cosplay https://t.co/gPYujfojgC"
## 
## [[8151]]
## [1] "RyveGenesis: The RIOT MMO Everything Known in 2023: https://t.co/1M8IG6tgGB https://t.co/ULoKNh2cMS #RiotGames #riotmmo #LeagueOfLegends @Ghostcrawler"
## 
## [[8152]]
## [1] "AlphantArt: RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…"
## 
## [[8153]]
## [1] "morgana_ana_ana: RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…"
## 
## [[8154]]
## [1] "papuchochoe: RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…"
## 
## [[8155]]
## [1] "RepulsiveMaid: RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…"
## 
## [[8156]]
## [1] "vKQ1iVYS9TRmAsY: RT @HighNoonJhin: #jhin #LeagueOfLegends #LeagueOfLegendsFanArt \n\nbackside will be high noon jhin - will post soon and have in my shop come…"
## 
## [[8157]]
## [1] "radakn1: RT @Phalanxus: Sometimes the light at the end of the tunnel is Leona\n\n#draven #LeagueOfLegends https://t.co/rshTnomkGi"
## 
## [[8158]]
## [1] "yuuneelli: RT @Phalanxus: Sometimes the light at the end of the tunnel is Leona\n\n#draven #LeagueOfLegends https://t.co/rshTnomkGi"
## 
## [[8159]]
## [1] "CamilaPandorf: RT @OrekiGenya: doodle #LeagueOfLegends #Aphelios https://t.co/1jbs24lUsH"
## 
## [[8160]]
## [1] "BlakeMe99112926: bmfourelements\nPen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing #stipple… https://t.co/997GAlqBdb"
## 
## [[8161]]
## [1] "IntrinsicGames: RT @BlakeMe99112926: bmfourelements\nPen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing #stipple #FOUR…"
## 
## [[8162]]
## [1] "BlakeMe99112926: bmfourelements\nPen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing #stipple… https://t.co/NNWntjMwRP"
## 
## [[8163]]
## [1] "BlakeMe99112926: bmfourelements\nPen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing #stipple… https://t.co/OLgcDX11TL"
## 
## [[8164]]
## [1] "BlakeMe99112926: bmfourelements\nEcko: Pen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing… https://t.co/tDfp2nxUVE"
## 
## [[8165]]
## [1] "BlakeMe99112926: bmfourelements\nEcko: Pen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing… https://t.co/DGhImqV8un"
## 
## [[8166]]
## [1] "BlakeMe99112926: bmfourelements\nEcko: Pen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing… https://t.co/sEZxs20HDc"
## 
## [[8167]]
## [1] "ishimarueswaifu: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8168]]
## [1] "BlakeMe99112926: bmfourelements\nPen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing #stipple… https://t.co/SMmN2UZq8I"
## 
## [[8169]]
## [1] "nqyuUeFkHzSlImH: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8170]]
## [1] "7iemaniac: RT @veegoesgrr: Just two gals being pals c:\n\n#LeagueOfLegends #ArtofLegends #Akali #kaisa #Kaikali #starguardian2022 #starguardian #StarGua…"
## 
## [[8171]]
## [1] "7iemaniac: RT @envcry: sketches #ArtofLegends #LeagueOfLegends #kaikali https://t.co/T4XTGw8h7N"
## 
## [[8172]]
## [1] "Phalanxus: RT @Phalanxus: Sometimes the light at the end of the tunnel is Leona\n\n#draven #LeagueOfLegends https://t.co/rshTnomkGi"
## 
## [[8173]]
## [1] "7iemaniac: RT @deerlaurs: they won’t leave my mind!! take these dumb sketches :]\n\n#kaikali #kda #akali #kaisa #leagueoflegends https://t.co/CBQXaKsZmG"
## 
## [[8174]]
## [1] "cherry0eve: RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb"
## 
## [[8175]]
## [1] "ItsReallyHard00: The new update for League of Legends just dropped and it's amazing! The changes to [insert favorite champion] are g… https://t.co/oUSAQNbrOp"
## 
## [[8176]]
## [1] "Alexand81826424: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8177]]
## [1] "FRCretweets: RT @ElodyGamerGirl: #Twitch 1v4 #Outplay 🔥\n\n#LeagueOfLegends • #LoL • #TwitchMain • #ADC • #GamerGirl • #eGirl • Whatever 🖕🏼 https://t.co/k…"
## 
## [[8178]]
## [1] "ElodyGamerGirl: #Twitch 1v4 #Outplay 🔥\n\n#LeagueOfLegends • #LoL • #TwitchMain • #ADC • #GamerGirl • #eGirl • Whatever 🖕🏼 https://t.co/kQBhidijV8"
## 
## [[8179]]
## [1] "ItsReallyHard00: Just hit level 30 in League of Legends and finally made it to Platinum rank! It's been a long journey but it's so r… https://t.co/31pbF8FyxB"
## 
## [[8180]]
## [1] "saficasami: RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb"
## 
## [[8181]]
## [1] "AkaPictorem: RT @explodingquails: I blame the Leodia discord server for this #Diana #LeagueOfLegends https://t.co/fhSIYnZ0IH"
## 
## [[8182]]
## [1] "gvdtvkvmi: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8183]]
## [1] "Dominosjp2: @RiotGamesJapan @RiotSupport @SUSHUOCHENNB\nDay 2 of playing on the Japanese server. Racism and hate speech are ever… https://t.co/JsPdK1wfHX"
## 
## [[8184]]
## [1] "evasivecorn: RT @LOLegendsMemes: lights me up everytime #LeagueOfLegends #Memes https://t.co/jBVC1ztpiS"
## 
## [[8185]]
## [1] "salisburymista1: RT @stats_live_es: ▶️ League of Legends - Top streams a las 09:50 (Hora ESP)🔥\n\n🥇 #baldu➖Viewers: 475\n🥈 #The2ndLaw123➖Viewers: 205\n🥉 #MarioM…"
## 
## [[8186]]
## [1] "Deku_Ash: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[8187]]
## [1] "_kittykiri: RT @itsbrych: “hard to resist you, gonna make you mine” ⏱💣 #timebomb \n\n#ekkojinx #Ekko #Jinx #Arcane #ArtofLegends #LeagueOfLegends #ArtofA…"
## 
## [[8188]]
## [1] "slaylikesamurai: RT @mentalrhapsody: Here we go with Rhaast :&gt; #Rhaast #LeagueOfLegends https://t.co/9IBp9VWsIs"
## 
## [[8189]]
## [1] "nicononeeko: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[8190]]
## [1] "ArtawanNajmudin: I decided to share a piece of fan art.❤️❤️❤️❤️❤️ #LeagueofLegends #G2WIN #Worlds2021 #ФанАрт"
## 
## [[8191]]
## [1] "nicononeeko: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[8192]]
## [1] "Hecso_LoL: Going live at 3 #LeagueOfLegends https://t.co/CGacVosO94"
## 
## [[8193]]
## [1] "tom_hutchcraft: RT @tom_hutchcraft: My first full year on Twitch! Thanks to those who tuned in ❤\nI aim to take Twitch more seriously in 2023! If you're int…"
## 
## [[8194]]
## [1] "Zyyaann9: LIVE!!! #LeagueOfLegends \nhttps://t.co/2siPKe9sF8\nhttps://t.co/2siPKe9sF8"
## 
## [[8195]]
## [1] "BunsenIsOnFire: RT @complexmotivess: They are so me\n#LeagueOfLegends\n#Kled #Ziggs #Heimerdinger https://t.co/E8vQ8Pn1t5"
## 
## [[8196]]
## [1] "ghghghgh1357911: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8197]]
## [1] "MarvOldGamer: 🔴Live | 👋🏻Welcome!👋🏻 | 🎅Merry Christmas🎅🎄Happy Holydays🎄🎆Happy New Year🎆🌠Wish you all the best🌠 #LeagueofLegends… https://t.co/zGzNeXBc6u"
## 
## [[8198]]
## [1] "reygestorm: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8199]]
## [1] "reygestorm: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8200]]
## [1] "Yurena_RA25: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8201]]
## [1] "Lyshami56: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8202]]
## [1] "tiredvampireee: To me this makes sense XD\n\n#jinx #jinxarcane #leagueoflegends #genshin #genshinimpact #dotorre #pantalone… https://t.co/YHdxUUgZ9S"
## 
## [[8203]]
## [1] "HikouNoKangae: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8204]]
## [1] "Kaikepe77996141: #Arcane #ekko #jinx #LeagueOfLegends \nBoy Savior🌌💚🧡💛 https://t.co/xe89hmM2gp"
## 
## [[8205]]
## [1] "LikaWriter: RT @honeymoonpetal: #ArtofLegends #LeagueOfLegends #StarGuardian I hoped to see more star guardian harp fanarts but I got to see only a ver…"
## 
## [[8206]]
## [1] "HikouNoKangae: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8207]]
## [1] "LOL_Art_Bot: RT @CzX004: Dragon Knight Mordekaiser 🐲 #mordekaiser #dragon #leagueoflegends #LeagueOfLegendsFanArt #ArtofLegends #leagueofart #art #artis…"
## 
## [[8208]]
## [1] "JESTERK0RE: RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX"
## 
## [[8209]]
## [1] "_galacticghost: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[8210]]
## [1] "LOLegendsMemes: The unthinkable happened: real footage of Fizz main touching grass when their internet is down #LeagueOfLegends… https://t.co/zkGEWB5vJm"
## 
## [[8211]]
## [1] "IntrinsicGames: RT @madikdev: Space Groove Nami Prestige from League of Legends 🧜🏻‍♀️💫 @LeagueOfLegends #nami #LeagueOfLegends #lolfanart #lol #spacegroove…"
## 
## [[8212]]
## [1] "zelka1994: RT @madikdev: Space Groove Nami Prestige from League of Legends 🧜🏻‍♀️💫 @LeagueOfLegends #nami #LeagueOfLegends #lolfanart #lol #spacegroove…"
## 
## [[8213]]
## [1] "Prism61012722: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8214]]
## [1] "thehardgum: RT @greeekthegreat: Cw: a boob\nLIGHTCANNON!!!!!!!!\n#lightcannon #jinxfanart #luxfanart #arcanefanart #arcane #LeagueOfLegends https://t.co/…"
## 
## [[8215]]
## [1] "nadir_not: Pantheon. \n\n#illustrationart #Sketching #art #LeagueOfLegends https://t.co/KBWkBrht4n"
## 
## [[8216]]
## [1] "Matthew06228275: The artwork is being re-posted.🙈🙈🙈🙈🙈 #LeagueofLegends #ArtofLegends #TLWIN #Bjergsen #GuardianasEstelares"
## 
## [[8217]]
## [1] "_i_think_i_love: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8218]]
## [1] "CzX004: Dragon Knight Mordekaiser 🐲 #mordekaiser #dragon #leagueoflegends #LeagueOfLegendsFanArt #ArtofLegends #leagueofart… https://t.co/Y4v8kMDDHw"
## 
## [[8219]]
## [1] "LOL_Art_Bot: RT @CzX004: Lee Sin vs Sett #leagueoflegends #ionia #sett #leesin #lee #leagueofart #LeagueOfLegendsFanArt #art #artoflegends #fanart #draw…"
## 
## [[8220]]
## [1] "LOL_Art_Bot: RT @CzX004: SION 🗿🔥 #sion #leagueoflegends #noxus #leagueofart #artoflegends #LeagueOfLegendsFanArt #legendsofrunterra #bausffs https://t.c…"
## 
## [[8221]]
## [1] "LOL_Art_Bot: RT @CzX004: YONE #yone #leagueoflegends #leagueofart #artoflegends #LeagueOfLegendsFanArt #ionia #lol #legendsofruneterra https://t.co/5qwi…"
## 
## [[8222]]
## [1] "Retweelgend: RT @kasaichic: New YouTube video out. Just a small channel intro until I figure out how to properly edit :) #YouTube #twitchstreamer #Overw…"
## 
## [[8223]]
## [1] "AlexCrimson7: RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ"
## 
## [[8224]]
## [1] "AchillesWG: RT @kasaichic: New YouTube video out. Just a small channel intro until I figure out how to properly edit :) #YouTube #twitchstreamer #Overw…"
## 
## [[8225]]
## [1] "Im_Row1: Im feeling way better so il be live right now playing some league of legends with cam/mic | https://t.co/s25Sa0sMWg… https://t.co/6ZhYTGM0wg"
## 
## [[8226]]
## [1] "IssyyBabyy6669: Live Now Playing Some Ranked Before Work &lt;3 https://t.co/GZSvGkUDE0 #LeagueOfLegends #twitchstreamer… https://t.co/gm6xNTFEFW"
## 
## [[8227]]
## [1] "CzX004: Lee Sin vs Sett #leagueoflegends #ionia #sett #leesin #lee #leagueofart #LeagueOfLegendsFanArt #art #artoflegends… https://t.co/xiWkm0GEK2"
## 
## [[8228]]
## [1] "MiniMeowgunov: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[8229]]
## [1] "xGamingRose: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[8230]]
## [1] "CzX004: SION 🗿🔥 #sion #leagueoflegends #noxus #leagueofart #artoflegends #LeagueOfLegendsFanArt #legendsofrunterra #bausffs https://t.co/y6a8EgNBOY"
## 
## [[8231]]
## [1] "zelka1994: RT @bromaah: Good Ending 🌸\n\n#Sett #Soraka #LeagueOfLegends #LeagueOfLegendsFanArt #ArtOfLegends https://t.co/q3E4F0ycWm"
## 
## [[8232]]
## [1] "7Luffy2: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[8233]]
## [1] "CzX004: YONE #yone #leagueoflegends #leagueofart #artoflegends #LeagueOfLegendsFanArt #ionia #lol #legendsofruneterra https://t.co/5qwi7mbdJz"
## 
## [[8234]]
## [1] "zelka1994: RT @ibonedrawhentai: Happy B-Day Nami 😭💕 \n#nami #LeagueOfLegendsFanArt #namilol #LeagueOfLegends #ArtofLegends #uwu https://t.co/4vwV9CVew1"
## 
## [[8235]]
## [1] "FairyDarius: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8236]]
## [1] "annettepsd: RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX"
## 
## [[8237]]
## [1] "PlayerCounter: How many gamers are playing? League of Legends Live Player Count https://t.co/hgOmmmRAOG #leagueoflegends #lol"
## 
## [[8238]]
## [1] "Katheri06419639: RT @stats_live_es: 🔥Top streamings a las 16:15 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 8.143\n🥈 #LACOBRAAA➖Viewers: 5.033\n🥉 #SpeedGamingEspanol➖View…"
## 
## [[8239]]
## [1] "Nooby1332c: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8240]]
## [1] "Nooby1332c: RT @soap_ai: shitposting hours #jinx #lux #lightcannon #leagueoflegends #ArtofLegends https://t.co/EXTuqKRJGv"
## 
## [[8241]]
## [1] "Nooby1332c: RT @soap_ai: drops this with no context #lightcannon #jinx #lux #ekko #LeagueOfLegends #ArtofLegends https://t.co/7nMEfR0F4j"
## 
## [[8242]]
## [1] "Bamboo_Guy: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[8243]]
## [1] "onion_on1: One more 😏\n#Kayn #LeagueOfLegends #fanart https://t.co/i8hC2lbRAD"
## 
## [[8244]]
## [1] "Lukraccoon: RT @Rena_Angel1111: League of legends - Exhaust\n\nI try Exhaust cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #롤 #RiotGame…"
## 
## [[8245]]
## [1] "shouuwu_: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8246]]
## [1] "Lukraccoon: RT @Rena_Angel1111: League of legends - Control Ward\n\nI try Control Ward cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #R…"
## 
## [[8247]]
## [1] "Lukraccoon: RT @Rena_Angel1111: League of legends - Rift Scuttler\n\nI try Rift Scuttler cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー…"
## 
## [[8248]]
## [1] "Lukraccoon: RT @Rena_Angel1111: League of legends - Honeyfruit\n\nI try Honeyfruit cosplay.  \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #Riot…"
## 
## [[8249]]
## [1] "Bamboo_Guy: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[8250]]
## [1] "annettepsd: RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV"
## 
## [[8251]]
## [1] "charlizemb: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[8252]]
## [1] "whale_lonliest: RT @WOMstream: Early morning Lee Sin shenanigans #WildRift #LeagueOfLegends https://t.co/GAWH2sOSlM"
## 
## [[8253]]
## [1] "tritritricky: RT @Bleyzen404: New day\n#LeagueofLegends \n#LeagueOfLegendsFanArt \n#ArtofLegends https://t.co/7t9Am9YNBI"
## 
## [[8254]]
## [1] "Rookstar0239: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8255]]
## [1] "Rookstar0239: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8256]]
## [1] "Christo58898072: RT @stats_live_es: 🔥Top streamings a las 16:15 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 8.143\n🥈 #LACOBRAAA➖Viewers: 5.033\n🥉 #SpeedGamingEspanol➖View…"
## 
## [[8257]]
## [1] "Jarul_91: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8258]]
## [1] "Jarul_91: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8259]]
## [1] "MetManSoton: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[8260]]
## [1] "HaryantiLembah: RT @shibeix: Massive respect to this Jinx cosplayer. \nJust gotta have a photo with her. \n#jinx #akali #LeagueOfLegends\n#comicfiesta2022\n...…"
## 
## [[8261]]
## [1] "HelpMe2137: RT @skymagpieart: My piece for the @PrideRuneterra  zine - Kayn with the bisexual flag, phasing through all that hard terrain because as we…"
## 
## [[8262]]
## [1] "HelpMe2137: RT @skymagpieart: Happy (belated) birthday to Zed and all the shadows of his past that are still a part of him, for better or worse ❤️🖤🤍 #L…"
## 
## [[8263]]
## [1] "xiefux: RT @shibeix: Massive respect to this Jinx cosplayer. \nJust gotta have a photo with her. \n#jinx #akali #LeagueOfLegends\n#comicfiesta2022\n...…"
## 
## [[8264]]
## [1] "AriK0916: RT @dariana_montana: Rick y Ticctoco de lol tft \nRick le pertenece a @KimuraZmv \n#RickProwerTheFox\n#LeagueOfLegends \n#LeagueOfLegendsFanArt…"
## 
## [[8265]]
## [1] "xiefux: RT @WOMstream: Dueling 101 #wildrift #leagueoflegends https://t.co/BlidT2DyPc"
## 
## [[8266]]
## [1] "artz_fiq: Ahri for the end of 2022🦊🖤\n(as male Ahri👀)\nMet some really cool cosplayers😭❤️\n#comicfiesta2022 #comicfiesta… https://t.co/JF7GhB3q9C"
## 
## [[8267]]
## [1] "AustinJ20200106: RT @LoLMemesBot: Vikings Offense: Vote no we scale\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds20…"
## 
## [[8268]]
## [1] "aryfeks: RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE"
## 
## [[8269]]
## [1] "RivenStore: Who remembers that?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/iSvVB8BuoQ"
## 
## [[8270]]
## [1] "NeoPushUp_Life: Why I am playing LOL ? Because it is a game that helps you to resist to toxic players. When you stay calm, focus on… https://t.co/dGnzM8o4M2"
## 
## [[8271]]
## [1] "yuuneelli: RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE"
## 
## [[8272]]
## [1] "ESNA__GG: Our Talents teams for today's LOL ⚔️ live stream 🔥 see you at 🕒 𝟏𝟓:𝟎𝟎\n\n👤🎙️ 𝐖𝐚𝐫𝐝𝐲\n👤🎙️ 𝐊𝐫𝐞𝐳𝐢𝐨\n👤🎙️ 𝐏𝐫𝐨𝐱𝐞𝐦𝐚\n\n 🎥 𝗪𝗮𝘁𝗰𝗵 𝘁… https://t.co/UankbCyNxe"
## 
## [[8273]]
## [1] "IntrinsicGames: RT @Myshkinka: Some old Atreus fanart \n\n#leagueoflegends #LeagueOfLegendsFanArt #pantheon #aatrox https://t.co/cukN3ll4Yt"
## 
## [[8274]]
## [1] "Stromitty: If you don't know how to tell when a game of league is a lost cause and you select no for every surrender vote I ha… https://t.co/eevfRypkfi"
## 
## [[8275]]
## [1] "Inlustresmoment: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8276]]
## [1] "Heimdaal2: RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD"
## 
## [[8277]]
## [1] "pythice420: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8278]]
## [1] "Faatrox07: RT @Myshkinka: Some old Atreus fanart \n\n#leagueoflegends #LeagueOfLegendsFanArt #pantheon #aatrox https://t.co/cukN3ll4Yt"
## 
## [[8279]]
## [1] "_kokomigf: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8280]]
## [1] "Gabriel07858163: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[8281]]
## [1] "erineberries: Hehe 👉🏻😃 Zeri from League of Legends ⚡️💚🧡 #LeagueOfLegends #Cosplay #Zeri #Zaun https://t.co/QcjLGARIqH"
## 
## [[8282]]
## [1] "DragonHuntress1: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8283]]
## [1] "SCP_041: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[8284]]
## [1] "MineVoidMC: RT @YThunderhead: Hey there players. Just made a #NewVideo. I hope it helps you all.\nTY\nCounter #wildrift champions starting with F and G h…"
## 
## [[8285]]
## [1] "MineVoidMC: RT @NewsG2G: Riot Games submits a motion to compel on Friday, December 16, to end seven-year sponsorship deal with FTX\n\n@riotgames @FTX_Off…"
## 
## [[8286]]
## [1] "Jacob_Twitch_jd: RT @Jacob_Twitch_jd: Shaco it the only champ that matter change my mind! \nFree Shaco Live Wallpaper. Grab in on Wallpaper engine or msg me…"
## 
## [[8287]]
## [1] "AmbivalentSlime: RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE"
## 
## [[8288]]
## [1] "_HSKY1805: RT @TheChildofMoon2: I think, if Ekko had grown up in Piltover, why wouldn't Mel have adopted him?\n-\n#arcane #LeagueOfLegends #LeagueOfLege…"
## 
## [[8289]]
## [1] "cara_mail4488: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/xGMbTofZ4J"
## 
## [[8290]]
## [1] "catradoraship: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8291]]
## [1] "EGGY72634690: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8292]]
## [1] "JuhnXi: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8293]]
## [1] "birb_waifu: RT @aleriy_: How close you want them to be from each other?\n\n-Yes \n\n#xayah #sett #rakan #LeagueOfLegends #ArtofLegends https://t.co/A5j3v8C…"
## 
## [[8294]]
## [1] "bubblesrbubbles: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8295]]
## [1] "AngelaC36497372: RT @CarolynCherry_: 📢On part en live sur League Of Legends !!🔴\nhttps://t.co/j02PN5V2Co\n#streamergirl #twitch #LeagueOfLegends #LOL #Carolyn…"
## 
## [[8296]]
## [1] "DianaTa82022476: RT @yousseferra_art: League of Legends : Jinx\nhttps://t.co/toFJ0uBDLU\n\n#leagueoflegends #arcane #jinx https://t.co/NVYTprdOCv"
## 
## [[8297]]
## [1] "nnahuel002: RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ"
## 
## [[8298]]
## [1] "Xwarship3003: RT @By_meeeeeeeee: Viego cat part 3\n.\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends   #lolfanart #viego https://t.co/pXzKAGr2AW"
## 
## [[8299]]
## [1] "Ekko_tv: RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV"
## 
## [[8300]]
## [1] "Xwarship3003: RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV"
## 
## [[8301]]
## [1] "Littlemermaidyt: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8302]]
## [1] "D86085097: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8303]]
## [1] "Miep0_0: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[8304]]
## [1] "NewsG2G: Riot Games submits a motion to compel on Friday, December 16, to end seven-year sponsorship deal with FTX… https://t.co/UU4EiTLlz6"
## 
## [[8305]]
## [1] "safiroanejo: RT @YThunderhead: Hey there players. Just made a #NewVideo. I hope it helps you all.\nTY\nCounter #wildrift champions starting with F and G h…"
## 
## [[8306]]
## [1] "YThunderhead: Hey there players. Just made a #NewVideo. I hope it helps you all.\nTY\nCounter #wildrift champions starting with F a… https://t.co/2wpNsfxa3O"
## 
## [[8307]]
## [1] "Julczaqu: RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS"
## 
## [[8308]]
## [1] "LOL_Art_Bot: RT @baixuehuli: EDG Aphelios\nLate happy birthday to Phel and Alune.\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Aphelios #Alune…"
## 
## [[8309]]
## [1] "PentakillRell: Day 750: No news on Pentakill Rell 🖤\n#LeagueOfLegends #Pentakill #Rell"
## 
## [[8310]]
## [1] "vissieh: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8311]]
## [1] "HelpMe2137: RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS"
## 
## [[8312]]
## [1] "NicoleB42064037: RT @AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming #LeagueOfLegends #…"
## 
## [[8313]]
## [1] "Lizzy_ArtDragon: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8314]]
## [1] "ElvenovaBlue: RT @duxteh2: You want style? You've found her 💜🌺\n\n#artoflegends #LeagueOfLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/31RsoFA…"
## 
## [[8315]]
## [1] "Filmmon: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8316]]
## [1] "SketchyRhemie: RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE"
## 
## [[8317]]
## [1] "sushloops: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8318]]
## [1] "baixuehuli: EDG Aphelios\nLate happy birthday to Phel and Alune.\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Aphelios… https://t.co/jyvfVWjClz"
## 
## [[8319]]
## [1] "belavarus: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8320]]
## [1] "IntrinsicGames: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[8321]]
## [1] "Numroid: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[8322]]
## [1] "syarurenpepo: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8323]]
## [1] "Jackie_zi: RT @Rusa_Diffusion: Caitlyn - \"I got you in my sights\" #LeagueOfLegends #CaitlynKiramman #Caitlyn #AIart #nijijourney https://t.co/MHrKRgje…"
## 
## [[8324]]
## [1] "Jackie_zi: RT @Rusa_Diffusion: Caitlyn -  \"I aim to win and my aim is excellent\" #LeagueOfLegends #Caitlyn #CaitlynKiramman #nijijourney #AIart https:…"
## 
## [[8325]]
## [1] "springpeachleaf: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[8326]]
## [1] "XSaphira2: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[8327]]
## [1] "ItsStillGrle: RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…"
## 
## [[8328]]
## [1] "Jesus81383519: RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD"
## 
## [[8329]]
## [1] "StoneTaliyah: RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE"
## 
## [[8330]]
## [1] "bubblesrbubbles: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8331]]
## [1] "Black_Cat_uwu: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[8332]]
## [1] "NullIsAt0: RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…"
## 
## [[8333]]
## [1] "FreezinSanji: RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…"
## 
## [[8334]]
## [1] "ushpower: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[8335]]
## [1] "LordDraztor: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8336]]
## [1] "asksredditques1: They are cheerleaders.🤩🤩🤩🤩 #MOBA #LeagueofLegends #Nilah #TransformaTuDestino #ClashLoL \nOriginal: spunky_7 https://t.co/pvxE9PrknI"
## 
## [[8337]]
## [1] "ThePixollie: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8338]]
## [1] "ji5ux: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8339]]
## [1] "YunaKung27: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[8340]]
## [1] "tanksboard: RT @xwefoo: I did some music video with sync with song \nwas cool to animated with the beats :D\n#3dart #3dmodeling #LeagueOfLegends #ArtOfLe…"
## 
## [[8341]]
## [1] "freefireJack2: Tell us what game you would like to play.🙈 #LeagueofLegends #StarGuardian #LoL #StarGuardians #Worlds2021 #ClashLoL… https://t.co/k7z2EpuLNq"
## 
## [[8342]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 12:40 (Hora ESP)🔥\n\n🥇 #KXMI➖Viewers: 460\n🥈 #elubaman➖Viewers: 302\n🥉… https://t.co/AWyo4OkiCc"
## 
## [[8343]]
## [1] "DonaldB74915047: RT @WOMstream: Early morning Lee Sin shenanigans #WildRift #LeagueOfLegends https://t.co/GAWH2sOSlM"
## 
## [[8344]]
## [1] "SAZUNA132: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8345]]
## [1] "nasaie_nur: RT @arcane_simp: Tell this mf to stop rizzing the camera\n#arcane #ekko #leagueoflegends #chromacrash https://t.co/z5sCzfkhHi"
## 
## [[8346]]
## [1] "SAZUNA132: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8347]]
## [1] "Xarantur: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[8348]]
## [1] "EricSch79189081: RT @DoransNDragons: Like clockwork, it's time for a new build! This week, we're building the Icathian Time Mage, Zilean!\n\n#DnD #ttrpg #Leag…"
## 
## [[8349]]
## [1] "IntrinsicGames: RT @MandalaMahmud: For the love of the game. #LeagueofLegends #ArtofLegends #G2WIN #TLWIN #GuardiãsEstelares"
## 
## [[8350]]
## [1] "IntrinsicGames: RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE"
## 
## [[8351]]
## [1] "RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE"
## 
## [[8352]]
## [1] "thatsbiz4rre: RT @MandalaMahmud: For the love of the game. #LeagueofLegends #ArtofLegends #G2WIN #TLWIN #GuardiãsEstelares"
## 
## [[8353]]
## [1] "kimNoyahyun: RT @odeko_yma: Hey, I just made a redraw of this exact moment in the anime.\n\nKayn and Evelynn are running on the edge…again.\n\n#Edgerunners…"
## 
## [[8354]]
## [1] "Zachary18200966: RT @LoLMemesBot: 2 minutes of searching for icons and a minute of paint.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfL…"
## 
## [[8355]]
## [1] "LOLegendsMemes: Rate my new name #LeagueOfLegends #Memes https://t.co/HiRhlMWMX9"
## 
## [[8356]]
## [1] "LOLegendsMemes: The best Lee Sin play you will EVER see! #LeagueOfLegends #Memes https://t.co/7YgEqQYGim"
## 
## [[8357]]
## [1] "mmoppiiee: RT @AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming #LeagueOfLegends #…"
## 
## [[8358]]
## [1] "FENY65658755: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[8359]]
## [1] "DonMalo30078585: RT @JaceeJackson: #houseofdragons #LeagueOfLegends #prematurecum think it’s time too “DO THE @YouTube @tiktok_us @Twitter @elonmusk @BUFoot…"
## 
## [[8360]]
## [1] "BladeAndWhip: Lucian gets outplayed by 200 years champion #LeagueOfLegends #riotgames #aphelios #lucian\n#funny https://t.co/y6jz9AR1FJ"
## 
## [[8361]]
## [1] "Zockyer73: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8362]]
## [1] "ESNA__GG: 🔴 𝗠𝗣𝗟 𝗦𝟯 - 𝗚𝗿𝗼𝘂𝗽 𝗦𝘁𝗮𝗴𝗲 𝗪𝗘𝗘𝗞 𝟯\n🖱⌨️ 𝗟𝗲𝗮𝗴𝘂𝗲 𝗢𝗳 𝗟𝗲𝗴𝗲𝗻𝗱𝘀\n🕒 𝟭𝟱:𝟬𝟬\n🎥 𝗪𝗮𝘁𝗰𝗵 𝘁𝗵𝗲 𝘀𝘁𝗿𝗲𝗮𝗺 𝗵𝗲𝗿𝗲👇🏻\nhttps://t.co/VpgEGVH6cB\n\n#MPL… https://t.co/0nZgO0kYXH"
## 
## [[8363]]
## [1] "thedarkknightEF: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8364]]
## [1] "sun0204ny: RT @OGGIHelga: #LeagueOfLegends #LeagueOfLegendsfanart #Talon #WildRift \n\nSly Big Werewolf Talon https://t.co/tBqPW9Ypo7"
## 
## [[8365]]
## [1] "whale_lonliest: RT @JaceeJackson: #houseofdragons #LeagueOfLegends #prematurecum think it’s time too “DO THE @YouTube @tiktok_us @Twitter @elonmusk @BUFoot…"
## 
## [[8366]]
## [1] "ronan68977484: RT @jericollage70: Happy Birthday to one of my Favorites, The Amazing @KriziaBajos! Have a Blessed Birthday &amp; Happy Holidays Krizia! 🎂😎🙏🏻👍🏻…"
## 
## [[8367]]
## [1] "MandyRombaut1: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[8368]]
## [1] "vannie_mnz: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8369]]
## [1] "ChemaElFrutero: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8370]]
## [1] "HeXxWaste: RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo"
## 
## [[8371]]
## [1] "shortstackHell: RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo"
## 
## [[8372]]
## [1] "yxmiv: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[8373]]
## [1] "Cerberic_art: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8374]]
## [1] "Cerberic_art: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8375]]
## [1] "reinamorcego: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8376]]
## [1] "ga_ja3: RT @DoransNDragons: Like clockwork, it's time for a new build! This week, we're building the Icathian Time Mage, Zilean!\n\n#DnD #ttrpg #Leag…"
## 
## [[8377]]
## [1] "reinamorcego: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8378]]
## [1] "nomoreesports_: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8379]]
## [1] "RobynCornett: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8380]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Nothing but clowns as far as the eye can see\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanAr…"
## 
## [[8381]]
## [1] "IntrinsicGames: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8382]]
## [1] "_missace: RT @huanihua7: Good morning 🖤\n#arcane #arcanefanart #Silco #LeagueOfLegends #sketch https://t.co/gWMgUoJirj"
## 
## [[8383]]
## [1] "IntrinsicGames: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8384]]
## [1] "pommepompom_: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8385]]
## [1] "pommepompom_: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8386]]
## [1] "Zauceyy: RT @Rena_Angel1111: League of legends - Teemo\n\nI try Teemo cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #LOL…"
## 
## [[8387]]
## [1] "LoLMemesBot: Nothing but clowns as far as the eye can see\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/Q2bpU2eAOc"
## 
## [[8388]]
## [1] "luisberrade1: RT @IkerWrld: Sunday back in &lt;3\n\nhttps://t.co/BzFM6lw2CD\n\n#LeagueOfLegends #Diamond #Stream #Streaming #Live #Twitch"
## 
## [[8389]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 11:58 (Hora ESP)🔥\n\n🥇 #KXMI➖Viewers: 400\n🥈 #elubaman➖Viewers: 351\n🥉… https://t.co/sRWSOCmUbE"
## 
## [[8390]]
## [1] "amethystgemzz: What is your favorite league of legends mobile game?\nI like them all tbh \n#leagueoflegends #mmo #gamer #twitch"
## 
## [[8391]]
## [1] "AdamSwa54539149: RT @MandalaMahmud: For the love of the game. #LeagueofLegends #ArtofLegends #G2WIN #TLWIN #GuardiãsEstelares"
## 
## [[8392]]
## [1] "bobbawon2: RT @Mdndt1: A Vexing Stream\nhttps://t.co/Apm5aCxKAw\n\n#league #lol #leagueoflegends #gaming #stream #gamer #gaming #streaming #streamer #twi…"
## 
## [[8393]]
## [1] "jorgebq1999: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[8394]]
## [1] "mabradhedhellen: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[8395]]
## [1] "CatsMapleshade: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8396]]
## [1] "musician_guy96: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8397]]
## [1] "GrimReaper2115: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8398]]
## [1] "asamitsu9: RT @yellowestmango: A day at the Spirit Blossom festival 🌸💗 #sett  #aphelios #settphel #leagueoflegends https://t.co/TBWbofs4V5"
## 
## [[8399]]
## [1] "GGlassyy: RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…"
## 
## [[8400]]
## [1] "hadeonnn: RT @kiowle: winterblessed diana is the only santa i want to see\n\n#winterblessed #WinterblessedDiana #Diana #dianaLoL #LeagueOfLegends #Leag…"
## 
## [[8401]]
## [1] "Pacha0003: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[8402]]
## [1] "DanielElliotGea: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8403]]
## [1] "LOL_Art_Bot: RT @kiowle: winterblessed diana is the only santa i want to see\n\n#winterblessed #WinterblessedDiana #Diana #dianaLoL #LeagueOfLegends #Leag…"
## 
## [[8404]]
## [1] "biforvi: RT @greeekthegreat: Heres a thread of all (most) of my posted and finished arcane fanart\n#lightcannon #arcane #leagueoflegends #caitvi http…"
## 
## [[8405]]
## [1] "m006098s: I didn't like that game.🤔🤔🤔 #Game #LeagueofLegends #GuardiãsEstelares #TransformaTuDestino #ФанАрт"
## 
## [[8406]]
## [1] "Hikajima: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8407]]
## [1] "Sotelingo: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[8408]]
## [1] "ishellax: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[8409]]
## [1] "evasivecorn: RT @DoransNDragons: Like clockwork, it's time for a new build! This week, we're building the Icathian Time Mage, Zilean!\n\n#DnD #ttrpg #Leag…"
## 
## [[8410]]
## [1] "theuglyredditer: RT @LOLegendsMemes: lights me up everytime #LeagueOfLegends #Memes https://t.co/jBVC1ztpiS"
## 
## [[8411]]
## [1] "Diamond_Bortz: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8412]]
## [1] "Peter_S325: RT @YoloTaube: ❄️✨Winterblessed Gwen✨❄️\n\ni had no idea what to do with her scissors so just pretend they're there~\n\n#LeagueOfLegends #Leagu…"
## 
## [[8413]]
## [1] "XMiguelZero: RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk"
## 
## [[8414]]
## [1] "real_sioser: RT @swissghosts: Good morning 👀\nWe are still looking to fill up our #LeagueOfLegends\nmain roster: Top or Mid / supp\nDia2+ 🔥\nIf you are inte…"
## 
## [[8415]]
## [1] "kiowle: winterblessed diana is the only santa i want to see\n\n#winterblessed #WinterblessedDiana #Diana #dianaLoL… https://t.co/7NSn2xZhYC"
## 
## [[8416]]
## [1] "LunariSolveig: RT @Koifee__: Drawing the gays™️ #leona #diana #LeagueOfLegends https://t.co/cptkzARKt7"
## 
## [[8417]]
## [1] "Rakuku_game: RT @o_oleu: Day 27 of #skintober Shan Hai Scrolls Vladimir “The Inkweaver Demon” #LeagueOfLegends #ArtofLegends #vladimir https://t.co/UTNY…"
## 
## [[8418]]
## [1] "Nixus_Clow: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8419]]
## [1] "IkerWrld: Sunday back in &lt;3\n\nhttps://t.co/BzFM6lw2CD\n\n#LeagueOfLegends #Diamond #Stream #Streaming #Live #Twitch"
## 
## [[8420]]
## [1] "BigsmokeSan: RT @ChosenRival: DAYS OF GAMING 🚨\n7TH DAY - TODAY @ 5PM MST\nGAME: LEAGUE OF LEGENDS 1v1s \nPRIZE: $50 1st Place $25 2nd Place\n\nClick the lin…"
## 
## [[8421]]
## [1] "eclipsepie: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8422]]
## [1] "swissghosts: Good morning 👀\nWe are still looking to fill up our #LeagueOfLegends\nmain roster: Top or Mid / supp\nDia2+ 🔥\nIf you a… https://t.co/HwIipU0NaP"
## 
## [[8423]]
## [1] "IntrinsicGames: RT @BluGiraf: We enjoy the game.🤩🤩 #LeagueofLegends #YıldızMuhafızı #TransformaTuDestino #GuardianasEstelares \nOriginal: PlayShareStar http…"
## 
## [[8424]]
## [1] "SquaredNinja: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8425]]
## [1] "SquaredNinja: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8426]]
## [1] "HelRinka: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[8427]]
## [1] "BluGiraf: We enjoy the game.🤩🤩 #LeagueofLegends #YıldızMuhafızı #TransformaTuDestino #GuardianasEstelares \nOriginal: PlayShar… https://t.co/YvQmkgMhMW"
## 
## [[8428]]
## [1] "MageIngrid2: RT @vanessapiii: snowball MF yes\n#ARAM #LeagueOfLegends #MissFortune https://t.co/W276AkrH9B"
## 
## [[8429]]
## [1] "MikeLouder3: RT @jericollage70: Happy Birthday to one of my Favorites, The Amazing @KriziaBajos! Have a Blessed Birthday &amp; Happy Holidays Krizia! 🎂😎🙏🏻👍🏻…"
## 
## [[8430]]
## [1] "2minutemocha: RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…"
## 
## [[8431]]
## [1] "2minutemocha: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[8432]]
## [1] "2minutemocha: RT @Samandriade: Headcanon time\nZoe likes to sleep cuddling in Soraka's lap 💤💤\n#LeagueOfLegends #LeagueOfLegendsFanArt #zoe #soraka https:/…"
## 
## [[8433]]
## [1] "omoplata91: Up your #LeagueOfLegends Game! #StrategyGuide #Win https://t.co/38ul3jtORC"
## 
## [[8434]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 11:30 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 339\n🥈 #KXMI➖Viewers: 307\n🥉… https://t.co/hMVKYOHYB3"
## 
## [[8435]]
## [1] "YoloTaube: RT @YoloTaube: ❄️✨Winterblessed Gwen✨❄️\n\ni had no idea what to do with her scissors so just pretend they're there~\n\n#LeagueOfLegends #Leagu…"
## 
## [[8436]]
## [1] "CP0rk: RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX"
## 
## [[8437]]
## [1] "2minutemocha: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8438]]
## [1] "thebeanmouth: RT @Polyxenastorm: A little #throwback to #SlayBelleKatarina to get you in the #christmasspirit 🎄\nCosplay made by ryann.kaykay \nWeapons mad…"
## 
## [[8439]]
## [1] "tgk_kom: RT @iM7mdzz_: OKAAAAAAAAAAAAAAAAY LET'S GOO 🔥\n#LeagueOfLegends https://t.co/ZmC4vF7JN7"
## 
## [[8440]]
## [1] "2minutemocha: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[8441]]
## [1] "LOL_Art_Bot: RT @Myshkinka: Some old Atreus fanart \n\n#leagueoflegends #LeagueOfLegendsFanArt #pantheon #aatrox https://t.co/cukN3ll4Yt"
## 
## [[8442]]
## [1] "NorienMajere: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8443]]
## [1] "JadeKatBond: RT @LOLegendsMemes: Bros indeed #LeagueOfLegends #Memes https://t.co/aLU85PTk4B"
## 
## [[8444]]
## [1] "Jjdeathpoint1: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8445]]
## [1] "LOLegendsMemes: Bros indeed #LeagueOfLegends #Memes https://t.co/aLU85PTk4B"
## 
## [[8446]]
## [1] "LOLegendsMemes: \"Champion X is so broken, am I right guys?\" #LeagueOfLegends #Memes https://t.co/zGzhffEoio"
## 
## [[8447]]
## [1] "LOLegendsMemes: The new Yuumi rework looking good #LeagueOfLegends #Memes https://t.co/N598XmYOk7"
## 
## [[8448]]
## [1] "LOLegendsMemes: Nothing but clowns as far as the eye can see #LeagueOfLegends #Memes https://t.co/YNwF9UxWMk"
## 
## [[8449]]
## [1] "Fontinebleau: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8450]]
## [1] "FainterBread: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8451]]
## [1] "Myshkinka: Some old Atreus fanart \n\n#leagueoflegends #LeagueOfLegendsFanArt #pantheon #aatrox https://t.co/cukN3ll4Yt"
## 
## [[8452]]
## [1] "FainterBread: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8453]]
## [1] "Todogadget_net: Cuenta Master LAN 61 Skins, 8 Wild pass , Todos los campeones  | USD 200 | #LOL #wildrift #leagueoflegends #moba… https://t.co/DHE3WeIOuc"
## 
## [[8454]]
## [1] "louisetatmaia: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8455]]
## [1] "tedkainsfw: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[8456]]
## [1] "aimherrscher: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8457]]
## [1] "kingswaggy6: There is love for the game.👏👏👏 #LeagueofLegends #StarGuardian #Fanart #FLYWIN #YıldızMuhafızı #TransformaTuDestino"
## 
## [[8458]]
## [1] "L17L6363: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8459]]
## [1] "byulInTheNight: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8460]]
## [1] "modelshuhua: RT @TommyHilfiger: .@Luminumn is a #LeagueofLegends Grandmaster who knows how to play the fashion game. #TeamTommy https://t.co/Gf7vwiYzlB"
## 
## [[8461]]
## [1] "funisforlosers: RT @SMETS_: gift for @qqq_qqqqq_\n#LeagueOfLegends #LeagueOfLegendsFanArt #Swain https://t.co/XYwkBJfhxF"
## 
## [[8462]]
## [1] "elurraissad: RT @soap_ai: Added a bit of colour to a sketch I posted on alt #lightcannon #jinx #lux #LeagueOfLegends #ArtofLegends https://t.co/TVJruPnR…"
## 
## [[8463]]
## [1] "waltz1917: RT @stats_live_es: 🔥Top streamings a las 16:15 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 8.143\n🥈 #LACOBRAAA➖Viewers: 5.033\n🥉 #SpeedGamingEspanol➖View…"
## 
## [[8464]]
## [1] "rrrheina: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8465]]
## [1] "__Akarui: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8466]]
## [1] "jeanne10041: LoL Miss Fortune Champie Chibi Canvas Print\nhttps://www.redbubble ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO"
## 
## [[8467]]
## [1] "AllTaric: RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo"
## 
## [[8468]]
## [1] "IntrinsicGames: RT @geheichou: Spirit Blossom Aphelios - makeup test \n#SpiritBlossom #LeagueOfLegends 🌙 https://t.co/Omk1IM46PD"
## 
## [[8469]]
## [1] "Barbara12772130: RT @StClair2803: I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o\n\n #Leag…"
## 
## [[8470]]
## [1] "syakkousama: RT @Rena_Angel1111: League of legends - Teemo\n\nI try Teemo cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #LOL…"
## 
## [[8471]]
## [1] "IntrinsicGames: RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD"
## 
## [[8472]]
## [1] "Koco64954985: RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD"
## 
## [[8473]]
## [1] "saturnoviick: RT @geheichou: Spirit Blossom Aphelios - makeup test \n#SpiritBlossom #LeagueOfLegends 🌙 https://t.co/Omk1IM46PD"
## 
## [[8474]]
## [1] "Hezixx1: RT @TonsyGeek: 〘ℂℝ𝔸ℂ𝕂〙𝐍𝐚𝐦𝐞: Ahri\n〘ℂℝ𝔸ℂ𝕂〙𝐒𝐨𝐮𝐫𝐜𝐞: #LeagueOfLegends  \n〘ℂℝ𝔸ℂ𝕂〙𝐑𝐚𝐜𝐞:  #Kitsune  \n〘ℂℝ𝔸ℂ𝕂〙𝐀𝐠𝐞:  1023 ans ?\n〘ℂℝ𝔸ℂ𝕂〙𝐇𝐞𝐢𝐠𝐡𝐭𝐬:  167 cm…"
## 
## [[8475]]
## [1] "3amcreates: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8476]]
## [1] "3amcreates: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8477]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: i am the white cat\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphel…"
## 
## [[8478]]
## [1] "FloconSugar: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[8479]]
## [1] "TrevorL79200836: RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX"
## 
## [[8480]]
## [1] "ScottHa72258268: RT @esegg_official: Frenzy's Ultraliga in 2022: \n 👁 10.1 mil views\n🕝 3.5 mil hours watched\n👨‍👩‍👧‍👦14.3 mil social media impressions\n📰 650 m…"
## 
## [[8481]]
## [1] "MissBlacktailed: RT @MissBlacktailed: I don't know how, i don't know why but, smol doodle with my moon meow meow( o˘◡˘o)\n.\n.\n.\n#Diana #LeagueOfLegends #Leag…"
## 
## [[8482]]
## [1] "funkerdale: RT @DoransNDragons: Like clockwork, it's time for a new build! This week, we're building the Icathian Time Mage, Zilean!\n\n#DnD #ttrpg #Leag…"
## 
## [[8483]]
## [1] "Blazing_Yang: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8484]]
## [1] "Blazing_Yang: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8485]]
## [1] "exeed_official: #timetoexeed #leagueoflegends\n\nLast sunday before Xmas! Which Soraka are you today?\n\nretweet for 👇… https://t.co/FYiA62apUu"
## 
## [[8486]]
## [1] "LoLMemesBot: i am the white cat\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/Cve3r03xGZ"
## 
## [[8487]]
## [1] "reirill: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8488]]
## [1] "burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp… https://t.co/3Y90ukvii8"
## 
## [[8489]]
## [1] "Llurghoyf: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8490]]
## [1] "e_archa: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[8491]]
## [1] "EGear_: RT @Rena_Angel1111: League of legends - Teemo\n\nI try Teemo cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #LOL…"
## 
## [[8492]]
## [1] "block_headd: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8493]]
## [1] "VickieZ25645605: RT @WOMstream: Dueling 101 #wildrift #leagueoflegends https://t.co/BlidT2DyPc"
## 
## [[8494]]
## [1] "GET_JlNXED: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8495]]
## [1] "PaulDye78280963: I would love to play your game on my channel.👏👏👏👏 #LeagueofLegends #LeagueOfLegendsFanArt #G2WIN #ФанАрт #КосплейLoL"
## 
## [[8496]]
## [1] "anowanka: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8497]]
## [1] "kikuruchu: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8498]]
## [1] "Tetranima: Jinx TOP (Lethality / Arcane Comet) is on fire (10/2/6)! Rockets for everyone! - https://t.co/7w13uVE0YN #Jinx… https://t.co/N22Koen93N"
## 
## [[8499]]
## [1] "GMHTTYD: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[8500]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 10:48 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 358\n🥈 #Lechigg➖Viewers: 109\n🥉… https://t.co/QMUI9B0lPH"
## 
## [[8501]]
## [1] "GMHTTYD: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[8502]]
## [1] "theskorpion7: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8503]]
## [1] "zaysonx: RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ"
## 
## [[8504]]
## [1] "JosephF21058235: RT @xwefoo: I did some music video with sync with song \nwas cool to animated with the beats :D\nversion without music \nbut you can check on…"
## 
## [[8505]]
## [1] "majorfacepwn: Stream was fun!!!… until it wasn’t. Lol #LeagueOfLegends players that pick Yasuo have no brain. And I’m not wrong.… https://t.co/behPM4HII6"
## 
## [[8506]]
## [1] "COMPLADAIMAOU: RT @SMETS_: gift for @qqq_qqqqq_\n#LeagueOfLegends #LeagueOfLegendsFanArt #Swain https://t.co/XYwkBJfhxF"
## 
## [[8507]]
## [1] "Faustino1103: RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…"
## 
## [[8508]]
## [1] "ARandomShrimP1: RT @soap_ai: drops this with no context #lightcannon #jinx #lux #ekko #LeagueOfLegends #ArtofLegends https://t.co/7nMEfR0F4j"
## 
## [[8509]]
## [1] "ARandomShrimP1: RT @soap_ai: shitposting hours #jinx #lux #lightcannon #leagueoflegends #ArtofLegends https://t.co/EXTuqKRJGv"
## 
## [[8510]]
## [1] "duckbeardeer: RT @Rena_Angel1111: League of legends - Control Ward\n\nI try Control Ward cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #R…"
## 
## [[8511]]
## [1] "Marclaz05: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8512]]
## [1] "ARandomShrimP1: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8513]]
## [1] "bobacatowo: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[8514]]
## [1] "Tetranima: Nice game starting (3/1/3) for Jinx TOP (Lethality / Arcane Comet)! Gotta pump those numbers up! -… https://t.co/I0RQIDnrXI"
## 
## [[8515]]
## [1] "kphwu7554h3_hg: RT @LuhualaArt: Portrait study\n#Ahri #LeagueOfLegends #artoflegends #digitalart #LeagueOfLegendsFanArt https://t.co/6pvK1zLlVQ"
## 
## [[8516]]
## [1] "moltingkaisa: RT @Rena_Angel1111: League of legends - Nasus\n\nI try Nasus cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #LOL…"
## 
## [[8517]]
## [1] "St_Sword_: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[8518]]
## [1] "ARandomShrimP1: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8519]]
## [1] "moltingkaisa: RT @Rena_Angel1111: League of legends - Control Ward\n\nI try Control Ward cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #R…"
## 
## [[8520]]
## [1] "moltingkaisa: RT @Rena_Angel1111: League of legends - Rift Scuttler\n\nI try Rift Scuttler cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー…"
## 
## [[8521]]
## [1] "dempugs1: I like this game.🎮 #MOBA #mobilegame #LeagueofLegends #StarGuardian #Nilah #YıldızMuhafızı"
## 
## [[8522]]
## [1] "iBurrGaming: I love this star puppo so much...\n\n@riotgames  PLEASE DON'T BREAK HIM :'( &lt;/3\n\n#aurelionsol #leagueoflegends https://t.co/eqsye2Vn8A"
## 
## [[8523]]
## [1] "duxteh2: RT @AlphantArt: Chibi Spirit Blossom Jinx!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #spiritblossom #jinx https://t.co/jq…"
## 
## [[8524]]
## [1] "Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr… https://t.co/wPlCUrDTTp"
## 
## [[8525]]
## [1] "chambre_leon: RT @nimea25: If anyone wants to join a safespace for women in League of Legends, go here! I have met a lot of awesome people! #women #leagu…"
## 
## [[8526]]
## [1] "Ayyystar23: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8527]]
## [1] "Eggpoach1: Go play it! #game #LeagueofLegends #LoL https://t.co/41PWUjtYrm"
## 
## [[8528]]
## [1] "RivenStore: Who remembers that?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo… https://t.co/EC5Il3EBhp"
## 
## [[8529]]
## [1] "KirsteinYuno: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8530]]
## [1] "aalviiuus: RT @kse332_official: League of Legends #LeagueOfLegends #RiotGames https://t.co/hx5E4v5NjF"
## 
## [[8531]]
## [1] "crisfg93: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8532]]
## [1] "ViViart_: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8533]]
## [1] "crisfg93: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8534]]
## [1] "AliciaW92648805: What a game. #Fanart #LeagueofLegends #StarGuardian #YıldızMuhafızları #TLWIN #GuardianasEstelares"
## 
## [[8535]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 10:20 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 401\n🥈 #Lechigg➖Viewers: 106\n🥉… https://t.co/1kvjT37ySt"
## 
## [[8536]]
## [1] "sockoroni: RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…"
## 
## [[8537]]
## [1] "shiedaarchive: RT @mentalrhapsody: Here we go with Rhaast :&gt; #Rhaast #LeagueOfLegends https://t.co/9IBp9VWsIs"
## 
## [[8538]]
## [1] "PurosBordes: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8539]]
## [1] "shiedaarchive: RT @etricronald: POV: You are Odyssey Kayn\n\nDark Star #Rhaast #LeagueOfLegends #LeagueOfLegendsFanArt #kang https://t.co/IyzUyiE5OE"
## 
## [[8540]]
## [1] "IntrinsicGames: RT @skymagpieart: Hot edgy assassins looking at you, wyd? \n#kayn #akali #LeagueOfLegends #akalixkayn 💚💙 https://t.co/1eT5xXgsTl"
## 
## [[8541]]
## [1] "shiedaarchive: RT @imparria: Finished commission! \n\n#rhaast #LeagueOfLegends #ArtOfLegends https://t.co/dzCIaFtwoH"
## 
## [[8542]]
## [1] "AstethNZ: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8543]]
## [1] "stealmango: RT @ColossusMibl: I love these two and tenderness ✨💜✨ \nWhile there is not enough time for full-fledged work, I will share sketches with you…"
## 
## [[8544]]
## [1] "shiedaarchive: RT @phsfgg: subjects u to my darkin band au but theyre a grunge rock band cause thats the kinda music i like #aatrox #rhaast #varus #kayn #…"
## 
## [[8545]]
## [1] "GraySakura: RT @malnourishd1: Tried some new tutorials\n#ahri #LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends https://t.co/bASpkXbzDV"
## 
## [[8546]]
## [1] "IntrinsicGames: RT @skymagpieart: My favourite trope is when a guy is obviously falling for someone and he looks at them with that loving and dumbfounded e…"
## 
## [[8547]]
## [1] "IntrinsicGames: RT @soap_ai: drops this with no context #lightcannon #jinx #lux #ekko #LeagueOfLegends #ArtofLegends https://t.co/7nMEfR0F4j"
## 
## [[8548]]
## [1] "LunaBucks: RT @soap_ai: drops this with no context #lightcannon #jinx #lux #ekko #LeagueOfLegends #ArtofLegends https://t.co/7nMEfR0F4j"
## 
## [[8549]]
## [1] "shiedaarchive: RT @skymagpieart: My favourite trope is when a guy is obviously falling for someone and he looks at them with that loving and dumbfounded e…"
## 
## [[8550]]
## [1] "shiedaarchive: RT @skymagpieart: Hot edgy assassins looking at you, wyd? \n#kayn #akali #LeagueOfLegends #akalixkayn 💚💙 https://t.co/1eT5xXgsTl"
## 
## [[8551]]
## [1] "baklangghost: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8552]]
## [1] "sockoroni: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[8553]]
## [1] "ShioHato: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8554]]
## [1] "KoTinTrysaX: RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo"
## 
## [[8555]]
## [1] "unu_io: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8556]]
## [1] "T1_Ziana: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[8557]]
## [1] "waltz1917: RT @LOL_Holidays: Morgana's ARAM Jingle\n#LeagueOfLegends #LOL #Christmas https://t.co/LlSMbMcQfk"
## 
## [[8558]]
## [1] "AskyReddit: RT @ChosenRival: DAYS OF GAMING 🚨\n7TH DAY - TODAY @ 5PM MST\nGAME: LEAGUE OF LEGENDS 1v1s \nPRIZE: $50 1st Place $25 2nd Place\n\nClick the lin…"
## 
## [[8559]]
## [1] "Crystalb_tw: RT @EGO__Lounge: Are you ready for the fun🔥?\n\nOur website is ready!🎉🥳\n🕹 https://t.co/hHsuOE1ash\n\nWhich competitions will you join 👀 ? \n\n#Le…"
## 
## [[8560]]
## [1] "moonser21: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[8561]]
## [1] "LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/6LrLnJZnDR"
## 
## [[8562]]
## [1] "Christo58898072: How is this one?🔥🔥🔥 #LeagueofLegends #КосплейLoL #TLWIN #FLYWIN"
## 
## [[8563]]
## [1] "nottingseriouss: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8564]]
## [1] "Raphs_Wolfgang: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8565]]
## [1] "KJCeSports: Riot Games has just filed a motion in US Bankruptcy Court to terminate the LCS-FTX contract worth $96 million.\n\nRio… https://t.co/pCt4XHQJGD"
## 
## [[8566]]
## [1] "lomo_267: RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…"
## 
## [[8567]]
## [1] "Christo58898072: RT @LOL_Holidays: Morgana's ARAM Jingle\n#LeagueOfLegends #LOL #Christmas https://t.co/LlSMbMcQfk"
## 
## [[8568]]
## [1] "rickastromega: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8569]]
## [1] "SyNNk62: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[8570]]
## [1] "Faatrox07: RT @ModiKM_: What was he baking? \n\n#Pantheon #LeagueOfLegends https://t.co/13o7C2aGVp"
## 
## [[8571]]
## [1] "iskierkacest: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8572]]
## [1] "iskierkacest: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8573]]
## [1] "Katheri84765877: Discover More.👏👏👏👏👏 #LoL #LeagueofLegends #Fanart #GuardianasEstelares #StarGuardian #Nilah \nOriginal: RoTogel https://t.co/kDnsP6BXFY"
## 
## [[8574]]
## [1] "joyofelix: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8575]]
## [1] "Hoolies4: RT @MandalaMahmud: For the love of the game. #LeagueofLegends #ArtofLegends #G2WIN #TLWIN #GuardiãsEstelares"
## 
## [[8576]]
## [1] "wonderjosk: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8577]]
## [1] "wonderjosk: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8578]]
## [1] "IntrinsicGames: RT @BladeAndWhip: Fiora outplay 1v4 #LeagueOfLegends #riotgames #fiora #outplayed https://t.co/9DZNlNw19g"
## 
## [[8579]]
## [1] "IntrinsicGames: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8580]]
## [1] "LunaBucks: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8581]]
## [1] "IntrinsicGames: RT @stats_live_es: 🔥Top streamings a las 16:29 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 9.775\n🥈 #LACOBRAAA➖Viewers: 5.120\n🥉 #SpeedGamingEspanol➖View…"
## 
## [[8582]]
## [1] "coder_cajun: RT @stats_live_es: 🔥Top streamings a las 16:29 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 9.775\n🥈 #LACOBRAAA➖Viewers: 5.120\n🥉 #SpeedGamingEspanol➖View…"
## 
## [[8583]]
## [1] "White_Day_1999: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8584]]
## [1] "BladeAndWhip: Fiora outplay 1v4 #LeagueOfLegends #riotgames #fiora #outplayed https://t.co/9DZNlNw19g"
## 
## [[8585]]
## [1] "ruru_ffxiv: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[8586]]
## [1] "illusRT: RT @LuhualaArt: Portrait study\n#Ahri #LeagueOfLegends #artoflegends #digitalart #LeagueOfLegendsFanArt https://t.co/6pvK1zLlVQ"
## 
## [[8587]]
## [1] "Mr_Fazy: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8588]]
## [1] "metalichotchoco: RT @metalichotchoco: Hold your buddies close to your chest, especially if they can revive you \n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Ar…"
## 
## [[8589]]
## [1] "Humble_Alex_fan: RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo"
## 
## [[8590]]
## [1] "belechtorVN: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[8591]]
## [1] "Arctic_Mirafox: RT @Aredlac: haven't had time to draw the details but I love this skin so much🥺\n#sett \n#ArtofLegends #LeagueOfLegends https://t.co/f0s4Poyo…"
## 
## [[8592]]
## [1] "ashdumplings: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8593]]
## [1] "OceanicNare: RT @taojinn015: Fanart Month - Day 12 - Shyvana from League of Legends\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/2mIbVN7kfW"
## 
## [[8594]]
## [1] "BladeAndWhip: 200 years of collective experience #LeagueOfLegends #riotgames #Aphelios https://t.co/PG18olRwfD"
## 
## [[8595]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 09:38 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 324\n🥈 #GODETO➖Viewers: 226\n🥉… https://t.co/9B68vfjhom"
## 
## [[8596]]
## [1] "kalita_spec: There are no major changes.😍😍😍 #Gameplay #LeagueOfLegendsFanArt #LeagueofLegends #GENGWIN #YıldızMuhafızları #YıldızMuhafızı"
## 
## [[8597]]
## [1] "HeyKaisky: RT @isekai_secah: Hey fam check it out come one come all the amazing Secah tearing up the rift one way or another :D \n#vtuber #LeagueOfLege…"
## 
## [[8598]]
## [1] "QuitzeAlissa: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8599]]
## [1] "ArrianneSittiy: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8600]]
## [1] "dragonzzilla: RT @NeoNa_Gloom_ART: NEW: Ashen Knight Aatrox [update]\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwo…"
## 
## [[8601]]
## [1] "dragonzzilla: RT @NeoNa_Gloom_ART: NEW: Ashes Priestess Zyra [1.0]\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork…"
## 
## [[8602]]
## [1] "lucidsapphs: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8603]]
## [1] "dragonzzilla: RT @NeoNa_Gloom_ART: *sketches* [blabla]\n\n- Zerath Old God [ IN PROCESS]\n- Zyra Ashen Priestess\n- Ashen Knight Jhin\n  \n#LeagueOfLegends #sk…"
## 
## [[8604]]
## [1] "DavidWe93580760: RT @DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN"
## 
## [[8605]]
## [1] "dragonzzilla: RT @NeoNa_Gloom_ART: Or\n\nNEW: Old God Cho'Gath\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #chog…"
## 
## [[8606]]
## [1] "shichimi415411: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8607]]
## [1] "dragonzzilla: RT @NeoNa_Gloom_ART: NEW: Ashen Knight Zed [update]\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork…"
## 
## [[8608]]
## [1] "afarny4: RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…"
## 
## [[8609]]
## [1] "dragonzzilla: RT @NeoNa_Gloom_ART: *sketches* \n\nPage 2:\n\n- Bel’Veth?\n- Warwick?\n- Ashen Knight Sion\n- Bel’Veth (coven universe) + ?\n\n#LeagueOfLegends #sk…"
## 
## [[8610]]
## [1] "dragonzzilla: RT @NeoNa_Gloom_ART: *Sketches*\n\n- Aatrox ?\n- Old God Kindred\n- Evelynn ?\n \n[coven Bel’Veth Already on instagram]\n \n#LeagueOfLegends #sketc…"
## 
## [[8611]]
## [1] "dragonzzilla: RT @NeoNa_Gloom_ART: @LeagueOfLegends NEW: Coven Bel’Veth [more]\n \nMy inst: https://t.co/qMTAfCmaBp \n  \n#LeagueOfLegends #LeagueOfLegendsFa…"
## 
## [[8612]]
## [1] "NinoR250: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[8613]]
## [1] "dragonzzilla: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[8614]]
## [1] "aalflyyds: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[8615]]
## [1] "bittercoffee123: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8616]]
## [1] "dragonzzilla: RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…"
## 
## [[8617]]
## [1] "Ashoka974: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[8618]]
## [1] "MoB12027886: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[8619]]
## [1] "AoNoHasuArt: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8620]]
## [1] "HeckinChoncc: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8621]]
## [1] "Retweelgend: RT @mendelvich: +1 for the turret\n#twitchstreamer #TwitchAffiliates #LeagueOfLegends #League_of_Legends #twitchaffiliate #twitchstreamer #t…"
## 
## [[8622]]
## [1] "VanjesticART: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[8623]]
## [1] "FRCretweets: RT @mendelvich: +1 for the turret\n#twitchstreamer #TwitchAffiliates #LeagueOfLegends #League_of_Legends #twitchaffiliate #twitchstreamer #t…"
## 
## [[8624]]
## [1] "TracyBa81304399: RT @mendelvich: +1 for the turret\n#twitchstreamer #TwitchAffiliates #LeagueOfLegends #League_of_Legends #twitchaffiliate #twitchstreamer #t…"
## 
## [[8625]]
## [1] "Catheri27847830: RT @redface180: I finally made it to gold Now's just all up from here\n#LeagueOfLegends #RiotGamesONE https://t.co/kpbjoUHVrv"
## 
## [[8626]]
## [1] "centuryblue02: RT @SMETS_: gift for @qqq_qqqqq_\n#LeagueOfLegends #LeagueOfLegendsFanArt #Swain https://t.co/XYwkBJfhxF"
## 
## [[8627]]
## [1] "B9Sting3: Ese Fiddle hacia mucha pupa...\nYummi Carry | 3 Supers 4 Mascots 2 Brawlers 2 Hearts\n\n#TFT  #LeagueOfLegends… https://t.co/i1VVFzWqQK"
## 
## [[8628]]
## [1] "LOLegendsMemes: Pretty accurate #LeagueOfLegends #Memes https://t.co/ClS64EG7SY"
## 
## [[8629]]
## [1] "LOLegendsMemes: Y'all got 0 chill #LeagueOfLegends #Memes https://t.co/VjZZwe011y"
## 
## [[8630]]
## [1] "LOLegendsMemes: Are there any fellow left handed players #LeagueOfLegends #Memes https://t.co/P8aa2RyvQs"
## 
## [[8631]]
## [1] "LOLegendsMemes: I’m sure someone else can relate #LeagueOfLegends #Memes https://t.co/V0fCi6zusL"
## 
## [[8632]]
## [1] "centuryblue02: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8633]]
## [1] "CatsMapleshade: RT @is_is_gemini_is: Updated! #caitlyn\n\n #LeagueOfLegends #arcane https://t.co/rvqx1djsRS"
## 
## [[8634]]
## [1] "rashowea: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8635]]
## [1] "centuryblue02: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[8636]]
## [1] "0devil_girl: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[8637]]
## [1] "LunazuliD: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[8638]]
## [1] "YadisThantos: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8639]]
## [1] "LunazuliD: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[8640]]
## [1] "SuwucideTM: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8641]]
## [1] "dds_glass: RT @stats_live_es: 🔥Top streamings a las 16:29 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 9.775\n🥈 #LACOBRAAA➖Viewers: 5.120\n🥉 #SpeedGamingEspanol➖View…"
## 
## [[8642]]
## [1] "Mark42363331: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8643]]
## [1] "Clefairy443: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8644]]
## [1] "gabby_meds: RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…"
## 
## [[8645]]
## [1] "XYZbaby777: RT @StClair2803: I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o\n\n#MAGIC…"
## 
## [[8646]]
## [1] "bibitomboy: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8647]]
## [1] "centipeetle: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8648]]
## [1] "Hnnekk1: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8649]]
## [1] "HaidyKnox: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[8650]]
## [1] "Navy_Sonic: RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD"
## 
## [[8651]]
## [1] "RabiidAngel: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8652]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 09:10 (Hora ESP)🔥\n\n🥇 #JimRsNg➖Viewers: 624\n🥈 #elubaman➖Viewers: 300\n🥉… https://t.co/55qFTsBAIF"
## 
## [[8653]]
## [1] "StClair2803: I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o… https://t.co/KldVYnJ2LJ"
## 
## [[8654]]
## [1] "isekai_secah: Hey fam check it out come one come all the amazing Secah tearing up the rift one way or another :D \n#vtuber… https://t.co/WWtA534FrH"
## 
## [[8655]]
## [1] "LframW: RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…"
## 
## [[8656]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #SpiritB…"
## 
## [[8657]]
## [1] "Randzahroc: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8658]]
## [1] "ohmwaist: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8659]]
## [1] "pakorraermalo: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[8660]]
## [1] "sashashaw10001: RT LoLMemesBot Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/DQIErOH3DN"
## 
## [[8661]]
## [1] "asksredditques1: The piece will probably never be finished.🙉🙉🙉 #LeagueofLegends #mobilegame #Bjergsen #GuardiãsEstelares #YıldızMuhafızı"
## 
## [[8662]]
## [1] "Starveila: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8663]]
## [1] "rwbywhore: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8664]]
## [1] "therealsupersa1: RT @fandifi: Video Game Logic 😅\n\n#gaming #skyrim #esports #esport #esportsteam #twitch #valorant #leagueoflegends #overwatch #csgo #apexleg…"
## 
## [[8665]]
## [1] "Antonio61232281: RT @Pochito_uwu: Yuumi chose violence today \n\n#ArtofLegends #lol #LeagueOfLegends #Yuumi https://t.co/Jn5Bo6kHIL"
## 
## [[8666]]
## [1] "LoLMemesBot: Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios… https://t.co/Yyi68hHmBe"
## 
## [[8667]]
## [1] "Neomeir1: RT @LavinciFrost: Just. Different. \n#LeagueOfLegends https://t.co/CE3FaViesT"
## 
## [[8668]]
## [1] "DonaldB74915047: RT @xwefoo: I did some music video with sync with song \nwas cool to animated with the beats :D\nversion without music \nbut you can check on…"
## 
## [[8669]]
## [1] "uwuwright: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8670]]
## [1] "gaystargazer: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8671]]
## [1] "StrongPorco: RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…"
## 
## [[8672]]
## [1] "morax_82: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8673]]
## [1] "morax_82: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8674]]
## [1] "HaruGamingRD: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8675]]
## [1] "selypete: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[8676]]
## [1] "IntrinsicGames: RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…"
## 
## [[8677]]
## [1] "IntrinsicGames: RT @Holycatx1: I hope you enjoy it!🙉 #LeagueofLegends #YıldızMuhafızları #G2WIN #TransformaTuDestino"
## 
## [[8678]]
## [1] "EnPotteplante: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8679]]
## [1] "EnPotteplante: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8680]]
## [1] "MarkHorwood7: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8681]]
## [1] "Holycatx1: I hope you enjoy it!🙉 #LeagueofLegends #YıldızMuhafızları #G2WIN #TransformaTuDestino"
## 
## [[8682]]
## [1] "dione_mizuryu: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8683]]
## [1] "ZBishop11: RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…"
## 
## [[8684]]
## [1] "syunsunz: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8685]]
## [1] "Pug616P: RT @huanihua7: Good morning 🖤\n#arcane #arcanefanart #Silco #LeagueOfLegends #sketch https://t.co/gWMgUoJirj"
## 
## [[8686]]
## [1] "LaureIIeE27: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8687]]
## [1] "muri_muni: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[8688]]
## [1] "Pug616P: RT @lorddumbb: ✨Queen of Zaun✨\n\nI can’t wait for @arcaneshow s2 to come out….. \n\n#Jinx #arcane #jinxarcane #arcaneseason2 #LeagueOfLegends…"
## 
## [[8689]]
## [1] "TaylorH69267923: RT @iM7mdzz_: OKAAAAAAAAAAAAAAAAY LET'S GOO 🔥\n#LeagueOfLegends https://t.co/ZmC4vF7JN7"
## 
## [[8690]]
## [1] "Imperius_Ira: RT @ModiKM_: What was he baking? \n\n#Pantheon #LeagueOfLegends https://t.co/13o7C2aGVp"
## 
## [[8691]]
## [1] "hisseeuvu: RT @BonniieA: i love them :] 🖤\n\n#LeagueOfLegends https://t.co/ksJquGBx1D"
## 
## [[8692]]
## [1] "Asuyono0: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[8693]]
## [1] "Navin_chan: RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX"
## 
## [[8694]]
## [1] "ColaLordKyo: RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…"
## 
## [[8695]]
## [1] "IzayasKnife: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8696]]
## [1] "Lindsey11360895: Something different.😎😎😎😎 #LeagueofLegends #ArtofLegends #G2WIN #TransformaTuDestino #ФанАрт"
## 
## [[8697]]
## [1] "MrZombie893: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[8698]]
## [1] "loreofruneterra: Finding quotes: Hello Lore of League connoisseurs. I once looked up Kindred quotation and remember reading about La… https://t.co/ML5koQf4uA"
## 
## [[8699]]
## [1] "suryono_r: RT @yousseferra_art: League of Legends : Jinx\nhttps://t.co/toFJ0uBDLU\n\n#leagueoflegends #arcane #jinx https://t.co/NVYTprdOCv"
## 
## [[8700]]
## [1] "eclvtrose: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8701]]
## [1] "Lun_On2: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[8702]]
## [1] "NoxDMartinez: RT @Polyxenastorm: A little #throwback to #SlayBelleKatarina to get you in the #christmasspirit 🎄\nCosplay made by ryann.kaykay \nWeapons mad…"
## 
## [[8703]]
## [1] "dark_lonely_sky: RT @NeoNa_Gloom_ART: *Sketches*\n\n- Aatrox ?\n- Old God Kindred\n- Evelynn ?\n \n[coven Bel’Veth Already on instagram]\n \n#LeagueOfLegends #sketc…"
## 
## [[8704]]
## [1] "dark_lonely_sky: RT @NeoNa_Gloom_ART: NEW: Coven Bel’Veth\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Morgana #B…"
## 
## [[8705]]
## [1] "Gabciooo1: RT @LavinciFrost: Just. Different. \n#LeagueOfLegends https://t.co/CE3FaViesT"
## 
## [[8706]]
## [1] "IntrinsicGames: RT @kilianjunk: Akali fanart in the style of Project L. You can find more shots on Artstation:\nhttps://t.co/J6MaRW2KDa\n@riotgames @ProtomCa…"
## 
## [[8707]]
## [1] "cheersforthat1: RT @kilianjunk: Akali fanart in the style of Project L. You can find more shots on Artstation:\nhttps://t.co/J6MaRW2KDa\n@riotgames @ProtomCa…"
## 
## [[8708]]
## [1] "MTruthbringer: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8709]]
## [1] "MTruthbringer: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8710]]
## [1] "Ooobabyapenta: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8711]]
## [1] "TammyWi60790806: RT @D_0Leviathan: My Ahri drawing ✨\n#LeagueOfLegends #ahri #LeagueOfLegendsFanArt https://t.co/28dj79PRcg"
## 
## [[8712]]
## [1] "Virberos: RT @NeoNa_Gloom_ART: \"... Dance with me in the light of the eclipse\"\n\nHmm...I have some ideas🤔\n\n#LeagueOfLegends #Evelynn #LeagueOfLegendsF…"
## 
## [[8713]]
## [1] "shilderi: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8714]]
## [1] "metalichotchoco: RT @metalichotchoco: Space groove vex, she’s a bit of a beatnik and wallflower but her shadow sure isn’t \n\n#spacegroove #vex #LeagueOfLegen…"
## 
## [[8715]]
## [1] "MakeeYhang: I haven't drawn in a while. #ArtofLegends #LeagueofLegends #StarGuardian #TLWIN #ФанАрт #G2WIN"
## 
## [[8716]]
## [1] "SavanahWalker8: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[8717]]
## [1] "MonstaTofu: RT @PrimaVeraArt19: Waiting for the caffeine to kick in \n#LeagueOfLegends #arcane #Viktor https://t.co/RUEQzEd4Cm"
## 
## [[8718]]
## [1] "BasilNeedsMeds: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8719]]
## [1] "BasilNeedsMeds: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8720]]
## [1] "Hoolies4: RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX"
## 
## [[8721]]
## [1] "gothicxjhin: RT @lemon_emlyn: Chromacrash Jinx is soo cute💙💚\n\n#jinx #LeagueOfLegends #ArtofLegends #jinxfanart #WildRift https://t.co/N2CT70Tx2E"
## 
## [[8722]]
## [1] "redflowergrows: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[8723]]
## [1] "xfunkydowntown: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8724]]
## [1] "konkonbakegitne: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8725]]
## [1] "MineVoidMC: RT @Kiri_845: https://t.co/v6UrUZEkbv I'm Live come hang out!!! #twitchstream #smallstreamer\n#livestream #twitch #gaming #leagueoflegends #…"
## 
## [[8726]]
## [1] "IshidaRyuse: RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD"
## 
## [[8727]]
## [1] "LOL_Art_Bot: RT @dariana_montana: Rick y Ticctoco de lol tft \nRick le pertenece a @KimuraZmv \n#RickProwerTheFox\n#LeagueOfLegends \n#LeagueOfLegendsFanArt…"
## 
## [[8728]]
## [1] "AnneAnd81932053: RT @LOLegendsMemes: FUCK THIS GAME #LeagueOfLegends #Memes https://t.co/Vhaolk2ffs"
## 
## [[8729]]
## [1] "Loco_Chavo: RT @DamianNoyciri: 🌕\"Diana made Cookies\"🍪\n\nIt's Christmas Time on Mount Targon and Diana worked real hard to make these cookies.\n#LeagueOfL…"
## 
## [[8730]]
## [1] "AnneAnd81932053: Looking forward to the game.🙊🙊🙊🙊 #LeagueofLegends #Gameplay #mobilegame #GuardianasEstelares #КосплейLoL… https://t.co/R8M9VNYuTN"
## 
## [[8731]]
## [1] "Hoolies4: \" 🐰💙🔥🔥🔥🔥 #LeagueofLegends #Game #ФанАрт #Nilah #GuardianasEstelares \nOriginal: HopeWang001 https://t.co/HRtK9PmuSS"
## 
## [[8732]]
## [1] "MineVoidMC: RT @MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain\n#LeagueOfLeg…"
## 
## [[8733]]
## [1] "Cutsiewitch: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8734]]
## [1] "dds_glass: RT @Shizzen45: @wildrift  please add new adc and support character #LeagueOfLegends"
## 
## [[8735]]
## [1] "MikuoHatsuneTTV: Day 34 of @LeagueOfLegends quotes:\n\nA child who had known only hate confuses it for love.\n-Swain\n#LeagueOfLegends #quotes #gaming #Swain"
## 
## [[8736]]
## [1] "oraymundo03: RT @jerrylohzy: My Arcane Jinx fanart\n\n#art #jinx #arcane #lol #LeagueOfLegends #LeagueOfLegendsFanArt #jinxfanart https://t.co/7EsTJvaPXt"
## 
## [[8737]]
## [1] "oraymundo03: RT @MiChumi: Ey Jinx!\n\n#LeagueOfLegends #Arcane #arcanefanart #Jinx #Jinxfanart https://t.co/uHRNkFixUI"
## 
## [[8738]]
## [1] "MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain… https://t.co/vtdpUZV48U"
## 
## [[8739]]
## [1] "josxxo_: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8740]]
## [1] "LoLMemesBot: Solo queue teamplay be like\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/eugXyNRae3"
## 
## [[8741]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 08:00 (Hora ESP)🔥\n\n🥇 #JimRsNg➖Viewers: 747\n🥈 #PapiSosa➖Viewers: 455\n🥉… https://t.co/Sr1VWrAye4"
## 
## [[8742]]
## [1] "Katheri84765877: RT @TonsyGeek: 〘ℂℝ𝔸ℂ𝕂〙𝐍𝐚𝐦𝐞: Ahri\n〘ℂℝ𝔸ℂ𝕂〙𝐒𝐨𝐮𝐫𝐜𝐞: #LeagueOfLegends  \n〘ℂℝ𝔸ℂ𝕂〙𝐑𝐚𝐜𝐞:  #Kitsune  \n〘ℂℝ𝔸ℂ𝕂〙𝐀𝐠𝐞:  1023 ans ?\n〘ℂℝ𝔸ℂ𝕂〙𝐇𝐞𝐢𝐠𝐡𝐭𝐬:  167 cm…"
## 
## [[8743]]
## [1] "remyleboob: RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX"
## 
## [[8744]]
## [1] "IntrinsicGames: RT @dariana_montana: Rick y Ticctoco de lol tft \nRick le pertenece a @KimuraZmv \n#RickProwerTheFox\n#LeagueOfLegends \n#LeagueOfLegendsFanArt…"
## 
## [[8745]]
## [1] "MrRonaldRaymon1: This is hilarious.👏👏👏 #LeagueofLegends #Nilah #FLYWIN #GuardianasEstelares"
## 
## [[8746]]
## [1] "vanellope271: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8747]]
## [1] "CamiloAII: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[8748]]
## [1] "dariana_montana: Rick y Ticctoco de lol tft \nRick le pertenece a @KimuraZmv \n#RickProwerTheFox\n#LeagueOfLegends… https://t.co/uq5DpFwUQl"
## 
## [[8749]]
## [1] "vitusmmrc: RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…"
## 
## [[8750]]
## [1] "_jeanne2442: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8751]]
## [1] "Tae_Rai: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8752]]
## [1] "LivelyWolfy: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[8753]]
## [1] "Ragknyell: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8754]]
## [1] "YahooEsportsSEA: Yuumi will be getting a reworked in 2023. #LeagueofLegends\n\nhttps://t.co/v0CNhstqo9"
## 
## [[8755]]
## [1] "Rixt_Welmoed: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8756]]
## [1] "2fangzzz: Gonna play alotta #LeagueOfLegends and #Minecraft tonite!! (my lms save file is gone idk what happend :( lmao)\n\nsup… https://t.co/DCzKcXGZA6"
## 
## [[8757]]
## [1] "DonohoeEthan: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8758]]
## [1] "xikiyi: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8759]]
## [1] "VNgcLinh20: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[8760]]
## [1] "moonybunbun_: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8761]]
## [1] "aaaaangel0w0: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[8762]]
## [1] "Lady_Muzza_: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[8763]]
## [1] "kumainngkeypie: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8764]]
## [1] "Esportdirectory: Katarina Champion Overview | Gameplay – #LeagueofLegends: #WildRift https://t.co/aS5gvygXO1"
## 
## [[8765]]
## [1] "GeoMcflyUncanny: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8766]]
## [1] "Xavendarius: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[8767]]
## [1] "SlayerOPotatoes: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8768]]
## [1] "LadyFortune5: RT @6176ter: Miss Fortune league of legends ❤️❤️\n#MissFortune \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#FANART \n💙💙💙 https://t.co/uJ0ejUSj…"
## 
## [[8769]]
## [1] "Twilit_Hero: RT @MiChumi: Ey Jinx!\n\n#LeagueOfLegends #Arcane #arcanefanart #Jinx #Jinxfanart https://t.co/uHRNkFixUI"
## 
## [[8770]]
## [1] "faairiegf: RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…"
## 
## [[8771]]
## [1] "command_52: RT @Drawing_Jimmy: Vacation with #mordekaiser ! #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #FANART #Beach https://t.co/b769msbsqk"
## 
## [[8772]]
## [1] "Twilit_Hero: RT @jerrylohzy: My Arcane Jinx fanart\n\n#art #jinx #arcane #lol #LeagueOfLegends #LeagueOfLegendsFanArt #jinxfanart https://t.co/7EsTJvaPXt"
## 
## [[8773]]
## [1] "sweet1ee7: RT @Kiri_845: https://t.co/v6UrUZEkbv I'm Live come hang out!!! #twitchstream #smallstreamer\n#livestream #twitch #gaming #leagueoflegends #…"
## 
## [[8774]]
## [1] "KarenJo98992013: RT @Shizzen45: @wildrift  please add new adc and support character #LeagueOfLegends"
## 
## [[8775]]
## [1] "0N1l0: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8776]]
## [1] "blackhhoodie: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8777]]
## [1] "Stacie86959402: RT @TagAnimationz: The Queen in the shadows\n\n#leblanc #teaser #ArtofLegends \n#LeagueOfLegends #LeagueOfLegendsFanArt #leaguetwt https://t.c…"
## 
## [[8778]]
## [1] "KitVecnosta: Friend pointed this out earlier and I cant fucking unsee it hoshi is ruined for me 💀\n\n#Arknights \n#LeagueOfLegends https://t.co/NDaTIB4G7a"
## 
## [[8779]]
## [1] "Mag_n4: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8780]]
## [1] "LaRobaWaifus: RT @odeko_yma: Dawnbringer Lillia that turned into Nightbringer\n\n#Lillia #LeagueOfLegends #ArtofLegends #LeagueofLegendsFanart https://t.co…"
## 
## [[8781]]
## [1] "NynaSweetheart: RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo"
## 
## [[8782]]
## [1] "Voidbring: RT @NeoNa_Gloom_ART: @LeagueOfLegends NEW: Coven Bel’Veth [more]\n \nMy inst: https://t.co/qMTAfCmaBp \n  \n#LeagueOfLegends #LeagueOfLegendsFa…"
## 
## [[8783]]
## [1] "Voidbring: RT @NeoNa_Gloom_ART: @LeagueOfLegends NEW: Coven Bel’Veth [more]\n \nMy inst: https://t.co/qMTAfCmaBp \n  \n#LeagueOfLegends #LeagueOfLegendsFa…"
## 
## [[8784]]
## [1] "NynaSweetheart: RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD"
## 
## [[8785]]
## [1] "theva71: RT @stats_live_es: ▶️ League of Legends - Top streams a las 16:08 (Hora ESP)🔥\n\n🥇 #Werlyb➖Viewers: 7.961\n🥈 #KXMI➖Viewers: 820\n🥉 #Th3Antonio➖…"
## 
## [[8786]]
## [1] "Voidbring: RT @NeoNa_Gloom_ART: NEW: Coven Bel’Veth\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Morgana #B…"
## 
## [[8787]]
## [1] "IntrinsicGames: RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…"
## 
## [[8788]]
## [1] "Voidbring: RT @NeoNa_Gloom_ART: @LeagueOfLegends NEW: Coven Bel’Veth [more]\n \nMy inst: https://t.co/qMTAfCmaBp \n  \n#LeagueOfLegends #LeagueOfLegendsFa…"
## 
## [[8789]]
## [1] "IntrinsicGames: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[8790]]
## [1] "faairiegf: RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…"
## 
## [[8791]]
## [1] "MirkoWolfhard: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[8792]]
## [1] "Twilit_Hero: RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…"
## 
## [[8793]]
## [1] "AndyDoesStuff_: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8794]]
## [1] "pizapirate: Life is a game.🙈 #LeagueofLegends #mobilegame #TransformaTuDestino #ClashLoL #YıldızMuhafızı"
## 
## [[8795]]
## [1] "RIKONOJAN: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8796]]
## [1] "_peeerawat: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8797]]
## [1] "jaelybee: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[8798]]
## [1] "Lambada104: RT @Todogadget_net: Cuenta Wild Rift 56 skins  | USD 650 | #LOL #wildrift #leagueoflegends #moba\nhttps://t.co/PYvfAtut5s https://t.co/Gp2B8…"
## 
## [[8799]]
## [1] "kittycatgf: RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ"
## 
## [[8800]]
## [1] "RivenStore: Who remembers that?\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/9fxFOqBgji"
## 
## [[8801]]
## [1] "hermeticuss: RT @stats_live_es: 🔥Top streamings a las 16:43 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 11.286\n🥈 #LACOBRAAA➖Viewers: 5.260\n🥉 #SpeedGamingEspanol➖Vie…"
## 
## [[8802]]
## [1] "Esportdirectory: Legends Never Die (ft. Against The Current) [OFFICIAL AUDIO] | Worlds 2017 – #LeagueofLegends https://t.co/HZOya2wjJ6"
## 
## [[8803]]
## [1] "pizapirate: RT @LOLegendsMemes: lights me up everytime #LeagueOfLegends #Memes https://t.co/jBVC1ztpiS"
## 
## [[8804]]
## [1] "sadboyviego: RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV"
## 
## [[8805]]
## [1] "Diana_43_Mizuno: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8806]]
## [1] "paradoksana: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8807]]
## [1] "MooncakePhel: RT @geheichou: Spirit Blossom Aphelios - makeup test \n#SpiritBlossom #LeagueOfLegends 🌙 https://t.co/Omk1IM46PD"
## 
## [[8808]]
## [1] "YasminaTheDeeva: RT @geheichou: Spirit Blossom Aphelios - makeup test \n#SpiritBlossom #LeagueOfLegends 🌙 https://t.co/Omk1IM46PD"
## 
## [[8809]]
## [1] "sadboyviego: RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX"
## 
## [[8810]]
## [1] "Consomnio09: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8811]]
## [1] "BPstalin: RT @KJCeSports: The @FNATIC legend returns to the team 2 years after playing for its rival, @G2esports &amp; @KarmineCorp.\n\n#KJCeSports #League…"
## 
## [[8812]]
## [1] "usapiiiyoJP1: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8813]]
## [1] "DonnaJo26713385: RT @LOLegendsMemes: lights me up everytime #LeagueOfLegends #Memes https://t.co/jBVC1ztpiS"
## 
## [[8814]]
## [1] "NameWithheld666: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8815]]
## [1] "keenodraws: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8816]]
## [1] "grizord92: RT @jericollage70: Happy Birthday to one of my Favorites, The Amazing @KriziaBajos! Have a Blessed Birthday &amp; Happy Holidays Krizia! 🎂😎🙏🏻👍🏻…"
## 
## [[8817]]
## [1] "mamawebomaduro: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[8818]]
## [1] "jericollage70: RT @jericollage70: Happy Birthday to one of my Favorites, The Amazing @KriziaBajos! Have a Blessed Birthday &amp; Happy Holidays Krizia! 🎂😎🙏🏻👍🏻…"
## 
## [[8819]]
## [1] "jericollage70: Happy Birthday to one of my Favorites, The Amazing @KriziaBajos! Have a Blessed Birthday &amp; Happy Holidays Krizia! 🎂… https://t.co/90Nwv3qi5n"
## 
## [[8820]]
## [1] "RuthRob36470669: RT @DoransNDragons: Like clockwork, it's time for a new build! This week, we're building the Icathian Time Mage, Zilean!\n\n#DnD #ttrpg #Leag…"
## 
## [[8821]]
## [1] "salisburymista1: RT @yousseferra_art: League of Legends : Jinx\nhttps://t.co/toFJ0uBDLU\n\n#leagueoflegends #arcane #jinx https://t.co/NVYTprdOCv"
## 
## [[8822]]
## [1] "MineVoidMC: RT @EloDragonLoL: Friday\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #game #g…"
## 
## [[8823]]
## [1] "lycanthropii: RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo"
## 
## [[8824]]
## [1] "darthfuzzy77: \"Saturday at the Rift, trying not to int.❤️\" https://t.co/k4p6yADCqv\n\nSo close! My mod, @williamgt86 \nThank you as… https://t.co/7rZ5b4GgDP"
## 
## [[8825]]
## [1] "Flak3yLOL: This is so broken #legendsofruneterra #LOR #riot #LeagueOfLegends https://t.co/ikec2fefsV"
## 
## [[8826]]
## [1] "BrendaA56642710: RT @yousseferra_art: League of Legends : Jinx\nhttps://t.co/toFJ0uBDLU\n\n#leagueoflegends #arcane #jinx https://t.co/NVYTprdOCv"
## 
## [[8827]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Nocturne had a hard life.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…"
## 
## [[8828]]
## [1] "sam1elses_acc: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8829]]
## [1] "i_randommm: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8830]]
## [1] "TheXaelaVampire: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8831]]
## [1] "N_ppang_G: RT @NFlyingofficial: N.Flying (엔플라잉) - Warriors + Enemy + RISE + POP/STARS┃League of Legends OST Medley 📸 Behind Photo\n\n#NFlying #엔플라잉 #Lea…"
## 
## [[8832]]
## [1] "N_ppang_G: RT @NFlyingofficial: N.Flying (엔플라잉) - Warriors + Enemy + RISE + POP/STARS┃League of Legends OST Medley 📸 Behind Photo\n\n#NFlying #엔플라잉 #Lea…"
## 
## [[8833]]
## [1] "N_ppang_G: RT @NFlyingofficial: N.Flying (엔플라잉) - Warriors + Enemy + RISE + POP/STARS┃League of Legends OST Medley 📸 Behind Photo\n\n#NFlying #엔플라잉 #Lea…"
## 
## [[8834]]
## [1] "CkerzR0: RT @DarunaKom: I'm excited to play this game.🤗🤗🤗 #LeagueofLegends #GuardiãsEstelares #GuardianasEstelares #TransformaTuDestino \nOriginal: a…"
## 
## [[8835]]
## [1] "Veerojr: RT @GameOrNought: With Steam sale soon, can I recommend people check out League Of Legends The Ruined King? Gorgeous visuals, soundtrack, a…"
## 
## [[8836]]
## [1] "bigmarchauthor: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8837]]
## [1] "x19players: RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…"
## 
## [[8838]]
## [1] "histuniedraws: RT @histuniedraws: Anatomy practice #LeagueOfLegends #ArtofLegends #Sett https://t.co/3oadJuvwes"
## 
## [[8839]]
## [1] "IntrinsicGames: RT @vatheja: Lil thing of #evelynn for today💕 :)) #KDA #leagueoflegends https://t.co/YGkLULz5yq"
## 
## [[8840]]
## [1] "LittleBirdWren_: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[8841]]
## [1] "LoLMemesBot: Nocturne had a hard life.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/V5F68Ca4Fo"
## 
## [[8842]]
## [1] "IntrinsicGames: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8843]]
## [1] "IntrinsicGames: RT @TonsyGeek: 〘ℂℝ𝔸ℂ𝕂〙𝐍𝐚𝐦𝐞: Ahri\n〘ℂℝ𝔸ℂ𝕂〙𝐒𝐨𝐮𝐫𝐜𝐞: #LeagueOfLegends  \n〘ℂℝ𝔸ℂ𝕂〙𝐑𝐚𝐜𝐞:  #Kitsune  \n〘ℂℝ𝔸ℂ𝕂〙𝐀𝐠𝐞:  1023 ans ?\n〘ℂℝ𝔸ℂ𝕂〙𝐇𝐞𝐢𝐠𝐡𝐭𝐬:  167 cm…"
## 
## [[8844]]
## [1] "MariahDoughert3: RT @TonsyGeek: 〘ℂℝ𝔸ℂ𝕂〙𝐍𝐚𝐦𝐞: Ahri\n〘ℂℝ𝔸ℂ𝕂〙𝐒𝐨𝐮𝐫𝐜𝐞: #LeagueOfLegends  \n〘ℂℝ𝔸ℂ𝕂〙𝐑𝐚𝐜𝐞:  #Kitsune  \n〘ℂℝ𝔸ℂ𝕂〙𝐀𝐠𝐞:  1023 ans ?\n〘ℂℝ𝔸ℂ𝕂〙𝐇𝐞𝐢𝐠𝐡𝐭𝐬:  167 cm…"
## 
## [[8845]]
## [1] "unbloomy: RT @vatheja: Lil thing of #evelynn for today💕 :)) #KDA #leagueoflegends https://t.co/YGkLULz5yq"
## 
## [[8846]]
## [1] "RakaNoir: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[8847]]
## [1] "SlothFactsBot1: Tell us about your favourite P2E game.🙉 #mobilegame #LeagueofLegends #GuardianasEstelares #Nilah #ФанАрт"
## 
## [[8848]]
## [1] "Seddha1: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8849]]
## [1] "hen_ea: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8850]]
## [1] "Esportdirectory: K/DA – THE BADDEST ft. (G)I-DLE, Bea Miller, Wolftyla (Official Lyric Video) | #LeagueofLegends https://t.co/qIyxEViEFU"
## 
## [[8851]]
## [1] "xkari5: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8852]]
## [1] "LOL_Art_Bot: RT @EloDragonLoL: Friday\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #game #g…"
## 
## [[8853]]
## [1] "hanyusoft: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8854]]
## [1] "ZuzuMaku: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8855]]
## [1] "chicken_bading: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8856]]
## [1] "AustinJ20200106: I am playing a game.🤗🤗🤗🤗 #LeagueofLegends #mobilegame #Game #GENGWIN #YıldızMuhafızı #GuardiãsEstelas"
## 
## [[8857]]
## [1] "CATBR3AD: RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo"
## 
## [[8858]]
## [1] "xchiitos: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8859]]
## [1] "JuanBRob: RT @EloDragonLoL: Friday\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #game #g…"
## 
## [[8860]]
## [1] "EloDragonLoL: Friday\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming… https://t.co/b7Mkh7KW6X"
## 
## [[8861]]
## [1] "MineVoidMC: RT @GMVTHub: Riot to Update Esports Broadcasts – Binge Watching Not Sustainable\n@riotgames @LeagueOfLegends @PlayVALORANT \n#riot #LeagueOfL…"
## 
## [[8862]]
## [1] "CheatsAwesome: https://t.co/H4AUyVmHWn\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #LeagueOfLegendsRule34 #LeagueOfLegendsgenerator… https://t.co/Z0GpXMB0uo"
## 
## [[8863]]
## [1] "SamuelJhone1: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8864]]
## [1] "scorqiology: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8865]]
## [1] "ReaperyThe: RT @paukshop: Spy X Family X Star Walkin\n\nI made a Spy x Family edit inspired by the 2022 League Worlds Song! \n\n#SPY_FAMILY #SPYxFamily #スパ…"
## 
## [[8866]]
## [1] "_Gwiyuumi_: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[8867]]
## [1] "dantisjourney: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8868]]
## [1] "RonaldelsinBr: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8869]]
## [1] "turrakatakataka: fuck #LeagueOfLegends https://t.co/5hmO2KKQrs"
## 
## [[8870]]
## [1] "Catheri64182457: RT @GMVTHub: Riot to Update Esports Broadcasts – Binge Watching Not Sustainable\n@riotgames @LeagueOfLegends @PlayVALORANT \n#riot #LeagueOfL…"
## 
## [[8871]]
## [1] "LadyVickytoria: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[8872]]
## [1] "simpzedlol: RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…"
## 
## [[8873]]
## [1] "Prophetx691: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8874]]
## [1] "BushidoFlame: RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E"
## 
## [[8875]]
## [1] "lettucepei: RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…"
## 
## [[8876]]
## [1] "Yoghuts_thar: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8877]]
## [1] "B00STEDEGIRL: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[8878]]
## [1] "covencait: RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…"
## 
## [[8879]]
## [1] "dreamyLol_: RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…"
## 
## [[8880]]
## [1] "IntrinsicGames: RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…"
## 
## [[8881]]
## [1] "Lexis90412446: RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…"
## 
## [[8882]]
## [1] "kawaiTsun: RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…"
## 
## [[8883]]
## [1] "Mona_Yuuki: RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…"
## 
## [[8884]]
## [1] "Mayanomi00: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8885]]
## [1] "Pudd1nGaming: FACE CAM REVEAL IS HERE!!!! COME JOIN US IN SOME LOW-SILVER SMURF TOURISM!!! https://t.co/CeusPsDkRY #Jhin… https://t.co/edGzT21tsj"
## 
## [[8886]]
## [1] "charlizemb: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8887]]
## [1] "charlizemb: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8888]]
## [1] "lilliawii: RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…"
## 
## [[8889]]
## [1] "Boazhaii: Made this today \n\n#PokemonScarlet #LeagueOfLegends #leaguetwt https://t.co/id0f5L2Ygo"
## 
## [[8890]]
## [1] "Wheataker: RT @soap_ai: I saw this meme and this is all I could think of\n\n#Leagueoflegends #Artoflegends #Jinx #Lux https://t.co/ExblDj4Xo8"
## 
## [[8891]]
## [1] "DominoAI45: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8892]]
## [1] "darkusdemon0407: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[8893]]
## [1] "SpaceMan413: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8894]]
## [1] "Chiccharron____: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8895]]
## [1] "fristt_ria: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[8896]]
## [1] "NostraLight: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8897]]
## [1] "Matej941: Hope you enjoyed the game!🙉🙉🙉 #Gameplay #LeagueofLegends #Game #Bjergsen #КосплейLoL #Worlds2021"
## 
## [[8898]]
## [1] "OwlRetweets: RT @ThatDartTho: Ranked League Of Legends YAY\nhttps://t.co/tCmGjHppOj\n\n@ShoutRTs\n@SmallStreamersC\n@BlazedRTs\n@sme_rt\n@rtsmallstreams\n@Suppo…"
## 
## [[8899]]
## [1] "theparanmaum: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8900]]
## [1] "KazeNinja17: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8901]]
## [1] "Wheataker: RT @soap_ai: I am back with lightcannon and memes that capture their dynamic\n\n#Jinx #Lux #Leagueoflegends #ArtofLegends https://t.co/UBfayV…"
## 
## [[8902]]
## [1] "greeekthegreat: Cw: a boob\nLIGHTCANNON!!!!!!!!\n#lightcannon #jinxfanart #luxfanart #arcanefanart #arcane #LeagueOfLegends https://t.co/V4QEJSKe6w"
## 
## [[8903]]
## [1] "Wheataker: RT @soap_ai: Oversized Sweater (1/2)\n#jinx #lux #artoflegends #leagueoflegends https://t.co/WcdntMlreS"
## 
## [[8904]]
## [1] "DonJorgeSW1: RT @rayyyyyyy_: CSGO Plays\n\n#CSGO #VAL #Dota2 #Underdog #GamblingTwitter #LeagueOfLegends #PlayerProps #PrizePicks #Follow #Like #Retweet h…"
## 
## [[8905]]
## [1] "Wheataker: RT @soap_ai: A Long Day's Light\n#Jinx #Lux #leagueoflegends #artoflegends https://t.co/9kT43Gem0I"
## 
## [[8906]]
## [1] "DragonsRift: I still have my original mousepad from like season 5ish? It’s been sitting in a box in my room for a while now shou… https://t.co/hm5LXwpaLq"
## 
## [[8907]]
## [1] "Wheataker: RT @soap_ai: Yummy\n#Jinx #Lux #Lightcannon #Artoflegends #Leagueoflegends https://t.co/96l9QTafzV"
## 
## [[8908]]
## [1] "just_vinny: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8909]]
## [1] "Wheataker: RT @soap_ai: Tongues &amp; Teeth\n#Jinx #Lux #Lightcannon #LeagueofLegends #ArtofLegends https://t.co/Q5VoBGFtmi"
## 
## [[8910]]
## [1] "Lanolilya: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[8911]]
## [1] "Unf_Freckles: RT @leofoxart: Vi and Cait fanart. hope you liked, i enjoy a lot the show, but never played the game.\n\n#arcane #LeagueOfLegends https://t.c…"
## 
## [[8912]]
## [1] "TenTuParte: RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD"
## 
## [[8913]]
## [1] "Wheataker: RT @soap_ai: Jinx the homophobic homosexual \n#leagueoflegends #artoflegends #jinx #lux #lightcannon #caitvi #arcane https://t.co/PW3h696Ye8"
## 
## [[8914]]
## [1] "DerpyKiin2: RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…"
## 
## [[8915]]
## [1] "DelReyFafa: RT @bekkomi: Commission for @NickisterC of Coven Morgana and Prestige Coven Zyra🌹✨ \n#ArtofLegends #LeagueOfLegends https://t.co/NjaMmucGXm"
## 
## [[8916]]
## [1] "PumaGuio: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8917]]
## [1] "Wheataker: RT @soap_ai: shitposting hours #jinx #lux #lightcannon #leagueoflegends #ArtofLegends https://t.co/EXTuqKRJGv"
## 
## [[8918]]
## [1] "honeyxgab: RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…"
## 
## [[8919]]
## [1] "xDevilBringerx: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[8920]]
## [1] "yeayesyesmom: RT @blueberryskyuwu: Smooch ~ 🎇\n\nI tried my best ;; \n#settphel #aphelios #sett #LoL #leagueoflegends https://t.co/4QFbwolCgh"
## 
## [[8921]]
## [1] "ATaragashi: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[8922]]
## [1] "AndiDoodleStash: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[8923]]
## [1] "Wheataker: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8924]]
## [1] "Wheataker: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8925]]
## [1] "CaitlynSheriffB: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8926]]
## [1] "AlyssaH59725147: RT @Todogadget_net: Cuenta Wild Rift 56 skins  | USD 650 | #LOL #wildrift #leagueoflegends #moba\nhttps://t.co/PYvfAtut5s https://t.co/Gp2B8…"
## 
## [[8927]]
## [1] "MelynnRose: RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…"
## 
## [[8928]]
## [1] "Kungonmoy969: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8929]]
## [1] "ValVolinori1944: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8930]]
## [1] "v1gorous1: RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…"
## 
## [[8931]]
## [1] "venerablerat: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8932]]
## [1] "BOFURRY: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[8933]]
## [1] "pikakoneko: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8934]]
## [1] "songofsleep: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8935]]
## [1] "LoLMemesBot: Seeing these notifications drives my friend group into a panic\n#memes #meme #funny #lol #leagueoflegends #Arcane… https://t.co/l0tSM487OQ"
## 
## [[8936]]
## [1] "Nico02926324: RT @Dan_drage1: thanks to @ZTDLB1  for letting me use his drawing for animation &lt;3 \n\nart @ZTDLB1  animation @Dan_drage1 \n\n#zoe  #LeagueOfLe…"
## 
## [[8937]]
## [1] "Milagrosmc05: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8938]]
## [1] "CountdownToL: It has been 12 days since the last official update on Project L, the #LeagueOfLegends tag fighter"
## 
## [[8939]]
## [1] "MageIngrid2: RT @doctor_hypnotic: Damn Teemo shrooms... #leagueoflegends #ARAM https://t.co/slU3nS5o1L"
## 
## [[8940]]
## [1] "AmandaR74669040: Some of my favorite things to do.😍😍😍😍😍 #Game #LeagueofLegends #GENGWIN #GuardiãsEstelares #Nilah"
## 
## [[8941]]
## [1] "MageIngrid2: RT @falanablake: https://t.co/VivXqSWEva \n\nOkay, so it says in the comments that this also happens with Blackfrost. Has this been fixed eve…"
## 
## [[8942]]
## [1] "MageIngrid2: RT @Junior36020199: I'm not good pyke but this play was sneaky.\n\n#Pyke #LeagueOfLegends #Aram #YOUTUBE \n\nSneaky Pyke in LoL Aram https://t.…"
## 
## [[8943]]
## [1] "MageIngrid2: RT @PlayShareStar: he's hiding tricks in his blindfold!\n🎬LOL COTD\n\n#leesin #leagueoflegends #mrbeast #blockbuster #fifa #france #worldcup #…"
## 
## [[8944]]
## [1] "ElG4l: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8945]]
## [1] "GuiltySkull: RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo"
## 
## [[8946]]
## [1] "Athenisiaa: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8947]]
## [1] "MageIngrid2: RT @CasseroleFink: https://t.co/5tlN4kMNVA Hii playing #LeagueOfLegends"
## 
## [[8948]]
## [1] "MageIngrid2: RT @im_justapotato_: First attempt at League of Legends, join on me?  (✿◠ᴗ◠) ♡\nGOING LIVE AT 9:30 EST! \n \nhttps://t.co/RcwGdrAQmj\n\n#smallst…"
## 
## [[8949]]
## [1] "Mrsurvival6: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8950]]
## [1] "MageIngrid2: RT @AlexTzitzi2: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/oQLCtLB5JR"
## 
## [[8951]]
## [1] "ssachiaro: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8952]]
## [1] "MageIngrid2: RT @TeethPastelol: Why do I play this game.... https://t.co/ClQppHYPd5 #leagueoflegends #drinking #alcoholism"
## 
## [[8953]]
## [1] "MageIngrid2: RT @burnieilies: Support Diff! KDA 11/3/14. \n\n#teemo #teemosup #teemosupport #teemolol #support #supportmain #leagueoflegends #lolteemo #lo…"
## 
## [[8954]]
## [1] "Mrsurvival6: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8955]]
## [1] "HatHatMans: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[8956]]
## [1] "MageIngrid2: RT @majorfacepwn: Going LIVE with #LeagueOfLegends and after a game or 2, heading to #WowClassic for some raiding! I have a pretty big anno…"
## 
## [[8957]]
## [1] "MageIngrid2: RT @tamashiiVT: 🔴 I'M LIVE 🔴 COME HANG OUT! 🖤\nhttps://t.co/yxFZYocH5M\n\n#GREENMANGAMING #TwitchAffliate #smallstreamer #valorant #streamer #…"
## 
## [[8958]]
## [1] "DataAugmented: RT @ThatDartTho: Ranked League Of Legends YAY\nhttps://t.co/tCmGjHppOj\n\n@ShoutRTs\n@SmallStreamersC\n@BlazedRTs\n@sme_rt\n@rtsmallstreams\n@Suppo…"
## 
## [[8959]]
## [1] "AshleyC67028952: RT @FanshaweFUEL: DONT RUN SHEN, COME BAAAAACK\n\n#ecac #finals #LeagueOfLegends  @ECAC_Esports https://t.co/xypzoaUOLP"
## 
## [[8960]]
## [1] "ChompSpark: RT @yousseferra_art: League of Legends : Jinx\nhttps://t.co/toFJ0uBDLU\n\n#leagueoflegends #arcane #jinx https://t.co/NVYTprdOCv"
## 
## [[8961]]
## [1] "jinxedstar_: RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…"
## 
## [[8962]]
## [1] "jinxedstar_: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8963]]
## [1] "MageIngrid2: RT @ShuUsagi: LIVE NOW FORHEAD! playing some more LoL here we go aram worriers cuz im lazy lets be dumb down mid \n .\n.\n.\n#vtuber #envtuber…"
## 
## [[8964]]
## [1] "MageIngrid2: RT @ItsPrata: 📣 I'm going to #LeagueofLegends ! https://t.co/lVfP9e0p2s #wizebot #twitch"
## 
## [[8965]]
## [1] "MageIngrid2: RT @AnimeRPGgame: I can't understand a word, but I love it! https://t.co/qShRjTt9Bt #music #anime #LeagueOfLegends"
## 
## [[8966]]
## [1] "MageIngrid2: RT @antimahi: Fine! I’ll do it myself🙅🗡️🫡\n#LeagueOfLegends #ليق #Pentakill https://t.co/vSYnOuBvdl"
## 
## [[8967]]
## [1] "ConanEdogawa14: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8968]]
## [1] "Edna75582569: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8969]]
## [1] "SalieriXIV: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[8970]]
## [1] "holy_ngao: RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…"
## 
## [[8971]]
## [1] "RobertK17737734: RT @LOLegendsMemes: FUCK THIS GAME #LeagueOfLegends #Memes https://t.co/Vhaolk2ffs"
## 
## [[8972]]
## [1] "Bears123Talb: RT @EGO__Lounge: Are you ready for the fun🔥?\n\nOur website is ready!🎉🥳\n🕹 https://t.co/hHsuOE1ash\n\nWhich competitions will you join 👀 ? \n\n#Le…"
## 
## [[8973]]
## [1] "SOxkeoLs: RT @BonniieA: i love them :] 🖤\n\n#LeagueOfLegends https://t.co/ksJquGBx1D"
## 
## [[8974]]
## [1] "PenguisPenguina: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[8975]]
## [1] "GerardoEsp4: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8976]]
## [1] "LOL_Art_Bot: RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo"
## 
## [[8977]]
## [1] "whale_lonliest: RT @KJCeSports: The @FNATIC legend returns to the team 2 years after playing for its rival, @G2esports &amp; @KarmineCorp.\n\n#KJCeSports #League…"
## 
## [[8978]]
## [1] "Abisco54911105: We are trying out the game.👇 #ArtofLegends #LeagueofLegends #GENGWIN #GuardiãsEstelares #StarGuardian"
## 
## [[8979]]
## [1] "Jonathan_kujoh: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8980]]
## [1] "LUXCR0WNGUARD: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8981]]
## [1] "ThatDartTho: Ranked League Of Legends YAY\nhttps://t.co/tCmGjHppOj\n\n@ShoutRTs\n@SmallStreamersC\n@BlazedRTs\n@sme_rt\n@rtsmallstreams… https://t.co/NVtb6pGyRF"
## 
## [[8982]]
## [1] "boo_hu_tao: RT @ZeeLinn: commission for viola 💖 who just wanted sad sisters 🥺\n\n#arcane #LeagueOfLegends https://t.co/1wgRn3a6iM"
## 
## [[8983]]
## [1] "GuantesGro: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[8984]]
## [1] "madudspanda: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8985]]
## [1] "gokeria_: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[8986]]
## [1] "aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD"
## 
## [[8987]]
## [1] "lei_jessy: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8988]]
## [1] "ourenjiro: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8989]]
## [1] "jsmnt12: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8990]]
## [1] "velvykat5731: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[8991]]
## [1] "susie1004: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[8992]]
## [1] "AsswecanSenpai: RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo"
## 
## [[8993]]
## [1] "Rascal0rMilk: RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo"
## 
## [[8994]]
## [1] "IntrinsicGames: RT @antimahi: Fine! I’ll do it myself🙅🗡️🫡\n#LeagueOfLegends #ليق #Pentakill https://t.co/vSYnOuBvdl"
## 
## [[8995]]
## [1] "NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo"
## 
## [[8996]]
## [1] "antimahi: Fine! I’ll do it myself🙅🗡️🫡\n#LeagueOfLegends #ليق #Pentakill https://t.co/vSYnOuBvdl"
## 
## [[8997]]
## [1] "LOL_Art_Bot: RT @VickieZ25645605: Get the right games.🙉🙉🙉🙉 #ArtofLegends #mobilegame #LeagueofLegends #StarGuardians #G2WIN #Nilah \nOriginal: EhManInBla…"
## 
## [[8998]]
## [1] "LOL_Art_Bot: RT @Darqueria2: Yes, yes... i am bored... \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#yuumi\n#leagueoflegendsart https://t.co/Ya4bEVb1TS"
## 
## [[8999]]
## [1] "janjanj08949515: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[9000]]
## [1] "VickieZ25645605: Get the right games.🙉🙉🙉🙉 #ArtofLegends #mobilegame #LeagueofLegends #StarGuardians #G2WIN #Nilah \nOriginal: EhManIn… https://t.co/rnUIA0lp2b"
## 
## [[9001]]
## [1] "Darqueria2: Yes, yes... i am bored... \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#yuumi\n#leagueoflegendsart https://t.co/Ya4bEVb1TS"
## 
## [[9002]]
## [1] "HaywireWindgod: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9003]]
## [1] "wh0scam: RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg"
## 
## [[9004]]
## [1] "scostalraft: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[9005]]
## [1] "PHOEBY02: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[9006]]
## [1] "chan__go: RT @chisi64726930: Cat of Glory~🐱💙👑\n#LeagueOfLegendsFanArt\n#LeagueOfLegends\n#Yummi https://t.co/VGEKSSl18p"
## 
## [[9007]]
## [1] "123Yotsuba: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9008]]
## [1] "Darkraider4597: RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…"
## 
## [[9009]]
## [1] "Darkraider4597: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[9010]]
## [1] "callmetheloop: RT @Onezeroisten: welcome home Yasuo, dinners ready\n#yone #yasuo #LeagueOfLegends https://t.co/rnpndoIzkV"
## 
## [[9011]]
## [1] "dreamlumlooka: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9012]]
## [1] "WookiesCantFly: RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…"
## 
## [[9013]]
## [1] "Matthew06228275: RT @acelovesounds: Is @riotgames serious that there won't be any Rotating Game Mode at the end of the year, because ARAM update? \n\nWow, tha…"
## 
## [[9014]]
## [1] "X17Swan: RT @rayyyyyyy_: CSGO Plays\n\n#CSGO #VAL #Dota2 #Underdog #GamblingTwitter #LeagueOfLegends #PlayerProps #PrizePicks #Follow #Like #Retweet h…"
## 
## [[9015]]
## [1] "AtmajaPd: RT @stats_live_es: 🔥Top streamings a las 16:43 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 11.286\n🥈 #LACOBRAAA➖Viewers: 5.260\n🥉 #SpeedGamingEspanol➖Vie…"
## 
## [[9016]]
## [1] "Sp1ne_Sh0t: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9017]]
## [1] "lolman2134: RT @AsaiOreo: #Zoe #LeagueOfLegends #ArtofLegends commission,dot use~ https://t.co/jFGNLPbXw8"
## 
## [[9018]]
## [1] "TaraTemma: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9019]]
## [1] "AnimeRPGgame: I can't understand a word, but I love it! https://t.co/qShRjTt9Bt #music #anime #LeagueOfLegends"
## 
## [[9020]]
## [1] "xiefux: RT @yousseferra_art: League of Legends : Jinx\nhttps://t.co/toFJ0uBDLU\n\n#leagueoflegends #arcane #jinx https://t.co/NVYTprdOCv"
## 
## [[9021]]
## [1] "ItsPrata: 📣 I'm going to #LeagueofLegends ! https://t.co/lVfP9e0p2s #wizebot #twitch"
## 
## [[9022]]
## [1] "JustinB00203322: RT @envykun99: Holy Hell, first time I've done that great with Pyke!!\n#LeagueofLegends #LoL #WildRift #gaming https://t.co/F5vyuaVFtk"
## 
## [[9023]]
## [1] "MarcsBeauTifuL: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9024]]
## [1] "HaryantiLembah: What a game!🚀🚀 #Gameplay #LeagueofLegends #mobilegame #YıldızMuhafızları #GENGWIN #YıldızMuhafızı"
## 
## [[9025]]
## [1] "bae943: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[9026]]
## [1] "__kirene: RT @JHe0w0: Always anxious when colour😢 I just like black and white so much\n\n#LeagueOfLegends  \n#Settphel #Sett\n#Aphelios https://t.co/pPPH…"
## 
## [[9027]]
## [1] "GatitoMiauMia12: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9028]]
## [1] "NerfWindWall: nerf Yasuo's Wind Wall #LeagueOfLegends"
## 
## [[9029]]
## [1] "__kirene: RT @JHe0w0: For commission!\n#LeagueOfLegends #Aphelios #ArtofLegends https://t.co/GmXiFTHBeV"
## 
## [[9030]]
## [1] "roxxa5481: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9031]]
## [1] "Crayonclaire_: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9032]]
## [1] "AngelUsako: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9033]]
## [1] "merinotimelord: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9034]]
## [1] "ubetaro_: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9035]]
## [1] "ShadowW61782046: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9036]]
## [1] "Stefani59287278: RT @LOLegendsMemes: Don’t worry we scale! #LeagueOfLegends #Memes https://t.co/0wgVNo8try"
## 
## [[9037]]
## [1] "mjulie1205: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9038]]
## [1] "smad_cosplays: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9039]]
## [1] "techmaturgy: RT @PurpleARTdude: After a long time... I finally finished this!! Moon guys vs sun guys 🌚🌝\n#ValorantArt #VALORANTfanart #VALORANT #LeagueOf…"
## 
## [[9040]]
## [1] "SrirachaWhale: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9041]]
## [1] "tomvs123: RT @ClinoraWarrior: Insane Dodge and 1v2 Ct Play! #shorts #gameplay #leagueoflegends #yone #gaming #trend https://t.co/eAORYIbi5H"
## 
## [[9042]]
## [1] "a1righty: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9043]]
## [1] "herarclift: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9044]]
## [1] "jeanne10041: LoL Lee Sin Champie Chibi Spiral Notebook\nhttps://www.redbubble.c ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO"
## 
## [[9045]]
## [1] "Andy7544: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9046]]
## [1] "plasmarum: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9047]]
## [1] "alicegyutaro: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9048]]
## [1] "IntrinsicGames: RT @jerrylohzy: My Arcane Jinx fanart\n\n#art #jinx #arcane #lol #LeagueOfLegends #LeagueOfLegendsFanArt #jinxfanart https://t.co/7EsTJvaPXt"
## 
## [[9049]]
## [1] "mustyOwO: RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…"
## 
## [[9050]]
## [1] "IntrinsicGames: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9051]]
## [1] "GreysLazo: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9052]]
## [1] "_castanhadecaju: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9053]]
## [1] "ryokucharyu: RT @jerrylohzy: My Arcane Jinx fanart\n\n#art #jinx #arcane #lol #LeagueOfLegends #LeagueOfLegendsFanArt #jinxfanart https://t.co/7EsTJvaPXt"
## 
## [[9054]]
## [1] "varoness_: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[9055]]
## [1] "mguel_v1: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9056]]
## [1] "OverdriveExe: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9057]]
## [1] "marshmallgom: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9058]]
## [1] "LOL_Art_Bot: RT @6176ter: Miss Fortune league of legends ❤️❤️\n#MissFortune \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#FANART \n💙💙💙 https://t.co/uJ0ejUSj…"
## 
## [[9059]]
## [1] "Flissy35039555: RT @acelovesounds: Is @riotgames serious that there won't be any Rotating Game Mode at the end of the year, because ARAM update? \n\nWow, tha…"
## 
## [[9060]]
## [1] "SummonerOrthan: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9061]]
## [1] "niya_niya_2222: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9062]]
## [1] "Deyls3: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9063]]
## [1] "S45jfzrrHMpIGpO: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9064]]
## [1] "David07Artk: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9065]]
## [1] "LuisAlb71877873: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9066]]
## [1] "SonneKaeya: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9067]]
## [1] "jolyne_unit01: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9068]]
## [1] "Shi_Okami: RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…"
## 
## [[9069]]
## [1] "Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown… https://t.co/i8MSlnqLHI"
## 
## [[9070]]
## [1] "zizon_T1: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[9071]]
## [1] "6176ter: Miss Fortune league of legends ❤️❤️\n#MissFortune \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#FANART \n💙💙💙 https://t.co/uJ0ejUSjGj"
## 
## [[9072]]
## [1] "T1_Hideonbush: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[9073]]
## [1] "UnfamiliarSD: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9074]]
## [1] "divined1ife: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[9075]]
## [1] "kraydickson: RT @iAaronPhone: When you have an Inter on your team and need to carry. Super toxic Kalista ADC. #LeagueOfLegends #leagueoflegendsclips #ga…"
## 
## [[9076]]
## [1] "gumayusing: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[9077]]
## [1] "Xxylerz: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[9078]]
## [1] "rivaillekim: RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne \"Yongsang\")\n\n#T1WIN #T1FIGHTING #T1fanar…"
## 
## [[9079]]
## [1] "CatsMapleshade: RT @vatheja: Doodle of #jinx for Christmas :) #LeagueOfLegends https://t.co/ZjmSe8C22L"
## 
## [[9080]]
## [1] "aiu3003: RT @SPYKEEE1945: Play.🦊\n\nFor: A.R.\n\n#Ahri #LeagueOfLegends \n#ArtofLegends #LeagueOfLegendsFanArt https://t.co/M9iX0VhfMt"
## 
## [[9081]]
## [1] "7iemaniac: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9082]]
## [1] "gom_mxm: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9083]]
## [1] "Giokz_TV: Ekkobob from Arcane is IMPOSSIBLE to catch 😵‍💫🧽#leagueoflegends #arcane https://t.co/I60tuQVIIv"
## 
## [[9084]]
## [1] "skullicarus: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9085]]
## [1] "aiwerry: RT @xAndrastax: More genderbend cosplays is coming 👀💕\nViego from #Leagueoflegends were my last genderbend cosplay that I've made. But I'm w…"
## 
## [[9086]]
## [1] "SkullyTeh: RT @paukshop: Spy X Family X Star Walkin\n\nI made a Spy x Family edit inspired by the 2022 League Worlds Song! \n\n#SPY_FAMILY #SPYxFamily #スパ…"
## 
## [[9087]]
## [1] "JamesJi46864721: RT @LOLegendsMemes: we where too late :( #LeagueOfLegends #Memes https://t.co/fF5iq8dvRi"
## 
## [[9088]]
## [1] "isekai_secah: Preseason as a botlaner--how to fight against they scary heartsteel???? D:\n#leagueoflegends #vtuber #vtubers… https://t.co/K5DsDxrBLi"
## 
## [[9089]]
## [1] "CK30006: RT @FanshaweFUEL: Fanshawe gets first blood on game 5, LETS GOOOO\n\n#ECAC #FINALS #LEAGUEOFLEGENDS @ECAC_Esports https://t.co/5LDOu5iSCL"
## 
## [[9090]]
## [1] "stefanarenas: RT @BemRems: back at it again  supposed to finish this on November 😂, crossover #10 November Mains #Evelynn #Nahidagenshinimpact #Kiriko #L…"
## 
## [[9091]]
## [1] "androgynoushark: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9092]]
## [1] "Karma_Goryu: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9093]]
## [1] "Joy5148635: RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…"
## 
## [[9094]]
## [1] "IntrinsicGames: RT @MistressNyxVA: I'm LIVE on Twitch! Playing League of Legends\n\nhttps://t.co/CvLweTJDED\n\n#Twitch #LIVE #Gaming #VoiceActor #Streamer #Aff…"
## 
## [[9095]]
## [1] "FrankSi38183223: RT @MistressNyxVA: I'm LIVE on Twitch! Playing League of Legends\n\nhttps://t.co/CvLweTJDED\n\n#Twitch #LIVE #Gaming #VoiceActor #Streamer #Aff…"
## 
## [[9096]]
## [1] "TKPFamily615123: 【League of Legends】Caitlyn Lulu vs Ezreal RenataGlasc | 2vs2 | bot gap\n\n#LOL #leagueoflegends #英雄聯盟  #caitlyn #lulu… https://t.co/4yuyr4hAU6"
## 
## [[9097]]
## [1] "W0shua_: RT @starry_amari: \"In the name of the Moon, we'll punish you!\"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…"
## 
## [[9098]]
## [1] "tnuoxolleh: RT @srkork: E K K O is so pretty :(((\n#illustration #LeagueOfLegends #Ekko #Arcane #FANART https://t.co/IIRSzfKWL1"
## 
## [[9099]]
## [1] "aynhadanimates: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9100]]
## [1] "Owlie01: RT @HighNoonJhin: #jhin #LeagueOfLegends #LeagueOfLegendsFanArt \n\nbackside will be high noon jhin - will post soon and have in my shop come…"
## 
## [[9101]]
## [1] "ilugwen: RT @neofox67: Did a small animated sequence/lipsync a month ago with the audio of this vid &gt; https://t.co/u325ro30Ek\nNot Arcane content but…"
## 
## [[9102]]
## [1] "_09_01_1997_: RT @we_byun: \"-Please... Brother... CARRY ME.\"\n\"- FF 15.\" \nYasuo &amp; Yone. ♡\n#LeagueOfLegendsFanArt #LeagueOfLegends #LOL #FANART #yasuo #yon…"
## 
## [[9103]]
## [1] "antoniominari04: RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…"
## 
## [[9104]]
## [1] "MaryOrozco999: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9105]]
## [1] "MariahDoughert3: RT @LavinciFrost: Just. Different. \n#LeagueOfLegends https://t.co/CE3FaViesT"
## 
## [[9106]]
## [1] "OfKittyAngel: RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…"
## 
## [[9107]]
## [1] "08WSouza: RT @iambeckyg: Me and my girl Qiyana 🤙🏽 @LeagueOfLegends @riotgames #TRUEDAMAGE #LEAGUEOFLEGENDS https://t.co/vmC0IWvKkg"
## 
## [[9108]]
## [1] "OfKittyAngel: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[9109]]
## [1] "bonerfly1: RT @LOLegendsMemes: FUCK THIS GAME #LeagueOfLegends #Memes https://t.co/Vhaolk2ffs"
## 
## [[9110]]
## [1] "OfKittyAngel: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9111]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 04:30 (Hora ESP)🔥\n\n🥇 #BarbaKahn➖Viewers: 8.750\n🥈 #ElKevo_➖Viewers: 742\n🥉… https://t.co/3MgpgjW86W"
## 
## [[9112]]
## [1] "WadeWatts4761: RT @Polyxenastorm: A little #throwback to #SlayBelleKatarina to get you in the #christmasspirit 🎄\nCosplay made by ryann.kaykay \nWeapons mad…"
## 
## [[9113]]
## [1] "xheophes: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9114]]
## [1] "jjmmmmm8: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9115]]
## [1] "Zervive: RT @deerlaurs: they won’t leave my mind!! take these dumb sketches :]\n\n#kaikali #kda #akali #kaisa #leagueoflegends https://t.co/CBQXaKsZmG"
## 
## [[9116]]
## [1] "tls419: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9117]]
## [1] "lempekdi1323: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9118]]
## [1] "Hezixx1: RT @21stCentryIdeot: When you're being nice again in #LeagueofLegends #TFT. https://t.co/dL3mwgURO0"
## 
## [[9119]]
## [1] "LfgYou: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9120]]
## [1] "BeyondFables: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9121]]
## [1] "AndradeNacimba: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9122]]
## [1] "CH1M34A: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9123]]
## [1] "takoyakiiii718: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9124]]
## [1] "takoyakiiii718: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9125]]
## [1] "Zervive: RT @soap_ai: (1/2) Seraphine? 😳💦\n#Qiyana #Senna #truedamage #artoflegends #leagueoflegends https://t.co/k2Vw31Gmfo"
## 
## [[9126]]
## [1] "GlassCurrents: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[9127]]
## [1] "Horseengine: RT @welfero: \"S-Stop it, I'm only a few centuries younger than you\"\n\n#League_of_Legends #LeagueOfLegends #Poppy #Kayle https://t.co/jmvhVOG…"
## 
## [[9128]]
## [1] "Succubus_Desuuu: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9129]]
## [1] "Willow20374636: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9130]]
## [1] "Zervive: RT @soap_ai: It was funnier in my head\n\n#ArtofLegends #LeagueOfLegends #lightcannon #jinx #lux #arcane https://t.co/nPHYNzMuLD"
## 
## [[9131]]
## [1] "Ninna_NP_Gomes: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9132]]
## [1] "P_Poohcatdol: RT @Whitemar3: Got a spot for  ✨Daddy ✨? \n\n#Warwick #ArtOfLegends #LeagueOfLegends https://t.co/HJLzFTvaDe"
## 
## [[9133]]
## [1] "AfgathaOsa: RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX"
## 
## [[9134]]
## [1] "Zervive: RT @soap_ai: If Jinx offered you some pocky would you take it #jinx #LeagueOfLegends #ArtofLegends https://t.co/ArUgfQRzZi"
## 
## [[9135]]
## [1] "moguukinki: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9136]]
## [1] "Zervive: RT @soap_ai: drops this with no context #lightcannon #jinx #lux #ekko #LeagueOfLegends #ArtofLegends https://t.co/7nMEfR0F4j"
## 
## [[9137]]
## [1] "ll_Celeste_ll: RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…"
## 
## [[9138]]
## [1] "Zervive: RT @soap_ai: shitposting hours #jinx #lux #lightcannon #leagueoflegends #ArtofLegends https://t.co/EXTuqKRJGv"
## 
## [[9139]]
## [1] "SkeansJason: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9140]]
## [1] "Hir0016: Rankeds en wildrift #leagueoflegends #wildrift\nhttps://t.co/gPvxNs7wfW"
## 
## [[9141]]
## [1] "pvnkstitch: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9142]]
## [1] "SkeansJason: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9143]]
## [1] "IntrinsicGames: RT @LuffyTheFox: I love Ahri. She is my favorite hero from League Of Legends. Academy Ahri 💝🦊 #ahri #stableDifusion #aigeneratedart #League…"
## 
## [[9144]]
## [1] "Polyxenastorm: A little #throwback to #SlayBelleKatarina to get you in the #christmasspirit 🎄\nCosplay made by ryann.kaykay \nWeapon… https://t.co/xsHCXeG27x"
## 
## [[9145]]
## [1] "IntrinsicGames: RT @Mikestrosity: After Countless Minutes of playing Ranked Flex I have hit my new Peak, Bronze IV \n#LeagueOfLegends #Vtuber https://t.co/Y…"
## 
## [[9146]]
## [1] "Ninna_NP_Gomes: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9147]]
## [1] "vattghern: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9148]]
## [1] "VTuberTweeter: RT @Mikestrosity: After Countless Minutes of playing Ranked Flex I have hit my new Peak, Bronze IV \n#LeagueOfLegends #Vtuber https://t.co/Y…"
## 
## [[9149]]
## [1] "KellyCh15130609: RT @LuffyTheFox: I love Ahri. She is my favorite hero from League Of Legends. Academy Ahri 💝🦊 #ahri #stableDifusion #aigeneratedart #League…"
## 
## [[9150]]
## [1] "Mikestrosity: After Countless Minutes of playing Ranked Flex I have hit my new Peak, Bronze IV \n#LeagueOfLegends #Vtuber https://t.co/YMZMa1LOyB"
## 
## [[9151]]
## [1] "Am_Ameliar: RT @m_for_mojo_jojo: Is there anyone in web 3 who does not like cats or Leauge of Legends? 😓\n\nWell, I couldn't help but adopt THIS cute nft…"
## 
## [[9152]]
## [1] "7iemaniac: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9153]]
## [1] "CutHutagalung: I like the new design.😍😍 #LoL #MOBA #LeagueofLegends #YıldızMuhafızları #StarGuardian #FLYWIN"
## 
## [[9154]]
## [1] "RivenStore: How ya doin`?\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lolstuff https://t.co/gnn8taLC74"
## 
## [[9155]]
## [1] "rooftopbird: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[9156]]
## [1] "preheatoven666: RT @lorddumbb: [DT] Back to the old days [2]\n\nAnother young Silco doodles \n\n#arcane #ArcaneArt #Silco #silcofanart #youngsilco #doodle #Lea…"
## 
## [[9157]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Vikings Offense: Vote no we scale\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds20…"
## 
## [[9158]]
## [1] "rioliciouss: RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx"
## 
## [[9159]]
## [1] "rioliciouss: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[9160]]
## [1] "rioliciouss: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9161]]
## [1] "rioliciouss: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[9162]]
## [1] "skinx717: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9163]]
## [1] "rioliciouss: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9164]]
## [1] "rumgfs: RT @ClauSketch: ❣ 𝗥𝗮𝗸𝗮𝗻 𝘅𝗺𝗮𝘀🎄 \n♡ ☕ https://t.co/BQKfxmldek\n♡  Available for monthly supporters\n\n#LeagueOfLegends #ArtofLegends #rakan https…"
## 
## [[9165]]
## [1] "KaningIsOK: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[9166]]
## [1] "FloofyHuman: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[9167]]
## [1] "Pearlslightshow: We’re live! 😊\n\nhttps://t.co/2mJAxT0io8\n\n#LeagueOfLegends #twitch #TwitchAffiliates https://t.co/Szw393XjKa"
## 
## [[9168]]
## [1] "_Hizashi_: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9169]]
## [1] "fabszineo: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9170]]
## [1] "roriexart: RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…"
## 
## [[9171]]
## [1] "fishay_id: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9172]]
## [1] "joeysbberii: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[9173]]
## [1] "RussellKarters: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9174]]
## [1] "Ribbit_Jack: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9175]]
## [1] "LoLMemesBot: Vikings Offense: Vote no we scale\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/qGEp2zzTFI"
## 
## [[9176]]
## [1] "Sinelia_: RT @shupakabraa: Singed, orianna, heimerdinger, rio\nTW death mention\n#arcane #LeagueOfLegends https://t.co/XgiOTIANGp"
## 
## [[9177]]
## [1] "SrDans6: Work in progress🏗️\n|¦¬&gt; Mordekaiser &lt;¬¦|\n¬&gt; League of legends \n\n#digitalart #LeagueOfLegends https://t.co/ChA7uKQ3oN"
## 
## [[9178]]
## [1] "DonnaJo26713385: RT @DoomageddonGmig: There were more, but twitter is stupid with longer vids, longer version on my tiktok #LeagueOfLegends #Vtubers #vtuber…"
## 
## [[9179]]
## [1] "tisLatte: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[9180]]
## [1] "snottyhead64: RT @LOLegendsMemes: Or when I'm literally ON MY WAY and the team jumps in a bad 4v5 #LeagueOfLegends #Memes https://t.co/425JMxDSdx"
## 
## [[9181]]
## [1] "clover3green: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9182]]
## [1] "25thDraco: RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…"
## 
## [[9183]]
## [1] "SierraAzure: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9184]]
## [1] "NotPowPow: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9185]]
## [1] "briemelissastan: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9186]]
## [1] "himboprotector: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9187]]
## [1] "CielosCambala: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[9188]]
## [1] "JerryBu49551618: RT @yousseferra_art: League of Legends : Jinx\nhttps://t.co/toFJ0uBDLU\n\n#leagueoflegends #arcane #jinx https://t.co/NVYTprdOCv"
## 
## [[9189]]
## [1] "MortisGh0st: RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…"
## 
## [[9190]]
## [1] "FloralianAroma: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9191]]
## [1] "Koifee__: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9192]]
## [1] "MortisGh0st: RT @Nazarenart: Space Groove Nami!\nIt's my first try in CSP, I kinda like how it turned out 💕\n\n#ArtofLegends #LeagueOfLegendsFanArt #Namilo…"
## 
## [[9193]]
## [1] "MortisGh0st: RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID"
## 
## [[9194]]
## [1] "KurookamiSama: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9195]]
## [1] "RTFanartLOL: RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…"
## 
## [[9196]]
## [1] "IntrinsicGames: RT @strooodl: i had to draw a diagram for my friend - which vibe do YOU prefer? ✨🦈 #lightcannon #LeagueOfLegends https://t.co/s3bDQ2GKGH"
## 
## [[9197]]
## [1] "MortisGh0st: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[9198]]
## [1] "weed_kitteh: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9199]]
## [1] "GDAutoArt: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[9200]]
## [1] "weed_kitteh: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9201]]
## [1] "LadyVickytoria: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[9202]]
## [1] "te4_ll: RT @constellachion: another sanrio friend visits a star guardian ✨\nwho would you like to see next?\n\n#artistsontwitter #LeagueOfLegends http…"
## 
## [[9203]]
## [1] "t3ars0fman1a: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[9204]]
## [1] "viperfarts: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9205]]
## [1] "3Rattyrat: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9206]]
## [1] "nadearielis: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9207]]
## [1] "MortisGh0st: RT @strooodl: i had to draw a diagram for my friend - which vibe do YOU prefer? ✨🦈 #lightcannon #LeagueOfLegends https://t.co/s3bDQ2GKGH"
## 
## [[9208]]
## [1] "T3M91: RT @T3M91: Check out my latest video \"GANK FAIL #leagueoflegends #lol #gaming #shorts #clip\"\n\nWatch Now: https://t.co/YLp7Fe2ARH\n\n(Posted v…"
## 
## [[9209]]
## [1] "Raychel_Draws: RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…"
## 
## [[9210]]
## [1] "nadearielis: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9211]]
## [1] "MortisGh0st: RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E"
## 
## [[9212]]
## [1] "ViralexR: RT @millondie: Get Jinxed ✨\n\n#art #drawing #LeagueOfLegends #Jinx https://t.co/OnZwUrIKiE"
## 
## [[9213]]
## [1] "MortisGh0st: RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…"
## 
## [[9214]]
## [1] "AllyTheRuler: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9215]]
## [1] "cafecutiesoraka: RT @BonniieA: Mythmaker Irelia 🖤\n\n#Irelia #LeagueOfLegends https://t.co/WBo2ZEDFT8"
## 
## [[9216]]
## [1] "Lunarkinesis: RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV"
## 
## [[9217]]
## [1] "MortisGh0st: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9218]]
## [1] "Burstale1: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9219]]
## [1] "T3M91: Check out my latest video \"GANK FAIL #leagueoflegends #lol #gaming #shorts #clip\"\n\nWatch Now:… https://t.co/ggY7YIXJC7"
## 
## [[9220]]
## [1] "esbeath: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9221]]
## [1] "ShuUsagi: LIVE NOW FORHEAD! playing some more LoL here we go aram worriers cuz im lazy lets be dumb down mid \n .\n.\n.\n#vtuber… https://t.co/M2PbHwS28B"
## 
## [[9222]]
## [1] "AfgathaOsa: RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV"
## 
## [[9223]]
## [1] "Tanin_LW: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9224]]
## [1] "mastermepp: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[9225]]
## [1] "NeverEvi: Day 4 of begging \n@riotgames\n\n to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petition #riotplz"
## 
## [[9226]]
## [1] "JoshuaH65875147: RT @redface180: I finally made it to gold Now's just all up from here\n#LeagueOfLegends #RiotGamesONE https://t.co/kpbjoUHVrv"
## 
## [[9227]]
## [1] "useful_butch: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9228]]
## [1] "afarny4: There is peace of mind.💕💕 #LeagueofLegends #Gameplay #GuardiãsEstelares #TransformaTuDestino #G2WIN"
## 
## [[9229]]
## [1] "loveisfujiwara: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9230]]
## [1] "mintbearjr: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9231]]
## [1] "mintbearjr: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9232]]
## [1] "aurumnexus: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[9233]]
## [1] "Lunarkinesis: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[9234]]
## [1] "suidolz: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9235]]
## [1] "ViralexR: RT @Aikidork: I paid your girlfriend a visit this morning\n\n#arcane #artoflegends #jinx #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co…"
## 
## [[9236]]
## [1] "Kaeden75449726: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9237]]
## [1] "SemSkinDaNeeko: RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…"
## 
## [[9238]]
## [1] "Josstevaan_22: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9239]]
## [1] "GmMimio: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9240]]
## [1] "MerpyProjects: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9241]]
## [1] "howlMeu: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9242]]
## [1] "PapapenguinV: I feel like playing some league today!  Anyone who wants to join me can!  I'll be hanging out so come chill :)\nwe'l… https://t.co/a1kLXqcDRh"
## 
## [[9243]]
## [1] "00XM00N: RT @ArtyiesLeague: #Diana fan art by Ben shaw on ArtStaion,\nlink: https://t.co/dzYenhUdGA\n\n#LeagueOfLegends #ArtofLegends #fanart #LeagueOf…"
## 
## [[9244]]
## [1] "ayylemayoecksde: RT @LoLMemesBot: Beauty fades, Faker stays....\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #…"
## 
## [[9245]]
## [1] "Signoraposting: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9246]]
## [1] "GoneGirl_WR: RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E"
## 
## [[9247]]
## [1] "Mawasz: RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…"
## 
## [[9248]]
## [1] "GoneGirl_WR: RT @strooodl: i had to draw a diagram for my friend - which vibe do YOU prefer? ✨🦈 #lightcannon #LeagueOfLegends https://t.co/s3bDQ2GKGH"
## 
## [[9249]]
## [1] "panda_ashes: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9250]]
## [1] "GoneGirl_WR: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9251]]
## [1] "IntrinsicGames: RT @HayashiDraws: Kayle\n\nFollow me on instagram! https://t.co/hUqLcJQ7wV\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/Y3oPhx5wQa"
## 
## [[9252]]
## [1] "jmnzf92: RT @LoLMemesBot: 2 minutes of searching for icons and a minute of paint.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfL…"
## 
## [[9253]]
## [1] "Vilictor: RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…"
## 
## [[9254]]
## [1] "IntrinsicGames: RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…"
## 
## [[9255]]
## [1] "gettinbiggertha: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9256]]
## [1] "MuitoTr0uxa: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9257]]
## [1] "JoeySpecialEX: RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…"
## 
## [[9258]]
## [1] "blabla0216: RT @HayashiDraws: Kayle\n\nFollow me on instagram! https://t.co/hUqLcJQ7wV\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/Y3oPhx5wQa"
## 
## [[9259]]
## [1] "Miawka: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9260]]
## [1] "Iuridsn: RT @soap_ai: (1/2) Seraphine? 😳💦\n#Qiyana #Senna #truedamage #artoflegends #leagueoflegends https://t.co/k2Vw31Gmfo"
## 
## [[9261]]
## [1] "Blood_Lich: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9262]]
## [1] "buttpossum: RT @CasseroleFink: https://t.co/5tlN4kMNVA Hii playing #LeagueOfLegends"
## 
## [[9263]]
## [1] "duckduckgosins: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9264]]
## [1] "metalichotchoco: RT @metalichotchoco: The next chapter of this little fic is out ;] go check it out if you wanna. I’m kinda proud with it ngl\n#LeagueOfLegen…"
## 
## [[9265]]
## [1] "LightningBaron1: Saturday is now Ahri 🦊 Day here. It is also Christmas Time so here we go with some Holidays Ahri 🦊content 💕\nCosplay… https://t.co/ZV9EG68Uis"
## 
## [[9266]]
## [1] "diangelograce13: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9267]]
## [1] "ZatsuneJuon: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9268]]
## [1] "archoncalpernia: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9269]]
## [1] "thotadin: RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…"
## 
## [[9270]]
## [1] "idbell10: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9271]]
## [1] "Horseengine: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9272]]
## [1] "00XM00N: RT @ficakesillus: I’d like to think Diana adopted these two and Zoe now has older siblings ✨💕✨💕 I love the new champs #aphelias #Alune #dia…"
## 
## [[9273]]
## [1] "thotadin: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9274]]
## [1] "clyxpix: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9275]]
## [1] "Yukihohohoh: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9276]]
## [1] "_nanakat_: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[9277]]
## [1] "matildabradbvry: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9278]]
## [1] "WC_WIT: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9279]]
## [1] "00XM00N: RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr"
## 
## [[9280]]
## [1] "WC_WIT: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9281]]
## [1] "krissibarks: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9282]]
## [1] "idbell10: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9283]]
## [1] "DramaticGei: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9284]]
## [1] "Local_crack_hut: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9285]]
## [1] "michaeljande19: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9286]]
## [1] "Cass_a_rollie: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9287]]
## [1] "LilFaeFawn: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9288]]
## [1] "LOL_Art_Bot: RT @RuthRob36470669: You can follow and share. #LeagueOfLegendsFanArt #LeagueofLegends #GENGWIN #GuardianasEstelares #YıldızMuhafızı \nOrigi…"
## 
## [[9289]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: Third wheel\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Sp…"
## 
## [[9290]]
## [1] "fatovzz18: RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…"
## 
## [[9291]]
## [1] "GmSalesss: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9292]]
## [1] "Haizlyx: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[9293]]
## [1] "acce_the_worst: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9294]]
## [1] "CATBR3AD: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9295]]
## [1] "gabby_meds: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9296]]
## [1] "SkuIIyKnight: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9297]]
## [1] "Iuridsn: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9298]]
## [1] "AlyssaH59725147: RT @FanshaweFUEL: Fuel and Onu doing the trades\n\n@ECAC_Esports  #LeagueOfLegends  #ecacfinals https://t.co/FgM3y0yIGU"
## 
## [[9299]]
## [1] "RuthRob36470669: You can follow and share. #LeagueOfLegendsFanArt #LeagueofLegends #GENGWIN #GuardianasEstelares #YıldızMuhafızı \nOr… https://t.co/tL9RjS4PIR"
## 
## [[9300]]
## [1] "sly382: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9301]]
## [1] "sly382: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9302]]
## [1] "StrawbeePlushy: RT @AsaiOreo: #LeagueOfLegends  #LeagueOfLegendsFanArt #Lux #Ezreal\ncommission https://t.co/EY5df9RSEB"
## 
## [[9303]]
## [1] "TwoShadowSide: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[9304]]
## [1] "DoomageddonGmig: Decided to play some top lane ziggs tonight and needless to say I made their top lane leave #LeagueOfLegends https://t.co/afIz8hXWOn"
## 
## [[9305]]
## [1] "DonaldB74915047: Enjoy #ArtofLegends #Game #LeagueofLegends #Bjergsen #YıldızMuhafızı #GuardiãsEstelas"
## 
## [[9306]]
## [1] "ModiKM_: What was he baking? \n\n#Pantheon #LeagueOfLegends https://t.co/13o7C2aGVp"
## 
## [[9307]]
## [1] "AlexanderBaguet: RT @paper_scratch: RIP Cait’s brain this morning \n.\n.\n.\n#arcaneart #leagueoflegends #leagueoflegendsfanart #vi #caitlyn #violyn #piltoversf…"
## 
## [[9308]]
## [1] "AlexanderBaguet: RT @paper_scratch: “I can’t believe you made me late for work AGAIN, Vi. Now can I please get a hand.”\n.\n.\n.\n#arcaneart #leagueoflegends #l…"
## 
## [[9309]]
## [1] "notwehat: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9310]]
## [1] "AlexanderBaguet: RT @paper_scratch: I loved Cait’s fearlessness and outspoken empathy in Arcane — it reminded me of another tall ponytailed haired girl I kn…"
## 
## [[9311]]
## [1] "AlexanderBaguet: RT @paper_scratch: The moment Cait’s patience wears out after several awkward minutes of Vi hedging for the first kiss\n.\n.\n.\n#arcaneart #le…"
## 
## [[9312]]
## [1] "AlexanderBaguet: RT @paper_scratch: Cait has a bad day at work, sees Vi and allows herself to finally unwind\n.\n.\n.\n#arcaneart #leagueoflegends #leagueoflege…"
## 
## [[9313]]
## [1] "LoLMemesBot: Third wheel\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/Ct2dLKN1IQ"
## 
## [[9314]]
## [1] "AlexanderBaguet: RT @paper_scratch: Only a moment of free time this week for some #Caitvi practice\n.\n.\n.\n#arcaneart #leagueoflegends #leagueoflegendsfanart…"
## 
## [[9315]]
## [1] "AlexanderBaguet: RT @paper_scratch: Cait unwinds for the evening, sketch dump\n.\n.\n.\n#arcaneart #leagueoflegends #leagueoflegendsfanart #vi #caitlyn #violyn…"
## 
## [[9316]]
## [1] "Bxrdxrlxne: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9317]]
## [1] "AlexanderBaguet: RT @paper_scratch: The moment Officer Kiramman becomes off-duty, Officer Kiramman 🥵\n.\n.\n.\n#arcaneart #leagueoflegends #leagueoflegendsfanar…"
## 
## [[9318]]
## [1] "AlexanderBaguet: RT @paper_scratch: When Vi finishes a shower, everyone’s 💦\n.\n.\n.\n#arcaneart #leagueoflegends #leagueoflegendsfanart #vi #caitlyn #violyn #p…"
## 
## [[9319]]
## [1] "AlexanderBaguet: RT @paper_scratch: Sketching Vi waking up on a hot summer morning, but really it’s about Cait freaking out silently into her pillow\n.\n.\n.\n#…"
## 
## [[9320]]
## [1] "AlexanderBaguet: RT @paper_scratch: Caitvi patrolling the Undercity\n.\n.\n.\n#arcaneart #leagueoflegends #leagueoflegendsfanart #vi #caitlyn #violyn #piltovers…"
## 
## [[9321]]
## [1] "larasslut: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9322]]
## [1] "Michaeldeww: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9323]]
## [1] "ReginaC26432536: It's funny.🎮🎮 #Game #LeagueofLegends #GuardiãsEstelas #FLYWIN #Bjergsen \nOriginal: prohtius https://t.co/SXjVlIMTo2"
## 
## [[9324]]
## [1] "TeaCakeTiger: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9325]]
## [1] "Okizemee_: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9326]]
## [1] "NekrosLykos: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9327]]
## [1] "ShushiYeni: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9328]]
## [1] "liddlemeow: 13+ minute que ? Why? Please I want a game! #LeagueOfLegends"
## 
## [[9329]]
## [1] "LoveableMei66: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9330]]
## [1] "safiroanejo: RT @tamashiiVT: 🔴 I'M LIVE 🔴 COME HANG OUT! 🖤\nhttps://t.co/yxFZYocH5M\n\n#GREENMANGAMING #TwitchAffliate #smallstreamer #valorant #streamer #…"
## 
## [[9331]]
## [1] "JoniGamer1996: RT @tamashiiVT: 🔴 I'M LIVE 🔴 COME HANG OUT! 🖤\nhttps://t.co/yxFZYocH5M\n\n#GREENMANGAMING #TwitchAffliate #smallstreamer #valorant #streamer #…"
## 
## [[9332]]
## [1] "Nievezhitus: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[9333]]
## [1] "FRCretweets: RT @tamashiiVT: 🔴 I'M LIVE 🔴 COME HANG OUT! 🖤\nhttps://t.co/yxFZYocH5M\n\n#GREENMANGAMING #TwitchAffliate #smallstreamer #valorant #streamer #…"
## 
## [[9334]]
## [1] "tamashiiVT: 🔴 I'M LIVE 🔴 COME HANG OUT! 🖤\nhttps://t.co/yxFZYocH5M\n\n#GREENMANGAMING #TwitchAffliate #smallstreamer #valorant… https://t.co/xkrZE1GZpO"
## 
## [[9335]]
## [1] "FRCretweets: RT @CarolynCherry_: 📢On part en live sur League Of Legends !!🔴\nhttps://t.co/j02PN5V2Co\n#streamergirl #twitch #LeagueOfLegends #LOL #Carolyn…"
## 
## [[9336]]
## [1] "Pookiedicksuga1: RT @CarolynCherry_: 📢On part en live sur League Of Legends !!🔴\nhttps://t.co/j02PN5V2Co\n#streamergirl #twitch #LeagueOfLegends #LOL #Carolyn…"
## 
## [[9337]]
## [1] "EmiBruxinha: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9338]]
## [1] "anthony_ryouko: RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…"
## 
## [[9339]]
## [1] "maekery: RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…"
## 
## [[9340]]
## [1] "soruui: RT @duxteh2: You want style? You've found her 💜🌺\n\n#artoflegends #LeagueOfLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/31RsoFA…"
## 
## [[9341]]
## [1] "FRCretweets: RT @fandifi: A mistake everyone makes once 😜\n\n#gaming #esports #esport #esportsteam #twitch #valorant #leagueoflegends #overwatch #csgo #ap…"
## 
## [[9342]]
## [1] "Maxorzoom: RT @fandifi: A mistake everyone makes once 😜\n\n#gaming #esports #esport #esportsteam #twitch #valorant #leagueoflegends #overwatch #csgo #ap…"
## 
## [[9343]]
## [1] "KemurChan: RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…"
## 
## [[9344]]
## [1] "fronezone: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9345]]
## [1] "D4Rkfor3: RT @LavinciFrost: Just. Different. \n#LeagueOfLegends https://t.co/CE3FaViesT"
## 
## [[9346]]
## [1] "QuinneJojofag: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9347]]
## [1] "jandrereserva: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9348]]
## [1] "ogFeelEmotional: RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…"
## 
## [[9349]]
## [1] "reistellae: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[9350]]
## [1] "Luciesagarika: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9351]]
## [1] "Navin_chan: RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV"
## 
## [[9352]]
## [1] "Jacob_Twitch_jd: Shaco it the only champ that matter change my mind! \nFree Shaco Live Wallpaper. Grab in on Wallpaper engine or msg… https://t.co/i0zXb0f0l9"
## 
## [[9353]]
## [1] "Evho_Phoenix: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9354]]
## [1] "Evho_Phoenix: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9355]]
## [1] "NicCHeinz: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[9356]]
## [1] "__Sol1l0quy: Thank you for all of the understanding and support this year! Today we completed #CultOfTheLamb on stream and had s… https://t.co/gfLB6yEKif"
## 
## [[9357]]
## [1] "JumaraloHexCore: RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…"
## 
## [[9358]]
## [1] "keatydesu: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9359]]
## [1] "keatydesu: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9360]]
## [1] "lolnuggies: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9361]]
## [1] "Macky07GF: RT @im_justapotato_: First attempt at League of Legends, join on me?  (✿◠ᴗ◠) ♡\nGOING LIVE AT 9:30 EST! \n \nhttps://t.co/RcwGdrAQmj\n\n#smallst…"
## 
## [[9362]]
## [1] "majorfacepwn: Going LIVE with #LeagueOfLegends and after a game or 2, heading to #WowClassic for some raiding! I have a pretty bi… https://t.co/71xVZNwbDE"
## 
## [[9363]]
## [1] "Oream10: RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…"
## 
## [[9364]]
## [1] "RewTox: RT @moonimu_art: This is the second version of the upcoming Prestige skin for Sivir, Mythmaker!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #L…"
## 
## [[9365]]
## [1] "Kamino_Shimobe: RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…"
## 
## [[9366]]
## [1] "milesfromloona: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9367]]
## [1] "milesfromloona: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9368]]
## [1] "ak_elon: RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…"
## 
## [[9369]]
## [1] "CitrusPress: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9370]]
## [1] "waltz1917: Enjoy the game you like.😎 #LeagueofLegends #ClashLoL #FLYWIN #TransformaTuDestino"
## 
## [[9371]]
## [1] "onittoes: RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ"
## 
## [[9372]]
## [1] "Astro_potatoe: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9373]]
## [1] "PhantasmalGirl: RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…"
## 
## [[9374]]
## [1] "SocialDesignCr1: RT @burnieilies: Support Diff! KDA 11/3/14. \n\n#teemo #teemosup #teemosupport #teemolol #support #supportmain #leagueoflegends #lolteemo #lo…"
## 
## [[9375]]
## [1] "hzlfs: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9376]]
## [1] "hosrt93: #LeagueOfLegends 2500 true damage https://t.co/KOXGK7ORBa"
## 
## [[9377]]
## [1] "GMHTTYD: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9378]]
## [1] "shikandayo: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9379]]
## [1] "burnieilies: Support Diff! KDA 11/3/14. \n\n#teemo #teemosup #teemosupport #teemolol #support #supportmain #leagueoflegends… https://t.co/YJzpzy3ISP"
## 
## [[9380]]
## [1] "alttspeed: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9381]]
## [1] "1987_zombie: RT @firepix515: Zero War Ahri Fortnite skin concept!\n\nTrapped in a world far from her home, and with little choice, Ahri joins the fight to…"
## 
## [[9382]]
## [1] "_Saint_Ghoul: RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…"
## 
## [[9383]]
## [1] "IntrinsicGames: RT @TeethPastelol: Why do I play this game.... https://t.co/ClQppHYPd5 #leagueoflegends #drinking #alcoholism"
## 
## [[9384]]
## [1] "hanag0re: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9385]]
## [1] "Ursa_Mediocre: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[9386]]
## [1] "Sonicx5040__: RT @artelsia: Happy Ahri Day 🖤\n#LeagueOfLegends #artoflegends https://t.co/gore9yvnxe"
## 
## [[9387]]
## [1] "TeethPastelol: Why do I play this game.... https://t.co/ClQppHYPd5 #leagueoflegends #drinking #alcoholism"
## 
## [[9388]]
## [1] "NullIsAt0: RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…"
## 
## [[9389]]
## [1] "tamashiiVT: RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…"
## 
## [[9390]]
## [1] "EVANxOMEGA: RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…"
## 
## [[9391]]
## [1] "Gaafff2: I have one of my all time favorites.❤️❤️❤️❤️ #LeagueOfLegendsFanArt #LeagueofLegends #StarGuardian… https://t.co/KXAFmD4YMR"
## 
## [[9392]]
## [1] "RewTox: RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk"
## 
## [[9393]]
## [1] "sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising… https://t.co/d6m32MjrmP"
## 
## [[9394]]
## [1] "AlexTzitzi2: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/oQLCtLB5JR"
## 
## [[9395]]
## [1] "wildncrazyguy1: There is fan art with effects.🤔 #LeagueofLegends #LeagueOfLegendsFanArt #ClashLoL #YıldızMuhafızları #StarGuardian"
## 
## [[9396]]
## [1] "AlexTzitzi2: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/e72Xb4whG6"
## 
## [[9397]]
## [1] "sunamiis2: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9398]]
## [1] "viesolde: RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV"
## 
## [[9399]]
## [1] "burnieilies: Level 7 teemo!! Yeayyy!!! Thanks @Manco1lol for your teemo game play! Love your videos! \n\n#teemo #teemosup… https://t.co/Nis9zu3dPX"
## 
## [[9400]]
## [1] "oneshiningdream: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9401]]
## [1] "AuroraKirkland_: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9402]]
## [1] "ZJay_99: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[9403]]
## [1] "ZJay_99: RT @Samandriade: Headcanon time\nZoe likes to sleep cuddling in Soraka's lap 💤💤\n#LeagueOfLegends #LeagueOfLegendsFanArt #zoe #soraka https:/…"
## 
## [[9404]]
## [1] "ZJay_99: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9405]]
## [1] "ririkax_: ♡ Ririka\n♡ 18 y/o\n♡ Ahri OTP\n♡ Platinum 1\n♡ From EU, just moved to NA (I play on both servers regardless)\n♡ osu! pl… https://t.co/4QPVZrZva0"
## 
## [[9406]]
## [1] "EnR_Bar: RT @NanaruSuzuka: Playing some Teamfight Tactics with Travis! Come vibe with me! \n\n#LeagueOfLegends #TeamfightTactics #VTuberUprising #Twit…"
## 
## [[9407]]
## [1] "VtuberCC: RT @PizzaPC8: Unlucky\n@NaniRue\n\n#vtuber #envtuber #LeagueOfLegends https://t.co/yLYMSSsJ4r"
## 
## [[9408]]
## [1] "racertrainz: RT @somewhat_irked: Ruined Xayah and Sentinel Rakan - fanart\n#xayah #rakan #leagueoflegends https://t.co/8q0ZJgPuWO"
## 
## [[9409]]
## [1] "im_justapotato_: First attempt at League of Legends, join on me?  (✿◠ᴗ◠) ♡\nGOING LIVE AT 9:30 EST! \n \nhttps://t.co/RcwGdrAQmj… https://t.co/xfY6WUrTVT"
## 
## [[9410]]
## [1] "bc_bby_: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9411]]
## [1] "EL_nachas: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9412]]
## [1] "CasseroleFink: https://t.co/5tlN4kMNVA Hii playing #LeagueOfLegends"
## 
## [[9413]]
## [1] "Sunset_sn: RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…"
## 
## [[9414]]
## [1] "bebackl8r: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9415]]
## [1] "Goupil68: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9416]]
## [1] "StevenS53125904: RT @PizzaPC8: Unlucky\n@NaniRue\n\n#vtuber #envtuber #LeagueOfLegends https://t.co/yLYMSSsJ4r"
## 
## [[9417]]
## [1] "meeIgaroo: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9418]]
## [1] "meeIgaroo: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9419]]
## [1] "racertrainz: RT @RiotKidakins: I did a thing!! full version in the replies (when it's done uploading) #StarGuardian #xayah #rakan #LeagueOfLegends #Star…"
## 
## [[9420]]
## [1] "MooseLord150: RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV"
## 
## [[9421]]
## [1] "NanaruSuzuka: Playing some Teamfight Tactics with Travis! Come vibe with me! \n\n#LeagueOfLegends #TeamfightTactics #VTuberUprising… https://t.co/AaKHvEVPoB"
## 
## [[9422]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: *sorry to say sir but.. no mana for ult*\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #W…"
## 
## [[9423]]
## [1] "LOL_Art_Bot: RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…"
## 
## [[9424]]
## [1] "theevahngelions: whenever i play veigar. i feel like a magical girl! BOOM 💫\n\n#veigar #leagueoflegends https://t.co/osHSZLhuAt"
## 
## [[9425]]
## [1] "thedunewitch: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9426]]
## [1] "josemorojas: RT @SPYKEEE1945: Play.🦊\n\nFor: A.R.\n\n#Ahri #LeagueOfLegends \n#ArtofLegends #LeagueOfLegendsFanArt https://t.co/M9iX0VhfMt"
## 
## [[9427]]
## [1] "mellowavess: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9428]]
## [1] "No2Astro: RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…"
## 
## [[9429]]
## [1] "TaylorH55952945: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9430]]
## [1] "berhres: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9431]]
## [1] "_eeearfquake: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9432]]
## [1] "valkyrsimp: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9433]]
## [1] "LoLMemesBot: *sorry to say sir but.. no mana for ult*\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/bMPXj0skha"
## 
## [[9434]]
## [1] "Esportdirectory: Making the SSG 2017 World Championship Team #Skins – Behind the Scenes | #LeagueofLegends https://t.co/Yaoej7AbUG"
## 
## [[9435]]
## [1] "AllTaric: RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV"
## 
## [[9436]]
## [1] "AllTaric: RT @NIJISE_: Viego the Ruined King\n#LeagueOfLegends #viego #lol https://t.co/2hcLjFu32O"
## 
## [[9437]]
## [1] "GimRari: RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…"
## 
## [[9438]]
## [1] "SpaceArtemisCat: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9439]]
## [1] "catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https://t.co/0rU6Uhx5Pl"
## 
## [[9440]]
## [1] "jim_duffus: RT @megilino: ✨ Of course I start getting sick 1 week before Christmas!!! |  !rampage https://t.co/97HMCqzpuE\n#gamers\n@LeagueOfLegends\n#Lea…"
## 
## [[9441]]
## [1] "LOL_Art_Bot: RT @TNR_Arts18: No words HOW I WANT THIS SKIN\n#Thersh #thresh #LeagueOfLegends #LeagueOfLegendsFanArt #lunaremperor #art #fanart https://t.…"
## 
## [[9442]]
## [1] "NightStalkerTBO: RT @AnythingAI_: League of legends ahri fanart skin \n\n#AIart #NovelAI #NovelAIDiffusion #anythingv3 #stableDifusion #stablediffusionart #ah…"
## 
## [[9443]]
## [1] "NightStalkerTBO: RT @AIArtShines: Ahri on the beach.\n\n#AIArtwork #aiartist #AIArt #aiartcommunity #AI #AIArtistCommunity #LeagueOfLegends #ahri https://t.co…"
## 
## [[9444]]
## [1] "IntrinsicGames: RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV"
## 
## [[9445]]
## [1] "NIJISE_: RT @Taryn_Cosplay: The end begins!\nTaking a break from my path of destruction and enjoying this amazing gift by @LeagueOfLegends &amp; @Editric…"
## 
## [[9446]]
## [1] "AcrylicKiss17: RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…"
## 
## [[9447]]
## [1] "NightStalkerTBO: RT @Phoenix10062002: Ahri in a red dress\n#ahri #LeagueofLegends #AIart https://t.co/oM3r916HCt"
## 
## [[9448]]
## [1] "NightStalkerTBO: RT @eueides_art: Ahri from @LeagueOfLegends  ✧\n-\n-\n-\n#aiart #aiartist #aiartcommunity #digitalart #stablediffusion #Ahri #leagueoflegends #…"
## 
## [[9449]]
## [1] "IntrinsicGames: RT @Levi1327: So if you have Xbox gamepass on PC and download league of legends, you automatically get all champions unlocked. Bruh wtf...…"
## 
## [[9450]]
## [1] "ClosetWeeb11: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9451]]
## [1] "NightStalkerTBO: RT @Boxgkstore: \"League of Legends\" Ahri Cosplay😃 😍 \nHave a look👉 https://t.co/0sNtIUoFql \n.\n.\n.\n#LeagueofLegends #Ahri  #cosplaygirl  #cos…"
## 
## [[9452]]
## [1] "IntrinsicGames: RT @Blobie_The_Blob: 💫Oh no Space Groove Evelynn is out of control !!💫😱\n.\n#LeagueOfLegends #LeagueOfLegendsFanArt #leagueoflegendsart #leag…"
## 
## [[9453]]
## [1] "papuchochoe: RT @NIJISE_: Viego the Ruined King\n#LeagueOfLegends #viego #lol https://t.co/2hcLjFu32O"
## 
## [[9454]]
## [1] "IntrinsicGames: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[9455]]
## [1] "MyOwnEnemyOP: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[9456]]
## [1] "KyaHimiko: RT @Blobie_The_Blob: 💫Oh no Space Groove Evelynn is out of control !!💫😱\n.\n#LeagueOfLegends #LeagueOfLegendsFanArt #leagueoflegendsart #leag…"
## 
## [[9457]]
## [1] "Levi1327: So if you have Xbox gamepass on PC and download league of legends, you automatically get all champions unlocked. Br… https://t.co/7Q0RIxd3ON"
## 
## [[9458]]
## [1] "papuchochoe: RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV"
## 
## [[9459]]
## [1] "VoidGarzelm: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9460]]
## [1] "summerswirlarts: RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV"
## 
## [[9461]]
## [1] "_Katrat: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9462]]
## [1] "KRRosales1: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9463]]
## [1] "xkeniv: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9464]]
## [1] "Ionic_Wind: RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…"
## 
## [[9465]]
## [1] "papuchochoe: RT @AlphantArt: Chibi Spirit Blossom Jinx!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #spiritblossom #jinx https://t.co/jq…"
## 
## [[9466]]
## [1] "NightStalkerTBO: RT @bestcandylove: #cosplay #cosplayergirl #Ahri spirit blossom ahri\n#LeagueOfLegends #LeagueOfLegendscosplay\npart one https://t.co/pymB5J0…"
## 
## [[9467]]
## [1] "SebastinAceve20: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9468]]
## [1] "BKCearns: RT @GameOrNought: With Steam sale soon, can I recommend people check out League Of Legends The Ruined King? Gorgeous visuals, soundtrack, a…"
## 
## [[9469]]
## [1] "TNR_Arts18: No words HOW I WANT THIS SKIN\n#Thersh #thresh #LeagueOfLegends #LeagueOfLegendsFanArt #lunaremperor #art #fanart https://t.co/GiDfYoHSLu"
## 
## [[9470]]
## [1] "BlueTheRaptors: RT @firepix515: Zero War Ahri Fortnite skin concept!\n\nTrapped in a world far from her home, and with little choice, Ahri joins the fight to…"
## 
## [[9471]]
## [1] "NightStalkerTBO: RT @ahrifoxlovers: K/DA on stage ⭐\nArtist: Sampan_昱小炮\nOn: Weibo\n---\nFollow my Instagram: https://t.co/yJCGPyldBt\n---\n#Ahri #Akali #Evelynn…"
## 
## [[9472]]
## [1] "NightStalkerTBO: RT @_kyuyaa: In the name of the first star, I'll punish you!! ✨\n\n#leagueoflegends #lol #ahri @LoLegendsBR https://t.co/fK0HieXUv0"
## 
## [[9473]]
## [1] "stxrrydreams: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9474]]
## [1] "lovely_protagon: RT @NIJISE_: Viego the Ruined King\n#LeagueOfLegends #viego #lol https://t.co/2hcLjFu32O"
## 
## [[9475]]
## [1] "AirshipSyn: RT @GameOrNought: With Steam sale soon, can I recommend people check out League Of Legends The Ruined King? Gorgeous visuals, soundtrack, a…"
## 
## [[9476]]
## [1] "Esports_Zach: RT @piixxelle_: We may be a week away from Christmas, but that doesn't mean you can't spend time with your OTHER family for our COMMUNITY G…"
## 
## [[9477]]
## [1] "NightStalkerTBO: RT @briirouge: Happy Ahri-versary to my favorite Nine Tailed Vastaya🦊🎂 #LeagueOfLegends #leagueoflegendswildrift #wildrift #riotgames #riot…"
## 
## [[9478]]
## [1] "LOL_Art_Bot: RT @AlphantArt: Chibi Spirit Blossom Jinx!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #spiritblossom #jinx https://t.co/jq…"
## 
## [[9479]]
## [1] "lovely_protagon: RT @Klanczek1: Black mist blanket, comfy and warm\n\n#Viego #LeagueOfLegends https://t.co/xagVOAIyOi"
## 
## [[9480]]
## [1] "NightStalkerTBO: RT @KenApplepi: Happy birthday to my comfort character ❤️ \n\n{thread of all the times I've drawn her}\n#ahri #ArtofLegends #LeagueOfLegends #…"
## 
## [[9481]]
## [1] "NightStalkerTBO: RT @Ahrilicious: drew this in anticipation of her ASU🫡 #ahri #artoflegends #leagueoflegends #spiritblossom #lol https://t.co/huao0WNo8b"
## 
## [[9482]]
## [1] "lovely_protagon: RT @NIJISE_: Jinx First Blood\n\nthis is the first released design of my fan band\nThe drummer \n#jinx #LeagueOfLegends https://t.co/6sDpIKBDHp"
## 
## [[9483]]
## [1] "NightStalkerTBO: RT @MechanicalVamp: Happy Birthday, Ahri!) Which Ahri is your favorite?\nMore Ahri here! Photosets are available for \"One-time subscription\"…"
## 
## [[9484]]
## [1] "NightStalkerTBO: RT @nymphahri: Happy birthday Ahri! 🦊💖\nCan we show her some love with 50 retweets? \nPh: solipsis79 (on IG)\n#LeagueOfLegends #ahri https://t…"
## 
## [[9485]]
## [1] "NightStalkerTBO: RT @LuhualaArt: Portrait study\n#Ahri #LeagueOfLegends #artoflegends #digitalart #LeagueOfLegendsFanArt https://t.co/6pvK1zLlVQ"
## 
## [[9486]]
## [1] "NightStalkerTBO: RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS"
## 
## [[9487]]
## [1] "NightStalkerTBO: RT @MEIz_uwu: Happy Birthday my love 🥹🫶\n\n#Ahri #LeagueOfLegends #LeagueOfLegendsFanart #LeagueOfLegendsArt #ArtofLegends https://t.co/FJigV…"
## 
## [[9488]]
## [1] "lovely_protagon: RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV"
## 
## [[9489]]
## [1] "LOL_adel_: RT @Aoitama_yume: #LeagueOfLegends #LeagueOfLegendsFanArt #sett #Aphelios #Settphel #phelsett \n\nFirst time for drawing them xDDD \nI don’t k…"
## 
## [[9490]]
## [1] "NightStalkerTBO: RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…"
## 
## [[9491]]
## [1] "vencerjoy: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9492]]
## [1] "tetto: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9493]]
## [1] "StringsNBullets: RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV"
## 
## [[9494]]
## [1] "selmishen: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9495]]
## [1] "Lambada104: Let's go on an adventure. #StarGuardian #LeagueofLegends #TransformaTuDestino #FLYWIN #StarGuardians \nOriginal: Tos… https://t.co/o64DTeRDNl"
## 
## [[9496]]
## [1] "nohtanhoj: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9497]]
## [1] "LawlietFrixie: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9498]]
## [1] "ReginaC26432536: RT @acelovesounds: Is @riotgames serious that there won't be any Rotating Game Mode at the end of the year, because ARAM update? \n\nWow, tha…"
## 
## [[9499]]
## [1] "AlphantArt: Chibi Spirit Blossom Jinx!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #spiritblossom #jinx https://t.co/jqvtR9VXVQ"
## 
## [[9500]]
## [1] "LOL_Art_Bot: RT @Blobie_The_Blob: 💫Oh no Space Groove Evelynn is out of control !!💫😱\n.\n#LeagueOfLegends #LeagueOfLegendsFanArt #leagueoflegendsart #leag…"
## 
## [[9501]]
## [1] "AngelaR81493370: RT @FanshaweFUEL: DONT RUN SHEN, COME BAAAAACK\n\n#ecac #finals #LeagueOfLegends  @ECAC_Esports https://t.co/xypzoaUOLP"
## 
## [[9502]]
## [1] "megilino: ✨ Of course I start getting sick 1 week before Christmas!!! |  !rampage https://t.co/97HMCqzpuE\n#gamers… https://t.co/uJOROBgitG"
## 
## [[9503]]
## [1] "YuuhChan_: RT @i4megistus: miss fortune sarah fortune fancam edit typa girl black pink league of legends lol mf #LeagueOfLegends #cblol #Qatar2022 htt…"
## 
## [[9504]]
## [1] "YamimotoRequiem: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9505]]
## [1] "AmericaKrisi: RT @chuin01: #LeagueOfLegends #LoL #StarGuardian #ezreal\n\n🌠Star Guardian ezreal🌠 https://t.co/qZld45D0JC"
## 
## [[9506]]
## [1] "DunkmasterSett: DUNK!!\n268 PTS\n#Dunkmaster🏀 #FeelIonia🍃#LeagueOfLegends👊"
## 
## [[9507]]
## [1] "Pug616P: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9508]]
## [1] "Helg0st1: RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…"
## 
## [[9509]]
## [1] "AkiroS58: RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…"
## 
## [[9510]]
## [1] "Kaiji_Garou: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9511]]
## [1] "Kaiji_Garou: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9512]]
## [1] "FruityyCupcake: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9513]]
## [1] "Xamalam: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[9514]]
## [1] "Zellzo_: RT @BemRems: back at it again  supposed to finish this on November 😂, crossover #10 November Mains #Evelynn #Nahidagenshinimpact #Kiriko #L…"
## 
## [[9515]]
## [1] "sqttoru: RT @yoooeeeeeeeeee: #LeagueOfLegends\nTwin souls. https://t.co/nH7o20DQeD"
## 
## [[9516]]
## [1] "MrImposterX: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9517]]
## [1] "joonikwon01: RT @Phalanxus: Friend-zone, feat. Twisted Fate, Graves and Amumu\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/83LwWXdhWH"
## 
## [[9518]]
## [1] "i4megistus: miss fortune sarah fortune fancam edit typa girl black pink league of legends lol mf #LeagueOfLegends #cblol… https://t.co/06Xl5dH68J"
## 
## [[9519]]
## [1] "Blobie_The_Blob: 💫Oh no Space Groove Evelynn is out of control !!💫😱\n.\n#LeagueOfLegends #LeagueOfLegendsFanArt #leagueoflegendsart… https://t.co/KP8pveDbDk"
## 
## [[9520]]
## [1] "Anton50206078: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[9521]]
## [1] "limaopwp: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9522]]
## [1] "LOL_Art_Bot: RT @SakuraArt8: Gwen when she unlocks level 6 first \n#GwenLoL #LeagueOfLegends #Doodle #ArtofLegends https://t.co/wHKHEZoOAx"
## 
## [[9523]]
## [1] "suenodeamore: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9524]]
## [1] "benceolr: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9525]]
## [1] "Chiccharron____: RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…"
## 
## [[9526]]
## [1] "idbell10: RT @_another_tina_: I enjoy drawing them being silly a lot\n\n.\n#LeagueOfLegends #riftgala https://t.co/YwoIwcA5KJ"
## 
## [[9527]]
## [1] "SakuraArt8: Gwen when she unlocks level 6 first \n#GwenLoL #LeagueOfLegends #Doodle #ArtofLegends https://t.co/wHKHEZoOAx"
## 
## [[9528]]
## [1] "DianeWi87179150: RT @EsportLegendsGG: Another Team announced their Roster for 2023.\nSee whos gonna play for Exel Esports at the LEC.\n\nFor more check our Web…"
## 
## [[9529]]
## [1] "SirShadow76: RT @piixxelle_: We may be a week away from Christmas, but that doesn't mean you can't spend time with your OTHER family for our COMMUNITY G…"
## 
## [[9530]]
## [1] "AnnSenpai1: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[9531]]
## [1] "telogrus: RT @GalloKikiriki: Formated my computer and lost all my brushes :´D.\nHave an sketch with a default pencil in the meantime.\n\n#Aphelios #Leag…"
## 
## [[9532]]
## [1] "French_Retweet: RT @Cr0ssAir: Weekend ENFIN! GO NOCTURNE RANK! 😁  💪\n=&gt; https://t.co/0zC1zuQXQ8 \n#twitch #stream #twitchfr \n#twitchstreamers #streamerfr\n#Le…"
## 
## [[9533]]
## [1] "nxghtmarefvel: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9534]]
## [1] "xXxKosiaxXx: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9535]]
## [1] "Zwie03: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9536]]
## [1] "Zwie03: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9537]]
## [1] "darkyoshi360: RT @mialoette: rakan will love to see her like that\n#xayah #leagueoflegends #artoflegends https://t.co/DpZ1hpu5Rt"
## 
## [[9538]]
## [1] "whale_lonliest: Thank you for that! #LeagueofLegends #ФанАрт #Bjergsen #GuardianasEstelares"
## 
## [[9539]]
## [1] "SirEffu: Great stream tonight. Thanks to everyone who watched. Have an amazing day/night. \nGoodnight World💕 #onelove #tft #LeagueOfLegends #goodnight"
## 
## [[9540]]
## [1] "kittelgame: RT @firepix515: Zero War Ahri Fortnite skin concept!\n\nTrapped in a world far from her home, and with little choice, Ahri joins the fight to…"
## 
## [[9541]]
## [1] "Pipshunters1: Riot Games wants to end agreement with League of Legends Championship sponsor #FTX. The deal totals over $96M some… https://t.co/pd8ihWwgla"
## 
## [[9542]]
## [1] "IntrinsicWorld: RT @golden8witch: There is only background left to finish!\n\nWithout watermark(+png) available on: https://t.co/Q0Aa0gG0vb\n\n#LeagueOfLegends…"
## 
## [[9543]]
## [1] "Yogui_sama: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9544]]
## [1] "enblovesamphbia: RT @soap_ai: Short haired Lux this time! She’d definitely have a neat bob cut 🥰\n\n#LeagueOfLegends #artoflegends #lux #jinx https://t.co/b6P…"
## 
## [[9545]]
## [1] "oleandrinhoreal: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9546]]
## [1] "Kiimberlyss_: RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…"
## 
## [[9547]]
## [1] "gudcoock: RT @blueberryskyuwu: Smooch ~ 🎇\n\nI tried my best ;; \n#settphel #aphelios #sett #LoL #leagueoflegends https://t.co/4QFbwolCgh"
## 
## [[9548]]
## [1] "smile_ral: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9549]]
## [1] "ZZetsubou_: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9550]]
## [1] "Fluffypupy2: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9551]]
## [1] "Nickx_27: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9552]]
## [1] "Nickx_27: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9553]]
## [1] "rw234065: RT @KylieSh60619580: Arcane is a yuri anime for me💖💖💖\n\nAll credits to the artist 👩‍🎨 \n\n#vi #caitlyn #LeagueOfLegends #yuriart #Acrane #coup…"
## 
## [[9554]]
## [1] "J_ASHX: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9555]]
## [1] "joblack369: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9556]]
## [1] "Flouke21: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9557]]
## [1] "Lionchief158: RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…"
## 
## [[9558]]
## [1] "J_ASHX: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9559]]
## [1] "Phantom_rogueTv: Live on twitch right now link below playing some #leagueoflegends  https://t.co/J1hLmqv5hn"
## 
## [[9560]]
## [1] "ST4RGU4RDIAN: RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ"
## 
## [[9561]]
## [1] "piixxelle_: We may be a week away from Christmas, but that doesn't mean you can't spend time with your OTHER family for our COM… https://t.co/BLAL1LLtQb"
## 
## [[9562]]
## [1] "ren_kozume: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9563]]
## [1] "_MONOPH0BIA: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9564]]
## [1] "Zdradas_: RT @soap_ai: I saw this and I knew I had to make it lc\n\n#ArtofLegends #leagueoflegends #jinx #lux #lightcannon https://t.co/BY1ECgAM2s"
## 
## [[9565]]
## [1] "Zdradas_: RT @soap_ai: Crystal Rose x Gilded shenanigans\n\n#Artoflegends #LeagueOfLegends #ezreal #jinx #lux #lightcannon https://t.co/hRVCo6QmYA"
## 
## [[9566]]
## [1] "FloTinnyPaws: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9567]]
## [1] "enblovesamphbia: RT @soap_ai: Oversized Sweater (1/2)\n#jinx #lux #artoflegends #leagueoflegends https://t.co/WcdntMlreS"
## 
## [[9568]]
## [1] "RivenStore: How ya doin`?\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/EiIY5a43VW"
## 
## [[9569]]
## [1] "enblovesamphbia: RT @soap_ai: some more brainrot of oversized sweater jinx/lux please bear with me \n#jinx #lux #leagueoflegends #artoflegends https://t.co/Q…"
## 
## [[9570]]
## [1] "Sahri4feedin: RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…"
## 
## [[9571]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: 2 minutes of searching for icons and a minute of paint.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfL…"
## 
## [[9572]]
## [1] "FloTinnyPaws: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9573]]
## [1] "kawayanu: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9574]]
## [1] "ManuBrook: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9575]]
## [1] "Ilmorrison: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9576]]
## [1] "WantAdc: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9577]]
## [1] "EmtoenMareAjuan: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9578]]
## [1] "Mariposa_Doida: RT @duxteh2: You want style? You've found her 💜🌺\n\n#artoflegends #LeagueOfLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/31RsoFA…"
## 
## [[9579]]
## [1] "Abisco54911105: The first game I played.🚀🚀 #LeagueofLegends #TransformaTuDestino #StarGuardian #YıldızMuhafızları"
## 
## [[9580]]
## [1] "LaprasChild: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9581]]
## [1] "IntrinsicGames: RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…"
## 
## [[9582]]
## [1] "MakeeYhang: What game would you like to play?🤗🤗🤗 #Gameplay #StarGuardian #LeagueofLegends #GuardianasEstelares #TransformaTuDestino"
## 
## [[9583]]
## [1] "krasnyyArthur: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9584]]
## [1] "IntrinsicGames: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9585]]
## [1] "phelmorcego: RT @blueberryskyuwu: Smooch ~ 🎇\n\nI tried my best ;; \n#settphel #aphelios #sett #LoL #leagueoflegends https://t.co/4QFbwolCgh"
## 
## [[9586]]
## [1] "Zelmetabee: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9587]]
## [1] "marcky_z: RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…"
## 
## [[9588]]
## [1] "BluGiraf: RT @blazordiffusion: League of Legends with Wings! 2/2 #stablediffusion #LeagueOfLegends #Angels \n\nhttps://t.co/TtaNVmWN7W https://t.co/URF…"
## 
## [[9589]]
## [1] "skylightrmm: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9590]]
## [1] "Jostler0: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9591]]
## [1] "edelgardvonh: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9592]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 01:00 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 8.791\n🥈 #IamCristinini➖Viewers: 3.28… https://t.co/y45RDXdclb"
## 
## [[9593]]
## [1] "LoLMemesBot: 2 minutes of searching for icons and a minute of paint.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/d28tWzdVFT"
## 
## [[9594]]
## [1] "EvinhaNinfeta: RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…"
## 
## [[9595]]
## [1] "AllTaric: RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…"
## 
## [[9596]]
## [1] "EG_Robert1: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9597]]
## [1] "vuyecc: RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…"
## 
## [[9598]]
## [1] "jazzoo51: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9599]]
## [1] "Peter_S325: RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…"
## 
## [[9600]]
## [1] "Annaneaz: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[9601]]
## [1] "RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my optio… https://t.co/MtKOv52hBO"
## 
## [[9602]]
## [1] "Esportdirectory: Leona Champion Overview | Gameplay – #LeagueofLegends: #WildRift https://t.co/VJS6eiXfYD"
## 
## [[9603]]
## [1] "LOL_Art_Bot: RT @morgiishere: Fast drawing of #senna from #leagueoflegends #leagueoflegendsfanart https://t.co/Kb4HGZ9DDP"
## 
## [[9604]]
## [1] "YoYusuke_: RT @YoYusuke_: League players can't read?! TT\n\n#LeagueOfLegends \n#Overwatch2募集pc \n#ENVtuber #Vtuber https://t.co/7B2l3pudnW"
## 
## [[9605]]
## [1] "jacobtull77: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9606]]
## [1] "morgiishere: Fast drawing of #senna from #leagueoflegends #leagueoflegendsfanart https://t.co/Kb4HGZ9DDP"
## 
## [[9607]]
## [1] "nicquehen: I liked playing games.🤔🤔 #mobilegame #LeagueofLegends https://t.co/iZCwFnIMjj"
## 
## [[9608]]
## [1] "miss_annewe: RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…"
## 
## [[9609]]
## [1] "RiceRoyce1: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9610]]
## [1] "tinydxve: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9611]]
## [1] "loreofruneterra: So... Who is LeBlanc really?: Do we have anything in any story or bio that tells something actually concrete about… https://t.co/ImGYdNxQsM"
## 
## [[9612]]
## [1] "thebenitime: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9613]]
## [1] "Marshall_L99: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9614]]
## [1] "enblovesamphbia: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9615]]
## [1] "yeskkkj: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9616]]
## [1] "Griefersan: Doing the streaming thing over at\nhttps://t.co/gX5YNcIvSO stop by maybe join in some games usually playing somethin… https://t.co/SaTl5uFXK6"
## 
## [[9617]]
## [1] "el_matias_velez: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9618]]
## [1] "Davi8Velez: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9619]]
## [1] "bobisinlove: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9620]]
## [1] "CENDRlLLON: RT @starry_amari: \"In the name of the Moon, we'll punish you!\"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…"
## 
## [[9621]]
## [1] "Pearlslightshow: Has anyone gotten a Penta Kill on the new Diana skin yet?\n\n#pentakill #Diana #winterblessed #LeagueOfLegends"
## 
## [[9622]]
## [1] "MageIngrid2: RT @edelmaximoff: First game with this daddy and I got S and 3 honors????? #Sett #LeagueofLegends https://t.co/JGUeNcdER0"
## 
## [[9623]]
## [1] "esaatrw: RT @esaatrw: i was trying to make kai'sa look cooler than her original design... #fanart #LeagueOfLegends #kaisa #WildRift https://t.co/Bhv…"
## 
## [[9624]]
## [1] "Gabrielf_105: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9625]]
## [1] "DZenT_Boiia: RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…"
## 
## [[9626]]
## [1] "Nana_3014: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9627]]
## [1] "Nana_3014: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9628]]
## [1] "DReugue: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9629]]
## [1] "GDAutoArt: RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…"
## 
## [[9630]]
## [1] "StarIoannis25: RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…"
## 
## [[9631]]
## [1] "robot_rad: RT @Og_Rozen: I think they’re kinda cute~\n#seraphine #Zeri #zeriphine #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt https://t.co/FC…"
## 
## [[9632]]
## [1] "chimcia: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9633]]
## [1] "JohnFor32542013: RT @TheRight57: I get this two days ago leveling a new acc playing Singed, the more fruitful toxicity in league in this preseason  :DDDD  #…"
## 
## [[9634]]
## [1] "EricZhan10: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9635]]
## [1] "realkaycatboy: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9636]]
## [1] "edelmaximoff: First game with this daddy and I got S and 3 honors????? #Sett #LeagueofLegends https://t.co/JGUeNcdER0"
## 
## [[9637]]
## [1] "Cr0ssAir: Weekend ENFIN! GO NOCTURNE RANK! 😁  💪\n=&gt; https://t.co/0zC1zuQXQ8 \n#twitch #stream #twitchfr \n#twitchstreamers… https://t.co/Jb34ysoWwW"
## 
## [[9638]]
## [1] "Falst3r: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9639]]
## [1] "LolAxelr: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9640]]
## [1] "Anaisucho: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9641]]
## [1] "DrakeKw95: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[9642]]
## [1] "IamBenStirling: RT @shahs1221: It's the Last Drop gang, y'all! #arcane #ArcaneArt #Silco #jinx #sevika #lol #LeagueOfLegends #LeagueOfLegendsFanArt #digita…"
## 
## [[9643]]
## [1] "IamBenStirling: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9644]]
## [1] "IamBenStirling: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9645]]
## [1] "belacb_: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9646]]
## [1] "GeneralLhama: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9647]]
## [1] "ZyklusW: RT @RockLoveJewelry: Do you game? 🎮 #LeagueofLegends X RockLove Coven restocked: https://t.co/mSK5lSxKo1 🖤🔮 https://t.co/z0tMw2CefF"
## 
## [[9648]]
## [1] "ZyklusW: RT @blazordiffusion: League of Legends with Wings! 1/2 #stablediffusion #LeagueOfLegends #Angels \n\nhttps://t.co/TtaNVmWN7W https://t.co/JiB…"
## 
## [[9649]]
## [1] "coisa_ruim666: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9650]]
## [1] "krozbones: RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…"
## 
## [[9651]]
## [1] "gckoov: RT @sasayurie_: Today os jinx from Arcane \n#leagueoflegends https://t.co/XMAomeYFz0"
## 
## [[9652]]
## [1] "camii_ei: RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb"
## 
## [[9653]]
## [1] "Agent152: RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…"
## 
## [[9654]]
## [1] "spaceylux: RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…"
## 
## [[9655]]
## [1] "casgawa: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9656]]
## [1] "rakanismo: RT @golden8witch: There is only background left to finish!\n\nWithout watermark(+png) available on: https://t.co/Q0Aa0gG0vb\n\n#LeagueOfLegends…"
## 
## [[9657]]
## [1] "ArtGuerreiro: RT @LiliDrawsT: Here's you go~!\nMy first attempt at chibi-ing. 😊\n\nReally the trick is to nail the right crazy proportions chibis are known…"
## 
## [[9658]]
## [1] "IntrinsicGames: RT @entgrove: NEW VIDEO UP! ZAUN!!🧪\n\nJoin me on our journey through the map of #runeterra as we learn the lore of #LeagueOfLegends and the…"
## 
## [[9659]]
## [1] "BEIDOU0BSESS1ON: RT @sasayurie_: Today os jinx from Arcane \n#leagueoflegends https://t.co/XMAomeYFz0"
## 
## [[9660]]
## [1] "GameFiEthers: Dapp is up, #LeagueOfLegends and #ApexLegends are ready for play to earn #Fortnite and #Overwatch is on the way🚀… https://t.co/tKao2Xl0Dg"
## 
## [[9661]]
## [1] "nottingseriouss: RT @marcosuchima: Pool Party Sett, Braum and Aphelios chillin while hot tub streaming!! 🍹🌺\nThank you for joining my art stream, hope you li…"
## 
## [[9662]]
## [1] "IntrinsicGames: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9663]]
## [1] "Bran13234611: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9664]]
## [1] "_kuroom: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9665]]
## [1] "MageIngrid2: RT @entgrove: NEW VIDEO UP! ZAUN!!🧪\n\nJoin me on our journey through the map of #runeterra as we learn the lore of #LeagueOfLegends and the…"
## 
## [[9666]]
## [1] "mini_tacos: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9667]]
## [1] "ivbaoshi: RT @jason_xiaojie: girl with a chanel pearl earing——draw by random poor boy\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/sMHvDYBKaf"
## 
## [[9668]]
## [1] "SherterXY: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9669]]
## [1] "MageIngrid2: RT @oheyspun: A little preview for tomorrows video. \n\n#riotmmo #leagueoflegends #mmorpg https://t.co/9RazaQea7T"
## 
## [[9670]]
## [1] "violet__dusk: The witch queen is attempting to rank up in League of Legends again! Follow her adventures through the cursed ELO t… https://t.co/ZFliMEI0gb"
## 
## [[9671]]
## [1] "Anthony87651440: RT @paukshop: Spy X Family X Star Walkin\n\nI made a Spy x Family edit inspired by the 2022 League Worlds Song! \n\n#SPY_FAMILY #SPYxFamily #スパ…"
## 
## [[9672]]
## [1] "Simp_for_Amity: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9673]]
## [1] "SrirachaWhale: RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…"
## 
## [[9674]]
## [1] "CutieChan: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9675]]
## [1] "lalaryssaum: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9676]]
## [1] "NontoxicGG: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9677]]
## [1] "Yuk1m4_B1: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9678]]
## [1] "Yuk1m4_B1: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9679]]
## [1] "TeamustbeHOT: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9680]]
## [1] "Christo58898072: It's just chilling out. #StarGuardian #LeagueofLegends #Gameplay #YıldızMuhafızları #Bjergsen #ФанАрт"
## 
## [[9681]]
## [1] "MarcyReginaWu3: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9682]]
## [1] "indizar314: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9683]]
## [1] "indizar314: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9684]]
## [1] "DuncanAbizaid1: RT @MielaInk: only one more\n\n#xayah #LeagueOfLegends https://t.co/Md2xTKKZn5"
## 
## [[9685]]
## [1] "MarcyReginaWu3: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9686]]
## [1] "asksredditques1: Thank you for that achievement!🤔 #LeagueofLegends #Game #Worlds2021 #GuardiãsEstelares #КосплейLoL"
## 
## [[9687]]
## [1] "VTuberTweeter: RT @YoYusuke_: League players can't read?! TT\n\n#LeagueOfLegends \n#Overwatch2募集pc \n#ENVtuber #Vtuber https://t.co/7B2l3pudnW"
## 
## [[9688]]
## [1] "YoYusuke_: League players can't read?! TT\n\n#LeagueOfLegends \n#Overwatch2募集pc \n#ENVtuber #Vtuber https://t.co/7B2l3pudnW"
## 
## [[9689]]
## [1] "LOLegendsMemes: Friday #LeagueOfLegends #Memes https://t.co/TtS6xO1V4d"
## 
## [[9690]]
## [1] "LOLegendsMemes: 2 minutes of searching for icons and a minute of paint. #LeagueOfLegends #Memes https://t.co/UuNcqXMOpG"
## 
## [[9691]]
## [1] "LOLegendsMemes: They are becoming self aware! #LeagueOfLegends #Memes https://t.co/LNsMSuh6gx"
## 
## [[9692]]
## [1] "MerahB1: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9693]]
## [1] "Eli_Huiz: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9694]]
## [1] "DuckFriend2: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9695]]
## [1] "Aleramtz2: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9696]]
## [1] "BlackLe34162712: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9697]]
## [1] "kerkillian: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9698]]
## [1] "arvazi2: Go play it.💕💕💕💕 #LeagueofLegends #MOBA #TLWIN #G2WIN #ClashLoL"
## 
## [[9699]]
## [1] "yukinoisfree: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9700]]
## [1] "JimboxShrimp: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9701]]
## [1] "Togedemmaru: RT @Punbun_4Fun: them\n\n#sett #aphelios #settphel #spiritblossom #LeagueOfLegends https://t.co/pliRLXlM0l"
## 
## [[9702]]
## [1] "AzuaRyu: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9703]]
## [1] "MetelikPropovid: RT @PurpleARTdude: After a long time... I finally finished this!! Moon guys vs sun guys 🌚🌝\n#ValorantArt #VALORANTfanart #VALORANT #LeagueOf…"
## 
## [[9704]]
## [1] "PO_S_CA: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9705]]
## [1] "Encantadoh: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9706]]
## [1] "Joneybud: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9707]]
## [1] "_awaken_mylove: RT @_smol_artist__: OPENING 5 SLOTS FOR JINX SKETCH COMMISSIONS\n#Jinx #commsopen #jinxlol #jinxarcane #arcane #LoL #LeagueOfLegends https:/…"
## 
## [[9708]]
## [1] "IntrinsicGames: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9709]]
## [1] "radianthosts: RT @starry_amari: \"In the name of the Moon, we'll punish you!\"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…"
## 
## [[9710]]
## [1] "IntrinsicGames: RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/6OHc7u…"
## 
## [[9711]]
## [1] "spartan_065: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9712]]
## [1] "professornugs: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9713]]
## [1] "Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart… https://t.co/6OHc7uOFea"
## 
## [[9714]]
## [1] "luke_uw: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9715]]
## [1] "LOL_Art_Bot: RT @LoLMemesBot: They are husbands\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Apheli…"
## 
## [[9716]]
## [1] "_fallenstxr: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9717]]
## [1] "Blue3098: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9718]]
## [1] "OpLekker: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9719]]
## [1] "Blue3098: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9720]]
## [1] "zacky_batalet: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9721]]
## [1] "ratata75147175: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9722]]
## [1] "basicnbizarre: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9723]]
## [1] "Timothy98617987: RT @Rpikachu3: Man this skin is cool\n#ArenaofValor #LeagueOfLegends #mobilelegendsbangbang #FIFAWorldCup https://t.co/g3MhAXt2If"
## 
## [[9724]]
## [1] "CY4N4R4: RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…"
## 
## [[9725]]
## [1] "DENGRAWE: RT @iM7mdzz_: OKAAAAAAAAAAAAAAAAY LET'S GOO 🔥\n#LeagueOfLegends https://t.co/ZmC4vF7JN7"
## 
## [[9726]]
## [1] "GloriesUnsung: RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX"
## 
## [[9727]]
## [1] "Skeevius: RT @vatheja: #evelynn Doodle for tonight!💕 #LeagueOfLegends https://t.co/6OsqkZFXBJ"
## 
## [[9728]]
## [1] "Skeevius: RT @vatheja: Doodle of Bewitching #cassiopeia 🤍 ill pass out now! #LeagueOfLegends https://t.co/QaSBPwjN4R"
## 
## [[9729]]
## [1] "mmoppiiee: Do you play video games?💕💕💕💕 #Gameplay #LeagueofLegends #mobilegame #G2WIN #TLWIN #КосплейLoL"
## 
## [[9730]]
## [1] "Skeevius: RT @vatheja: More art of #evelynn i did since yall liked the last piece so much!💕 #LeagueOfLegends https://t.co/TnWWSzFj4c"
## 
## [[9731]]
## [1] "Skeevius: RT @vatheja: Lil thing of #evelynn for today💕 :)) #KDA #leagueoflegends https://t.co/YGkLULz5yq"
## 
## [[9732]]
## [1] "Goliazinho: RT @Onezeroisten: welcome home Yasuo, dinners ready\n#yone #yasuo #LeagueOfLegends https://t.co/rnpndoIzkV"
## 
## [[9733]]
## [1] "Skeevius: RT @vatheja: doodle of #ahri 💕 Been feeling really tired #kda #LeagueOfLegends https://t.co/8Wc1Ebo2oK"
## 
## [[9734]]
## [1] "_pr8rr_: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9735]]
## [1] "Skeevius: RT @vatheja: Doodle of #jinx for Christmas :) #LeagueOfLegends https://t.co/ZjmSe8C22L"
## 
## [[9736]]
## [1] "thekillercapo: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9737]]
## [1] "LoLMemesBot: They are husbands\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/101OM6GxPS"
## 
## [[9738]]
## [1] "TerriBa33627771: RT @doctor_poro: NEW ROD of AGES on TAHM KENCH? 2023 build\nhttps://t.co/zovuckiKkg\n\n#leagueoflegends #gaming #lol https://t.co/s0sb77skrz"
## 
## [[9739]]
## [1] "LustyOregano: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9740]]
## [1] "vasc_art: Syndra Spirit Blossom.\nLove this one 😍\n#LoLfanart #LeagueOfLegends #Fanart #SplashArt\n#artmoots https://t.co/kcFBccE0ns"
## 
## [[9741]]
## [1] "KoTinTrysaX: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9742]]
## [1] "thefinal_act: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9743]]
## [1] "PatYS57: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9744]]
## [1] "PatYS57: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9745]]
## [1] "GzmLucas: RT @Pradox___: En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G"
## 
## [[9746]]
## [1] "catboysilco: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[9747]]
## [1] "PhantomAwoo: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9748]]
## [1] "Dwalien: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9749]]
## [1] "RetweetVT: RT @skyglubs: Remember my almost Kat penta 😭#LeagueOfLegends #Vtuber #pngtuber #VTuberUprising #vtubersupport #vtuberclips https://t.co/PUF…"
## 
## [[9750]]
## [1] "Abisco54911105: game concept🔥🔥🔥🔥 #LeagueofLegends #YıldızMuhafızları #ФанАрт #ClashLoL"
## 
## [[9751]]
## [1] "nimea25: If anyone wants to join a safespace for women in League of Legends, go here! I have met a lot of awesome people!… https://t.co/epR72guEsB"
## 
## [[9752]]
## [1] "Katheri06419639: Enjoy the game!❤️❤️❤️❤️❤️ #MOBA #LeagueofLegends #G2WIN #TransformaTuDestino #YıldızMuhafızları"
## 
## [[9753]]
## [1] "skyglubs: Remember my almost Kat penta 😭#LeagueOfLegends #Vtuber #pngtuber #VTuberUprising #vtubersupport #vtuberclips https://t.co/PUFVp1c2fv"
## 
## [[9754]]
## [1] "StoneLaRone: RT @shahs1221: It's the Last Drop gang, y'all! #arcane #ArcaneArt #Silco #jinx #sevika #lol #LeagueOfLegends #LeagueOfLegendsFanArt #digita…"
## 
## [[9755]]
## [1] "Pasteltwtx: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9756]]
## [1] "dzkmm23: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9757]]
## [1] "Hammy_La_Patata: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9758]]
## [1] "NeroRPG: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9759]]
## [1] "NeroRPG: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9760]]
## [1] "FebosSoy: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9761]]
## [1] "KinaSyrup: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[9762]]
## [1] "vcx7s: RT @HyuckXBT: 6 Kills “Savage” To end the game back to back in #LeagueOfLegends #mobilelegendsbangbang https://t.co/oMztB4I3Fw"
## 
## [[9763]]
## [1] "DonutsJonathan: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9764]]
## [1] "COFFEEDRUGS1: RT @antra16092: Vel'koz ruined come for corrupt Frejlord. \nKnowledge through... disintegration. \n#LeagueOfLegends #3dmodeling  #blendercycl…"
## 
## [[9765]]
## [1] "DragonProse: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9766]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 23:50 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 9.085\n🥈 #IamCristinini➖Viewers: 2.84… https://t.co/qUB9AVoaPt"
## 
## [[9767]]
## [1] "AdharaTenyi: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9768]]
## [1] "merfulir: RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX"
## 
## [[9769]]
## [1] "IamTheCyka: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9770]]
## [1] "AnnCart15704870: RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #mid #finish #gg #swain #support #late #game #power #gamer…"
## 
## [[9771]]
## [1] "DeniseJ01043830: RT @DarunaKom: I'm excited to play this game.🤗🤗🤗 #LeagueofLegends #GuardiãsEstelares #GuardianasEstelares #TransformaTuDestino \nOriginal: a…"
## 
## [[9772]]
## [1] "Sarashieda: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9773]]
## [1] "Vulkiveir: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9774]]
## [1] "bwebber222: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9775]]
## [1] "maregret_: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9776]]
## [1] "tasteoftwiceluv: RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…"
## 
## [[9777]]
## [1] "general_magma1: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9778]]
## [1] "Sraal7: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9779]]
## [1] "PIRATEJIWE: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9780]]
## [1] "PIRATEJIWE: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9781]]
## [1] "Elygmabel: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9782]]
## [1] "CrimsonGirlAmy: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9783]]
## [1] "TonyRam26219233: I will try it, I have never played it before.🚀 #LeagueofLegends #LoL #game https://t.co/51ySVVw8gh"
## 
## [[9784]]
## [1] "Nhnkk_: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9785]]
## [1] "Gluwutchy: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9786]]
## [1] "Ohmygosh413: RT @Spiny0ctopus: #ArtofLegends #Leagueoflegends\nIsolde (and a shitty Kevin donut) https://t.co/qsXhc0NWG2"
## 
## [[9787]]
## [1] "moleofsalt: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9788]]
## [1] "keybardi: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9789]]
## [1] "FilmsJawsome: RT @blazordiffusion: League of Legends with Wings! 1/2 #stablediffusion #LeagueOfLegends #Angels \n\nhttps://t.co/TtaNVmWN7W https://t.co/JiB…"
## 
## [[9790]]
## [1] "notoce4n: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9791]]
## [1] "frostvo1tage: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9792]]
## [1] "GR3Y_arts: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9793]]
## [1] "_aterRorizada: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9794]]
## [1] "CorvusYildirim: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9795]]
## [1] "_aterRorizada: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9796]]
## [1] "MixterKill29: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9797]]
## [1] "SunnyP1lls: RT @o_oleu: Day 31 of #skintober Fright Night Kindred… “Another life extinguishes” #LeagueOfLegends #ArtofLegends #kindred https://t.co/HFF…"
## 
## [[9798]]
## [1] "ZeroOnTwiter: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9799]]
## [1] "TheUnto88744393: RT @ClinoraWarrior: Insane Dodge and 1v2 Ct Play! #shorts #gameplay #leagueoflegends #yone #gaming #trend https://t.co/eAORYIbi5H"
## 
## [[9800]]
## [1] "iM7mdzz_: OKAAAAAAAAAAAAAAAAY LET'S GOO 🔥\n#LeagueOfLegends https://t.co/ZmC4vF7JN7"
## 
## [[9801]]
## [1] "ScottTa24134577: RT @RivenStore: Who remembers that?\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lo…"
## 
## [[9802]]
## [1] "JuanRui93752871: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9803]]
## [1] "GrdGeneralSwain: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9804]]
## [1] "unpickel: RT @soap_ai: I saw this and I knew I had to make it lc\n\n#ArtofLegends #leagueoflegends #jinx #lux #lightcannon https://t.co/BY1ECgAM2s"
## 
## [[9805]]
## [1] "Kandel_Duarte: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9806]]
## [1] "xiefux: RT @paukshop: Spy X Family X Star Walkin\n\nI made a Spy x Family edit inspired by the 2022 League Worlds Song! \n\n#SPY_FAMILY #SPYxFamily #スパ…"
## 
## [[9807]]
## [1] "ELDOKYraro: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9808]]
## [1] "GalaxyGamerYaY1: RT @LOLegendsMemes: EPIC RAP BATTLES OF LEAGUE OF LEGENDS | ZIGGS VS. MR BEEEEAAAAST!!!!!!! #LeagueOfLegends #Memes https://t.co/W2oScQWut0"
## 
## [[9809]]
## [1] "AshleyC67028952: I promise that this game is fun. #StarGuardian #LeagueofLegends #Bjergsen #FLYWIN #ФанАрт"
## 
## [[9810]]
## [1] "insane_nya: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9811]]
## [1] "FRCretweets: RT @MistressNyxVA: I'm LIVE on Twitch! Playing League of Legends\n\nhttps://t.co/RAMnRORPfh\n\n#Twitch #LIVE #Gaming #VoiceActor #Streamer #Aff…"
## 
## [[9812]]
## [1] "MistressNyxVA: I'm LIVE on Twitch! Playing League of Legends\n\nhttps://t.co/RAMnRORPfh\n\n#Twitch #LIVE #Gaming #VoiceActor #Streamer… https://t.co/MCOAa30g3i"
## 
## [[9813]]
## [1] "Kurona_98: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9814]]
## [1] "T41LW1ND: RT @cchocolace: Boyfriend tee 🧡\n#StarGuardian #xayah #rakan #LeagueOfLegends https://t.co/ilhikkBQ56"
## 
## [[9815]]
## [1] "Gato_lystrado: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9816]]
## [1] "Yuki_Lumi_: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9817]]
## [1] "AmaruIshikawa: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[9818]]
## [1] "PoDeTsuki: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9819]]
## [1] "T41LW1ND: RT @MielaInk: just an idea \n\n#xayah #LeagueOfLegendsFanArt #LeagueOfLegends #SPY_FAMILY https://t.co/SDWVEBPnee"
## 
## [[9820]]
## [1] "T41LW1ND: RT @AsaiOreo: #LeagueOfLegends #LeagueOfLegendsFanArt  #ArtofLegends #xayah #rakan \n✦ ARCANA ✦ Xayah &amp; Rakan\nWe were fated to meet cuz we a…"
## 
## [[9821]]
## [1] "oleandrinhoreal: RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…"
## 
## [[9822]]
## [1] "koka_luka: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9823]]
## [1] "love_bouboubou: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9824]]
## [1] "loud_gothbird: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[9825]]
## [1] "ceezest: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9826]]
## [1] "acpredo: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9827]]
## [1] "DesertRose_NZ: RT @moonimu_art: Version two of the Mythmaker Irelia, the upcoming Legendary skin for Irelia.\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Lea…"
## 
## [[9828]]
## [1] "VERGOM06: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9829]]
## [1] "tiny_bulbasaur: RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…"
## 
## [[9830]]
## [1] "souici_farah: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9831]]
## [1] "1_dahaka: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9832]]
## [1] "the7thsense____: RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…"
## 
## [[9833]]
## [1] "sRubyMaple: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9834]]
## [1] "Henriquefelikes: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9835]]
## [1] "DetectiveRos: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9836]]
## [1] "Sailor_Arti: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9837]]
## [1] "Shadow__Nothing: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9838]]
## [1] "Shadow__Nothing: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9839]]
## [1] "King62151668: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9840]]
## [1] "shizzleytb: RHASA SION (Ruined King) - League of Legends Custom Skin https://t.co/wRGHNMDLeB via @YouTube #leagueoflegends #lol… https://t.co/mw2i94EfJw"
## 
## [[9841]]
## [1] "Migs_752: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9842]]
## [1] "DesertRose_NZ: RT @HibikuSan: Battle Academia Katarina Leauge of legends FanArt \n\nHope u like it 💙\n#LeagueOfLegends  #ArtOfLegends #Katarina #battleacadem…"
## 
## [[9843]]
## [1] "IHavePipi: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9844]]
## [1] "davilibra: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9845]]
## [1] "CommodoreChaos: RT @blueberryskyuwu: Smooch ~ 🎇\n\nI tried my best ;; \n#settphel #aphelios #sett #LoL #leagueoflegends https://t.co/4QFbwolCgh"
## 
## [[9846]]
## [1] "MrKiruem: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9847]]
## [1] "Ohmygosh413: RT @legaldumpling: ”A world that would rob me of beauty is a world that deserves destruction.” #Viego #ArtofLegends #LeagueOfLegends #Senna…"
## 
## [[9848]]
## [1] "elpueroloco: RT @FanshaweFUEL: Fanshawe gets first blood on game 5, LETS GOOOO\n\n#ECAC #FINALS #LEAGUEOFLEGENDS @ECAC_Esports https://t.co/5LDOu5iSCL"
## 
## [[9849]]
## [1] "LMountaingoats: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9850]]
## [1] "mrdocto36571669: RT @digighost666: what in the fuck\n#LeagueOfLegends https://t.co/4yGORzx5Zo"
## 
## [[9851]]
## [1] "L4DYF0RTUNE: RT @ChimeGF: Hey there , I'm a graphic designer currently looking to do commissions !  \n\nI can do any style but like to work with character…"
## 
## [[9852]]
## [1] "Spy_Iol: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9853]]
## [1] "tiny_bulbasaur: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9854]]
## [1] "SandyLeague19: RT @J0ker_LoL: Odyssey Kayn wallpaper that the amazing @LadyOfValyria wanted to gift to a friend❤️ I really love doing these wallpapers! As…"
## 
## [[9855]]
## [1] "sqiibby: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9856]]
## [1] "IntrinsicGames: RT @WolfdawgArt: Fiddlewicks, update to an older Warwick/fiddle mashup concept \n#LeagueOfLegends #fanart #conceptart https://t.co/bjFoYEhyrM"
## 
## [[9857]]
## [1] "RewTox: RT @the_string_king: #1 of a spooky set 🎃\n\ngwen and viego discover trick-or-treating!\n\n#artoflegends #LeagueOfLegends #LeagueOfLegendsFanAr…"
## 
## [[9858]]
## [1] "n_nasti_007: RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…"
## 
## [[9859]]
## [1] "IntrinsicGames: RT @malnourishd1: Tried some new tutorials\n#ahri #LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends https://t.co/bASpkXbzDV"
## 
## [[9860]]
## [1] "RewTox: RT @malnourishd1: Tried some new tutorials\n#ahri #LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends https://t.co/bASpkXbzDV"
## 
## [[9861]]
## [1] "EribbanBEP: RT @WolfdawgArt: Fiddlewicks, update to an older Warwick/fiddle mashup concept \n#LeagueOfLegends #fanart #conceptart https://t.co/bjFoYEhyrM"
## 
## [[9862]]
## [1] "Vic1848: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9863]]
## [1] "Drackwayland: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9864]]
## [1] "GrynnDyre: RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…"
## 
## [[9865]]
## [1] "JuanRPG_: RT @Piscina45512997: #LeagueOfLegends #LeagueOfLegendsfanart #Syndra #Zed\nSpirit Blossom Zed x Syndra\nI went through a lot of difficulties…"
## 
## [[9866]]
## [1] "Manaforce_TH: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9867]]
## [1] "RewTox: RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…"
## 
## [[9868]]
## [1] "UwULunaChanUwU: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9869]]
## [1] "herrenchan: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9870]]
## [1] "RewTox: RT @LoLMemesBot: Save smite for camps, rift herald, or dragon? ❌ Save smite for cannon? ✅\n#memes #meme #funny #lol #leagueoflegends #Arcane…"
## 
## [[9871]]
## [1] "KBanryu: RT @RockLoveJewelry: Do you game? 🎮 #LeagueofLegends X RockLove Coven restocked: https://t.co/mSK5lSxKo1 🖤🔮 https://t.co/z0tMw2CefF"
## 
## [[9872]]
## [1] "BenguDaBigPoppa: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9873]]
## [1] "Koopalings58: RT @blueberryskyuwu: Smooch ~ 🎇\n\nI tried my best ;; \n#settphel #aphelios #sett #LoL #leagueoflegends https://t.co/4QFbwolCgh"
## 
## [[9874]]
## [1] "AltStarZ_: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9875]]
## [1] "KBanryu: RT @blazordiffusion: League of Legends with Wings! 1/2 #stablediffusion #LeagueOfLegends #Angels \n\nhttps://t.co/TtaNVmWN7W https://t.co/JiB…"
## 
## [[9876]]
## [1] "UwU15475317: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9877]]
## [1] "moonbylette: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9878]]
## [1] "moonbylette: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9879]]
## [1] "Fattsoll: RT @_chaosqueen1: Where are my league of legends and RuneScape players? 🎮🎮https://t.co/j51EAyA6aj #LeagueOfLegends #runescape #twitchstream…"
## 
## [[9880]]
## [1] "EribbanBEP: RT @WolfdawgArt: KDA Rek'Sai, this was a lot of fun, will never not enjoy the shiny.\n#LeagueOfLegends #kda #fanart #conceptart https://t.co…"
## 
## [[9881]]
## [1] "healpoints: RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk"
## 
## [[9882]]
## [1] "Asphen7: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9883]]
## [1] "healpoints: RT @BonniieA: Mythmaker Irelia 🖤\n\n#Irelia #LeagueOfLegends https://t.co/WBo2ZEDFT8"
## 
## [[9884]]
## [1] "viesolde: RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX"
## 
## [[9885]]
## [1] "HorusEsports1: Elmillor Vi Main #LeagueofLegends #LeagueofLegendsEspañol #Elmillor #Elmillorclips #HorusEsports https://t.co/btWwrFIAdF"
## 
## [[9886]]
## [1] "LoLMemesBot: that wasn't supposed to happen\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/H7e89q91mF"
## 
## [[9887]]
## [1] "daweaselbass: RT @AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming #LeagueOfLegends #…"
## 
## [[9888]]
## [1] "Popo_Gang: RT @PrimaVeraArt19: Dean’s assistant \n\n#arcane #LeagueOfLegends #Viktor https://t.co/pmGVgmaBBN"
## 
## [[9889]]
## [1] "llwd_jjw: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9890]]
## [1] "BudgetMuffins: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9891]]
## [1] "RamenKider913: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9892]]
## [1] "SirEffu: Going live on @Twitch  in 15 mins, Come and enjoy some @LeagueOfLegends gameplay, do not forget we doing A to Z cha… https://t.co/S1GuU7B9Ax"
## 
## [[9893]]
## [1] "HuzzahGeek: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9894]]
## [1] "leashy46973439: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9895]]
## [1] "RazenBabouche02: RT @Pradox___: En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G"
## 
## [[9896]]
## [1] "L1zarda: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9897]]
## [1] "rukasuzz: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9898]]
## [1] "a_person_online: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9899]]
## [1] "Bobafaeri: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9900]]
## [1] "Pradox___: En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G"
## 
## [[9901]]
## [1] "LorificArts: Quiet chat in The Last Drop 🍻✨ ft. Oc Honey Badger\n#arcane #LeagueOfLegends #illustration https://t.co/OZnWdDNEAL"
## 
## [[9902]]
## [1] "a_person_online: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9903]]
## [1] "yeojinsupremacy: RT @NeoNa_Gloom_ART: NEW: Coven Bel’Veth\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Morgana #B…"
## 
## [[9904]]
## [1] "evuriii: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9905]]
## [1] "AverageAnimeFa2: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9906]]
## [1] "RetweetVT: RT @MimicuteVT: Going live shortly trying out how League runs for stream right now! Playing some Arams, Norms or TFT #Vtuber #VtuberEN #Lea…"
## 
## [[9907]]
## [1] "BrnY49843613: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9908]]
## [1] "LuisAlfonsoUga1: RT @SkinSpotlights: Coven Evelynn VO! https://t.co/7CNuJoUx4y #PBE #LeagueOfLegends"
## 
## [[9909]]
## [1] "darklord2099: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[9910]]
## [1] "LuisAlfonsoUga1: RT @SkinSpotlights: Blood Moon Evelynn! #PBE #LeagueOfLegends https://t.co/AbGDgJ7BOi"
## 
## [[9911]]
## [1] "MimicuteVT: Going live shortly trying out how League runs for stream right now! Playing some Arams, Norms or TFT #Vtuber… https://t.co/qstwUHJ6gF"
## 
## [[9912]]
## [1] "MatheusVicen73: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9913]]
## [1] "kevin78857014: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9914]]
## [1] "Retweelgend: RT @AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming #LeagueOfLegends #…"
## 
## [[9915]]
## [1] "streamerwallcom: RT @AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming #LeagueOfLegends #…"
## 
## [[9916]]
## [1] "RordyGG: RT @AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming #LeagueOfLegends #…"
## 
## [[9917]]
## [1] "Marauder_Kawaii: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9918]]
## [1] "MangoMazes: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9919]]
## [1] "RepulsiveMaid: RT @duxteh2: You want style? You've found her 💜🌺\n\n#artoflegends #LeagueOfLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/31RsoFA…"
## 
## [[9920]]
## [1] "BlightArtie: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9921]]
## [1] "TagAnimationz: RT @TagAnimationz: The Queen in the shadows\n\n#leblanc #teaser #ArtofLegends \n#LeagueOfLegends #LeagueOfLegendsFanArt #leaguetwt https://t.c…"
## 
## [[9922]]
## [1] "jogoagui: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9923]]
## [1] "LoLoverlay_: 🧧Prestige Mythmaker #Sivir - Stream Bundle ( + #Free Twitch Panels)\n\n✅LINK :  https://t.co/eLZzs1l6p6\n\n------------… https://t.co/Z3RAtSQB6X"
## 
## [[9924]]
## [1] "TinaMye65138162: RT @HorusEsports1: Elmillor Korean Flash #LeagueofLegends #LeagueoflegendsEspañol #Elmillor #Elmillorclips #failflash #HorusEsports #fyp ht…"
## 
## [[9925]]
## [1] "RottenJinx_: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9926]]
## [1] "IntrinsicGames: RT @LoLMemesBot: Beauty fades, Faker stays....\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #…"
## 
## [[9927]]
## [1] "FLjeta: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9928]]
## [1] "RewTox: RT @LoLMemesBot: Beauty fades, Faker stays....\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #…"
## 
## [[9929]]
## [1] "VolukJikan: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9930]]
## [1] "Yweeshi: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9931]]
## [1] "Karima130X: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9932]]
## [1] "pillowninja121: RT @PirateInvicta: Akali and Kai’sa are happy and in love right…? RIGHT??? #ArtofLegends #LeagueOfLegends https://t.co/oqww9kbV0K"
## 
## [[9933]]
## [1] "TrevorM74993978: RT @HorusEsports1: Elmillor Korean Flash #LeagueofLegends #LeagueoflegendsEspañol #Elmillor #Elmillorclips #failflash #HorusEsports #fyp ht…"
## 
## [[9934]]
## [1] "_mercwithmouth_: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9935]]
## [1] "stats_live_es: ▶️ League of Legends - Top streams a las 22:40 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 8.930\n🥈 #IamCristinini➖Viewers: 3.08… https://t.co/xbQa3CWKVj"
## 
## [[9936]]
## [1] "AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming… https://t.co/xllv5n122h"
## 
## [[9937]]
## [1] "aztec995: RT @_chaosqueen1: Where are my league of legends and RuneScape players? 🎮🎮https://t.co/j51EAyA6aj #LeagueOfLegends #runescape #twitchstream…"
## 
## [[9938]]
## [1] "DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN"
## 
## [[9939]]
## [1] "FreshBakedRy: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9940]]
## [1] "HarryTh67235811: I just finished the game and wanted to share it.🥳🥳🥳🥳 #LoL #mobilegame #LeagueofLegends #ClashLoL #StarGuardians #TransformaTuDestino"
## 
## [[9941]]
## [1] "kerkillian: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9942]]
## [1] "billyrocketsau1: RT @21stCentryIdeot: When you're being nice again in #LeagueofLegends #TFT. https://t.co/dL3mwgURO0"
## 
## [[9943]]
## [1] "marinactonci: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9944]]
## [1] "Christi42459393: RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #ashe #queen #bot #tripple #swain #gg #game #gaming #gamer…"
## 
## [[9945]]
## [1] "str4wbryc4ke: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9946]]
## [1] "MaahesRion: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9947]]
## [1] "EISuco: RT @Piscina45512997: #LeagueOfLegends #LeagueOfLegendsfanart #Syndra #Zed\nSpirit Blossom Zed x Syndra\nI went through a lot of difficulties…"
## 
## [[9948]]
## [1] "teviayuri: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9949]]
## [1] "teviayuri: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9950]]
## [1] "mendelvich: +1 for the turret\n#twitchstreamer #TwitchAffiliates #LeagueOfLegends #League_of_Legends #twitchaffiliate… https://t.co/zXhHGNcqrm"
## 
## [[9951]]
## [1] "HisuiKiba: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9952]]
## [1] "NerdCSGO_: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9953]]
## [1] "RepulsiveMaid: RT @MikaHeartt: Repainting stuff\n#Irelia #ArtOfLegends #LeagueOfLegends https://t.co/KN0YrvotiC"
## 
## [[9954]]
## [1] "suryono_r: RT @xwefoo: New version of the last night theme didn't fit to well after some days\n Bevel and sub division was off i ll check those sharp e…"
## 
## [[9955]]
## [1] "sullvani: RT @vatheja: Doodle of #jinx for Christmas :) #LeagueOfLegends https://t.co/ZjmSe8C22L"
## 
## [[9956]]
## [1] "btreght7: RT @PirateInvicta: Yes captain #LeagueOfLegends #ArtofLegends https://t.co/N0SauuTACZ"
## 
## [[9957]]
## [1] "MaxGamerF2: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[9958]]
## [1] "Black_Moral9: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9959]]
## [1] "BruhTurururu: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9960]]
## [1] "Batata_owo: RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…"
## 
## [[9961]]
## [1] "Big_Richardo: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9962]]
## [1] "Qu33nAgar: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9963]]
## [1] "rawbin2K: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9964]]
## [1] "YesicaMylano: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9965]]
## [1] "Infernal_Gaia: RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…"
## 
## [[9966]]
## [1] "ernesew1: RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…"
## 
## [[9967]]
## [1] "FloppyWitch: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9968]]
## [1] "maxxcaulf1eld: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[9969]]
## [1] "JadeKatBond: RT @LOLegendsMemes: They are husbands #LeagueOfLegends #Memes https://t.co/ymCmnG9GRm"
## 
## [[9970]]
## [1] "lepushearts: RT @Samandriade: Du Couteau gang is coming!\n#WIP #LeagueOfLegends https://t.co/0NmpRdsrE8"
## 
## [[9971]]
## [1] "LOLegendsMemes: They are husbands #LeagueOfLegends #Memes https://t.co/ymCmnG9GRm"
## 
## [[9972]]
## [1] "MinaBuvelle: RT @NsNapk1: At last, he can finally hear something that aren't the screams of the damned or the Maiden rambling in his ear. It's a nice ch…"
## 
## [[9973]]
## [1] "sunb3nny: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9974]]
## [1] "Candiey15: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9975]]
## [1] "Frisk67491510: RT @soap_ai: Littol Lightcannon\n#LeagueOfLegends #artoflegends #jinx #lux #arcane https://t.co/yvkfplRZ7f"
## 
## [[9976]]
## [1] "firepix515: RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…"
## 
## [[9977]]
## [1] "Frisk67491510: RT @soap_ai: Jinx the homophobic homosexual \n#leagueoflegends #artoflegends #jinx #lux #lightcannon #caitvi #arcane https://t.co/PW3h696Ye8"
## 
## [[9978]]
## [1] "medusa7708: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9979]]
## [1] "Frisk67491510: RT @soap_ai: You are someone I have loved but never known\n#leagueoflegends #ArtofLegends #Jinx #Lux #lightcannon https://t.co/FD2mtpX7ss"
## 
## [[9980]]
## [1] "asheeeshi: RT @ScytheofSeraph: Hello fellow summoners! 😳\nWe are looking for new players to compete in our #LeagueofLegends team. \n😎 Top\n🏹 Bot\n⛑️ Suppo…"
## 
## [[9981]]
## [1] "theblinkfrog: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9982]]
## [1] "Adrian_lessname: RT @Samandriade: Du Couteau gang is coming!\n#WIP #LeagueOfLegends https://t.co/0NmpRdsrE8"
## 
## [[9983]]
## [1] "lekyyu: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9984]]
## [1] "Frisk67491510: RT @soap_ai: It was funnier in my head\n\n#ArtofLegends #LeagueOfLegends #lightcannon #jinx #lux #arcane https://t.co/nPHYNzMuLD"
## 
## [[9985]]
## [1] "Frisk67491510: RT @soap_ai: thing i had to get outta my head\n#lightcannon #jinx #lux #silco #arcane #ArtofLegends #LeagueOfLegends https://t.co/dI4KOjSrgW"
## 
## [[9986]]
## [1] "andrex2311: RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE"
## 
## [[9987]]
## [1] "Frisk67491510: RT @soap_ai: shitposting hours #jinx #lux #lightcannon #leagueoflegends #ArtofLegends https://t.co/EXTuqKRJGv"
## 
## [[9988]]
## [1] "_Miellam: RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…"
## 
## [[9989]]
## [1] "storm42058563: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9990]]
## [1] "HelpMe2137: RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC"
## 
## [[9991]]
## [1] "ohhello39556554: RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…"
## 
## [[9992]]
## [1] "RhiLai_Art: RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…"
## 
## [[9993]]
## [1] "TheCookiOreo: RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp"
## 
## [[9994]]
## [1] "Frisk67491510: RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu"
## 
## [[9995]]
## [1] "fematerox: RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh"
## 
## [[9996]]
## [1] "RewTox: RT @LoLMemesBot: Or when I'm literally ON MY WAY and the team jumps in a bad 4v5\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #L…"
## 
## [[9997]]
## [1] "LegioIs: RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…"
## 
## [[9998]]
## [1] "LoLRoundUp_: https://t.co/NnRP1MMco8 Touched on the moves made by DIG, V5 and WBG today in the Lol Esports Round Up.… https://t.co/0szWMDA2qP"
## 
## [[9999]]
## [1] "moonboynihat: RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh"
## 
## [[10000]]
## [1] "nurgleherald: RT @fandifi: Video Game Logic 😅\n\n#gaming #skyrim #esports #esport #esportsteam #twitch #valorant #leagueoflegends #overwatch #csgo #apexleg…"
# CONVERTING LIST DATA TO DATA FRAME.
leaguetweetsDF <- twListToDF(leaguetweets)
# SAVE DATA FRAME FILE.
save(leaguetweetsDF,file = "leagueTweetsDF.Rdata")
# LOAD DATA FRAME FILE.
load(file = "leagueTweetsDF.Rdata")
# CHECKING FOR MISSING VALUES IN A DATA FRAME.
sap_data <- sapply(leaguetweetsDF, function(x) sum(is.na(x)))
sap_data
##          text     favorited favoriteCount     replyToSN       created 
##             0             0             0          9963             0 
##     truncated    replyToSID            id    replyToUID  statusSource 
##             0          9970             0          9963             0 
##    screenName  retweetCount     isRetweet     retweeted     longitude 
##             0             0             0             0         10000 
##      latitude 
##         10000
#Tweets
# SUBSETTING USING THE dplyr() PACKAGE.
tweets <- leaguetweetsDF %>%
  select(screenName,text,created, isRetweet) %>% filter(isRetweet == FALSE)
tweets
##           screenName
## 1    Timothy00212392
## 2         RivenStore
## 3          melito_pr
## 4      _FuriaBlanca_
## 5    Stylish_Dante__
## 6           ShuUsagi
## 7     VS_ECartwright
## 8    MariahDoughert3
## 9      _FuriaBlanca_
## 10        JoJoelleTV
## 11        RivenStore
## 12    ClipsToBingeOn
## 13   Stylish_Dante__
## 14   RizkiBu19604930
## 15   Stylish_Dante__
## 16       DailyTeenVi
## 17    SvellsongurBot
## 18     LumiereVtuber
## 19            Mdndt1
## 20    DunkmasterSett
## 21       LoLMemesBot
## 22        RivenStore
## 23     stats_live_es
## 24         elcatriin
## 25      PreachBigLoL
## 26   loreofruneterra
## 27           viniSfw
## 28           faro1up
## 29    flyying_raijin
## 30     AyeYoPenguini
## 31         anxiodine
## 32    Rusa_Diffusion
## 33    tori_ichigo_Ss
## 34       LoLRoundUp_
## 35        shizzleytb
## 36           viniSfw
## 37    tori_ichigo_Ss
## 38   HuntressSpectre
## 39        Brand_6752
## 40           Nanal0l
## 41      StephJMillz1
## 42    tori_ichigo_Ss
## 43        PoroSandia
## 44        0ceanSoul_
## 45      plantninjatv
## 46     NolegAdvanced
## 47       LoLMemesBot
## 48            Denzhy
## 49      aerysta_epal
## 50        RivenStore
## 51   OrgasmicHaybale
## 52      boostkingdom
## 53        _Karruzed_
## 54        starblussh
## 55          kizimiyo
## 56          TwnyaKat
## 57       AlexTzitzi2
## 58          art_ilik
## 59            fnkdrg
## 60      GoldknightGG
## 61        RivenStore
## 62            leao1_
## 63     stats_live_es
## 64      NerfWindWall
## 65     PentakillRell
## 66       ArtByClaina
## 67     LeagueOfZazul
## 68   tomasz_ciborek_
## 69      tikitorchies
## 70       miccostumes
## 71       LoLMemesBot
## 72          catombix
## 73          catombix
## 74          catombix
## 75         TerryD23_
## 76    terry_is_here_
## 77         cyb3rk1dx
## 78        EsportsAcs
## 79        RivenStore
## 80          ckreater
## 81     VikingKingJay
## 82          catombix
## 83   DianaTa82022476
## 84         itsRaffey
## 85        Twitchtok_
## 86    _galacticghost
## 87   AmandaR74669040
## 88   LaurenB56946765
## 89   LaurenB56946765
## 90        RivenStore
## 91     ConfusedWaifu
## 92    SegaDoesGaming
## 93   ReginaC26432536
## 94          alora182
## 95      CherryRobber
## 96   loreofruneterra
## 97     landin_corvus
## 98       KharnTheOni
## 99           _mierii
## 100     FilmsJawsome
## 101     CherryRobber
## 102      MaZZyXGames
## 103  LaurenB56946765
## 104       RivenStore
## 105      gaysangyeon
## 106   sanunderscoree
## 107          KBM_LOL
## 108  LaurenB56946765
## 109  ReginaC26432536
## 110  LaurenB56946765
## 111         catombix
## 112         catombix
## 113         catombix
## 114         catombix
## 115          Frothl_
## 116      ItsMeSnoops
## 117          okkinzo
## 118  ArtawanNajmudin
## 119        Outpyked1
## 120        J0ker_LoL
## 121       RivenStore
## 122     SharonyQueen
## 123  loreofruneterra
## 124  PaulDye78280963
## 125         BPstalin
## 126     HellyonWhite
## 127       gamepassta
## 128          davudht
## 129     OdinOverlord
## 130      regal_randy
## 131     AblazedAkuna
## 132    stats_live_es
## 133      LoLMemesBot
## 134         Matt_BG1
## 135     NovaaClaudia
## 136       RivenStore
## 137          Aru109_
## 138      Sadisticss1
## 139        HyHylinor
## 140  MADMantisGaming
## 141      jeanne10041
## 142  Papi_Longlegs69
## 143   GOptimuSgaminG
## 144    Chizu_Artwork
## 145     ElokingBoost
## 146       grillphael
## 147      LoLMemesBot
## 148        chowwuart
## 149    bboystance143
## 150     EloDragonLoL
## 151    stats_live_es
## 152        JkMegenio
## 153     golden8witch
## 154  XenoBla76578464
## 155         medikkuu
## 156    twayneegaming
## 157      UtterGolden
## 158         Radziozz
## 159         Radziozz
## 160         Radziozz
## 161        namezero9
## 162         Radziozz
## 163         Radziozz
## 164         Radziozz
## 165        lorddumbb
## 166  Catheri27847830
## 167           xiefux
## 168  loreofruneterra
## 169        uemasters
## 170     LilyeCosplay
## 171         TEAMRAAD
## 172    stats_live_es
## 173        x_kuczi_x
## 174   UnrankedSmurfs
## 175     esports_maps
## 176      LoLMemesBot
## 177        GonZo5oo0
## 178     AdvancedSIMP
## 179         koryu960
## 180       shikispace
## 181          xXFelli
## 182       KenApplepi
## 183        Duckonsea
## 184        starIucky
## 185     Darksword255
## 186    deegodogTwich
## 187    deegodogTwich
## 188    deegodogTwich
## 189    deegodogTwich
## 190    deegodogTwich
## 191  kristiangabriel
## 192  kristiangabriel
## 193       Patchy_art
## 194          DobyFTR
## 195          fandifi
## 196          arvazi2
## 197           bcvr12
## 198         Wasroket
## 199       GamerDadTV
## 200     Toralynne_TV
## 201         koryu960
## 202      LoLMemesBot
## 203       KenApplepi
## 204    deegodogTwich
## 205    deegodogTwich
## 206    stats_live_es
## 207    deegodogTwich
## 208    deegodogTwich
## 209    deegodogTwich
## 210    deegodogTwich
## 211    deegodogTwich
## 212    deegodogTwich
## 213    deegodogTwich
## 214    deegodogTwich
## 215    deegodogTwich
## 216    deegodogTwich
## 217    deegodogTwich
## 218    deegodogTwich
## 219    deegodogTwich
## 220         ankoragg
## 221    NorthvilleEDU
## 222        Yolisters
## 223        GoodBirbb
## 224     darthfuzzy77
## 225  SmallStreamerIG
## 226    RevenantFiery
## 227        yousefx66
## 228        Eggpoach1
## 229       DmGamingEu
## 230    KeishBoneless
## 231        Eggpoach1
## 232  loreofruneterra
## 233       VICTFPLAYS
## 234   ayacchi_corner
## 235      LoLRoundUp_
## 236        uemasters
## 237     xina60326269
## 238       reignitegg
## 239  Anthony87651440
## 240       RivenStore
## 241    whxtelamb_cos
## 242  theScoreesports
## 243      LoLMemesBot
## 244       DailySylas
## 245  LaSungaDeAatrox
## 246          Vijai_K
## 247   glazedhersheys
## 248          Vhite14
## 249       Ultrashokk
## 250    stats_live_es
## 251    stardrop_acnh
## 252     DailyTaliyah
## 253         max_mawe
## 254  NicoleB42064037
## 255          X17Swan
## 256   SmurfSkins_lol
## 257        _masukart
## 258       Ultrashokk
## 259       cosplaysky
## 260   GamerInGame_ON
## 261  HorrorTheorist1
## 262   Xion_Eisenhart
## 263         ToetoSav
## 264  GalaxyGamerYaY1
## 265   Asuramaru_arts
## 266    ToxicLoLChats
## 267     SunsetNeon64
## 268    afurrybrownie
## 269  Benjami89760141
## 270     SwarmioMedia
## 271   CarolynCherry_
## 272          NsNapk1
## 273        pinkuyami
## 274    deegodogTwich
## 275    deegodogTwich
## 276    deegodogTwich
## 277    deegodogTwich
## 278    deegodogTwich
## 279       riicepasta
## 280    deegodogTwich
## 281    ToxicLoLChats
## 282        waltz1917
## 283  loreofruneterra
## 284  loreofruneterra
## 285   VS_ECartwright
## 286   The_Unf0rgiv3n
## 287  roasted_dolphin
## 288   MorningStarsET
## 289    stats_live_es
## 290        chermie_g
## 291  EsportLegendsGG
## 292      LoLMemesBot
## 293  loreofruneterra
## 294     Hichamhabchi
## 295        theBobb12
## 296     Hichamhabchi
## 297       CaffeinaTL
## 298  loreofruneterra
## 299         Mongnyam
## 300    stats_live_es
## 301      TTVAlaerias
## 302      jeanne10041
## 303  VickieZ25645605
## 304        WaxiTaxi_
## 305      LoLMemesBot
## 306     pinoygamerph
## 307      Curecos_COT
## 308     A_alhammadi0
## 309         badeedNA
## 310    Erodaicon_cos
## 311    TigerKirby215
## 312         uguulife
## 313    stats_live_es
## 314     nayabseydahr
## 315      LoLMemesBot
## 316  The_LadyScorpio
## 317         RWM_Tjay
## 318    TheGemCosplay
## 319        whingemae
## 320           vngynx
## 321       omoplata91
## 322  OverTheTopESPRT
## 323  blazordiffusion
## 324          AKF07ZS
## 325  EdwinNurdjajadi
## 326      VtuberDella
## 327    stats_live_es
## 328   Whit3Salmon_23
## 329      LoLMemesBot
## 330   greeekthegreat
## 331       Ultrashokk
## 332  LissetteUzumaki
## 333           axqazi
## 334  AngelaR81493370
## 335       HellDredge
## 336   LOLegendsMemes
## 337   Swordskingdom2
## 338       Nerd_Aloud
## 339         ddinodan
## 340      LoLMemesBot
## 341    gattonero1321
## 342       esports12K
## 343       RivenStore
## 344     lolfadiscord
## 345          afarny4
## 346  LissetteUzumaki
## 347        Pradox___
## 348     daddybigwang
## 349    afurrybrownie
## 350     OdinOverlord
## 351  2Cz71U1JhDtIRfT
## 352     NerfWindWall
## 353   sashashaw10001
## 354      torakaru_VT
## 355       BunnsCharm
## 356        dogtoast_
## 357  Kristin82565964
## 358    deviltakoyaki
## 359        bonerfly1
## 360   3PillarsGaming
## 361  TKPFamily615123
## 362     QueenDoodle_
## 363    BrumiconGames
## 364      LoLMemesBot
## 365  loreofruneterra
## 366  JaredPo87147132
## 367    possessed1221
## 368    servicesdown_
## 369          aleriy_
## 370         Kvd_xxiv
## 371      LaurenMorXO
## 372  TonyRam26219233
## 373      LoLMemesBot
## 374       RivenStore
## 375    CheatsAwesome
## 376      p_c_esports
## 377     StephJMillz1
## 378   Rusa_Diffusion
## 379          camiobb
## 380          camiobb
## 381      YordleScout
## 382          camiobb
## 383     darthfuzzy77
## 384      HobbySharky
## 385     darthfuzzy77
## 386  AndrewAnimeluvr
## 387         rfamnllh
## 388     CountdownToL
## 389         GTrynket
## 390      sw33tdwilly
## 391  SupersafeGaming
## 392      LoLMemesBot
## 393       xDemiseLg7
## 394       RivenStore
## 395     YuzukoSilver
## 396      ghetobatman
## 397  loreofruneterra
## 398      HobbySharky
## 399      LoLMemesBot
## 400  loreofruneterra
## 401          eKileez
## 402       RivenStore
## 403      Dani_daniru
## 404   Sellercentral4
## 405         Kvd_xxiv
## 406          _12YK3N
## 407       RivenStore
## 408      GamerSonnie
## 409     lunasie_vamp
## 410     Darksword255
## 411   Lazylizard_LOL
## 412         UKGC1246
## 413          AnomigL
## 414        DeSpawn3d
## 415     Lewd47991297
## 416  SinnamenDelarte
## 417  ibonedrawhentai
## 418          Lansuuw
## 419      CosplayBuzz
## 420      LoLMemesBot
## 421        HQC_Plays
## 422    CheatsAwesome
## 423     ProjectAiyoh
## 424     QuickestSylv
## 425       RivenStore
## 426         ckreater
## 427     Moon_Cultist
## 428         Dulmater
## 429    stats_live_es
## 430           _IvyAi
## 431        HornyTefu
## 432    Pancake_Tanks
## 433         myrrhneo
## 434  Mister_Deranged
## 435    Pancake_Tanks
## 436      LoLMemesBot
## 437        Neekosmic
## 438     smakadopolis
## 439    PlayShareStar
## 440        Soyeahhh_
## 441     Onezeroisten
## 442       Peachhbaby
## 443         Royen122
## 444  loreofruneterra
## 445   satanherselfff
## 446       Angelkat77
## 447    stats_live_es
## 448    ZacharyFry505
## 449    ZacharyFry505
## 450      hanabisocks
## 451    ZacharyFry505
## 452   Elispillowfort
## 453       RivenStore
## 454     Gamer_Iss101
## 455  ZombiepandemicG
## 456       sakuyashan
## 457   Vitor_universe
## 458     EloDragonLoL
## 459          Furinku
## 460        louisklsn
## 461    _visforvictim
## 462        DeSpawn3d
## 463     AngelikaStar
## 464        DeSpawn3d
## 465        LaTulyaVT
## 466       RivenStore
## 467          Nanal0l
## 468   VS_ECartwright
## 469           0x0981
## 470    stats_live_es
## 471        ResVtuber
## 472      Badjujusart
## 473  superhyperangel
## 474       RivenStore
## 475      SaintZilean
## 476      LoLMemesBot
## 477      LoLoverlay_
## 478       shizzleytb
## 479        OGGIHelga
## 480        artbaldur
## 481  Jeniffersarsab1
## 482     golden8witch
## 483    moonchildriku
## 484         TiddlyVG
## 485  summerswirlarts
## 486      LoLRoundUp_
## 487     ForestRatArt
## 488     LOL_Holidays
## 489        lPopotrix
## 490    BebopJhinkins
## 491      LoLMemesBot
## 492      Moondustina
## 493         kizimiyo
## 494    TigerKirby215
## 495   AsthmaMarauder
## 496    player_lol_fr
## 497   marijannawaifu
## 498       RivenStore
## 499     Kollector___
## 500       GoshaTkach
## 501    HorusEsports1
## 502    TigerKirby215
## 503      LoLMemesBot
## 504  loreofruneterra
## 505         Gameort1
## 506      aidenvtuber
## 507     golden8witch
## 508         ritayy13
## 509  loreofruneterra
## 510  BlackCatsColec1
## 511         ESNA__GG
## 512         nomiizuu
## 513   sanunderscoree
## 514          virkayu
## 515      LoLMemesBot
## 516      eternalxena
## 517  MADMantisGaming
## 518        ParzivalT
## 519    stats_live_es
## 520         Hazles14
## 521        foxy88844
## 522     NeinTailsCos
## 523       ProfetTrue
## 524   VS_ECartwright
## 525   VS_ECartwright
## 526      HamamiIkram
## 527       RivenStore
## 528     NerfWindWall
## 529   ClinoraWarrior
## 530    KonTVofficial
## 531  metalichotchoco
## 532   _AlphaWolfUni_
## 533      LoLMemesBot
## 534    stats_live_es
## 535       reignitegg
## 536     TheSomuaCrew
## 537           pxbart
## 538  MikuoHatsuneTTV
## 539     UnKnown_Xgor
## 540   AmateurEsports
## 541  Papi_Longlegs69
## 542       0ceanSoul_
## 543       RivenStore
## 544     altchargames
## 545          NsNapk1
## 546       cosplaysky
## 547   Leigh_Kigurumi
## 548  SecretAgentAhri
## 549   SmurfSkins_lol
## 550      HobbySharky
## 551  ScuttleCrab1370
## 552       sakuyashan
## 553      jeanne10041
## 554  MikuoHatsuneTTV
## 555          omnavor
## 556   VS_ECartwright
## 557        Kitssuneh
## 558     ElokingBoost
## 559            dotLA
## 560     CoffinBurier
## 561   Akuma_Gamingtw
## 562   _AlphaWolfUni_
## 563   DunkmasterSett
## 564            QUBDS
## 565   pabloesc_OBARR
## 566          _Nieru_
## 567         HexaDona
## 568      GamerLegion
## 569      dikarendy99
## 570     darthfuzzy77
## 571         theurkah
## 572       RivenStore
## 573  JChengScribbles
## 574          MacAnu7
## 575      pandoorawr_
## 576    stats_live_es
## 577    PlayerCounter
## 578    Princess_Puma
## 579          fandifi
## 580      LoLMemesBot
## 581       ladydark_7
## 582       one1001ten
## 583     Jasmine_Rosh
## 584       RivenStore
## 585     HorizonCasts
## 586     esports_maps
## 587  IceTrainer_Jean
## 588     _sangchu_ya_
## 589       remyleboob
## 590        fuwamoowa
## 591    pinoytechsaga
## 592      LoLRoundUp_
## 593  Barbara12772130
## 594     DailyTaliyah
## 595         ArcticVP
## 596    gemugamesdesu
## 597      LoLMemesBot
## 598     kuravitishin
## 599       RivenStore
## 600      soramakeart
## 601          9ringsx
## 602      regal_randy
## 603  loreofruneterra
## 604     AdvancedSIMP
## 605         ciderxii
## 606       DailySylas
## 607          omnavor
## 608       banhgaune_
## 609   _galacticghost
## 610    stats_live_es
## 611         ankoragg
## 612        Yolisters
## 613         Luwunali
## 614    DiscordJester
## 615    AkatsukiAkiza
## 616      EchoTries__
## 617  loreofruneterra
## 618        Bitnarlol
## 619       cosplaysky
## 620       RivenStore
## 621    pinoytechsaga
## 622  is_is_gemini_is
## 623   james_kanazuki
## 624   Doodoo92452594
## 625    stats_live_es
## 626  blazordiffusion
## 627         xmimishy
## 628     ColossusMibl
## 629  urperfectvictim
## 630        sergiiovt
## 631      LoLMemesBot
## 632         PhenixxG
## 633        Ahsan_Fer
## 634  roasted_dolphin
## 635    chessiecat105
## 636        afkgaming
## 637   StudiosAnimato
## 638      Sadisticss1
## 639  gosugamersindia
## 640         NexusYin
## 641       Europesia1
## 642      iAaronPhone
## 643       RivenStore
## 644     BladeAndWhip
## 645    stats_live_es
## 646       JynxTakasu
## 647      Hiijodotcom
## 648      LoLMemesBot
## 649        FoxSeyD69
## 650       RivenStore
## 651       Cherraluna
## 652          KenRddt
## 653    PentakillRell
## 654          Kaitsee
## 655      NoobsatPLAY
## 656  LunariaTenebris
## 657      LoL_Junkies
## 658      NoobsatPLAY
## 659      Vodkabsenta
## 660           cp_daz
## 661  loreofruneterra
## 662      LoLMemesBot
## 663    writerandbaka
## 664        Likywind1
## 665  asksredditques1
## 666      coder_cajun
## 667  RizkiBu19604930
## 668         drealost
## 669           Denzhy
## 670     golden8witch
## 671    stats_live_es
## 672      TTVAlaerias
## 673        afkgaming
## 674   mellifluous_4s
## 675      LoLMemesBot
## 676         prohtius
## 677  WindaSi14397179
## 678   maidenslullaby
## 679          ALuluqi
## 680       RivenStore
## 681   ClinoraWarrior
## 682   Blitzshadow021
## 683  DonnaJo26713385
## 684       omoplata91
## 685         RWM_Tjay
## 686       liddlemeow
## 687       liddlemeow
## 688      Winteriris4
## 689  LioOneMorePixel
## 690    freefireJack2
## 691           iiMoki
## 692    stats_live_es
## 693  blazordiffusion
## 694  ProStreamers_US
## 695       GamesGuidz
## 696   maidenslullaby
## 697          Saware7
## 698       RivenStore
## 699  DavidFa58624154
## 700   sashashaw10001
## 701      LoLMemesBot
## 702      burnieilies
## 703  JosephF21058235
## 704    stats_live_es
## 705      Curecos_COT
## 706       RivenStore
## 707          Gaafff2
## 708         xmimishy
## 709  TKPFamily615123
## 710  SomebodySpeci15
## 711   LunaValkyriaVT
## 712           ga_ja3
## 713        BunArctic
## 714    AcceleratorJB
## 715      LoLMemesBot
## 716  DonnaJo43302569
## 717        Leahmeow9
## 718       CaffeinaTL
## 719   Tumelo97750925
## 720    stats_live_es
## 721   Titania_Erza99
## 722         AceVar81
## 723       MakeeYhang
## 724   ascenthe_draws
## 725          Zedzy1_
## 726        Avernath1
## 727   xoxoxochitlita
## 728         02_rinni
## 729   ascenthe_draws
## 730       bunnynithy
## 731       RivenStore
## 732      LoLMemesBot
## 733          HdDxrth
## 734         LightxMx
## 735       ShadyManX1
## 736  GailWil45711350
## 737  LydiaFo33470310
## 738      VongolaSoul
## 739  AliciaW92648805
## 740        Loringale
## 741       RivenStore
## 742       minhminhla
## 743     Gamergi35261
## 744     NerfWindWall
## 745  Katheri06787154
## 746      HobbySharky
## 747          arvazi2
## 748          s_vfaye
## 749      LoLMemesBot
## 750  DonMalo30078585
## 751   fluffypuffy0w0
## 752  cbpremsgcredits
## 753           _lonj_
## 754       joiejoy_lm
## 755  Agnese_creators
## 756     Balea_studio
## 757  DonnaHu83696808
## 758    thelastalive1
## 759   gothiccpetunia
## 760  Stylish_Dante__
## 761     CountdownToL
## 762  Katheri84765877
## 763      LoLMemesBot
## 764     datrashkid15
## 765      evasivecorn
## 766        andyvenom
## 767   TrinityBlackvt
## 768       RivenStore
## 769   Abisco54911105
## 770          NIJISE_
## 771   GeneralWarmonk
## 772   LittleNamiRose
## 773      AlstanfordA
## 774          Hir0016
## 775      LoLMemesBot
## 776      ItsSojuTime
## 777     Excellete_tv
## 778     PreachBigLoL
## 779    KingoftheP0nd
## 780        YutskiLGC
## 781      FelinaraNya
## 782     claudettee17
## 783     claudettee17
## 784        dr_shotus
## 785        kwjyaaah4
## 786  Katheri06787154
## 787         SadPeyot
## 788  HelghansTemplar
## 789      LoLMemesBot
## 790  Jeffrey18755090
## 791   mylittlearcane
## 792   _galacticghost
## 793   Elispillowfort
## 794    CoffeeStripes
## 795      ToxicDoctor
## 796       mambolina0
## 797         Haabibic
## 798  DonaldB74915047
## 799      jeanne10041
## 800  AmandaR74669040
## 801  Stylish_Dante__
## 802   getcheesed1319
## 803         prohtius
## 804  Stylish_Dante__
## 805      LoLMemesBot
## 806          SigZeus
## 807       LegasiPapi
## 808       LegasiPapi
## 809       LegasiPapi
## 810  doctorcozzplays
## 811     maddie_44010
## 812  loreofruneterra
## 813    MandalaMahmud
## 814   Junior36020199
## 815          1YPreeg
## 816   ClipsToBingeOn
## 817         ckreater
## 818     EloDragonLoL
## 819         megilino
## 820  im_justapotato_
## 821  AnneAnd81932053
## 822     RiikochanArt
## 823  Matthew06228275
## 824       AskyReddit
## 825       MakeeYhang
## 826   NAChemBaroness
## 827          ar_yoop
## 828  Benjami89760141
## 829    stats_live_es
## 830          Axtrek1
## 831   Garnold_Palmer
## 832        FanguFufu
## 833     ProjectAiyoh
## 834      LoLMemesBot
## 835    CelestialLexi
## 836  VickieZ25645605
## 837     Santlukearts
## 838        SkullyTeh
## 839   lazystormcloud
## 840            m8kai
## 841       BiirdyGirl
## 842     toxiquetrone
## 843      LoLRoundUp_
## 844     PreachBigLoL
## 845  superhyperangel
## 846          jamilsc
## 847       Lambada104
## 848  JosephF21058235
## 849    stats_live_es
## 850       IceBridget
## 851      LoLMemesBot
## 852      LoLoverlay_
## 853    NuaTalkGaming
## 854     tossinsalads
## 855          Jetto__
## 856       yattadante
## 857            m8kai
## 858      CarryGaryUK
## 859       RivenStore
## 860       EnviouSLAY
## 861      NoisyDark16
## 862        TSGKurama
## 863    Jake_Douglas0
## 864    ZanesTheAdult
## 865         Wasroket
## 866  NicoleB42064037
## 867       shizzleytb
## 868  MADMantisGaming
## 869          Erundel
## 870  DonMalo30078585
## 871      LoLMemesBot
## 872    stats_live_es
## 873       tamashiiVT
## 874  shrimpfriedpies
## 875      Volsiz_news
## 876        ZayDon_YT
## 877      hermeticuss
## 878   AsthmaMarauder
## 879          virkayu
## 880          vatheja
## 881   LOLegendsMemes
## 882   LOLegendsMemes
## 883   LOLegendsMemes
## 884      eternalxena
## 885      symphoniaxv
## 886     altchargames
## 887         Matej941
## 888     ColossusMibl
## 889          KaLizmm
## 890     ColossusMibl
## 891         sua_tian
## 892  loreofruneterra
## 893      LoLMemesBot
## 894   HaryantiLembah
## 895   VS_ECartwright
## 896         Radziozz
## 897      LoLRoundUp_
## 898         Radziozz
## 899         Radziozz
## 900         Radziozz
## 901         Radziozz
## 902         Radziozz
## 903  JaredPo87147132
## 904      jeanne10041
## 905  Nells_ArtOrigin
## 906       sanswitchz
## 907     StephJMillz1
## 908      HarukaYumi_
## 909    lBrunolSilval
## 910      LoLMemesBot
## 911     StephJMillz1
## 912  ruinationishere
## 913   sanunderscoree
## 914   instagirlstore
## 915   instagirlstore
## 916        fuwamoowa
## 917         hlk50000
## 918        riverf1sh
## 919      Caramelkask
## 920   instagirlstore
## 921         Mrabad88
## 922    XoMissyRoseXo
## 923   instagirlstore
## 924   instagirlstore
## 925   LOLegendsMemes
## 926      SakaiYuki17
## 927        chibikchi
## 928        ikeism101
## 929   SmurfSkins_lol
## 930      chessnochoc
## 931      Pixel__Byte
## 932         gamrrant
## 933   Uselessdraws_z
## 934      LoLMemesBot
## 935      LoL_Junkies
## 936     megahermione
## 937  metalichotchoco
## 938          Calner_
## 939  RandomPhantom80
## 940    TigerKirby215
## 941      buck_shadow
## 942   VulpeDeCristal
## 943      paywithmana
## 944  RandomPhantom80
## 945     CragglesTown
## 946       Lethalborz
## 947  SecretAgentAhri
## 948       sakuyashan
## 949    henriquefrank
## 950    bestkittiaskk
## 951       _junipuff_
## 952      regal_randy
## 953    Chizu_Artwork
## 954     ElokingBoost
## 955      LoLMemesBot
## 956    MarcoPepe_art
## 957       esports12K
## 958  loreofruneterra
## 959       esports12K
## 960        loreheads
## 961  asksredditques1
## 962     AdvancedSIMP
## 963   LOLegendsMemes
## 964   LOLegendsMemes
## 965   LOLegendsMemes
## 966         2Hathorn
## 967    DinwithDemons
## 968     UnnatiMaurya
## 969         yodaliya
## 970         koryu960
## 971     NerfWindWall
## 972         koryu960
## 973          fandifi
## 974  MiiCoZeroFour04
## 975      gigakoks18z
## 976    VikingKingJay
## 977  Michael06832367
## 978         twognews
## 979       RebornMods
## 980     Darksword255
## 981     esports_maps
## 982      LoLMemesBot
## 983         BPstalin
## 984  OneMore_esports
## 985       Annie__Lee
## 986     Blossom_S666
## 987         PapaTyRo
## 988    stats_live_es
## 989  EricSch79189081
## 990       HyanideArt
## 991    TenseiTaichou
## 992       ShadowTazm
## 993    kittyboy_sera
## 994  JerryBu49551618
## 995       DailySylas
## 996  MadHatt78663767
## 997          GMVTHub
## 998         Wasroket
## 999      LoLMemesBot
## 1000       HyHylinor
## 1001    DailyTaliyah
## 1002   gordy_clayton
## 1003   andrew_murray
## 1004 DavidFa58624154
## 1005 felinae_felidae
## 1006   hugovindicare
## 1007   ScoderkinSama
## 1008      KenApplepi
## 1009       WormieArt
## 1010 blazordiffusion
## 1011      AngelFunVT
## 1012    HalanoSiblee
## 1013  LOLegendsMemes
## 1014       rivalryca
## 1015    altchargames
## 1016   BlerpityBlorp
## 1017        catombix
## 1018        catombix
## 1019        catombix
## 1020        katsu_es
## 1021    ProfForest21
## 1022     monochraven
## 1023      ShinKongVT
## 1024       nicquehen
## 1025       eSportsZO
## 1026     LoLMemesBot
## 1027         layzrgg
## 1028   floatinghanmi
## 1029    Sanda_sielin
## 1030   stats_live_es
## 1031 Katheri06787154
## 1032        NeverEvi
## 1033          J3zz1T
## 1034         NebLull
## 1035       SorryWinn
## 1036       Yolisters
## 1037 XenoBla76578464
## 1038       Leahmeow9
## 1039 Catheri27847830
## 1040      itskatekey
## 1041         Luckbox
## 1042        LunaeFox
## 1043 loreofruneterra
## 1044  DunkmasterSett
## 1045  DunkmasterSett
## 1046 HelghansTemplar
## 1047 HelghansTemplar
## 1048     LoLMemesBot
## 1049  HopelessLuna18
## 1050    PalawanGamer
## 1051 loreofruneterra
## 1052   stats_live_es
## 1053      InSainyaka
## 1054      absynth333
## 1055 Esportdirectory
## 1056     ItsMeSnoops
## 1057  LOLegendsMemes
## 1058  LOLegendsMemes
## 1059    ClowneryMilk
## 1060 roasted_dolphin
## 1061     TheShow0203
## 1062    zero_lawliet
## 1063        Chilllki
## 1064         izzOr33
## 1065   CoffeeStripes
## 1066        Sadoq666
## 1067     puggiadraws
## 1068     LoLMemesBot
## 1069 KuroNekoKimiArt
## 1070         Mhakoyy
## 1071         JiuzeVo
## 1072 KarenJo98992013
## 1073   stats_live_es
## 1074      tanksboard
## 1075        PCGamesN
## 1076     Pixel__Byte
## 1077  LOLegendsMemes
## 1078  LOLegendsMemes
## 1079  The_Unf0rgiv3n
## 1080      riseiuriel
## 1081 loreofruneterra
## 1082        IsaZiets
## 1083    AkioKazekira
## 1084   PentakillRell
## 1085     LoLMemesBot
## 1086 EsportLegendsGG
## 1087          bcvr12
## 1088       Gabciooo1
## 1089   frannypotato_
## 1090  CyberArena_NFT
## 1091   stats_live_es
## 1092       MiaomiArt
## 1093     BYB_Esports
## 1094  maidenslullaby
## 1095  whale_lonliest
## 1096       acadarena
## 1097     LoLMemesBot
## 1098 DavidFa58624154
## 1099 Michael06832367
## 1100      Apeish1997
## 1101     apfebrian24
## 1102  darkwolflegend
## 1103   stats_live_es
## 1104 is_is_gemini_is
## 1105      Fajarjieng
## 1106         _Sean02
## 1107      omoplata91
## 1108         byaelli
## 1109       bonerfly1
## 1110  LOLegendsMemes
## 1111  LOLegendsMemes
## 1112        shapy_wa
## 1113       DieChanc3
## 1114    BladeAndWhip
## 1115 loreofruneterra
## 1116   suhail_palayi
## 1117     LoLMemesBot
## 1118    BladeAndWhip
## 1119     RangerEd_64
## 1120    BladeAndWhip
## 1121        fghg1232
## 1122     JoseHaley18
## 1123    DistortionGG
## 1124 JaredPo87147132
## 1125  LOLegendsMemes
## 1126  LOLegendsMemes
## 1127  LOLegendsMemes
## 1128 blazordiffusion
## 1129   stats_live_es
## 1130        BPstalin
## 1131     LoLMemesBot
## 1132       LuluSiimp
## 1133 DonaldB74915047
## 1134      katealemon
## 1135        fesener1
## 1136 LaurenB56946765
## 1137         X17Swan
## 1138         Gaafff2
## 1139      grymalk1nn
## 1140       Pradox___
## 1141 loreofruneterra
## 1142         IWinky0
## 1143  sashashaw10001
## 1144           qed57
## 1145     LoLMemesBot
## 1146   stats_live_es
## 1147      JynxTakasu
## 1148   freefireJack2
## 1149       joebro909
## 1150   stats_live_es
## 1151      esports12K
## 1152     JosiahDraws
## 1153          n8time
## 1154          bcvr12
## 1155     LoLMemesBot
## 1156   TigerKirby215
## 1157       qinhaifu1
## 1158      Chaybolter
## 1159   chessiecat105
## 1160         NIJISE_
## 1161 NguyenJ73749781
## 1162     Curecos_COT
## 1163        999okiem
## 1164         KenRddt
## 1165 ProfessorIrelia
## 1166     MilkyPitaya
## 1167         chajasu
## 1168     LoLMemesBot
## 1169 MrNobod16072554
## 1170        adSUSwin
## 1171 blazordiffusion
## 1172   CheatsAwesome
## 1173        wuzeirou
## 1174     Carlos10_44
## 1175 Matthew06228275
## 1176     Carlos10_44
## 1177        PapaTyRo
## 1178 MikuoHatsuneTTV
## 1179      liddlemeow
## 1180    NerfWindWall
## 1181      sakuyashan
## 1182     HobbySharky
## 1183       Ogreiffic
## 1184     LoLMemesBot
## 1185 Jessica74714136
## 1186    CountdownToL
## 1187   ttv_omnimouse
## 1188      liddlemeow
## 1189       Avernath1
## 1190       SkullyTeh
## 1191      xDemiseLg7
## 1192     p_c_esports
## 1193     LoLMemesBot
## 1194        ririkax_
## 1195        luce_azu
## 1196     swifttitain
## 1197     LaurenMorXO
## 1198       ImdumbHey
## 1199       ImdumbHey
## 1200 JungleNotorious
## 1201       Eggpoach1
## 1202     Pixel__Byte
## 1203         X17Swan
## 1204        PHIPP191
## 1205           T3M91
## 1206     LoLMemesBot
## 1207 YahooEsportsSEA
## 1208        asatashy
## 1209 JerryBu49551618
## 1210         ar_yoop
## 1211    ShabbaThaHut
## 1212        Mifuni21
## 1213    YuanLombardi
## 1214    YuanLombardi
## 1215    YuanLombardi
## 1216    YuanLombardi
## 1217       BrattyDwi
## 1218     jeanne10041
## 1219     JoseHaley18
## 1220     LoLMemesBot
## 1221       MikeJCart
## 1222 Esportdirectory
## 1223   CheatsAwesome
## 1224         Axtrek1
## 1225 Esportdirectory
## 1226         arvazi2
## 1227 GalaxyGamerYaY1
## 1228        m006098s
## 1229   MemchaSingha5
## 1230 _MasterAtGames_
## 1231      sakuyashan
## 1232 DonaldB74915047
## 1233  big666ontwitch
## 1234          Grilla
## 1235        GTrynket
## 1236     StClair2803
## 1237 LaurenB56946765
## 1238    __MoonPhased
## 1239 loreofruneterra
## 1240     LoLMemesBot
## 1241       SkullyTeh
## 1242      Griefersan
## 1243         Drowxes
## 1244 Michael83893810
## 1245       YutskiLGC
## 1246         Prayxyz
## 1247 Daydreamer_7777
## 1248 Phantom_rogueTv
## 1249 loreofruneterra
## 1250       JadeGizmo
## 1251 TonyRam26219233
## 1252       VacherMad
## 1253        megilino
## 1254 JerryBu49551618
## 1255       gaelenmyr
## 1256  angiev_cosplay
## 1257       I_amYurei
## 1258     AbyssalOrca
## 1259  Junior36020199
## 1260     LoLMemesBot
## 1261   XSilverangel1
## 1262     mikeycircus
## 1263        Leary73_
## 1264 Jeffrey18755090
## 1265      ForcesGale
## 1266    NanaruSuzuka
## 1267        degenkyo
## 1268 Melissa72140639
## 1269   thelastalive1
## 1270  _Saerandipity_
## 1271 Esportdirectory
## 1272     LoLMemesBot
## 1273 JungleNotorious
## 1274 DoomageddonGmig
## 1275         HdDxrth
## 1276     mushiefrogg
## 1277    KinimodYunmi
## 1278    Elnathan_Art
## 1279       bonerfly1
## 1280         CanwayM
## 1281    YuanLombardi
## 1282    EloDragonLoL
## 1283      lipsk33t96
## 1284    thatsbiz4rre
## 1285  LOLegendsMemes
## 1286  LOLegendsMemes
## 1287 RobertK17737734
## 1288         HsbZero
## 1289 HelghansTemplar
## 1290       Gabciooo1
## 1291 HelghansTemplar
## 1292   Lhotlan_Daddy
## 1293         oakeey1
## 1294        Kimenlie
## 1295     LoLRoundUp_
## 1296 Jeffrey18755090
## 1297     __Sol1l0quy
## 1298   andreazxnella
## 1299     LoLMemesBot
## 1300       Mr3ollele
## 1301   Pancake_Tanks
## 1302       atego3691
## 1303    YuanLombardi
## 1304   Pancake_Tanks
## 1305        dempugs1
## 1306  SpookziePunzie
## 1307        AtmajaPd
## 1308     CrazedCBear
## 1309   MaouTenshi_tv
## 1310     AimlessBros
## 1311 SecretAgentAhri
## 1312  LOLegendsMemes
## 1313  sanunderscoree
## 1314 UserFriendlyEXE
## 1315 JoshuaH65875147
## 1316  BigLittleUnbox
## 1317      shizzleytb
## 1318    YuanLombardi
## 1319   DongoranOliva
## 1320     LoLMemesBot
## 1321         ChimeGF
## 1322     paperarting
## 1323         CanwayM
## 1324        NeverEvi
## 1325   explodinstuff
## 1326     chaoticb1ue
## 1327   SimlaiAnirban
## 1328    Darksword255
## 1329   SimlaiAnirban
## 1330      edarkness1
## 1331        ZotacCup
## 1332        Chilllki
## 1333    YuanLombardi
## 1334       Mr3ollele
## 1335    YuanLombardi
## 1336  whisky14642781
## 1337    catinipicnic
## 1338    brokn_league
## 1339      MYP_esport
## 1340       pierzaick
## 1341     LoLMemesBot
## 1342     PenguOrange
## 1343      _LtAndreas
## 1344     CrazedCBear
## 1345    golden8witch
## 1346      StarChar21
## 1347  FunkinAdventur
## 1348         KBM_LOL
## 1349  LOLegendsMemes
## 1350    isekai_secah
## 1351   PurpleARTdude
## 1352 BrendaA56642710
## 1353      iamleahpar
## 1354    isekai_secah
## 1355   joestreladraw
## 1356    isekai_secah
## 1357    StephJMillz1
## 1358        Hazles14
## 1359     LoLMemesBot
## 1360     Fakar_Intar
## 1361 metalichotchoco
## 1362    AdvancedSIMP
## 1363 Michael06832367
## 1364           fazuo
## 1365      creedcabib
## 1366    Moldyscrotum
## 1367   NathanielKey8
## 1368      MikaHeartt
## 1369 Mithril_Cosplay
## 1370        m006098s
## 1371  LOLegendsMemes
## 1372  LOLegendsMemes
## 1373  LOLegendsMemes
## 1374  LOLegendsMemes
## 1375  LOLegendsMemes
## 1376  LOLegendsMemes
## 1377       ANorton3D
## 1378  BadluckBringit
## 1379 loreofruneterra
## 1380  VS_ECartwright
## 1381  VS_ECartwright
## 1382         BartsJr
## 1383        Dagikat1
## 1384       CrowliiDE
## 1385        Vbasilio
## 1386   AllHellChelle
## 1387         Kaitsee
## 1388     SushiMatt03
## 1389      grimmowbow
## 1390    ElokingBoost
## 1391     LoLMemesBot
## 1392  JucchiShepherd
## 1393       I_amYurei
## 1394 theuglyredditer
## 1395         nadhron
## 1396        Sadoq666
## 1397         _gtjnxd
## 1398   Chirping_arts
## 1399 Kristin82565964
## 1400 Esportdirectory
## 1401     CumuloNocto
## 1402  ZeldaOfOceania
## 1403         _gtjnxd
## 1404        Neomeir1
## 1405        Rud4real
## 1406      RivenStore
## 1407   deegodogTwich
## 1408   deegodogTwich
## 1409   deegodogTwich
## 1410   deegodogTwich
## 1411   deegodogTwich
## 1412   deegodogTwich
## 1413     TrollerEvil
## 1414    Helfergaming
## 1415   deegodogTwich
## 1416     LoLMemesBot
## 1417     regal_randy
## 1418     sonarmlnxml
## 1419 Katheri06787154
## 1420     LuffyTheFox
## 1421        koryu960
## 1422      KenApplepi
## 1423   XerxesGaming_
## 1424    darthfuzzy77
## 1425      PunitaTung
## 1426  LOLegendsMemes
## 1427  LOLegendsMemes
## 1428  BrooksAquarius
## 1429    NerfWindWall
## 1430 RachelH77999062
## 1431         izak980
## 1432     LoLMemesBot
## 1433 Melissa72140639
## 1434  SuperiorWolf82
## 1435      MakeeYhang
## 1436    DumbAzzHell1
## 1437 blazordiffusion
## 1438       Leahmeow9
## 1439  wildncrazyguy1
## 1440       Vande3333
## 1441   MarvinNeogale
## 1442  LOLegendsMemes
## 1443  LOLegendsMemes
## 1444 loreofruneterra
## 1445       WaxiTaxi_
## 1446    DailyTaliyah
## 1447        kaoruzer
## 1448     LoLMemesBot
## 1449     TaliEsports
## 1450     Akitsuki_gg
## 1451     koala_karma
## 1452 Esportdirectory
## 1453 Esportdirectory
## 1454   Kirishimakrbk
## 1455    ClowneryMilk
## 1456    ClowneryMilk
## 1457     Tak_The_Mac
## 1458    KayciaEldren
## 1459 Jacob_Twitch_jd
## 1460 Kaikepe77996141
## 1461 RuthRob36470669
## 1462 AustinJ20200106
## 1463        ADEPT_gg
## 1464 loreofruneterra
## 1465       LFGdating
## 1466     LoLMemesBot
## 1467   stats_live_es
## 1468        erythchi
## 1469     RyveGenesis
## 1470 BlakeMe99112926
## 1471 BlakeMe99112926
## 1472 BlakeMe99112926
## 1473 BlakeMe99112926
## 1474 BlakeMe99112926
## 1475 BlakeMe99112926
## 1476 BlakeMe99112926
## 1477 ItsReallyHard00
## 1478  ElodyGamerGirl
## 1479 ItsReallyHard00
## 1480      Dominosjp2
## 1481 ArtawanNajmudin
## 1482       Hecso_LoL
## 1483        Zyyaann9
## 1484    MarvOldGamer
## 1485  tiredvampireee
## 1486 Kaikepe77996141
## 1487  LOLegendsMemes
## 1488       nadir_not
## 1489 Matthew06228275
## 1490          CzX004
## 1491         Im_Row1
## 1492  IssyyBabyy6669
## 1493          CzX004
## 1494          CzX004
## 1495          CzX004
## 1496   PlayerCounter
## 1497       onion_on1
## 1498        artz_fiq
## 1499      RivenStore
## 1500  NeoPushUp_Life
## 1501        ESNA__GG
## 1502       Stromitty
## 1503    erineberries
## 1504   cara_mail4488
## 1505         NewsG2G
## 1506    YThunderhead
## 1507   PentakillRell
## 1508      baixuehuli
## 1509 asksredditques1
## 1510   freefireJack2
## 1511   stats_live_es
## 1512   RepulsiveMaid
## 1513  LOLegendsMemes
## 1514  LOLegendsMemes
## 1515    BladeAndWhip
## 1516        ESNA__GG
## 1517     LoLMemesBot
## 1518   stats_live_es
## 1519   amethystgemzz
## 1520        m006098s
## 1521          kiowle
## 1522        IkerWrld
## 1523     swissghosts
## 1524        BluGiraf
## 1525      omoplata91
## 1526   stats_live_es
## 1527  LOLegendsMemes
## 1528  LOLegendsMemes
## 1529  LOLegendsMemes
## 1530  LOLegendsMemes
## 1531       Myshkinka
## 1532  Todogadget_net
## 1533     kingswaggy6
## 1534     jeanne10041
## 1535  exeed_official
## 1536     LoLMemesBot
## 1537     burnieilies
## 1538 PaulDye78280963
## 1539       Tetranima
## 1540   stats_live_es
## 1541    majorfacepwn
## 1542       Tetranima
## 1543        dempugs1
## 1544     iBurrGaming
## 1545      Quali_Perf
## 1546       Eggpoach1
## 1547      RivenStore
## 1548 AliciaW92648805
## 1549   stats_live_es
## 1550     LoLMemesBot
## 1551 Christo58898072
## 1552      KJCeSports
## 1553 Katheri84765877
## 1554    BladeAndWhip
## 1555    BladeAndWhip
## 1556   stats_live_es
## 1557     kalita_spec
## 1558        B9Sting3
## 1559  LOLegendsMemes
## 1560  LOLegendsMemes
## 1561  LOLegendsMemes
## 1562  LOLegendsMemes
## 1563   stats_live_es
## 1564     StClair2803
## 1565    isekai_secah
## 1566  sashashaw10001
## 1567 asksredditques1
## 1568     LoLMemesBot
## 1569       Holycatx1
## 1570 Lindsey11360895
## 1571 loreofruneterra
## 1572      MakeeYhang
## 1573 AnneAnd81932053
## 1574        Hoolies4
## 1575 MikuoHatsuneTTV
## 1576 MikuoHatsuneTTV
## 1577     LoLMemesBot
## 1578   stats_live_es
## 1579 MrRonaldRaymon1
## 1580 dariana_montana
## 1581 YahooEsportsSEA
## 1582        2fangzzz
## 1583 Esportdirectory
## 1584     KitVecnosta
## 1585      pizapirate
## 1586      RivenStore
## 1587 Esportdirectory
## 1588   jericollage70
## 1589    darthfuzzy77
## 1590       Flak3yLOL
## 1591     LoLMemesBot
## 1592  SlothFactsBot1
## 1593 Esportdirectory
## 1594 AustinJ20200106
## 1595    EloDragonLoL
## 1596   CheatsAwesome
## 1597 turrakatakataka
## 1598    Pudd1nGaming
## 1599        Boazhaii
## 1600        Matej941
## 1601  greeekthegreat
## 1602     DragonsRift
## 1603     LoLMemesBot
## 1604    CountdownToL
## 1605 AmandaR74669040
## 1606  Abisco54911105
## 1607     ThatDartTho
## 1608         aleriy_
## 1609         NsNapk1
## 1610        antimahi
## 1611 VickieZ25645605
## 1612      Darqueria2
## 1613    AnimeRPGgame
## 1614        ItsPrata
## 1615  HaryantiLembah
## 1616    NerfWindWall
## 1617     jeanne10041
## 1618   Taryn_Cosplay
## 1619         6176ter
## 1620        Giokz_TV
## 1621    isekai_secah
## 1622 TKPFamily615123
## 1623   stats_live_es
## 1624         Hir0016
## 1625   Polyxenastorm
## 1626    Mikestrosity
## 1627   CutHutagalung
## 1628      RivenStore
## 1629 Pearlslightshow
## 1630     LoLMemesBot
## 1631         SrDans6
## 1632           T3M91
## 1633        ShuUsagi
## 1634        NeverEvi
## 1635         afarny4
## 1636    PapapenguinV
## 1637 LightningBaron1
## 1638 RuthRob36470669
## 1639 DoomageddonGmig
## 1640 DonaldB74915047
## 1641         ModiKM_
## 1642     LoLMemesBot
## 1643 ReginaC26432536
## 1644      liddlemeow
## 1645      tamashiiVT
## 1646 Jacob_Twitch_jd
## 1647     __Sol1l0quy
## 1648    majorfacepwn
## 1649       waltz1917
## 1650         hosrt93
## 1651     burnieilies
## 1652   TeethPastelol
## 1653         Gaafff2
## 1654      sakuyashan
## 1655     AlexTzitzi2
## 1656  wildncrazyguy1
## 1657     AlexTzitzi2
## 1658     burnieilies
## 1659        ririkax_
## 1660 im_justapotato_
## 1661   CasseroleFink
## 1662    NanaruSuzuka
## 1663 theevahngelions
## 1664     LoLMemesBot
## 1665 Esportdirectory
## 1666    catinipicnic
## 1667        Levi1327
## 1668      TNR_Arts18
## 1669      Lambada104
## 1670      AlphantArt
## 1671        megilino
## 1672  DunkmasterSett
## 1673      i4megistus
## 1674 Blobie_The_Blob
## 1675      SakuraArt8
## 1676  whale_lonliest
## 1677         SirEffu
## 1678    Pipshunters1
## 1679 Phantom_rogueTv
## 1680      piixxelle_
## 1681      RivenStore
## 1682  Abisco54911105
## 1683      MakeeYhang
## 1684   stats_live_es
## 1685     LoLMemesBot
## 1686   RealMisakiRei
## 1687 Esportdirectory
## 1688     morgiishere
## 1689       nicquehen
## 1690 loreofruneterra
## 1691      Griefersan
## 1692 Pearlslightshow
## 1693    edelmaximoff
## 1694        Cr0ssAir
## 1695    GameFiEthers
## 1696    violet__dusk
## 1697 Christo58898072
## 1698 asksredditques1
## 1699       YoYusuke_
## 1700  LOLegendsMemes
## 1701  LOLegendsMemes
## 1702  LOLegendsMemes
## 1703         arvazi2
## 1704       Voiidkatt
## 1705       mmoppiiee
## 1706     LoLMemesBot
## 1707        vasc_art
## 1708  Abisco54911105
## 1709         nimea25
## 1710 Katheri06419639
## 1711        skyglubs
## 1712   stats_live_es
## 1713 TonyRam26219233
## 1714        iM7mdzz_
## 1715 AshleyC67028952
## 1716   MistressNyxVA
## 1717      shizzleytb
## 1718   HorusEsports1
## 1719     LoLMemesBot
## 1720         SirEffu
## 1721       Pradox___
## 1722     LorificArts
## 1723      MimicuteVT
## 1724     LoLoverlay_
## 1725   stats_live_es
## 1726  AsthmaMarauder
## 1727 DonnaJo43302569
## 1728 HarryTh67235811
## 1729      mendelvich
## 1730  LOLegendsMemes
## 1731     LoLRoundUp_
##                                                                                                                                                           text
## 1                                                                                           Enjoy the game!🙉🙉🙉🙉 #game #LeagueofLegends https://t.co/SuGfq8HgA2
## 2                   Likes, please!!\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#leagueoflegends #lolgame #lolgamer #rivenstore.com… https://t.co/1pMtz3kVqM
## 3                        league of legends ruined king on ps5 there is a bug that doesnt let me hear voices. any body knows anything?… https://t.co/ULygAhvvbj
## 4               2020-Fangirl/Main #CamilleFerros Hell yeah!\n\nThis was a project that I could not finish because my anatomy was very… https://t.co/QLWEH9xRmT
## 5                                             I can play in any lane at this point lol #leagueoflegends #twitchstreame... https://t.co/XlbyS5KrrL via @YouTube
## 6                        LIVE NOW FORHEAD! playing some more LoL let be dumb once more here we go again \n .\n.\n.\n#vtuber #envtuber… https://t.co/Wy1q60x45o
## 7                                                                                                              @futureclubdev #LeagueOfLegends \nFuture chUd Z
## 8                                                                        What do you think about the game?🔥🔥🔥🔥🔥 #LeagueofLegends #StarGuardians #ФанАрт #TLWIN
## 9                                                             A gift for a friend based on his main #Pantheon -#LeagueOfLegends - 2019 https://t.co/gQYV77hbTF
## 10                          Finales is killing me D:!!! Here's a lissandra study from LOL tho\n.\n.\n.\n#ArtistOnTwitter #artistontwt… https://t.co/Q1hNt87O0t
## 11                     Hello there!\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#leagueoflegends #lolgame #lolgamer #rivenstore.com… https://t.co/I3g2qyUAHj
## 12               Join tonight as we play #LeagueOfLegends \n\nWhats your fav char????\n\n#twitch #gamingcommunity #gaming #league #pc… https://t.co/dCF1aMcxSx
## 13                                            Who ever was my support this game I luv ya 😭 #leagueoflegends #twitchstr... https://t.co/64eLdChVla via @YouTube
## 14                                    You can tell us what you think in the comments.🙉🙉🙉🙉🙉 #StarGuardian #LeagueofLegends #Gameplay #ФанАрт #GuardiãsEstelares
## 15                                                        I can count on my dawg 😎 #leagueoflegends #twitchstreamer #jhin https://t.co/e7ikBUDqJN via @YouTube
## 16                                                                                       guess who's back #Arcane #Vi #LeagueOfLegends https://t.co/Ohq8UdBwhJ
## 17                                                                Difference between POV and When\n#LeagueOfLegends #LOL #Gwen #League https://t.co/K3BR9hngRK
## 18                      Vtuber| Playing League of legends trying to level up?\n https://t.co/m6ixn2O8dW\n#Vtubers #VTuberEN #streamer… https://t.co/QW1Rh6sPps
## 19                    Just a Middle Of The Road Player  https://t.co/Apm5aCxKAw\n\n#leagueoflegends #league #lol #gamiming #streaming… https://t.co/nB2hKYiCPs
## 20                                                                                                  DUNK!!\n272 PTS\n#Dunkmaster🏀 #FeelIonia🍃#LeagueOfLegends👊
## 21                   Karthus gaming\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/DfpVTday7f
## 22                Like and Share if you have been fan since day 1\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo… https://t.co/kzUgWn4FP3
## 23            ▶️ League of Legends - Top streams a las 23:58 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 7.920\n🥈 #ElmiilloR➖Viewers: 6.637\n🥉… https://t.co/wSyGVEwVDC
## 24       Pentakill...\nMomentos con Samira en Wild Rift .\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n#Wildrift #LeagueOfLegends #viral #WardiG… https://t.co/PNoias4RQr
## 25                   Look at the Rell microtechnology under a microscope and all you see is METAL\n\nhttps://t.co/ydWlzxhJHv\n\n#rell… https://t.co/H0HxhtUZBo
## 26              A way to rework Zyra and make Corina Veraza playable.: Situation: \n\nTraveling Merchants brought an exotic plant and… https://t.co/c4GXe15MuH
## 27                         Seraphine glorious crimson- in progress\n#wildrift #LeagueOfLegends #League_of_Legends #Fanart #ibisPaintX… https://t.co/4wNiL4f8I0
## 28                                         There is no way this is balanced 🤯 #leaguetwt @riotgames @LeagueOfLegends  #LeagueOfLegends https://t.co/zjYPyjcRxk
## 29                Hey Hey whats up everyone? Sorry for the small break but we are back again tonight we doing another drunk stream pl… https://t.co/ZbMukode6R
## 30                                           Riot is giving me a birthday present this year and its gonna be preseason being fucking over.\n\n#LeagueOfLegends
## 31                      Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt… https://t.co/dnADWd4JG1
## 32                             Ahri and Lux #midjourney #Ahri #Lux #LeagueOfLegends #nijijourney #AIart #stablediffusion #midjourneyV4 https://t.co/1E6lWZU2wE
## 33                                                                       Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/cKxkBnhZ87
## 34                 Today's Lol Esports Round Up covers the news out of DIG, BDS and BLG from the last 24 hours. #LeagueOfLegends #lec… https://t.co/1wJMhO9J34
## 35                            BATTLE ACADEMIA AKSHAN (Wild Rift) - League of Legends Custom Skin https://t.co/fmABm6dgCp via @YouTube… https://t.co/2N9tmWl7TZ
## 36                    Evelynn Death Sworn Fan skin \n#WildRift #LeagueOfLegendsFanArt #LeagueOfLegends @riotgames #Evelynn #ibisPaintX https://t.co/rdWJYTYiao
## 37                                                                       Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/jLdDp1CiRl
## 38                                   🔴LIVE NOW🔴\n\nSome good ol League of Legends w/ @Kitsuki_VT AND @EllendariKumori \n\n🔻🔻🔻🔻🔻🔻🔻🔻🔻🔻🔻… https://t.co/p4ThZFvtYE
## 39                Just learned I can earn League points through Xbox's rewards so you'll catch me doing every Game Pass Quest from no… https://t.co/QT9k5WOBJT
## 40                😎PMA GRIND😎Interactive streamer😎Totally not a one trick😎 \n\nLive now at Twitch . tv / Nana ! 🔗\n\n#LeagueOfLegends… https://t.co/5R32JuoMoe
## 41                New Book of Kamille chapter on the Twitch channel! My Twitch subscribers know what to do! 📺🎮⚔️💯🌎\n\n#leagueoflegends… https://t.co/3RfysDOg6a
## 42                                                                       Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/f1SSpZGebU
## 43               my project is taking more time than i thought since my keyboard trolls me more than my team in a rank \n\nso i leave… https://t.co/q4hD5UrM8Q
## 44                                   Sometimes I do traditional art too and I wanted to draw my blorbo #LeagueOfLegends #rakan #sketch https://t.co/WIHfsWpaDg
## 45                                                                                        This is the real reason why #LeagueOfLegends https://t.co/YRkx0dFaTK
## 46                                                            "Hunger never sleep."\n\n@LeagueOfLegends #LeagueOfLegends #ArtofLegends https://t.co/Cr6sMuezPN
## 47                     carry potter\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/UJaPtlPxGO
## 48                 I've used this wig for so many cosplays now!! My favorite ♡\n\nSlaybelle Katarina this time! ☺️\n\n#LeagueOfLegends… https://t.co/OAx4wxE7xo
## 49                                            excuse me?! what's that ugly ass page get away gimme my normal runepage #leagueoflegends https://t.co/skNFBwE8kR
## 50                     What do you think?\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/WNlMeAuZcF
## 51                Now that we have AI technology that can create an image of anything, what does the average League of Legends player… https://t.co/EX4xXcm0Pi
## 52                                                                                   Get cheap Eloboost before season start to boost your mmr #LeagueOfLegends
## 53                     I did a sketch of a creature from a game I don't even play. I wonder where she comes from🤔\n\n#LeagueOfLegends… https://t.co/R1HixU8Jgg
## 54                                                          Gwen in a cute dress 🛐\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #gwenlol https://t.co/v2WSABf0Np
## 55                        The Ruined King Viego 💚\n#LeagueOfLegends #LeagueOfLegendsFanArt #art #draw #LoLFanart #viego #theruinedking https://t.co/TeszukEjrR
## 56                                                                                                    Easy Vi cosplay #LeagueOfLegends https://t.co/xZxc9MXdmW
## 57                                                                       Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/rdTZlyZLbG
## 58                 I recently got back into League, basically play 1-2 ARAMs to unwind and I'm happy to announce, my insane luck with… https://t.co/Esq4YQ7ter
## 59                                                                        Just messing around on Aseprite.\n#pixelart #LeagueOfLegends https://t.co/c6vvCHNzKm
## 60                ICYMI: We talk about the time change in the #LCS and also about Timing of Objectives in League. Lets get into this!… https://t.co/W3BjX51o1p
## 61                 How ya doin`?\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lolstuff https://t.co/CROzHu9QUZ
## 62                       After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports… https://t.co/eFkQRnUG8T
## 63            ▶️ League of Legends - Top streams a las 22:20 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 8.379\n🥈 #ElmiilloR➖Viewers: 2.757\n🥉… https://t.co/d6nezA9gnM
## 64                                                                                                                     nerf Yasuo's Wind Wall #LeagueOfLegends
## 65                                                                                     Day 753: No news on Pentakill Rell 🖤\n#LeagueOfLegends #Pentakill #Rell
## 66                                                                   Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq
## 67                       EXPRESS Jungle Coaching | Rift Herald in Season 13 https://t.co/GYGrWDK9JR via @YouTube \n\n#LeagueOfLegends #Junglemain #Khazixmains
## 68                                                                                                #LeagueOfLegends people don't know how to think sometimes xD
## 69                       Lets get some lineart done for Coven Neeko!!! Now live!\n\n#LeagueOfLegends #VtubersEN #LeagueOfLegendsFanArt https://t.co/dePqFT4JE4
## 70           ✨🌟Guard the Stars🌟✨\n\n🛒https://t.co/alOR9r5OsC\n\n📅Dec 20 - Dec 26\n\n30% OFF for 1st - 5th\n\n25% OFF for 6th - 10th… https://t.co/evBHdAZDmY
## 71                "Just build armor bro" Starter Pack\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/NjFuplmkal
## 72                Vayne gives a steady amount of physical damage, and Miss Fortune is in her repertoire as always – taking out the wh… https://t.co/OZ0XPWG2o7
## 73                I have a hard time not dressing up Nasus as a tank 😅 he's actually a carry and needs an attack boost, but who would… https://t.co/8HseZgkq8n
## 74              Another first place for the Anima squad today.\n\nNasus and Sylus are easy to pick up in T3 with high regularity from… https://t.co/7y0xstoxQP
## 75                                  Not me posting my first youtube video (link in bio) #arcane #LeagueOfLegends #riotgames #arcanetwt https://t.co/UFPYs6kJry
## 76                                                                                              Support diff :P\n#LeagueOfLegends #lol https://t.co/w1zwsnTDJL
## 77                bro, #LeagueOfLegends  skill level has gone far down. Got placed s1 on my ranked placements yesterday and already h… https://t.co/DlVe5M68Dz
## 78                       End of Fall season awards.\nDecember 20th #ASAA #PLAYVS #alaskastateactivitiesassociation #HighSchoolEsports… https://t.co/SGnIi65I6b
## 79               What do you think?\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#leagueoflegends #lolgame #lolgamer #rivenstore.com… https://t.co/v7X4IGjf8c
## 80               BARREL GAME #lol #gaming #videogames #streamer #highlights #stream #leagueoflegends #fyp #fypツ #reels #viral #stream https://t.co/yEqcPpYJRa
## 81                           Holidays on the Rift. Come tell me about your holiday plans.\n\n#leagueoflegends #twitch #twitchstreamer… https://t.co/7vka8wvG9q
## 82                                                                   Got purple \n\n#TFT #TeamFight #TeamFightTactics #LeagueOfLegends https://t.co/oHrOMgfm4Q
## 83                                                       There will be more skilling events.🔥🔥🔥🔥 #LeagueofLegends #ArtofLegends #TLWIN #G2WIN #GuardiãsEstelas
## 84                                  Switching over to #LeagueOfLegends for the last few hours of stream! Come say HI! #smallstreamers… https://t.co/NlRSPesT42
## 85                                                                                                   Dex is live now! #LeagueOfLegends https://t.co/XPOXvZsenw
## 86                    ✨️"To heal and protect."✨️\n\n📸: https://t.co/GUDlHIkKYr (edits by me)\n#HolMat2022 #LeagueOfLegends #cosplayers https://t.co/pNzV0vmrgB
## 87                                                                         Absolutely love them.😎😎😎😎😎 #LeagueofLegends #YıldızMuhafızları #GENGWIN #КосплейLoL
## 88                                                                                       I like it.🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/ki3t8zk3lx
## 89                                                                                       I like it.🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/cDR7FwyMBe
## 90                    Who remembers that?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo… https://t.co/MHRxhiyQsk
## 91                I have one question for the #LeagueOfLegends community. How do people manage to lose lane when their laners are con… https://t.co/C4tRswinz5
## 92                It's time for the annual ritual of creating a new #LeagueOfLegends account because the MMR of my other two is locke… https://t.co/DXzvI7GnX7
## 93                                    I'm willing to hear feedback and new ideas. #LeagueofLegends #StarGuardian #Worlds2021 #Bjergsen https://t.co/uOFVld0MYh
## 94                Abro directo, LOL, Genshin\n➡ https://t.co/itim1DbFDU\n➡ https://t.co/FHZXNxRfPD\n\n#vtuber #Genshin #GenshinImpact… https://t.co/OOmVdt9c5r
## 95                                                      i just really like his face tbh\n#arcane #LeagueOfLegends #silco #arcanefanart https://t.co/0Rf4XxghYT
## 96                Does LeBlanc have a coherent plan against Mordekaiser's comeback? It seems the plans keep going sideways.: submitte… https://t.co/VNSYlklfT1
## 97                                                                                   live lol triste D :\nhttps://t.co/s65rAjhOEW\n#LeagueOfLegends #Streaming
## 98                [ #Oni #Vtuber ] In a League Of My Own; join me as I play some League with friends! Also; Scuffed Art Commissions $… https://t.co/xi0OKIJrAH
## 99                                                                       Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 100                                         We need you for the game.❤️❤️❤️❤️ #LeagueOfLegendsFanArt #Gameplay #LeagueofLegends #G2WIN #КосплейLoL #YıldızMuhafızı
## 101                                           screencap redraw of the rat man! \n#silco #arcane #LeagueOfLegends #arcanefanart #fanart https://t.co/D2l7rtPigw
## 102                         #LeagueOfLegends players...\n\nYour Chicago Local Lan is here!!!  $1,000 up for grabs 👀\nSign up below:\n\nhttps://t.co/cOgxGnfxu0
## 103                                                                                      I like it.🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/dzgec94ZtJ
## 104                    What do you think?\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/zjI75vdAnM
## 105                       old art of ahri as joy’s hello cover 😁\n\n#ahri #kdaahri #leagueoflegends #joy #joyhello #redvelvet #fanart… https://t.co/pnqwfP4MEt
## 106                                     Every gamer's origin story? 🤔 #truestory #LeagueOfLegends #gaming #gamingcommunity #videogames https://t.co/wcKC7KKf1g
## 107                                           KAYN 4 vs 5 GAME CARRY !!!!  #shorts #leagueoflegends #shadow #kayn  #as... https://t.co/oJmMblGkwo via @YouTube
## 108                                                                                      I like it.🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/CykjnL0Zwz
## 109                                   I'm willing to hear feedback and new ideas. #LeagueofLegends #StarGuardian #Worlds2021 #Bjergsen https://t.co/lRTlb24sRz
## 110                                                                                      I like it.🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/Fpl5KSuEdz
## 111                    It makes sense if, say, you don't have stronger alternatives (T2 heroes of 3-4-5 levels) on the bench.\n\n#TFT… https://t.co/o0mRwsuLsS
## 112               Plus, I also noticed a cool thing about playing as the Anima squad — you can put out repeating T2 heroes, and you w… https://t.co/2fqJk3SD7L
## 113             I think it played a big role that no one put together the Anima squad 😅\n\nIn the beginning, Nasus seemed to be dragg… https://t.co/XRaPGhe7Ft
## 114                       It was almost a dry game - one defeat in the beginning and 12 wins in a row by the end 😅\n\n#TFT #TeamFight… https://t.co/KLSdvbXwwy
## 115                               PLEASE PLEASE PLEASE SOMEONE SHOW ME HOW TO SHAKE ASS REAL GOOD I WANNA LEARN HOW TO TWERK SO BADLY… https://t.co/D1z3wVkfJq
## 116                                                                        Think Smarter...\n\nPlay Harder...\n\nSupport Better!\n\n#LeagueOfLegends #LetsGoC9
## 117                       A commission I just finished~! 🖤🖤 Debonair Malzahar and his lil voidling :”D\n\n#malzahar #debonairmalzahar… https://t.co/YwXIUbGldY
## 118                                                                     My Darling~🥳 #LeagueofLegends #Game #LoL #TransformaTuDestino #GuardiãsEstelas #FLYWIN
## 119                                                                                       Fuck Tanks 2023\nWhat the fuck is this?\n#preseason #LeagueOfLegends
## 120                Dark Cosmic Jhin header for a lovely customer💜 Been wanting to make a header for this skin, so I'm happy I finally… https://t.co/RxAlxtOpeF
## 121                 Likes, please!!\nVisit us: https://t.co/Jtncw61Y4H\n#leagueoflegends #lolgame #lolgamer #rivenstore.com #lolgoods… https://t.co/gu4jLmh3Y9
## 122                     Live now here- https://t.co/NRF3kdvBO3 \n\n#streamergirl #streamer #asmr #twitchgirl #animegirl #anime #queen… https://t.co/ImBWv5p7S2
## 123              Lore Question about Yordels: Is it okay to lewd the Yordels?  \n\nI'm having a hard time figuring out whats going on… https://t.co/1Swmtn9K0h
## 124                             I'm going to play a game that got me into gaming #LeagueofLegends #LeagueOfLegendsFanArt #StarGuardians #GENGWIN #StarGuardian
## 125                                                  Started playing again.👏👏👏👏👏 #LeagueOfLegendsFanArt #LeagueofLegends #YıldızMuhafızları #G2WIN #КосплейLoL
## 126                       "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee !… https://t.co/s1fXXOvep2
## 127              New: League of Legends (81%)\n\nGamepassta - Your guide to Xbox Game Pass PC\nhttps://t.co/N84JYT3ox6\n\n#Gamepassta… https://t.co/0ohSRc0wKU
## 128          #NewsAlert #Vtuberオーディション on my @Etsy store\nhttps://t.co/i77nRnWvnF\n\n#VTuberUprising #VtuberSupport  #salehere… https://t.co/g5uDN6Bjn7
## 129              I'm playing some games.🤗 #LeagueofLegends #LoL #mobilegame #ФанАрт #TransformaTuDestino #YıldızMuhafızları \nOrigina… https://t.co/vz5Ib2XGbA
## 130                            COME SEE THE SANEST TWITCH PLAYER ALIVE - https://t.co/ey2HKoT8oI\n-\n-\n-\n#LeagueOfLegends #Giveaway… https://t.co/KskSkxnTco
## 131             Todays stream will be starting shortly, today just chilling on League learning just anything.\n\nHave a nice day ever… https://t.co/I6iFBemBLX
## 132           ▶️ League of Legends - Top streams a las 20:00 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 5.333\n🥈 #elyoyalol➖Viewers: 2.736\n🥉… https://t.co/zQFRoMqBu4
## 133                  True\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios… https://t.co/6Rmnk5RX7L
## 134                                                                                                                Who wanna be my partner of #LeagueOfLegends
## 135              Live with some league of legends before I go into work on my off day 🥺 \n\nhttps://t.co/MwrSs8bf0b\n#LeagueOfLegends… https://t.co/64Pc23FhJM
## 136                     How ya doin`?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/JVlejXiZyG
## 137                                                                 AYAYA\n\nRT helps a lot 🥺💜\n\n#stream #twitch #LeagueOfLegends \n\nhttps://t.co/TzRlCQPqcA
## 138               You can see wip in my p@tre0n💜\nTasty Syndra :3\n#syndra \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#starguardian https://t.co/DDs2Uu5ZMp
## 139                    #leagueoflegends Farming the Lol pass... Gamers rule: Have FUN!!! #stream #play   Eune. https://t.co/NQJ1vKlKQS https://t.co/UyV7I982Nr
## 140                                                            https://t.co/Ftw2UKj7RK \n\nlive now lets a go\n\nEducational Top Lane stream\n#LeagueOfLegends
## 141               LoL Miss Fortune Champie Chibi Canvas Print\nhttps://www.redbubble ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO
## 142                      WE ARE LIVE!!!\nhttps://t.co/ItaMMfUoBV\n#smallstreamer #twitch #twitchstreamer #cod #apexlegends #minecraft… https://t.co/29DKgU3ElC
## 143                   EPIC VI ENGAGE !\nSubscribe👉https://t.co/z05NNvd1LH\n@sme_rt\n@RexRTs\n@wwwanpaus\n@RealDrCollision\n@BlazedRTs… https://t.co/GZ6UUBBAb5
## 144               Finished! I am very surprised how my style changes. But I think I'm improving a bit. I'm still not happy with the c… https://t.co/endkL484Di
## 145                                                             Just learned a new combo with Ahri in #leagueoflegends. Feeling like a total boss on the Rift!
## 146             League of Legends Fan-Art\n\nSpirit Blossom Ahri\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #Ahri #spiritblossom #Art… https://t.co/zNToxqyBsq
## 147                       10th streak even when you get "filled" it dosent matter! WHUUUHUUU dream achieved\n#memes #meme #funny #lol… https://t.co/vDmueteOsJ
## 148                                                                               #jinx #LeagueOfLegends #arcane \nHope y’all like it! https://t.co/nqONhYH1R3
## 149                 I LOVE BAD BYTCHES THATS MY FUCKING PROBLEM! 🦹‍♂️ #Ahri 🦊 #LeagueOfLegends #LeaguePartner nine tales fox demon 😈 lo… https://t.co/bMIQeXcb0x
## 150             Wait...It's all just Neace Tips?\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes… https://t.co/xAL4TCOu3e
## 151           ▶️ League of Legends - Top streams a las 18:50 (Hora ESP)🔥\n\n🥇 #elyoyalol➖Viewers: 1.950\n🥈 #Th3Antonio➖Viewers: 1.73… https://t.co/NyLkrO3FUs
## 152               My 'STAR NEMESIS SHACO💫' Concept Design, i really proud of this one cuz it turns out pretty heheheh. What do you th… https://t.co/FJFSewIPn0
## 153                           Some progress TwT\n#LeagueofLegends #LeagueOfLegendsFanArt #ArtofLegends #PixelArt #PixelArtist #dotpict https://t.co/O8Z5DEg5xj
## 154                                                                                           Sylas #LeagueOfLegends  #Montage  #sylas https://t.co/EhRyxKUIRv
## 155                                                                                  snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 156               League of Legends Christmas Giveaway Stream Happening on Saturday 12/24/2022. "Make Sure you Attend Must Be There!"… https://t.co/ngfgf3iM57
## 157                I made four 5-costs in too the same trait!  |TFT set 8 Monsters attack|\nhttps://t.co/PIgqstRda6\n\n#Tft #teamfighttactics #leagueoflegends
## 158            @thestreamercode Hello😁\n#gamer #smallyoutber and #smallstreamer 😇\nAlmost everyday #video or #stream😍👍\nThis week mos… https://t.co/qp0DvUswOi
## 159             @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video o… https://t.co/kkpsZWDj55
## 160             @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video o… https://t.co/YePwNqRWyJ
## 161                         #Zeri #LeagueOfLegendsFanArt #League_of_Legends #leagueoflegends #ArtofLegends \n\nMy love\n( ´ ▽ ` ).。o♡ https://t.co/8500jsLaVN
## 162             @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video o… https://t.co/a0TjrIBdIS
## 163                    @SmallStreamersC @SmallStreamersR Hello😁\n#gamer #smallyoutber and #smallstreamer 😇\nAlmost everyday #video or… https://t.co/aXym1EzXpt
## 164            @thestreamercode Hello😁\n#gamer #smallyoutber and #smallstreamer 😇\nAlmost everyday #video or #stream😍👍\nThis week mos… https://t.co/jVFgaL1EZa
## 165                 [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane… https://t.co/wDbm4mtaPF
## 166              I played a lot of games.👇👇 #StarGuardian #Game #LeagueofLegends #Worlds2021 #StarGuardians #Bjergsen \nOriginal: val… https://t.co/vTMYM1dUA7
## 167                                                               I hope you have a great day.🙊🙊 #StarGuardian #LeagueofLegends #MOBA #GuardiãsEstelas #FLYWIN
## 168          Aphelios: The Weapon of the faithful - Weapons &amp; Abilities #6 (new name!): submitted by  /u/bucketofsteam  \n [link]… https://t.co/bjCjnYFFMq
## 169              Italy is in good hands as Unipd Cheng will defend its flag in #AUEM23 👐\n\n⚔️They have marked March with an X on thei… https://t.co/SDqRWmnWE3
## 170                                                                      🎁 Christmas Jinx 🎁\n\n#jinx #leagueoflegends #arcane #cosplay https://t.co/RBieDqoprZ
## 171              our last LCQ Match vs @VslashEsports \nWatch here: https://t.co/2vQKDCGtR3\n#TEAMRAAD #LeagueofLegends #IAC #IAC2022… https://t.co/8zCQq0Z8M2
## 172           ▶️ League of Legends - Top streams a las 18:08 (Hora ESP)🔥\n\n🥇 #Th3Antonio➖Viewers: 1.649\n🥈 #ElOjoNinja➖Viewers: 996… https://t.co/1y1vbInc6x
## 173              Road to 50 Followers !\nTwitch x_kuczi_x\n#twitch #stream #live #livestream #gamer #game #games #streamer #streaming… https://t.co/Fb2nYX47tH
## 174                                            Breaking news!\nHopefully, he will be on your team tho.\n #LeagueOfLegends #Funny #Meme https://t.co/mWBswSg2QX
## 175                  Just minding your own business enjoying your new game when... 😱\n\n#gaming #esports #esport #esportsteam #twitch… https://t.co/vXASNZAMtk
## 176                                Cute LoL items' inspired names for babies\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/9AZpXcAQup
## 177                                Had an hour to play a game. Sat in the queue for over 15 min, 4 dodges, can no longer play. #LeagueOfLegends is dying in NA
## 178                                                                        It's 62nd day of SIMP waiting for MALE FURRY CHAMP 😞#SIMPiswaiting #LeagueOfLegends
## 179                                                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/PJodBLjDnS
## 180             Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https://t.co/WXFN6Nnk7J
## 181                                                                      📣 I'm starting 🔴 LIVE on #LeagueofLegends !  https://t.co/XbEFXVWHsx #wizebot #twitch
## 182             Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thr… https://t.co/veWQKyVzuP
## 183            Irelia 500k drawing buff\n\n---- I just started drawing a few months ago. so \nI will be very happy if you guys sugges… https://t.co/boLh0WWjn0
## 184                                                                                   Sketch of the girl ever #arcane #LeagueOfLegends https://t.co/y6Oplhoiyz
## 185                           Warwick... with a Yuumi along for the ride? Heinous. Poor Nidalee #LeagueOfLegends #towerdive #RiotGames https://t.co/uH6Dpb8iXC
## 186                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/mmW6l5xQqo
## 187                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/UTQOj1iht5
## 188                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/ZdULwU4jMA
## 189                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/7q8ona2FZT
## 190                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/DPuYOKNw23
## 191                        Still gives me chills. #LeagueofLegends We need movie like this done with Unreal 5 https://t.co/xvFEgR3LFy… https://t.co/GG1wA2Tt0N
## 192                      Still gives me chills. #LeagueofLegends We need movie like th I s done with Unreal 5 https://t.co/xvFEgR3LFy… https://t.co/yFpI75Qx1b
## 193                            Wanted to try drawing in a different way so here is the result, Neeko again\n\n#Neeko #LeagueOfLegends… https://t.co/KgrVZJfRQE
## 194                                                                      I'm officially a one trick let's gooooooo\n\n#LeagueOfLegends https://t.co/ydYMx0tkmu
## 195                  A worthwhile investment 🤣\n\n#gaming #esports #esport #esportsteam #twitch #valorant #leagueoflegends #overwatch… https://t.co/4FbF3mojUE
## 196                                                                                      I need a game.😍😍😍😍😍 #LeagueofLegends #GENGWIN #ФанАрт #YıldızMuhafızı
## 197                               This is a great game.🥺🥺🥺🥺🥺 #Fanart #LeagueofLegends #LeagueOfLegendsFanArt #GuardiãsEstelas #ФанАрт… https://t.co/NP6tN2Noch
## 198                PEAK DIAM1💎Tryhard for MASTER 🎯\n#TwitchStreamers #twitchgirls #LeagueOfLegends #jungle #twitchfr #twitchstreaming\nhttps://t.co/8Nr9TcfSmV
## 199                                                                        From last night's stream XD #urgot #LeagueOfLegends #twitch https://t.co/TUKnsrIKtV
## 200                   Live ♥ Hi, I'm running on empty ♥ (Playing Ranked League of Legends) https://t.co/qt2z4EBAHS\n#Twitch #Streamer… https://t.co/HYLthOZ8um
## 201                                                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/mxzBQEmvV3
## 202                nimble\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios… https://t.co/KmL6iFjLrM
## 203                                                   4 days until xmas featuring Cait and Vi!\n\n#CaitlynxVi #arcane #LeagueOfLegends https://t.co/iapaMQMzTm
## 204                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/6iOnzOIfox
## 205                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/P7Op7LdRnT
## 206           ▶️ League of Legends - Top streams a las 16:58 (Hora ESP)🔥\n\n🥇 #Esportmaniacos➖Viewers: 3.022\n🥈 #Werlyb➖Viewers: 2.5… https://t.co/hgWAApyhJy
## 207                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/Jo33lUtS6F
## 208                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/LweL9rkhq8
## 209                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/yUqCnOHfBo
## 210                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/BSCOn3aBwA
## 211                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/c01oVKABzE
## 212                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/p1uaEcXckl
## 213                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/jY5aG1yRfz
## 214                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/N7GecZh0sM
## 215                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/xQhxkeJyav
## 216                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/pmTj6qhfeL
## 217                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/bGJCbkaxXS
## 218                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/r0UeYKI3C5
## 219                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/S3Z8DBNJSx
## 220                                                               Not this time. \n\n#ankoragg #LeagueofLegends #ARAM #esports #balkan https://t.co/MyTuJDHalS
## 221                             Congratulations to our Esports team!\n\n#NPSWorldofPossibilities #Esports #LeagueofLegends #NHSEsports https://t.co/H8XqvwJcWV
## 222                             Wednesday's Short!\n\nMr. Quadra's Insane Game Part 3! #shorts #trending #leagueoflegends https://t.co/puQeCgCtT0 via @YouTube
## 223                        K/DA Ahri with her black outfit &lt;3\n#Ahri #ArtOfLegends #LeagueOfLegends #LeagueOfLegendsFanArt #УкрАрт… https://t.co/eGhEfsqWAA
## 224                     Check out this clip! darthfuzzy77 streaming League of Legends!  https://t.co/2QE6ii6pm3\n\n#twitch\n#twitchstreamer \n#LeagueOfLegends
## 225               RT RevenantFiery: Gonna be playing some #leagueoflegends today! Grab your coffee and breakfast and let's have a goo… https://t.co/pUbumT6ENo
## 226               Gonna be playing some #leagueoflegends today! Grab your coffee and breakfast and let's have a good time playing gam… https://t.co/BS2amY7apB
## 227                  Time to stream lets go people I’m happy today haha lol .. \n\nhttps://t.co/JywVT0IxJN\n\n#tft  #TeamFightTactics… https://t.co/Mu9zybHoSk
## 228                                                                                 Hello tweeter !🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/lVpnGDC1JV
## 229                  Poppy Jungle S13 !\nhttps://t.co/EkbGrJxb79\nhttps://t.co/WJ3flve5B5\n\n#lol #poppy #leagueoflegends #jungle #s13 https://t.co/ReymsuWqOI
## 230                  💥💥💥 17:30 STREAM // LEAGUE OF LEGENDS 💥💥💥\n#streamer #twitch #lol #LeagueOfLegends #chill #streamergirl #pcgaming https://t.co/5MsK0HT0FC
## 231                                                                                 Hello tweeter !🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/woZKK3qsEu
## 232               why swain removed urgot from noxus?: the fact that swain himself removed urgot from the capital shows us that the l… https://t.co/4nx1jrnPwc
## 233                                                                                   Nice f bro?! #LeagueOfLegends #RiotGames #TikTok https://t.co/xlN4AtPrxC
## 234                 Commissioned by App from Discord. Thank you so much for your patronage!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/Q3p6lUXXq9
## 235               A companion video to yesterday's content, today we cover Lol esports oldest players heading into Spring Split 2023.… https://t.co/mo4SxNKeCM
## 236             Kings in the South 👑🤴\n\n@YutoruEsports will defend the the colours of the italian flag in #AUEM23 in #LeagueOfLegends https://t.co/F00jlUhM2G
## 237                                                                                            「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 238             📣 The „Spirit Blossom“ theme for the League of Legends card is available now! 🔥 \n\nGet yourself some gems and try it… https://t.co/y4hKNynjPq
## 239                                                                        What a game!🙈🙈🙈🙈 #LeagueofLegends #LoL #StarGuardians #GENGWIN #GuardianasEstelares
## 240             Like and Share if you have been fan since day 1\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods… https://t.co/BGOKUFjKSF
## 241                       Honestly I can't wait to cosplay again because..... I miss her aa\n\n#LeagueOfLegends #Evelynn #KDA #KDAMORE https://t.co/6fSyiELySY
## 242                                                                 Rekkles Is Back 😲\n\n▶️ https://t.co/Yzzq4MaSRL\n\n#LeagueOfLegends https://t.co/J8eC07tJWr
## 243                  Wait...It's all just Neace Tips?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/eZbNFs63xm
## 244                                                   BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 245                                                                    Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 246                   SwarmioMedia: The next #LeagueofLegends Mid-Season Invitational, MSI 2023, will be held in London. Each summer,… https://t.co/d5NmqvKB5f
## 247                                                                                                   evelynn\n\n#art #LeagueOfLegends https://t.co/Vpdmu2mdNZ
## 248                      Autistic Caitlyn thumbnail 🥴\n\n#autism #autismmeme #meme #pleasebepatientihaveautism #LeagueOfLegendsFanArt… https://t.co/3iXNXJcSaC
## 249                                                                                          christmas jinx \n\n#jinx #LeagueOfLegends https://t.co/o4FDnxj9VG
## 250           ▶️ League of Legends - Top streams a las 15:48 (Hora ESP)🔥\n\n🥇 #Esportmaniacos➖Viewers: 3.504\n🥈 #Th3Antonio➖Viewers:… https://t.co/wuWsa9g9pL
## 251               watching my boyfriend play (and fail) at Lux is so satisfying bc he’s good at EVERY other character 😭 he can no lon… https://t.co/kRCpY6zacI
## 252            Day 13!\nTaliyah portraits!!\nArt by @/Kishiskolaash\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #rock #leaguetwt https://t.co/1V9UlDZ112
## 253                                                                                 @teamspeak One of the alltime greats: league of Legends (#LeagueOfLegends)
## 254                                                           Anyone wanna game? #Fanart #StarGuardian #LeagueofLegends #ФанАрт #КосплейLoL #GuardiãsEstelares
## 255                                          I have never drawn the rest before.🤩🤩🤩🤩🤩 #Gameplay #LeagueofLegends #GuardianasEstelares #GuardiãsEstelas #ФанАрт
## 256                  Christmas is here enjoy with us use the code" CHRISTMAS" for the best smurf accounts ❄⛄\n#LeagueOfLegends  #lol… https://t.co/i2gyrz8ZWy
## 257                                                                                                      vex... again #LeagueOfLegends https://t.co/77mQTCuncR
## 258                                                                               have a monster\n#zeri #LeagueOfLegends #artoflegends https://t.co/hPHdFWuXbk
## 259                      ✨Anime Christmas Cosplay✨\n\nRem, Barbara, Jinx, Sakurajima Mai , Kitagawa Marin, which one do you prefer?… https://t.co/QrOjHNaUDS
## 260                                                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/27CjHZR9WX
## 261               Played #LeagueOfLegends for the first time the other day and got to play as Jinx, gotta say, she looks a lot differ… https://t.co/8DJ85W0bKp
## 262                       W-W-What do you mean? *oh my she is looking at my eyes, she is so close I'm going to faint* #caitvi #arcane… https://t.co/QRtin4JSdw
## 263                                                   I drew Yuumi. Yuumi Pollo 👍 Because... Yes #Yuumi  #LeagueOfLegends  #cat #Memes https://t.co/sPzRKZL1Dw
## 264                                                You should come to the game.😍 #Gameplay #LeagueofLegends #StarGuardian #ClashLoL #Worlds2021 #StarGuardians
## 265                         What is Love? Settphelios 💕\n\nSett model by: @sokurabbit\nAphelios by me\n\n#sett #aphelios #settphelios… https://t.co/CKUqHIsfHq
## 266                                                                        Haram or not? #lol #LeagueOfLegends #toxic #toxicchats #euw https://t.co/SLrKAFJalv
## 267                                   First time Ekko used Revo-z it was like: \n\n#LeagueOfLegends  #Ekko #LeagueOfLegendsFanArt #art https://t.co/Y8FpscdfgP
## 268                                 A fast painting of my friend as KDA Evelynn :D\n\n#kda #KDA #kdaevelynn #evelynn #LeagueOfLegends… https://t.co/aXpPfyGXnh
## 269                                 This may be the best game that has ever been played.🤔🤔🤔🤔🤔 #LeagueofLegends #Fanart #Gameplay #Nilah #YıldızMuhafızı #TLWIN
## 270               The next #LeagueofLegends Mid-Season Invitational, MSI 2023, will be held in London. Each summer, #Riot's many leag… https://t.co/YYKMngwzAE
## 271                  📢On part en live sur League Of Legends !!🔴\nhttps://t.co/j02PN5DrdO\n#Streamergirl #twitch #LeagueOfLegends #lol… https://t.co/9GQwIipiZt
## 272                Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Tha… https://t.co/JUB35vfoeo
## 273                        Stream in 🎄 LIVE 🎄\nGAMES with VIEWERS 🎅 come play ! \nhttps://t.co/asxVGxFIA5\n#streamer #twitchStreamers… https://t.co/83wgzClLCH
## 274                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/d0hQnaTCcG
## 275                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/Cjjb53wdzJ
## 276                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/sYeb89yRUl
## 277                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/0PeVNOvZPn
## 278                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/kuF6zUpXC6
## 279                    Hello!\nSo today i present You Guys my (old af) Spirit Blossom Ahri\nFrom: (worst game ever) League of Legends… https://t.co/Wm7tBz92A9
## 280                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/XgYtoXqoTh
## 281                                                                  At least I got a RL #lol #LeagueOfLegends #toxic #toxicchats #euw https://t.co/ZtEZMOZclF
## 282                                               Some of the new creations are interesting. #Gameplay #LeagueofLegends #КосплейLoL #StarGuardians #Worlds2021
## 283             Who are Runeterra’s “Nepo Babies”?: Inspired by Vulture’s The Year of the Nepo Baby. \n\nA nepo baby is a family of a… https://t.co/oxpqr8bi3v
## 284               Occult Detective: So enforcers have investigated strange case but are they capable of solving cases involving magic… https://t.co/l3N5a4dige
## 285                                                                                                           #LeagueOfLegends \nSecks https://t.co/X5iSaIulys
## 286          LIVE!\n\nWe're half way to D1! Let's get it TODAY!\n\nttv/the_unf0rgiv3n &lt; Tune in and witness greatness personified!… https://t.co/sQlnf7Hjla
## 287                 League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers… https://t.co/QiXI4pEW2n
## 288            #GameLAB is over for 2022! Thank you all for the support 💙\n\n@CounterLoL \n@Cristoishere \nLa Vica\nApeCarro\nCCRizzi… https://t.co/7oVTByeeEY
## 289                  ▶️ League of Legends - Top streams a las 14:10 (Hora ESP)🔥\n\n🥇 #Zeling➖Viewers: 1.517\n🥈 #KXMI➖Viewers: 760\n🥉… https://t.co/hTpdVR468d
## 290                  "Let's change the world!"\n\n#cosplay #leagueoflegends #seraphine #seraphinecosplay #leagueoflegendswildrift #LoL https://t.co/Vh8galjIlR
## 291                Today we got more information on our Leaderboards and the Stats-Pages we want to implement! Tell us what you think… https://t.co/rJHfXnq6FA
## 292              just play goddamn jungle\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/PWXwc9vT2E
## 293               Hoping that next Coven Batch we'll have both Nilah and Karma on the same Coven since they are related for having th… https://t.co/qDVeF7WtFq
## 294                                        Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35… https://t.co/BE1ua0K4bZ
## 295               @RiotSupport @riotgames  #LeagueOfLegends  makes sure one team is always way better than the other. When you are on… https://t.co/5Pp8lEIipQ
## 296                                               Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn https://t.co/gQyVuM7juB… https://t.co/TXeTMOUvDt
## 297                    Winning on 100% life is what I do, sponsored by Nunu 😂😂😂🤷🏻‍♀️🤦🏻‍♀️ Lvl 9 with so much gold that I couldn’t even be… https://t.co/5TA8Wob3Ec
## 298               Champions from each region that has some form of connection or power relating to spirits and/or souls.: Just wanted… https://t.co/yZAHQUGR7y
## 299                                                                         #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 300           ▶️ League of Legends - Top streams a las 13:28 (Hora ESP)🔥\n\n🥇 #Zeling➖Viewers: 1.119\n🥈 #Esportmaniacos➖Viewers: 1.0… https://t.co/7IwShrZo3h
## 301                I had the most amazing time on stream today playing @LeagueOfLegends! I met some amazing new friends and hit a new… https://t.co/o5npg7QcfJ
## 302               LoL Lee Sin Champie Chibi Spiral Notebook\nhttps://www.redbubble.c ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO
## 303              I can't imagine a world without games.😎😎😎 #LeagueofLegends #StarGuardian #GuardiãsEstelas #ClashLoL #Worlds2021 \nOr… https://t.co/jgILq1DKiR
## 304                                                                                               I want ranked Aram for Christmas #LeagueOfLegends #Christmas
## 305                         It can't be random right?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/thM09d2qTX
## 306                     Riot Games official mobile portal introduce streaming feature #RiotGames #LeagueOfLegends #VALORANT #WildRift… https://t.co/bvjPcwWCbX
## 307            ✨Cosplay News✨ \nThe popular Italian cosplayer "Nymphahri" shows cosplay of K/DA ALL OUT #Ahri from #LeagueOfLegends… https://t.co/qlImdjmGXz
## 308                                                                       This game be like winning +13lp and losing 17lp on ranked games.. \n#LeagueOfLegends
## 309               Attention all summoners in #LeagueOfLegends! Are you struggling to find your footing in the new season? I'm a Jungl… https://t.co/wQElocjZ4e
## 310                             ✨ Star Guardian ✨\n\nAhri teaser✨\n\nPh: @your_palico \nEdit: me\n\n#LeagueOfLegends #ahri #cosplay https://t.co/zq2jWRiX68
## 311               I had an 8 hour depressive episode after a particularly bad bunch of #LeagueOfLegends games and I think I've come t… https://t.co/3tZmsbqN4S
## 312                                                                                                     Me logging on #LeagueOfLegends https://t.co/jF6pMQs09R
## 313           ▶️ League of Legends - Top streams a las 12:18 (Hora ESP)🔥\n\n🥇 #PochiPoom➖Viewers: 683\n🥈 #Cabravoladora➖Viewers: 656… https://t.co/OaQ7lv0yxE
## 314               When life gives you lemons learn how to make a lemon tarts with them😀😂#LemonTree #LeagueOfLegends #LoveIsland #LISA… https://t.co/ydshgrbc0I
## 315               Fun little tier list I made (don't take it too seriously). What champions would be best to form a boy bend?\n#memes… https://t.co/YdenLsARNV
## 316              The other two illustrations I did for my Diagramation final, that had to be inside the book\nBase for the second one… https://t.co/44x2IWMCLK
## 317                                                           Ima start fooling around wit Senna. Literally just now seen what her moves like #LeagueOfLegends
## 318                        This is the only Christmas cosplay I have to share so here u go, some Christmas Jinx from @LeagueOfLegends… https://t.co/nnmIwUGh2C
## 319                        Old Jinx art woop woop #Procreate #arcane #LeagueOfLegends #ArtistOnTwitter #DigitalArtist #digitalartwork… https://t.co/0fQVsSRCsS
## 320                                     new to league from dota pls help me lvl\nign: valentine x\noce server\n\n#LeagueOfLegends #oce https://t.co/RJfp7TKt8Z
## 321                                                                                 Up your #LeagueOfLegends Game! #StrategyGuide #Win https://t.co/38ul3jtORC
## 322              Believe in yourself and you won't need to call people chickens behind their backs! \n\nBecome great. Start with Over… https://t.co/nCU5YWexAs
## 323                                     Irelia of League of Legends! #LeagueOfLegends #LeagueOfLegendsFanArt #Irelia #stablediffusion… https://t.co/z44uWnkHgA
## 324                                                                                                  gg ez game ez life unistall immediately. #LeagueOfLegends
## 325            Yup. There’s 4 pairs of wild green doves in our neighbourhood. Alhamdullilah the environment is conducive &amp; plenty… https://t.co/ciKRYuozkr
## 326                    It really do be like that 👀✨\n\n#animegirl #animememes #streamer #gamergirl #gamer #Fortnite #leagueoflegends… https://t.co/tnAX4lCPtd
## 327           ▶️ League of Legends - Top streams a las 11:08 (Hora ESP)🔥\n\n🥇 #Cabravoladora➖Viewers: 744\n🥈 #PochiPoom➖Viewers: 645… https://t.co/Xvmjp8aS7C
## 328             I'm seeing a trend here\nDeath being portrayed by a furry\n\nDo y'all know any other "death" character portrayed by a… https://t.co/kOCWAlLlUa
## 329                     Thanks Rito\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/Vp9V0vOt2r
## 330               Please consider  jinx in a babydoll dress with pink streaks in her hair to match with vi who got blue streaks in he… https://t.co/yoK2orj49K
## 331                                                                                            fixed her jacket #zeri #LeagueOfLegends https://t.co/jba8OId0UB
## 332               RT @LissetteUzumaki: RT @deviltakoyaki: New merch! 💸 1/7 scale Jinx figure by Myethos, Dragon Ball Super Battle Pre… https://t.co/XuVf0pb5IB
## 333                                                                          I just don’t get the hype around #LeagueOfLegends . Anyone care to enlighten me ?
## 334              Thank you for the game.👇 #Gameplay #LeagueofLegends #LeagueOfLegendsFanArt #FLYWIN #StarGuardians #ClashLoL \nOrigin… https://t.co/Gz9iGf3Acz
## 335               Just clocked the #TwitchRecap ..Apparently I’m in the top 3% of league streamers 😂😂 I had an average of like 3 view… https://t.co/YSFycw7KVY
## 336                                         When an AI can make better lore for Shaco than the actual writers. #LeagueOfLegends #Memes https://t.co/bJOXLwWxLi
## 337                            If you are a fan of League of Legends and interested in buying a Master Yi Sword replica order it now:… https://t.co/jTnFDQIh1Q
## 338                For some reason, the Crocodile King's story from #GenshinImpact's #GeniusInvokationTCG  reminds me of Renekton and… https://t.co/EWa6yBfuxp
## 339                                                                 #leagueoflegends just snatched a riot employee out of the wall AMA https://t.co/meFnnt6m5X
## 340                                  How Each Champ would be like at a Party\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/LGrwdF07Ix
## 341                                                     Bro, just press "E" #leagueoflegends\nPS. im not good at this game at ALL! lol https://t.co/8rgkJEuYta
## 342                     Most Anticipated Esports Tournaments 2023\n\n#esports #esportnews #esportstournament #MostAnticipated #gaming… https://t.co/INE181sNIq
## 343                Hello there!\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/o6A3ZAXqhX
## 344              Calling all League of Legends players! \nAre you a free agent looking for a team, or a team looking for new players?… https://t.co/XYhMSwr4yW
## 345                                                 The game is free to play.❤️❤️❤️ #ArtofLegends #LeagueofLegends #YıldızMuhafızları #Nilah #GuardianasEstelares
## 346               RT @deviltakoyaki: New merch! 💸 1/7 scale Jinx figure by Myethos, Dragon Ball Super Battle Premium set Vol.2, and W… https://t.co/Fl14DIGKzW
## 347                                                                                                   En live sur #LeagueOfLegends ! \nhttps://t.co/9aq5xqRa6G
## 348                                          imagine blitzcrank using the grapple arm to stroke your cock but then he rips it off by accident #LeagueOfLegends
## 349             A pajama guardian fan skin design that I'll do cosplay later\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian… https://t.co/80esZWcgtG
## 350              Do you know what my favorite part is?🔥🔥🔥🔥🔥 #LeagueofLegends #Fanart #mobilegame #ФанАрт #GENGWIN #FLYWIN \nOriginal:… https://t.co/LjV7Ri0E2U
## 351                             Kaisa in tft has another dance...\n#kaisa #tft #starguardian #starguardians #lol #leagueoflegends #lux https://t.co/LSUyAd7t1A
## 352                                                                                                                    nerf Yasuo's Wind Wall #LeagueOfLegends
## 353                  RT LoLMemesBot Garen\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/DiCfCQGDWy
## 354               Today was a lot of milestones 9k Twitter, 2k on Twitch, and MOST IMPORTANTLY I FUCKING GOT TO DIAMOND IN TFT HOLY F… https://t.co/at6k1YOT0C
## 355                                                      Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL
## 356                                                     i love her\n\n#lux #luxleagueoflegends #leagueoflegends #leagueoflegendsfanart https://t.co/VQNDoYFdI0
## 357                                                         I want to play this game. #LeagueofLegends #ArtofLegends #GuardiãsEstelares #TLWIN #YıldızMuhafızı
## 358               New merch! 💸 1/7 scale Jinx figure by Myethos, Dragon Ball Super Battle Premium set Vol.2, and WCF Agatsuma Zenitsu… https://t.co/97eD0iv8Vh
## 359                                                                      I enjoy drawing.🙈 #Gameplay #LeagueofLegends #Worlds2021 #ФанАрт #GuardianasEstelares
## 360                                                            Great for desktop wallpapers right for christmas!❄️🎄\n\n#LeagueOfLegends https://t.co/6rs8HHbWFu
## 361  【League of Legends】Kayn Crying 😭😭😭🤕\n\n#LOL #leagueoflegends #英雄聯盟 #慨影 #kayn #凱特琳 #caitlyn #lolhighlights #lolmoments… https://t.co/f5mcn60fF5
## 362                                                                                             Where ARAM poro king at?? :( #leagueoflegends @LeagueOfLegends
## 363                          "The light inside is what makes me different, and I'm always careful where I shine it." — Lux\n\n#luxlol… https://t.co/QBAN0pIGI2
## 364              Nicolai just dropped another MLBB sue vid. Time for Anti-ML memes round 2\n#memes #meme #funny #lol #leagueoflegends… https://t.co/qPUyvTeyyQ
## 365               What’s the likelihood of Corina and Zeri appearing in Arcane season 2?: Continuuing off my previous post about Cori… https://t.co/ZgkWSxnYDq
## 366                                                          I hope you like them, it took me a long time to do them. #LeagueofLegends https://t.co/9edPJNXBnP
## 367                                                                  I HATE WHITE PEOPLE #LeagueofLegends\n\n🔗 https://t.co/8vBwDnwVc0 https://t.co/x7ot9ISaLi
## 368                     🔔 #LeagueOfLegends down?\n\n🔗 Real-time status: https://t.co/0sAFwk74SR\n\n🔁 RETWEET if you are affected too.… https://t.co/58lXqoccrB
## 369                 Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co/ZSImQrNKU4
## 370             xxiv: \n\nOne win! And i do count it as a win ! . . . unfortunately half of that game was in a different screen 😭 wha… https://t.co/HjQePDCfGE
## 371                                          Quitting league until I find someone who I can duo with cuz all these kids in solo q are dumb af #LeagueOfLegends
## 372                                                                                           It's artistic talent!🤔🤔 #LeagueofLegends https://t.co/TrbiqI8iRK
## 373                                    Why add an item that makes us useless\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/JTG7X0r9BH
## 374                   How ya doin`?\nVisit us: https://t.co/Jtncw61Y4H\n#leagueoflegends #lolgame #lolgamer #rivenstore.com #lolgoods… https://t.co/MTeScfkC5q
## 375               https://t.co/ueyyeijyYN\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #LeagueOfLegendsRule34 #LeagueOfLegendsgenerator… https://t.co/OUo5Wt1KSt
## 376                        Planetary Collision Esports Part 13. First scrim in the books for the Org, and it's a Dub! #series #update… https://t.co/jPl84kvc13
## 377                        Tryndamere learns combo wizard Camille/Kamille  https://t.co/iWKyLVFaUS \n\n#leagueoflegends #stephjmillz #thekamille #camillemains
## 378                            Get jinxed #Jinx #jinxfanart #LeagueOfLegends #AIart #stablediffusion #NovelAI #nijijourney #midjourney https://t.co/JJoaQXNeKE
## 379                      Dark Cosmic Camille – League of Legends fanart by Abigael Giroud\n\n#LeagueofLegends #ArtofLegends #WildRift… https://t.co/k9BUG0m30z
## 380                    Spirit Blossom Camille Skin - Concept 2\n\n#LeagueofLegends #ArtofLegends #WildRift \n\nhttps://t.co/6a754Rpl42 https://t.co/fN6UAXjf1x
## 381               In terms of the videos for #Teemo an general stuff for #LeagueOfLegends it's going smoothly, will see the final results hopefully next week.
## 382                       Spirit Blossom Camille Skin - Concept\n\n#LeagueofLegends #ArtofLegends #WILDRIFT\n\nhttps://t.co/JZKLxeGhCn https://t.co/x4N3ziTdd8
## 383          ROLL TIDE!! I actually won this ffing match suckers!! https://t.co/nzSTj6GndH\n\n#twitch \n#smallstreamer \n#twitchtv\n#LeagueOfLegends \n#Hawaii
## 384               I am now live!\nhttps://t.co/NUohtzJ120\n\n#riven #toplane #lol #leagueoflegends #korean #asian #game #stream #live… https://t.co/j2NrHc3ZpQ
## 385               Check out this video "TUESDAY MINION BEERS -- this' ll be a scuff stream haha internet keeps dropping out, if i los… https://t.co/KT5Z7zU1xD
## 386                                                                      Come watch this amazin stream https://t.co/Ux150nFaBi #Twitch #LeagueOfLegends #Gamer
## 387                               Akali slowhand :) - League Of Legends Wildrift https://t.co/jcwdAkOotd via @YouTube #WildRift #LeagueOfLegends #wildriftindo
## 388                                                          It has been 15 days since the last official update on Project L, the #LeagueOfLegends tag fighter
## 389                                   streaming, come say hi~\nhttps://t.co/tBxIK26XaE\n\n#gaming #leagueoflegends #cute #cosplay #lol https://t.co/HUM3ES8g7I
## 390               Sw33tdwilly just went live! Surprise stream! Chill night - I hope you all have a Merry Christmas / The 1,000 sub dr… https://t.co/BA7zIK20jr
## 391             Are you looking to start the new season of League of Legends off on the right foot?\n\nGet in touch to learn more abo… https://t.co/rhaSiLCvsG
## 392                                    Even Riot playing the game with lags.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/GvkoqHN0Xu
## 393                  14 Games Wuk vs 1.6K Games Irelia...\nWho won?\nObviously... Me (⁠ ⁠˘⁠ ⁠³⁠˘⁠)⁠♥\n\n( Welp... I really went 1/2 out of m… https://t.co/36SlWl7CW2
## 394               Like and Share if you have been fan since day 1\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo… https://t.co/uxN4Lrf9Ri
## 395               If you want to have an international experience with all kind of honorable and respectful talks about everything yo… https://t.co/3JhfZMqChz
## 396                       Chillin   in the batmobile with the bois ama https://t.co/ghxJ6qGpUA  #streams #streamer #Streamers #twitch… https://t.co/E6RoerzxZB
## 397               What is the probability of Corina Veranza from LOR becoming a champion with Renata Glasc being playable: What is th… https://t.co/w2tMtwPmkE
## 398               I am now live!\nhttps://t.co/NUohtzJ120\n\n#riven #toplane #lol #leagueoflegends #korean #asian #game #stream #live… https://t.co/ESOv8CIUfK
## 399               i think I'm going to sleep.. now... *yawn* *bonk* ow. anyways the Bonking Deer is coming to WR on December 21 (prob… https://t.co/BDAdpX02l1
## 400               I’m so glad I finally found this subreddit: Like yes finally something dedicated to lore on Reddit besides Arcane t… https://t.co/Wzxh4NvrNT
## 401                              Check out this League of Legends clip I recorded with https://t.co/ZqABdlYbSv! #LeagueofLegends\n\n🔗… https://t.co/xk5aCuG5v6
## 402                What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/dRN5XU6q2e
## 403                                                                    I have somehow managed to have a solitary 1 RP #LeagueOfLegends https://t.co/sFx2J8PfTu
## 404              League of Legends 1/7 Scale Pre-Painted Figure: K/DA Ahri\nApex\n\nhttps://t.co/gd1ysuCMvd\n\n#LoLFigure #AhriFigure… https://t.co/e2XmBWvBrJ
## 405             xxiv: \n\nWe are in a 4 game losing streak in #LeagueOfLegends . . . THAT MUST CHANGE ! Join me while i play #Riven t… https://t.co/WvpATjD01N
## 406               @riotgames are you serious!? I cannot believe how sensitive the “ZTP” is in game. Chatting with my OWN team about k… https://t.co/QU9hTvMDR4
## 407               Likes, please!!\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg… https://t.co/ath86pMqfK
## 408                This week's schedule! A whole bunch of snow this week so that might change plans a little this week! But I will be… https://t.co/w8rudwYkvp
## 409                       Yuumi is a really good champion for people with disabilities. I hope the new rework doesn't mess with that. #league #LeagueOfLegends
## 410                                                                                                  Jungler problems #LeagueOfLegends https://t.co/z6qoFJCdld
## 411                         #LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #lol #streaming #streamer #gaming #gamer #riot… https://t.co/MfNCqwjg8V
## 412                                                                                       Zac support feels so op #LeagueOfLegends #gamingcommunity #leaguetwt
## 413                                                                                                            #LeagueOfLegends  hello https://t.co/WnSDFDySzs
## 414                         Talk about a close call on #LeagueOfLegends! I got bailed out!\n#YouTube #Twitch #streamer #gaming #clutch https://t.co/jyuCNX4UH5
## 415                               New year Ahri\n#ahri #LeagueOfLegendsFanArt #leagueoflegends #ArtistOnTwitter #ArtofLegends #NewYear https://t.co/UaxupCZoJt
## 416                           If I send you a 3* with max items and ask you to send it back cus I wanna re do the items… send it back 😭😭😭#TFT #LeagueOfLegends
## 417                 Zoe creadora de mitos \n.\n\n❤️       ≡       ➭    ⌂\nᴸⁱᵏᵉ  ᶜᵒᵐᵐᵉⁿᵗ  ˢʰᵃʳᵉ  ˢᵃᵛᵉ\n.\n#LeagueOfLegends #zoe #zoelol… https://t.co/rgpMju3Iyu
## 418                                       Sick W Flash on jhin to clean up ‼️\n#LeagueOfLegends #Adc #StreamerCommunity #ContentCreator https://t.co/wCdKFAscuT
## 419            Seraphine | League of Legends 💕💕\nInstagram: @mellnogas\nWig Style: TBZ1169\n✨https://t.co/qC5GmPq7Gh\n\n#cosplaybuzz… https://t.co/X6Lw9LhW5h
## 420               Sure is\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios… https://t.co/3iPclkVaUa
## 421                        Trying this again! https://t.co/FFxjGNUcVO! QotD: What was the best game released this year? #twitch #twitchstream #LeagueOfLegends
## 422             https://t.co/cdatFTCVbY\n\nLeague Of Legends Wild Rift Game Online Generator Hack Cheat\n\n#wildrift #leagueoflegends… https://t.co/lEFYIQxixy
## 423                    Christmas Ahri ☃️ Listened to Twice “Doughnut” while creating this 😊 #Ahri #LeagueOfLegends #LeagueOfLegendsArt… https://t.co/fr4f1VX36f
## 424                                                       played league today #LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios #Alune https://t.co/tC14OhVryS
## 425                 How ya doin`?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg… https://t.co/3F8ow6a4iX
## 426              LEAGUE OF LEGENDS GOLD GENERATOR #lol #gaming #videogames #streamer #highlights #stream #leagueoflegends #fyp #fypツ… https://t.co/wVr5pAzi1F
## 427                                                               Cool clip from today's stream! Some guys got ORNNED #LeagueOfLegends https://t.co/1VCVwPgduv
## 428                NickyBoi: The Lore of Every LoL Champion Dumbed Down To A Single Setence! https://t.co/4UZN0HePt1 #YouTube #Gaming… https://t.co/GRYWhKP8ED
## 429           ▶️ League of Legends - Top streams a las 02:30 (Hora ESP)🔥\n\n🥇 #ElmiilloR➖Viewers: 5.558\n🥈 #BarbaKahn➖Viewers: 4.424… https://t.co/tdqyJbM668
## 430                         Damn why is it so hard to get the last champ to a 3 star champ for this TFT "the old guard" mission. #tft… https://t.co/mXxNrBq36W
## 431                 Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune… https://t.co/fu3xWUu8Qv
## 432                  Check out my video! #LeagueofLegends | Captured by #Outplayed #mad #late #game #kyle #gg #1vs3 #fun #baron #buff… https://t.co/92DYluWGnr
## 433                                                                             he is 😳\n#LeagueOfLegends #LeagueOfLegendsFanArt #Yone https://t.co/ouL0QxGGnM
## 434             I'm not wearing pants, or am I? Playing with viewers of all levels, from pro to beginner. \n\nhttps://t.co/d9OFvvygJ5… https://t.co/RBy8M33aNY
## 435                Check out my video! #LeagueofLegends | Captured by #Outplayed #senna#top #new #tank #gg #win #game #bot #push #fun… https://t.co/f4GNv0gq9c
## 436                    Mission failed, on to the next\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/3WfjW7H3XG
## 437                                  It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends… https://t.co/nxjNh6H9Hs
## 438                                                         Tuesday League, on Tuesday. Cause that's the schedule. \nhttps://t.co/l8XcEyvEwC\n#leagueoflegends
## 439             The eternal root\n🎬LOL COTD\n\n#morgana #leagueoflegends #argentina #ncaa #sports #esports #lol #lolclips #videogames… https://t.co/ID50FrJMRz
## 440                                                        Saying top diff at the end of the game as i fed throughout #LeagueOfLegends https://t.co/kxdDegdh0W
## 441                                                  Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 442                                                  @zainabjiwa @spidereyez1 Diana is that you? #leagueoflegends \nVery beautiful! 🥰🥰 https://t.co/V94pesxm9j
## 443                        League of Swamps until I got raid // Subathon day 1 to raise money for my schooling \n#ENVtubers  #Vtubers… https://t.co/vSztkt7Khf
## 444               They should Change Kai’sa lore so she is older when she feel into the Void.: I think that Kai’sa sexual design is u… https://t.co/GrhEoGLFTs
## 445                          [420] Back to League plays !discord !tiktok https://t.co/RFdVg2Z7HY\n#league #lol #leagueoflegends #live… https://t.co/JXjmcsy0H8
## 446                                    Let's play some games with everyone :3 Chill games and fun times. #Vtubers #LeagueOfLegends \n\nhttps://t.co/gBKuMCNYe9
## 447           ▶️ League of Legends - Top streams a las 01:20 (Hora ESP)🔥\n\n🥇 #Nissaxter➖Viewers: 4.280\n🥈 #ElOjoNinja➖Viewers: 1.24… https://t.co/Ih1HVoACuJ
## 448                         So much mean jargon\nI am building Teflon skin,\nOne loss at a time.\n#haiku98 #haikuchallenge #haikufeels #haiku #LeagueOfLegends
## 449              Jungle gap, mid gap\nFlame your squad, they're in the wrong\nGive up too early.\n#haiku97 #haikuchallenge #haikufeels #haiku #LeagueOfLegends
## 450                   my baby girls fav ship apparently\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #RaXayah #RakanFanart #XayahFanart… https://t.co/90WIT0oMBs
## 451                     Addiction? Maybe\nForever climbing ranked que\nIt's my teammate's fault.\n#haiku96 #haikuchallenge #haikufeels #haiku #LeagueOfLegends
## 452               Going live now! last time before Christmas!! get in here and wish me luck on my #GenshinImpact pulls then come play… https://t.co/hu4ukI6BfW
## 453                           Like and Share if you have been fan since day 1\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#lolgoods… https://t.co/pvBOFcIgXF
## 454                    Ah yes my second 3D art and I'm starting to get the hang of it \n#sfm #ahri #kasumi #LeagueOfLegends #Paladins… https://t.co/ORP7XAWyBy
## 455               We are back at it with some #LeagueofLegends with some friendos! Will be playing some ranked, ARAMS, Norms, just al… https://t.co/df6QZWDDJ5
## 456                          Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising… https://t.co/kbS8zQzfx8
## 457                                                                                live on bonecas!\n#venusvitoria #leagueoflegends\n\nhttps://t.co/tQ8JIJTSkZ
## 458                  I said what I said\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends… https://t.co/1YxSef2kMI
## 459                                                                           I did it for the memes. #Rakan #LeagueofLegends #Support https://t.co/smrxcLTQZz
## 460                Yoo check out my twitch channel and enjoy some Viego/Lillia jungle gameplay + active talking✌🏻\n\nGER/ENG\n#twitch… https://t.co/2d5Ig41Hjz
## 461                          Vex fanart, not my best, we live, we learn, we try again.\n\n#vex #leagueoflegends #leagueoflegendsfanart https://t.co/PCQjez817S
## 462               Gonna have to take a #stream break for tonight guys! Next stream will be a #LeagueofLegends casual run. The squad w… https://t.co/EeauMdE0FJ
## 463               Well...  you know ARAM would be fun to be turned into a rank as well. It's my fav. mode beside the good old classic… https://t.co/dvTziB7zRH
## 464               Gonna have to take a #stream break for tonight guys! Next stream will be a #LeagueofLegends casual run. The squad w… https://t.co/OHGsiEQbu3
## 465                                        My friends love playing league with me... :3\n#leagueoflegends #Vtuber #ENVtubers #ENVtuber https://t.co/uWgYlh1pZ2
## 466              Likes, please!!\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lolstuff https://t.co/knnWp0Tyzr
## 467                 🎉HELLO ANY GAMERS AROUND? Stream is live after a 2 day break 😎\n\nTwitch . tv / Nana\n\n#leagueoflegends #twitch #twitchtv #twitchstreamer
## 468             #LeagueOfLegends\n#Skullgirls \nLet me be frank here; if you think, letting house run the vegas strip is a good idea;… https://t.co/lQM8x1GFSn
## 469          Recently, a #leagueoflegends streaming tried to come back to streaming.\n\n@Avaail \nhttps://t.co/IFWpi5uZcK\n\n(Boyfrie… https://t.co/zPiePUKND5
## 470            ▶️ League of Legends - Top streams a las 00:10 (Hora ESP)🔥\n\n🥇 #Nissaxter➖Viewers: 3.366\n🥈 #ElOjoNinja➖Viewers: 976… https://t.co/rtck8Mpecx
## 471                                                                                                       Toplane is objectively the most fun #leagueoflegends
## 472                Pantheon sketches but I forgot to draw a fuckton of stuff on their design lmao. Even forgot his helmet ears in the… https://t.co/yKPQkJCopI
## 473                        GOD SAMIRA GAMEPLAY https://t.co/XukLhNR72K #twitch #leagueoflegends #league #gamer #ContentCreator #stream https://t.co/eJrQn9MRxW
## 474               Who remembers that?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/5hpHnzTxNN
## 475                                 At least I can go play League of Legends with my online friends 🥺 #LeagueOfLegends #TwitchAffilate https://t.co/9yAIvcvbZ9
## 476                  Turret PLEASE. Halp!\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/STI0epiBzA
## 477                  🧧🎞️ Prestige Mythmaker #Sivir - Animated Lobby #Overlay\n\n✅LINK :  https://t.co/1kfHE5jjt6\n\n-----------------… https://t.co/I85Jg0gZGd
## 478                     POV: Zoolander but  League of Legends https://t.co/GpWicxSVTW via @YouTube #leagueoflegends #lol #customskins… https://t.co/rsRmeMevW5
## 479            #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing L… https://t.co/l4Tg5aMzYF
## 480           "Jinx? Stands for Jinx! Durr."\n✨\n\n#Jinx #LeagueOfLegends #illustration #art #comissionsopen #ArtistOnTwitter #90sArt https://t.co/TJyiI54YHm
## 481                  When I'm not reading SPYxFamily, I'm reading Enticing My Wife, the Rising Star!\n \n#leagueoflegends #plzsupport… https://t.co/kr4VkAXOrs
## 482                 I will leave Syndra here and go to sleep\n#LeagueOfLegends #LeagueOfLegendsFanArt #Syndra #SyndraFanArt #PixelArt… https://t.co/h5zySvIMhM
## 483                                   Christmas week starts RIGHT NOW! Some fun streams ahead on the schedule so be sure to stop by!🎄… https://t.co/L8Vb7mecTx
## 484                      This Tuesday #stream has BEGUN!! Let's do this!!\n\n#gaymer #gay #LGBT #streamer #streaming #twitchaffiliate… https://t.co/A2K19ZVzNz
## 485                                                              He's looking for Kalista 🥺❤️\n\n#ledros #LeagueOfLegends #ArtofLegends https://t.co/4wfH5zdAic
## 486               The second upload of today goes over the youngest players heading into Spring Split 2023 across the four major regi… https://t.co/lhdmb7wBq7
## 487                  My drawing for the LoL Christmas art collab on Instagram🌲\n\n#porocollab22 #forestrat #forestratart #vi #caitlyn… https://t.co/n5t9CUCfec
## 488                               Twitter suspended my account for making too awesome of content. This is my formal response to them.… https://t.co/bHhpiVUulA
## 489                         So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecnoKrZ
## 490                           I'm back baby, took a little break from streaming, but back better than ever with some #LeagueOfLegends… https://t.co/3wzT2Qk1Wc
## 491                 jesse we must burst enemy champions with % health damage jesse\n#memes #meme #funny #lol #leagueoflegends #Arcane… https://t.co/rnUrbPZ4Ka
## 492                                                         Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 493                     KDA All Out Seraphine 💜\n#LeagueOfLegends #kda #seraphine #LeagueOfLegendsFanArt #art #fanart #LoLFanart #draw https://t.co/VNkzhg2XV1
## 494             This is the worst team I have ever played with in my life\nWhen we finally get on the point everyone dies\nI understa… https://t.co/KFXKqfsSSh
## 495               Okay... sooo still suck at #LeagueOfLegends and even worse at #CallofDutyModernWarfare2 but... what counts is the f… https://t.co/R1aXmlzM6T
## 496                                                                                       Oh le carnage! #LeagueofLegends #MissFortune https://t.co/qYRdbifrus
## 497               I'll be doing a variety stream today with a few diff games while having old school MadTV as background noise! Start… https://t.co/xcA8LQ9Gfu
## 498                     Like and Share if you have been fan since day 1\nVisit us: https://t.co/Jtncw61Y4H\n#leagueoflegends #lolgame… https://t.co/SOf6BEbYte
## 499               @porterrobinson 's Everything Goes On sounds a little too similar to the main intro melody/1:36 of this song from a… https://t.co/iMube2sHiT
## 500                   Vex carries things somewhere, huh, i guess I'll show you where she goes soon!\n\n#Vex #pixelart #LeagueOfLegends https://t.co/BvjEPmdVqj
## 501                      Werlyb Proplayer Flash #LeagueofLegends #LeagueofLegendsEspañol #Werlyb #WerlybClips #Heretics #TeamHeretics… https://t.co/imITRdTwyv
## 502               Now that Zeri is actually good in #LeagueOfLegends again I have descended into the depths of depravity to perform a… https://t.co/Ty0LoslqS5
## 503                                    Why add an item that makes us useless\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/B1g1SfqsGC
## 504                What should be the ending of future disasters in your opinion?: Like the void event or darkins rising again Should… https://t.co/492myyScy5
## 505                          League of Legends Season 13 - release date, system changes, ASU and CGU, skins, rework, patch 13.1, more… https://t.co/VvtJ3AJ6BR
## 506                 ❗️TONIGHT❗️\nRemember Mortals at 8pm EST League of Vtubers Begins!\n\nFeaturing:\n@AyaMallowmarsh\n@ChronusDragos… https://t.co/ms1lnVq0Fa
## 507                               Sylas is done! Im pretty sure i will finish this till Christmas, but i think i have to post more...… https://t.co/2oeN8T46mJ
## 508              stream time lets chitchat😋 \n#streamer #LeagueOfLegends #lol #TwitchAffilate #twitch #twitchgirls #women #gaminglife… https://t.co/1aY0F5k4Lr
## 509               Has there ever been complaints about how the world building of LOL is so sloopy... Most fantasy games follow a them… https://t.co/6yHO75ycC1
## 510                                             Review Championship LeBlanc Unlocked Statue!\n\nhttps://t.co/jGmYmOGW8C\n\n#leblanc #unlocked #LeagueOfLegends
## 511                          Last week before MPL S3 Finals 🔥🎮🖱📱❤️\n\nWatch all MPL Live streams 👇🏻 \nhttps://t.co/xNaMAPKPP2 \n\n#MPL… https://t.co/Z3dDaQD3X7
## 512                   🔴GOING LIVE 8PM EST🔴\n\n[LEAGUE OF LEGENDS] League? league? league? @AyaMallowmarsh @ChronusDragos @ZephyrRebel… https://t.co/9zMyoK7nEO
## 513                              Never end on a loss #LeagueOfLegends #soloqueue #ranked #competitive #summonersrift #aram #holioholio https://t.co/Ebam5vOIE5
## 514                                                  Ganking success rate📈\n\nhttps://t.co/6zj4tOAQa4\n\n#leagueoflegends\n#leagueoflegendsguide\n#jungleguide
## 515               Sure is\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios… https://t.co/eYXqgUMz4Z
## 516                                       guys PRESEASON IS CHAOS but going live regardless 😅\n\ntwitch . tv / eternalxena\n\n#LeagueOfLegends #twitchstreamer
## 517                                                                      https://t.co/Ftw2UKjFHi learning darius  \n\n#leagueoflegends\n#LeagueOfLegendsFanArt
## 518                                                                      📣 I'm starting 🔴 LIVE on #LeagueofLegends !  https://t.co/g3eup9FxWW #wizebot #twitch
## 519          ▶️ League of Legends - Top streams a las 20:40 (Hora ESP)🔥\n\n🥇 #ElmiilloR➖Viewers: 5.594\n🥈 #PePiiNeRO➖Viewers: 454\n🥉… https://t.co/wWWbGM67VU
## 520                                                           G R A B ME #shorts #leagueoflegends #lol #gaming #lolshorts https://t.co/RzUJBBkfmC via @YouTube
## 521               I take my hat off to all the people who finish their jobs and get back home to improve in League of legends, HOLY .… https://t.co/u4EuT0s8AM
## 522               One of the stage pictures from @animenebraskon I had so much fun and it’s nice to reflect on the year looking at so… https://t.co/S5OmAcb2pl
## 523                                                               am i stirring the pot here?\n@NEACETWEETS \n#LeagueOfLegends #neace\nhttps://t.co/OUrnHNSiKB
## 524                                                            #LeagueOfLegends\n... some most western people, just have the TOON look https://t.co/Fj7HJYvsgV
## 525                      #LeagueOfLegends \nYou know;some people irl ACTUALLY look like ANIME not even lying! Them genetics. NOT LYING https://t.co/RWzdnpCXQe
## 526                 I can't wait to see what happens next! Click the link below and join my struggle!\n \n#leagueoflegends #animeboys… https://t.co/1YpwOU58gl
## 527                 Likes, please!!\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#leagueoflegends #lolgame #lolgamer #rivenstore.com… https://t.co/MwPkw44sNj
## 528                                                                                                                    nerf Yasuo's Wind Wall #LeagueOfLegends
## 529             CRITICAL YONE vs AD YONE FULL BUILD FIGHTS\n\n⚡️Don't forget to take a look at our page and subscribe and if you like… https://t.co/xn5B0WiEab
## 530                                                        just another Vex gameplay. ☺️\n\n#lolwr\n#LeagueOfLegends \n#gaming \n#KonTV https://t.co/pa8SyQCYz4
## 531                Veigar being held like burger is my favorite genre of image to draw\n\n#LeagueOfLegends #ArtofLegends #mordekaiser… https://t.co/GftuPYYLcQ
## 532                                                   Dear ADC stop running from me if I try to heal you sincerely a support player #LeagueOfLegends #VTuberEN
## 533              just play goddamn jungle\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/CNTcsPpeZ2
## 534           ▶️ League of Legends - Top streams a las 19:58 (Hora ESP)🔥\n\n🥇 #ElmiilloR➖Viewers: 5.036\n🥈 #Werlyb➖Viewers: 2.566\n🥉… https://t.co/j8TIeT5FKE
## 535                                    What would you say about animated effects for the League of Legends card? #lol #LeagueOfLegends https://t.co/vMApSYdMSj
## 536                                     Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce
## 537                  Some Jinx art from last night’s stream\n\n#nomadsculpt #substancepainter #Photoshop #illustration #art #modeling… https://t.co/1hj4Ow5PZE
## 538                Day 37 of @LeagueOfLegends quotes:\n\nIt is terrible to be satisfied. The world needs us to chase dreams.\n-Illaoi… https://t.co/mwptKSxyTS
## 539                                              League is becoming so shit that you cannot dance on Aram without getting attacked anymore :/ #LeagueOfLegends
## 540               Today’s blog is about the infamous League of Legends - what is it, and how did it become such a popular esports tit… https://t.co/qORKx9LZtn
## 541                      WE ARE LIVE!!!\nhttps://t.co/ItaMMfUoBV\n#smallstreamer #twitch #twitchstreamer #cod #apexlegends #minecraft… https://t.co/uGFA9PPwkL
## 542                        Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1fO9hrkqi
## 543                What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/FI6F93FsFk
## 544           League of Legends: Riot Games make changes to Abyssal Mask in patch 13.1\n\nhttps://t.co/YFhZMYALSj\n\n#LeagueOfLegends… https://t.co/fr8qDSWRKA
## 545                           "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 546                  ✨Lolita Design✨\n\nLink, Slytherin, Jinx Lolita, which one do you prefer?\n\nhttps://t.co/fOsRwCIbbX\n\n#zelda… https://t.co/cCWiFXrdEY
## 547               https://t.co/h0sTUlVj3B Dark tides of Runeterra session 99 - Twists and turns.  Next session is the big one, so clo… https://t.co/CpyJD5ClEW
## 548                   Hey what's up guys! Streaming for fun, so feel free to hop on in!\nhttps://t.co/B9pZB2Jjb3 #TTV #Streamer #Live… https://t.co/Rqn0eEUBmq
## 549                  Christmas is here enjoy with us use the code" CHRISTMAS" for the best smurf accounts ❄⛄\n#LeagueOfLegends  #lol… https://t.co/TtngQCynKZ
## 550                I wanna go snowboarding..\n#twitch #streamer #snowboard #LeagueOfLegends #riven #toplane\n\nhttps://t.co/YHl7XBdGzz https://t.co/0zOJgGYoZs
## 551                                                                                                          @YouTube Shorts #shorts @YouTube #LeagueOfLegends
## 552                          Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising… https://t.co/VMJxhvVhdE
## 553               LoL Master Yi Champie Chibi Classic T-Shirt\nhttps://www.redbubble ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO
## 554                       Day 36 of @LeagueOfLegends quotes:\n\nBearded Lady, Nagakabouros, names don't matter! Action does.\n-Illaoi… https://t.co/5XUEmL8l19
## 555                        I hit 20 followers on #twitch today! Next goal is #twitchaffiliate. Who's coming along for this wild ride?… https://t.co/vZL3pbfljv
## 556                                                           Teletegram!\n#LeagueOfLegends\n@lumikaneko\nColin neagu (supernova) misses your cumyfilled cunny
## 557                            Last stream before Christmas! Come join for chaos on the rift! Open lobby! \n\nhttps://t.co/byTVqdH5lP… https://t.co/hBNvlBUw2H
## 558               The lack of support for solo queue players in #leagueoflegends is unacceptable. It's time for Riot to start focusin… https://t.co/Dla407cfQr
## 559               The moderator told dot LA that ironically, the FTX sponsorship discussion aside, advertising or promoting #crypto o… https://t.co/EW0FfMnfx8
## 560                                                                                                      Pentakill! 💪 #LeagueOfLegends https://t.co/KABQHeI4hU
## 561                                                           YEZZZZIIR!!! 🔥 Let's go! 💪💪💪\nShow your love people!\n\n#LeagueOfLegends https://t.co/ba9vagJK16
## 562                           It’s league day with Master @/MacAnu7!!! I’m so excited Link Below #VTuberEN #LeagueOfLegends #lewdtuber https://t.co/Uf1026h7Xm
## 563                                                                                                 DUNK!!\n271 PTS\n#Dunkmaster🏀 #FeelIonia🍃#LeagueOfLegends👊
## 564         We're having a joint QUB Dragonslayers &amp; QUB Esports League Night!📢\n\nJoin us in the Dragonslayer discord server 7pm… https://t.co/9XCgMYyuY6
## 565               Just lost my lane in #LeagueOfLegends and it feels exactly like when I failed my exams. Looks like I need to hit th… https://t.co/TYvxorVC11
## 566                        Day 20 of daily fanart in December\n\nToday I rolled Kaisa\n\n#fanart #Kaisa #kaisafanart #LeagueOfLegends… https://t.co/JnrRgN3m5h
## 567                                                                                               Best day of my life #leagueoflegends https://t.co/SdKwDw20lf
## 568             You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager… https://t.co/nNoRAkSYL7
## 569                                        Naik Master 🔥🔥\nThank You @riotgames\n#WildRift \n#LeagueOfLegends https://t.co/0Kz9TzvClE… https://t.co/jzUwIfKu3t
## 570               Self promo is ALLOWED in my chat.. lurkers welcome.. c'mon folks I'm so damn close to affiliate. Then we can do emo… https://t.co/IX8M11WN12
## 571                                                                                           Peep the damage👀🔥 #LeagueOfLegends #aram https://t.co/upj1RRBtTz
## 572                     How ya doin`?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/Z1sVIdD5gC
## 573               Whatever happened to #LeagueOfLegends's weird, random champs? Like, Rammus doesn't have some epic backstory, backst… https://t.co/xik7rCDSXg
## 574                       How not to play League With The Pup AlphaWolfUni\n#LeagueOfLegends \n#VtubersEN \n#VTuberUprising \nLive Links in the comments below
## 575                                                                   In my Ahri phase💕✌️ #ahri #spiritblossom #LeagueOfLegends #fanart https://t.co/YvikrbSnRh
## 576           ▶️ League of Legends - Top streams a las 18:06 (Hora ESP)🔥\n\n🥇 #ElmiilloR➖Viewers: 4.386\n🥈 #Werlyb➖Viewers: 1.862\n🥉… https://t.co/KjzQokvi3U
## 577                                             How many gamers are playing? League of Legends Live Player Count https://t.co/hgOmmmRAOG #leagueoflegends #lol
## 578                   https://t.co/1aa1wsLIJB - League Tuesday - More Casual ARAM #ENVtuber #VTuberUprising #PNGtubers #LGBTQFriendly… https://t.co/32JE0a2Y74
## 579                It's almost impossible not to... 😇\n\n#gaming #halo #esports #esport #twitch #valorant #leagueoflegends #overwatch… https://t.co/TUJ3RrdcpJ
## 580                A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/G9wlv86Tlz
## 581               Just want to share with you all this amazing piece of art made by the amazing petite_kissu from Mexico, take a look… https://t.co/mMvEuFehit
## 582                                                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/c236LRp50n
## 583                 Finally back 😊\nhttps://t.co/6YKzHgprSM\n\n #twitchstreamer #twitchaffiliate #twitchtv #VALORANT #LeagueOfLegends… https://t.co/kFFkeuSjou
## 584                Hello there!\nLove LoL? Visit us: https://t.co/JrAiMSX6DJ\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/jhwlwLQNaz
## 585                This pre-season is going to be very interesting meta wise. These Tank/Bruiser changes are going to make drafting a… https://t.co/Jt6LoKdeGN
## 586                      I just want to play a single-player game... 😑\n\n#gaming #twitch #valorant #leagueoflegends #overwatch #csgo… https://t.co/r0qRWU2SW6
## 587               You know, yesterday I dedicated myself to making a calendar with each release date of the LoL champions, noticing s… https://t.co/IQRJPB2Pr0
## 588                                                                                  #ArtofLegends #LeagueOfLegends \nI made a legend. https://t.co/PFQRKlQ3al
## 589                  hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends… https://t.co/Rr9NtSO8G7
## 590                                                      everything goes on 🎶\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian https://t.co/q74QTSWpH9
## 591               Transfer your non-SEA Riot LoL account to SEA server for 1 BE\nREAD: https://t.co/bnymNl1OJe\n#LeagueOfLegends #LoL… https://t.co/kB0olSQv1h
## 592                 My LCK tier list is complete with the offseason all but officially over. #LeagueOfLegends #lck #t1fighting #gobro… https://t.co/X2P92gOoJR
## 593                                                                       I've had issues with this one.👏👏👏 #LeagueofLegends #TLWIN #StarGuardians #КосплейLoL
## 594            Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock… https://t.co/pdrGsAzSSq
## 595                    New Video Up on YT!!! Had to repost was having a weird bug\n\n#LeagueOfLegends #league #gaming #gamer #LGBTQIA… https://t.co/wkX9WZNpdb
## 596                          Do any of you play these games?\n#gamingcommunity #gaming #gamer #games #valorant #Fortnite #Warzone2 #LeagueOfLegends #riotgames
## 597                  Wait...It's all just Neace Tips?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/jy9lCnuR3d
## 598                          gonna clutch this costume before cosmatsuri day 2 ㅠㅠ\n\n#viktor #viktorarcane #arcane #leagueoflegends… https://t.co/0X86k3IO6R
## 599                        Like and Share if you have been fan since day 1\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys… https://t.co/caJLk0GQAb
## 600                     Evelynn Master Study - League of Runtera\n#leagueoflegends #leagueoflegendsfanart #characterdesign #conceptart https://t.co/40hbds8Kvn
## 601                                                I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 602                       Season 13 EXPERIMENTAL BUILDS - https://t.co/ey2HKoTGeg\n-\n-\n-\n#cannabis #comechill #giveaway #Giveaways… https://t.co/Dl5t9AozL0
## 603               POTENTIAL CLASSES/EXPERTISE IN RIOTS MMO?: Hi all! I have a theory regarding the mastery names in League of Legends… https://t.co/P7aX3J27HX
## 604                                                                        It's 61st day of SIMP waiting for MALE FURRY CHAMP 😉#SIMPiswaiting #LeagueOfLegends
## 605                 guns out\n\n#jinx #jinxfanart #jinxarcane #arcanefanart #arcane #ArcaneArt #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/Q22crRC9uW
## 606                                                        Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 607                Breakfast of champions before the #livestream today on #twitch. Join me and my wife for some #tft #leagueoflegends… https://t.co/4Sp1OQbWWN
## 608                                                             Pick your champion!\n#LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios https://t.co/gHYnoZ0SE6
## 609                                                         "Let me guide you."\n\n#HolMat2022 #LeagueOfLegends #soraka #cosplayergirl https://t.co/FKiN3D4nxl
## 610          ▶️ League of Legends - Top streams a las 15:46 (Hora ESP)🔥\n\n🥇 #Esportmaniacos➖Viewers: 3.515\n🥈 #KXMI➖Viewers: 713\n🥉… https://t.co/xMIRpGJUnB
## 611                                                                              Trust me bro. 🙃\n\n#ankoragg #LeagueOfLegends #balkan https://t.co/6QrTozpuDc
## 612                                  Tuesday Short!\n\nMr. Quadra's Insane Game Part 2 #shorts #trending #leagueoflegends https://t.co/MjkAcdTrf5 via @YouTube
## 613                          Uploaded a small Xayah montage on Tiktok if anyone's interested in it!\n#League #LeagueOfLegends #Twitch… https://t.co/GZy4jjppol
## 614                              Check out this League of Legends clip I recorded with https://t.co/7z9D9QPLlB! #LeagueofLegends\n\n🔗… https://t.co/83xTvI7915
## 615              Opened my LoL skin shop today and I seriously want to cry, bc I want/need nearly all of them T_T\nWhy did you do thi… https://t.co/yu3WM9X9VK
## 616                  #arcana concept for #Nami as the card #temperance of the major arcana :)\nIt’s my first time making a #splashart… https://t.co/eJxVYbb37x
## 617                     Tavern in Zaun: Viktor and Karma: submitted by  /u/colorisandoo  \n [link] [comments] https://t.co/VLjARCQvxy… https://t.co/fSrhmQmbRS
## 618                                    AI art is so cool!\nhttps://t.co/55da8S425V ~ check out my new video ❤️🧡💛💚💙💜\n#LeagueOfLegends #twitch #streaming #soloq
## 619             ✨League of Legends Cosplay✨\n\nLeague of Legends Jinx Christmas, do you like?\n\nhttps://t.co/W6et6YnzPW\n\n#arcane… https://t.co/5uFBlXb4V3
## 620               Who remembers that?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/dhmo5bqiiA
## 621                Guide: How to Unlink Your Garena LoL account from Riot Games\nREAD: https://t.co/zC9MVMPpKQ\n#LeagueOfLegends #LoL… https://t.co/pKceeiWXnb
## 622                                                                                      Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 623             Anyone wanna play some Wild Rift with me? XD\n\nI snagged a pentakill with Gwen earlier. I barely play this champ but… https://t.co/0PATf5SeYp
## 624                                                                       #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 625          ▶️ League of Legends - Top streams a las 15:18 (Hora ESP)🔥\n\n🥇 #Esportmaniacos➖Viewers: 2.723\n🥈 #KXMI➖Viewers: 741\n🥉… https://t.co/88ZxfcYUwx
## 626                                       Vayne of League of Legends! #LeagueOfLegends #LeagueOfLegendsFanArt #Vayne #stablediffusion… https://t.co/3zoEKeMMIB
## 627                 3-0 ??? GOLD SOON TM version 2 success.\ncome for the last game!! #LeagueOfLegends  \n \nMAY THE WIN COME WITH ME. https://t.co/Su1l8KRapQ
## 628                                                                       I wanted to do something charming\n\n#LeagueOfLegends #Varus https://t.co/lxeUhuihc5
## 629           hello, i am trying to find mutuals \nmy twitter is a little dry T_T  \n\ni am Anna, 16.\ni play league mostly but i als… https://t.co/wnwEP9hXhH
## 630                                                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/d8v1w81JND
## 631                     Thanks Rito\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/6G8J8y6A4s
## 632                      The Future of Xbox Game Pass with Riot Games\n\nSamuel has some thoughts to share on the partnership between… https://t.co/16FwgEWZJK
## 633               @shingojira__ Hey Dana! Bless you! And thank you so much for sharing this everywhere and anywhere! That's so amazin… https://t.co/fcVlGUZXVx
## 634                 League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers… https://t.co/q7IFnOBZwb
## 635             💜 Star Guardian Xayah and Rakan 💚\n\n🎨 Artist: Chutipa Duangmanee\n🌐 Platform: Artstation\n\n#leagueoflegends #fanart… https://t.co/30vbc8Wwv2
## 636               LCS is kicking off its Spring Split on 26th January and will feature two super weeks! 🙌\n\n#LCS #LeagueOfLegends \n\nhttps://t.co/tdIACh9Ypj
## 637                          Concept: https://t.co/gB85jmZRWy\nProject: https://t.co/TmzRe6fJjX\nYone © Riot Games 2022\n\n#riotgames… https://t.co/yiDgYTXzqC
## 638                 2019/2022😳\nMy journey started with simple sketches. And in 2021, I started drawing consciously.\n#SkillNotTalent… https://t.co/lh65JKbWOC
## 639         @FlyQuest announced their line-up for LCS 2023.\nRoster includes:\n• Impact\n• Spica\n• Vicla\n• Prince\n• Eyla\n\nFollow… https://t.co/4QrRYPDej2
## 640                      Playing amumu support, we give out hugs! :D\nhttps://t.co/aFrgSroO5P\n#twitchstreamer #twitch #smallstreamer… https://t.co/fLsCIrjz24
## 641                                                                 Good news for Poppy mains.\n\n#LeagueOfLegends #Riot #news #gaming https://t.co/kfeMnDYn2R
## 642                    https://t.co/E5EKvudIGB  Making this Lux Rage quit after first blood 3 mins into game. They FF 2 mins later. 🤣… https://t.co/L1FfeYDem9
## 643              What do you think?\nVisit us: https://t.co/Jtncw61Y4H\n#leagueoflegends #lolgame #lolgamer #rivenstore.com #lolgoods… https://t.co/SriikX9HMZ
## 644                                                                                 Bard tips #LeagueOfLegends  #riotgames #bard #Tips https://t.co/fVX4hjC1uf
## 645           ▶️ League of Legends - Top streams a las 14:08 (Hora ESP)🔥\n\n🥇 #lupasi12➖Viewers: 1.090\n🥈 #Esportmaniacos➖Viewers: 6… https://t.co/MKCKR2TI4a
## 646                        The Best Lillia Player ever!\n\n#WildRift #LeagueOfLegends #Youtube #NewVideoAlert\nhttps://t.co/nqjpHgAZAC https://t.co/D0AWE2sJHG
## 647                     Bunny Seraphine from League of Legends by AngieV 🔥\n\n#gaming #Bunny #Seraphine #Leagueoflegends #lol #arcane… https://t.co/0YhPFBEkA6
## 648                  Like clockwork\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/dYU0hHy1Cr
## 649                                                        Even more crappy doodles yaaay\n\n#art #sketch #LeagueOfLegends #digitalart https://t.co/buCia26kJ6
## 650             Who remembers that?\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#leagueoflegends #lolgame #lolgamer #rivenstore.com… https://t.co/qyojjfdb4N
## 651                                                                              Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 652                                            Is it possible that you have been playing?💕 #LeagueofLegends #StarGuardian #MOBA #Bjergsen #Worlds2021 #GENGWIN
## 653                                                                                    Day 752: No news on Pentakill Rell 🖤\n#LeagueOfLegends #Pentakill #Rell
## 654                                                                          LIVE ON 💜\n#twitchstreamer  #twitchfr  #LeagueOfLegends \nhttps://t.co/CogeZNacBC
## 655                         Wait for it.... \nFollow for us more random League s***!#leagueoflegends #sejuani #ornn #urgot #roitgames… https://t.co/sif3PqlhBf
## 656                    🔴 Stream Live! Today's game is League of Legends\n#VTuber #ENVtuber #UAVtuber #TwitchStreamer #LeagueOfLegends… https://t.co/yq5wX6lrK7
## 657                                                     Yuumi Rework Incoming!!\n#LeagueOfLegends \nRead More: https://t.co/ajVp7K0iSv https://t.co/OKWLAlk4OT
## 658                      https://t.co/C6ftm2ZJpP Evelynn steal baron whit here R ultimate. it looks amazing. #leagueoflegends #gaming… https://t.co/JEyzU0P0sm
## 659                    Check out my Vayne play! 1 604 damage dealt in 8 sec. Recorded by @Mobalytics Smart Highlights #LeagueOfLegends https://t.co/DniyF0DHDg
## 660             Cowgirl Miss Fortune For Genesis 8 and 8.1 Female Done\n\nConverted to Daz Studio by me, credits would be appreciated… https://t.co/Q3cW8EkaFO
## 661               Theorys about Arcane Season 2: Where do you guys think the story of season 2 of arcane will take over? The riot pos… https://t.co/ChtDOQlY1G
## 662               Fun little tier list I made (don't take it too seriously). What champions would be best to form a boy bend?\n#memes… https://t.co/wP6jHQ0I3H
## 663               Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit… https://t.co/hEbBCR1lWj
## 664                                                        🔴 LIVE UP\n\nSoloQ et fin de Resident Evil 4\n#LeagueOfLegends #twitchfr\n\nhttps://t.co/A2iBtxKmq4
## 665                                                       It's an amazing game.🥺🥺🥺 #mobilegame #LeagueofLegends #StarGuardian #TLWIN #ClashLoL #YıldızMuhafızı
## 666                                                                                               I am playing games.👇 #LeagueofLegends #TLWIN #G2WIN #GENGWIN
## 667                                              One of my favorites.😎😎😎😎😎 #LeagueofLegends #LoL #ArtofLegends #GuardiãsEstelares #StarGuardians #StarGuardian
## 668                                                               My ranked in LoL matchmaking is pretty close to horror, but I still play xd #LeagueOfLegends
## 669                                                             Getting in the Xmas mood\n\nph. @MikeAttinger \n#leagueoflegends #ahri https://t.co/JrXxZ0Ek9I
## 670                 Its a cristmas Sylas and he is a small deer\n#LeagueOfLegends #LeagueOfLegendsFanArt #PixelArt #PixelArtist #Sylas https://t.co/glF8aT9RFe
## 671               ▶️ League of Legends - Top streams a las 12:16 (Hora ESP)🔥\n\n🥇 #Zeling➖Viewers: 765\n🥈 #PochiPoom➖Viewers: 705\n🥉… https://t.co/oVNXBcX3cB
## 672             Did my very first official @Twitch stream! Managed to snag Prestige Space Groove Nami 🪩🌟\n\nYou can check out the bro… https://t.co/1wsL9ouvh2
## 673                      What are your thoughts about the ARAM changes? Are you enjoying the mode? 🤔\n\n#Gameplay #LeagueOfLegends \n\nhttps://t.co/kiLFLlqoG1
## 674                                             Damn Yasuo wants Thresh to hook \nGoddamn\n\n#wildrift #spiritblossom #LeagueOfLegends https://t.co/qzEa3tYUIS
## 675                    new feature. never seen before\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/YCgxQgCvCc
## 676                     Casual Stream Is Casual | !turbo\n \n @magicinuse is now live with #LeagueofLegends, check it out 👀 #twitchtv… https://t.co/zbEW9YiQqT
## 677                                                                                You have a game!🤩🤩🤩 #LeagueofLegends #Worlds2021 #ФанАрт #GuardiãsEstelares
## 678                                                                                  Quick neeko doodle :))))) #neeko #LeagueOfLegends https://t.co/UrYn5KgwSS
## 679               i drew this awhile back when the new SG skins came out\nI love the designs of this team a lot 💙\n\n#LeagueOfLegends… https://t.co/S7vg8castx
## 680               Like and Share if you have been fan since day 1\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo… https://t.co/tpcPSjFcCc
## 681            ⚡S13| Dr.mundo VS Cho'gath sizce hangisi? \n\n⚡️Don't forget to take a look at our page and subscribe and if you like… https://t.co/GZA5hIuSp6
## 682                                               Enjoy your special day!🔥🔥🔥 #Gameplay #LeagueofLegends #MOBA #GuardianasEstelares #Worlds2021 #YıldızMuhafızı
## 683                                                                      Looking down🚀🚀🚀🚀🚀 #LeagueofLegends #mobilegame #YıldızMuhafızları #Bjergsen #ClashLoL
## 684                                                                                 Up your #LeagueOfLegends Game! #StrategyGuide #Win https://t.co/38ul3jtORC
## 685                                                                I just snapped wit twitch on #LeagueOfLegends wow. Tough aram match https://t.co/HQaZLqtZIb
## 686                           6 minute rank game has been my record breaking winning match // I made enemy adc go afk #LeagueOfLegends https://t.co/jiiTYDFJyS
## 687                                                                   I get 20+ LP every -10 minutes we are not the same #LeagueOfLegends #Professional #gamer
## 688                                Commission for Aiba on Discord!\n(Spirit blossom Kindred from League of legends)\n#LeagueOfLegends… https://t.co/WJ8CzJScqT
## 689              If AI art replaced artists, League of Legends would still look something close to this now👀\n#AIart #LeagueofLegends… https://t.co/35u7wB96xh
## 690                                                             Here's some Fanart.🥳🥳🥳🥳 #LeagueofLegends #Game #FLYWIN #GuardianasEstelares #GuardiãsEstelares
## 691                                                                        Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I
## 692             ▶️ League of Legends - Top streams a las 11:06 (Hora ESP)🔥\n\n🥇 #DarkozTV➖Viewers: 587\n🥈 #PochiPoom➖Viewers: 417\n🥉… https://t.co/HteLFPGidC
## 693                                          Quinn of League of Legends! #LeagueOfLegends  #stablediffusion\n\nhttps://t.co/YqtCNI3D9X https://t.co/o5syINP9PQ
## 694              Our new weekly Masterclass #LeagueofLegends Pro Steamers US is released! Get involved with the links below:\n⁣\n📖 Lea… https://t.co/pOACD0rs8G
## 695              Our new weekly Masterclass #LeagueofLegends Game Guide is released! Get involved with the links below:\n⁣\n📖 League o… https://t.co/F4CTjd8HxN
## 696                                                                   Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 697                                                                  smash the ❤️if you agree😂😂😂#leagueoflegends #IDF #pakistanZindabad https://t.co/A35u1Uk3Cd
## 698                    What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo… https://t.co/nqAnd2YjQd
## 699                                                                     Life is made up of decisions.🤔🤔 #LeagueofLegends #StarGuardian #Worlds2021 #КосплейLoL
## 700                       RT LoLMemesBot Fighting Sion in preseason be like:\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/1SqvjUpqAj
## 701               Fighting Sion in preseason be like:\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/ExZOYLdmfO
## 702              Check out teemo support kids 11/3/14. This game got me from mastery level 6 to lever 7. https://t.co/DWBop3OFjP \nSo… https://t.co/f66a1c3D5K
## 703                Do you play a lot of games lately?👇👇 #LeagueofLegends #LoL #GENGWIN #GuardiãsEstelas #ФанАрт \nOriginal: lolesports https://t.co/Zu9ggiN6nT
## 704            ▶️ League of Legends - Top streams a las 09:56 (Hora ESP)🔥\n\n🥇 #lawlergg➖Viewers: 1.316\n🥈 #lolcasti➖Viewers: 246\n🥉… https://t.co/95caZHDVQQ
## 705                        ✨Cosplay News✨ \nJosette, a popular Malaysian cosplayer, shows cosplay of #ahri  from #LeagueOfLegends !… https://t.co/4Tj5K4KVZO
## 706                 How ya doin`?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg… https://t.co/mfO1nWxxhO
## 707                                                          What are you doing?🤩🤩🤩🤩🤩 #mobilegame #Gameplay #LeagueofLegends #КосплейLoL #StarGuardian #ФанАрт
## 708                 ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber… https://t.co/ecEyjGTnoa
## 709                   【League of Legends】Jhin vs Yauso | 1vs1\n\n#LOL #leagueoflegends #英雄聯盟 #燼 #jhin #犽宿 #yauso #lolmoments… https://t.co/JftdUi7Ibi
## 710                                 This comic is definitely worth reading! Come check it out!\n \n#leagueoflegends #rebirth #Vampire… https://t.co/qg71JGDxmn
## 711                                                                      I built the mythic this time~ 🖤🌙🤍\n\n#LeagueOfLegends #Vtuber https://t.co/kHYBqf1IAo
## 712                                                                         Hope you like it!🥺🥺🥺 #LeagueofLegends #YıldızMuhafızı #FLYWIN #GuardianasEstelares
## 713              I'm live with friends! Come hang out!\nhttps://t.co/lzKXP69ToF \n\n#twitch #twitchaffiliate #girlstreamer #girlgamer… https://t.co/GzHelCuU03
## 714                                                 Arcane anime style. #LeagueOfLegends #LeagueOfLegendsFanArt #arcane #anime #powder https://t.co/M1wXd00sZi
## 715              And they are only silver\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/ERQkclewNM
## 716                                                                     Wishing you a happy day.😎😎😎😎😎 #MOBA #LeagueofLegends #ФанАрт #GuardiãsEstelares #G2WIN
## 717           "Jinx? Stands for Jinx! duh!🦈\n\n📸: Jupert Sison  \nedited by: SoyaMaelk \n\n#jinx #arcane #jinxcosplay #LeagueOfLegends https://t.co/fiL7k41WOY
## 718              Nooooooooooo omg one Aphelios from gold Aphelios hahaha 😂😂😂😂I can’t let it gooooo omg hahaha ok 😂😂😂 @TFT\n#tft #riot… https://t.co/NYsECbBzwK
## 719                       The manhua has been feeding us so well\n \n#leagueoflegends #NEET #commissionopen\n\nhttps://t.co/odv6as4ggp https://t.co/V1mXJOdS3D
## 720               ▶️ League of Legends - Top streams a las 08:46 (Hora ESP)🔥\n\n🥇 #JimRsNg➖Viewers: 630\n🥈 #lolcasti➖Viewers: 407\n🥉… https://t.co/cHaPLkxAoH
## 721                   Tarde pero seguro\nHappy birthday Vi!!!🎂💗⚙️\n#cosplay #cosplayergirl #cosplayer #arcane #arcanecosplay #ArcaneVi… https://t.co/ruLZjSQ87k
## 722                Trust me! You'll get addicted to this story!\n \n#leagueoflegends #animefanart #webtoons\n\nhttps://t.co/8juEtV7S7l https://t.co/Bd0mOOdY5r
## 723                                  Do you wanna play?🙉🙉🙉 #LeagueofLegends #GENGWIN #G2WIN #GuardiãsEstelas \nOriginal: DaveSinOficio https://t.co/LwOJOXlyeo
## 724               Some more #arcane #sketches I don't know if I did it justice. Honestly I don't think my heart was in it. But it was… https://t.co/MYaRFOyWLs
## 725               Slow Growing Process but I will get there. Hard work will pay off :) #twitch #streaming #streamers #stream #streams… https://t.co/IGaJQMC4go
## 726                                                                 I didn't know why I played a lot. #LeagueofLegends #MOBA #StarGuardian #Worlds2021 #FLYWIN
## 727                                                                                    Got my first penta kill ever 😊 #LeagueOfLegends https://t.co/Gu8fdqfr6H
## 728            hiii, i’m looking for friends + moots from #valotwt / #valtwt , #leaguetwt , and #genshintwt !! \n\n🫧 she/her 20\n💌 NA… https://t.co/Xiu9vA8GAg
## 729               Back when #arcane came out. I really tried to do one of those #fanart that everyone did. But I don't think I did th… https://t.co/oXJLHt5FsV
## 730             X person made the meme of "answers to someone telling you I love you" but didn't put Viego on it.\n\nAnon: Viego's re… https://t.co/6eyVtaPdFl
## 731                     How ya doin`?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/luLr2B6yZt
## 732                  Like clockwork\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/Wn6JiR0N6Z
## 733                                        It's time to play a new game.🙉🙉🙉 #LeagueofLegends #StarGuardian #MOBA #YıldızMuhafızları #GuardiãsEstelas #Bjergsen
## 734              Yes, I'm a mainly league player and this is my yearly summary lol \nI've lost a lot of time of my life in this but..… https://t.co/wNWOC1Q79f
## 735                                                                               Ya boy Shady just stole the Baron😎\n#LeagueOfLegends https://t.co/4GjXkoqopY
## 736                                                                                I have been enjoying it.🚀🚀🚀🚀🚀 #LeagueofLegends #G2WIN #ClashLoL #КосплейLoL
## 737                                                                     I like the game we are playing.🥺🥺🥺🥺 #LeagueofLegends #英雄联盟 https://t.co/F9hcJeU2cH
## 738                                             Art done by Craint but he doesn't have twitter\n#LeagueOfLegends #toyoureternity #nunu https://t.co/5mg25q3Ca2
## 739                                                              Stay in the game.🥺🥺🥺🥺🥺 #MOBA #Game #LeagueofLegends #GENGWIN #Worlds2021 #GuardianasEstelares
## 740               If I went back to streaming, what should I stream?🥺 My biggest concern is always that I'm not entertaining enough b… https://t.co/onD56ScNH0
## 741               How ya doin`?\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/qQIGer4Nhy
## 742                                     Zoe is ready for Xmas ~ #Fanarts #LeagueOfLegends #Zoe #LeagueOfLegendsFanArt #Xmas #bunnygirl https://t.co/wLIrlWHwlS
## 743                             This is something you will not want to miss.🙈🙈 #LeagueofLegends #StarGuardian #LeagueOfLegendsFanArt #Nilah #GENGWIN #Bjergsen
## 744                                                                                                                    nerf Yasuo's Wind Wall #LeagueOfLegends
## 745                                                  What are you doing right now?😎😎😎 #LeagueOfLegendsFanArt #LeagueofLegends #Worlds2021 #КосплейLoL #GENGWIN
## 746               I am now live!\nhttps://t.co/NUohtzJ120\n\n#riven #toplane #lol #leagueoflegends #korean #asian #game #stream #live… https://t.co/PXxVQdnfSl
## 747                                                                              Which one are you fond of?🔥🔥🔥🔥 #LeagueofLegends #StarGuardian #G2WIN #GENGWIN
## 748                                                                    why am I not challenger yet ngl #LeagueOfLegends #Swain #HighIQ https://t.co/03vNjvBi2T
## 749                  Wait...It's all just Neace Tips?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/cOqF0uncVJ
## 750                                                                Finally done.❤️❤️❤️ #MOBA #LoL #LeagueofLegends #ФанАрт #FLYWIN #Nilah https://t.co/TPmd3PRe7e
## 751                               🥹 Yone &lt;33 ✨️\n#yone #wildrift #leagueoflegends #leagueoflegendsfanart #yonefanart #spiritblossom https://t.co/OPEm6GDWW5
## 752        AVAILABLE LOL WILDCORES ⭐ \n\nACCEPTING GCASH/MAYA PAYMENT 💙 \n\nMESSAGE NOW! VISIT OUR OFFICIAL PAGE TRU FACEBOOK! \n\n🔥… https://t.co/roRXygh9pI
## 753                                                                                      Jinx of LoL fame #LeagueOfLegends #jinxfanart https://t.co/8x2Q3pQjPI
## 754                                                                    LeBlanc, The Deceiver.\n#LeBlanc #LeagueOfLegends #ArtofLegends https://t.co/VpkmUgRb5q
## 755              I love making #cute #girls with cute hair colors✨✨\n#emoteartist #emotes #twitch #TwitchEmotes #Emotes #Ibispaintx… https://t.co/5qVv3IimJ1
## 756              I love making #cute #girls with cute hair colors✨✨\n#emoteartist #emotes #twitch #TwitchEmotes #Emotes #Ibispaintx… https://t.co/3rPP19WAoW
## 757                                                  Do you want to try it?🥳 #LeagueofLegends #Game #GuardianasEstelares #GuardiãsEstelares #YıldızMuhafızları
## 758              Favorite game ever! 🙊🙊🙊🙊 #Fanart #mobilegame #LeagueofLegends #GuardianasEstelares #ClashLoL #TLWIN \nOriginal: Eggp… https://t.co/9LVWBWnMDV
## 759                                                  It’s cuffing season 💅 #arcane #vi #caitvi #leagueoflegends #leagueoflesbians #art https://t.co/Wr3LyVE27n
## 760                                            I was soo maddd I didn’t get her 😭😭 #leagueoflegends #twitchstreamer #jhin https://t.co/hCGItgVsb7 via @YouTube
## 761                                                         It has been 14 days since the last official update for Project L, the #LeagueOfLegends tag fighter
## 762                                      Will you find love tonight or not?🥺🥺🥺🥺 #StarGuardian #LeagueofLegends #Gameplay #GuardiãsEstelas #TransformaTuDestino
## 763                     Thanks Rito\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/QOThb3IvIR
## 764                              Lillia Mid = Back Aches https://t.co/1TQwJCvnXG via @YouTube Also come watch me on #twitchtv #twitch… https://t.co/21vW1qcoAk
## 765                                                              We just keep growing! 😍😍 #Game #ArtofLegends #LeagueofLegends #StarGuardian #ФанАрт #Bjergsen
## 766                                                                Dodge, duck, dip, dive and dodge &gt;&gt; #kindred #LeagueOfLegends https://t.co/b6qY3e2bLt
## 767               idc about the defeats, im happy with my progress! ive recently started learning to play league and tft 💜 still have… https://t.co/E35w4XCC59
## 768                Hello there!\nLove LoL? Visit us: https://t.co/JrAiMTe9FJ\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/znakyNn0Wy
## 769                                                 It's another day to die.💕💕💕💕 #Game #LeagueofLegends #mobilegame #GENGWIN #GuardiãsEstelares #StarGuardians
## 770                                 I HAVE 2 SIDES\n.\nNeeko and Viego, my mains in lol \n#viego #neeko #ArtofLegends #LeagueOfLegends https://t.co/VDGU3MNtoh
## 771                                                                https://t.co/O5dyzJK9DK\nBACK FROM VACATION PLAYING LEAGUE OF LEGENDS!!!!\n#LeagueOfLegends
## 772                       Go watch @GuardiansWarcry Sub and follow. Here is his weekly schedule! #gamer #twitch #streamer #Overwatch2… https://t.co/2Mr2WXOoRO
## 773                So an update on my wip, the holidays have me a little stressed, but I've been working on this. Happy with how it's… https://t.co/dnc4oi0mIU
## 774                                                                                    Rankeds en wildrift #leagueoflegends #wildrift\nhttps://t.co/gPvxNs7wfW
## 775                 jesse we must burst enemy champions with % health damage jesse\n#memes #meme #funny #lol #leagueoflegends #Arcane… https://t.co/SVCZJv2foa
## 776           Looking for chill #LeagueOfLegends Players that can Flex Roles &amp; just chill and vibe with a few new people that are… https://t.co/ohNkw2vo5Y
## 777              First sett.exe highlight video up on Youtube! Lots of fun editing by our editor, Snooki 😊\n\nhttps://t.co/Fgg49LLe4r… https://t.co/1akZh267E8
## 778                Has anyone ever looked through the "Item" tab? I never do, except for the time that I did once just now... Knights… https://t.co/8W1MkpBsS8
## 779                                                                           1v2 to secure scuttle #LeagueOfLegends #gaming #volibear https://t.co/1YTYLGgObi
## 780               Hey heimer main yutskilgc going live here! I do play with viewers of all levels and yes we are a nontoxic community… https://t.co/f9NcazUbbs
## 781                                   #LeagueOfLegends Hiii i'm Feli and i need a LoL-Skins-Sugardaddy 🥺👉👈\n\n#lewdtubers #SugarDaddys https://t.co/ceSFeF93Os
## 782                  Jackson Wang - Fire to the Fuse | Worlds 2022 Finals Opening Ceremony Pr... https://t.co/HutVS287Ww via @YouTube… https://t.co/aCXLlPb5E2
## 783                  Fire to the Fuse (Ft. Jackson Wang) | Official Empyrean Cinematic - Leag... https://t.co/x3NPJGup5T via @YouTube… https://t.co/xynns89nnV
## 784                                                           Drew a bit of modern #viego bcs I can.\n\n#artoflegends #leagueoflegends https://t.co/Dhjb5lp1jX
## 785                                                                            Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3
## 786                                                          It turned out better than I had thought. #LeagueofLegends #GuardiãsEstelares #Nilah #StarGuardian
## 787                     God chooses to punish me with a league addiction! \nhttps://t.co/5UFJ6xOvA5\n#veteranstreamer\n#smallstreamer… https://t.co/qope4kb1Ab
## 788                                                           Movin' on up now master rank #leagueoflegends #leagueoflegendschallenges https://t.co/kd3907Z2de
## 789              Pantheon has Flashbacks.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/dNWfPpbMDO
## 790                                                      I like this game.🤩🤩🤩🤩 #LeagueofLegends #LeagueOfLegendsFanArt #G2WIN #Worlds2021 #TransformaTuDestino
## 791                HAPPY BIRTHDAY VI I can’t believe it’s been a whole year since I first started simping over you, it’s crazy. Ilysm… https://t.co/HxeOGEkTxj
## 792                            "You can't come to Tibbers' tea party! Bleh!"\n\n📸: https://t.co/GUDlHIkKYr (edits by me)\n#HolMat2022… https://t.co/TM0Vp9av4Z
## 793               Tomorrow's stream is gonna be the last one for a bit. at least a week, maybe a lil longer. starting off with some p… https://t.co/GmZES8CHSE
## 794               My friend here does art :D\nTag spam because he deserves attention and I lov him, you can do it my boye\n.\n.\n#art… https://t.co/a16HUUbP5G
## 795               "The Old God Varus" \nMay the flaming heavens open, and God Retribution, who accommodates the souls of three in his… https://t.co/s46wT6Ppe3
## 796                 Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.co/yRIFXIaxpM
## 797                                          Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 798                                                 It's time for magic.🎮🎮🎮 #LeagueofLegends #Gameplay #Fanart #StarGuardians #GuardiãsEstelares #StarGuardian
## 799               LoL Miss Fortune Champie Chibi Canvas Print\nhttps://www.redbubble ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO
## 800                                                                           We just keep growing! 🥺🥺🥺🥺🥺 #LeagueofLegends #StarGuardian #ClashLoL #Worlds2021
## 801                                                     His plans ain’t go well 😎😭 #leagueoflegends #twitchstreamer #jhin https://t.co/cGozSKEUOT via @YouTube
## 802                            My penta disappeared, and the only way Kha’Zix was going to as well was by my hand🤫\n\n#LeagueOfLegends https://t.co/6sLrTpM1qd
## 803                       Small Vibe\n \n @tributariesttv is now live with #LeagueofLegends, click to see the shenanigans 🤪 #twitchtv… https://t.co/2wiMBOQ6BY
## 804                                                Teamwork makes the dream work 😎 #leagueoflegends #twitchstreamer #jhin https://t.co/hv23UCQdaa via @YouTube
## 805                                    Even Riot playing the game with lags.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/ipHAkJkJum
## 806                              WoW I just did the thing Playing League tonight as well, come tune in for some laughs #darkanddarker… https://t.co/fP6IDlVhxY
## 807                                                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/mKQCs5RjmD
## 808                                                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/ePhcnBEBpz
## 809                                                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/Q36WiIBEvZ
## 810                              We’re late, but we’re still streaming! Home from a work holiday party and ready to play some LEAGUE!… https://t.co/L90mHtSPzO
## 811                                                                          Just a little bit of fun\n#kaisa #makeup #LeagueOfLegends https://t.co/kJWxOgeHkU
## 812                     Wild Rift – Spirit Blossom Town: Yone + Yasuo Interaction: submitted by  /u/TayluxSwift  \n [link] [comments]… https://t.co/YYm7VZmi03
## 813                                                     The game is important to me.😍 #MOBA #mobilegame #LeagueofLegends #ClashLoL #GENGWIN #YıldızMuhafızları
## 814              Support Carry.... Balance......\n\n#LeagueOfLegends #Anivia #Senna #summonerrift \n\nSaving Eggnivia as Senna in LoL… https://t.co/iU5pjJ44tV
## 815                                                                        ALL or nothing...SIGH! #ypreeg #leagueoflegends #pvp #arena https://t.co/sGA9ReZhwm
## 816                               Playing league of legends check the stream! \n\n#twitch #league #LeagueOfLegends #rts #mp #gaming #jhin #archer #range #win!
## 817                PENTAKILL ON ENEMY BASE #lol #gaming #videogames #streamer #highlights #stream #leagueoflegends #fyp #fypツ #reels… https://t.co/ZHVvTiMEKp
## 818               new feature. never seen before\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes… https://t.co/dM8Sys3Jiw
## 819                         ✨ Of course I start getting sick 1 week before Christmas!!! |  !rampage https://t.co/97HMCqzpuE\n#gamers… https://t.co/Oqsm8KRZsb
## 820                       (✿◠ᴗ◠) ♡\nGOING LIVE AT NOW!!! \nrunning some league, join me?\n\nhttps://t.co/RcwGdrAQmj\n\n#smallstreamer… https://t.co/5Mmk32togd
## 821                          Wanna play games? #LeagueofLegends #LeagueOfLegendsFanArt #MOBA #TransformaTuDestino #StarGuardian #TLWIN https://t.co/ARqoYGsrN1
## 822                          i played an ARAM as Sett. Damn, that was a very satisfying triple in one haymaker. #LeagueOfLegends #sett https://t.co/iNTsHqs5OA
## 823                                                                                   It's just a game.🤗🤗 #LeagueofLegends #Bjergsen #GuardiãsEstelas #GENGWIN
## 824              I like this game.👇 #LeagueofLegends #LeagueOfLegendsFanArt #ArtofLegends #TLWIN #G2WIN #КосплейLoL \nOriginal: Bunni… https://t.co/yO1FyL5aMN
## 825                                                       Enjoy💕💕💕 #LeagueOfLegendsFanArt #mobilegame #LeagueofLegends #YıldızMuhafızı #Worlds2021 #КосплейLoL
## 826                                                                                The adventure begins! #renataglasc #leagueoflegends https://t.co/M4P2t3NfQN
## 827             I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy a… https://t.co/zh5uwX5hUR
## 828                                                I can tell that it's a great game.👏 #MOBA #LeagueofLegends #ArtofLegends #ФанАрт #КосплейLoL #StarGuardians
## 829           ▶️ League of Legends - Top streams a las 01:18 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 7.141\n🥈 #Nissaxter➖Viewers: 4.461\n🥉… https://t.co/ML3aTMONzg
## 830                                               The game is enjoyable.🤗🤗🤗 #LeagueofLegends #mobilegame #YıldızMuhafızı #GuardiãsEstelares #YıldızMuhafızları
## 831                                                                      How can you be mad at someone’s ban when you didn’t declare a champ? #LeagueOfLegends
## 832                                                            Finally, in my hands.🥳🥳🥳🥳🥳 #MOBA #LeagueofLegends #StarGuardian #Bjergsen #TLWIN #StarGuardians
## 833                                                                           Sett Gym Selfie 🤳  #Sett #nsfwart #bara #LeagueOfLegends https://t.co/mWhQ5YVfpa
## 834              Sometimes you just have to have more brain damage than the enemy.\n#memes #meme #funny #lol #leagueoflegends #Arcane… https://t.co/Hy1LZXCGuG
## 835                                 Do you have a "eUWU" account?😂💗\n\n#lolmemes #LeagueOfLegends #leagueoflegendsEU #VTuber #ENVTuber https://t.co/qCERKekKyg
## 836              I like his design!🤔 #Gameplay #LeagueofLegends #mobilegame #FLYWIN #StarGuardians #Bjergsen \nOriginal: Yung1DaggerD… https://t.co/SBc2se2lxA
## 837                                             Happy Birthday Vi 🎉🎉🎊🎊\n\n#vi #arcane #leagueoflegends #arcanefanart #viarcane #sketch https://t.co/JMo1gdZ17u
## 838                                                              More updates to come!👇👇👇👇 #Fanart #LoL #LeagueofLegends #StarGuardian #StarGuardians #GENGWIN
## 839               happy birthday pretty girl :’) #happybirthdayvi #LeagueOfLegendsFanArt #LeagueOfLegends #vileagueoflegends #vifanart https://t.co/XsQVU1HFL8
## 840              Tagged by @memseyy 💙\n6 games I love &amp; 6 people to tag\n—\n#VALORANT\n#Genshin\n#LeagueofLegends\n#StardewValley… https://t.co/C0ByA6HSvK
## 841             A video of Cosmic Harpy Lissandra.\n Hope you like it !\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends… https://t.co/flSqfzUDVF
## 842                    @monivaa we did this twice which confused so many  con-peeps. @HolidayMatsuri #LeagueOfLegends #Eevee #pokemon… https://t.co/mSAh0CyBbp
## 843                               Today's Lol Esports Round Up covers the moves made by EDG, T1 and FLY over the last couple of days.… https://t.co/d4Ica5eqlZ
## 844                                                   https://t.co/ydWlzxzSVD\n\nGoing live for a short stream!\n\n#smallstream #rell #stream #LeagueOfLegends
## 845                        Green screen!? https://t.co/34oH51HQlv i wonder if ill get banned for linking lmao #twitch #twitchstreamer… https://t.co/KEIgFmjO5b
## 846                  K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art… https://t.co/muJqW8LLEq
## 847                                                           There will be more skilling events soon.😍😍😍 #LeagueofLegends #GuardianasEstelares #ФанАрт #TLWIN
## 848                                                   One of the things I like to imagine. #LeagueofLegends #Gameplay #StarGuardians #Bjergsen #YıldızMuhafızı
## 849           ▶️ League of Legends - Top streams a las 00:08 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 7.660\n🥈 #ElmiilloR➖Viewers: 4.150\n🥉… https://t.co/IGi05Wp1OL
## 850                                                                                               I animated this! 💕\n#LeagueOfLegends https://t.co/5HPBRDd4iI
## 851                    Friend just sent me this. Ads for scripts! Lets gooo!\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/BU08tSN5kx
## 852             ♦️ 🎞️Cyber Pop #Akshan - Animated In Game #Overlay\n\n✅LINK :  https://t.co/f4bPPqIrfZ\n\n-----------------\n#Twitchtv… https://t.co/ic95PSV8P5
## 853                                                                                And here is another! PENTA KILL! #LeagueofLegends | https://t.co/oQ3ssp9bU2
## 854                                                                                             Banger #LeagueOfLegends #TikTok video. https://t.co/B6p1sfOzz2
## 855                https://t.co/S22zS1ilVj                 \nHIGH MMR BIG PLAYS BIG ACTION\n#twitch #twitchtvstreamer #twitchstreamer… https://t.co/D54Y2McV8X
## 856            Weekly Schedule Tweet!\n\nSCHEDULE\nFortnite Fridays - Cancelled for this week #Fortnite\nMOBA Mondays - Cancelled for… https://t.co/m6SCI4ZiCJ
## 857                  Stream tonight??? 🙃 https://t.co/UC4GUehI4m #valorant #LeagueOfLegends #auditionredbana #stardewvalley #sunhaven #killjoy #kjmains #fps 💙
## 858                                                                             Teaching a friend how to play lol xD. #leagueoflegends https://t.co/6BrnbB2pK7
## 859               Like and Share if you have been fan since day 1\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo… https://t.co/IY27ykZquC
## 860               praying one day we will be able to turn boarders off on @LeagueOfLegends some of these are so UGLY and tacky they c… https://t.co/44TbmPgnWC
## 861                                              League of Tank #leagueoflegends #montage #lol #twitch #lolmemes #riot #pro #HIGHLIGHT https://t.co/UsNVLvqMjY
## 862            [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good fri… https://t.co/JqgmugtkmV
## 863                              Check out this League of Legends clip I recorded with https://t.co/B1iBvNaEPB! #LeagueofLegends\n\n🔗… https://t.co/m3D2GVXrSm
## 864                                                       At the start of every pre/mid-season patch, take a coinflip #LeagueOfLegends https://t.co/1iCxwtXUvw
## 865                                 Since im diam 4 look whats happend xD from win streak into lose streak #leagueoflegends #riotgames https://t.co/7jILGDNVVw
## 866                                                                    I like this game.🚀🚀🚀🚀 #MOBA #LeagueofLegends #ArtofLegends #StarGuardian #ФанАрт #TLWIN
## 867                  KIRYU COCO SHYVANA (Hololive Virtual Youtuber) - League of Legends Custo... https://t.co/0rrXd7ym4N via @YouTube… https://t.co/6XDQ04Y9LQ
## 868                              How to warm up like a Master Tier player https://t.co/FHFR2PBlgX\n\n#LeagueOfLegends \nPlease sub!! trying to get 1000 subs!!
## 869                                                                      【AU】Saltying with Maple and Luca https://t.co/H149UFcwVn   #LeagueOfLegends #vtuber
## 870                                                    I also miss them.🤩🤩🤩🤩 #LeagueofLegends #MOBA #ArtofLegends #G2WIN #GuardiãsEstelares #YıldızMuhafızları
## 871               Zeri gets trolled\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/88vOHFzMm2
## 872                ▶️ League of Legends - Top streams a las 22:58 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 8.682\n🥈 #8cho➖Viewers: 2.009\n🥉… https://t.co/y7dFpXyfIx
## 873                🔴 I'M LIVE 🔴 COME HANG OUT! 🖤\nhttps://t.co/yxFZYocH5M\n\n#GREENMANGAMING #TwitchAffliate #smallstreamer #valorant… https://t.co/YWMyVYkVs6
## 874                                                                  anyway heres wonderwall #ArtofLegends #seraphine #LeagueOfLegends https://t.co/AJX2a73XPP
## 875               Is League of Legends down 12/19/2022. Why League of Legends is not working today? Whats up with League of Legends n… https://t.co/0spPbOeyL3
## 876                         League of Legends  /  Silver  Rank   / Going for 300 subs https://t.co/AL76Hf77gK via @YouTube \n#YouTube… https://t.co/KHqgKcdhVQ
## 877                                                     new day - new art 🎮🎮🎮🎮 #MOBA #ArtofLegends #LeagueofLegends #GuardianasEstelares #StarGuardian #ФанАрт
## 878               Heeeeloooo MARAUDERS !!!! Welcome welcome to the first stream of the week ! Let's see if the rest has helped me bec… https://t.co/KlE4OT32hX
## 879               Simply using information you HAVE in-game can lead to more determined pathing... which leads to JG DIFF in your fav… https://t.co/BAbhpNXmc8
## 880                                                                                                  arcana #jinx wip #LeagueOfLegends https://t.co/rqg9F7vAJP
## 881                                                                                   And they are only silver #LeagueOfLegends #Memes https://t.co/IofKXPOjsT
## 882                                                      Friend just sent me this. Ads for scripts! Lets gooo! #LeagueOfLegends #Memes https://t.co/YKggjGn7B5
## 883                                                                                          Zeri gets trolled #LeagueOfLegends #Memes https://t.co/wvbrwRWyly
## 884                                        going live now definitely getting back into gold 2 today 🥹\n\ntwitch . tv / eternalxena\n\n#leagueoflegends #twitch
## 885                                                    Guess who bought new procreate brushes? #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/X8EMVsbOVO
## 886                         New Profile Banners coming to League of Legends\n\nhttps://t.co/KNyOVz18Jv\n\n#LeagueOfLegends #RiotGames… https://t.co/PFTwDYFySx
## 887                                                              I'm protected by them.🙊 #LoL #LeagueofLegends #StarGuardian #FLYWIN #GENGWIN #GuardiãsEstelas
## 888                                                               A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 889                                                                                @Shadow_Official Losing a game by a teammates is the worst #LeagueOfLegends
## 890                                                                                            baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q
## 891                    Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)… https://t.co/k1D8q91FkU
## 892                    Samus and Nami making gingerbread cookies for Christmas ♡: submitted by  /u/colorisandoo  \n [link] [comments]… https://t.co/c0felgkHFn
## 893                   Please... just stop\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/gDAUTqPqQc
## 894                It was done.😎😎😎😎😎 #LeagueofLegends #StarGuardian #КосплейLoL #YıldızMuhafızları #ФанАрт \nOriginal: esports_kashima https://t.co/Q3DtrzXgEG
## 895                                                                                          #LeagueOfLegends\n"Jesus is speaking,"??? https://t.co/u2wECCt5jF
## 896                    @SmallStreamersC @SmallStreamersR Hello😁\n#gamer #smallyoutber and #smallstreamer 😇\nAlmost everyday #video or… https://t.co/Q3misVIi5Z
## 897               https://t.co/nP3Xu4zj5r This is my LEC tier list with all the moves made and the teams being all but set for Spring… https://t.co/Qr1jPsLDfG
## 898             @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video o… https://t.co/vTnZ0VdZNi
## 899            @OwlShare Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video or #stream😍👍\nThis week mo… https://t.co/qknC7IJfl1
## 900             @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video o… https://t.co/0wSLZlUMZb
## 901                 @MrSmallYouTuber @BlazedRTs @BooksMusicFilm @TopZedBrands @OwlRetweets @rtsmallstreams @SupStreamers @TwitwatchRT… https://t.co/GgszRWXcad
## 902             @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video o… https://t.co/GZzDVpMfGp
## 903                                                                          Re-tweets and likers, thanks.🔥🔥🔥🔥🔥 #game #LeagueofLegends https://t.co/Nqi2vwY3JM
## 904               LoL Lee Sin Champie Chibi Spiral Notebook\nhttps://www.redbubble.c ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO
## 905                         This seems explosive 💥!\n\n#Ziggs #leagueoflegends #Riotgames #Art #VideoGame #Riot #Artist #illustration… https://t.co/JfFEEAr5qC
## 906               My account got suspended for 2 weeks because I made sarcastic comments about how I got chat restricted for saying j… https://t.co/qgtKkohUZI
## 907             Sesa J Refumee Camille is Steph J Millz’s reformed Camille following the Hail of Blades training. \n\nYou can imagine… https://t.co/cyfdB5XOlr
## 908                                                                 3 seconds before disaster... 😨🥹\n\n#Vtuber #LeagueOfLegends #yuumi https://t.co/CCNqsGN2FW
## 909                      LIVE ON ! https://t.co/pksdkCs3Mk #cortesdatwitch #lolzinho #fibrado #itu #sp #leagueoflegends #ValorantClips https://t.co/10xHmdkfl3
## 910                       [9:13] Ally 1 (Ornn): Alive\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/1TN7K932j4
## 911             ACTUALLY, if I add all the Camille mastery points from all 5 of my accounts I’m #1 outright 🤯😭😂.\n\nThere are 3 accou… https://t.co/K0dUlOSW7P
## 912                      I’m streaming league rn, join if you want to see the worse kat na (and other champs) https://t.co/2UL8tfttOM… https://t.co/3oyxOdZOsJ
## 913                                          It's rough out here #LeagueOfLegends #ranked #soloqueue #competitive #esports #holioholio https://t.co/dbDUZPYLbx
## 914                 Ruined King: A League of Legends Story - Ruined Skin Variants (PC) - Steam Gift - EUROPE\nhttps://t.co/sDawkyN9Ti… https://t.co/KGpcUBD89y
## 915                           Hextech Mayhem: A League of Legends Story (PC) - Steam Gift - GLOBAL\nhttps://t.co/3OIs6dzi8L #gamingpc… https://t.co/zNtmqrq39t
## 916                                                     mythmaker irelia 🥮\n\n#mythmakerirelia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/xnHojfPNte
## 917                                        I can't imagine a world without games.🙈🙈🙈🙈 #LeagueofLegends #LoL #Fanart #TransformaTuDestino #StarGuardians #G2WIN
## 918                                                                            The President's New Year speach\n1\\2\n#leagueoflegends https://t.co/NXzbfB5321
## 919                                                                        Doodles\n#LeagueOfLegends #RainbowSixSiege #GenshinImpactOC https://t.co/I2euihxPbH
## 920                          League of Legends Gift Card 10 EUR - Riot Key - EUROPE\nhttps://t.co/24tYP0aRif\n#MyYearOnXbox #gamingpc… https://t.co/5mB2IlotiC
## 921                    WHEN DARIUS CANT FINISH YOU OFF\n#league #leagueoflegends #lol #riotgames #leagueoflegendsmemes #legends #riot… https://t.co/fltXmdfAhD
## 922                                                                         Rammus 💖 \n#LeagueOfLegends #rammus #fanart #bumpy #sketch https://t.co/9IFaSXHJo8
## 923                           League of Legends Riot Points Riot TURKEY 3620 RP Key\nhttps://t.co/i1GJpnYWJV\n#MyYearOnXbox #gamingpc… https://t.co/ELl7IOP8vQ
## 924                          League of Legends Gift Card 50 BRL - Riot Key - BRAZIL\nhttps://t.co/oKo5204Vd4\n#MyYearOnXbox #gamingpc… https://t.co/2pOa37AdwJ
## 925                                                                                 Chronoshift is on cooldown #LeagueOfLegends #Memes https://t.co/7Heeu4Dyh9
## 926                                                                      blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 927                       This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4X6tCw
## 928               Finally getting around to watching this. I didn’t know this was gonna be this good! I’m really enjoying the animati… https://t.co/q2Fy0jCBPt
## 929                              100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:… https://t.co/qBzdQtEbRC
## 930                                                   Celebrating bday w/her favourite zoomer \n#Arcanevi #arcanejinx #LeagueOfLegends https://t.co/dL6Y9spkkl
## 931                      Riot are attempting to pull out of a sponsorship deal with a bankrupt crypto company https://t.co/QOPekEIZWp… https://t.co/iLm5paqITr
## 932                                                             It's a great game. #mobilegame #LeagueofLegends #LeagueOfLegendsFanArt #Nilah #GENGWIN #ФанАрт
## 933                        Seraphine - League of Legends\nI love lol's character design, although this is my version of seraphine ^w^… https://t.co/SoCMR2jhUf
## 934              Mage supp gameplay\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/Grj7gFRmqC
## 935                                                                 A new Lobby Cosmetic is Coming Soon\n#LeagueOfLegends \nRead More: https://t.co/pHwgyrxyyi
## 936                                                    Last stream before christmas break!! #LeagueOfLegends was chosen so here we go! https://t.co/jzoBaVfgd8
## 937             Elderwood veigs is still plenty fuzzy, drawing him half mask was fun \n\n#LeagueOfLegendsFanArt #ArtofLegends #veigar… https://t.co/agEBXhqQ01
## 938                 ALL THE MODS 8! https://t.co/GTNGx6XBXt #gaming #gamer #minecraft  #GenshinImpact #overwatch #minecraft建築コミュ #Bungie #LeagueOfLegends
## 939                              Check out this League of Legends clip I recorded with https://t.co/B2ODqIZjiZ! #LeagueofLegends\n\n🔗… https://t.co/GOCNDpoA9Y
## 940                #DeadbyDaylight has more "remnants of the old game" in its code than #LeagueOfLegends despite League being 5 years… https://t.co/9FMtWmRR7t
## 941                               Black bride Soraka 🖤\nShe so anime omg...\n\n#soraka #LeagueOfLegends #LeagueOfLegendsFanArt #fanart https://t.co/qhTdPzQoPV
## 942                                                       just playin around with colors\n#Zoe #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/hDjk8lOtTi
## 943         #LeagueOfLegends players! We teamed up with @theblitzapp for an epic Arena event 🤩🤩\n\n$3500 prize pool, details &amp; si… https://t.co/CDfHDCUaSZ
## 944                              Check out this League of Legends clip I recorded with https://t.co/B2ODqIZjiZ! #LeagueofLegends\n\n🔗… https://t.co/iC4U7kpmvm
## 945                     Going Live now playing \n#teamfighttactics over on twitch \nCan we get to 5 wins..\n\nhttps://t.co/T9rMxsjvPu… https://t.co/oGaiq9062c
## 946                                                                     Pantheon has Flashbacks.\n\n#pantheon #Aatrox #LeagueOfLegends https://t.co/zPcon6maqw
## 947                   Hey what's up guys! Streaming for fun, so feel free to hop on in!\nhttps://t.co/B9pZB2Jjb3 #TTV #Streamer #Live… https://t.co/4DfDY8XcsH
## 948                          Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising… https://t.co/q6RSOUDkTj
## 949                                                             @NVIDIAGeForce @stefanello_f is a #LeagueOfLegends gamer however, he is still a gamer #GiftRTX
## 950                                                               China server login screen #WildRift  #LeagueOfLegends  #Christmas 🎅🎄 https://t.co/lVXWbqsRTQ
## 951               here we go another cold monday T_T oh and i'm live on twitch with #GenshinImpact and #LeagueOfLegends later 🥰 would… https://t.co/KoGwyAy4Bp
## 952              1/11/ Taric Coaching me on how to be BETTER - https://t.co/ey2HKoT8oI \n-\n-\n-\n#LeagueOfLegends #CannabisCommunity… https://t.co/ls1mTW2W99
## 953           Work in progress | JINX from Arcane or League of legens |\n\nthis face took so long, but it turned out okay. (っ^▿^)💨… https://t.co/9tFgOsNP1g
## 954                               Why does it feel like Riot is always nerfing the champions I love to play in #leagueoflegends? Stop ruining the game for us.
## 955               There is at least one in every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/Agnb7qXK0T
## 956                                          WinterBlessed Diana Splash ❄️\n\n#digitalart  #LeagueOfLegends #fanart  #art #illustration https://t.co/H1t0btmFkV
## 957              This League bug now makes Lulu’s Pix able to withstand a gunshot for Viego @LeagueOfLegends\nCheckout the full story… https://t.co/E15IBkX6Vi
## 958                               Ekko: The Boy Who Shattered Time - P&amp;A #5: submitted by  /u/bucketofsteam  \n [link] [comments]… https://t.co/5SmT2J7WLl
## 959                      Blitzcrank’s self-slow is eventually put to use by league players @LeagueOfLegends\nCheckout the full story:… https://t.co/prosCXNEkQ
## 960               After 105 episodes we FINALLY get some insight into Ixtal's inner workings, and learn about everyone's favorite lad… https://t.co/4IuOQIZp6L
## 961                                   The first drawing done on a mobile device💕💕 #LeagueofLegends #Game #LeagueOfLegendsFanArt #ClashLoL #КосплейLoL #GENGWIN
## 962                                                                        It's 60th day of SIMP waiting for MALE FURRY CHAMP 🤨#SIMPiswaiting #LeagueOfLegends
## 963                                                                        There is at least one in every game #LeagueOfLegends #Memes https://t.co/zLkzODg9cG
## 964                                                                                             Just made this #LeagueOfLegends #Memes https://t.co/7tbLp6DIyk
## 965                                                                                         Mage supp gameplay #LeagueOfLegends #Memes https://t.co/CLWwOeMp0c
## 966                                                      Happy Birthday to Vi! (12/19/22) \n\n❤️♥️💜💗💖💕💞💓❣️💘💟💝\n\n#Arcane #LeagueOfLegends https://t.co/jtmrKvGvPE
## 967                                            We live for the Monday stream! Get yo’ cute asses in here! #twitch #LeagueOfLegends \n\nhttps://t.co/c4JRAZlFeT
## 968                    This manhwa is awesome! I can't get enough of it!\n \n#leagueoflegends #music #komik\n\nhttps://t.co/Qz8p297wAN https://t.co/hwg6jnKfr0
## 969                                                                                                           BLITZ🐱| #LeagueOfLegends https://t.co/urdIEmmnyi
## 970                                                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/tzlzdqI2T0
## 971                                                                                                                    nerf Yasuo's Wind Wall #LeagueOfLegends
## 972                                                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/cVFGp3zw7z
## 973              Just minding your own business when... 😵\n\n#gaming #twitch #valorant #leagueoflegends #overwatch #csgo #apexlegends… https://t.co/AhkrIYMuws
## 974                                                                                   Meow 👁️\n\n#process #yuumi #LeagueOfLegends #meme https://t.co/bj9Ew9mh0E
## 975                                                                                                       no reason to play fckin preseason \n#LeagueOfLegends
## 976                        Happy Holiday Week!!!! Push to get to 1k before the new year. \n\n#leagueoflegends #twitch #twitchstreamer… https://t.co/tWoV9eQlBm
## 977                                 Would you like to see something?🙈🙈🙈🙈 #LeagueofLegends #ArtofLegends #LoL #GuardianasEstelares #YıldızMuhafızları #ClashLoL
## 978               Riot Games Reveal New Broadcasting Schedule!\nhttps://t.co/so0rEMFPyP\n#esports #valorant #LeagueOfLegends #twognews https://t.co/zmIauijhV8
## 979                           Link to the mods and guide on how to swap to different presets in the replies. #tekkenmods #NewReleases… https://t.co/9LVpHzPd37
## 980                                                                                         This right here #leagueoflegends #lolmemes https://t.co/EfAT67VQM9
## 981               Sometimes i swear it worked... 😅\n\n#gaming #twitch #valorant #leagueoflegends #overwatch #csgo #apexlegends #dota2… https://t.co/gkNknPBaO4
## 982                  Riot better start charging players $350 for these loading screen tips\n#memes #meme #funny #lol #leagueoflegends… https://t.co/EJ3ncqrA1U
## 983                                                            I don't know what to say about Fanart.👏👏👏👏👏 #LeagueofLegends #GuardiãsEstelas #Bjergsen #ФанАрт
## 984             I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥… https://t.co/QRpNlBcYAS
## 985                              She slowly took my heart and became one of my favorite characters. Happy birthday, Vi. I love you. 🥺… https://t.co/fKV8oQzpi8
## 986                        @LeagueOfLegends Did I capture the essence of LOL accurately? @riotgames #LeagueOfLegends #gamememes #Memes https://t.co/3YMD2kMh0N
## 987                                                 Cap detected 🧢\n#vtuber #ENVtuber #VTuberUprising #twitchstreamer #LeagueOfLegends https://t.co/AOfSgHwJqa
## 988               ▶️ League of Legends - Top streams a las 17:36 (Hora ESP)🔥\n\n🥇 #lulax➖Viewers: 759\n🥈 #NickDaBooM➖Viewers: 746\n🥉… https://t.co/4KKMuiRNF0
## 989                                                                      Here's some Fanart.😎 #ArtofLegends #LeagueofLegends #FLYWIN #StarGuardian #КосплейLoL
## 990                             🖤 Janna 🌪️\n🖤 ... I guess I am finally cured of my playing ranked addiction 🤷\n#fanart #LeagueOfLegends https://t.co/91pbMWO50D
## 991                      Good morning☕️\nHanging out &amp; playing some #LeagueOfLegends \nhttps://t.co/Jo8FsAJxAm &lt;- Meme Builds😎… https://t.co/EPYY9TcHRP
## 992                                           Who’s your favorite league champion? Is there a reason? \n\n#LeagueOfLegends #Vtubers #VtubersEN #VTuberUprising
## 993                           No idea how to tag art on here but here’s a neeko drawing I was very proud of #LeagueOfLegends #neekolol https://t.co/WUMuc1uvGJ
## 994                                                               What are you doing?🥺 #Game #ArtofLegends #LeagueofLegends #Bjergsen #YıldızMuhafızı #GENGWIN
## 995                                                    Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT
## 996                   Wild rift YONE gameplay 👇👇👇 https://t.co/GxUoWv7uCO\n#LeagueOfLegends #WildRift #gaming #gamingcommunity #games… https://t.co/8MN6gTaYRe
## 997                    Rekkles, Rhucks, and Crusher join the Fnatic LEC Roster\n@FNATIC @LeagueOfLegends @LVPesLoL \n#LeagueOfLegends… https://t.co/e0neUfH8c3
## 998                              IM COMING MASTER \n#TwitchStreamers #twitchgirls #LeagueOfLegends #jungle #twitchfr #twitchstreaming… https://t.co/Dusrl8mN8z
## 999                A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/zx4AT8tiIH
## 1000                                  #leagueoflegends #flu  After a big pause because of vacation and then a bad flu I'm  live again… https://t.co/AWl6ULps9Y
## 1001                  Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock… https://t.co/b9UQl5PI8U
## 1002              This about sums up the #crypto market for 2022!\n\nCan someone just make this a GIF, and add a miniature #SBF style… https://t.co/lSReMppU8B
## 1003                                               #SBF_FTX  Was a huge #leagueoflegends fan. He was in the worst division lmao! You can't make this story up!
## 1004                                                                                       I'm good at it!🙊 #Gameplay #LeagueofLegends #Nilah #TLWIN #ClashLoL
## 1005             Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane… https://t.co/XWHmpSTUV3
## 1006                         trying to post something different than NoAi tweets...\nJust starting a 3d print fan-art for a friend. 🥰… https://t.co/vvJwSV2KEt
## 1007              we should chat resist players in league of legends that type but not perma ban players who leave game, win trade an… https://t.co/QrKrZB5EFD
## 1008                                    Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 1009                              top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 1010                                     Katirina of League of Legends! #LeagueOfLegends  #stablediffusion \n\nhttps://t.co/c7apcm2XQG https://t.co/H87xRRGG4z
## 1011              Since I have been playing more #LeagueOfLegends like off stream with friends and am now the owner of the Pool Party… https://t.co/eFcShou6IU
## 1012                                         #belveth #LeagueOfLegends #b3d #blender\nBel'Veth Trying to escape by hacking my blender👾 https://t.co/rDpA6Zg2fl
## 1013                                                                                    A peace for every game #LeagueOfLegends #Memes https://t.co/a1ORohxiYJ
## 1014        these two persevered their entire lives &amp; finally became world champions this year. \n\nall I'm saying is: 2022 is wo… https://t.co/GAIZIvyEIh
## 1015               League of Legends - Riot buffs Rod of Ages in Patch 13.1\n\nhttps://t.co/ZYhT2g8dcq\n\n#LeagueOfLegends #RiotGames… https://t.co/C9ipAptj8s
## 1016                                                                       Queen of Doom and Gloom\n\n#RiotGames #VEX #LeagueOfLegends https://t.co/vdXlmuaMVf
## 1017              The first half of the game and middlegame was stupid with the items – did not understand who better to give what an… https://t.co/PFWFbzWvg8
## 1018            In the middle of the game took Soraka, and it made a big difference – a lot of hits and a lot of damage.\n\nIn genera… https://t.co/adRJti8L7h
## 1019            Another first today. \n\nAlmost the whole game, I was losing and quickly drained to 2 hp. Near the end of the game ca… https://t.co/fa400w9stO
## 1020                              LOL DAILY MOMENTS MONTAGE 2023 https://t.co/gpEm82XAKs link\n@YouTube\n\n#lol #LeagueOfLegends #toplane #lolmontage #lolnews
## 1021                   How To Jungle In Season 13 with GANK JUNGLERS? | #leagueoflegends #tierlist #patch #patchnotes #lol #leaguetok… https://t.co/En28dheK7Q
## 1022                                                                                    Tactical decision, summoner!\n#LeagueOfLegends https://t.co/oB5shoeAUV
## 1023                                                        The monday morning motivation rn\n#VTuberUprising #LeagueOfLegends #Vtuber https://t.co/ERTEF8wGoB
## 1024                                                                                Sooooo funny!!!🥳 #LoL #mobilegame #LeagueofLegends https://t.co/gfd8WCTSAa
## 1025               Played light but still was able to get this takedown this morning! #DFS #eSports #LeagueOfLegends #DemaciaCup More… https://t.co/G5r9q1FsPr
## 1026               Tank meta they say ...\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/8fDvy7NyoC
## 1027              @Yuminisiachan [🇵🇱] Yumisiaq 🐱 is a polish gamer girl who enjoys community a lot! She's a very talkative person! He… https://t.co/QDPii2JxuT
## 1028               super super cute seraphine and viego commissioned by @The_LadyScorpio 💜🖤 i had so much fun drawing this and i love… https://t.co/9t4vaEGpRJ
## 1029                        Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use!… https://t.co/nN8Bf5Tc8O
## 1030          ▶️ League of Legends - Top streams a las 15:58 (Hora ESP)🔥\n\n🥇 #Esportmaniacos➖Viewers: 3.449\n🥈 #NickDaBooM➖Viewers:… https://t.co/gaG2Afaj8S
## 1031                                                  What an amazing game 😍😍 #LeagueofLegends #LeagueOfLegendsFanArt #КосплейLoL #StarGuardian #StarGuardians
## 1032               Day 6 of begging @riotgames to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petition #riotplz #3v3
## 1033                                                           🔴LIVE NOW \n\nLINK: https://t.co/4qCFrab2Rn\n\n#LeagueOfLegends #twitch https://t.co/ghlYqgY1HB
## 1034                                                                             Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 1035                                                                                                     big facts\n\n#LeagueOfLegends https://t.co/oYbvBgzYKg
## 1036                        New Short is out today!\n\nMr. Quadra's Insane Game Part 1 #shorts #trending #leagueoflegends https://t.co/DnC6QunR9g via @YouTube
## 1037                                                                        Kha'zix and a Good Team #LeagueOfLegends  #montage #khazix https://t.co/AHEAHInT3w
## 1038                                                          just you and me Fishbones- Jinx\n\n#arcane #jinxcosplay #LeagueOfLegends https://t.co/z1bcCaTIgx
## 1039             We are trying out the game.🥺🥺🥺🥺🥺 #LeagueofLegends #Game #Fanart #YıldızMuhafızları #GENGWIN #Nilah \nOriginal: Coven… https://t.co/fu2PrKLMbq
## 1040                                                          Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 1041                                A lot of great events this year, but what was your fav?\n\n#DOTA2 #LeagueOfLegends #CSGO #VALORANT https://t.co/e0N30IUizr
## 1042                          Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina… https://t.co/sdQoV0aaVj
## 1043              Death Hunt: If Kindred spirit gods given people pray to them? If so can shaman use there power or a deal for when d… https://t.co/lQQKDgsyJs
## 1044                                                                                                DUNK!!\n270 PTS\n#Dunkmaster🏀 #FeelIonia🍃#LeagueOfLegends👊
## 1045                                                                                                DUNK!!\n269 PTS\n#Dunkmaster🏀 #FeelIonia🍃#LeagueOfLegends👊
## 1046                                                    steadfast capstone now master rank #leagueoflegends #leagueoflegendschallenges https://t.co/zEIg1B5rFt
## 1047                                                         comeback kids now master rank #leagueoflegends #leagueoflegendschallenges https://t.co/uL8izVg2K2
## 1048                    Third wheel\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/28yRealyEQ
## 1049                                                                                Waiting room for today's #LeagueOfLegends stream!\nhttps://t.co/a9k1Gs4cfv
## 1050                Live now with #LeagueOfLegendsWildRift been a while since i played this. #LeagueOfLegends #twitch #twitchstreamer… https://t.co/cgerlzIQZW
## 1051              I have a tabletop RPG in the LoL universe and I need ideas to continue.: My universe it's set in runeterra, the sto… https://t.co/Lq8jWcnx37
## 1052           ▶️ League of Legends - Top streams a las 14:48 (Hora ESP)🔥\n\n🥇 #KXMI➖Viewers: 692\n🥈 #Esportmaniacos➖Viewers: 541\n🥉… https://t.co/omEq4lvzbL
## 1053                #livenow Will there be salt today? A little #LeagueOfLegends shenanigans with @Riyou_Kisa @Hoten__, Kris and BOB!… https://t.co/tosAVBrAqp
## 1054                                                                    Thresh c0mm for a classmate ! ty!!\n\n#LeagueOfLegends #Thresh https://t.co/a7YGj3lmmR
## 1055                                                    How to use Teleport Effectively on KAYLE #leagueoflegends #lol #shorts #league https://t.co/coj9vqn6UB
## 1056              If I was able to make my own team in #LeagueOfLegends and choose who I played with no matter what region, I would b… https://t.co/mXbLhIqQTO
## 1057                                                                       Fighting Sion in preseason be like: #LeagueOfLegends #Memes https://t.co/hZ8XpgR3TE
## 1058                                                                                Not only dota and fortnite #LeagueOfLegends #Memes https://t.co/IS3cEZlwzX
## 1059                                                Sus\ni mean\nSylas\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Sylas https://t.co/4Cq1WSNN1F
## 1060                           League of Legends // Iron Climb W/ Squizhii // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers… https://t.co/qsdcA2q6QX
## 1061                                                            Jhin Penta from preseason 13 too clean. #LeagueOfLegends #LionelMessi𓃵 https://t.co/4p0QWErCD8
## 1062                                         Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 1063              Live with some ranked (preseason) league. So basically trying to get imaginary points that are worth even less beca… https://t.co/eEEZaOLdre
## 1064              I swear every time I load this game this message appears.... Honestly riot at this point should hire me to their pl… https://t.co/iO8IIOCkIq
## 1065        I don't know what to post today so... Multifandom time &gt;:D\n.\n.\n#Digitalart #WarriorCats #Predator #Dehaka (I just k… https://t.co/pARVIktJnr
## 1066                                              https://t.co/5xULFPw8Uc LIVE! Come say hi^^ \n20 wins 0 losses atm #hardstyle #LeagueOfLegends #StreamingNow
## 1067                                     Here is one of ultimate waifus from LoL - Ahri!💞\n\n #LeagueOfLegends  #LeagueOfLegendsFanArt https://t.co/yHhDEXvR7A
## 1068                      Solo queue teamplay be like\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/yx8boVwhfu
## 1069                                                  STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux
## 1070              Even though it's just a normal game (normies), I had the most Jhintastic play being an ADC - ever. Straight "Victor… https://t.co/nQkKMFWZmW
## 1071               Sound Redesign for one of my favorite champions Jhin! \nAnd yes, that was an M1 Garand PING &gt;:)) \n\n#GameAudio… https://t.co/jHxJfg9PrR
## 1072                                                                             What a game.❤️❤️ #LeagueofLegends #Gameplay #Worlds2021 #YıldızMuhafızı #ФанАрт
## 1073            ▶️ League of Legends - Top streams a las 13:38 (Hora ESP)🔥\n\n🥇 #Zeling➖Viewers: 1.188\n🥈 #PochiPoom➖Viewers: 581\n🥉… https://t.co/tGdZKrjXHP
## 1074                                                      Love the game.😎😎😎😎😎 #ArtofLegends #LeagueofLegends #Game #StarGuardians #FLYWIN #TransformaTuDestino
## 1075              Avid #LeagueOfLegends fans use @SkinSpotlights as a go-to for all of their cosmetic needs; so much so they want the… https://t.co/5OsOYMriHy
## 1076                 League of Legends Katarina look inspired by Skin Spotlights is a must https://t.co/6B5jqIIUQt #LeagueofLegends #MOBA #FreetoPlay #esports
## 1077                                             For every light themed there would also be dark themed skins. #LeagueOfLegends #Memes https://t.co/zuNpLPipJr
## 1078                                           no please no I am not going to download league for the 6th time #LeagueOfLegends #Memes https://t.co/7X1fNwG6p7
## 1079          I'm LIVE!\n\nHavent played League in a little over a week, but it wont stop me from getting D2 today! Tune in!\n\nttv/t… https://t.co/yDCZ2XNopE
## 1080            Another LOL fanart. And this time it's Sona 🥳🥳...\n\nSo happy that I did pull it off, it's hard for me at first since… https://t.co/mV8feEqDgi
## 1081              Can we stop treating every single new thing released by Riot as a teaser for the MMO?: It seems every single time a… https://t.co/gr3tBH5jNO
## 1082               White Monogram Name Personalized Water Bottle https://t.co/gQwzgA2QtW via @zazzle \n#zazzlemade #robloxArt #roblox… https://t.co/n5q2JRqrYI
## 1083                  Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao.… https://t.co/ciFuxUXd2z
## 1084                                                                                   Day 751: No news on Pentakill Rell 🖤\n#LeagueOfLegends #Pentakill #Rell
## 1085                      [9:13] Ally 1 (Ornn): Alive\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/tMz7kg5KDZ
## 1086              And here we go: @EinSpandau announced their Roster at the @DreamHackDE ! What a game against @NNOPrime! Well played… https://t.co/wjFqasgaCl
## 1087                                                  Let's do it!🥳🥳 #Game #LeagueofLegends #StarGuardian #GuardianasEstelares #ФанАрт https://t.co/lgvSWhyN42
## 1088                                     Stars protect me.🤗🤗🤗🤗 #MOBA #LeagueofLegends #КосплейLoL #GENGWIN #Bjergsen \nOriginal: M3vho https://t.co/JBmBty8eeS
## 1089                                                                                              me n who #LeagueOfLegends #RiotGames https://t.co/Mo8inb9W4M
## 1090             2/ #RiotGames says Sam Bankman-Fried’s love of #LeagueofLegends hurts the brand. \n\nThe game developer wants to end… https://t.co/fHGlfluIwK
## 1091              ▶️ League of Legends - Top streams a las 12:28 (Hora ESP)🔥\n\n🥇 #Zeling➖Viewers: 957\n🥈 #PochiPoom➖Viewers: 702\n🥉… https://t.co/C07g4H72VC
## 1092                                                             Old painting of Jinx I never posted\n\n#Arcane #Jinx #LeagueOfLegends https://t.co/MwfgizhJW9
## 1093       Recruiting starts after #Christmas\n-#Streamers\n-#Esports\n-#GFX \n-#Management\n-#Coaches\n•#Competitive \n-#ApexLegends… https://t.co/Gpq8Y2flva
## 1094                                                                     WORKING ON MISS FORTUNE ☠️🏴🏴‍☠️!!! #LeagueOfLegends #MissFortune https://t.co/SL6C8miBT5
## 1095                                                        It was enjoyable.🎮🎮 #Gameplay #ArtofLegends #LeagueofLegends #КосплейLoL #Nilah #YıldızMuhafızları
## 1096              🤝 Congratulations to our winner of ACES: #Valorant, #DOTA2 and #LeagueofLegends last weekend 💥\n\nCampus esports is… https://t.co/VsynSZIdqe
## 1097              what does it mean\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/UVaTzHHpOp
## 1098                                                                                  It will start soon.🤔🤔 #LeagueofLegends #Gameplay #GENGWIN #G2WIN #ФанАрт
## 1099                                        It is time to make art.🔥🔥 #LeagueOfLegendsFanArt #ArtofLegends #LeagueofLegends #GENGWIN #StarGuardian #Worlds2021
## 1100                                                     New video out! #Wildrift #lol #leagueoflegends SPIRIT BLOSSOM YASUO MVP MODE\nhttps://t.co/9nMZaZ3YHA
## 1101                                                                               Solo to master? Why not. #WildRift #LeagueOfLegends https://t.co/yhVbH3KtH7
## 1102              Very ~trash~ Christmas edit of the girls! I'm still new to doing edits, so sorry that they're kinda bad lol, I trie… https://t.co/Yr82NX9mQM
## 1103              ▶️ League of Legends - Top streams a las 11:46 (Hora ESP)🔥\n\n🥇 #Zeling➖Viewers: 893\n🥈 #PochiPoom➖Viewers: 668\n🥉… https://t.co/pztjkCSvj0
## 1104                                                                                  Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 1105                                                                                   Shit\n#WildRift \n#LeagueOfLegends \n#RiotGames https://t.co/5rqTpDZ3jd
## 1106                                                     Whole friendship summed up to one clip #gangfights #fortnite #LeagueOfLegends https://t.co/9uFryWB4Od
## 1107                                                                                Up your #LeagueOfLegends Game! #StrategyGuide #Win https://t.co/38ul3jtORC
## 1108                                                   Soraka - League of legends \n\n#soraka #LeagueOfLegends #ArtofLegends  #drawing https://t.co/zln4z6YiE5
## 1109                                                        I showed it to my friends.🎮🎮 #Gameplay #LeagueofLegends #mobilegame #StarGuardian #Bjergsen #G2WIN
## 1110                                                                                              Sad but true #LeagueOfLegends #Memes https://t.co/lusJFCFid3
## 1111                                                                         The life cycle of a Kassadin main #LeagueOfLegends #Memes https://t.co/c9QVJQxfKe
## 1112                      little miss fox is waiting for you💖 where? here: https://t.co/8zBk0uIJnj 🤭🍑 #popstar #ahri #LeagueOfLegends… https://t.co/Ay6Z77QMp4
## 1113                         Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar… https://t.co/lcAZHVcL2g
## 1114                                                                     Adc is a role #LeagueOfLegends #riotgames #jinx #nasus #funny https://t.co/TAJeeRRHRA
## 1115             Reading, Everything We Should Have Said (K'Sante Story) - League of Lege...: submitted by  /u/RangerEd64-  \n [link]… https://t.co/uVBwz2yym3
## 1116              The plot of "The Return of the Abandoned Son" is like a roller coaster of emotion. It's riveting and full of surpri… https://t.co/X3jD94Tnj6
## 1117                      [9:13] Ally 1 (Ornn): Alive\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/LeIJgbmCP9
## 1118                      For more post like this follow @bladeandwhip \n•\nThanks to @leagueoflegends\nand @riotgames for League!\n•… https://t.co/xkv7CGfAIG
## 1119                Reading, Everything We Should Have Said (K'Sante Story) https://t.co/3AeiGMeGZh via @YouTube \n\n#LeagueOfLegends… https://t.co/avUfVQyJwL
## 1120                                                         Camille 1v2 outplay #LeagueOfLegends #riogames #camille #quinn #Outplayed https://t.co/3NNDQGdca8
## 1121                                                                   The game is enjoyable.🙊 #Fanart #LeagueofLegends #Gameplay #StarGuardian #Nilah #ФанАрт
## 1122                                                           We play a few games.❤️ #Game #LeagueofLegends #GuardianasEstelares #StarGuardian #YıldızMuhafızı
## 1123          It's time for a new week of #gaming 🔥\n\nWhich game is your fav #fam? 👇\n\nYou can guess mine with this picture for sur… https://t.co/z4SocJNrhN
## 1124                                                                              It's a lot of fun.🙊🙊🙊 #StarGuardian #LeagueofLegends https://t.co/YRmJzmEqg3
## 1125              The Chinese spyware gacha games are going to have a field day with this once they realize they don't even have to p… https://t.co/XTC9XuIUlA
## 1126                                                                           Was bored and made Twisted Tate #LeagueOfLegends #Memes https://t.co/ftLsBCl7pY
## 1127                                                                 If you don’t get it keep it that way [OC] #LeagueOfLegends #Memes https://t.co/PQuIbeoWGS
## 1128                               Samira of League of Legends! #LeagueOfLegends  #Samira #stablediffusion \n\nhttps://t.co/0xtqGDUfQL https://t.co/mxb0caTTYn
## 1129             ▶️ League of Legends - Top streams a las 10:08 (Hora ESP)🔥\n\n🥇 #PochiPoom➖Viewers: 468\n🥈 #JimRsNg➖Viewers: 411\n🥉… https://t.co/QXJ4zgQnMF
## 1130                                                             I have a gift for you. #LeagueofLegends #ArtofLegends #Worlds2021 #TransformaTuDestino #Nilah
## 1131               Tank meta they say ...\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/SNBxDT8UwZ
## 1132             Si there is people in league who hack the acc of people and climb with it ?!!\nHeyloo hack me YourFavoriteLulu in EU… https://t.co/BAdLtEoGUY
## 1133                                                        The game was special.🤩🤩🤩 #Game #LoL #LeagueofLegends #Bjergsen #StarGuardians #TransformaTuDestino
## 1134                                                      come vibe with me!! might play games later. maybe some more #LeagueOfLegends https://t.co/EH1VvKNt75
## 1135                              I shared the drawing with you.❤️❤️❤️❤️ #MOBA #LeagueofLegends #mobilegame #GuardianasEstelares #StarGuardians #GuardiãsEstelares
## 1136                                                          Started playing a game again. #StarGuardian #mobilegame #LeagueofLegends https://t.co/pZMnxY1yr7
## 1137                      I'm not sure what to think about this game. #StarGuardian #LeagueofLegends #mobilegame #GuardianasEstelares… https://t.co/pd7ECz96sG
## 1138                                                                  What do you think about it?👇👇👇👇👇 #LeagueofLegends #ClashLoL #StarGuardian #StarGuardians
## 1139                         POV you stole your ad carry’s cs\n\n#Caitlyn #ArtofLegends #LeagueOfLegendsFanArt #LeagueofLegends #Riot… https://t.co/ndDNFZkgaD
## 1140                                                                                                   En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G
## 1141            Questions about Shuriman history: When did Icathia fall to the Void? When did the Void Wars end? \n\nWhen Shurima fel… https://t.co/L7z76oqKwE
## 1142            #LeagueOfLegends fanart!\n\nThis drawing was for a star guardian collab but i just keep loving the coloring i did for… https://t.co/5fnqUPK6cN
## 1143              RT LoLMemesBot im sorry\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/k7SNFd4nGQ
## 1144                               #RiotGames (#LeagueofLegends) Trying To Get Out Of Terrible Crypto Sponsorship Deal with #FTX #SBF… https://t.co/FvxgBS2wxr
## 1145             im sorry\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios… https://t.co/DyiE3wjh75
## 1146              ▶️ League of Legends - Top streams a las 08:58 (Hora ESP)🔥\n\n🥇 #nezumivy➖Viewers: 831\n🥈 #JimRsNg➖Viewers: 535\n🥉… https://t.co/8O6hnPrxuy
## 1147            Carrying a Toxic Xin Zhao ingame\nWatch the whole video to find out,\n\n#WildRift #LeagueOfLegends #Youtube #NewVideo… https://t.co/29SoyR9Lxi
## 1148                                                                        The world is wonderful.🎮🎮🎮🎮 #Gameplay #LeagueofLegends #Worlds2021 #TLWIN #GENGWIN
## 1149                                                                           All I want for Christmas is league 2 #LeagueOfLegends #league2 #christmas #joke
## 1150              ▶️ League of Legends - Top streams a las 08:30 (Hora ESP)🔥\n\n🥇 #nezumivy➖Viewers: 623\n🥈 #JimRsNg➖Viewers: 620\n🥉… https://t.co/8DtWlGorVO
## 1151                 Best Esports Teams In The World of 2022\n\n #esport #gaming #esports #gamer #game #csgo #twitch #leagueoflegends… https://t.co/nuMn516JET
## 1152                          This is the best and worst thing I have ever created. I present to you, Twisted Tate.\n#TwistedFate #TF… https://t.co/Il3iZ57aMl
## 1153                          Practicing league and playing with viewers! #TwitchStreamer #league #playingwithviewers #leagueoflegends https://t.co/l2vdqv5rgJ
## 1154                                             People value love and work.💕💕💕 #LeagueofLegends #LoL #Fanart #TransformaTuDestino #GuardianasEstelares #TLWIN
## 1155                   new feature. never seen before\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/RutJfy3RdR
## 1156                             I should be fucking sleeping because I have an exam tomorrow loooooool but instead I'm talking about… https://t.co/mUq3O6ViWJ
## 1157               U.S. online game developer and publisher Riot Games has filed a motion with the court handling the #FTX bankruptcy… https://t.co/kCqGGktqqN
## 1158                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/gJiMJnQgT6
## 1159              💎K/DA ALL OUT Ahri 🦊\n\n🎨 Artist: Anomis\n🌐 Platform: Artstation\n\n#leagueoflegends #fanart #leagueoflegendsfanart… https://t.co/ezHYF4yHvZ
## 1160             second member of #FirtsBlood\n(My Fan-Band)\n\nMorgana, vocalist and pianist\n#morgana #ArtofLegends #LeagueOfLegends https://t.co/VoBPnZIOoh
## 1161               SECRET NEW ITEM 📦 JAK'SHO INTERACTIONS WITH VEIGO  🤯  🤯  🤯#leaugeoflegend #jaksho \n#LeagueOfLegends #LionelMessi𓃵… https://t.co/3WyNizsxqq
## 1162          ✨Cosplay News✨ \nThe popular Malaysian cosplayer "KIYO" shows cosplay of #Jinx from #LeagueOfLegends!\n\n@kiyocosplay… https://t.co/ScKPr5fT7V
## 1163                                                              Messi win world cup / Deft win World / Niko win Major #WorldCup2022  #LeagueOfLegends  #CSGO
## 1164                                                                                   Good luck. #LoL #Gameplay #LeagueofLegends #G2WIN #Bjergsen #КосплейLoL
## 1165                                                      My first ever pentakill with Irelia. 😆 \n@LeagueOfLegends \n#LeagueOfLegends https://t.co/FlA5OCrZJx
## 1166         Merry Christmas &amp; Happy New Year 2023!\nJinx, Park Solomon (Lee Su Hyeok), Wednesday\n#LeagueOfLegends #ArtofLegends… https://t.co/58j5TvY4m3
## 1167                                                                                     BET #LeagueofLegends | Captured by #Outplayed https://t.co/fy3T7B7uwa
## 1168              i think I'm going to sleep.. now... *yawn* *bonk* ow. anyways the Bonking Deer is coming to WR on December 21 (prob… https://t.co/cGxxNJafOZ
## 1169                                UpGonna do some comic reading\n \n#leagueoflegends #emperor #animegirls\n\nhttps://t.co/7B33xLk7mW https://t.co/H4EERNuYyg
## 1170                                                                                                                 Warwick top need to go 🤮 #LeagueOfLegends
## 1171                              Morgana of League of Legends! #LeagueOfLegends  #Morgana #stablediffusion\n\nhttps://t.co/n85zi3oiY6 https://t.co/F05ohfn7Fq
## 1172              https://t.co/H4AUyVmHWn\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #LeagueOfLegendsRule34 #LeagueOfLegendsgenerator… https://t.co/QXgZEEEcHc
## 1173                                                HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 1174                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/Kc7itXGiTZ
## 1175                                I have to keep sharing.🙊🙊🙊 #LeagueofLegends #FLYWIN #ClashLoL #StarGuardians \nOriginal: RavenKEKW https://t.co/lMVKnERRP7
## 1176                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/G85xrBAbvb
## 1177                                                                                                 🟣playin #LeagueOfLegends unfortunately🟣\n🔗in bio\n#vtuber
## 1178             Day 35 of @LeagueOfLegends quotes:\n\nShut your mouth, or I will slap the soul out of you.\n-Illaoi\n#LeagueOfLegends #quotes #gaming #Illaoi
## 1179                                                                                                I feel like  a young dopa playing Orianna #LeagueOfLegends
## 1180                                                                                                                   nerf Yasuo's Wind Wall #LeagueOfLegends
## 1181                         Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising… https://t.co/qfVSHxTweT
## 1182              I am now live!\nhttps://t.co/NUohtzJ120\n\n#riven #toplane #lol #leagueoflegends #korean #asian #game #stream #live… https://t.co/NcHZKEoLk0
## 1183              ayyy you know idk but like who does you feel me? quite the predicament if you ask me but who is asking? idk tbh but… https://t.co/reHozK9m7s
## 1184                      The Blue Ezreal in Question\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/XQN3I3LsQM
## 1185                                             We are working on the game environments.🙈🙈🙈🙈🙈 #mobilegame #MOBA #LeagueofLegends #G2WIN #FLYWIN #StarGuardian
## 1186             It has been 13 days since the last official update on Project L, the #LeagueOfLegends tag fighter.\n\nIt's also been… https://t.co/z31oT0yIPO
## 1187              timelapsed tom and jerry except its twitch and yuumi #leagueoflegends #artoflegends #leagueoflegendsfanart #mspaint… https://t.co/vSCGU2cP6k
## 1188                                                                               I'm winning with champs I don't even play, I'm that bored. #LeagueOfLegends
## 1189                                                          I would like to play this game.🙉🙉🙉🙉 #LeagueofLegends #MOBA #YıldızMuhafızları #Bjergsen #GENGWIN
## 1190                                     I should get the game.🎮🎮 #LeagueofLegends #GENGWIN #FLYWIN #TLWIN \nOriginal: LeagueOfLegends https://t.co/gDM3e8QzvL
## 1191             One of the most satisfying things for a toplaner is getting 1000/min, is like 12 minions/min of LoL PC.\nI love so m… https://t.co/NIHg7Qx5np
## 1192              Planetary Collision Esports Part 12. Aegis League tryouts are scheduled and I can't wait till Thursday. Let us know… https://t.co/oiZrMIhBuG
## 1193              Just sylas things\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/txBXmIohe5
## 1194                                     Just a casual flex game with friends 🙈 #leaguetwt #LeagueOfLegends #ahri #LeagueOfLegendsAhri https://t.co/YbyLjAg20b
## 1195             I thought i posted this here but i was wrong XD\nThis was a practice on ibis paint cuz i want to use my phone to dra… https://t.co/i0iXS4VcK1
## 1196                      After about 2 years, I finally got every skin for my otp champ....#LeagueOfLegends #League_of_Legends #lolwr https://t.co/dAq9MZZWtu
## 1197              Convinced majority of people in solo que have lower than average IQs or that the claimed average is actually much h… https://t.co/MFJmynqdjF
## 1198            RUN SINGED RUN\nhttps://t.co/ZVY5FbYU0N\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnect #jetztlive\n#TwitchDE #VENTUS
## 1199                         RIIIIICAAAAAAARDO WAAAAAAARUM\nhttps://t.co/jGU60TD41j\n#LeagueOfLegends  #Twitch #SupportSmallStreamers… https://t.co/zU0spe0wGL
## 1200                                                                       Gamers Never Quit.🎮🎮🎮🎮 #LeagueofLegends #StarGuardian #game https://t.co/2SKhkL4ajn
## 1201                                                             The squid battle is about to start. #mobilegame #LeagueofLegends #LoL https://t.co/ARybaqwjfM
## 1202                        Riot Games Trying To Get Out Of Terrible Crypto Sponsorship Deal https://t.co/rYK1WdeI90 #riotgames #riot… https://t.co/NCNFYbSLFs
## 1203                               Get the right games.👏 #LeagueofLegends #LoL #FLYWIN #Nilah #YıldızMuhafızları \nOriginal: ToniPieva https://t.co/FdTdjNbANw
## 1204                                                                 live playing more league come hang out #LeagueOfLegends #twitch \nhttps://t.co/zkALpUD8Kg
## 1205                           Check out my latest video "DRIVE BY #leagueoflegends #gaming #lol #clip #shorts #league"\n\nWatch Now:… https://t.co/1HcSaqttsX
## 1206                     Protein for Protean builders\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/Nj7VSsyqFi
## 1207                                Due to one of ARAM’s newest features, some players have discovered an Anivia bug. #LeagueofLegends https://t.co/BtEzz5sppg
## 1208                                 Ok but hear me out\n\nBATTLE ACADEMIA ZOE✨💖\n\n#Lux #Zoe #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/tH1OO7TKxZ
## 1209                          It's been a hot minute since I did any art.👏👏👏👏 #LeagueOfLegendsFanArt #LeagueofLegends #mobilegame #GENGWIN #КосплейLoL #ФанАрт
## 1210            What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or m… https://t.co/RIqZjoa3gJ
## 1211                                Going live watching #ScuffedWorldTour and playing #LeagueOfLegends 🤙🏻🤙🏻🤙🏻🤙🏻\n\nStinky boo boo man… https://t.co/1tjKL8vFzy
## 1212                                            How long has League of Legends PBE URF been out?\n\n#LeagueOfLegends \n#LeagueOfLegendsPBE\n#League_of_Legends
## 1213                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/cbeDGGfMPO
## 1214                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/y5btiaA1GH
## 1215                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/c4EWJcu16F
## 1216                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/wFJFmbLsRb
## 1217             Now I know where I can take out my anger after losing a game of League of Legends: a guy's balls 😘\nMaybe I'll actua… https://t.co/yyaPj9JNQO
## 1218              LoL Master Yi Champie Chibi Classic T-Shirt\nhttps://www.redbubble ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO
## 1219                                                     I drew it.😍😍😍😍😍 #LeagueofLegends #Gameplay #GuardiãsEstelas #TransformaTuDestino #GuardianasEstelares
## 1220               Any off-meta enjoyers?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/5eUWRC3yse
## 1221                                                                        League of Legends\n#LeagueOfLegends #LeagueOfLegendsfanart https://t.co/0gvMUznHCl
## 1222                                                                      #LeagueofLegends Live: A Concert Experience at Worlds (2017) https://t.co/bucOO1b5Kf
## 1223            https://t.co/GkQ5lcW0wA\n\nLeague Of Legends Wild Rift Game Online Generator Hack Cheat\n\n#wildrift #leagueoflegends… https://t.co/XzNlgyLCmv
## 1224                            Some of my favorites have been done.🙈🙈 #Gameplay #LeagueofLegends #LoL #ClashLoL #TransformaTuDestino… https://t.co/2yxoHj4fvI
## 1225                                                                  Xayah Champion Overview | Gameplay – #LeagueofLegends: #WildRift https://t.co/dhE6FRWMC4
## 1226                       It was fun.👇 #mobilegame #Fanart #LeagueofLegends #YıldızMuhafızları #GuardianasEstelares #Nilah \nSource:… https://t.co/8OQWF7O0GS
## 1227                                                I can't wait to play.🙈🙈 #LeagueofLegends #mobilegame #LeagueOfLegendsFanArt #StarGuardians #ФанАрт #FLYWIN
## 1228                                                        sometimes i make fanart #Fanart #LeagueofLegends #Game #FLYWIN #GuardiãsEstelas #GuardiãsEstelares
## 1229              This awesome comic deserves more attention!\n \n#leagueoflegends #Reincarnation #coloring\n\nhttps://t.co/KAgCKu3ies https://t.co/erekHxM7Yr
## 1230                  Join the Buff Clan https://t.co/HULRxkhWzk\n#gamingcommunity #Buff #Free #Freegames #Freegamingstuff #Buffcoins… https://t.co/yRRBFwtl3e
## 1231                         Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising… https://t.co/SpuTYbxUj7
## 1232                                                                               Should I play?😎😎😎😎 #Gameplay #LeagueofLegends #ФанАрт #StarGuardians #G2WIN
## 1233                                     hi guys back online and practicing my Bard Mid Streaming League of Legends\nhttps://t.co/EeyuzuzO1e\n#LeagueOfLegends
## 1234             A rich prize dredged up from the depths!\n\nCongratulations to WAKR, who won @Trackie_D 's #TidesofTurmoil2 after an… https://t.co/UjcePr7NoN
## 1235                              manifesting my diamond for next season😤✨️\n\n#LeagueOfLegends #egirl #nsfwtwt #cute #gaming #fashion https://t.co/APqyXQlNqE
## 1236           I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o… https://t.co/PYftRzmgMq
## 1237                                                                        I am playing a game.🤗🤗🤗🤗 #mobilegame #LoL #LeagueofLegends https://t.co/aiPTKCrlLO
## 1238                 I got a warm cup of tea and my League client open! Join me for Winterblessed grinding? ❄️🤗https://t.co/in4QURH4qf… https://t.co/RlLQrxapQL
## 1239              Today on the 19th of December, 10 years ago, Vi; The Piltover Enforcer was released 🎂: submitted by  /u/aroushthekw… https://t.co/WlYNxieMvq
## 1240                 I walk a lonely road\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/sZEzQpzNDE
## 1241                                                One of the things I like to imagine.🎮 #LeagueofLegends #Worlds2021 #GuardianasEstelares #GuardiãsEstelares
## 1242             Doing the streaming thing over at\nhttps://t.co/gX5YNcIvSO stop by maybe join in some games usually playing somethin… https://t.co/XVMTw62Gb0
## 1243             The moba inspired in #LeagueOfLegends, @EverMoon_nft , announced that “Evermoon Alpha” is now available.\nAs per the… https://t.co/ivYg1fKoQF
## 1244                             @Snowden Wait a min. The new language??? \n\n#willworkforbitcoin. #wwfb a new league #LeagueOfLegends https://t.co/MbShzyB0yh
## 1245              Hey heimer main yutskilgc going live here! I do play with viewers of all levels and yes we are a nontoxic community… https://t.co/5EQiZp3ej9
## 1246                                           Pretty sure @IWDominate would love this one. New video out! \n#LeagueOfLegends #LCS \n\nhttps://t.co/lC3vIMq67X
## 1247                                                              Yuumi top lane is viable guys... \n\n#LeagueOfLegends #WildRift #LOL https://t.co/RcNUUw0mUr
## 1248                                                                       Live on #twitch playing some #leagueoflegends come join me  https://t.co/J1hLmqv5hn
## 1249              Today on the 17th of December, 10 years ago, Vi; The Piltover Enforcer was released 🎂: submitted by  /u/aroushthekw… https://t.co/rFAsCoAsV3
## 1250                                        Lux\nNami\nEzreal\nMorgana\nMalzahar \n\nMy 5 Favorite #LeagueOfLegends Champions to play. https://t.co/jqSnfMmV34
## 1251                                                                                               Sooooo funny!!!🥳🥳🥳 #LeagueofLegends https://t.co/mW7YLAP5sS
## 1252                              It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends… https://t.co/psCfy7r02u
## 1253               ✨ Of course I start getting sick 1 week before Christmas!!! |  !rampage https://t.co/97HMCqzpuE\n@LeagueOfLegends… https://t.co/cr9bg7LrmJ
## 1254                                Hope you're doing well!👏👏👏 #Game #LeagueofLegends #LeagueOfLegendsFanArt #YıldızMuhafızları #Bjergsen #GuardianasEstelares
## 1255                                                             Pentakill, K/DA and True Damage \n\nwe're that bitch #LeagueOfLegends https://t.co/CIvAlPYh0u
## 1256              Everyone's posting x-mas cosplay photos but here I am with my cute bunnysuit because my costume hasn't arrived yet.… https://t.co/alTrHtwAt5
## 1257                       This team hated us!!🤣🤣🤣🤣 especially nasus man had beef with me 😂😂 #LeagueOfLegends #WildRift #mobilegaming… https://t.co/MfOCLIGjSV
## 1258                                                               You have to play.🙊 #MOBA #StarGuardian #LeagueofLegends #TLWIN #GuardiãsEstelas #КосплейLoL
## 1259                          Thank you for bring me to Kai'sa, Fizz. XD\n\n#LeagueOfLegends #league #Aram #Kayn #kaisa #fizz #rhaast… https://t.co/Tbg4FrS132
## 1260             Garen?? No today is ARGEN 🇦🇷🇦🇷🇦🇷🇦🇷🇦🇷\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/JIiGxGlAXH
## 1261                              HOP THE SNOWBALL! https://t.co/lnxtlfk8tp via @YouTube  #LeagueOfLegends #leaguetwt #Subscribe #TwitchRecap #TwitchStreamers
## 1262                         Jayvik for the soul!\nPossible charm or sticker? Mayhaps\n#arcane #jayvik #leagueoflegends #jayce #viktor https://t.co/cf8MZ2RDZ1
## 1263              Do all the just awful players play league on Sunday ? 4 games in a row of just the worst players and it’s been like… https://t.co/ZAhyhVnJgn
## 1264                                                                         It means a lot to me.🔥🔥 #LeagueofLegends #LoL #GuardiãsEstelas #TLWIN #КосплейLoL
## 1265                                                                                              eve sketch #evelynn #LeagueOfLegends https://t.co/gUp11alCRj
## 1266            playing some TFT with my roomies! Come vibe with us! \n\n#VtubersEN #LeagueOfLegends #TeamfightTactics Link in the re… https://t.co/RAYtA9wlIT
## 1267            An impromptu 12-hour stream of pure #LeagueOfLegends w/ viewers... LFGGGGGGG!\n\nI lived up to my stream title and ha… https://t.co/AFuMtIRDrv
## 1268                                                           There is a new post every day.🤔🤔🤔🤔 #Gameplay #LeagueofLegends #G2WIN #ClashLoL #GuardiãsEstelas
## 1269               Everything is relative.🙉🙉🙉🙉 #StarGuardian #LeagueofLegends #Bjergsen #YıldızMuhafızları #G2WIN \nOriginal: gigisanp https://t.co/gnGHiYXG4F
## 1270              Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Sett… https://t.co/MiEoCoV1I4
## 1271                                                                  Rakan Champion Overview | Gameplay – #LeagueofLegends: #WildRift https://t.co/ONLxO5fxe5
## 1272                     based gank\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/m3IIQ7zq29
## 1273                                                                       We just keep growing!  #LeagueofLegends #StarGuardian #game https://t.co/qdIgutjKnI
## 1274            #Live playing some #LeagueOfLegends with the homie, so come watch my destroy the enemy team\n\nAlso testing out a new… https://t.co/KXFjZo4t1L
## 1275                         It's an amazing game! #LeagueofLegends #Game #GuardiãsEstelas #ClashLoL #StarGuardian \nOriginal: omidyla https://t.co/KXVxKU7XKN
## 1276                                       some old musical #vieshan I need to draw pentakevin more\n\n#viego #akshan #LeagueOfLegends https://t.co/lrWO9gfdDp
## 1277                Mit 67 msg Top 11%, 83 msg Top 4% und 24 msg Top 15% der Chatter ^^" ??? @noway4u_sir @Agurinlol @Gronkh @RevedTV… https://t.co/2qqRSpVXk4
## 1278              A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I'v… https://t.co/mwlKhEFA4J
## 1279                                                                               It is still the best.😍😍 #LeagueofLegends #TLWIN #YıldızMuhafızı #КосплейLoL
## 1280                                         Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 1281                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/NuGvfSzvZs
## 1282                  Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot… https://t.co/zeXBzEnHuh
## 1283                                                           I think things will go well.🙉 #LeagueofLegends #mobilegame #G2WIN #GuardianasEstelares #GENGWIN
## 1284              This is a drawing.🚀🚀🚀🚀 #Game #LeagueOfLegendsFanArt #LeagueofLegends #YıldızMuhafızları #TransformaTuDestino #Nilah… https://t.co/AqeaPw7Fl0
## 1285                                                                                                  im sorry #LeagueOfLegends #Memes https://t.co/MJPDsoyKKh
## 1286                                                                       Wild subreddit, would not recommend #LeagueOfLegends #Memes https://t.co/AEoTSxOu9V
## 1287                                                                   Thank you so much!👏👏👏👏 #Game #LeagueofLegends #LoL #GuardiãsEstelas #ФанАрт #Worlds2021
## 1288                                                            Team Heretics Acquire LEC Slot for 2023\n #LeagueofLegends #RiotGames\nhttps://t.co/TUbq6ySarF
## 1289                                                      on another level now master rank #leagueoflegends #leagueoflegendschallenges https://t.co/Gj6sGecMex
## 1290             I had thought of a drawing.🙉🙉🙉🙉 #MOBA #LeagueofLegends #Game #GuardiãsEstelares #StarGuardians #ФанАрт \nOriginal: F… https://t.co/jtEMavuVCV
## 1291                                                i have now 3 champs at eternals tier 3 #leagueoflegends #leagueoflegendschallenges https://t.co/o22EcdPxct
## 1292                     1/2 Pearl chroma elderwood Xayah and Rakan ARG edition discord animated icon\n#LeagueOfLegends #Icons #rakan… https://t.co/MQSbQH2XRb
## 1293               I know I’ve never had much of a league of an audience but them being my now most viewed and 4th most viewed videos… https://t.co/bW2Y9Hcs1G
## 1294                                               Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X
## 1295                Today's video looks at how the LEC and LCS have fared head-to-head at international events over the last 5 years.… https://t.co/Ue4tRDORJW
## 1296                                                                             Would you like to see something?😍 #LeagueofLegends #ClashLoL #Bjergsen #Nilah
## 1297                 Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams… https://t.co/coREswzURL
## 1298                     My personal redesign for KOI x Rogue, hope u like it 💜💙#LeagueOfLegends #LegueOfLegendFanArt #LEC #SomosKOI,… https://t.co/MXO05WVt10
## 1299                                   Why add an item that makes us useless\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/A5REpnyaGO
## 1300                            New video is out, as always, feedback is much appreciated\n\nhttps://t.co/L35LesgPWn\n\n#LeagueOfLegends #leaguetwt #RiotGames
## 1301                 Check out my video! #LeagueofLegends | Captured by #Outplayed #dark #angel #morde #knight #gg #shutdown #big #jg… https://t.co/TX7Ag2HapU
## 1302                                                                  I hope you enjoy it!🔥 #LeagueofLegends #Gameplay #Nilah #StarGuardian #GuardiãsEstelares
## 1303                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/gnbuzWxXKr
## 1304                   Check out my video! #LeagueofLegends | Captured by #Outplayed #winter #map #gg #urgot #push #top #tripple #fun… https://t.co/1MxVIr0FWX
## 1305               There should be more games like this. #LeagueOfLegendsFanArt #LeagueofLegends #MOBA #TransformaTuDestino #ClashLoL… https://t.co/9EhDRG57CR
## 1306           1,100 followers! Come say hi? 👉👈\n\nLink: https://t.co/wY2CM76j4J \n\n#vtuber #ENVtuber #vtuberuprising #VtuberSupport… https://t.co/qwkDneqx6R
## 1307                                                  Having fun with lighting and colors.🥳🥳 #LeagueofLegends #LoL #ArtofLegends #Bjergsen #КосплейLoL #FLYWIN
## 1308               GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones… https://t.co/pUFd5ThsDm
## 1309              Yahoo Minions!!! Today is #OSU / #LeagueOfLegends Sunday!!! We are starting off with some ranked league then move o… https://t.co/3XIkHh8Pdi
## 1310                                My pre season so far. \n\nRyze feels hella strong so gonna spam him for a bit.\n\n#LeagueOfLegends https://t.co/AzoiP4vyxn
## 1311                  Hey what's up guys! Streaming for fun, so feel free to hop on in!\nhttps://t.co/B9pZB2Jjb3 #TTV #Streamer #Live… https://t.co/sDBuppWrpJ
## 1312                                                                                                based gank #LeagueOfLegends #Memes https://t.co/WthTB6ZQvw
## 1313                                        The reason I only play with 5 stack #LeagueOfLegends #ranked #holioholio #teamgame #5stack https://t.co/A3CcyjKJvI
## 1314                      Playing with viewers! Come on and have fun with us! Shyvana + heartsteel = THICC DRAGON! \n#leagueoflegends\nhttps://t.co/Zh0Et3zRzY
## 1315                                                        I have promised before.👇👇👇👇👇 #Gameplay #LeagueofLegends #StarGuardian #GuardiãsEstelas #КосплейLoL
## 1316               Space is always a issue but l'm trying to fit everything in  #warcraft #worldofwarcraft #minecraft #halo #godofwar… https://t.co/itf6vEG7xG
## 1317                       GRAGAS AS BARON - League of Legends Custom Skin https://t.co/McRgfnoVku via @YouTube #leagueoflegends #lol… https://t.co/3zLc7TyIPu
## 1318                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/P6yp5Q0QXH
## 1319                                                       new day - new art  #StarGuardian #LeagueofLegends #LoL #YıldızMuhafızı #GuardiãsEstelas #КосплейLoL
## 1320                         This is my reward for making fun of France early in the first half of the game\n#memes #meme #funny #lol… https://t.co/6hUiUtpSDH
## 1321               Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/a5Kf0ltajV
## 1322                  Lol Thresh Lantern 3d PaperCraft , Paper Model, PDF Template Pattern Download\nhttps://t.co/1ar4fOQENf\n.\n#lol… https://t.co/FlmCXDFbq5
## 1323                      Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends… https://t.co/fAhbv41tuB
## 1324                    Day 5 of begging @riotgames to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petition #riotplz
## 1325              HOW COME I JUST FOUND OUT ABOUT THIS JINX FIGURE?!?! AND WHY CANT I FIND IT ANYWHERE AHHHHHH IT WAS MADE BY "R36 Wo… https://t.co/6wg68gjstq
## 1326                                        Mythmaker Irelia! I really love how she looks 🫶🏻\n #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/KZwvL3WNSE
## 1327                                                           Sir ! MESSI WON ! #LeagueOfLegends #WorldCup  #Leadership  #Messi𓃵  🙏🙏🙏 https://t.co/hzVQepU50r
## 1328                                                      That's a strong diagnosis... accurate, but strong. #kindred #LeagueOfLegends https://t.co/TFIwULYTS0
## 1329                                                                 TWO LEGENDS ! ONE VISION ! #WorldCup #LeagueOfLegends #Leadership https://t.co/Qa0yT1ZmDL
## 1330               Whew. Next chapter of JM is now out.  #Ekko is finally able to put the case to bed even if he’s not happy with the… https://t.co/FrAVsTSFNq
## 1331            It's almost time to jump into the Summoners Rift in today's ZOTAC CUP #LeagueofLegends tournament. Sign up now.\n\nNo… https://t.co/VKDSssfvgE
## 1332        Schedule for the week. See you guys there\n\nMonday: Preaseason league(finally)\n\nTuesday: The long dark\n\nWednesday: x… https://t.co/I3w9p4nni8
## 1333                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/m5lR1BDi3p
## 1334              New League of legends video should be out in an hour or so depends if I finish editing. so be on the look out 👀\n#LeagueOfLegends #leaguetwt
## 1335                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/qKVV931hOe
## 1336               Old butcher knife. My fifth handpainted asset. Mesh made in blender, paint in 3dCoat \n#b3D #handpainted #stylized… https://t.co/IG3G0DqwOX
## 1337            By popular demand ♡ Choose the champion for the next set of emotes !\n\nI am beyond flattered with the amount of supp… https://t.co/9kkPDpX70s
## 1338                          Messi and Deft Goats 🐐  and 1v9 Players Chovy and Mbappe but unlucky team #leagueoflegends #FIFAWorldCup https://t.co/I07WCbiXjb
## 1339              Loading....\n+Info @messaval @MaraYPrice \n#valorant #ApexLegends #Fortnite #CSGO #RainbowSixSiege #LeagueOfLegends… https://t.co/YPKcnCYy4w
## 1340                                                                   #LeagueOfLegends #Scripting Happy to see this ad on my YouTube. https://t.co/87GXs2Nrwu
## 1341               Rate my new name\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/4xIZOHv1Ts
## 1342             After gettin some suggestions I decided to update my way of drawing Poppy (statring with the head).\nI gave her more… https://t.co/X1aaqd79ax
## 1343                 ✨New Valorant Stream✨https://t.co/iJFxgT0EtS #TwitchStreamer #twitch #gamer #gaymer #Valorant #LeagueOfLegends… https://t.co/01PdskeD8O
## 1344              Working on expanding my champ pool today on stream by playing ARAM with only unowned/no chest champions! It will be… https://t.co/O24Ar70wZ6
## 1345                I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt… https://t.co/74rgUFJyHq
## 1346                 Put this in perspective. The greats of a lot of games had a first win this year.\n\nDeft #LeagueOfLegends\nMessi… https://t.co/UYHmKmObMp
## 1347                        What’s cozier than a #Poro 🥰🎄💙 \n#FunkoPhotoADayChallenge @OriginalFunko #cozy #Funko #FOTW #FunkoFunatic… https://t.co/0ifrtanEDa
## 1348                                        LUX CATCHING BIG FISH WITH THAT BAIT! #leagueoflegends #shorts #blue #tr... \nhttps://t.co/dNh1kQeoZg via @YouTube
## 1349                                                                                         what does it mean #LeagueOfLegends #Memes https://t.co/prCsnoh1h3
## 1350            Another Day in the rift B) come say hi unless u were diamond or higher 2022, screw u &gt;:L Check out poll on twitter… https://t.co/eAspw8Aixu
## 1351                                                           I can't play it. Riot, where are the balanced tanks??\n#LeagueOfLegends https://t.co/J19rbQ4BVy
## 1352                                                                        I enjoy playing this game.🎮🎮🎮🎮 #LeagueofLegends #StarGuardians #ФанАрт #КосплейLoL
## 1353             In Gold Hell...Again https://t.co/yaQEbFu1Fs\n\nActually closer to getting out of here? \n#valorant #riot #riotgames… https://t.co/H1wq4utb65
## 1354                                                  Which skin shard should I unlock first I can't decide :E\n#leaguetwt #League_of_Legends #LeagueOfLegends
## 1355                                just got a commissions that i could get together some  of stuff i like, Teemo + TFT 😍\n.\n.\n#TFT… https://t.co/mrJA86zxTx
## 1356                  Sorry for the low quality pic, which skin shard should I unlock?\n#leaguetwt #League_of_Legends #LeagueOfLegends https://t.co/YxeajzPjue
## 1357              I can remember I was live streaming myself playing the Aatrox rework when it was released. This is some crazy fores… https://t.co/el7feDxx7U
## 1358                                               lvl 18 full items adc #shorts #leagueoflegends #lol #gaming #lolshorts https://t.co/0hhPSEqlss via @YouTube
## 1359               Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios… https://t.co/oUzURTo3QR
## 1360                    KALISTA 1V9 XMAS! Account unbanned for Christmas carry\n Xmas xmas christmas Christmas League of Legends Riot… https://t.co/XOHLqLYwnM
## 1361                       Rumble- I mean Tristy asu, it turned out way better than i thought it would \n\n#League_Of_Legends #rumble… https://t.co/Ar5TBDcnam
## 1362                                                                       It's 59th day of SIMP waiting for MALE FURRY CHAMP 😔#SIMPiswaiting #LeagueOfLegends
## 1363                            Tell us about your favorite one.💕 #LeagueofLegends #LeagueOfLegendsFanArt #Game #GuardianasEstelares #YıldızMuhafızı #ClashLoL
## 1364                                                       #Kalista #Lol #LeagueOfLegends #LeagueOfLegendsFanArt \nJust fast paint meh https://t.co/3wXQXbyFC6
## 1365                                                                                              Study volume #LeagueOfLegends #study https://t.co/SLfyfP90Mi
## 1366                                                                                                                         Mid diff #ARGFRA #LeagueOfLegends
## 1367                           It was never finished as I had to move on but I have always liked my sketch of Viego. \n\n#artist #art… https://t.co/GQ5MmMeyMo
## 1368                    take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/vkqNFk3LQj
## 1369              It's Christmas in a week, and I'm terribly behind!! But if you'd like to get me something special, here is my Wishl… https://t.co/YLOitAl0qn
## 1370                               The game is the most anticipated in history.🚀🚀🚀 #LeagueofLegends #MOBA #StarGuardian #YıldızMuhafızı #StarGuardians #ФанАрт
## 1371                                                                                      I walk a lonely road #LeagueOfLegends #Memes https://t.co/O8ZvpuSLof
## 1372                                                                               Finally, a good matchmaking #LeagueOfLegends #Memes https://t.co/Yrggeordyv
## 1373                            This is my reward for making fun of France early in the first half of the game #LeagueOfLegends #Memes https://t.co/ooiU7mbr5C
## 1374                                                                                 🤜 🤛 symbol of friendship🤙 #LeagueOfLegends #Memes https://t.co/cQzapReJ3h
## 1375                                                                              Protein for Protean builders #LeagueOfLegends #Memes https://t.co/vHKOGgI4yE
## 1376                                                                      Garen?? No today is ARGEN 🇦🇷🇦🇷🇦🇷🇦🇷🇦🇷 #LeagueOfLegends #Memes https://t.co/DyR2yy5qRE
## 1377                         🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰… https://t.co/Ey4gs6NcTH
## 1378              Its time, once again, for some League of Legends preseason shenanigans! Come join me as I navigate the seas of this… https://t.co/MW2FmAQbfN
## 1379          Law of the sea: Gangplank robs pnz &amp; Vi respones by punching a hole in his ship so he in turn lights the fuse sinki… https://t.co/I93ghMnFg4
## 1380             #LeagueOfLegends #Skullgirls\nnow former catholic immersion students will steak out cartwright ave. for no particula… https://t.co/3C091FzZ5z
## 1381                                                                 As said before; the new englishman\nhttps://t.co/amwfq4ibzw\n#Skullgirls #LeagueOfLegends
## 1382                                 [ENG/FIL] jesus what a world cup final https://t.co/YL0LvZ0ipB #leagueoflegends #twitchAffiliate #twitch #stream #yyc #NA
## 1383                                                                                  Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 1384                                                                                                        Messi is Faker #WorldcupQatar2022 #LeagueOfLegends
## 1385                                                                        Finally 🐐 MESSI the best player.#LeagueOfLegends #LeoMessi https://t.co/JUb61Ae60h
## 1386                             I finally got heartseeker Yuumi just as my interest in jhin has spiked 🥰❤️❤️ #LeagueOfLegends #wildrift https://t.co/rync2kzjRT
## 1387                                                                         LIVE ON 💜\n#twitchstreamer  #twitchfr  #LeagueOfLegends \nhttps://t.co/CogeZMSBK4
## 1388                                                                   First Deft, and then Messi! This year has been a banger! #FIFAWorldCup #LeagueOfLegends
## 1389                                            The Last Dance Buff Is Real\n#LeagueOfLegends #ArgentinavsFrance #WorldCup #Worlds2022 https://t.co/NE8894GBMO
## 1390              The new ranked system in #leagueoflegends is a disaster. It's impossible to climb when you're constantly being matc… https://t.co/P3bABYX2Vo
## 1391                        🤜 🤛 symbol of friendship🤙\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/5BJmIsWR1z
## 1392                                           Me: I will never play LoL! \nAlso me: Only 3600 blue bits till Yone. 😅🥺\n#LeagueOfLegends #LolitaExpress  #Yone
## 1393                                                              27 kills my guy went crazy!! #LeagueOfLegends #WildRift #gaming #FYP https://t.co/Sj2ukcwhD3
## 1394             The commission is in the process.🔥🔥🔥 #LeagueofLegends #LeagueOfLegendsFanArt #Bjergsen #G2WIN #YıldızMuhafızları \nO… https://t.co/rd1Z783KvV
## 1395              anyone else having issues with #LeagueOfLegends since preseason started? My client wont open half the time and I ke… https://t.co/wBAo5HDumc
## 1396                                                               https://t.co/5xULFPNJLK come watch! 15-0 atm O_o #hardstyle #1v9 #LeagueOfLegends #smurfing
## 1397                                                       star guardian jinx is so cute🥺⭐\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/S5xV1ZPhpD
## 1398              The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet… https://t.co/EdHKDuyYW8
## 1399                                                          There are environments being worked on.👇👇👇👇👇 #LeagueofLegends #GuardiãsEstelas #ClashLoL #ФанАрт
## 1400                                                                      Welcome Aboard | Odyssey Animated Trailer – #LeagueofLegends https://t.co/lkugsSZWRI
## 1401           I don't play no League of Legends \nHOWEVER\nThis big guy??? With the flute!?!?!\nYea why it look like his ass got 2 k… https://t.co/5B74jePteF
## 1402                                   It’s her birthday tomorrow!! She won’t be streaming tomorrow, pop in and say Happy Birthday 🎂🎉… https://t.co/0thJtP8H8H
## 1403                                   can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel
## 1404                                                                             Still my favorite game.❤️❤️ #LeagueofLegends #G2WIN #TLWIN #TransformaTuDestino
## 1405                                            Reverse sweep inc. Imagine 🙏🏾 #ArgentinaVsFrance #ARGFRA #LeagueOfLegends #lol #cloud9 https://t.co/t4KrS83bFA
## 1406                 Hello there!\nLove League of Legends? Visit us: https://t.co/mlJxwJON9S\n#lolgoods #leagueoflegends #mmo #mmorpg… https://t.co/ApuzSNBd13
## 1407                                         Check out my video! #LeagueofLegends | Captured by #Outplayed\n\n https://t.co/nWxjuDrp0q https://t.co/PuVEN2PoFk
## 1408                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/9Svl2qYdFb
## 1409                                             Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuD9NBQ https://t.co/BaCnFHlcaq
## 1410                                             Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrWPY https://t.co/kJZuHLYF2p
## 1411                                             Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrWPY https://t.co/hObUKP96pA
## 1412                                             Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q https://t.co/NFQkhQpfhI
## 1413              The plot of "Target: 100 Million Points! The Ultimate Game to Start a 2nd Life!" is like a roller coaster of emotio… https://t.co/7uzVkYQHH1
## 1414                             Check out much more on Bilibili Comics - search "My Husband's Harem Is a Bit Too Much" and favorite!… https://t.co/PCUa4l52og
## 1415                                             Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q https://t.co/1E9md6dEOL
## 1416                        It can't be random right?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/F5Ktj99SVS
## 1417                                                            MASSIVE CHEST OPENING - https://t.co/ey2HKoT8oI\n-\n-\n-\n#giveaway #leagueoflegends #cannabis
## 1418                                                   Backk to support I guess\n\n#twitch #SmallStreamersConnect #LeagueOfLegends \n\nhttps://t.co/LjAFNrZEkg
## 1419                                                I need a game.🤗🤗 #StarGuardian #LeagueofLegends #mobilegame #TLWIN #TransformaTuDestino #YıldızMuhafızları
## 1420                 Today I made another AI based on Equilibrium AI - Genesis. It can do semireal cosplay. No we have real Ahri :) 🦊… https://t.co/XrxE2iVCy8
## 1421                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/xvm7OR3VFL
## 1422                Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.co/Q1pAgxk4Ge
## 1423          Highlight League of Legend Wildrift  \n\nFull video on #youtubegaming \nhttps://t.co/EUxMZ9IFL7 \n\n#M1グランプリ決勝戦… https://t.co/UAn5bH5y3G
## 1424                                                OLD DUDE GAMING\nW DERP SQUAD forever ❤️\n\n#twitch\n#twitchtv\n#LeagueOfLegends\n\nhttps://t.co/USs6KCtgTl
## 1425                     I've read this manga multiple times! You should check it out, too!\n \n#leagueoflegends #kawaii #movieposter… https://t.co/HIHjKAyku0
## 1426                                                                Wont someone think about the balance team? #LeagueOfLegends #Memes https://t.co/DkfPwOmnP4
## 1427                                                                                      do a little trolling #LeagueOfLegends #Memes https://t.co/iehLlOuhJA
## 1428                                                                                         why are there LITERAL bots in my ranked games??? #LeagueOfLegends
## 1429                                                                                                                   nerf Yasuo's Wind Wall #LeagueOfLegends
## 1430                                              You will get a new drawing.🚀🚀🚀🚀 #Gameplay #LeagueofLegends #mobilegame #TransformaTuDestino #FLYWIN #GENGWIN
## 1431                                                                                                 Mining to gold | #LeagueOfLegends https://t.co/ckWmWS3A2o
## 1432                Seeing these notifications drives my friend group into a panic\n#memes #meme #funny #lol #leagueoflegends #Arcane… https://t.co/tpmZebXu9q
## 1433                                          I did something on stream.🙉🙉🙉🙉 #LeagueOfLegendsFanArt #LeagueofLegends #Fanart #StarGuardians #TLWIN #КосплейLoL
## 1434              When you didn't vote yes to surrender and the two players that were fighting are blaming each other. Too late to sa… https://t.co/Csm2yZpGyd
## 1435                                             Have fun!🤗🤗 #StarGuardian #LeagueofLegends #Fanart #YıldızMuhafızları #TransformaTuDestino #GuardiãsEstelares
## 1436             https://t.co/ksV78fY4do\n⬆️⬆️⬆️\nArcane: Season 1 - Review \n\nYo, here's my review for season 1 of the Netflix show Ar… https://t.co/P1JrfTPeV6
## 1437                                                  Fiora of League of Legends! #LeagueOfLegends  #Fiora \n\nhttps://t.co/6OZqczJb7s https://t.co/S0OgPiq5I9
## 1438            I didn't expect 🥺 I placed as first runner up at the cosplay competition.\n\nFishbones and boots crafted by me I also… https://t.co/niL8AnP4Qh
## 1439                                                                     More visual updates🤩🤩🤩🤩 #LeagueofLegends #StarGuardians #StarGuardian #YıldızMuhafızı
## 1440            Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To en… https://t.co/Il0mCttWgA
## 1441              Who wants to watch a pathetic bronze player get clapped in solos?!  https://t.co/Nd1gBjx73Y #Vstreamer   #ENVtubers… https://t.co/YROjY1V3Eb
## 1442                                                                                                    Gamers #LeagueOfLegends #Memes https://t.co/884vf7IQ8j
## 1443                                                            Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd
## 1444               Janna - Biography (Audiobook): submitted by  /u/PrestigeEditionBooks  \n [link] [comments] https://t.co/ltz3Za1cSL… https://t.co/bFnmve4EBW
## 1445                                                                                                                     Plz make ranked Aram #LeagueOfLegends
## 1446                                Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5
## 1447                                                                                    草\n #LeagueofLegends | Captured by #Outplayed https://t.co/DN93KCenb5
## 1448                            Nothing but clowns as far as the eye can see\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/3FzeOOdVSs
## 1449                                                God tier would be 'Friend list full.' 🕶️\n\n#Dota2 #Valorant #CSGO #LeagueOfLegends https://t.co/rcIl9F3QQB
## 1450             Ready for our Guardian Game on League of Legends at 6:45PM CET?? #RiotGamesONE #LeagueOfLegends \nRight after the Wo… https://t.co/lwCDY6cZoW
## 1451                       Haven't played #leagueoflegends for months... Stayed up pretty much all night and woke up early for more... The addiction is back 🙄
## 1452                                                                             Yone Champion Spotlight | Gameplay – #LeagueofLegends https://t.co/ZOeeOyAk8U
## 1453                                                             With One Spin You Can Completely Fill Trynds Fury… – #LeagueofLegends https://t.co/FZrjgEhvhe
## 1454                                I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 1455                                                           TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 1456                                         ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 1457              #LeagueOfLegends Yes! I love Rhaast and all but healing has been a problem in my mind since I started a little less… https://t.co/PJQf4AH9QG
## 1458                                 Janna - Biography from League of Legends (Audiobook, Lore) https://t.co/Q0YoBytcqL via @YouTube \n#LeagueofLegends #Janna
## 1459                    Shaco Live wallpaper available for free on wallpaper engine. By defenceless_baby #shaco #lol #LeagueOfLegends… https://t.co/WjPNL4JqWj
## 1460                                   #arcane #jinx #powder\n#LeagueOfLegends\nCreator:@ellieight_\nI am the monster you created🌌💜💙💗😢 https://t.co/QmNebOwOFt
## 1461                                                                       The games are enjoyable.🤗🤗🤗🤗🤗 #LoL #MOBA #LeagueofLegends #G2WIN #КосплейLoL #Nilah
## 1462                                                   I hope you like it!! ✧(。•̀ᴗ-)✧👏👏 #MOBA #LeagueofLegends #StarGuardian #GuardiãsEstelas #ClashLoL #FLYWIN
## 1463            🫂A new duo joins our partner roster!🫂\n\nWe are proud to welcome these two #LeagueofLegends multitalents to our famil… https://t.co/r17tJyeHl4
## 1464              What if everyone really is LeBlanc but not in a "mastermind puppeteer" way and more in a "LB is actually mentally i… https://t.co/fLMyxEtmRr
## 1465               https://t.co/KK1w2kizYc   Did you know LFGdating has commercials filmed by a former Comedy Central pilot director?… https://t.co/x8vLrehjJ7
## 1466               Or when I'm literally ON MY WAY and the team jumps in a bad 4v5\n#memes #meme #funny #lol #leagueoflegends #Arcane… https://t.co/k5QqfQKSTX
## 1467                 ▶️ League of Legends - Top streams a las 15:00 (Hora ESP)🔥\n\n🥇 #KXMI➖Viewers: 752\n🥈 #xixauxas➖Viewers: 356\n🥉… https://t.co/3BEmMDc3nE
## 1468                                                                                    Ahri Classic skin 🥰🥰 #LeagueOfLegends #cosplay https://t.co/gPYujfojgC
## 1469                 The RIOT MMO Everything Known in 2023: https://t.co/1M8IG6tgGB https://t.co/ULoKNh2cMS #RiotGames #riotmmo #LeagueOfLegends @Ghostcrawler
## 1470              bmfourelements\nPen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing #stipple… https://t.co/997GAlqBdb
## 1471              bmfourelements\nPen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing #stipple… https://t.co/NNWntjMwRP
## 1472              bmfourelements\nPen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing #stipple… https://t.co/OLgcDX11TL
## 1473                 bmfourelements\nEcko: Pen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing… https://t.co/tDfp2nxUVE
## 1474                 bmfourelements\nEcko: Pen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing… https://t.co/DGhImqV8un
## 1475                 bmfourelements\nEcko: Pen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing… https://t.co/sEZxs20HDc
## 1476              bmfourelements\nPen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing #stipple… https://t.co/SMmN2UZq8I
## 1477              The new update for League of Legends just dropped and it's amazing! The changes to [insert favorite champion] are g… https://t.co/oUSAQNbrOp
## 1478                        #Twitch 1v4 #Outplay 🔥\n\n#LeagueOfLegends • #LoL • #TwitchMain • #ADC • #GamerGirl • #eGirl • Whatever 🖕🏼 https://t.co/kQBhidijV8
## 1479              Just hit level 30 in League of Legends and finally made it to Platinum rank! It's been a long journey but it's so r… https://t.co/31pbF8FyxB
## 1480            @RiotGamesJapan @RiotSupport @SUSHUOCHENNB\nDay 2 of playing on the Japanese server. Racism and hate speech are ever… https://t.co/JsPdK1wfHX
## 1481                                                                   I decided to share a piece of fan art.❤️❤️❤️❤️❤️ #LeagueofLegends #G2WIN #Worlds2021 #ФанАрт
## 1482                                                                                                  Going live at 3 #LeagueOfLegends https://t.co/CGacVosO94
## 1483                                                                               LIVE!!! #LeagueOfLegends \nhttps://t.co/2siPKe9sF8\nhttps://t.co/2siPKe9sF8
## 1484                 🔴Live | 👋🏻Welcome!👋🏻 | 🎅Merry Christmas🎅🎄Happy Holydays🎄🎆Happy New Year🎆🌠Wish you all the best🌠 #LeagueofLegends… https://t.co/zGzNeXBc6u
## 1485                      To me this makes sense XD\n\n#jinx #jinxarcane #leagueoflegends #genshin #genshinimpact #dotorre #pantalone… https://t.co/YHdxUUgZ9S
## 1486                                                                             #Arcane #ekko #jinx #LeagueOfLegends \nBoy Savior🌌💚🧡💛 https://t.co/xe89hmM2gp
## 1487                  The unthinkable happened: real footage of Fizz main touching grass when their internet is down #LeagueOfLegends… https://t.co/zkGEWB5vJm
## 1488                                                                   Pantheon. \n\n#illustrationart #Sketching #art #LeagueOfLegends https://t.co/KBWkBrht4n
## 1489                                                 The artwork is being re-posted.🙈🙈🙈🙈🙈 #LeagueofLegends #ArtofLegends #TLWIN #Bjergsen #GuardianasEstelares
## 1490              Dragon Knight Mordekaiser 🐲 #mordekaiser #dragon #leagueoflegends #LeagueOfLegendsFanArt #ArtofLegends #leagueofart… https://t.co/Y4v8kMDDHw
## 1491              Im feeling way better so il be live right now playing some league of legends with cam/mic | https://t.co/s25Sa0sMWg… https://t.co/6ZhYTGM0wg
## 1492                          Live Now Playing Some Ranked Before Work &lt;3 https://t.co/GZSvGkUDE0 #LeagueOfLegends #twitchstreamer… https://t.co/gm6xNTFEFW
## 1493                Lee Sin vs Sett #leagueoflegends #ionia #sett #leesin #lee #leagueofart #LeagueOfLegendsFanArt #art #artoflegends… https://t.co/xiWkm0GEK2
## 1494               SION 🗿🔥 #sion #leagueoflegends #noxus #leagueofart #artoflegends #LeagueOfLegendsFanArt #legendsofrunterra #bausffs https://t.co/y6a8EgNBOY
## 1495                     YONE #yone #leagueoflegends #leagueofart #artoflegends #LeagueOfLegendsFanArt #ionia #lol #legendsofruneterra https://t.co/5qwi7mbdJz
## 1496                                            How many gamers are playing? League of Legends Live Player Count https://t.co/hgOmmmRAOG #leagueoflegends #lol
## 1497                                                                                        One more 😏\n#Kayn #LeagueOfLegends #fanart https://t.co/i8hC2lbRAD
## 1498                    Ahri for the end of 2022🦊🖤\n(as male Ahri👀)\nMet some really cool cosplayers😭❤️\n#comicfiesta2022 #comicfiesta… https://t.co/JF7GhB3q9C
## 1499              Who remembers that?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/iSvVB8BuoQ
## 1500              Why I am playing LOL ? Because it is a game that helps you to resist to toxic players. When you stay calm, focus on… https://t.co/dGnzM8o4M2
## 1501            Our Talents teams for today's LOL ⚔️ live stream 🔥 see you at 🕒 𝟏𝟓:𝟎𝟎\n\n👤🎙️ 𝐖𝐚𝐫𝐝𝐲\n👤🎙️ 𝐊𝐫𝐞𝐳𝐢𝐨\n👤🎙️ 𝐏𝐫𝐨𝐱𝐞𝐦𝐚\n\n 🎥 𝗪𝗮𝘁𝗰𝗵 𝘁… https://t.co/UankbCyNxe
## 1502              If you don't know how to tell when a game of league is a lost cause and you select no for every surrender vote I ha… https://t.co/eevfRypkfi
## 1503                                                   Hehe 👉🏻😃 Zeri from League of Legends ⚡️💚🧡 #LeagueOfLegends #Cosplay #Zeri #Zaun https://t.co/QcjLGARIqH
## 1504                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/xGMbTofZ4J
## 1505                        Riot Games submits a motion to compel on Friday, December 16, to end seven-year sponsorship deal with FTX… https://t.co/UU4EiTLlz6
## 1506            Hey there players. Just made a #NewVideo. I hope it helps you all.\nTY\nCounter #wildrift champions starting with F a… https://t.co/2wpNsfxa3O
## 1507                                                                                   Day 750: No news on Pentakill Rell 🖤\n#LeagueOfLegends #Pentakill #Rell
## 1508            EDG Aphelios\nLate happy birthday to Phel and Alune.\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Aphelios… https://t.co/jyvfVWjClz
## 1509                      They are cheerleaders.🤩🤩🤩🤩 #MOBA #LeagueofLegends #Nilah #TransformaTuDestino #ClashLoL \nOriginal: spunky_7 https://t.co/pvxE9PrknI
## 1510              Tell us what game you would like to play.🙈 #LeagueofLegends #StarGuardian #LoL #StarGuardians #Worlds2021 #ClashLoL… https://t.co/k7z2EpuLNq
## 1511                 ▶️ League of Legends - Top streams a las 12:40 (Hora ESP)🔥\n\n🥇 #KXMI➖Viewers: 460\n🥈 #elubaman➖Viewers: 302\n🥉… https://t.co/AWyo4OkiCc
## 1512                                                                                             Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 1513                                                                                          Rate my new name #LeagueOfLegends #Memes https://t.co/HiRhlMWMX9
## 1514                                                                  The best Lee Sin play you will EVER see! #LeagueOfLegends #Memes https://t.co/7YgEqQYGim
## 1515                                 Lucian gets outplayed by 200 years champion #LeagueOfLegends #riotgames #aphelios #lucian\n#funny https://t.co/y6jz9AR1FJ
## 1516         🔴 𝗠𝗣𝗟 𝗦𝟯 - 𝗚𝗿𝗼𝘂𝗽 𝗦𝘁𝗮𝗴𝗲 𝗪𝗘𝗘𝗞 𝟯\n🖱⌨️ 𝗟𝗲𝗮𝗴𝘂𝗲 𝗢𝗳 𝗟𝗲𝗴𝗲𝗻𝗱𝘀\n🕒 𝟭𝟱:𝟬𝟬\n🎥 𝗪𝗮𝘁𝗰𝗵 𝘁𝗵𝗲 𝘀𝘁𝗿𝗲𝗮𝗺 𝗵𝗲𝗿𝗲👇🏻\nhttps://t.co/VpgEGVH6cB\n\n#MPL… https://t.co/0nZgO0kYXH
## 1517                            Nothing but clowns as far as the eye can see\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/Q2bpU2eAOc
## 1518                 ▶️ League of Legends - Top streams a las 11:58 (Hora ESP)🔥\n\n🥇 #KXMI➖Viewers: 400\n🥈 #elubaman➖Viewers: 351\n🥉… https://t.co/sRWSOCmUbE
## 1519                                          What is your favorite league of legends mobile game?\nI like them all tbh \n#leagueoflegends #mmo #gamer #twitch
## 1520                                                        I didn't like that game.🤔🤔🤔 #Game #LeagueofLegends #GuardiãsEstelares #TransformaTuDestino #ФанАрт
## 1521                       winterblessed diana is the only santa i want to see\n\n#winterblessed #WinterblessedDiana #Diana #dianaLoL… https://t.co/7NSn2xZhYC
## 1522                                             Sunday back in &lt;3\n\nhttps://t.co/BzFM6lw2CD\n\n#LeagueOfLegends #Diamond #Stream #Streaming #Live #Twitch
## 1523          Good morning 👀\nWe are still looking to fill up our #LeagueOfLegends\nmain roster: Top or Mid / supp\nDia2+ 🔥\nIf you a… https://t.co/HwIipU0NaP
## 1524             We enjoy the game.🤩🤩 #LeagueofLegends #YıldızMuhafızı #TransformaTuDestino #GuardianasEstelares \nOriginal: PlayShar… https://t.co/YvQmkgMhMW
## 1525                                                                                Up your #LeagueOfLegends Game! #StrategyGuide #Win https://t.co/38ul3jtORC
## 1526                 ▶️ League of Legends - Top streams a las 11:30 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 339\n🥈 #KXMI➖Viewers: 307\n🥉… https://t.co/hMVKYOHYB3
## 1527                                                                                               Bros indeed #LeagueOfLegends #Memes https://t.co/aLU85PTk4B
## 1528                                                               "Champion X is so broken, am I right guys?" #LeagueOfLegends #Memes https://t.co/zGzhffEoio
## 1529                                                                         The new Yuumi rework looking good #LeagueOfLegends #Memes https://t.co/N598XmYOk7
## 1530                                                              Nothing but clowns as far as the eye can see #LeagueOfLegends #Memes https://t.co/YNwF9UxWMk
## 1531                                              Some old Atreus fanart \n\n#leagueoflegends #LeagueOfLegendsFanArt #pantheon #aatrox https://t.co/cukN3ll4Yt
## 1532                 Cuenta Master LAN 61 Skins, 8 Wild pass , Todos los campeones  | USD 200 | #LOL #wildrift #leagueoflegends #moba… https://t.co/DHE3WeIOuc
## 1533                                        There is love for the game.👏👏👏 #LeagueofLegends #StarGuardian #Fanart #FLYWIN #YıldızMuhafızı #TransformaTuDestino
## 1534              LoL Miss Fortune Champie Chibi Canvas Print\nhttps://www.redbubble ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO
## 1535                           #timetoexeed #leagueoflegends\n\nLast sunday before Xmas! Which Soraka are you today?\n\nretweet for 👇… https://t.co/FYiA62apUu
## 1536             i am the white cat\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/Cve3r03xGZ
## 1537                       Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp… https://t.co/3Y90ukvii8
## 1538                                      I would love to play your game on my channel.👏👏👏👏 #LeagueofLegends #LeagueOfLegendsFanArt #G2WIN #ФанАрт #КосплейLoL
## 1539                   Jinx TOP (Lethality / Arcane Comet) is on fire (10/2/6)! Rockets for everyone! - https://t.co/7w13uVE0YN #Jinx… https://t.co/N22Koen93N
## 1540              ▶️ League of Legends - Top streams a las 10:48 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 358\n🥈 #Lechigg➖Viewers: 109\n🥉… https://t.co/QMUI9B0lPH
## 1541               Stream was fun!!!… until it wasn’t. Lol #LeagueOfLegends players that pick Yasuo have no brain. And I’m not wrong.… https://t.co/behPM4HII6
## 1542                               Nice game starting (3/1/3) for Jinx TOP (Lethality / Arcane Comet)! Gotta pump those numbers up! -… https://t.co/I0RQIDnrXI
## 1543                                                                I like this game.🎮 #MOBA #mobilegame #LeagueofLegends #StarGuardian #Nilah #YıldızMuhafızı
## 1544               I love this star puppo so much...\n\n@riotgames  PLEASE DON'T BREAK HIM :'( &lt;/3\n\n#aurelionsol #leagueoflegends https://t.co/eqsye2Vn8A
## 1545             🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr… https://t.co/wPlCUrDTTp
## 1546                                                                                           Go play it! #game #LeagueofLegends #LoL https://t.co/41PWUjtYrm
## 1547                  Who remembers that?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo… https://t.co/EC5Il3EBhp
## 1548                                                        What a game. #Fanart #LeagueofLegends #StarGuardian #YıldızMuhafızları #TLWIN #GuardianasEstelares
## 1549              ▶️ League of Legends - Top streams a las 10:20 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 401\n🥈 #Lechigg➖Viewers: 106\n🥉… https://t.co/1kvjT37ySt
## 1550                       Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/6LrLnJZnDR
## 1551                                                                                           How is this one?🔥🔥🔥 #LeagueofLegends #КосплейLoL #TLWIN #FLYWIN
## 1552            Riot Games has just filed a motion in US Bankruptcy Court to terminate the LCS-FTX contract worth $96 million.\n\nRio… https://t.co/pCt4XHQJGD
## 1553                   Discover More.👏👏👏👏👏 #LoL #LeagueofLegends #Fanart #GuardianasEstelares #StarGuardian #Nilah \nOriginal: RoTogel https://t.co/kDnsP6BXFY
## 1554                                                                   Fiora outplay 1v4 #LeagueOfLegends #riotgames #fiora #outplayed https://t.co/9DZNlNw19g
## 1555                                                          200 years of collective experience #LeagueOfLegends #riotgames #Aphelios https://t.co/PG18olRwfD
## 1556               ▶️ League of Legends - Top streams a las 09:38 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 324\n🥈 #GODETO➖Viewers: 226\n🥉… https://t.co/9B68vfjhom
## 1557                              There are no major changes.😍😍😍 #Gameplay #LeagueOfLegendsFanArt #LeagueofLegends #GENGWIN #YıldızMuhafızları #YıldızMuhafızı
## 1558                   Ese Fiddle hacia mucha pupa...\nYummi Carry | 3 Supers 4 Mascots 2 Brawlers 2 Hearts\n\n#TFT  #LeagueOfLegends… https://t.co/i1VVFzWqQK
## 1559                                                                                           Pretty accurate #LeagueOfLegends #Memes https://t.co/ClS64EG7SY
## 1560                                                                                         Y'all got 0 chill #LeagueOfLegends #Memes https://t.co/VjZZwe011y
## 1561                                                                  Are there any fellow left handed players #LeagueOfLegends #Memes https://t.co/P8aa2RyvQs
## 1562                                                                          I’m sure someone else can relate #LeagueOfLegends #Memes https://t.co/V0fCi6zusL
## 1563              ▶️ League of Legends - Top streams a las 09:10 (Hora ESP)🔥\n\n🥇 #JimRsNg➖Viewers: 624\n🥈 #elubaman➖Viewers: 300\n🥉… https://t.co/55qFTsBAIF
## 1564           I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o… https://t.co/KldVYnJ2LJ
## 1565                     Hey fam check it out come one come all the amazing Secah tearing up the rift one way or another :D \n#vtuber… https://t.co/WWtA534FrH
## 1566                RT LoLMemesBot Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/DQIErOH3DN
## 1567                                   The piece will probably never be finished.🙉🙉🙉 #LeagueofLegends #mobilegame #Bjergsen #GuardiãsEstelares #YıldızMuhafızı
## 1568               Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios… https://t.co/Yyi68hHmBe
## 1569                                                                     I hope you enjoy it!🙉 #LeagueofLegends #YıldızMuhafızları #G2WIN #TransformaTuDestino
## 1570                                                               Something different.😎😎😎😎 #LeagueofLegends #ArtofLegends #G2WIN #TransformaTuDestino #ФанАрт
## 1571              Finding quotes: Hello Lore of League connoisseurs. I once looked up Kindred quotation and remember reading about La… https://t.co/ML5koQf4uA
## 1572                                                            I haven't drawn in a while. #ArtofLegends #LeagueofLegends #StarGuardian #TLWIN #ФанАрт #G2WIN
## 1573                         Looking forward to the game.🙊🙊🙊🙊 #LeagueofLegends #Gameplay #mobilegame #GuardianasEstelares #КосплейLoL… https://t.co/R8M9VNYuTN
## 1574                                       " 🐰💙🔥🔥🔥🔥 #LeagueofLegends #Game #ФанАрт #Nilah #GuardianasEstelares \nOriginal: HopeWang001 https://t.co/HRtK9PmuSS
## 1575              Day 34 of @LeagueOfLegends quotes:\n\nA child who had known only hate confuses it for love.\n-Swain\n#LeagueOfLegends #quotes #gaming #Swain
## 1576                     Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain… https://t.co/vtdpUZV48U
## 1577                      Solo queue teamplay be like\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/eugXyNRae3
## 1578              ▶️ League of Legends - Top streams a las 08:00 (Hora ESP)🔥\n\n🥇 #JimRsNg➖Viewers: 747\n🥈 #PapiSosa➖Viewers: 455\n🥉… https://t.co/Sr1VWrAye4
## 1579                                                                                This is hilarious.👏👏👏 #LeagueofLegends #Nilah #FLYWIN #GuardianasEstelares
## 1580                                Rick y Ticctoco de lol tft \nRick le pertenece a @KimuraZmv \n#RickProwerTheFox\n#LeagueOfLegends… https://t.co/uq5DpFwUQl
## 1581                                                                     Yuumi will be getting a reworked in 2023. #LeagueofLegends\n\nhttps://t.co/v0CNhstqo9
## 1582            Gonna play alotta #LeagueOfLegends and #Minecraft tonite!! (my lms save file is gone idk what happend :( lmao)\n\nsup… https://t.co/DCzKcXGZA6
## 1583                                                               Katarina Champion Overview | Gameplay – #LeagueofLegends: #WildRift https://t.co/aS5gvygXO1
## 1584             Friend pointed this out earlier and I cant fucking unsee it hoshi is ruined for me 💀\n\n#Arknights \n#LeagueOfLegends https://t.co/NDaTIB4G7a
## 1585                                                              Life is a game.🙈 #LeagueofLegends #mobilegame #TransformaTuDestino #ClashLoL #YıldızMuhafızı
## 1586                  Who remembers that?\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/9fxFOqBgji
## 1587                                     Legends Never Die (ft. Against The Current) [OFFICIAL AUDIO] | Worlds 2017 – #LeagueofLegends https://t.co/HZOya2wjJ6
## 1588          Happy Birthday to one of my Favorites, The Amazing @KriziaBajos! Have a Blessed Birthday &amp; Happy Holidays Krizia! 🎂… https://t.co/90Nwv3qi5n
## 1589             "Saturday at the Rift, trying not to int.❤️" https://t.co/k4p6yADCqv\n\nSo close! My mod, @williamgt86 \nThank you as… https://t.co/7rZ5b4GgDP
## 1590                                                                 This is so broken #legendsofruneterra #LOR #riot #LeagueOfLegends https://t.co/ikec2fefsV
## 1591                        Nocturne had a hard life.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/V5F68Ca4Fo
## 1592                                                  Tell us about your favourite P2E game.🙉 #mobilegame #LeagueofLegends #GuardianasEstelares #Nilah #ФанАрт
## 1593                                   K/DA – THE BADDEST ft. (G)I-DLE, Bea Miller, Wolftyla (Official Lyric Video) | #LeagueofLegends https://t.co/qIyxEViEFU
## 1594                                                     I am playing a game.🤗🤗🤗🤗 #LeagueofLegends #mobilegame #Game #GENGWIN #YıldızMuhafızı #GuardiãsEstelas
## 1595               Friday\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming… https://t.co/b7Mkh7KW6X
## 1596              https://t.co/H4AUyVmHWn\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #LeagueOfLegendsRule34 #LeagueOfLegendsgenerator… https://t.co/Z0GpXMB0uo
## 1597                                                                                                             fuck #LeagueOfLegends https://t.co/5hmO2KKQrs
## 1598                       FACE CAM REVEAL IS HERE!!!! COME JOIN US IN SOME LOW-SILVER SMURF TOURISM!!! https://t.co/CeusPsDkRY #Jhin… https://t.co/edGzT21tsj
## 1599                                                                   Made this today \n\n#PokemonScarlet #LeagueOfLegends #leaguetwt https://t.co/id0f5L2Ygo
## 1600                                                          Hope you enjoyed the game!🙉🙉🙉 #Gameplay #LeagueofLegends #Game #Bjergsen #КосплейLoL #Worlds2021
## 1601                       Cw: a boob\nLIGHTCANNON!!!!!!!!\n#lightcannon #jinxfanart #luxfanart #arcanefanart #arcane #LeagueOfLegends https://t.co/V4QEJSKe6w
## 1602              I still have my original mousepad from like season 5ish? It’s been sitting in a box in my room for a while now shou… https://t.co/hm5LXwpaLq
## 1603                Seeing these notifications drives my friend group into a panic\n#memes #meme #funny #lol #leagueoflegends #Arcane… https://t.co/l0tSM487OQ
## 1604                                                         It has been 12 days since the last official update on Project L, the #LeagueOfLegends tag fighter
## 1605                                                          Some of my favorite things to do.😍😍😍😍😍 #Game #LeagueofLegends #GENGWIN #GuardiãsEstelares #Nilah
## 1606                                                     We are trying out the game.👇 #ArtofLegends #LeagueofLegends #GENGWIN #GuardiãsEstelares #StarGuardian
## 1607       Ranked League Of Legends YAY\nhttps://t.co/tCmGjHppOj\n\n@ShoutRTs\n@SmallStreamersC\n@BlazedRTs\n@sme_rt\n@rtsmallstreams… https://t.co/NVtb6pGyRF
## 1608                                                     Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 1609                                        Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 1610                                                                      Fine! I’ll do it myself🙅🗡️🫡\n#LeagueOfLegends #ليق #Pentakill https://t.co/vSYnOuBvdl
## 1611             Get the right games.🙉🙉🙉🙉 #ArtofLegends #mobilegame #LeagueofLegends #StarGuardians #G2WIN #Nilah \nOriginal: EhManIn… https://t.co/rnUIA0lp2b
## 1612                               Yes, yes... i am bored... \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#yuumi\n#leagueoflegendsart https://t.co/Ya4bEVb1TS
## 1613                                                          I can't understand a word, but I love it! https://t.co/qShRjTt9Bt #music #anime #LeagueOfLegends
## 1614                                                                                📣 I'm going to #LeagueofLegends ! https://t.co/lVfP9e0p2s #wizebot #twitch
## 1615                                                         What a game!🚀🚀 #Gameplay #LeagueofLegends #mobilegame #YıldızMuhafızları #GENGWIN #YıldızMuhafızı
## 1616                                                                                                                   nerf Yasuo's Wind Wall #LeagueOfLegends
## 1617              LoL Lee Sin Champie Chibi Spiral Notebook\nhttps://www.redbubble.c ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO
## 1618                 It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown… https://t.co/i8MSlnqLHI
## 1619                       Miss Fortune league of legends ❤️❤️\n#MissFortune \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#FANART \n💙💙💙 https://t.co/uJ0ejUSjGj
## 1620                                                            Ekkobob from Arcane is IMPOSSIBLE to catch 😵‍💫🧽#leagueoflegends #arcane https://t.co/I60tuQVIIv
## 1621                    Preseason as a botlaner--how to fight against they scary heartsteel???? D:\n#leagueoflegends #vtuber #vtubers… https://t.co/K5DsDxrBLi
## 1622      【League of Legends】Caitlyn Lulu vs Ezreal RenataGlasc | 2vs2 | bot gap\n\n#LOL #leagueoflegends #英雄聯盟  #caitlyn #lulu… https://t.co/4yuyr4hAU6
## 1623           ▶️ League of Legends - Top streams a las 04:30 (Hora ESP)🔥\n\n🥇 #BarbaKahn➖Viewers: 8.750\n🥈 #ElKevo_➖Viewers: 742\n🥉… https://t.co/3MgpgjW86W
## 1624                                                                                   Rankeds en wildrift #leagueoflegends #wildrift\nhttps://t.co/gPvxNs7wfW
## 1625            A little #throwback to #SlayBelleKatarina to get you in the #christmasspirit 🎄\nCosplay made by ryann.kaykay \nWeapon… https://t.co/xsHCXeG27x
## 1626                       After Countless Minutes of playing Ranked Flex I have hit my new Peak, Bronze IV \n#LeagueOfLegends #Vtuber https://t.co/YMZMa1LOyB
## 1627                                                             I like the new design.😍😍 #LoL #MOBA #LeagueofLegends #YıldızMuhafızları #StarGuardian #FLYWIN
## 1628               How ya doin`?\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lolstuff https://t.co/gnn8taLC74
## 1629                                            We’re live! 😊\n\nhttps://t.co/2mJAxT0io8\n\n#LeagueOfLegends #twitch #TwitchAffiliates https://t.co/Szw393XjKa
## 1630                Vikings Offense: Vote no we scale\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/qGEp2zzTFI
## 1631                          Work in progress🏗️\n|¦¬&gt; Mordekaiser &lt;¬¦|\n¬&gt; League of legends \n\n#digitalart #LeagueOfLegends https://t.co/ChA7uKQ3oN
## 1632                                  Check out my latest video "GANK FAIL #leagueoflegends #lol #gaming #shorts #clip"\n\nWatch Now:… https://t.co/ggY7YIXJC7
## 1633           LIVE NOW FORHEAD! playing some more LoL here we go aram worriers cuz im lazy lets be dumb down mid \n .\n.\n.\n#vtuber… https://t.co/M2PbHwS28B
## 1634              Day 4 of begging \n@riotgames\n\n to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petition #riotplz
## 1635                                                       There is peace of mind.💕💕 #LeagueofLegends #Gameplay #GuardiãsEstelares #TransformaTuDestino #G2WIN
## 1636             I feel like playing some league today!  Anyone who wants to join me can!  I'll be hanging out so come chill :)\nwe'l… https://t.co/a1kLXqcDRh
## 1637             Saturday is now Ahri 🦊 Day here. It is also Christmas Time so here we go with some Holidays Ahri 🦊content 💕\nCosplay… https://t.co/ZV9EG68Uis
## 1638             You can follow and share. #LeagueOfLegendsFanArt #LeagueofLegends #GENGWIN #GuardianasEstelares #YıldızMuhafızı \nOr… https://t.co/tL9RjS4PIR
## 1639                      Decided to play some top lane ziggs tonight and needless to say I made their top lane leave #LeagueOfLegends https://t.co/afIz8hXWOn
## 1640                                                                     Enjoy #ArtofLegends #Game #LeagueofLegends #Bjergsen #YıldızMuhafızı #GuardiãsEstelas
## 1641                                                                                What was he baking? \n\n#Pantheon #LeagueOfLegends https://t.co/13o7C2aGVp
## 1642                    Third wheel\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/Ct2dLKN1IQ
## 1643                                      It's funny.🎮🎮 #Game #LeagueofLegends #GuardiãsEstelas #FLYWIN #Bjergsen \nOriginal: prohtius https://t.co/SXjVlIMTo2
## 1644                                                                                              13+ minute que ? Why? Please I want a game! #LeagueOfLegends
## 1645               🔴 I'M LIVE 🔴 COME HANG OUT! 🖤\nhttps://t.co/yxFZYocH5M\n\n#GREENMANGAMING #TwitchAffliate #smallstreamer #valorant… https://t.co/xkrZE1GZpO
## 1646              Shaco it the only champ that matter change my mind! \nFree Shaco Live Wallpaper. Grab in on Wallpaper engine or msg… https://t.co/i0zXb0f0l9
## 1647              Thank you for all of the understanding and support this year! Today we completed #CultOfTheLamb on stream and had s… https://t.co/gfLB6yEKif
## 1648              Going LIVE with #LeagueOfLegends and after a game or 2, heading to #WowClassic for some raiding! I have a pretty bi… https://t.co/71xVZNwbDE
## 1649                                                                         Enjoy the game you like.😎 #LeagueofLegends #ClashLoL #FLYWIN #TransformaTuDestino
## 1650                                                                                                 #LeagueOfLegends 2500 true damage https://t.co/KOXGK7ORBa
## 1651                   Support Diff! KDA 11/3/14. \n\n#teemo #teemosup #teemosupport #teemolol #support #supportmain #leagueoflegends… https://t.co/YJzpzy3ISP
## 1652                                                                Why do I play this game.... https://t.co/ClQppHYPd5 #leagueoflegends #drinking #alcoholism
## 1653                                   I have one of my all time favorites.❤️❤️❤️❤️ #LeagueOfLegendsFanArt #LeagueofLegends #StarGuardian… https://t.co/KXAFmD4YMR
## 1654                         Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising… https://t.co/d6m32MjrmP
## 1655                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/oQLCtLB5JR
## 1656                                        There is fan art with effects.🤔 #LeagueofLegends #LeagueOfLegendsFanArt #ClashLoL #YıldızMuhafızları #StarGuardian
## 1657                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/e72Xb4whG6
## 1658                     Level 7 teemo!! Yeayyy!!! Thanks @Manco1lol for your teemo game play! Love your videos! \n\n#teemo #teemosup… https://t.co/Nis9zu3dPX
## 1659         ♡ Ririka\n♡ 18 y/o\n♡ Ahri OTP\n♡ Platinum 1\n♡ From EU, just moved to NA (I play on both servers regardless)\n♡ osu! pl… https://t.co/4QPVZrZva0
## 1660                  First attempt at League of Legends, join on me?  (✿◠ᴗ◠) ♡\nGOING LIVE AT 9:30 EST! \n \nhttps://t.co/RcwGdrAQmj… https://t.co/xfY6WUrTVT
## 1661                                                                                                      https://t.co/5tlN4kMNVA Hii playing #LeagueOfLegends
## 1662            Playing some Teamfight Tactics with Travis! Come vibe with me! \n\n#LeagueOfLegends #TeamfightTactics #VTuberUprising… https://t.co/AaKHvEVPoB
## 1663                                            whenever i play veigar. i feel like a magical girl! BOOM 💫\n\n#veigar #leagueoflegends https://t.co/osHSZLhuAt
## 1664                                *sorry to say sir but.. no mana for ult*\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/bMPXj0skha
## 1665                                         Making the SSG 2017 World Championship Team #Skins – Behind the Scenes | #LeagueofLegends https://t.co/Yaoej7AbUG
## 1666            My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https://t.co/0rU6Uhx5Pl
## 1667              So if you have Xbox gamepass on PC and download league of legends, you automatically get all champions unlocked. Br… https://t.co/7Q0RIxd3ON
## 1668                 No words HOW I WANT THIS SKIN\n#Thersh #thresh #LeagueOfLegends #LeagueOfLegendsFanArt #lunaremperor #art #fanart https://t.co/GiDfYoHSLu
## 1669             Let's go on an adventure. #StarGuardian #LeagueofLegends #TransformaTuDestino #FLYWIN #StarGuardians \nOriginal: Tos… https://t.co/o64DTeRDNl
## 1670                     Chibi Spirit Blossom Jinx!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #spiritblossom #jinx https://t.co/jqvtR9VXVQ
## 1671                        ✨ Of course I start getting sick 1 week before Christmas!!! |  !rampage https://t.co/97HMCqzpuE\n#gamers… https://t.co/uJOROBgitG
## 1672                                                                                                DUNK!!\n268 PTS\n#Dunkmaster🏀 #FeelIonia🍃#LeagueOfLegends👊
## 1673                     miss fortune sarah fortune fancam edit typa girl black pink league of legends lol mf #LeagueOfLegends #cblol… https://t.co/06Xl5dH68J
## 1674               💫Oh no Space Groove Evelynn is out of control !!💫😱\n.\n#LeagueOfLegends #LeagueOfLegendsFanArt #leagueoflegendsart… https://t.co/KP8pveDbDk
## 1675                                             Gwen when she unlocks level 6 first \n#GwenLoL #LeagueOfLegends #Doodle #ArtofLegends https://t.co/wHKHEZoOAx
## 1676                                                                               Thank you for that! #LeagueofLegends #ФанАрт #Bjergsen #GuardianasEstelares
## 1677             Great stream tonight. Thanks to everyone who watched. Have an amazing day/night. \nGoodnight World💕 #onelove #tft #LeagueOfLegends #goodnight
## 1678               Riot Games wants to end agreement with League of Legends Championship sponsor #FTX. The deal totals over $96M some… https://t.co/pd8ihWwgla
## 1679                                                                Live on twitch right now link below playing some #leagueoflegends  https://t.co/J1hLmqv5hn
## 1680              We may be a week away from Christmas, but that doesn't mean you can't spend time with your OTHER family for our COM… https://t.co/BLAL1LLtQb
## 1681              How ya doin`?\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/EiIY5a43VW
## 1682                                                         The first game I played.🚀🚀 #LeagueofLegends #TransformaTuDestino #StarGuardian #YıldızMuhafızları
## 1683                                   What game would you like to play?🤗🤗🤗 #Gameplay #StarGuardian #LeagueofLegends #GuardianasEstelares #TransformaTuDestino
## 1684          ▶️ League of Legends - Top streams a las 01:00 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 8.791\n🥈 #IamCristinini➖Viewers: 3.28… https://t.co/y45RDXdclb
## 1685                 2 minutes of searching for icons and a minute of paint.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/d28tWzdVFT
## 1686                Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my optio… https://t.co/MtKOv52hBO
## 1687                                                                  Leona Champion Overview | Gameplay – #LeagueofLegends: #WildRift https://t.co/VJS6eiXfYD
## 1688                                                               Fast drawing of #senna from #leagueoflegends #leagueoflegendsfanart https://t.co/Kb4HGZ9DDP
## 1689                                                                             I liked playing games.🤔🤔 #mobilegame #LeagueofLegends https://t.co/iZCwFnIMjj
## 1690               So... Who is LeBlanc really?: Do we have anything in any story or bio that tells something actually concrete about… https://t.co/ImGYdNxQsM
## 1691             Doing the streaming thing over at\nhttps://t.co/gX5YNcIvSO stop by maybe join in some games usually playing somethin… https://t.co/SaTl5uFXK6
## 1692                                            Has anyone gotten a Penta Kill on the new Diana skin yet?\n\n#pentakill #Diana #winterblessed #LeagueOfLegends
## 1693                                                   First game with this daddy and I got S and 3 honors????? #Sett #LeagueofLegends https://t.co/JGUeNcdER0
## 1694              Weekend ENFIN! GO NOCTURNE RANK! 😁  💪\n=&gt; https://t.co/0zC1zuQXQ8 \n#twitch #stream #twitchfr \n#twitchstreamers… https://t.co/Jb34ysoWwW
## 1695                 Dapp is up, #LeagueOfLegends and #ApexLegends are ready for play to earn #Fortnite and #Overwatch is on the way🚀… https://t.co/tKao2Xl0Dg
## 1696              The witch queen is attempting to rank up in League of Legends again! Follow her adventures through the cursed ELO t… https://t.co/ZFliMEI0gb
## 1697                                                     It's just chilling out. #StarGuardian #LeagueofLegends #Gameplay #YıldızMuhafızları #Bjergsen #ФанАрт
## 1698                                                        Thank you for that achievement!🤔 #LeagueofLegends #Game #Worlds2021 #GuardiãsEstelares #КосплейLoL
## 1699                                        League players can't read?! TT\n\n#LeagueOfLegends \n#Overwatch2募集pc \n#ENVtuber #Vtuber https://t.co/7B2l3pudnW
## 1700                                                                                                    Friday #LeagueOfLegends #Memes https://t.co/TtS6xO1V4d
## 1701                                                   2 minutes of searching for icons and a minute of paint. #LeagueOfLegends #Memes https://t.co/UuNcqXMOpG
## 1702                                                                             They are becoming self aware! #LeagueOfLegends #Memes https://t.co/LNsMSuh6gx
## 1703                                                                                            Go play it.💕💕💕💕 #LeagueofLegends #MOBA #TLWIN #G2WIN #ClashLoL
## 1704                        My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart… https://t.co/6OHc7uOFea
## 1705                                                             Do you play video games?💕💕💕💕 #Gameplay #LeagueofLegends #mobilegame #G2WIN #TLWIN #КосплейLoL
## 1706              They are husbands\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/101OM6GxPS
## 1707                                Syndra Spirit Blossom.\nLove this one 😍\n#LoLfanart #LeagueOfLegends #Fanart #SplashArt\n#artmoots https://t.co/kcFBccE0ns
## 1708                                                                                    game concept🔥🔥🔥🔥 #LeagueofLegends #YıldızMuhafızları #ФанАрт #ClashLoL
## 1709                 If anyone wants to join a safespace for women in League of Legends, go here! I have met a lot of awesome people!… https://t.co/epR72guEsB
## 1710                                                                Enjoy the game!❤️❤️❤️❤️❤️ #MOBA #LeagueofLegends #G2WIN #TransformaTuDestino #YıldızMuhafızları
## 1711                      Remember my almost Kat penta 😭#LeagueOfLegends #Vtuber #pngtuber #VTuberUprising #vtubersupport #vtuberclips https://t.co/PUFVp1c2fv
## 1712          ▶️ League of Legends - Top streams a las 23:50 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 9.085\n🥈 #IamCristinini➖Viewers: 2.84… https://t.co/qUB9AVoaPt
## 1713                                                        I will try it, I have never played it before.🚀 #LeagueofLegends #LoL #game https://t.co/51ySVVw8gh
## 1714                                                                                 OKAAAAAAAAAAAAAAAAY LET'S GOO 🔥\n#LeagueOfLegends https://t.co/ZmC4vF7JN7
## 1715                                                                 I promise that this game is fun. #StarGuardian #LeagueofLegends #Bjergsen #FLYWIN #ФанАрт
## 1716          I'm LIVE on Twitch! Playing League of Legends\n\nhttps://t.co/RAMnRORPfh\n\n#Twitch #LIVE #Gaming #VoiceActor #Streamer… https://t.co/MCOAa30g3i
## 1717              RHASA SION (Ruined King) - League of Legends Custom Skin https://t.co/wRGHNMDLeB via @YouTube #leagueoflegends #lol… https://t.co/mw2i94EfJw
## 1718                                  Elmillor Vi Main #LeagueofLegends #LeagueofLegendsEspañol #Elmillor #Elmillorclips #HorusEsports https://t.co/btWwrFIAdF
## 1719                   that wasn't supposed to happen\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/H7e89q91mF
## 1720              Going live on @Twitch  in 15 mins, Come and enjoy some @LeagueOfLegends gameplay, do not forget we doing A to Z cha… https://t.co/S1GuU7B9Ax
## 1721                                                                                                   En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G
## 1722                                       Quiet chat in The Last Drop 🍻✨ ft. Oc Honey Badger\n#arcane #LeagueOfLegends #illustration https://t.co/OZnWdDNEAL
## 1723                     Going live shortly trying out how League runs for stream right now! Playing some Arams, Norms or TFT #Vtuber… https://t.co/qstwUHJ6gF
## 1724         🧧Prestige Mythmaker #Sivir - Stream Bundle ( + #Free Twitch Panels)\n\n✅LINK :  https://t.co/eLZzs1l6p6\n\n------------… https://t.co/Z3RAtSQB6X
## 1725          ▶️ League of Legends - Top streams a las 22:40 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 8.930\n🥈 #IamCristinini➖Viewers: 3.08… https://t.co/xbQa3CWKVj
## 1726                            League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming… https://t.co/xllv5n122h
## 1727                                                                                        cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN
## 1728                      I just finished the game and wanted to share it.🥳🥳🥳🥳 #LoL #mobilegame #LeagueofLegends #ClashLoL #StarGuardians #TransformaTuDestino
## 1729                        +1 for the turret\n#twitchstreamer #TwitchAffiliates #LeagueOfLegends #League_of_Legends #twitchaffiliate… https://t.co/zXhHGNcqrm
## 1730                                                                                         They are husbands #LeagueOfLegends #Memes https://t.co/ymCmnG9GRm
## 1731                          https://t.co/NnRP1MMco8 Touched on the moves made by DIG, V5 and WBG today in the Lol Esports Round Up.… https://t.co/0szWMDA2qP
##                  created isRetweet
## 1    2022-12-21 23:59:16     FALSE
## 2    2022-12-21 23:58:44     FALSE
## 3    2022-12-21 23:58:40     FALSE
## 4    2022-12-21 23:58:02     FALSE
## 5    2022-12-21 23:56:46     FALSE
## 6    2022-12-21 23:56:39     FALSE
## 7    2022-12-21 23:53:51     FALSE
## 8    2022-12-21 23:53:07     FALSE
## 9    2022-12-21 23:30:24     FALSE
## 10   2022-12-21 23:29:18     FALSE
## 11   2022-12-21 23:28:34     FALSE
## 12   2022-12-21 23:26:05     FALSE
## 13   2022-12-21 23:23:14     FALSE
## 14   2022-12-21 23:21:07     FALSE
## 15   2022-12-21 23:19:39     FALSE
## 16   2022-12-21 23:08:03     FALSE
## 17   2022-12-21 23:06:43     FALSE
## 18   2022-12-21 23:02:45     FALSE
## 19   2022-12-21 23:01:23     FALSE
## 20   2022-12-21 23:00:28     FALSE
## 21   2022-12-21 23:00:04     FALSE
## 22   2022-12-21 22:58:17     FALSE
## 23   2022-12-21 22:58:04     FALSE
## 24   2022-12-21 22:53:00     FALSE
## 25   2022-12-21 22:46:47     FALSE
## 26   2022-12-21 22:46:33     FALSE
## 27   2022-12-21 22:34:27     FALSE
## 28   2022-12-21 22:34:25     FALSE
## 29   2022-12-21 22:33:56     FALSE
## 30   2022-12-21 22:33:44     FALSE
## 31   2022-12-21 22:28:43     FALSE
## 32   2022-12-21 22:17:44     FALSE
## 33   2022-12-21 22:16:12     FALSE
## 34   2022-12-21 22:14:38     FALSE
## 35   2022-12-21 22:14:22     FALSE
## 36   2022-12-21 22:12:27     FALSE
## 37   2022-12-21 22:11:46     FALSE
## 38   2022-12-21 22:11:07     FALSE
## 39   2022-12-21 22:10:23     FALSE
## 40   2022-12-21 22:08:42     FALSE
## 41   2022-12-21 22:07:35     FALSE
## 42   2022-12-21 22:06:36     FALSE
## 43   2022-12-21 22:05:42     FALSE
## 44   2022-12-21 22:04:57     FALSE
## 45   2022-12-21 22:01:32     FALSE
## 46   2022-12-21 22:00:34     FALSE
## 47   2022-12-21 22:00:05     FALSE
## 48   2022-12-21 21:59:10     FALSE
## 49   2022-12-21 21:56:58     FALSE
## 50   2022-12-21 21:54:58     FALSE
## 51   2022-12-21 21:53:25     FALSE
## 52   2022-12-21 21:53:18     FALSE
## 53   2022-12-21 21:51:45     FALSE
## 54   2022-12-21 21:51:39     FALSE
## 55   2022-12-21 21:51:09     FALSE
## 56   2022-12-21 21:48:02     FALSE
## 57   2022-12-21 21:32:13     FALSE
## 58   2022-12-21 21:31:09     FALSE
## 59   2022-12-21 21:29:07     FALSE
## 60   2022-12-21 21:27:42     FALSE
## 61   2022-12-21 21:25:49     FALSE
## 62   2022-12-21 21:23:41     FALSE
## 63   2022-12-21 21:20:05     FALSE
## 64   2022-12-21 21:18:44     FALSE
## 65   2022-12-21 21:17:52     FALSE
## 66   2022-12-21 21:13:58     FALSE
## 67   2022-12-21 21:13:23     FALSE
## 68   2022-12-21 21:08:01     FALSE
## 69   2022-12-21 21:04:48     FALSE
## 70   2022-12-21 21:00:45     FALSE
## 71   2022-12-21 21:00:04     FALSE
## 72   2022-12-21 20:58:04     FALSE
## 73   2022-12-21 20:57:26     FALSE
## 74   2022-12-21 20:55:59     FALSE
## 75   2022-12-21 20:55:54     FALSE
## 76   2022-12-21 20:55:50     FALSE
## 77   2022-12-21 20:55:18     FALSE
## 78   2022-12-21 20:54:32     FALSE
## 79   2022-12-21 20:54:13     FALSE
## 80   2022-12-21 20:50:13     FALSE
## 81   2022-12-21 20:49:36     FALSE
## 82   2022-12-21 20:46:03     FALSE
## 83   2022-12-21 20:41:16     FALSE
## 84   2022-12-21 20:37:18     FALSE
## 85   2022-12-21 20:31:32     FALSE
## 86   2022-12-21 20:26:04     FALSE
## 87   2022-12-21 20:25:14     FALSE
## 88   2022-12-21 20:23:40     FALSE
## 89   2022-12-21 20:23:31     FALSE
## 90   2022-12-21 20:23:08     FALSE
## 91   2022-12-21 20:23:02     FALSE
## 92   2022-12-21 20:20:25     FALSE
## 93   2022-12-21 20:19:46     FALSE
## 94   2022-12-21 20:11:11     FALSE
## 95   2022-12-21 20:04:24     FALSE
## 96   2022-12-21 20:03:34     FALSE
## 97   2022-12-21 20:03:29     FALSE
## 98   2022-12-21 20:02:31     FALSE
## 99   2022-12-21 20:02:30     FALSE
## 100  2022-12-21 20:02:27     FALSE
## 101  2022-12-21 20:01:11     FALSE
## 102  2022-12-21 19:55:09     FALSE
## 103  2022-12-21 19:54:55     FALSE
## 104  2022-12-21 19:51:21     FALSE
## 105  2022-12-21 19:50:12     FALSE
## 106  2022-12-21 19:47:21     FALSE
## 107  2022-12-21 19:46:11     FALSE
## 108  2022-12-21 19:45:25     FALSE
## 109  2022-12-21 19:43:16     FALSE
## 110  2022-12-21 19:42:27     FALSE
## 111  2022-12-21 19:37:49     FALSE
## 112  2022-12-21 19:37:37     FALSE
## 113  2022-12-21 19:35:39     FALSE
## 114  2022-12-21 19:34:16     FALSE
## 115  2022-12-21 19:29:46     FALSE
## 116  2022-12-21 19:28:45     FALSE
## 117  2022-12-21 19:28:25     FALSE
## 118  2022-12-21 19:23:01     FALSE
## 119  2022-12-21 19:22:06     FALSE
## 120  2022-12-21 19:20:28     FALSE
## 121  2022-12-21 19:19:54     FALSE
## 122  2022-12-21 19:19:42     FALSE
## 123  2022-12-21 19:16:04     FALSE
## 124  2022-12-21 19:14:50     FALSE
## 125  2022-12-21 19:12:19     FALSE
## 126  2022-12-21 19:09:59     FALSE
## 127  2022-12-21 19:09:01     FALSE
## 128  2022-12-21 19:07:11     FALSE
## 129  2022-12-21 19:05:11     FALSE
## 130  2022-12-21 19:04:05     FALSE
## 131  2022-12-21 19:00:33     FALSE
## 132  2022-12-21 19:00:05     FALSE
## 133  2022-12-21 19:00:04     FALSE
## 134  2022-12-21 18:57:22     FALSE
## 135  2022-12-21 18:57:10     FALSE
## 136  2022-12-21 18:48:24     FALSE
## 137  2022-12-21 18:37:49     FALSE
## 138  2022-12-21 18:33:42     FALSE
## 139  2022-12-21 18:26:15     FALSE
## 140  2022-12-21 18:19:33     FALSE
## 141  2022-12-21 18:11:26     FALSE
## 142  2022-12-21 18:07:18     FALSE
## 143  2022-12-21 18:01:39     FALSE
## 144  2022-12-21 18:01:17     FALSE
## 145  2022-12-21 18:00:28     FALSE
## 146  2022-12-21 18:00:21     FALSE
## 147  2022-12-21 18:00:07     FALSE
## 148  2022-12-21 17:56:51     FALSE
## 149  2022-12-21 17:54:28     FALSE
## 150  2022-12-21 17:50:35     FALSE
## 151  2022-12-21 17:50:04     FALSE
## 152  2022-12-21 17:47:51     FALSE
## 153  2022-12-21 17:39:52     FALSE
## 154  2022-12-21 17:39:23     FALSE
## 155  2022-12-21 17:37:29     FALSE
## 156  2022-12-21 17:36:14     FALSE
## 157  2022-12-21 17:35:55     FALSE
## 158  2022-12-21 17:29:32     FALSE
## 159  2022-12-21 17:29:13     FALSE
## 160  2022-12-21 17:28:57     FALSE
## 161  2022-12-21 17:28:45     FALSE
## 162  2022-12-21 17:28:29     FALSE
## 163  2022-12-21 17:28:18     FALSE
## 164  2022-12-21 17:28:12     FALSE
## 165  2022-12-21 17:25:00     FALSE
## 166  2022-12-21 17:17:07     FALSE
## 167  2022-12-21 17:16:44     FALSE
## 168  2022-12-21 17:13:04     FALSE
## 169  2022-12-21 17:11:00     FALSE
## 170  2022-12-21 17:10:46     FALSE
## 171  2022-12-21 17:10:25     FALSE
## 172  2022-12-21 17:08:04     FALSE
## 173  2022-12-21 17:03:02     FALSE
## 174  2022-12-21 17:01:31     FALSE
## 175  2022-12-21 17:00:39     FALSE
## 176  2022-12-21 17:00:09     FALSE
## 177  2022-12-21 16:57:16     FALSE
## 178  2022-12-21 16:50:31     FALSE
## 179  2022-12-21 16:45:36     FALSE
## 180  2022-12-21 16:44:20     FALSE
## 181  2022-12-21 16:42:44     FALSE
## 182  2022-12-21 16:41:06     FALSE
## 183  2022-12-21 16:40:36     FALSE
## 184  2022-12-21 16:37:47     FALSE
## 185  2022-12-21 16:37:25     FALSE
## 186  2022-12-21 16:36:12     FALSE
## 187  2022-12-21 16:35:52     FALSE
## 188  2022-12-21 16:35:31     FALSE
## 189  2022-12-21 16:34:49     FALSE
## 190  2022-12-21 16:34:36     FALSE
## 191  2022-12-21 16:33:24     FALSE
## 192  2022-12-21 16:33:10     FALSE
## 193  2022-12-21 16:31:20     FALSE
## 194  2022-12-21 16:30:41     FALSE
## 195  2022-12-21 16:30:26     FALSE
## 196  2022-12-21 16:20:25     FALSE
## 197  2022-12-21 16:17:01     FALSE
## 198  2022-12-21 16:16:45     FALSE
## 199  2022-12-21 16:14:42     FALSE
## 200  2022-12-21 16:06:14     FALSE
## 201  2022-12-21 16:05:41     FALSE
## 202  2022-12-21 16:00:05     FALSE
## 203  2022-12-21 16:00:02     FALSE
## 204  2022-12-21 15:58:09     FALSE
## 205  2022-12-21 15:58:05     FALSE
## 206  2022-12-21 15:58:04     FALSE
## 207  2022-12-21 15:57:47     FALSE
## 208  2022-12-21 15:57:25     FALSE
## 209  2022-12-21 15:56:10     FALSE
## 210  2022-12-21 15:55:58     FALSE
## 211  2022-12-21 15:55:27     FALSE
## 212  2022-12-21 15:54:57     FALSE
## 213  2022-12-21 15:53:55     FALSE
## 214  2022-12-21 15:53:36     FALSE
## 215  2022-12-21 15:53:16     FALSE
## 216  2022-12-21 15:52:49     FALSE
## 217  2022-12-21 15:52:43     FALSE
## 218  2022-12-21 15:51:55     FALSE
## 219  2022-12-21 15:51:13     FALSE
## 220  2022-12-21 15:50:01     FALSE
## 221  2022-12-21 15:48:39     FALSE
## 222  2022-12-21 15:45:58     FALSE
## 223  2022-12-21 15:35:24     FALSE
## 224  2022-12-21 15:35:23     FALSE
## 225  2022-12-21 15:33:53     FALSE
## 226  2022-12-21 15:33:17     FALSE
## 227  2022-12-21 15:31:28     FALSE
## 228  2022-12-21 15:28:13     FALSE
## 229  2022-12-21 15:28:10     FALSE
## 230  2022-12-21 15:23:53     FALSE
## 231  2022-12-21 15:18:22     FALSE
## 232  2022-12-21 15:16:33     FALSE
## 233  2022-12-21 15:13:28     FALSE
## 234  2022-12-21 15:12:03     FALSE
## 235  2022-12-21 15:09:04     FALSE
## 236  2022-12-21 15:08:05     FALSE
## 237  2022-12-21 15:07:35     FALSE
## 238  2022-12-21 15:06:28     FALSE
## 239  2022-12-21 15:06:16     FALSE
## 240  2022-12-21 15:05:35     FALSE
## 241  2022-12-21 15:01:21     FALSE
## 242  2022-12-21 15:00:34     FALSE
## 243  2022-12-21 15:00:05     FALSE
## 244  2022-12-21 15:00:03     FALSE
## 245  2022-12-21 14:59:10     FALSE
## 246  2022-12-21 14:54:02     FALSE
## 247  2022-12-21 14:52:10     FALSE
## 248  2022-12-21 14:51:35     FALSE
## 249  2022-12-21 14:50:35     FALSE
## 250  2022-12-21 14:48:05     FALSE
## 251  2022-12-21 14:47:53     FALSE
## 252  2022-12-21 14:47:39     FALSE
## 253  2022-12-21 14:44:51     FALSE
## 254  2022-12-21 14:44:06     FALSE
## 255  2022-12-21 14:43:42     FALSE
## 256  2022-12-21 14:41:24     FALSE
## 257  2022-12-21 14:39:53     FALSE
## 258  2022-12-21 14:34:19     FALSE
## 259  2022-12-21 14:30:00     FALSE
## 260  2022-12-21 14:25:11     FALSE
## 261  2022-12-21 14:24:55     FALSE
## 262  2022-12-21 14:18:23     FALSE
## 263  2022-12-21 14:13:25     FALSE
## 264  2022-12-21 14:12:17     FALSE
## 265  2022-12-21 14:08:08     FALSE
## 266  2022-12-21 14:06:10     FALSE
## 267  2022-12-21 14:03:36     FALSE
## 268  2022-12-21 14:02:59     FALSE
## 269  2022-12-21 14:01:08     FALSE
## 270  2022-12-21 14:00:12     FALSE
## 271  2022-12-21 14:00:03     FALSE
## 272  2022-12-21 13:58:29     FALSE
## 273  2022-12-21 13:56:18     FALSE
## 274  2022-12-21 13:50:44     FALSE
## 275  2022-12-21 13:50:22     FALSE
## 276  2022-12-21 13:50:08     FALSE
## 277  2022-12-21 13:49:33     FALSE
## 278  2022-12-21 13:49:00     FALSE
## 279  2022-12-21 13:48:07     FALSE
## 280  2022-12-21 13:47:15     FALSE
## 281  2022-12-21 13:43:59     FALSE
## 282  2022-12-21 13:40:52     FALSE
## 283  2022-12-21 13:32:02     FALSE
## 284  2022-12-21 13:25:04     FALSE
## 285  2022-12-21 13:24:59     FALSE
## 286  2022-12-21 13:21:30     FALSE
## 287  2022-12-21 13:17:34     FALSE
## 288  2022-12-21 13:11:22     FALSE
## 289  2022-12-21 13:10:04     FALSE
## 290  2022-12-21 13:09:25     FALSE
## 291  2022-12-21 13:01:01     FALSE
## 292  2022-12-21 13:00:05     FALSE
## 293  2022-12-21 12:49:32     FALSE
## 294  2022-12-21 12:49:21     FALSE
## 295  2022-12-21 12:48:25     FALSE
## 296  2022-12-21 12:45:09     FALSE
## 297  2022-12-21 12:41:05     FALSE
## 298  2022-12-21 12:36:33     FALSE
## 299  2022-12-21 12:32:51     FALSE
## 300  2022-12-21 12:28:05     FALSE
## 301  2022-12-21 12:14:55     FALSE
## 302  2022-12-21 12:11:39     FALSE
## 303  2022-12-21 12:10:35     FALSE
## 304  2022-12-21 12:08:26     FALSE
## 305  2022-12-21 12:00:12     FALSE
## 306  2022-12-21 12:00:10     FALSE
## 307  2022-12-21 12:00:00     FALSE
## 308  2022-12-21 11:57:19     FALSE
## 309  2022-12-21 11:51:19     FALSE
## 310  2022-12-21 11:43:25     FALSE
## 311  2022-12-21 11:26:13     FALSE
## 312  2022-12-21 11:24:37     FALSE
## 313  2022-12-21 11:18:06     FALSE
## 314  2022-12-21 11:13:32     FALSE
## 315  2022-12-21 11:00:14     FALSE
## 316  2022-12-21 11:00:10     FALSE
## 317  2022-12-21 10:51:06     FALSE
## 318  2022-12-21 10:38:51     FALSE
## 319  2022-12-21 10:35:10     FALSE
## 320  2022-12-21 10:30:27     FALSE
## 321  2022-12-21 10:30:19     FALSE
## 322  2022-12-21 10:30:02     FALSE
## 323  2022-12-21 10:19:22     FALSE
## 324  2022-12-21 10:17:46     FALSE
## 325  2022-12-21 10:16:56     FALSE
## 326  2022-12-21 10:12:57     FALSE
## 327  2022-12-21 10:08:05     FALSE
## 328  2022-12-21 10:07:07     FALSE
## 329  2022-12-21 10:00:04     FALSE
## 330  2022-12-21 09:56:26     FALSE
## 331  2022-12-21 09:55:59     FALSE
## 332  2022-12-21 09:44:06     FALSE
## 333  2022-12-21 09:24:12     FALSE
## 334  2022-12-21 09:23:33     FALSE
## 335  2022-12-21 09:22:42     FALSE
## 336  2022-12-21 09:22:35     FALSE
## 337  2022-12-21 09:12:00     FALSE
## 338  2022-12-21 09:09:15     FALSE
## 339  2022-12-21 09:06:56     FALSE
## 340  2022-12-21 09:00:14     FALSE
## 341  2022-12-21 08:55:55     FALSE
## 342  2022-12-21 08:55:50     FALSE
## 343  2022-12-21 08:55:17     FALSE
## 344  2022-12-21 08:53:06     FALSE
## 345  2022-12-21 08:52:36     FALSE
## 346  2022-12-21 08:43:49     FALSE
## 347  2022-12-21 08:37:40     FALSE
## 348  2022-12-21 08:32:39     FALSE
## 349  2022-12-21 08:31:07     FALSE
## 350  2022-12-21 08:28:23     FALSE
## 351  2022-12-21 08:22:12     FALSE
## 352  2022-12-21 08:18:44     FALSE
## 353  2022-12-21 08:06:58     FALSE
## 354  2022-12-21 08:00:55     FALSE
## 355  2022-12-21 07:59:10     FALSE
## 356  2022-12-21 07:53:34     FALSE
## 357  2022-12-21 07:50:24     FALSE
## 358  2022-12-21 07:49:49     FALSE
## 359  2022-12-21 07:27:11     FALSE
## 360  2022-12-21 07:15:00     FALSE
## 361  2022-12-21 07:08:32     FALSE
## 362  2022-12-21 07:02:42     FALSE
## 363  2022-12-21 07:00:18     FALSE
## 364  2022-12-21 07:00:07     FALSE
## 365  2022-12-21 06:52:02     FALSE
## 366  2022-12-21 06:34:08     FALSE
## 367  2022-12-21 06:25:18     FALSE
## 368  2022-12-21 06:24:10     FALSE
## 369  2022-12-21 06:16:45     FALSE
## 370  2022-12-21 06:15:16     FALSE
## 371  2022-12-21 06:13:40     FALSE
## 372  2022-12-21 06:10:20     FALSE
## 373  2022-12-21 06:00:05     FALSE
## 374  2022-12-21 05:56:03     FALSE
## 375  2022-12-21 05:44:11     FALSE
## 376  2022-12-21 05:42:36     FALSE
## 377  2022-12-21 05:41:38     FALSE
## 378  2022-12-21 05:38:59     FALSE
## 379  2022-12-21 05:36:05     FALSE
## 380  2022-12-21 05:33:58     FALSE
## 381  2022-12-21 05:33:57     FALSE
## 382  2022-12-21 05:32:54     FALSE
## 383  2022-12-21 05:31:50     FALSE
## 384  2022-12-21 05:29:25     FALSE
## 385  2022-12-21 05:29:20     FALSE
## 386  2022-12-21 05:28:59     FALSE
## 387  2022-12-21 05:11:50     FALSE
## 388  2022-12-21 05:10:50     FALSE
## 389  2022-12-21 05:10:38     FALSE
## 390  2022-12-21 05:06:34     FALSE
## 391  2022-12-21 05:00:27     FALSE
## 392  2022-12-21 05:00:10     FALSE
## 393  2022-12-21 04:56:43     FALSE
## 394  2022-12-21 04:54:35     FALSE
## 395  2022-12-21 04:20:10     FALSE
## 396  2022-12-21 04:15:48     FALSE
## 397  2022-12-21 04:09:32     FALSE
## 398  2022-12-21 04:06:05     FALSE
## 399  2022-12-21 04:00:11     FALSE
## 400  2022-12-21 03:56:02     FALSE
## 401  2022-12-21 03:55:58     FALSE
## 402  2022-12-21 03:52:41     FALSE
## 403  2022-12-21 03:52:26     FALSE
## 404  2022-12-21 03:44:32     FALSE
## 405  2022-12-21 03:21:30     FALSE
## 406  2022-12-21 03:21:16     FALSE
## 407  2022-12-21 03:20:36     FALSE
## 408  2022-12-21 03:02:18     FALSE
## 409  2022-12-21 02:58:51     FALSE
## 410  2022-12-21 02:56:09     FALSE
## 411  2022-12-21 02:34:23     FALSE
## 412  2022-12-21 02:32:02     FALSE
## 413  2022-12-21 02:25:55     FALSE
## 414  2022-12-21 02:23:19     FALSE
## 415  2022-12-21 02:20:18     FALSE
## 416  2022-12-21 02:14:10     FALSE
## 417  2022-12-21 02:12:56     FALSE
## 418  2022-12-21 02:03:03     FALSE
## 419  2022-12-21 02:00:29     FALSE
## 420  2022-12-21 02:00:24     FALSE
## 421  2022-12-21 01:59:28     FALSE
## 422  2022-12-21 01:59:14     FALSE
## 423  2022-12-21 01:54:08     FALSE
## 424  2022-12-21 01:47:53     FALSE
## 425  2022-12-21 01:44:31     FALSE
## 426  2022-12-21 01:41:26     FALSE
## 427  2022-12-21 01:35:48     FALSE
## 428  2022-12-21 01:33:32     FALSE
## 429  2022-12-21 01:30:05     FALSE
## 430  2022-12-21 01:26:38     FALSE
## 431  2022-12-21 01:23:24     FALSE
## 432  2022-12-21 01:06:23     FALSE
## 433  2022-12-21 01:02:05     FALSE
## 434  2022-12-21 01:01:48     FALSE
## 435  2022-12-21 01:00:47     FALSE
## 436  2022-12-21 01:00:08     FALSE
## 437  2022-12-21 00:59:45     FALSE
## 438  2022-12-21 00:48:17     FALSE
## 439  2022-12-21 00:47:31     FALSE
## 440  2022-12-21 00:42:40     FALSE
## 441  2022-12-21 00:41:12     FALSE
## 442  2022-12-21 00:39:00     FALSE
## 443  2022-12-21 00:36:51     FALSE
## 444  2022-12-21 00:36:02     FALSE
## 445  2022-12-21 00:35:10     FALSE
## 446  2022-12-21 00:24:30     FALSE
## 447  2022-12-21 00:20:05     FALSE
## 448  2022-12-21 00:16:30     FALSE
## 449  2022-12-21 00:15:31     FALSE
## 450  2022-12-21 00:15:15     FALSE
## 451  2022-12-21 00:13:59     FALSE
## 452  2022-12-21 00:12:04     FALSE
## 453  2022-12-21 00:06:45     FALSE
## 454  2022-12-21 00:04:44     FALSE
## 455  2022-12-21 00:00:44     FALSE
## 456  2022-12-20 23:55:13     FALSE
## 457  2022-12-20 23:55:01     FALSE
## 458  2022-12-20 23:54:57     FALSE
## 459  2022-12-20 23:54:45     FALSE
## 460  2022-12-20 23:49:46     FALSE
## 461  2022-12-20 23:46:28     FALSE
## 462  2022-12-20 23:43:34     FALSE
## 463  2022-12-20 23:42:12     FALSE
## 464  2022-12-20 23:42:11     FALSE
## 465  2022-12-20 23:41:16     FALSE
## 466  2022-12-20 23:36:34     FALSE
## 467  2022-12-20 23:35:55     FALSE
## 468  2022-12-20 23:15:20     FALSE
## 469  2022-12-20 23:10:51     FALSE
## 470  2022-12-20 23:10:06     FALSE
## 471  2022-12-20 23:06:24     FALSE
## 472  2022-12-20 23:06:11     FALSE
## 473  2022-12-20 23:05:59     FALSE
## 474  2022-12-20 23:04:50     FALSE
## 475  2022-12-20 23:01:47     FALSE
## 476  2022-12-20 23:00:04     FALSE
## 477  2022-12-20 22:58:00     FALSE
## 478  2022-12-20 22:46:08     FALSE
## 479  2022-12-20 22:45:44     FALSE
## 480  2022-12-20 22:44:13     FALSE
## 481  2022-12-20 22:40:45     FALSE
## 482  2022-12-20 22:20:53     FALSE
## 483  2022-12-20 22:20:23     FALSE
## 484  2022-12-20 22:16:41     FALSE
## 485  2022-12-20 22:13:42     FALSE
## 486  2022-12-20 22:12:52     FALSE
## 487  2022-12-20 22:08:12     FALSE
## 488  2022-12-20 22:02:59     FALSE
## 489  2022-12-20 22:02:05     FALSE
## 490  2022-12-20 22:01:20     FALSE
## 491  2022-12-20 22:00:09     FALSE
## 492  2022-12-20 21:59:24     FALSE
## 493  2022-12-20 21:48:06     FALSE
## 494  2022-12-20 21:39:33     FALSE
## 495  2022-12-20 21:33:45     FALSE
## 496  2022-12-20 21:33:40     FALSE
## 497  2022-12-20 21:32:21     FALSE
## 498  2022-12-20 21:28:49     FALSE
## 499  2022-12-20 21:16:07     FALSE
## 500  2022-12-20 21:13:29     FALSE
## 501  2022-12-20 21:01:27     FALSE
## 502  2022-12-20 21:00:45     FALSE
## 503  2022-12-20 21:00:05     FALSE
## 504  2022-12-20 20:50:02     FALSE
## 505  2022-12-20 20:41:07     FALSE
## 506  2022-12-20 20:30:12     FALSE
## 507  2022-12-20 20:25:33     FALSE
## 508  2022-12-20 20:24:08     FALSE
## 509  2022-12-20 20:22:32     FALSE
## 510  2022-12-20 20:14:25     FALSE
## 511  2022-12-20 20:14:06     FALSE
## 512  2022-12-20 20:11:02     FALSE
## 513  2022-12-20 20:09:58     FALSE
## 514  2022-12-20 20:08:18     FALSE
## 515  2022-12-20 20:00:03     FALSE
## 516  2022-12-20 19:59:25     FALSE
## 517  2022-12-20 19:56:55     FALSE
## 518  2022-12-20 19:47:26     FALSE
## 519  2022-12-20 19:40:04     FALSE
## 520  2022-12-20 19:37:54     FALSE
## 521  2022-12-20 19:37:20     FALSE
## 522  2022-12-20 19:35:41     FALSE
## 523  2022-12-20 19:32:20     FALSE
## 524  2022-12-20 19:32:19     FALSE
## 525  2022-12-20 19:25:29     FALSE
## 526  2022-12-20 19:22:22     FALSE
## 527  2022-12-20 19:21:30     FALSE
## 528  2022-12-20 19:19:05     FALSE
## 529  2022-12-20 19:17:51     FALSE
## 530  2022-12-20 19:10:59     FALSE
## 531  2022-12-20 19:04:48     FALSE
## 532  2022-12-20 19:00:24     FALSE
## 533  2022-12-20 19:00:07     FALSE
## 534  2022-12-20 18:58:05     FALSE
## 535  2022-12-20 18:56:27     FALSE
## 536  2022-12-20 18:56:21     FALSE
## 537  2022-12-20 18:54:58     FALSE
## 538  2022-12-20 18:50:50     FALSE
## 539  2022-12-20 18:50:41     FALSE
## 540  2022-12-20 18:50:36     FALSE
## 541  2022-12-20 18:48:52     FALSE
## 542  2022-12-20 18:48:40     FALSE
## 543  2022-12-20 18:48:07     FALSE
## 544  2022-12-20 18:43:31     FALSE
## 545  2022-12-20 18:35:30     FALSE
## 546  2022-12-20 18:30:00     FALSE
## 547  2022-12-20 18:26:02     FALSE
## 548  2022-12-20 18:23:35     FALSE
## 549  2022-12-20 18:21:53     FALSE
## 550  2022-12-20 18:19:11     FALSE
## 551  2022-12-20 18:16:29     FALSE
## 552  2022-12-20 18:12:19     FALSE
## 553  2022-12-20 18:11:25     FALSE
## 554  2022-12-20 18:10:55     FALSE
## 555  2022-12-20 18:05:01     FALSE
## 556  2022-12-20 18:04:19     FALSE
## 557  2022-12-20 18:01:06     FALSE
## 558  2022-12-20 18:00:49     FALSE
## 559  2022-12-20 18:00:36     FALSE
## 560  2022-12-20 17:59:23     FALSE
## 561  2022-12-20 17:59:21     FALSE
## 562  2022-12-20 17:57:33     FALSE
## 563  2022-12-20 17:57:19     FALSE
## 564  2022-12-20 17:40:46     FALSE
## 565  2022-12-20 17:40:28     FALSE
## 566  2022-12-20 17:34:46     FALSE
## 567  2022-12-20 17:33:56     FALSE
## 568  2022-12-20 17:33:50     FALSE
## 569  2022-12-20 17:28:40     FALSE
## 570  2022-12-20 17:26:36     FALSE
## 571  2022-12-20 17:18:44     FALSE
## 572  2022-12-20 17:13:17     FALSE
## 573  2022-12-20 17:10:50     FALSE
## 574  2022-12-20 17:10:04     FALSE
## 575  2022-12-20 17:09:58     FALSE
## 576  2022-12-20 17:06:04     FALSE
## 577  2022-12-20 17:05:17     FALSE
## 578  2022-12-20 17:03:17     FALSE
## 579  2022-12-20 17:00:44     FALSE
## 580  2022-12-20 17:00:08     FALSE
## 581  2022-12-20 16:59:58     FALSE
## 582  2022-12-20 16:59:52     FALSE
## 583  2022-12-20 16:59:07     FALSE
## 584  2022-12-20 16:41:00     FALSE
## 585  2022-12-20 16:30:35     FALSE
## 586  2022-12-20 16:30:26     FALSE
## 587  2022-12-20 16:30:18     FALSE
## 588  2022-12-20 16:23:01     FALSE
## 589  2022-12-20 16:22:58     FALSE
## 590  2022-12-20 16:10:13     FALSE
## 591  2022-12-20 16:05:33     FALSE
## 592  2022-12-20 16:05:12     FALSE
## 593  2022-12-20 16:03:20     FALSE
## 594  2022-12-20 16:02:01     FALSE
## 595  2022-12-20 16:01:06     FALSE
## 596  2022-12-20 16:00:45     FALSE
## 597  2022-12-20 16:00:03     FALSE
## 598  2022-12-20 15:46:04     FALSE
## 599  2022-12-20 15:40:36     FALSE
## 600  2022-12-20 15:34:08     FALSE
## 601  2022-12-20 15:24:05     FALSE
## 602  2022-12-20 15:22:46     FALSE
## 603  2022-12-20 15:19:06     FALSE
## 604  2022-12-20 15:13:22     FALSE
## 605  2022-12-20 15:01:45     FALSE
## 606  2022-12-20 15:00:01     FALSE
## 607  2022-12-20 14:58:16     FALSE
## 608  2022-12-20 14:57:20     FALSE
## 609  2022-12-20 14:51:34     FALSE
## 610  2022-12-20 14:46:06     FALSE
## 611  2022-12-20 14:42:05     FALSE
## 612  2022-12-20 14:38:34     FALSE
## 613  2022-12-20 14:36:38     FALSE
## 614  2022-12-20 14:36:00     FALSE
## 615  2022-12-20 14:34:44     FALSE
## 616  2022-12-20 14:33:08     FALSE
## 617  2022-12-20 14:33:05     FALSE
## 618  2022-12-20 14:32:10     FALSE
## 619  2022-12-20 14:30:00     FALSE
## 620  2022-12-20 14:27:09     FALSE
## 621  2022-12-20 14:25:34     FALSE
## 622  2022-12-20 14:21:01     FALSE
## 623  2022-12-20 14:20:31     FALSE
## 624  2022-12-20 14:19:28     FALSE
## 625  2022-12-20 14:18:06     FALSE
## 626  2022-12-20 14:15:56     FALSE
## 627  2022-12-20 14:14:45     FALSE
## 628  2022-12-20 14:10:00     FALSE
## 629  2022-12-20 14:08:51     FALSE
## 630  2022-12-20 14:00:27     FALSE
## 631  2022-12-20 14:00:03     FALSE
## 632  2022-12-20 14:00:00     FALSE
## 633  2022-12-20 13:53:41     FALSE
## 634  2022-12-20 13:53:30     FALSE
## 635  2022-12-20 13:51:25     FALSE
## 636  2022-12-20 13:49:31     FALSE
## 637  2022-12-20 13:49:20     FALSE
## 638  2022-12-20 13:48:06     FALSE
## 639  2022-12-20 13:48:02     FALSE
## 640  2022-12-20 13:43:00     FALSE
## 641  2022-12-20 13:29:36     FALSE
## 642  2022-12-20 13:28:40     FALSE
## 643  2022-12-20 13:23:54     FALSE
## 644  2022-12-20 13:20:33     FALSE
## 645  2022-12-20 13:08:05     FALSE
## 646  2022-12-20 13:04:38     FALSE
## 647  2022-12-20 13:01:49     FALSE
## 648  2022-12-20 13:00:03     FALSE
## 649  2022-12-20 12:57:05     FALSE
## 650  2022-12-20 12:49:21     FALSE
## 651  2022-12-20 12:38:48     FALSE
## 652  2022-12-20 12:38:48     FALSE
## 653  2022-12-20 12:37:15     FALSE
## 654  2022-12-20 12:31:09     FALSE
## 655  2022-12-20 12:22:26     FALSE
## 656  2022-12-20 12:17:32     FALSE
## 657  2022-12-20 12:14:57     FALSE
## 658  2022-12-20 12:10:17     FALSE
## 659  2022-12-20 12:06:47     FALSE
## 660  2022-12-20 12:03:56     FALSE
## 661  2022-12-20 12:01:03     FALSE
## 662  2022-12-20 12:00:09     FALSE
## 663  2022-12-20 11:58:59     FALSE
## 664  2022-12-20 11:57:52     FALSE
## 665  2022-12-20 11:55:34     FALSE
## 666  2022-12-20 11:54:30     FALSE
## 667  2022-12-20 11:54:24     FALSE
## 668  2022-12-20 11:53:23     FALSE
## 669  2022-12-20 11:47:53     FALSE
## 670  2022-12-20 11:17:12     FALSE
## 671  2022-12-20 11:16:05     FALSE
## 672  2022-12-20 11:07:46     FALSE
## 673  2022-12-20 11:07:34     FALSE
## 674  2022-12-20 11:06:20     FALSE
## 675  2022-12-20 11:00:04     FALSE
## 676  2022-12-20 10:54:41     FALSE
## 677  2022-12-20 10:49:40     FALSE
## 678  2022-12-20 10:47:49     FALSE
## 679  2022-12-20 10:44:13     FALSE
## 680  2022-12-20 10:41:35     FALSE
## 681  2022-12-20 10:39:13     FALSE
## 682  2022-12-20 10:35:38     FALSE
## 683  2022-12-20 10:35:10     FALSE
## 684  2022-12-20 10:30:23     FALSE
## 685  2022-12-20 10:28:39     FALSE
## 686  2022-12-20 10:18:38     FALSE
## 687  2022-12-20 10:18:13     FALSE
## 688  2022-12-20 10:15:27     FALSE
## 689  2022-12-20 10:12:54     FALSE
## 690  2022-12-20 10:11:21     FALSE
## 691  2022-12-20 10:08:03     FALSE
## 692  2022-12-20 10:06:05     FALSE
## 693  2022-12-20 10:05:03     FALSE
## 694  2022-12-20 09:55:23     FALSE
## 695  2022-12-20 09:55:16     FALSE
## 696  2022-12-20 09:30:42     FALSE
## 697  2022-12-20 09:18:10     FALSE
## 698  2022-12-20 09:10:07     FALSE
## 699  2022-12-20 09:10:03     FALSE
## 700  2022-12-20 09:09:59     FALSE
## 701  2022-12-20 09:06:34     FALSE
## 702  2022-12-20 09:03:59     FALSE
## 703  2022-12-20 09:01:23     FALSE
## 704  2022-12-20 08:56:04     FALSE
## 705  2022-12-20 08:40:00     FALSE
## 706  2022-12-20 08:38:11     FALSE
## 707  2022-12-20 08:33:11     FALSE
## 708  2022-12-20 08:31:47     FALSE
## 709  2022-12-20 08:20:06     FALSE
## 710  2022-12-20 08:19:08     FALSE
## 711  2022-12-20 08:08:39     FALSE
## 712  2022-12-20 08:06:15     FALSE
## 713  2022-12-20 08:02:33     FALSE
## 714  2022-12-20 08:00:46     FALSE
## 715  2022-12-20 08:00:08     FALSE
## 716  2022-12-20 07:59:32     FALSE
## 717  2022-12-20 07:52:36     FALSE
## 718  2022-12-20 07:52:16     FALSE
## 719  2022-12-20 07:46:54     FALSE
## 720  2022-12-20 07:46:05     FALSE
## 721  2022-12-20 07:35:12     FALSE
## 722  2022-12-20 07:34:43     FALSE
## 723  2022-12-20 07:29:26     FALSE
## 724  2022-12-20 07:22:59     FALSE
## 725  2022-12-20 07:18:11     FALSE
## 726  2022-12-20 07:11:43     FALSE
## 727  2022-12-20 07:09:38     FALSE
## 728  2022-12-20 07:03:50     FALSE
## 729  2022-12-20 07:02:05     FALSE
## 730  2022-12-20 07:01:54     FALSE
## 731  2022-12-20 07:00:44     FALSE
## 732  2022-12-20 07:00:04     FALSE
## 733  2022-12-20 06:58:47     FALSE
## 734  2022-12-20 06:56:17     FALSE
## 735  2022-12-20 06:53:28     FALSE
## 736  2022-12-20 06:43:31     FALSE
## 737  2022-12-20 06:42:38     FALSE
## 738  2022-12-20 06:40:49     FALSE
## 739  2022-12-20 06:36:49     FALSE
## 740  2022-12-20 06:32:47     FALSE
## 741  2022-12-20 06:29:52     FALSE
## 742  2022-12-20 06:28:21     FALSE
## 743  2022-12-20 06:27:09     FALSE
## 744  2022-12-20 06:18:54     FALSE
## 745  2022-12-20 06:14:56     FALSE
## 746  2022-12-20 06:04:36     FALSE
## 747  2022-12-20 06:03:19     FALSE
## 748  2022-12-20 06:02:28     FALSE
## 749  2022-12-20 06:00:08     FALSE
## 750  2022-12-20 05:52:48     FALSE
## 751  2022-12-20 05:49:15     FALSE
## 752  2022-12-20 05:34:37     FALSE
## 753  2022-12-20 05:26:04     FALSE
## 754  2022-12-20 05:23:11     FALSE
## 755  2022-12-20 05:22:51     FALSE
## 756  2022-12-20 05:19:03     FALSE
## 757  2022-12-20 05:11:45     FALSE
## 758  2022-12-20 05:10:16     FALSE
## 759  2022-12-20 05:10:15     FALSE
## 760  2022-12-20 05:09:01     FALSE
## 761  2022-12-20 05:06:55     FALSE
## 762  2022-12-20 05:02:08     FALSE
## 763  2022-12-20 05:00:04     FALSE
## 764  2022-12-20 04:52:03     FALSE
## 765  2022-12-20 04:47:56     FALSE
## 766  2022-12-20 04:44:08     FALSE
## 767  2022-12-20 04:34:44     FALSE
## 768  2022-12-20 04:28:12     FALSE
## 769  2022-12-20 04:23:33     FALSE
## 770  2022-12-20 04:17:25     FALSE
## 771  2022-12-20 04:12:31     FALSE
## 772  2022-12-20 04:09:39     FALSE
## 773  2022-12-20 04:02:32     FALSE
## 774  2022-12-20 04:01:27     FALSE
## 775  2022-12-20 04:00:08     FALSE
## 776  2022-12-20 03:48:01     FALSE
## 777  2022-12-20 03:46:35     FALSE
## 778  2022-12-20 03:37:52     FALSE
## 779  2022-12-20 03:29:18     FALSE
## 780  2022-12-20 03:27:47     FALSE
## 781  2022-12-20 03:22:25     FALSE
## 782  2022-12-20 03:22:21     FALSE
## 783  2022-12-20 03:20:41     FALSE
## 784  2022-12-20 03:19:59     FALSE
## 785  2022-12-20 03:19:19     FALSE
## 786  2022-12-20 03:10:28     FALSE
## 787  2022-12-20 03:09:57     FALSE
## 788  2022-12-20 03:02:53     FALSE
## 789  2022-12-20 03:00:07     FALSE
## 790  2022-12-20 02:38:23     FALSE
## 791  2022-12-20 02:38:12     FALSE
## 792  2022-12-20 02:37:27     FALSE
## 793  2022-12-20 02:35:57     FALSE
## 794  2022-12-20 02:30:54     FALSE
## 795  2022-12-20 02:21:52     FALSE
## 796  2022-12-20 02:19:52     FALSE
## 797  2022-12-20 02:17:56     FALSE
## 798  2022-12-20 02:17:42     FALSE
## 799  2022-12-20 02:11:41     FALSE
## 800  2022-12-20 02:11:22     FALSE
## 801  2022-12-20 02:10:49     FALSE
## 802  2022-12-20 02:10:38     FALSE
## 803  2022-12-20 02:10:26     FALSE
## 804  2022-12-20 02:02:37     FALSE
## 805  2022-12-20 02:00:06     FALSE
## 806  2022-12-20 01:54:39     FALSE
## 807  2022-12-20 01:54:10     FALSE
## 808  2022-12-20 01:53:49     FALSE
## 809  2022-12-20 01:53:40     FALSE
## 810  2022-12-20 01:45:10     FALSE
## 811  2022-12-20 01:36:36     FALSE
## 812  2022-12-20 01:34:32     FALSE
## 813  2022-12-20 01:33:08     FALSE
## 814  2022-12-20 01:32:05     FALSE
## 815  2022-12-20 01:28:00     FALSE
## 816  2022-12-20 01:24:53     FALSE
## 817  2022-12-20 01:24:46     FALSE
## 818  2022-12-20 01:23:35     FALSE
## 819  2022-12-20 01:15:35     FALSE
## 820  2022-12-20 01:11:41     FALSE
## 821  2022-12-20 01:10:41     FALSE
## 822  2022-12-20 01:07:04     FALSE
## 823  2022-12-20 00:49:16     FALSE
## 824  2022-12-20 00:44:46     FALSE
## 825  2022-12-20 00:44:05     FALSE
## 826  2022-12-20 00:41:34     FALSE
## 827  2022-12-20 00:37:28     FALSE
## 828  2022-12-20 00:36:32     FALSE
## 829  2022-12-20 00:18:05     FALSE
## 830  2022-12-20 00:13:37     FALSE
## 831  2022-12-20 00:12:57     FALSE
## 832  2022-12-20 00:07:48     FALSE
## 833  2022-12-20 00:06:32     FALSE
## 834  2022-12-20 00:00:01     FALSE
## 835  2022-12-20 00:00:00     FALSE
## 836  2022-12-19 23:56:00     FALSE
## 837  2022-12-19 23:53:59     FALSE
## 838  2022-12-19 23:51:42     FALSE
## 839  2022-12-19 23:44:27     FALSE
## 840  2022-12-19 23:39:43     FALSE
## 841  2022-12-19 23:37:02     FALSE
## 842  2022-12-19 23:36:51     FALSE
## 843  2022-12-19 23:34:23     FALSE
## 844  2022-12-19 23:31:45     FALSE
## 845  2022-12-19 23:29:20     FALSE
## 846  2022-12-19 23:20:40     FALSE
## 847  2022-12-19 23:15:23     FALSE
## 848  2022-12-19 23:13:34     FALSE
## 849  2022-12-19 23:08:06     FALSE
## 850  2022-12-19 23:04:18     FALSE
## 851  2022-12-19 23:00:11     FALSE
## 852  2022-12-19 22:59:00     FALSE
## 853  2022-12-19 22:56:13     FALSE
## 854  2022-12-19 22:51:03     FALSE
## 855  2022-12-19 22:44:58     FALSE
## 856  2022-12-19 22:40:25     FALSE
## 857  2022-12-19 22:38:37     FALSE
## 858  2022-12-19 22:36:11     FALSE
## 859  2022-12-19 22:35:51     FALSE
## 860  2022-12-19 22:34:27     FALSE
## 861  2022-12-19 22:34:01     FALSE
## 862  2022-12-19 22:32:15     FALSE
## 863  2022-12-19 22:31:19     FALSE
## 864  2022-12-19 22:29:39     FALSE
## 865  2022-12-19 22:28:56     FALSE
## 866  2022-12-19 22:27:18     FALSE
## 867  2022-12-19 22:24:26     FALSE
## 868  2022-12-19 22:24:20     FALSE
## 869  2022-12-19 22:13:23     FALSE
## 870  2022-12-19 22:13:04     FALSE
## 871  2022-12-19 22:00:02     FALSE
## 872  2022-12-19 21:58:04     FALSE
## 873  2022-12-19 21:56:55     FALSE
## 874  2022-12-19 21:41:39     FALSE
## 875  2022-12-19 21:35:52     FALSE
## 876  2022-12-19 21:35:43     FALSE
## 877  2022-12-19 21:34:11     FALSE
## 878  2022-12-19 21:33:28     FALSE
## 879  2022-12-19 21:30:25     FALSE
## 880  2022-12-19 21:22:36     FALSE
## 881  2022-12-19 21:21:45     FALSE
## 882  2022-12-19 21:21:43     FALSE
## 883  2022-12-19 21:21:42     FALSE
## 884  2022-12-19 21:19:15     FALSE
## 885  2022-12-19 21:18:13     FALSE
## 886  2022-12-19 21:18:00     FALSE
## 887  2022-12-19 21:14:11     FALSE
## 888  2022-12-19 21:14:02     FALSE
## 889  2022-12-19 21:12:24     FALSE
## 890  2022-12-19 21:06:16     FALSE
## 891  2022-12-19 21:05:14     FALSE
## 892  2022-12-19 21:03:34     FALSE
## 893  2022-12-19 21:00:07     FALSE
## 894  2022-12-19 20:36:46     FALSE
## 895  2022-12-19 20:35:13     FALSE
## 896  2022-12-19 20:35:04     FALSE
## 897  2022-12-19 20:34:59     FALSE
## 898  2022-12-19 20:34:56     FALSE
## 899  2022-12-19 20:33:55     FALSE
## 900  2022-12-19 20:33:48     FALSE
## 901  2022-12-19 20:33:42     FALSE
## 902  2022-12-19 20:33:36     FALSE
## 903  2022-12-19 20:20:14     FALSE
## 904  2022-12-19 20:11:30     FALSE
## 905  2022-12-19 20:11:27     FALSE
## 906  2022-12-19 20:07:55     FALSE
## 907  2022-12-19 20:05:50     FALSE
## 908  2022-12-19 20:04:30     FALSE
## 909  2022-12-19 20:04:22     FALSE
## 910  2022-12-19 20:00:34     FALSE
## 911  2022-12-19 19:56:12     FALSE
## 912  2022-12-19 19:55:48     FALSE
## 913  2022-12-19 19:55:26     FALSE
## 914  2022-12-19 19:51:57     FALSE
## 915  2022-12-19 19:46:36     FALSE
## 916  2022-12-19 19:45:46     FALSE
## 917  2022-12-19 19:44:06     FALSE
## 918  2022-12-19 19:42:37     FALSE
## 919  2022-12-19 19:41:01     FALSE
## 920  2022-12-19 19:39:57     FALSE
## 921  2022-12-19 19:37:44     FALSE
## 922  2022-12-19 19:36:31     FALSE
## 923  2022-12-19 19:32:36     FALSE
## 924  2022-12-19 19:29:15     FALSE
## 925  2022-12-19 19:27:41     FALSE
## 926  2022-12-19 19:18:01     FALSE
## 927  2022-12-19 19:18:01     FALSE
## 928  2022-12-19 19:14:18     FALSE
## 929  2022-12-19 19:11:21     FALSE
## 930  2022-12-19 19:08:53     FALSE
## 931  2022-12-19 19:06:36     FALSE
## 932  2022-12-19 19:03:19     FALSE
## 933  2022-12-19 19:00:58     FALSE
## 934  2022-12-19 19:00:05     FALSE
## 935  2022-12-19 18:52:09     FALSE
## 936  2022-12-19 18:52:04     FALSE
## 937  2022-12-19 18:42:20     FALSE
## 938  2022-12-19 18:37:56     FALSE
## 939  2022-12-19 18:30:20     FALSE
## 940  2022-12-19 18:29:00     FALSE
## 941  2022-12-19 18:27:48     FALSE
## 942  2022-12-19 18:23:41     FALSE
## 943  2022-12-19 18:21:16     FALSE
## 944  2022-12-19 18:20:53     FALSE
## 945  2022-12-19 18:17:08     FALSE
## 946  2022-12-19 18:14:57     FALSE
## 947  2022-12-19 18:14:17     FALSE
## 948  2022-12-19 18:10:47     FALSE
## 949  2022-12-19 18:07:31     FALSE
## 950  2022-12-19 18:04:30     FALSE
## 951  2022-12-19 18:03:26     FALSE
## 952  2022-12-19 18:01:46     FALSE
## 953  2022-12-19 18:01:18     FALSE
## 954  2022-12-19 18:00:21     FALSE
## 955  2022-12-19 18:00:06     FALSE
## 956  2022-12-19 17:59:38     FALSE
## 957  2022-12-19 17:58:28     FALSE
## 958  2022-12-19 17:56:34     FALSE
## 959  2022-12-19 17:55:24     FALSE
## 960  2022-12-19 17:50:36     FALSE
## 961  2022-12-19 17:44:54     FALSE
## 962  2022-12-19 17:42:53     FALSE
## 963  2022-12-19 17:33:33     FALSE
## 964  2022-12-19 17:33:31     FALSE
## 965  2022-12-19 17:33:29     FALSE
## 966  2022-12-19 17:28:22     FALSE
## 967  2022-12-19 17:27:01     FALSE
## 968  2022-12-19 17:22:50     FALSE
## 969  2022-12-19 17:22:28     FALSE
## 970  2022-12-19 17:19:30     FALSE
## 971  2022-12-19 17:19:05     FALSE
## 972  2022-12-19 17:16:58     FALSE
## 973  2022-12-19 17:15:20     FALSE
## 974  2022-12-19 17:11:37     FALSE
## 975  2022-12-19 17:09:51     FALSE
## 976  2022-12-19 17:07:00     FALSE
## 977  2022-12-19 17:06:01     FALSE
## 978  2022-12-19 17:02:00     FALSE
## 979  2022-12-19 17:00:55     FALSE
## 980  2022-12-19 17:00:53     FALSE
## 981  2022-12-19 17:00:42     FALSE
## 982  2022-12-19 17:00:16     FALSE
## 983  2022-12-19 16:55:04     FALSE
## 984  2022-12-19 16:54:41     FALSE
## 985  2022-12-19 16:47:49     FALSE
## 986  2022-12-19 16:40:56     FALSE
## 987  2022-12-19 16:40:10     FALSE
## 988  2022-12-19 16:36:04     FALSE
## 989  2022-12-19 16:32:17     FALSE
## 990  2022-12-19 16:29:28     FALSE
## 991  2022-12-19 16:27:14     FALSE
## 992  2022-12-19 16:22:46     FALSE
## 993  2022-12-19 16:19:26     FALSE
## 994  2022-12-19 16:18:57     FALSE
## 995  2022-12-19 16:17:00     FALSE
## 996  2022-12-19 16:09:06     FALSE
## 997  2022-12-19 16:05:10     FALSE
## 998  2022-12-19 16:02:16     FALSE
## 999  2022-12-19 16:00:07     FALSE
## 1000 2022-12-19 15:59:59     FALSE
## 1001 2022-12-19 15:52:14     FALSE
## 1002 2022-12-19 15:47:13     FALSE
## 1003 2022-12-19 15:44:52     FALSE
## 1004 2022-12-19 15:38:04     FALSE
## 1005 2022-12-19 15:37:00     FALSE
## 1006 2022-12-19 15:34:26     FALSE
## 1007 2022-12-19 15:34:09     FALSE
## 1008 2022-12-19 15:33:03     FALSE
## 1009 2022-12-19 15:31:32     FALSE
## 1010 2022-12-19 15:31:25     FALSE
## 1011 2022-12-19 15:30:02     FALSE
## 1012 2022-12-19 15:28:38     FALSE
## 1013 2022-12-19 15:27:47     FALSE
## 1014 2022-12-19 15:20:50     FALSE
## 1015 2022-12-19 15:14:56     FALSE
## 1016 2022-12-19 15:12:46     FALSE
## 1017 2022-12-19 15:11:40     FALSE
## 1018 2022-12-19 15:11:33     FALSE
## 1019 2022-12-19 15:11:07     FALSE
## 1020 2022-12-19 15:10:26     FALSE
## 1021 2022-12-19 15:09:58     FALSE
## 1022 2022-12-19 15:08:55     FALSE
## 1023 2022-12-19 15:08:50     FALSE
## 1024 2022-12-19 15:08:23     FALSE
## 1025 2022-12-19 15:01:30     FALSE
## 1026 2022-12-19 15:00:23     FALSE
## 1027 2022-12-19 15:00:10     FALSE
## 1028 2022-12-19 15:00:02     FALSE
## 1029 2022-12-19 14:59:24     FALSE
## 1030 2022-12-19 14:58:04     FALSE
## 1031 2022-12-19 14:55:45     FALSE
## 1032 2022-12-19 14:55:44     FALSE
## 1033 2022-12-19 14:45:53     FALSE
## 1034 2022-12-19 14:44:10     FALSE
## 1035 2022-12-19 14:37:43     FALSE
## 1036 2022-12-19 14:35:24     FALSE
## 1037 2022-12-19 14:22:54     FALSE
## 1038 2022-12-19 14:22:17     FALSE
## 1039 2022-12-19 14:21:56     FALSE
## 1040 2022-12-19 14:21:12     FALSE
## 1041 2022-12-19 14:21:01     FALSE
## 1042 2022-12-19 14:12:29     FALSE
## 1043 2022-12-19 14:12:04     FALSE
## 1044 2022-12-19 14:10:05     FALSE
## 1045 2022-12-19 14:09:55     FALSE
## 1046 2022-12-19 14:08:48     FALSE
## 1047 2022-12-19 14:07:36     FALSE
## 1048 2022-12-19 14:00:18     FALSE
## 1049 2022-12-19 13:53:04     FALSE
## 1050 2022-12-19 13:51:33     FALSE
## 1051 2022-12-19 13:51:03     FALSE
## 1052 2022-12-19 13:48:06     FALSE
## 1053 2022-12-19 13:47:48     FALSE
## 1054 2022-12-19 13:44:40     FALSE
## 1055 2022-12-19 13:44:20     FALSE
## 1056 2022-12-19 13:35:14     FALSE
## 1057 2022-12-19 13:26:19     FALSE
## 1058 2022-12-19 13:26:17     FALSE
## 1059 2022-12-19 13:23:45     FALSE
## 1060 2022-12-19 13:23:40     FALSE
## 1061 2022-12-19 13:23:18     FALSE
## 1062 2022-12-19 13:16:20     FALSE
## 1063 2022-12-19 13:15:19     FALSE
## 1064 2022-12-19 13:09:44     FALSE
## 1065 2022-12-19 13:06:13     FALSE
## 1066 2022-12-19 13:03:21     FALSE
## 1067 2022-12-19 13:00:18     FALSE
## 1068 2022-12-19 13:00:07     FALSE
## 1069 2022-12-19 13:00:01     FALSE
## 1070 2022-12-19 12:56:56     FALSE
## 1071 2022-12-19 12:50:03     FALSE
## 1072 2022-12-19 12:43:01     FALSE
## 1073 2022-12-19 12:38:05     FALSE
## 1074 2022-12-19 12:33:23     FALSE
## 1075 2022-12-19 12:27:03     FALSE
## 1076 2022-12-19 12:26:05     FALSE
## 1077 2022-12-19 12:24:07     FALSE
## 1078 2022-12-19 12:24:06     FALSE
## 1079 2022-12-19 12:23:31     FALSE
## 1080 2022-12-19 12:15:30     FALSE
## 1081 2022-12-19 12:14:32     FALSE
## 1082 2022-12-19 12:13:21     FALSE
## 1083 2022-12-19 12:05:23     FALSE
## 1084 2022-12-19 12:01:12     FALSE
## 1085 2022-12-19 12:00:25     FALSE
## 1086 2022-12-19 12:00:17     FALSE
## 1087 2022-12-19 11:51:03     FALSE
## 1088 2022-12-19 11:48:01     FALSE
## 1089 2022-12-19 11:44:16     FALSE
## 1090 2022-12-19 11:42:03     FALSE
## 1091 2022-12-19 11:28:06     FALSE
## 1092 2022-12-19 11:25:23     FALSE
## 1093 2022-12-19 11:23:00     FALSE
## 1094 2022-12-19 11:21:31     FALSE
## 1095 2022-12-19 11:17:12     FALSE
## 1096 2022-12-19 11:00:13     FALSE
## 1097 2022-12-19 11:00:06     FALSE
## 1098 2022-12-19 11:00:06     FALSE
## 1099 2022-12-19 10:56:38     FALSE
## 1100 2022-12-19 10:55:35     FALSE
## 1101 2022-12-19 10:52:42     FALSE
## 1102 2022-12-19 10:51:34     FALSE
## 1103 2022-12-19 10:46:04     FALSE
## 1104 2022-12-19 10:44:33     FALSE
## 1105 2022-12-19 10:43:54     FALSE
## 1106 2022-12-19 10:42:17     FALSE
## 1107 2022-12-19 10:30:22     FALSE
## 1108 2022-12-19 10:29:19     FALSE
## 1109 2022-12-19 10:27:20     FALSE
## 1110 2022-12-19 10:24:29     FALSE
## 1111 2022-12-19 10:24:27     FALSE
## 1112 2022-12-19 10:24:22     FALSE
## 1113 2022-12-19 10:19:25     FALSE
## 1114 2022-12-19 10:12:40     FALSE
## 1115 2022-12-19 10:03:06     FALSE
## 1116 2022-12-19 10:02:31     FALSE
## 1117 2022-12-19 10:00:08     FALSE
## 1118 2022-12-19 09:57:45     FALSE
## 1119 2022-12-19 09:56:48     FALSE
## 1120 2022-12-19 09:54:34     FALSE
## 1121 2022-12-19 09:48:31     FALSE
## 1122 2022-12-19 09:38:58     FALSE
## 1123 2022-12-19 09:31:35     FALSE
## 1124 2022-12-19 09:27:20     FALSE
## 1125 2022-12-19 09:22:17     FALSE
## 1126 2022-12-19 09:22:16     FALSE
## 1127 2022-12-19 09:22:14     FALSE
## 1128 2022-12-19 09:08:59     FALSE
## 1129 2022-12-19 09:08:04     FALSE
## 1130 2022-12-19 09:02:12     FALSE
## 1131 2022-12-19 09:00:10     FALSE
## 1132 2022-12-19 08:58:55     FALSE
## 1133 2022-12-19 08:56:14     FALSE
## 1134 2022-12-19 08:53:49     FALSE
## 1135 2022-12-19 08:49:08     FALSE
## 1136 2022-12-19 08:47:13     FALSE
## 1137 2022-12-19 08:45:38     FALSE
## 1138 2022-12-19 08:31:59     FALSE
## 1139 2022-12-19 08:23:29     FALSE
## 1140 2022-12-19 08:22:49     FALSE
## 1141 2022-12-19 08:21:02     FALSE
## 1142 2022-12-19 08:19:11     FALSE
## 1143 2022-12-19 08:05:11     FALSE
## 1144 2022-12-19 08:04:15     FALSE
## 1145 2022-12-19 08:00:07     FALSE
## 1146 2022-12-19 07:58:04     FALSE
## 1147 2022-12-19 07:42:11     FALSE
## 1148 2022-12-19 07:41:29     FALSE
## 1149 2022-12-19 07:36:32     FALSE
## 1150 2022-12-19 07:30:05     FALSE
## 1151 2022-12-19 07:20:22     FALSE
## 1152 2022-12-19 07:17:47     FALSE
## 1153 2022-12-19 07:16:55     FALSE
## 1154 2022-12-19 07:13:39     FALSE
## 1155 2022-12-19 07:00:07     FALSE
## 1156 2022-12-19 06:59:01     FALSE
## 1157 2022-12-19 06:57:42     FALSE
## 1158 2022-12-19 06:54:28     FALSE
## 1159 2022-12-19 06:49:30     FALSE
## 1160 2022-12-19 06:44:25     FALSE
## 1161 2022-12-19 06:44:23     FALSE
## 1162 2022-12-19 06:40:00     FALSE
## 1163 2022-12-19 06:30:29     FALSE
## 1164 2022-12-19 06:20:17     FALSE
## 1165 2022-12-19 06:14:50     FALSE
## 1166 2022-12-19 06:11:59     FALSE
## 1167 2022-12-19 06:05:41     FALSE
## 1168 2022-12-19 06:00:13     FALSE
## 1169 2022-12-19 05:59:16     FALSE
## 1170 2022-12-19 05:57:44     FALSE
## 1171 2022-12-19 05:54:39     FALSE
## 1172 2022-12-19 05:44:20     FALSE
## 1173 2022-12-19 05:40:58     FALSE
## 1174 2022-12-19 05:40:45     FALSE
## 1175 2022-12-19 05:40:39     FALSE
## 1176 2022-12-19 05:38:43     FALSE
## 1177 2022-12-19 05:35:12     FALSE
## 1178 2022-12-19 05:32:11     FALSE
## 1179 2022-12-19 05:29:30     FALSE
## 1180 2022-12-19 05:18:52     FALSE
## 1181 2022-12-19 05:18:43     FALSE
## 1182 2022-12-19 05:09:42     FALSE
## 1183 2022-12-19 05:07:27     FALSE
## 1184 2022-12-19 05:00:05     FALSE
## 1185 2022-12-19 04:47:35     FALSE
## 1186 2022-12-19 04:43:27     FALSE
## 1187 2022-12-19 04:39:49     FALSE
## 1188 2022-12-19 04:30:28     FALSE
## 1189 2022-12-19 04:28:50     FALSE
## 1190 2022-12-19 04:25:34     FALSE
## 1191 2022-12-19 04:14:08     FALSE
## 1192 2022-12-19 04:02:23     FALSE
## 1193 2022-12-19 04:00:05     FALSE
## 1194 2022-12-19 03:55:09     FALSE
## 1195 2022-12-19 03:50:48     FALSE
## 1196 2022-12-19 03:47:14     FALSE
## 1197 2022-12-19 03:30:11     FALSE
## 1198 2022-12-19 03:27:22     FALSE
## 1199 2022-12-19 03:26:50     FALSE
## 1200 2022-12-19 03:08:46     FALSE
## 1201 2022-12-19 03:07:58     FALSE
## 1202 2022-12-19 03:07:34     FALSE
## 1203 2022-12-19 03:03:15     FALSE
## 1204 2022-12-19 03:01:24     FALSE
## 1205 2022-12-19 03:01:04     FALSE
## 1206 2022-12-19 03:00:05     FALSE
## 1207 2022-12-19 02:56:09     FALSE
## 1208 2022-12-19 02:51:49     FALSE
## 1209 2022-12-19 02:47:29     FALSE
## 1210 2022-12-19 02:40:49     FALSE
## 1211 2022-12-19 02:38:46     FALSE
## 1212 2022-12-19 02:37:32     FALSE
## 1213 2022-12-19 02:32:03     FALSE
## 1214 2022-12-19 02:31:15     FALSE
## 1215 2022-12-19 02:30:45     FALSE
## 1216 2022-12-19 02:30:13     FALSE
## 1217 2022-12-19 02:23:15     FALSE
## 1218 2022-12-19 02:11:44     FALSE
## 1219 2022-12-19 02:01:10     FALSE
## 1220 2022-12-19 02:00:10     FALSE
## 1221 2022-12-19 02:00:00     FALSE
## 1222 2022-12-19 01:59:49     FALSE
## 1223 2022-12-19 01:59:21     FALSE
## 1224 2022-12-19 01:58:40     FALSE
## 1225 2022-12-19 01:57:46     FALSE
## 1226 2022-12-19 01:41:55     FALSE
## 1227 2022-12-19 01:39:41     FALSE
## 1228 2022-12-19 01:37:40     FALSE
## 1229 2022-12-19 01:27:56     FALSE
## 1230 2022-12-19 01:15:33     FALSE
## 1231 2022-12-19 01:13:11     FALSE
## 1232 2022-12-19 01:12:21     FALSE
## 1233 2022-12-19 01:11:12     FALSE
## 1234 2022-12-19 01:07:38     FALSE
## 1235 2022-12-19 01:07:29     FALSE
## 1236 2022-12-19 01:05:25     FALSE
## 1237 2022-12-19 01:05:04     FALSE
## 1238 2022-12-19 01:03:48     FALSE
## 1239 2022-12-19 01:03:03     FALSE
## 1240 2022-12-19 01:00:08     FALSE
## 1241 2022-12-19 00:57:27     FALSE
## 1242 2022-12-19 00:56:44     FALSE
## 1243 2022-12-19 00:54:43     FALSE
## 1244 2022-12-19 00:46:56     FALSE
## 1245 2022-12-19 00:43:16     FALSE
## 1246 2022-12-19 00:41:36     FALSE
## 1247 2022-12-19 00:38:50     FALSE
## 1248 2022-12-19 00:35:41     FALSE
## 1249 2022-12-19 00:35:03     FALSE
## 1250 2022-12-19 00:33:31     FALSE
## 1251 2022-12-19 00:31:53     FALSE
## 1252 2022-12-19 00:30:23     FALSE
## 1253 2022-12-19 00:25:45     FALSE
## 1254 2022-12-19 00:18:46     FALSE
## 1255 2022-12-19 00:09:22     FALSE
## 1256 2022-12-19 00:07:23     FALSE
## 1257 2022-12-19 00:06:59     FALSE
## 1258 2022-12-19 00:03:47     FALSE
## 1259 2022-12-19 00:01:40     FALSE
## 1260 2022-12-19 00:00:14     FALSE
## 1261 2022-12-18 23:56:27     FALSE
## 1262 2022-12-18 23:55:05     FALSE
## 1263 2022-12-18 23:52:41     FALSE
## 1264 2022-12-18 23:51:29     FALSE
## 1265 2022-12-18 23:39:49     FALSE
## 1266 2022-12-18 23:34:34     FALSE
## 1267 2022-12-18 23:17:52     FALSE
## 1268 2022-12-18 23:16:43     FALSE
## 1269 2022-12-18 23:16:15     FALSE
## 1270 2022-12-18 23:04:00     FALSE
## 1271 2022-12-18 23:01:56     FALSE
## 1272 2022-12-18 23:00:09     FALSE
## 1273 2022-12-18 22:59:31     FALSE
## 1274 2022-12-18 22:56:57     FALSE
## 1275 2022-12-18 22:56:48     FALSE
## 1276 2022-12-18 22:54:30     FALSE
## 1277 2022-12-18 22:49:59     FALSE
## 1278 2022-12-18 22:49:16     FALSE
## 1279 2022-12-18 22:48:12     FALSE
## 1280 2022-12-18 22:47:04     FALSE
## 1281 2022-12-18 22:39:37     FALSE
## 1282 2022-12-18 22:38:34     FALSE
## 1283 2022-12-18 22:32:09     FALSE
## 1284 2022-12-18 22:25:17     FALSE
## 1285 2022-12-18 22:25:07     FALSE
## 1286 2022-12-18 22:25:06     FALSE
## 1287 2022-12-18 22:19:08     FALSE
## 1288 2022-12-18 22:17:34     FALSE
## 1289 2022-12-18 22:16:57     FALSE
## 1290 2022-12-18 22:16:53     FALSE
## 1291 2022-12-18 22:16:11     FALSE
## 1292 2022-12-18 22:12:37     FALSE
## 1293 2022-12-18 22:12:28     FALSE
## 1294 2022-12-18 22:08:57     FALSE
## 1295 2022-12-18 22:07:25     FALSE
## 1296 2022-12-18 22:02:17     FALSE
## 1297 2022-12-18 22:01:52     FALSE
## 1298 2022-12-18 22:01:31     FALSE
## 1299 2022-12-18 22:00:07     FALSE
## 1300 2022-12-18 21:59:22     FALSE
## 1301 2022-12-18 21:55:43     FALSE
## 1302 2022-12-18 21:55:18     FALSE
## 1303 2022-12-18 21:55:04     FALSE
## 1304 2022-12-18 21:51:16     FALSE
## 1305 2022-12-18 21:48:52     FALSE
## 1306 2022-12-18 21:47:57     FALSE
## 1307 2022-12-18 21:45:30     FALSE
## 1308 2022-12-18 21:37:55     FALSE
## 1309 2022-12-18 21:34:49     FALSE
## 1310 2022-12-18 21:32:53     FALSE
## 1311 2022-12-18 21:30:15     FALSE
## 1312 2022-12-18 21:23:36     FALSE
## 1313 2022-12-18 21:22:32     FALSE
## 1314 2022-12-18 21:20:29     FALSE
## 1315 2022-12-18 21:19:52     FALSE
## 1316 2022-12-18 21:15:51     FALSE
## 1317 2022-12-18 21:07:03     FALSE
## 1318 2022-12-18 21:06:05     FALSE
## 1319 2022-12-18 21:00:38     FALSE
## 1320 2022-12-18 21:00:03     FALSE
## 1321 2022-12-18 20:50:58     FALSE
## 1322 2022-12-18 20:47:57     FALSE
## 1323 2022-12-18 20:43:22     FALSE
## 1324 2022-12-18 20:39:20     FALSE
## 1325 2022-12-18 20:31:40     FALSE
## 1326 2022-12-18 20:30:24     FALSE
## 1327 2022-12-18 20:25:34     FALSE
## 1328 2022-12-18 20:23:16     FALSE
## 1329 2022-12-18 20:21:43     FALSE
## 1330 2022-12-18 20:18:20     FALSE
## 1331 2022-12-18 20:15:12     FALSE
## 1332 2022-12-18 20:14:54     FALSE
## 1333 2022-12-18 20:14:42     FALSE
## 1334 2022-12-18 20:14:40     FALSE
## 1335 2022-12-18 20:14:28     FALSE
## 1336 2022-12-18 20:06:30     FALSE
## 1337 2022-12-18 20:03:58     FALSE
## 1338 2022-12-18 20:02:56     FALSE
## 1339 2022-12-18 20:01:07     FALSE
## 1340 2022-12-18 20:00:27     FALSE
## 1341 2022-12-18 20:00:03     FALSE
## 1342 2022-12-18 19:53:50     FALSE
## 1343 2022-12-18 19:48:42     FALSE
## 1344 2022-12-18 19:46:27     FALSE
## 1345 2022-12-18 19:42:45     FALSE
## 1346 2022-12-18 19:39:12     FALSE
## 1347 2022-12-18 19:38:06     FALSE
## 1348 2022-12-18 19:27:12     FALSE
## 1349 2022-12-18 19:25:22     FALSE
## 1350 2022-12-18 19:23:43     FALSE
## 1351 2022-12-18 19:20:25     FALSE
## 1352 2022-12-18 19:20:24     FALSE
## 1353 2022-12-18 19:18:14     FALSE
## 1354 2022-12-18 19:13:20     FALSE
## 1355 2022-12-18 19:12:47     FALSE
## 1356 2022-12-18 19:10:26     FALSE
## 1357 2022-12-18 19:08:42     FALSE
## 1358 2022-12-18 19:00:56     FALSE
## 1359 2022-12-18 19:00:03     FALSE
## 1360 2022-12-18 18:57:23     FALSE
## 1361 2022-12-18 18:56:54     FALSE
## 1362 2022-12-18 18:56:37     FALSE
## 1363 2022-12-18 18:49:49     FALSE
## 1364 2022-12-18 18:43:23     FALSE
## 1365 2022-12-18 18:40:21     FALSE
## 1366 2022-12-18 18:39:05     FALSE
## 1367 2022-12-18 18:29:38     FALSE
## 1368 2022-12-18 18:28:12     FALSE
## 1369 2022-12-18 18:27:51     FALSE
## 1370 2022-12-18 18:27:32     FALSE
## 1371 2022-12-18 18:23:13     FALSE
## 1372 2022-12-18 18:23:12     FALSE
## 1373 2022-12-18 18:23:10     FALSE
## 1374 2022-12-18 18:23:08     FALSE
## 1375 2022-12-18 18:23:07     FALSE
## 1376 2022-12-18 18:23:05     FALSE
## 1377 2022-12-18 18:21:33     FALSE
## 1378 2022-12-18 18:20:54     FALSE
## 1379 2022-12-18 18:18:33     FALSE
## 1380 2022-12-18 18:12:42     FALSE
## 1381 2022-12-18 18:11:22     FALSE
## 1382 2022-12-18 18:09:52     FALSE
## 1383 2022-12-18 18:08:14     FALSE
## 1384 2022-12-18 18:07:20     FALSE
## 1385 2022-12-18 18:07:11     FALSE
## 1386 2022-12-18 18:04:09     FALSE
## 1387 2022-12-18 18:03:01     FALSE
## 1388 2022-12-18 18:02:11     FALSE
## 1389 2022-12-18 18:01:39     FALSE
## 1390 2022-12-18 18:00:27     FALSE
## 1391 2022-12-18 18:00:04     FALSE
## 1392 2022-12-18 17:55:57     FALSE
## 1393 2022-12-18 17:46:54     FALSE
## 1394 2022-12-18 17:44:04     FALSE
## 1395 2022-12-18 17:42:19     FALSE
## 1396 2022-12-18 17:42:07     FALSE
## 1397 2022-12-18 17:35:54     FALSE
## 1398 2022-12-18 17:32:45     FALSE
## 1399 2022-12-18 17:30:52     FALSE
## 1400 2022-12-18 17:30:22     FALSE
## 1401 2022-12-18 17:28:34     FALSE
## 1402 2022-12-18 17:28:24     FALSE
## 1403 2022-12-18 17:22:29     FALSE
## 1404 2022-12-18 17:20:21     FALSE
## 1405 2022-12-18 17:19:30     FALSE
## 1406 2022-12-18 17:09:22     FALSE
## 1407 2022-12-18 17:09:19     FALSE
## 1408 2022-12-18 17:09:18     FALSE
## 1409 2022-12-18 17:09:03     FALSE
## 1410 2022-12-18 17:08:53     FALSE
## 1411 2022-12-18 17:08:43     FALSE
## 1412 2022-12-18 17:08:19     FALSE
## 1413 2022-12-18 17:05:59     FALSE
## 1414 2022-12-18 17:05:50     FALSE
## 1415 2022-12-18 17:03:31     FALSE
## 1416 2022-12-18 17:00:09     FALSE
## 1417 2022-12-18 16:54:19     FALSE
## 1418 2022-12-18 16:53:38     FALSE
## 1419 2022-12-18 16:48:46     FALSE
## 1420 2022-12-18 16:45:52     FALSE
## 1421 2022-12-18 16:44:32     FALSE
## 1422 2022-12-18 16:44:21     FALSE
## 1423 2022-12-18 16:43:16     FALSE
## 1424 2022-12-18 16:42:27     FALSE
## 1425 2022-12-18 16:27:50     FALSE
## 1426 2022-12-18 16:26:50     FALSE
## 1427 2022-12-18 16:26:48     FALSE
## 1428 2022-12-18 16:20:48     FALSE
## 1429 2022-12-18 16:19:14     FALSE
## 1430 2022-12-18 16:09:25     FALSE
## 1431 2022-12-18 16:07:03     FALSE
## 1432 2022-12-18 16:00:05     FALSE
## 1433 2022-12-18 15:56:49     FALSE
## 1434 2022-12-18 15:52:48     FALSE
## 1435 2022-12-18 15:51:07     FALSE
## 1436 2022-12-18 15:50:56     FALSE
## 1437 2022-12-18 15:44:50     FALSE
## 1438 2022-12-18 15:35:56     FALSE
## 1439 2022-12-18 15:35:03     FALSE
## 1440 2022-12-18 15:33:34     FALSE
## 1441 2022-12-18 15:29:58     FALSE
## 1442 2022-12-18 15:22:42     FALSE
## 1443 2022-12-18 15:22:41     FALSE
## 1444 2022-12-18 15:14:07     FALSE
## 1445 2022-12-18 15:13:03     FALSE
## 1446 2022-12-18 15:07:36     FALSE
## 1447 2022-12-18 15:03:30     FALSE
## 1448 2022-12-18 15:00:10     FALSE
## 1449 2022-12-18 15:00:07     FALSE
## 1450 2022-12-18 14:59:47     FALSE
## 1451 2022-12-18 14:59:21     FALSE
## 1452 2022-12-18 14:58:27     FALSE
## 1453 2022-12-18 14:52:21     FALSE
## 1454 2022-12-18 14:46:22     FALSE
## 1455 2022-12-18 14:45:58     FALSE
## 1456 2022-12-18 14:43:29     FALSE
## 1457 2022-12-18 14:42:30     FALSE
## 1458 2022-12-18 14:32:37     FALSE
## 1459 2022-12-18 14:32:05     FALSE
## 1460 2022-12-18 14:20:57     FALSE
## 1461 2022-12-18 14:13:54     FALSE
## 1462 2022-12-18 14:13:35     FALSE
## 1463 2022-12-18 14:05:24     FALSE
## 1464 2022-12-18 14:02:32     FALSE
## 1465 2022-12-18 14:02:29     FALSE
## 1466 2022-12-18 14:00:04     FALSE
## 1467 2022-12-18 14:00:04     FALSE
## 1468 2022-12-18 13:58:03     FALSE
## 1469 2022-12-18 13:58:00     FALSE
## 1470 2022-12-18 13:51:28     FALSE
## 1471 2022-12-18 13:51:13     FALSE
## 1472 2022-12-18 13:50:49     FALSE
## 1473 2022-12-18 13:49:55     FALSE
## 1474 2022-12-18 13:49:26     FALSE
## 1475 2022-12-18 13:49:08     FALSE
## 1476 2022-12-18 13:48:51     FALSE
## 1477 2022-12-18 13:44:26     FALSE
## 1478 2022-12-18 13:43:36     FALSE
## 1479 2022-12-18 13:41:16     FALSE
## 1480 2022-12-18 13:36:07     FALSE
## 1481 2022-12-18 13:33:10     FALSE
## 1482 2022-12-18 13:32:48     FALSE
## 1483 2022-12-18 13:32:32     FALSE
## 1484 2022-12-18 13:31:54     FALSE
## 1485 2022-12-18 13:27:59     FALSE
## 1486 2022-12-18 13:27:08     FALSE
## 1487 2022-12-18 13:24:26     FALSE
## 1488 2022-12-18 13:19:01     FALSE
## 1489 2022-12-18 13:18:02     FALSE
## 1490 2022-12-18 13:16:58     FALSE
## 1491 2022-12-18 13:14:30     FALSE
## 1492 2022-12-18 13:13:36     FALSE
## 1493 2022-12-18 13:12:10     FALSE
## 1494 2022-12-18 13:09:39     FALSE
## 1495 2022-12-18 13:07:34     FALSE
## 1496 2022-12-18 13:05:11     FALSE
## 1497 2022-12-18 13:00:02     FALSE
## 1498 2022-12-18 12:39:18     FALSE
## 1499 2022-12-18 12:33:16     FALSE
## 1500 2022-12-18 12:32:56     FALSE
## 1501 2022-12-18 12:30:00     FALSE
## 1502 2022-12-18 12:29:15     FALSE
## 1503 2022-12-18 12:24:22     FALSE
## 1504 2022-12-18 12:20:15     FALSE
## 1505 2022-12-18 12:10:39     FALSE
## 1506 2022-12-18 12:08:52     FALSE
## 1507 2022-12-18 12:06:14     FALSE
## 1508 2022-12-18 12:00:35     FALSE
## 1509 2022-12-18 11:44:04     FALSE
## 1510 2022-12-18 11:42:04     FALSE
## 1511 2022-12-18 11:40:05     FALSE
## 1512 2022-12-18 11:30:00     FALSE
## 1513 2022-12-18 11:26:30     FALSE
## 1514 2022-12-18 11:26:28     FALSE
## 1515 2022-12-18 11:22:27     FALSE
## 1516 2022-12-18 11:19:07     FALSE
## 1517 2022-12-18 11:00:08     FALSE
## 1518 2022-12-18 10:58:04     FALSE
## 1519 2022-12-18 10:57:01     FALSE
## 1520 2022-12-18 10:49:47     FALSE
## 1521 2022-12-18 10:42:19     FALSE
## 1522 2022-12-18 10:38:27     FALSE
## 1523 2022-12-18 10:37:55     FALSE
## 1524 2022-12-18 10:35:43     FALSE
## 1525 2022-12-18 10:30:09     FALSE
## 1526 2022-12-18 10:30:03     FALSE
## 1527 2022-12-18 10:22:59     FALSE
## 1528 2022-12-18 10:22:57     FALSE
## 1529 2022-12-18 10:22:56     FALSE
## 1530 2022-12-18 10:22:54     FALSE
## 1531 2022-12-18 10:20:47     FALSE
## 1532 2022-12-18 10:20:20     FALSE
## 1533 2022-12-18 10:15:52     FALSE
## 1534 2022-12-18 10:11:36     FALSE
## 1535 2022-12-18 10:00:26     FALSE
## 1536 2022-12-18 10:00:04     FALSE
## 1537 2022-12-18 09:57:34     FALSE
## 1538 2022-12-18 09:50:53     FALSE
## 1539 2022-12-18 09:48:19     FALSE
## 1540 2022-12-18 09:48:04     FALSE
## 1541 2022-12-18 09:43:50     FALSE
## 1542 2022-12-18 09:36:32     FALSE
## 1543 2022-12-18 09:31:22     FALSE
## 1544 2022-12-18 09:31:00     FALSE
## 1545 2022-12-18 09:29:55     FALSE
## 1546 2022-12-18 09:27:31     FALSE
## 1547 2022-12-18 09:24:23     FALSE
## 1548 2022-12-18 09:20:22     FALSE
## 1549 2022-12-18 09:20:04     FALSE
## 1550 2022-12-18 09:00:06     FALSE
## 1551 2022-12-18 08:59:22     FALSE
## 1552 2022-12-18 08:57:44     FALSE
## 1553 2022-12-18 08:52:17     FALSE
## 1554 2022-12-18 08:45:42     FALSE
## 1555 2022-12-18 08:38:45     FALSE
## 1556 2022-12-18 08:38:04     FALSE
## 1557 2022-12-18 08:37:43     FALSE
## 1558 2022-12-18 08:24:19     FALSE
## 1559 2022-12-18 08:23:22     FALSE
## 1560 2022-12-18 08:23:20     FALSE
## 1561 2022-12-18 08:23:19     FALSE
## 1562 2022-12-18 08:23:17     FALSE
## 1563 2022-12-18 08:10:04     FALSE
## 1564 2022-12-18 08:09:26     FALSE
## 1565 2022-12-18 08:09:09     FALSE
## 1566 2022-12-18 08:04:42     FALSE
## 1567 2022-12-18 08:02:51     FALSE
## 1568 2022-12-18 08:00:03     FALSE
## 1569 2022-12-18 07:49:39     FALSE
## 1570 2022-12-18 07:36:22     FALSE
## 1571 2022-12-18 07:35:03     FALSE
## 1572 2022-12-18 07:16:29     FALSE
## 1573 2022-12-18 07:03:07     FALSE
## 1574 2022-12-18 07:03:06     FALSE
## 1575 2022-12-18 07:01:54     FALSE
## 1576 2022-12-18 07:00:57     FALSE
## 1577 2022-12-18 07:00:11     FALSE
## 1578 2022-12-18 07:00:03     FALSE
## 1579 2022-12-18 06:57:34     FALSE
## 1580 2022-12-18 06:56:20     FALSE
## 1581 2022-12-18 06:52:19     FALSE
## 1582 2022-12-18 06:51:33     FALSE
## 1583 2022-12-18 06:44:40     FALSE
## 1584 2022-12-18 06:33:10     FALSE
## 1585 2022-12-18 06:24:51     FALSE
## 1586 2022-12-18 06:21:42     FALSE
## 1587 2022-12-18 06:20:44     FALSE
## 1588 2022-12-18 06:11:38     FALSE
## 1589 2022-12-18 06:07:00     FALSE
## 1590 2022-12-18 06:06:52     FALSE
## 1591 2022-12-18 06:00:03     FALSE
## 1592 2022-12-18 05:58:00     FALSE
## 1593 2022-12-18 05:57:01     FALSE
## 1594 2022-12-18 05:53:48     FALSE
## 1595 2022-12-18 05:50:14     FALSE
## 1596 2022-12-18 05:44:32     FALSE
## 1597 2022-12-18 05:40:17     FALSE
## 1598 2022-12-18 05:29:56     FALSE
## 1599 2022-12-18 05:28:25     FALSE
## 1600 2022-12-18 05:22:40     FALSE
## 1601 2022-12-18 05:19:56     FALSE
## 1602 2022-12-18 05:17:18     FALSE
## 1603 2022-12-18 05:00:03     FALSE
## 1604 2022-12-18 04:58:34     FALSE
## 1605 2022-12-18 04:57:45     FALSE
## 1606 2022-12-18 04:45:24     FALSE
## 1607 2022-12-18 04:43:54     FALSE
## 1608 2022-12-18 04:41:26     FALSE
## 1609 2022-12-18 04:37:34     FALSE
## 1610 2022-12-18 04:36:38     FALSE
## 1611 2022-12-18 04:35:12     FALSE
## 1612 2022-12-18 04:34:57     FALSE
## 1613 2022-12-18 04:26:02     FALSE
## 1614 2022-12-18 04:24:44     FALSE
## 1615 2022-12-18 04:21:09     FALSE
## 1616 2022-12-18 04:19:09     FALSE
## 1617 2022-12-18 04:11:37     FALSE
## 1618 2022-12-18 04:03:39     FALSE
## 1619 2022-12-18 04:00:46     FALSE
## 1620 2022-12-18 03:51:55     FALSE
## 1621 2022-12-18 03:47:48     FALSE
## 1622 2022-12-18 03:40:08     FALSE
## 1623 2022-12-18 03:30:01     FALSE
## 1624 2022-12-18 03:14:39     FALSE
## 1625 2022-12-18 03:13:54     FALSE
## 1626 2022-12-18 03:12:03     FALSE
## 1627 2022-12-18 03:09:11     FALSE
## 1628 2022-12-18 03:07:44     FALSE
## 1629 2022-12-18 03:02:53     FALSE
## 1630 2022-12-18 03:00:01     FALSE
## 1631 2022-12-18 02:56:54     FALSE
## 1632 2022-12-18 02:42:27     FALSE
## 1633 2022-12-18 02:40:56     FALSE
## 1634 2022-12-18 02:37:56     FALSE
## 1635 2022-12-18 02:37:13     FALSE
## 1636 2022-12-18 02:25:35     FALSE
## 1637 2022-12-18 02:13:27     FALSE
## 1638 2022-12-18 02:03:35     FALSE
## 1639 2022-12-18 02:02:44     FALSE
## 1640 2022-12-18 02:02:13     FALSE
## 1641 2022-12-18 02:02:09     FALSE
## 1642 2022-12-18 02:00:15     FALSE
## 1643 2022-12-18 01:56:52     FALSE
## 1644 2022-12-18 01:54:32     FALSE
## 1645 2022-12-18 01:53:22     FALSE
## 1646 2022-12-18 01:40:22     FALSE
## 1647 2022-12-18 01:38:52     FALSE
## 1648 2022-12-18 01:36:33     FALSE
## 1649 2022-12-18 01:29:50     FALSE
## 1650 2022-12-18 01:28:15     FALSE
## 1651 2022-12-18 01:26:02     FALSE
## 1652 2022-12-18 01:22:51     FALSE
## 1653 2022-12-18 01:21:31     FALSE
## 1654 2022-12-18 01:20:11     FALSE
## 1655 2022-12-18 01:19:53     FALSE
## 1656 2022-12-18 01:19:42     FALSE
## 1657 2022-12-18 01:19:23     FALSE
## 1658 2022-12-18 01:17:54     FALSE
## 1659 2022-12-18 01:14:58     FALSE
## 1660 2022-12-18 01:12:34     FALSE
## 1661 2022-12-18 01:11:45     FALSE
## 1662 2022-12-18 01:06:32     FALSE
## 1663 2022-12-18 01:06:09     FALSE
## 1664 2022-12-18 01:00:04     FALSE
## 1665 2022-12-18 00:58:23     FALSE
## 1666 2022-12-18 00:56:42     FALSE
## 1667 2022-12-18 00:53:30     FALSE
## 1668 2022-12-18 00:49:09     FALSE
## 1669 2022-12-18 00:38:29     FALSE
## 1670 2022-12-18 00:36:32     FALSE
## 1671 2022-12-18 00:35:30     FALSE
## 1672 2022-12-18 00:34:22     FALSE
## 1673 2022-12-18 00:28:54     FALSE
## 1674 2022-12-18 00:28:47     FALSE
## 1675 2022-12-18 00:22:25     FALSE
## 1676 2022-12-18 00:18:51     FALSE
## 1677 2022-12-18 00:18:14     FALSE
## 1678 2022-12-18 00:17:50     FALSE
## 1679 2022-12-18 00:11:27     FALSE
## 1680 2022-12-18 00:09:35     FALSE
## 1681 2022-12-18 00:06:41     FALSE
## 1682 2022-12-18 00:03:56     FALSE
## 1683 2022-12-18 00:03:42     FALSE
## 1684 2022-12-18 00:00:04     FALSE
## 1685 2022-12-18 00:00:04     FALSE
## 1686 2022-12-17 23:56:27     FALSE
## 1687 2022-12-17 23:56:24     FALSE
## 1688 2022-12-17 23:55:32     FALSE
## 1689 2022-12-17 23:55:03     FALSE
## 1690 2022-12-17 23:53:02     FALSE
## 1691 2022-12-17 23:51:33     FALSE
## 1692 2022-12-17 23:50:51     FALSE
## 1693 2022-12-17 23:43:21     FALSE
## 1694 2022-12-17 23:42:40     FALSE
## 1695 2022-12-17 23:35:00     FALSE
## 1696 2022-12-17 23:31:53     FALSE
## 1697 2022-12-17 23:25:23     FALSE
## 1698 2022-12-17 23:22:53     FALSE
## 1699 2022-12-17 23:21:56     FALSE
## 1700 2022-12-17 23:21:45     FALSE
## 1701 2022-12-17 23:21:43     FALSE
## 1702 2022-12-17 23:21:40     FALSE
## 1703 2022-12-17 23:18:21     FALSE
## 1704 2022-12-17 23:08:32     FALSE
## 1705 2022-12-17 23:02:30     FALSE
## 1706 2022-12-17 23:00:02     FALSE
## 1707 2022-12-17 22:59:05     FALSE
## 1708 2022-12-17 22:55:32     FALSE
## 1709 2022-12-17 22:55:22     FALSE
## 1710 2022-12-17 22:55:21     FALSE
## 1711 2022-12-17 22:55:20     FALSE
## 1712 2022-12-17 22:50:02     FALSE
## 1713 2022-12-17 22:40:27     FALSE
## 1714 2022-12-17 22:35:33     FALSE
## 1715 2022-12-17 22:32:00     FALSE
## 1716 2022-12-17 22:31:50     FALSE
## 1717 2022-12-17 22:19:46     FALSE
## 1718 2022-12-17 22:01:40     FALSE
## 1719 2022-12-17 22:00:14     FALSE
## 1720 2022-12-17 21:58:45     FALSE
## 1721 2022-12-17 21:54:11     FALSE
## 1722 2022-12-17 21:53:58     FALSE
## 1723 2022-12-17 21:50:38     FALSE
## 1724 2022-12-17 21:45:00     FALSE
## 1725 2022-12-17 21:40:05     FALSE
## 1726 2022-12-17 21:39:39     FALSE
## 1727 2022-12-17 21:39:04     FALSE
## 1728 2022-12-17 21:38:33     FALSE
## 1729 2022-12-17 21:33:47     FALSE
## 1730 2022-12-17 21:25:02     FALSE
## 1731 2022-12-17 21:18:09     FALSE
# GROUPING THE DATA CREATED. 
tweets %>%  
  group_by(1) %>%  
  summarise(max = max(created), min = min(created))
## # A tibble: 1 × 3
##     `1` max                 min                
##   <dbl> <dttm>              <dttm>             
## 1     1 2022-12-21 23:59:16 2022-12-17 21:18:09
crt_data <- tweets %>%  mutate(Created_At_Round = created %>% round(units = 'hours') %>% as.POSIXct())
crt_data
##           screenName
## 1    Timothy00212392
## 2         RivenStore
## 3          melito_pr
## 4      _FuriaBlanca_
## 5    Stylish_Dante__
## 6           ShuUsagi
## 7     VS_ECartwright
## 8    MariahDoughert3
## 9      _FuriaBlanca_
## 10        JoJoelleTV
## 11        RivenStore
## 12    ClipsToBingeOn
## 13   Stylish_Dante__
## 14   RizkiBu19604930
## 15   Stylish_Dante__
## 16       DailyTeenVi
## 17    SvellsongurBot
## 18     LumiereVtuber
## 19            Mdndt1
## 20    DunkmasterSett
## 21       LoLMemesBot
## 22        RivenStore
## 23     stats_live_es
## 24         elcatriin
## 25      PreachBigLoL
## 26   loreofruneterra
## 27           viniSfw
## 28           faro1up
## 29    flyying_raijin
## 30     AyeYoPenguini
## 31         anxiodine
## 32    Rusa_Diffusion
## 33    tori_ichigo_Ss
## 34       LoLRoundUp_
## 35        shizzleytb
## 36           viniSfw
## 37    tori_ichigo_Ss
## 38   HuntressSpectre
## 39        Brand_6752
## 40           Nanal0l
## 41      StephJMillz1
## 42    tori_ichigo_Ss
## 43        PoroSandia
## 44        0ceanSoul_
## 45      plantninjatv
## 46     NolegAdvanced
## 47       LoLMemesBot
## 48            Denzhy
## 49      aerysta_epal
## 50        RivenStore
## 51   OrgasmicHaybale
## 52      boostkingdom
## 53        _Karruzed_
## 54        starblussh
## 55          kizimiyo
## 56          TwnyaKat
## 57       AlexTzitzi2
## 58          art_ilik
## 59            fnkdrg
## 60      GoldknightGG
## 61        RivenStore
## 62            leao1_
## 63     stats_live_es
## 64      NerfWindWall
## 65     PentakillRell
## 66       ArtByClaina
## 67     LeagueOfZazul
## 68   tomasz_ciborek_
## 69      tikitorchies
## 70       miccostumes
## 71       LoLMemesBot
## 72          catombix
## 73          catombix
## 74          catombix
## 75         TerryD23_
## 76    terry_is_here_
## 77         cyb3rk1dx
## 78        EsportsAcs
## 79        RivenStore
## 80          ckreater
## 81     VikingKingJay
## 82          catombix
## 83   DianaTa82022476
## 84         itsRaffey
## 85        Twitchtok_
## 86    _galacticghost
## 87   AmandaR74669040
## 88   LaurenB56946765
## 89   LaurenB56946765
## 90        RivenStore
## 91     ConfusedWaifu
## 92    SegaDoesGaming
## 93   ReginaC26432536
## 94          alora182
## 95      CherryRobber
## 96   loreofruneterra
## 97     landin_corvus
## 98       KharnTheOni
## 99           _mierii
## 100     FilmsJawsome
## 101     CherryRobber
## 102      MaZZyXGames
## 103  LaurenB56946765
## 104       RivenStore
## 105      gaysangyeon
## 106   sanunderscoree
## 107          KBM_LOL
## 108  LaurenB56946765
## 109  ReginaC26432536
## 110  LaurenB56946765
## 111         catombix
## 112         catombix
## 113         catombix
## 114         catombix
## 115          Frothl_
## 116      ItsMeSnoops
## 117          okkinzo
## 118  ArtawanNajmudin
## 119        Outpyked1
## 120        J0ker_LoL
## 121       RivenStore
## 122     SharonyQueen
## 123  loreofruneterra
## 124  PaulDye78280963
## 125         BPstalin
## 126     HellyonWhite
## 127       gamepassta
## 128          davudht
## 129     OdinOverlord
## 130      regal_randy
## 131     AblazedAkuna
## 132    stats_live_es
## 133      LoLMemesBot
## 134         Matt_BG1
## 135     NovaaClaudia
## 136       RivenStore
## 137          Aru109_
## 138      Sadisticss1
## 139        HyHylinor
## 140  MADMantisGaming
## 141      jeanne10041
## 142  Papi_Longlegs69
## 143   GOptimuSgaminG
## 144    Chizu_Artwork
## 145     ElokingBoost
## 146       grillphael
## 147      LoLMemesBot
## 148        chowwuart
## 149    bboystance143
## 150     EloDragonLoL
## 151    stats_live_es
## 152        JkMegenio
## 153     golden8witch
## 154  XenoBla76578464
## 155         medikkuu
## 156    twayneegaming
## 157      UtterGolden
## 158         Radziozz
## 159         Radziozz
## 160         Radziozz
## 161        namezero9
## 162         Radziozz
## 163         Radziozz
## 164         Radziozz
## 165        lorddumbb
## 166  Catheri27847830
## 167           xiefux
## 168  loreofruneterra
## 169        uemasters
## 170     LilyeCosplay
## 171         TEAMRAAD
## 172    stats_live_es
## 173        x_kuczi_x
## 174   UnrankedSmurfs
## 175     esports_maps
## 176      LoLMemesBot
## 177        GonZo5oo0
## 178     AdvancedSIMP
## 179         koryu960
## 180       shikispace
## 181          xXFelli
## 182       KenApplepi
## 183        Duckonsea
## 184        starIucky
## 185     Darksword255
## 186    deegodogTwich
## 187    deegodogTwich
## 188    deegodogTwich
## 189    deegodogTwich
## 190    deegodogTwich
## 191  kristiangabriel
## 192  kristiangabriel
## 193       Patchy_art
## 194          DobyFTR
## 195          fandifi
## 196          arvazi2
## 197           bcvr12
## 198         Wasroket
## 199       GamerDadTV
## 200     Toralynne_TV
## 201         koryu960
## 202      LoLMemesBot
## 203       KenApplepi
## 204    deegodogTwich
## 205    deegodogTwich
## 206    stats_live_es
## 207    deegodogTwich
## 208    deegodogTwich
## 209    deegodogTwich
## 210    deegodogTwich
## 211    deegodogTwich
## 212    deegodogTwich
## 213    deegodogTwich
## 214    deegodogTwich
## 215    deegodogTwich
## 216    deegodogTwich
## 217    deegodogTwich
## 218    deegodogTwich
## 219    deegodogTwich
## 220         ankoragg
## 221    NorthvilleEDU
## 222        Yolisters
## 223        GoodBirbb
## 224     darthfuzzy77
## 225  SmallStreamerIG
## 226    RevenantFiery
## 227        yousefx66
## 228        Eggpoach1
## 229       DmGamingEu
## 230    KeishBoneless
## 231        Eggpoach1
## 232  loreofruneterra
## 233       VICTFPLAYS
## 234   ayacchi_corner
## 235      LoLRoundUp_
## 236        uemasters
## 237     xina60326269
## 238       reignitegg
## 239  Anthony87651440
## 240       RivenStore
## 241    whxtelamb_cos
## 242  theScoreesports
## 243      LoLMemesBot
## 244       DailySylas
## 245  LaSungaDeAatrox
## 246          Vijai_K
## 247   glazedhersheys
## 248          Vhite14
## 249       Ultrashokk
## 250    stats_live_es
## 251    stardrop_acnh
## 252     DailyTaliyah
## 253         max_mawe
## 254  NicoleB42064037
## 255          X17Swan
## 256   SmurfSkins_lol
## 257        _masukart
## 258       Ultrashokk
## 259       cosplaysky
## 260   GamerInGame_ON
## 261  HorrorTheorist1
## 262   Xion_Eisenhart
## 263         ToetoSav
## 264  GalaxyGamerYaY1
## 265   Asuramaru_arts
## 266    ToxicLoLChats
## 267     SunsetNeon64
## 268    afurrybrownie
## 269  Benjami89760141
## 270     SwarmioMedia
## 271   CarolynCherry_
## 272          NsNapk1
## 273        pinkuyami
## 274    deegodogTwich
## 275    deegodogTwich
## 276    deegodogTwich
## 277    deegodogTwich
## 278    deegodogTwich
## 279       riicepasta
## 280    deegodogTwich
## 281    ToxicLoLChats
## 282        waltz1917
## 283  loreofruneterra
## 284  loreofruneterra
## 285   VS_ECartwright
## 286   The_Unf0rgiv3n
## 287  roasted_dolphin
## 288   MorningStarsET
## 289    stats_live_es
## 290        chermie_g
## 291  EsportLegendsGG
## 292      LoLMemesBot
## 293  loreofruneterra
## 294     Hichamhabchi
## 295        theBobb12
## 296     Hichamhabchi
## 297       CaffeinaTL
## 298  loreofruneterra
## 299         Mongnyam
## 300    stats_live_es
## 301      TTVAlaerias
## 302      jeanne10041
## 303  VickieZ25645605
## 304        WaxiTaxi_
## 305      LoLMemesBot
## 306     pinoygamerph
## 307      Curecos_COT
## 308     A_alhammadi0
## 309         badeedNA
## 310    Erodaicon_cos
## 311    TigerKirby215
## 312         uguulife
## 313    stats_live_es
## 314     nayabseydahr
## 315      LoLMemesBot
## 316  The_LadyScorpio
## 317         RWM_Tjay
## 318    TheGemCosplay
## 319        whingemae
## 320           vngynx
## 321       omoplata91
## 322  OverTheTopESPRT
## 323  blazordiffusion
## 324          AKF07ZS
## 325  EdwinNurdjajadi
## 326      VtuberDella
## 327    stats_live_es
## 328   Whit3Salmon_23
## 329      LoLMemesBot
## 330   greeekthegreat
## 331       Ultrashokk
## 332  LissetteUzumaki
## 333           axqazi
## 334  AngelaR81493370
## 335       HellDredge
## 336   LOLegendsMemes
## 337   Swordskingdom2
## 338       Nerd_Aloud
## 339         ddinodan
## 340      LoLMemesBot
## 341    gattonero1321
## 342       esports12K
## 343       RivenStore
## 344     lolfadiscord
## 345          afarny4
## 346  LissetteUzumaki
## 347        Pradox___
## 348     daddybigwang
## 349    afurrybrownie
## 350     OdinOverlord
## 351  2Cz71U1JhDtIRfT
## 352     NerfWindWall
## 353   sashashaw10001
## 354      torakaru_VT
## 355       BunnsCharm
## 356        dogtoast_
## 357  Kristin82565964
## 358    deviltakoyaki
## 359        bonerfly1
## 360   3PillarsGaming
## 361  TKPFamily615123
## 362     QueenDoodle_
## 363    BrumiconGames
## 364      LoLMemesBot
## 365  loreofruneterra
## 366  JaredPo87147132
## 367    possessed1221
## 368    servicesdown_
## 369          aleriy_
## 370         Kvd_xxiv
## 371      LaurenMorXO
## 372  TonyRam26219233
## 373      LoLMemesBot
## 374       RivenStore
## 375    CheatsAwesome
## 376      p_c_esports
## 377     StephJMillz1
## 378   Rusa_Diffusion
## 379          camiobb
## 380          camiobb
## 381      YordleScout
## 382          camiobb
## 383     darthfuzzy77
## 384      HobbySharky
## 385     darthfuzzy77
## 386  AndrewAnimeluvr
## 387         rfamnllh
## 388     CountdownToL
## 389         GTrynket
## 390      sw33tdwilly
## 391  SupersafeGaming
## 392      LoLMemesBot
## 393       xDemiseLg7
## 394       RivenStore
## 395     YuzukoSilver
## 396      ghetobatman
## 397  loreofruneterra
## 398      HobbySharky
## 399      LoLMemesBot
## 400  loreofruneterra
## 401          eKileez
## 402       RivenStore
## 403      Dani_daniru
## 404   Sellercentral4
## 405         Kvd_xxiv
## 406          _12YK3N
## 407       RivenStore
## 408      GamerSonnie
## 409     lunasie_vamp
## 410     Darksword255
## 411   Lazylizard_LOL
## 412         UKGC1246
## 413          AnomigL
## 414        DeSpawn3d
## 415     Lewd47991297
## 416  SinnamenDelarte
## 417  ibonedrawhentai
## 418          Lansuuw
## 419      CosplayBuzz
## 420      LoLMemesBot
## 421        HQC_Plays
## 422    CheatsAwesome
## 423     ProjectAiyoh
## 424     QuickestSylv
## 425       RivenStore
## 426         ckreater
## 427     Moon_Cultist
## 428         Dulmater
## 429    stats_live_es
## 430           _IvyAi
## 431        HornyTefu
## 432    Pancake_Tanks
## 433         myrrhneo
## 434  Mister_Deranged
## 435    Pancake_Tanks
## 436      LoLMemesBot
## 437        Neekosmic
## 438     smakadopolis
## 439    PlayShareStar
## 440        Soyeahhh_
## 441     Onezeroisten
## 442       Peachhbaby
## 443         Royen122
## 444  loreofruneterra
## 445   satanherselfff
## 446       Angelkat77
## 447    stats_live_es
## 448    ZacharyFry505
## 449    ZacharyFry505
## 450      hanabisocks
## 451    ZacharyFry505
## 452   Elispillowfort
## 453       RivenStore
## 454     Gamer_Iss101
## 455  ZombiepandemicG
## 456       sakuyashan
## 457   Vitor_universe
## 458     EloDragonLoL
## 459          Furinku
## 460        louisklsn
## 461    _visforvictim
## 462        DeSpawn3d
## 463     AngelikaStar
## 464        DeSpawn3d
## 465        LaTulyaVT
## 466       RivenStore
## 467          Nanal0l
## 468   VS_ECartwright
## 469           0x0981
## 470    stats_live_es
## 471        ResVtuber
## 472      Badjujusart
## 473  superhyperangel
## 474       RivenStore
## 475      SaintZilean
## 476      LoLMemesBot
## 477      LoLoverlay_
## 478       shizzleytb
## 479        OGGIHelga
## 480        artbaldur
## 481  Jeniffersarsab1
## 482     golden8witch
## 483    moonchildriku
## 484         TiddlyVG
## 485  summerswirlarts
## 486      LoLRoundUp_
## 487     ForestRatArt
## 488     LOL_Holidays
## 489        lPopotrix
## 490    BebopJhinkins
## 491      LoLMemesBot
## 492      Moondustina
## 493         kizimiyo
## 494    TigerKirby215
## 495   AsthmaMarauder
## 496    player_lol_fr
## 497   marijannawaifu
## 498       RivenStore
## 499     Kollector___
## 500       GoshaTkach
## 501    HorusEsports1
## 502    TigerKirby215
## 503      LoLMemesBot
## 504  loreofruneterra
## 505         Gameort1
## 506      aidenvtuber
## 507     golden8witch
## 508         ritayy13
## 509  loreofruneterra
## 510  BlackCatsColec1
## 511         ESNA__GG
## 512         nomiizuu
## 513   sanunderscoree
## 514          virkayu
## 515      LoLMemesBot
## 516      eternalxena
## 517  MADMantisGaming
## 518        ParzivalT
## 519    stats_live_es
## 520         Hazles14
## 521        foxy88844
## 522     NeinTailsCos
## 523       ProfetTrue
## 524   VS_ECartwright
## 525   VS_ECartwright
## 526      HamamiIkram
## 527       RivenStore
## 528     NerfWindWall
## 529   ClinoraWarrior
## 530    KonTVofficial
## 531  metalichotchoco
## 532   _AlphaWolfUni_
## 533      LoLMemesBot
## 534    stats_live_es
## 535       reignitegg
## 536     TheSomuaCrew
## 537           pxbart
## 538  MikuoHatsuneTTV
## 539     UnKnown_Xgor
## 540   AmateurEsports
## 541  Papi_Longlegs69
## 542       0ceanSoul_
## 543       RivenStore
## 544     altchargames
## 545          NsNapk1
## 546       cosplaysky
## 547   Leigh_Kigurumi
## 548  SecretAgentAhri
## 549   SmurfSkins_lol
## 550      HobbySharky
## 551  ScuttleCrab1370
## 552       sakuyashan
## 553      jeanne10041
## 554  MikuoHatsuneTTV
## 555          omnavor
## 556   VS_ECartwright
## 557        Kitssuneh
## 558     ElokingBoost
## 559            dotLA
## 560     CoffinBurier
## 561   Akuma_Gamingtw
## 562   _AlphaWolfUni_
## 563   DunkmasterSett
## 564            QUBDS
## 565   pabloesc_OBARR
## 566          _Nieru_
## 567         HexaDona
## 568      GamerLegion
## 569      dikarendy99
## 570     darthfuzzy77
## 571         theurkah
## 572       RivenStore
## 573  JChengScribbles
## 574          MacAnu7
## 575      pandoorawr_
## 576    stats_live_es
## 577    PlayerCounter
## 578    Princess_Puma
## 579          fandifi
## 580      LoLMemesBot
## 581       ladydark_7
## 582       one1001ten
## 583     Jasmine_Rosh
## 584       RivenStore
## 585     HorizonCasts
## 586     esports_maps
## 587  IceTrainer_Jean
## 588     _sangchu_ya_
## 589       remyleboob
## 590        fuwamoowa
## 591    pinoytechsaga
## 592      LoLRoundUp_
## 593  Barbara12772130
## 594     DailyTaliyah
## 595         ArcticVP
## 596    gemugamesdesu
## 597      LoLMemesBot
## 598     kuravitishin
## 599       RivenStore
## 600      soramakeart
## 601          9ringsx
## 602      regal_randy
## 603  loreofruneterra
## 604     AdvancedSIMP
## 605         ciderxii
## 606       DailySylas
## 607          omnavor
## 608       banhgaune_
## 609   _galacticghost
## 610    stats_live_es
## 611         ankoragg
## 612        Yolisters
## 613         Luwunali
## 614    DiscordJester
## 615    AkatsukiAkiza
## 616      EchoTries__
## 617  loreofruneterra
## 618        Bitnarlol
## 619       cosplaysky
## 620       RivenStore
## 621    pinoytechsaga
## 622  is_is_gemini_is
## 623   james_kanazuki
## 624   Doodoo92452594
## 625    stats_live_es
## 626  blazordiffusion
## 627         xmimishy
## 628     ColossusMibl
## 629  urperfectvictim
## 630        sergiiovt
## 631      LoLMemesBot
## 632         PhenixxG
## 633        Ahsan_Fer
## 634  roasted_dolphin
## 635    chessiecat105
## 636        afkgaming
## 637   StudiosAnimato
## 638      Sadisticss1
## 639  gosugamersindia
## 640         NexusYin
## 641       Europesia1
## 642      iAaronPhone
## 643       RivenStore
## 644     BladeAndWhip
## 645    stats_live_es
## 646       JynxTakasu
## 647      Hiijodotcom
## 648      LoLMemesBot
## 649        FoxSeyD69
## 650       RivenStore
## 651       Cherraluna
## 652          KenRddt
## 653    PentakillRell
## 654          Kaitsee
## 655      NoobsatPLAY
## 656  LunariaTenebris
## 657      LoL_Junkies
## 658      NoobsatPLAY
## 659      Vodkabsenta
## 660           cp_daz
## 661  loreofruneterra
## 662      LoLMemesBot
## 663    writerandbaka
## 664        Likywind1
## 665  asksredditques1
## 666      coder_cajun
## 667  RizkiBu19604930
## 668         drealost
## 669           Denzhy
## 670     golden8witch
## 671    stats_live_es
## 672      TTVAlaerias
## 673        afkgaming
## 674   mellifluous_4s
## 675      LoLMemesBot
## 676         prohtius
## 677  WindaSi14397179
## 678   maidenslullaby
## 679          ALuluqi
## 680       RivenStore
## 681   ClinoraWarrior
## 682   Blitzshadow021
## 683  DonnaJo26713385
## 684       omoplata91
## 685         RWM_Tjay
## 686       liddlemeow
## 687       liddlemeow
## 688      Winteriris4
## 689  LioOneMorePixel
## 690    freefireJack2
## 691           iiMoki
## 692    stats_live_es
## 693  blazordiffusion
## 694  ProStreamers_US
## 695       GamesGuidz
## 696   maidenslullaby
## 697          Saware7
## 698       RivenStore
## 699  DavidFa58624154
## 700   sashashaw10001
## 701      LoLMemesBot
## 702      burnieilies
## 703  JosephF21058235
## 704    stats_live_es
## 705      Curecos_COT
## 706       RivenStore
## 707          Gaafff2
## 708         xmimishy
## 709  TKPFamily615123
## 710  SomebodySpeci15
## 711   LunaValkyriaVT
## 712           ga_ja3
## 713        BunArctic
## 714    AcceleratorJB
## 715      LoLMemesBot
## 716  DonnaJo43302569
## 717        Leahmeow9
## 718       CaffeinaTL
## 719   Tumelo97750925
## 720    stats_live_es
## 721   Titania_Erza99
## 722         AceVar81
## 723       MakeeYhang
## 724   ascenthe_draws
## 725          Zedzy1_
## 726        Avernath1
## 727   xoxoxochitlita
## 728         02_rinni
## 729   ascenthe_draws
## 730       bunnynithy
## 731       RivenStore
## 732      LoLMemesBot
## 733          HdDxrth
## 734         LightxMx
## 735       ShadyManX1
## 736  GailWil45711350
## 737  LydiaFo33470310
## 738      VongolaSoul
## 739  AliciaW92648805
## 740        Loringale
## 741       RivenStore
## 742       minhminhla
## 743     Gamergi35261
## 744     NerfWindWall
## 745  Katheri06787154
## 746      HobbySharky
## 747          arvazi2
## 748          s_vfaye
## 749      LoLMemesBot
## 750  DonMalo30078585
## 751   fluffypuffy0w0
## 752  cbpremsgcredits
## 753           _lonj_
## 754       joiejoy_lm
## 755  Agnese_creators
## 756     Balea_studio
## 757  DonnaHu83696808
## 758    thelastalive1
## 759   gothiccpetunia
## 760  Stylish_Dante__
## 761     CountdownToL
## 762  Katheri84765877
## 763      LoLMemesBot
## 764     datrashkid15
## 765      evasivecorn
## 766        andyvenom
## 767   TrinityBlackvt
## 768       RivenStore
## 769   Abisco54911105
## 770          NIJISE_
## 771   GeneralWarmonk
## 772   LittleNamiRose
## 773      AlstanfordA
## 774          Hir0016
## 775      LoLMemesBot
## 776      ItsSojuTime
## 777     Excellete_tv
## 778     PreachBigLoL
## 779    KingoftheP0nd
## 780        YutskiLGC
## 781      FelinaraNya
## 782     claudettee17
## 783     claudettee17
## 784        dr_shotus
## 785        kwjyaaah4
## 786  Katheri06787154
## 787         SadPeyot
## 788  HelghansTemplar
## 789      LoLMemesBot
## 790  Jeffrey18755090
## 791   mylittlearcane
## 792   _galacticghost
## 793   Elispillowfort
## 794    CoffeeStripes
## 795      ToxicDoctor
## 796       mambolina0
## 797         Haabibic
## 798  DonaldB74915047
## 799      jeanne10041
## 800  AmandaR74669040
## 801  Stylish_Dante__
## 802   getcheesed1319
## 803         prohtius
## 804  Stylish_Dante__
## 805      LoLMemesBot
## 806          SigZeus
## 807       LegasiPapi
## 808       LegasiPapi
## 809       LegasiPapi
## 810  doctorcozzplays
## 811     maddie_44010
## 812  loreofruneterra
## 813    MandalaMahmud
## 814   Junior36020199
## 815          1YPreeg
## 816   ClipsToBingeOn
## 817         ckreater
## 818     EloDragonLoL
## 819         megilino
## 820  im_justapotato_
## 821  AnneAnd81932053
## 822     RiikochanArt
## 823  Matthew06228275
## 824       AskyReddit
## 825       MakeeYhang
## 826   NAChemBaroness
## 827          ar_yoop
## 828  Benjami89760141
## 829    stats_live_es
## 830          Axtrek1
## 831   Garnold_Palmer
## 832        FanguFufu
## 833     ProjectAiyoh
## 834      LoLMemesBot
## 835    CelestialLexi
## 836  VickieZ25645605
## 837     Santlukearts
## 838        SkullyTeh
## 839   lazystormcloud
## 840            m8kai
## 841       BiirdyGirl
## 842     toxiquetrone
## 843      LoLRoundUp_
## 844     PreachBigLoL
## 845  superhyperangel
## 846          jamilsc
## 847       Lambada104
## 848  JosephF21058235
## 849    stats_live_es
## 850       IceBridget
## 851      LoLMemesBot
## 852      LoLoverlay_
## 853    NuaTalkGaming
## 854     tossinsalads
## 855          Jetto__
## 856       yattadante
## 857            m8kai
## 858      CarryGaryUK
## 859       RivenStore
## 860       EnviouSLAY
## 861      NoisyDark16
## 862        TSGKurama
## 863    Jake_Douglas0
## 864    ZanesTheAdult
## 865         Wasroket
## 866  NicoleB42064037
## 867       shizzleytb
## 868  MADMantisGaming
## 869          Erundel
## 870  DonMalo30078585
## 871      LoLMemesBot
## 872    stats_live_es
## 873       tamashiiVT
## 874  shrimpfriedpies
## 875      Volsiz_news
## 876        ZayDon_YT
## 877      hermeticuss
## 878   AsthmaMarauder
## 879          virkayu
## 880          vatheja
## 881   LOLegendsMemes
## 882   LOLegendsMemes
## 883   LOLegendsMemes
## 884      eternalxena
## 885      symphoniaxv
## 886     altchargames
## 887         Matej941
## 888     ColossusMibl
## 889          KaLizmm
## 890     ColossusMibl
## 891         sua_tian
## 892  loreofruneterra
## 893      LoLMemesBot
## 894   HaryantiLembah
## 895   VS_ECartwright
## 896         Radziozz
## 897      LoLRoundUp_
## 898         Radziozz
## 899         Radziozz
## 900         Radziozz
## 901         Radziozz
## 902         Radziozz
## 903  JaredPo87147132
## 904      jeanne10041
## 905  Nells_ArtOrigin
## 906       sanswitchz
## 907     StephJMillz1
## 908      HarukaYumi_
## 909    lBrunolSilval
## 910      LoLMemesBot
## 911     StephJMillz1
## 912  ruinationishere
## 913   sanunderscoree
## 914   instagirlstore
## 915   instagirlstore
## 916        fuwamoowa
## 917         hlk50000
## 918        riverf1sh
## 919      Caramelkask
## 920   instagirlstore
## 921         Mrabad88
## 922    XoMissyRoseXo
## 923   instagirlstore
## 924   instagirlstore
## 925   LOLegendsMemes
## 926      SakaiYuki17
## 927        chibikchi
## 928        ikeism101
## 929   SmurfSkins_lol
## 930      chessnochoc
## 931      Pixel__Byte
## 932         gamrrant
## 933   Uselessdraws_z
## 934      LoLMemesBot
## 935      LoL_Junkies
## 936     megahermione
## 937  metalichotchoco
## 938          Calner_
## 939  RandomPhantom80
## 940    TigerKirby215
## 941      buck_shadow
## 942   VulpeDeCristal
## 943      paywithmana
## 944  RandomPhantom80
## 945     CragglesTown
## 946       Lethalborz
## 947  SecretAgentAhri
## 948       sakuyashan
## 949    henriquefrank
## 950    bestkittiaskk
## 951       _junipuff_
## 952      regal_randy
## 953    Chizu_Artwork
## 954     ElokingBoost
## 955      LoLMemesBot
## 956    MarcoPepe_art
## 957       esports12K
## 958  loreofruneterra
## 959       esports12K
## 960        loreheads
## 961  asksredditques1
## 962     AdvancedSIMP
## 963   LOLegendsMemes
## 964   LOLegendsMemes
## 965   LOLegendsMemes
## 966         2Hathorn
## 967    DinwithDemons
## 968     UnnatiMaurya
## 969         yodaliya
## 970         koryu960
## 971     NerfWindWall
## 972         koryu960
## 973          fandifi
## 974  MiiCoZeroFour04
## 975      gigakoks18z
## 976    VikingKingJay
## 977  Michael06832367
## 978         twognews
## 979       RebornMods
## 980     Darksword255
## 981     esports_maps
## 982      LoLMemesBot
## 983         BPstalin
## 984  OneMore_esports
## 985       Annie__Lee
## 986     Blossom_S666
## 987         PapaTyRo
## 988    stats_live_es
## 989  EricSch79189081
## 990       HyanideArt
## 991    TenseiTaichou
## 992       ShadowTazm
## 993    kittyboy_sera
## 994  JerryBu49551618
## 995       DailySylas
## 996  MadHatt78663767
## 997          GMVTHub
## 998         Wasroket
## 999      LoLMemesBot
## 1000       HyHylinor
## 1001    DailyTaliyah
## 1002   gordy_clayton
## 1003   andrew_murray
## 1004 DavidFa58624154
## 1005 felinae_felidae
## 1006   hugovindicare
## 1007   ScoderkinSama
## 1008      KenApplepi
## 1009       WormieArt
## 1010 blazordiffusion
## 1011      AngelFunVT
## 1012    HalanoSiblee
## 1013  LOLegendsMemes
## 1014       rivalryca
## 1015    altchargames
## 1016   BlerpityBlorp
## 1017        catombix
## 1018        catombix
## 1019        catombix
## 1020        katsu_es
## 1021    ProfForest21
## 1022     monochraven
## 1023      ShinKongVT
## 1024       nicquehen
## 1025       eSportsZO
## 1026     LoLMemesBot
## 1027         layzrgg
## 1028   floatinghanmi
## 1029    Sanda_sielin
## 1030   stats_live_es
## 1031 Katheri06787154
## 1032        NeverEvi
## 1033          J3zz1T
## 1034         NebLull
## 1035       SorryWinn
## 1036       Yolisters
## 1037 XenoBla76578464
## 1038       Leahmeow9
## 1039 Catheri27847830
## 1040      itskatekey
## 1041         Luckbox
## 1042        LunaeFox
## 1043 loreofruneterra
## 1044  DunkmasterSett
## 1045  DunkmasterSett
## 1046 HelghansTemplar
## 1047 HelghansTemplar
## 1048     LoLMemesBot
## 1049  HopelessLuna18
## 1050    PalawanGamer
## 1051 loreofruneterra
## 1052   stats_live_es
## 1053      InSainyaka
## 1054      absynth333
## 1055 Esportdirectory
## 1056     ItsMeSnoops
## 1057  LOLegendsMemes
## 1058  LOLegendsMemes
## 1059    ClowneryMilk
## 1060 roasted_dolphin
## 1061     TheShow0203
## 1062    zero_lawliet
## 1063        Chilllki
## 1064         izzOr33
## 1065   CoffeeStripes
## 1066        Sadoq666
## 1067     puggiadraws
## 1068     LoLMemesBot
## 1069 KuroNekoKimiArt
## 1070         Mhakoyy
## 1071         JiuzeVo
## 1072 KarenJo98992013
## 1073   stats_live_es
## 1074      tanksboard
## 1075        PCGamesN
## 1076     Pixel__Byte
## 1077  LOLegendsMemes
## 1078  LOLegendsMemes
## 1079  The_Unf0rgiv3n
## 1080      riseiuriel
## 1081 loreofruneterra
## 1082        IsaZiets
## 1083    AkioKazekira
## 1084   PentakillRell
## 1085     LoLMemesBot
## 1086 EsportLegendsGG
## 1087          bcvr12
## 1088       Gabciooo1
## 1089   frannypotato_
## 1090  CyberArena_NFT
## 1091   stats_live_es
## 1092       MiaomiArt
## 1093     BYB_Esports
## 1094  maidenslullaby
## 1095  whale_lonliest
## 1096       acadarena
## 1097     LoLMemesBot
## 1098 DavidFa58624154
## 1099 Michael06832367
## 1100      Apeish1997
## 1101     apfebrian24
## 1102  darkwolflegend
## 1103   stats_live_es
## 1104 is_is_gemini_is
## 1105      Fajarjieng
## 1106         _Sean02
## 1107      omoplata91
## 1108         byaelli
## 1109       bonerfly1
## 1110  LOLegendsMemes
## 1111  LOLegendsMemes
## 1112        shapy_wa
## 1113       DieChanc3
## 1114    BladeAndWhip
## 1115 loreofruneterra
## 1116   suhail_palayi
## 1117     LoLMemesBot
## 1118    BladeAndWhip
## 1119     RangerEd_64
## 1120    BladeAndWhip
## 1121        fghg1232
## 1122     JoseHaley18
## 1123    DistortionGG
## 1124 JaredPo87147132
## 1125  LOLegendsMemes
## 1126  LOLegendsMemes
## 1127  LOLegendsMemes
## 1128 blazordiffusion
## 1129   stats_live_es
## 1130        BPstalin
## 1131     LoLMemesBot
## 1132       LuluSiimp
## 1133 DonaldB74915047
## 1134      katealemon
## 1135        fesener1
## 1136 LaurenB56946765
## 1137         X17Swan
## 1138         Gaafff2
## 1139      grymalk1nn
## 1140       Pradox___
## 1141 loreofruneterra
## 1142         IWinky0
## 1143  sashashaw10001
## 1144           qed57
## 1145     LoLMemesBot
## 1146   stats_live_es
## 1147      JynxTakasu
## 1148   freefireJack2
## 1149       joebro909
## 1150   stats_live_es
## 1151      esports12K
## 1152     JosiahDraws
## 1153          n8time
## 1154          bcvr12
## 1155     LoLMemesBot
## 1156   TigerKirby215
## 1157       qinhaifu1
## 1158      Chaybolter
## 1159   chessiecat105
## 1160         NIJISE_
## 1161 NguyenJ73749781
## 1162     Curecos_COT
## 1163        999okiem
## 1164         KenRddt
## 1165 ProfessorIrelia
## 1166     MilkyPitaya
## 1167         chajasu
## 1168     LoLMemesBot
## 1169 MrNobod16072554
## 1170        adSUSwin
## 1171 blazordiffusion
## 1172   CheatsAwesome
## 1173        wuzeirou
## 1174     Carlos10_44
## 1175 Matthew06228275
## 1176     Carlos10_44
## 1177        PapaTyRo
## 1178 MikuoHatsuneTTV
## 1179      liddlemeow
## 1180    NerfWindWall
## 1181      sakuyashan
## 1182     HobbySharky
## 1183       Ogreiffic
## 1184     LoLMemesBot
## 1185 Jessica74714136
## 1186    CountdownToL
## 1187   ttv_omnimouse
## 1188      liddlemeow
## 1189       Avernath1
## 1190       SkullyTeh
## 1191      xDemiseLg7
## 1192     p_c_esports
## 1193     LoLMemesBot
## 1194        ririkax_
## 1195        luce_azu
## 1196     swifttitain
## 1197     LaurenMorXO
## 1198       ImdumbHey
## 1199       ImdumbHey
## 1200 JungleNotorious
## 1201       Eggpoach1
## 1202     Pixel__Byte
## 1203         X17Swan
## 1204        PHIPP191
## 1205           T3M91
## 1206     LoLMemesBot
## 1207 YahooEsportsSEA
## 1208        asatashy
## 1209 JerryBu49551618
## 1210         ar_yoop
## 1211    ShabbaThaHut
## 1212        Mifuni21
## 1213    YuanLombardi
## 1214    YuanLombardi
## 1215    YuanLombardi
## 1216    YuanLombardi
## 1217       BrattyDwi
## 1218     jeanne10041
## 1219     JoseHaley18
## 1220     LoLMemesBot
## 1221       MikeJCart
## 1222 Esportdirectory
## 1223   CheatsAwesome
## 1224         Axtrek1
## 1225 Esportdirectory
## 1226         arvazi2
## 1227 GalaxyGamerYaY1
## 1228        m006098s
## 1229   MemchaSingha5
## 1230 _MasterAtGames_
## 1231      sakuyashan
## 1232 DonaldB74915047
## 1233  big666ontwitch
## 1234          Grilla
## 1235        GTrynket
## 1236     StClair2803
## 1237 LaurenB56946765
## 1238    __MoonPhased
## 1239 loreofruneterra
## 1240     LoLMemesBot
## 1241       SkullyTeh
## 1242      Griefersan
## 1243         Drowxes
## 1244 Michael83893810
## 1245       YutskiLGC
## 1246         Prayxyz
## 1247 Daydreamer_7777
## 1248 Phantom_rogueTv
## 1249 loreofruneterra
## 1250       JadeGizmo
## 1251 TonyRam26219233
## 1252       VacherMad
## 1253        megilino
## 1254 JerryBu49551618
## 1255       gaelenmyr
## 1256  angiev_cosplay
## 1257       I_amYurei
## 1258     AbyssalOrca
## 1259  Junior36020199
## 1260     LoLMemesBot
## 1261   XSilverangel1
## 1262     mikeycircus
## 1263        Leary73_
## 1264 Jeffrey18755090
## 1265      ForcesGale
## 1266    NanaruSuzuka
## 1267        degenkyo
## 1268 Melissa72140639
## 1269   thelastalive1
## 1270  _Saerandipity_
## 1271 Esportdirectory
## 1272     LoLMemesBot
## 1273 JungleNotorious
## 1274 DoomageddonGmig
## 1275         HdDxrth
## 1276     mushiefrogg
## 1277    KinimodYunmi
## 1278    Elnathan_Art
## 1279       bonerfly1
## 1280         CanwayM
## 1281    YuanLombardi
## 1282    EloDragonLoL
## 1283      lipsk33t96
## 1284    thatsbiz4rre
## 1285  LOLegendsMemes
## 1286  LOLegendsMemes
## 1287 RobertK17737734
## 1288         HsbZero
## 1289 HelghansTemplar
## 1290       Gabciooo1
## 1291 HelghansTemplar
## 1292   Lhotlan_Daddy
## 1293         oakeey1
## 1294        Kimenlie
## 1295     LoLRoundUp_
## 1296 Jeffrey18755090
## 1297     __Sol1l0quy
## 1298   andreazxnella
## 1299     LoLMemesBot
## 1300       Mr3ollele
## 1301   Pancake_Tanks
## 1302       atego3691
## 1303    YuanLombardi
## 1304   Pancake_Tanks
## 1305        dempugs1
## 1306  SpookziePunzie
## 1307        AtmajaPd
## 1308     CrazedCBear
## 1309   MaouTenshi_tv
## 1310     AimlessBros
## 1311 SecretAgentAhri
## 1312  LOLegendsMemes
## 1313  sanunderscoree
## 1314 UserFriendlyEXE
## 1315 JoshuaH65875147
## 1316  BigLittleUnbox
## 1317      shizzleytb
## 1318    YuanLombardi
## 1319   DongoranOliva
## 1320     LoLMemesBot
## 1321         ChimeGF
## 1322     paperarting
## 1323         CanwayM
## 1324        NeverEvi
## 1325   explodinstuff
## 1326     chaoticb1ue
## 1327   SimlaiAnirban
## 1328    Darksword255
## 1329   SimlaiAnirban
## 1330      edarkness1
## 1331        ZotacCup
## 1332        Chilllki
## 1333    YuanLombardi
## 1334       Mr3ollele
## 1335    YuanLombardi
## 1336  whisky14642781
## 1337    catinipicnic
## 1338    brokn_league
## 1339      MYP_esport
## 1340       pierzaick
## 1341     LoLMemesBot
## 1342     PenguOrange
## 1343      _LtAndreas
## 1344     CrazedCBear
## 1345    golden8witch
## 1346      StarChar21
## 1347  FunkinAdventur
## 1348         KBM_LOL
## 1349  LOLegendsMemes
## 1350    isekai_secah
## 1351   PurpleARTdude
## 1352 BrendaA56642710
## 1353      iamleahpar
## 1354    isekai_secah
## 1355   joestreladraw
## 1356    isekai_secah
## 1357    StephJMillz1
## 1358        Hazles14
## 1359     LoLMemesBot
## 1360     Fakar_Intar
## 1361 metalichotchoco
## 1362    AdvancedSIMP
## 1363 Michael06832367
## 1364           fazuo
## 1365      creedcabib
## 1366    Moldyscrotum
## 1367   NathanielKey8
## 1368      MikaHeartt
## 1369 Mithril_Cosplay
## 1370        m006098s
## 1371  LOLegendsMemes
## 1372  LOLegendsMemes
## 1373  LOLegendsMemes
## 1374  LOLegendsMemes
## 1375  LOLegendsMemes
## 1376  LOLegendsMemes
## 1377       ANorton3D
## 1378  BadluckBringit
## 1379 loreofruneterra
## 1380  VS_ECartwright
## 1381  VS_ECartwright
## 1382         BartsJr
## 1383        Dagikat1
## 1384       CrowliiDE
## 1385        Vbasilio
## 1386   AllHellChelle
## 1387         Kaitsee
## 1388     SushiMatt03
## 1389      grimmowbow
## 1390    ElokingBoost
## 1391     LoLMemesBot
## 1392  JucchiShepherd
## 1393       I_amYurei
## 1394 theuglyredditer
## 1395         nadhron
## 1396        Sadoq666
## 1397         _gtjnxd
## 1398   Chirping_arts
## 1399 Kristin82565964
## 1400 Esportdirectory
## 1401     CumuloNocto
## 1402  ZeldaOfOceania
## 1403         _gtjnxd
## 1404        Neomeir1
## 1405        Rud4real
## 1406      RivenStore
## 1407   deegodogTwich
## 1408   deegodogTwich
## 1409   deegodogTwich
## 1410   deegodogTwich
## 1411   deegodogTwich
## 1412   deegodogTwich
## 1413     TrollerEvil
## 1414    Helfergaming
## 1415   deegodogTwich
## 1416     LoLMemesBot
## 1417     regal_randy
## 1418     sonarmlnxml
## 1419 Katheri06787154
## 1420     LuffyTheFox
## 1421        koryu960
## 1422      KenApplepi
## 1423   XerxesGaming_
## 1424    darthfuzzy77
## 1425      PunitaTung
## 1426  LOLegendsMemes
## 1427  LOLegendsMemes
## 1428  BrooksAquarius
## 1429    NerfWindWall
## 1430 RachelH77999062
## 1431         izak980
## 1432     LoLMemesBot
## 1433 Melissa72140639
## 1434  SuperiorWolf82
## 1435      MakeeYhang
## 1436    DumbAzzHell1
## 1437 blazordiffusion
## 1438       Leahmeow9
## 1439  wildncrazyguy1
## 1440       Vande3333
## 1441   MarvinNeogale
## 1442  LOLegendsMemes
## 1443  LOLegendsMemes
## 1444 loreofruneterra
## 1445       WaxiTaxi_
## 1446    DailyTaliyah
## 1447        kaoruzer
## 1448     LoLMemesBot
## 1449     TaliEsports
## 1450     Akitsuki_gg
## 1451     koala_karma
## 1452 Esportdirectory
## 1453 Esportdirectory
## 1454   Kirishimakrbk
## 1455    ClowneryMilk
## 1456    ClowneryMilk
## 1457     Tak_The_Mac
## 1458    KayciaEldren
## 1459 Jacob_Twitch_jd
## 1460 Kaikepe77996141
## 1461 RuthRob36470669
## 1462 AustinJ20200106
## 1463        ADEPT_gg
## 1464 loreofruneterra
## 1465       LFGdating
## 1466     LoLMemesBot
## 1467   stats_live_es
## 1468        erythchi
## 1469     RyveGenesis
## 1470 BlakeMe99112926
## 1471 BlakeMe99112926
## 1472 BlakeMe99112926
## 1473 BlakeMe99112926
## 1474 BlakeMe99112926
## 1475 BlakeMe99112926
## 1476 BlakeMe99112926
## 1477 ItsReallyHard00
## 1478  ElodyGamerGirl
## 1479 ItsReallyHard00
## 1480      Dominosjp2
## 1481 ArtawanNajmudin
## 1482       Hecso_LoL
## 1483        Zyyaann9
## 1484    MarvOldGamer
## 1485  tiredvampireee
## 1486 Kaikepe77996141
## 1487  LOLegendsMemes
## 1488       nadir_not
## 1489 Matthew06228275
## 1490          CzX004
## 1491         Im_Row1
## 1492  IssyyBabyy6669
## 1493          CzX004
## 1494          CzX004
## 1495          CzX004
## 1496   PlayerCounter
## 1497       onion_on1
## 1498        artz_fiq
## 1499      RivenStore
## 1500  NeoPushUp_Life
## 1501        ESNA__GG
## 1502       Stromitty
## 1503    erineberries
## 1504   cara_mail4488
## 1505         NewsG2G
## 1506    YThunderhead
## 1507   PentakillRell
## 1508      baixuehuli
## 1509 asksredditques1
## 1510   freefireJack2
## 1511   stats_live_es
## 1512   RepulsiveMaid
## 1513  LOLegendsMemes
## 1514  LOLegendsMemes
## 1515    BladeAndWhip
## 1516        ESNA__GG
## 1517     LoLMemesBot
## 1518   stats_live_es
## 1519   amethystgemzz
## 1520        m006098s
## 1521          kiowle
## 1522        IkerWrld
## 1523     swissghosts
## 1524        BluGiraf
## 1525      omoplata91
## 1526   stats_live_es
## 1527  LOLegendsMemes
## 1528  LOLegendsMemes
## 1529  LOLegendsMemes
## 1530  LOLegendsMemes
## 1531       Myshkinka
## 1532  Todogadget_net
## 1533     kingswaggy6
## 1534     jeanne10041
## 1535  exeed_official
## 1536     LoLMemesBot
## 1537     burnieilies
## 1538 PaulDye78280963
## 1539       Tetranima
## 1540   stats_live_es
## 1541    majorfacepwn
## 1542       Tetranima
## 1543        dempugs1
## 1544     iBurrGaming
## 1545      Quali_Perf
## 1546       Eggpoach1
## 1547      RivenStore
## 1548 AliciaW92648805
## 1549   stats_live_es
## 1550     LoLMemesBot
## 1551 Christo58898072
## 1552      KJCeSports
## 1553 Katheri84765877
## 1554    BladeAndWhip
## 1555    BladeAndWhip
## 1556   stats_live_es
## 1557     kalita_spec
## 1558        B9Sting3
## 1559  LOLegendsMemes
## 1560  LOLegendsMemes
## 1561  LOLegendsMemes
## 1562  LOLegendsMemes
## 1563   stats_live_es
## 1564     StClair2803
## 1565    isekai_secah
## 1566  sashashaw10001
## 1567 asksredditques1
## 1568     LoLMemesBot
## 1569       Holycatx1
## 1570 Lindsey11360895
## 1571 loreofruneterra
## 1572      MakeeYhang
## 1573 AnneAnd81932053
## 1574        Hoolies4
## 1575 MikuoHatsuneTTV
## 1576 MikuoHatsuneTTV
## 1577     LoLMemesBot
## 1578   stats_live_es
## 1579 MrRonaldRaymon1
## 1580 dariana_montana
## 1581 YahooEsportsSEA
## 1582        2fangzzz
## 1583 Esportdirectory
## 1584     KitVecnosta
## 1585      pizapirate
## 1586      RivenStore
## 1587 Esportdirectory
## 1588   jericollage70
## 1589    darthfuzzy77
## 1590       Flak3yLOL
## 1591     LoLMemesBot
## 1592  SlothFactsBot1
## 1593 Esportdirectory
## 1594 AustinJ20200106
## 1595    EloDragonLoL
## 1596   CheatsAwesome
## 1597 turrakatakataka
## 1598    Pudd1nGaming
## 1599        Boazhaii
## 1600        Matej941
## 1601  greeekthegreat
## 1602     DragonsRift
## 1603     LoLMemesBot
## 1604    CountdownToL
## 1605 AmandaR74669040
## 1606  Abisco54911105
## 1607     ThatDartTho
## 1608         aleriy_
## 1609         NsNapk1
## 1610        antimahi
## 1611 VickieZ25645605
## 1612      Darqueria2
## 1613    AnimeRPGgame
## 1614        ItsPrata
## 1615  HaryantiLembah
## 1616    NerfWindWall
## 1617     jeanne10041
## 1618   Taryn_Cosplay
## 1619         6176ter
## 1620        Giokz_TV
## 1621    isekai_secah
## 1622 TKPFamily615123
## 1623   stats_live_es
## 1624         Hir0016
## 1625   Polyxenastorm
## 1626    Mikestrosity
## 1627   CutHutagalung
## 1628      RivenStore
## 1629 Pearlslightshow
## 1630     LoLMemesBot
## 1631         SrDans6
## 1632           T3M91
## 1633        ShuUsagi
## 1634        NeverEvi
## 1635         afarny4
## 1636    PapapenguinV
## 1637 LightningBaron1
## 1638 RuthRob36470669
## 1639 DoomageddonGmig
## 1640 DonaldB74915047
## 1641         ModiKM_
## 1642     LoLMemesBot
## 1643 ReginaC26432536
## 1644      liddlemeow
## 1645      tamashiiVT
## 1646 Jacob_Twitch_jd
## 1647     __Sol1l0quy
## 1648    majorfacepwn
## 1649       waltz1917
## 1650         hosrt93
## 1651     burnieilies
## 1652   TeethPastelol
## 1653         Gaafff2
## 1654      sakuyashan
## 1655     AlexTzitzi2
## 1656  wildncrazyguy1
## 1657     AlexTzitzi2
## 1658     burnieilies
## 1659        ririkax_
## 1660 im_justapotato_
## 1661   CasseroleFink
## 1662    NanaruSuzuka
## 1663 theevahngelions
## 1664     LoLMemesBot
## 1665 Esportdirectory
## 1666    catinipicnic
## 1667        Levi1327
## 1668      TNR_Arts18
## 1669      Lambada104
## 1670      AlphantArt
## 1671        megilino
## 1672  DunkmasterSett
## 1673      i4megistus
## 1674 Blobie_The_Blob
## 1675      SakuraArt8
## 1676  whale_lonliest
## 1677         SirEffu
## 1678    Pipshunters1
## 1679 Phantom_rogueTv
## 1680      piixxelle_
## 1681      RivenStore
## 1682  Abisco54911105
## 1683      MakeeYhang
## 1684   stats_live_es
## 1685     LoLMemesBot
## 1686   RealMisakiRei
## 1687 Esportdirectory
## 1688     morgiishere
## 1689       nicquehen
## 1690 loreofruneterra
## 1691      Griefersan
## 1692 Pearlslightshow
## 1693    edelmaximoff
## 1694        Cr0ssAir
## 1695    GameFiEthers
## 1696    violet__dusk
## 1697 Christo58898072
## 1698 asksredditques1
## 1699       YoYusuke_
## 1700  LOLegendsMemes
## 1701  LOLegendsMemes
## 1702  LOLegendsMemes
## 1703         arvazi2
## 1704       Voiidkatt
## 1705       mmoppiiee
## 1706     LoLMemesBot
## 1707        vasc_art
## 1708  Abisco54911105
## 1709         nimea25
## 1710 Katheri06419639
## 1711        skyglubs
## 1712   stats_live_es
## 1713 TonyRam26219233
## 1714        iM7mdzz_
## 1715 AshleyC67028952
## 1716   MistressNyxVA
## 1717      shizzleytb
## 1718   HorusEsports1
## 1719     LoLMemesBot
## 1720         SirEffu
## 1721       Pradox___
## 1722     LorificArts
## 1723      MimicuteVT
## 1724     LoLoverlay_
## 1725   stats_live_es
## 1726  AsthmaMarauder
## 1727 DonnaJo43302569
## 1728 HarryTh67235811
## 1729      mendelvich
## 1730  LOLegendsMemes
## 1731     LoLRoundUp_
##                                                                                                                                                           text
## 1                                                                                           Enjoy the game!🙉🙉🙉🙉 #game #LeagueofLegends https://t.co/SuGfq8HgA2
## 2                   Likes, please!!\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#leagueoflegends #lolgame #lolgamer #rivenstore.com… https://t.co/1pMtz3kVqM
## 3                        league of legends ruined king on ps5 there is a bug that doesnt let me hear voices. any body knows anything?… https://t.co/ULygAhvvbj
## 4               2020-Fangirl/Main #CamilleFerros Hell yeah!\n\nThis was a project that I could not finish because my anatomy was very… https://t.co/QLWEH9xRmT
## 5                                             I can play in any lane at this point lol #leagueoflegends #twitchstreame... https://t.co/XlbyS5KrrL via @YouTube
## 6                        LIVE NOW FORHEAD! playing some more LoL let be dumb once more here we go again \n .\n.\n.\n#vtuber #envtuber… https://t.co/Wy1q60x45o
## 7                                                                                                              @futureclubdev #LeagueOfLegends \nFuture chUd Z
## 8                                                                        What do you think about the game?🔥🔥🔥🔥🔥 #LeagueofLegends #StarGuardians #ФанАрт #TLWIN
## 9                                                             A gift for a friend based on his main #Pantheon -#LeagueOfLegends - 2019 https://t.co/gQYV77hbTF
## 10                          Finales is killing me D:!!! Here's a lissandra study from LOL tho\n.\n.\n.\n#ArtistOnTwitter #artistontwt… https://t.co/Q1hNt87O0t
## 11                     Hello there!\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#leagueoflegends #lolgame #lolgamer #rivenstore.com… https://t.co/I3g2qyUAHj
## 12               Join tonight as we play #LeagueOfLegends \n\nWhats your fav char????\n\n#twitch #gamingcommunity #gaming #league #pc… https://t.co/dCF1aMcxSx
## 13                                            Who ever was my support this game I luv ya 😭 #leagueoflegends #twitchstr... https://t.co/64eLdChVla via @YouTube
## 14                                    You can tell us what you think in the comments.🙉🙉🙉🙉🙉 #StarGuardian #LeagueofLegends #Gameplay #ФанАрт #GuardiãsEstelares
## 15                                                        I can count on my dawg 😎 #leagueoflegends #twitchstreamer #jhin https://t.co/e7ikBUDqJN via @YouTube
## 16                                                                                       guess who's back #Arcane #Vi #LeagueOfLegends https://t.co/Ohq8UdBwhJ
## 17                                                                Difference between POV and When\n#LeagueOfLegends #LOL #Gwen #League https://t.co/K3BR9hngRK
## 18                      Vtuber| Playing League of legends trying to level up?\n https://t.co/m6ixn2O8dW\n#Vtubers #VTuberEN #streamer… https://t.co/QW1Rh6sPps
## 19                    Just a Middle Of The Road Player  https://t.co/Apm5aCxKAw\n\n#leagueoflegends #league #lol #gamiming #streaming… https://t.co/nB2hKYiCPs
## 20                                                                                                  DUNK!!\n272 PTS\n#Dunkmaster🏀 #FeelIonia🍃#LeagueOfLegends👊
## 21                   Karthus gaming\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/DfpVTday7f
## 22                Like and Share if you have been fan since day 1\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo… https://t.co/kzUgWn4FP3
## 23            ▶️ League of Legends - Top streams a las 23:58 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 7.920\n🥈 #ElmiilloR➖Viewers: 6.637\n🥉… https://t.co/wSyGVEwVDC
## 24       Pentakill...\nMomentos con Samira en Wild Rift .\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n#Wildrift #LeagueOfLegends #viral #WardiG… https://t.co/PNoias4RQr
## 25                   Look at the Rell microtechnology under a microscope and all you see is METAL\n\nhttps://t.co/ydWlzxhJHv\n\n#rell… https://t.co/H0HxhtUZBo
## 26              A way to rework Zyra and make Corina Veraza playable.: Situation: \n\nTraveling Merchants brought an exotic plant and… https://t.co/c4GXe15MuH
## 27                         Seraphine glorious crimson- in progress\n#wildrift #LeagueOfLegends #League_of_Legends #Fanart #ibisPaintX… https://t.co/4wNiL4f8I0
## 28                                         There is no way this is balanced 🤯 #leaguetwt @riotgames @LeagueOfLegends  #LeagueOfLegends https://t.co/zjYPyjcRxk
## 29                Hey Hey whats up everyone? Sorry for the small break but we are back again tonight we doing another drunk stream pl… https://t.co/ZbMukode6R
## 30                                           Riot is giving me a birthday present this year and its gonna be preseason being fucking over.\n\n#LeagueOfLegends
## 31                      Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt… https://t.co/dnADWd4JG1
## 32                             Ahri and Lux #midjourney #Ahri #Lux #LeagueOfLegends #nijijourney #AIart #stablediffusion #midjourneyV4 https://t.co/1E6lWZU2wE
## 33                                                                       Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/cKxkBnhZ87
## 34                 Today's Lol Esports Round Up covers the news out of DIG, BDS and BLG from the last 24 hours. #LeagueOfLegends #lec… https://t.co/1wJMhO9J34
## 35                            BATTLE ACADEMIA AKSHAN (Wild Rift) - League of Legends Custom Skin https://t.co/fmABm6dgCp via @YouTube… https://t.co/2N9tmWl7TZ
## 36                    Evelynn Death Sworn Fan skin \n#WildRift #LeagueOfLegendsFanArt #LeagueOfLegends @riotgames #Evelynn #ibisPaintX https://t.co/rdWJYTYiao
## 37                                                                       Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/jLdDp1CiRl
## 38                                   🔴LIVE NOW🔴\n\nSome good ol League of Legends w/ @Kitsuki_VT AND @EllendariKumori \n\n🔻🔻🔻🔻🔻🔻🔻🔻🔻🔻🔻… https://t.co/p4ThZFvtYE
## 39                Just learned I can earn League points through Xbox's rewards so you'll catch me doing every Game Pass Quest from no… https://t.co/QT9k5WOBJT
## 40                😎PMA GRIND😎Interactive streamer😎Totally not a one trick😎 \n\nLive now at Twitch . tv / Nana ! 🔗\n\n#LeagueOfLegends… https://t.co/5R32JuoMoe
## 41                New Book of Kamille chapter on the Twitch channel! My Twitch subscribers know what to do! 📺🎮⚔️💯🌎\n\n#leagueoflegends… https://t.co/3RfysDOg6a
## 42                                                                       Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/f1SSpZGebU
## 43               my project is taking more time than i thought since my keyboard trolls me more than my team in a rank \n\nso i leave… https://t.co/q4hD5UrM8Q
## 44                                   Sometimes I do traditional art too and I wanted to draw my blorbo #LeagueOfLegends #rakan #sketch https://t.co/WIHfsWpaDg
## 45                                                                                        This is the real reason why #LeagueOfLegends https://t.co/YRkx0dFaTK
## 46                                                            "Hunger never sleep."\n\n@LeagueOfLegends #LeagueOfLegends #ArtofLegends https://t.co/Cr6sMuezPN
## 47                     carry potter\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/UJaPtlPxGO
## 48                 I've used this wig for so many cosplays now!! My favorite ♡\n\nSlaybelle Katarina this time! ☺️\n\n#LeagueOfLegends… https://t.co/OAx4wxE7xo
## 49                                            excuse me?! what's that ugly ass page get away gimme my normal runepage #leagueoflegends https://t.co/skNFBwE8kR
## 50                     What do you think?\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/WNlMeAuZcF
## 51                Now that we have AI technology that can create an image of anything, what does the average League of Legends player… https://t.co/EX4xXcm0Pi
## 52                                                                                   Get cheap Eloboost before season start to boost your mmr #LeagueOfLegends
## 53                     I did a sketch of a creature from a game I don't even play. I wonder where she comes from🤔\n\n#LeagueOfLegends… https://t.co/R1HixU8Jgg
## 54                                                          Gwen in a cute dress 🛐\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #gwenlol https://t.co/v2WSABf0Np
## 55                        The Ruined King Viego 💚\n#LeagueOfLegends #LeagueOfLegendsFanArt #art #draw #LoLFanart #viego #theruinedking https://t.co/TeszukEjrR
## 56                                                                                                    Easy Vi cosplay #LeagueOfLegends https://t.co/xZxc9MXdmW
## 57                                                                       Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/rdTZlyZLbG
## 58                 I recently got back into League, basically play 1-2 ARAMs to unwind and I'm happy to announce, my insane luck with… https://t.co/Esq4YQ7ter
## 59                                                                        Just messing around on Aseprite.\n#pixelart #LeagueOfLegends https://t.co/c6vvCHNzKm
## 60                ICYMI: We talk about the time change in the #LCS and also about Timing of Objectives in League. Lets get into this!… https://t.co/W3BjX51o1p
## 61                 How ya doin`?\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lolstuff https://t.co/CROzHu9QUZ
## 62                       After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports… https://t.co/eFkQRnUG8T
## 63            ▶️ League of Legends - Top streams a las 22:20 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 8.379\n🥈 #ElmiilloR➖Viewers: 2.757\n🥉… https://t.co/d6nezA9gnM
## 64                                                                                                                     nerf Yasuo's Wind Wall #LeagueOfLegends
## 65                                                                                     Day 753: No news on Pentakill Rell 🖤\n#LeagueOfLegends #Pentakill #Rell
## 66                                                                   Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq
## 67                       EXPRESS Jungle Coaching | Rift Herald in Season 13 https://t.co/GYGrWDK9JR via @YouTube \n\n#LeagueOfLegends #Junglemain #Khazixmains
## 68                                                                                                #LeagueOfLegends people don't know how to think sometimes xD
## 69                       Lets get some lineart done for Coven Neeko!!! Now live!\n\n#LeagueOfLegends #VtubersEN #LeagueOfLegendsFanArt https://t.co/dePqFT4JE4
## 70           ✨🌟Guard the Stars🌟✨\n\n🛒https://t.co/alOR9r5OsC\n\n📅Dec 20 - Dec 26\n\n30% OFF for 1st - 5th\n\n25% OFF for 6th - 10th… https://t.co/evBHdAZDmY
## 71                "Just build armor bro" Starter Pack\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/NjFuplmkal
## 72                Vayne gives a steady amount of physical damage, and Miss Fortune is in her repertoire as always – taking out the wh… https://t.co/OZ0XPWG2o7
## 73                I have a hard time not dressing up Nasus as a tank 😅 he's actually a carry and needs an attack boost, but who would… https://t.co/8HseZgkq8n
## 74              Another first place for the Anima squad today.\n\nNasus and Sylus are easy to pick up in T3 with high regularity from… https://t.co/7y0xstoxQP
## 75                                  Not me posting my first youtube video (link in bio) #arcane #LeagueOfLegends #riotgames #arcanetwt https://t.co/UFPYs6kJry
## 76                                                                                              Support diff :P\n#LeagueOfLegends #lol https://t.co/w1zwsnTDJL
## 77                bro, #LeagueOfLegends  skill level has gone far down. Got placed s1 on my ranked placements yesterday and already h… https://t.co/DlVe5M68Dz
## 78                       End of Fall season awards.\nDecember 20th #ASAA #PLAYVS #alaskastateactivitiesassociation #HighSchoolEsports… https://t.co/SGnIi65I6b
## 79               What do you think?\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#leagueoflegends #lolgame #lolgamer #rivenstore.com… https://t.co/v7X4IGjf8c
## 80               BARREL GAME #lol #gaming #videogames #streamer #highlights #stream #leagueoflegends #fyp #fypツ #reels #viral #stream https://t.co/yEqcPpYJRa
## 81                           Holidays on the Rift. Come tell me about your holiday plans.\n\n#leagueoflegends #twitch #twitchstreamer… https://t.co/7vka8wvG9q
## 82                                                                   Got purple \n\n#TFT #TeamFight #TeamFightTactics #LeagueOfLegends https://t.co/oHrOMgfm4Q
## 83                                                       There will be more skilling events.🔥🔥🔥🔥 #LeagueofLegends #ArtofLegends #TLWIN #G2WIN #GuardiãsEstelas
## 84                                  Switching over to #LeagueOfLegends for the last few hours of stream! Come say HI! #smallstreamers… https://t.co/NlRSPesT42
## 85                                                                                                   Dex is live now! #LeagueOfLegends https://t.co/XPOXvZsenw
## 86                    ✨️"To heal and protect."✨️\n\n📸: https://t.co/GUDlHIkKYr (edits by me)\n#HolMat2022 #LeagueOfLegends #cosplayers https://t.co/pNzV0vmrgB
## 87                                                                         Absolutely love them.😎😎😎😎😎 #LeagueofLegends #YıldızMuhafızları #GENGWIN #КосплейLoL
## 88                                                                                       I like it.🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/ki3t8zk3lx
## 89                                                                                       I like it.🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/cDR7FwyMBe
## 90                    Who remembers that?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo… https://t.co/MHRxhiyQsk
## 91                I have one question for the #LeagueOfLegends community. How do people manage to lose lane when their laners are con… https://t.co/C4tRswinz5
## 92                It's time for the annual ritual of creating a new #LeagueOfLegends account because the MMR of my other two is locke… https://t.co/DXzvI7GnX7
## 93                                    I'm willing to hear feedback and new ideas. #LeagueofLegends #StarGuardian #Worlds2021 #Bjergsen https://t.co/uOFVld0MYh
## 94                Abro directo, LOL, Genshin\n➡ https://t.co/itim1DbFDU\n➡ https://t.co/FHZXNxRfPD\n\n#vtuber #Genshin #GenshinImpact… https://t.co/OOmVdt9c5r
## 95                                                      i just really like his face tbh\n#arcane #LeagueOfLegends #silco #arcanefanart https://t.co/0Rf4XxghYT
## 96                Does LeBlanc have a coherent plan against Mordekaiser's comeback? It seems the plans keep going sideways.: submitte… https://t.co/VNSYlklfT1
## 97                                                                                   live lol triste D :\nhttps://t.co/s65rAjhOEW\n#LeagueOfLegends #Streaming
## 98                [ #Oni #Vtuber ] In a League Of My Own; join me as I play some League with friends! Also; Scuffed Art Commissions $… https://t.co/xi0OKIJrAH
## 99                                                                       Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 100                                         We need you for the game.❤️❤️❤️❤️ #LeagueOfLegendsFanArt #Gameplay #LeagueofLegends #G2WIN #КосплейLoL #YıldızMuhafızı
## 101                                           screencap redraw of the rat man! \n#silco #arcane #LeagueOfLegends #arcanefanart #fanart https://t.co/D2l7rtPigw
## 102                         #LeagueOfLegends players...\n\nYour Chicago Local Lan is here!!!  $1,000 up for grabs 👀\nSign up below:\n\nhttps://t.co/cOgxGnfxu0
## 103                                                                                      I like it.🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/dzgec94ZtJ
## 104                    What do you think?\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/zjI75vdAnM
## 105                       old art of ahri as joy’s hello cover 😁\n\n#ahri #kdaahri #leagueoflegends #joy #joyhello #redvelvet #fanart… https://t.co/pnqwfP4MEt
## 106                                     Every gamer's origin story? 🤔 #truestory #LeagueOfLegends #gaming #gamingcommunity #videogames https://t.co/wcKC7KKf1g
## 107                                           KAYN 4 vs 5 GAME CARRY !!!!  #shorts #leagueoflegends #shadow #kayn  #as... https://t.co/oJmMblGkwo via @YouTube
## 108                                                                                      I like it.🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/CykjnL0Zwz
## 109                                   I'm willing to hear feedback and new ideas. #LeagueofLegends #StarGuardian #Worlds2021 #Bjergsen https://t.co/lRTlb24sRz
## 110                                                                                      I like it.🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/Fpl5KSuEdz
## 111                    It makes sense if, say, you don't have stronger alternatives (T2 heroes of 3-4-5 levels) on the bench.\n\n#TFT… https://t.co/o0mRwsuLsS
## 112               Plus, I also noticed a cool thing about playing as the Anima squad — you can put out repeating T2 heroes, and you w… https://t.co/2fqJk3SD7L
## 113             I think it played a big role that no one put together the Anima squad 😅\n\nIn the beginning, Nasus seemed to be dragg… https://t.co/XRaPGhe7Ft
## 114                       It was almost a dry game - one defeat in the beginning and 12 wins in a row by the end 😅\n\n#TFT #TeamFight… https://t.co/KLSdvbXwwy
## 115                               PLEASE PLEASE PLEASE SOMEONE SHOW ME HOW TO SHAKE ASS REAL GOOD I WANNA LEARN HOW TO TWERK SO BADLY… https://t.co/D1z3wVkfJq
## 116                                                                        Think Smarter...\n\nPlay Harder...\n\nSupport Better!\n\n#LeagueOfLegends #LetsGoC9
## 117                       A commission I just finished~! 🖤🖤 Debonair Malzahar and his lil voidling :”D\n\n#malzahar #debonairmalzahar… https://t.co/YwXIUbGldY
## 118                                                                     My Darling~🥳 #LeagueofLegends #Game #LoL #TransformaTuDestino #GuardiãsEstelas #FLYWIN
## 119                                                                                       Fuck Tanks 2023\nWhat the fuck is this?\n#preseason #LeagueOfLegends
## 120                Dark Cosmic Jhin header for a lovely customer💜 Been wanting to make a header for this skin, so I'm happy I finally… https://t.co/RxAlxtOpeF
## 121                 Likes, please!!\nVisit us: https://t.co/Jtncw61Y4H\n#leagueoflegends #lolgame #lolgamer #rivenstore.com #lolgoods… https://t.co/gu4jLmh3Y9
## 122                     Live now here- https://t.co/NRF3kdvBO3 \n\n#streamergirl #streamer #asmr #twitchgirl #animegirl #anime #queen… https://t.co/ImBWv5p7S2
## 123              Lore Question about Yordels: Is it okay to lewd the Yordels?  \n\nI'm having a hard time figuring out whats going on… https://t.co/1Swmtn9K0h
## 124                             I'm going to play a game that got me into gaming #LeagueofLegends #LeagueOfLegendsFanArt #StarGuardians #GENGWIN #StarGuardian
## 125                                                  Started playing again.👏👏👏👏👏 #LeagueOfLegendsFanArt #LeagueofLegends #YıldızMuhafızları #G2WIN #КосплейLoL
## 126                       "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee !… https://t.co/s1fXXOvep2
## 127              New: League of Legends (81%)\n\nGamepassta - Your guide to Xbox Game Pass PC\nhttps://t.co/N84JYT3ox6\n\n#Gamepassta… https://t.co/0ohSRc0wKU
## 128          #NewsAlert #Vtuberオーディション on my @Etsy store\nhttps://t.co/i77nRnWvnF\n\n#VTuberUprising #VtuberSupport  #salehere… https://t.co/g5uDN6Bjn7
## 129              I'm playing some games.🤗 #LeagueofLegends #LoL #mobilegame #ФанАрт #TransformaTuDestino #YıldızMuhafızları \nOrigina… https://t.co/vz5Ib2XGbA
## 130                            COME SEE THE SANEST TWITCH PLAYER ALIVE - https://t.co/ey2HKoT8oI\n-\n-\n-\n#LeagueOfLegends #Giveaway… https://t.co/KskSkxnTco
## 131             Todays stream will be starting shortly, today just chilling on League learning just anything.\n\nHave a nice day ever… https://t.co/I6iFBemBLX
## 132           ▶️ League of Legends - Top streams a las 20:00 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 5.333\n🥈 #elyoyalol➖Viewers: 2.736\n🥉… https://t.co/zQFRoMqBu4
## 133                  True\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios… https://t.co/6Rmnk5RX7L
## 134                                                                                                                Who wanna be my partner of #LeagueOfLegends
## 135              Live with some league of legends before I go into work on my off day 🥺 \n\nhttps://t.co/MwrSs8bf0b\n#LeagueOfLegends… https://t.co/64Pc23FhJM
## 136                     How ya doin`?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/JVlejXiZyG
## 137                                                                 AYAYA\n\nRT helps a lot 🥺💜\n\n#stream #twitch #LeagueOfLegends \n\nhttps://t.co/TzRlCQPqcA
## 138               You can see wip in my p@tre0n💜\nTasty Syndra :3\n#syndra \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#starguardian https://t.co/DDs2Uu5ZMp
## 139                    #leagueoflegends Farming the Lol pass... Gamers rule: Have FUN!!! #stream #play   Eune. https://t.co/NQJ1vKlKQS https://t.co/UyV7I982Nr
## 140                                                            https://t.co/Ftw2UKj7RK \n\nlive now lets a go\n\nEducational Top Lane stream\n#LeagueOfLegends
## 141               LoL Miss Fortune Champie Chibi Canvas Print\nhttps://www.redbubble ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO
## 142                      WE ARE LIVE!!!\nhttps://t.co/ItaMMfUoBV\n#smallstreamer #twitch #twitchstreamer #cod #apexlegends #minecraft… https://t.co/29DKgU3ElC
## 143                   EPIC VI ENGAGE !\nSubscribe👉https://t.co/z05NNvd1LH\n@sme_rt\n@RexRTs\n@wwwanpaus\n@RealDrCollision\n@BlazedRTs… https://t.co/GZ6UUBBAb5
## 144               Finished! I am very surprised how my style changes. But I think I'm improving a bit. I'm still not happy with the c… https://t.co/endkL484Di
## 145                                                             Just learned a new combo with Ahri in #leagueoflegends. Feeling like a total boss on the Rift!
## 146             League of Legends Fan-Art\n\nSpirit Blossom Ahri\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #Ahri #spiritblossom #Art… https://t.co/zNToxqyBsq
## 147                       10th streak even when you get "filled" it dosent matter! WHUUUHUUU dream achieved\n#memes #meme #funny #lol… https://t.co/vDmueteOsJ
## 148                                                                               #jinx #LeagueOfLegends #arcane \nHope y’all like it! https://t.co/nqONhYH1R3
## 149                 I LOVE BAD BYTCHES THATS MY FUCKING PROBLEM! 🦹‍♂️ #Ahri 🦊 #LeagueOfLegends #LeaguePartner nine tales fox demon 😈 lo… https://t.co/bMIQeXcb0x
## 150             Wait...It's all just Neace Tips?\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes… https://t.co/xAL4TCOu3e
## 151           ▶️ League of Legends - Top streams a las 18:50 (Hora ESP)🔥\n\n🥇 #elyoyalol➖Viewers: 1.950\n🥈 #Th3Antonio➖Viewers: 1.73… https://t.co/NyLkrO3FUs
## 152               My 'STAR NEMESIS SHACO💫' Concept Design, i really proud of this one cuz it turns out pretty heheheh. What do you th… https://t.co/FJFSewIPn0
## 153                           Some progress TwT\n#LeagueofLegends #LeagueOfLegendsFanArt #ArtofLegends #PixelArt #PixelArtist #dotpict https://t.co/O8Z5DEg5xj
## 154                                                                                           Sylas #LeagueOfLegends  #Montage  #sylas https://t.co/EhRyxKUIRv
## 155                                                                                  snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 156               League of Legends Christmas Giveaway Stream Happening on Saturday 12/24/2022. "Make Sure you Attend Must Be There!"… https://t.co/ngfgf3iM57
## 157                I made four 5-costs in too the same trait!  |TFT set 8 Monsters attack|\nhttps://t.co/PIgqstRda6\n\n#Tft #teamfighttactics #leagueoflegends
## 158            @thestreamercode Hello😁\n#gamer #smallyoutber and #smallstreamer 😇\nAlmost everyday #video or #stream😍👍\nThis week mos… https://t.co/qp0DvUswOi
## 159             @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video o… https://t.co/kkpsZWDj55
## 160             @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video o… https://t.co/YePwNqRWyJ
## 161                         #Zeri #LeagueOfLegendsFanArt #League_of_Legends #leagueoflegends #ArtofLegends \n\nMy love\n( ´ ▽ ` ).。o♡ https://t.co/8500jsLaVN
## 162             @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video o… https://t.co/a0TjrIBdIS
## 163                    @SmallStreamersC @SmallStreamersR Hello😁\n#gamer #smallyoutber and #smallstreamer 😇\nAlmost everyday #video or… https://t.co/aXym1EzXpt
## 164            @thestreamercode Hello😁\n#gamer #smallyoutber and #smallstreamer 😇\nAlmost everyday #video or #stream😍👍\nThis week mos… https://t.co/jVFgaL1EZa
## 165                 [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane… https://t.co/wDbm4mtaPF
## 166              I played a lot of games.👇👇 #StarGuardian #Game #LeagueofLegends #Worlds2021 #StarGuardians #Bjergsen \nOriginal: val… https://t.co/vTMYM1dUA7
## 167                                                               I hope you have a great day.🙊🙊 #StarGuardian #LeagueofLegends #MOBA #GuardiãsEstelas #FLYWIN
## 168          Aphelios: The Weapon of the faithful - Weapons &amp; Abilities #6 (new name!): submitted by  /u/bucketofsteam  \n [link]… https://t.co/bjCjnYFFMq
## 169              Italy is in good hands as Unipd Cheng will defend its flag in #AUEM23 👐\n\n⚔️They have marked March with an X on thei… https://t.co/SDqRWmnWE3
## 170                                                                      🎁 Christmas Jinx 🎁\n\n#jinx #leagueoflegends #arcane #cosplay https://t.co/RBieDqoprZ
## 171              our last LCQ Match vs @VslashEsports \nWatch here: https://t.co/2vQKDCGtR3\n#TEAMRAAD #LeagueofLegends #IAC #IAC2022… https://t.co/8zCQq0Z8M2
## 172           ▶️ League of Legends - Top streams a las 18:08 (Hora ESP)🔥\n\n🥇 #Th3Antonio➖Viewers: 1.649\n🥈 #ElOjoNinja➖Viewers: 996… https://t.co/1y1vbInc6x
## 173              Road to 50 Followers !\nTwitch x_kuczi_x\n#twitch #stream #live #livestream #gamer #game #games #streamer #streaming… https://t.co/Fb2nYX47tH
## 174                                            Breaking news!\nHopefully, he will be on your team tho.\n #LeagueOfLegends #Funny #Meme https://t.co/mWBswSg2QX
## 175                  Just minding your own business enjoying your new game when... 😱\n\n#gaming #esports #esport #esportsteam #twitch… https://t.co/vXASNZAMtk
## 176                                Cute LoL items' inspired names for babies\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/9AZpXcAQup
## 177                                Had an hour to play a game. Sat in the queue for over 15 min, 4 dodges, can no longer play. #LeagueOfLegends is dying in NA
## 178                                                                        It's 62nd day of SIMP waiting for MALE FURRY CHAMP 😞#SIMPiswaiting #LeagueOfLegends
## 179                                                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/PJodBLjDnS
## 180             Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https://t.co/WXFN6Nnk7J
## 181                                                                      📣 I'm starting 🔴 LIVE on #LeagueofLegends !  https://t.co/XbEFXVWHsx #wizebot #twitch
## 182             Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thr… https://t.co/veWQKyVzuP
## 183            Irelia 500k drawing buff\n\n---- I just started drawing a few months ago. so \nI will be very happy if you guys sugges… https://t.co/boLh0WWjn0
## 184                                                                                   Sketch of the girl ever #arcane #LeagueOfLegends https://t.co/y6Oplhoiyz
## 185                           Warwick... with a Yuumi along for the ride? Heinous. Poor Nidalee #LeagueOfLegends #towerdive #RiotGames https://t.co/uH6Dpb8iXC
## 186                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/mmW6l5xQqo
## 187                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/UTQOj1iht5
## 188                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/ZdULwU4jMA
## 189                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/7q8ona2FZT
## 190                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/DPuYOKNw23
## 191                        Still gives me chills. #LeagueofLegends We need movie like this done with Unreal 5 https://t.co/xvFEgR3LFy… https://t.co/GG1wA2Tt0N
## 192                      Still gives me chills. #LeagueofLegends We need movie like th I s done with Unreal 5 https://t.co/xvFEgR3LFy… https://t.co/yFpI75Qx1b
## 193                            Wanted to try drawing in a different way so here is the result, Neeko again\n\n#Neeko #LeagueOfLegends… https://t.co/KgrVZJfRQE
## 194                                                                      I'm officially a one trick let's gooooooo\n\n#LeagueOfLegends https://t.co/ydYMx0tkmu
## 195                  A worthwhile investment 🤣\n\n#gaming #esports #esport #esportsteam #twitch #valorant #leagueoflegends #overwatch… https://t.co/4FbF3mojUE
## 196                                                                                      I need a game.😍😍😍😍😍 #LeagueofLegends #GENGWIN #ФанАрт #YıldızMuhafızı
## 197                               This is a great game.🥺🥺🥺🥺🥺 #Fanart #LeagueofLegends #LeagueOfLegendsFanArt #GuardiãsEstelas #ФанАрт… https://t.co/NP6tN2Noch
## 198                PEAK DIAM1💎Tryhard for MASTER 🎯\n#TwitchStreamers #twitchgirls #LeagueOfLegends #jungle #twitchfr #twitchstreaming\nhttps://t.co/8Nr9TcfSmV
## 199                                                                        From last night's stream XD #urgot #LeagueOfLegends #twitch https://t.co/TUKnsrIKtV
## 200                   Live ♥ Hi, I'm running on empty ♥ (Playing Ranked League of Legends) https://t.co/qt2z4EBAHS\n#Twitch #Streamer… https://t.co/HYLthOZ8um
## 201                                                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/mxzBQEmvV3
## 202                nimble\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios… https://t.co/KmL6iFjLrM
## 203                                                   4 days until xmas featuring Cait and Vi!\n\n#CaitlynxVi #arcane #LeagueOfLegends https://t.co/iapaMQMzTm
## 204                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/6iOnzOIfox
## 205                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/P7Op7LdRnT
## 206           ▶️ League of Legends - Top streams a las 16:58 (Hora ESP)🔥\n\n🥇 #Esportmaniacos➖Viewers: 3.022\n🥈 #Werlyb➖Viewers: 2.5… https://t.co/hgWAApyhJy
## 207                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/Jo33lUtS6F
## 208                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/LweL9rkhq8
## 209                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/yUqCnOHfBo
## 210                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/BSCOn3aBwA
## 211                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/c01oVKABzE
## 212                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/p1uaEcXckl
## 213                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/jY5aG1yRfz
## 214                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/N7GecZh0sM
## 215                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/xQhxkeJyav
## 216                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/pmTj6qhfeL
## 217                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/bGJCbkaxXS
## 218                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/r0UeYKI3C5
## 219                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/S3Z8DBNJSx
## 220                                                               Not this time. \n\n#ankoragg #LeagueofLegends #ARAM #esports #balkan https://t.co/MyTuJDHalS
## 221                             Congratulations to our Esports team!\n\n#NPSWorldofPossibilities #Esports #LeagueofLegends #NHSEsports https://t.co/H8XqvwJcWV
## 222                             Wednesday's Short!\n\nMr. Quadra's Insane Game Part 3! #shorts #trending #leagueoflegends https://t.co/puQeCgCtT0 via @YouTube
## 223                        K/DA Ahri with her black outfit &lt;3\n#Ahri #ArtOfLegends #LeagueOfLegends #LeagueOfLegendsFanArt #УкрАрт… https://t.co/eGhEfsqWAA
## 224                     Check out this clip! darthfuzzy77 streaming League of Legends!  https://t.co/2QE6ii6pm3\n\n#twitch\n#twitchstreamer \n#LeagueOfLegends
## 225               RT RevenantFiery: Gonna be playing some #leagueoflegends today! Grab your coffee and breakfast and let's have a goo… https://t.co/pUbumT6ENo
## 226               Gonna be playing some #leagueoflegends today! Grab your coffee and breakfast and let's have a good time playing gam… https://t.co/BS2amY7apB
## 227                  Time to stream lets go people I’m happy today haha lol .. \n\nhttps://t.co/JywVT0IxJN\n\n#tft  #TeamFightTactics… https://t.co/Mu9zybHoSk
## 228                                                                                 Hello tweeter !🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/lVpnGDC1JV
## 229                  Poppy Jungle S13 !\nhttps://t.co/EkbGrJxb79\nhttps://t.co/WJ3flve5B5\n\n#lol #poppy #leagueoflegends #jungle #s13 https://t.co/ReymsuWqOI
## 230                  💥💥💥 17:30 STREAM // LEAGUE OF LEGENDS 💥💥💥\n#streamer #twitch #lol #LeagueOfLegends #chill #streamergirl #pcgaming https://t.co/5MsK0HT0FC
## 231                                                                                 Hello tweeter !🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/woZKK3qsEu
## 232               why swain removed urgot from noxus?: the fact that swain himself removed urgot from the capital shows us that the l… https://t.co/4nx1jrnPwc
## 233                                                                                   Nice f bro?! #LeagueOfLegends #RiotGames #TikTok https://t.co/xlN4AtPrxC
## 234                 Commissioned by App from Discord. Thank you so much for your patronage!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/Q3p6lUXXq9
## 235               A companion video to yesterday's content, today we cover Lol esports oldest players heading into Spring Split 2023.… https://t.co/mo4SxNKeCM
## 236             Kings in the South 👑🤴\n\n@YutoruEsports will defend the the colours of the italian flag in #AUEM23 in #LeagueOfLegends https://t.co/F00jlUhM2G
## 237                                                                                            「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 238             📣 The „Spirit Blossom“ theme for the League of Legends card is available now! 🔥 \n\nGet yourself some gems and try it… https://t.co/y4hKNynjPq
## 239                                                                        What a game!🙈🙈🙈🙈 #LeagueofLegends #LoL #StarGuardians #GENGWIN #GuardianasEstelares
## 240             Like and Share if you have been fan since day 1\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods… https://t.co/BGOKUFjKSF
## 241                       Honestly I can't wait to cosplay again because..... I miss her aa\n\n#LeagueOfLegends #Evelynn #KDA #KDAMORE https://t.co/6fSyiELySY
## 242                                                                 Rekkles Is Back 😲\n\n▶️ https://t.co/Yzzq4MaSRL\n\n#LeagueOfLegends https://t.co/J8eC07tJWr
## 243                  Wait...It's all just Neace Tips?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/eZbNFs63xm
## 244                                                   BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 245                                                                    Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 246                   SwarmioMedia: The next #LeagueofLegends Mid-Season Invitational, MSI 2023, will be held in London. Each summer,… https://t.co/d5NmqvKB5f
## 247                                                                                                   evelynn\n\n#art #LeagueOfLegends https://t.co/Vpdmu2mdNZ
## 248                      Autistic Caitlyn thumbnail 🥴\n\n#autism #autismmeme #meme #pleasebepatientihaveautism #LeagueOfLegendsFanArt… https://t.co/3iXNXJcSaC
## 249                                                                                          christmas jinx \n\n#jinx #LeagueOfLegends https://t.co/o4FDnxj9VG
## 250           ▶️ League of Legends - Top streams a las 15:48 (Hora ESP)🔥\n\n🥇 #Esportmaniacos➖Viewers: 3.504\n🥈 #Th3Antonio➖Viewers:… https://t.co/wuWsa9g9pL
## 251               watching my boyfriend play (and fail) at Lux is so satisfying bc he’s good at EVERY other character 😭 he can no lon… https://t.co/kRCpY6zacI
## 252            Day 13!\nTaliyah portraits!!\nArt by @/Kishiskolaash\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #rock #leaguetwt https://t.co/1V9UlDZ112
## 253                                                                                 @teamspeak One of the alltime greats: league of Legends (#LeagueOfLegends)
## 254                                                           Anyone wanna game? #Fanart #StarGuardian #LeagueofLegends #ФанАрт #КосплейLoL #GuardiãsEstelares
## 255                                          I have never drawn the rest before.🤩🤩🤩🤩🤩 #Gameplay #LeagueofLegends #GuardianasEstelares #GuardiãsEstelas #ФанАрт
## 256                  Christmas is here enjoy with us use the code" CHRISTMAS" for the best smurf accounts ❄⛄\n#LeagueOfLegends  #lol… https://t.co/i2gyrz8ZWy
## 257                                                                                                      vex... again #LeagueOfLegends https://t.co/77mQTCuncR
## 258                                                                               have a monster\n#zeri #LeagueOfLegends #artoflegends https://t.co/hPHdFWuXbk
## 259                      ✨Anime Christmas Cosplay✨\n\nRem, Barbara, Jinx, Sakurajima Mai , Kitagawa Marin, which one do you prefer?… https://t.co/QrOjHNaUDS
## 260                                                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/27CjHZR9WX
## 261               Played #LeagueOfLegends for the first time the other day and got to play as Jinx, gotta say, she looks a lot differ… https://t.co/8DJ85W0bKp
## 262                       W-W-What do you mean? *oh my she is looking at my eyes, she is so close I'm going to faint* #caitvi #arcane… https://t.co/QRtin4JSdw
## 263                                                   I drew Yuumi. Yuumi Pollo 👍 Because... Yes #Yuumi  #LeagueOfLegends  #cat #Memes https://t.co/sPzRKZL1Dw
## 264                                                You should come to the game.😍 #Gameplay #LeagueofLegends #StarGuardian #ClashLoL #Worlds2021 #StarGuardians
## 265                         What is Love? Settphelios 💕\n\nSett model by: @sokurabbit\nAphelios by me\n\n#sett #aphelios #settphelios… https://t.co/CKUqHIsfHq
## 266                                                                        Haram or not? #lol #LeagueOfLegends #toxic #toxicchats #euw https://t.co/SLrKAFJalv
## 267                                   First time Ekko used Revo-z it was like: \n\n#LeagueOfLegends  #Ekko #LeagueOfLegendsFanArt #art https://t.co/Y8FpscdfgP
## 268                                 A fast painting of my friend as KDA Evelynn :D\n\n#kda #KDA #kdaevelynn #evelynn #LeagueOfLegends… https://t.co/aXpPfyGXnh
## 269                                 This may be the best game that has ever been played.🤔🤔🤔🤔🤔 #LeagueofLegends #Fanart #Gameplay #Nilah #YıldızMuhafızı #TLWIN
## 270               The next #LeagueofLegends Mid-Season Invitational, MSI 2023, will be held in London. Each summer, #Riot's many leag… https://t.co/YYKMngwzAE
## 271                  📢On part en live sur League Of Legends !!🔴\nhttps://t.co/j02PN5DrdO\n#Streamergirl #twitch #LeagueOfLegends #lol… https://t.co/9GQwIipiZt
## 272                Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Tha… https://t.co/JUB35vfoeo
## 273                        Stream in 🎄 LIVE 🎄\nGAMES with VIEWERS 🎅 come play ! \nhttps://t.co/asxVGxFIA5\n#streamer #twitchStreamers… https://t.co/83wgzClLCH
## 274                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/d0hQnaTCcG
## 275                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/Cjjb53wdzJ
## 276                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/sYeb89yRUl
## 277                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/0PeVNOvZPn
## 278                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/kuF6zUpXC6
## 279                    Hello!\nSo today i present You Guys my (old af) Spirit Blossom Ahri\nFrom: (worst game ever) League of Legends… https://t.co/Wm7tBz92A9
## 280                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/XgYtoXqoTh
## 281                                                                  At least I got a RL #lol #LeagueOfLegends #toxic #toxicchats #euw https://t.co/ZtEZMOZclF
## 282                                               Some of the new creations are interesting. #Gameplay #LeagueofLegends #КосплейLoL #StarGuardians #Worlds2021
## 283             Who are Runeterra’s “Nepo Babies”?: Inspired by Vulture’s The Year of the Nepo Baby. \n\nA nepo baby is a family of a… https://t.co/oxpqr8bi3v
## 284               Occult Detective: So enforcers have investigated strange case but are they capable of solving cases involving magic… https://t.co/l3N5a4dige
## 285                                                                                                           #LeagueOfLegends \nSecks https://t.co/X5iSaIulys
## 286          LIVE!\n\nWe're half way to D1! Let's get it TODAY!\n\nttv/the_unf0rgiv3n &lt; Tune in and witness greatness personified!… https://t.co/sQlnf7Hjla
## 287                 League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers… https://t.co/QiXI4pEW2n
## 288            #GameLAB is over for 2022! Thank you all for the support 💙\n\n@CounterLoL \n@Cristoishere \nLa Vica\nApeCarro\nCCRizzi… https://t.co/7oVTByeeEY
## 289                  ▶️ League of Legends - Top streams a las 14:10 (Hora ESP)🔥\n\n🥇 #Zeling➖Viewers: 1.517\n🥈 #KXMI➖Viewers: 760\n🥉… https://t.co/hTpdVR468d
## 290                  "Let's change the world!"\n\n#cosplay #leagueoflegends #seraphine #seraphinecosplay #leagueoflegendswildrift #LoL https://t.co/Vh8galjIlR
## 291                Today we got more information on our Leaderboards and the Stats-Pages we want to implement! Tell us what you think… https://t.co/rJHfXnq6FA
## 292              just play goddamn jungle\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/PWXwc9vT2E
## 293               Hoping that next Coven Batch we'll have both Nilah and Karma on the same Coven since they are related for having th… https://t.co/qDVeF7WtFq
## 294                                        Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35… https://t.co/BE1ua0K4bZ
## 295               @RiotSupport @riotgames  #LeagueOfLegends  makes sure one team is always way better than the other. When you are on… https://t.co/5Pp8lEIipQ
## 296                                               Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn https://t.co/gQyVuM7juB… https://t.co/TXeTMOUvDt
## 297                    Winning on 100% life is what I do, sponsored by Nunu 😂😂😂🤷🏻‍♀️🤦🏻‍♀️ Lvl 9 with so much gold that I couldn’t even be… https://t.co/5TA8Wob3Ec
## 298               Champions from each region that has some form of connection or power relating to spirits and/or souls.: Just wanted… https://t.co/yZAHQUGR7y
## 299                                                                         #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 300           ▶️ League of Legends - Top streams a las 13:28 (Hora ESP)🔥\n\n🥇 #Zeling➖Viewers: 1.119\n🥈 #Esportmaniacos➖Viewers: 1.0… https://t.co/7IwShrZo3h
## 301                I had the most amazing time on stream today playing @LeagueOfLegends! I met some amazing new friends and hit a new… https://t.co/o5npg7QcfJ
## 302               LoL Lee Sin Champie Chibi Spiral Notebook\nhttps://www.redbubble.c ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO
## 303              I can't imagine a world without games.😎😎😎 #LeagueofLegends #StarGuardian #GuardiãsEstelas #ClashLoL #Worlds2021 \nOr… https://t.co/jgILq1DKiR
## 304                                                                                               I want ranked Aram for Christmas #LeagueOfLegends #Christmas
## 305                         It can't be random right?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/thM09d2qTX
## 306                     Riot Games official mobile portal introduce streaming feature #RiotGames #LeagueOfLegends #VALORANT #WildRift… https://t.co/bvjPcwWCbX
## 307            ✨Cosplay News✨ \nThe popular Italian cosplayer "Nymphahri" shows cosplay of K/DA ALL OUT #Ahri from #LeagueOfLegends… https://t.co/qlImdjmGXz
## 308                                                                       This game be like winning +13lp and losing 17lp on ranked games.. \n#LeagueOfLegends
## 309               Attention all summoners in #LeagueOfLegends! Are you struggling to find your footing in the new season? I'm a Jungl… https://t.co/wQElocjZ4e
## 310                             ✨ Star Guardian ✨\n\nAhri teaser✨\n\nPh: @your_palico \nEdit: me\n\n#LeagueOfLegends #ahri #cosplay https://t.co/zq2jWRiX68
## 311               I had an 8 hour depressive episode after a particularly bad bunch of #LeagueOfLegends games and I think I've come t… https://t.co/3tZmsbqN4S
## 312                                                                                                     Me logging on #LeagueOfLegends https://t.co/jF6pMQs09R
## 313           ▶️ League of Legends - Top streams a las 12:18 (Hora ESP)🔥\n\n🥇 #PochiPoom➖Viewers: 683\n🥈 #Cabravoladora➖Viewers: 656… https://t.co/OaQ7lv0yxE
## 314               When life gives you lemons learn how to make a lemon tarts with them😀😂#LemonTree #LeagueOfLegends #LoveIsland #LISA… https://t.co/ydshgrbc0I
## 315               Fun little tier list I made (don't take it too seriously). What champions would be best to form a boy bend?\n#memes… https://t.co/YdenLsARNV
## 316              The other two illustrations I did for my Diagramation final, that had to be inside the book\nBase for the second one… https://t.co/44x2IWMCLK
## 317                                                           Ima start fooling around wit Senna. Literally just now seen what her moves like #LeagueOfLegends
## 318                        This is the only Christmas cosplay I have to share so here u go, some Christmas Jinx from @LeagueOfLegends… https://t.co/nnmIwUGh2C
## 319                        Old Jinx art woop woop #Procreate #arcane #LeagueOfLegends #ArtistOnTwitter #DigitalArtist #digitalartwork… https://t.co/0fQVsSRCsS
## 320                                     new to league from dota pls help me lvl\nign: valentine x\noce server\n\n#LeagueOfLegends #oce https://t.co/RJfp7TKt8Z
## 321                                                                                 Up your #LeagueOfLegends Game! #StrategyGuide #Win https://t.co/38ul3jtORC
## 322              Believe in yourself and you won't need to call people chickens behind their backs! \n\nBecome great. Start with Over… https://t.co/nCU5YWexAs
## 323                                     Irelia of League of Legends! #LeagueOfLegends #LeagueOfLegendsFanArt #Irelia #stablediffusion… https://t.co/z44uWnkHgA
## 324                                                                                                  gg ez game ez life unistall immediately. #LeagueOfLegends
## 325            Yup. There’s 4 pairs of wild green doves in our neighbourhood. Alhamdullilah the environment is conducive &amp; plenty… https://t.co/ciKRYuozkr
## 326                    It really do be like that 👀✨\n\n#animegirl #animememes #streamer #gamergirl #gamer #Fortnite #leagueoflegends… https://t.co/tnAX4lCPtd
## 327           ▶️ League of Legends - Top streams a las 11:08 (Hora ESP)🔥\n\n🥇 #Cabravoladora➖Viewers: 744\n🥈 #PochiPoom➖Viewers: 645… https://t.co/Xvmjp8aS7C
## 328             I'm seeing a trend here\nDeath being portrayed by a furry\n\nDo y'all know any other "death" character portrayed by a… https://t.co/kOCWAlLlUa
## 329                     Thanks Rito\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/Vp9V0vOt2r
## 330               Please consider  jinx in a babydoll dress with pink streaks in her hair to match with vi who got blue streaks in he… https://t.co/yoK2orj49K
## 331                                                                                            fixed her jacket #zeri #LeagueOfLegends https://t.co/jba8OId0UB
## 332               RT @LissetteUzumaki: RT @deviltakoyaki: New merch! 💸 1/7 scale Jinx figure by Myethos, Dragon Ball Super Battle Pre… https://t.co/XuVf0pb5IB
## 333                                                                          I just don’t get the hype around #LeagueOfLegends . Anyone care to enlighten me ?
## 334              Thank you for the game.👇 #Gameplay #LeagueofLegends #LeagueOfLegendsFanArt #FLYWIN #StarGuardians #ClashLoL \nOrigin… https://t.co/Gz9iGf3Acz
## 335               Just clocked the #TwitchRecap ..Apparently I’m in the top 3% of league streamers 😂😂 I had an average of like 3 view… https://t.co/YSFycw7KVY
## 336                                         When an AI can make better lore for Shaco than the actual writers. #LeagueOfLegends #Memes https://t.co/bJOXLwWxLi
## 337                            If you are a fan of League of Legends and interested in buying a Master Yi Sword replica order it now:… https://t.co/jTnFDQIh1Q
## 338                For some reason, the Crocodile King's story from #GenshinImpact's #GeniusInvokationTCG  reminds me of Renekton and… https://t.co/EWa6yBfuxp
## 339                                                                 #leagueoflegends just snatched a riot employee out of the wall AMA https://t.co/meFnnt6m5X
## 340                                  How Each Champ would be like at a Party\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/LGrwdF07Ix
## 341                                                     Bro, just press "E" #leagueoflegends\nPS. im not good at this game at ALL! lol https://t.co/8rgkJEuYta
## 342                     Most Anticipated Esports Tournaments 2023\n\n#esports #esportnews #esportstournament #MostAnticipated #gaming… https://t.co/INE181sNIq
## 343                Hello there!\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/o6A3ZAXqhX
## 344              Calling all League of Legends players! \nAre you a free agent looking for a team, or a team looking for new players?… https://t.co/XYhMSwr4yW
## 345                                                 The game is free to play.❤️❤️❤️ #ArtofLegends #LeagueofLegends #YıldızMuhafızları #Nilah #GuardianasEstelares
## 346               RT @deviltakoyaki: New merch! 💸 1/7 scale Jinx figure by Myethos, Dragon Ball Super Battle Premium set Vol.2, and W… https://t.co/Fl14DIGKzW
## 347                                                                                                   En live sur #LeagueOfLegends ! \nhttps://t.co/9aq5xqRa6G
## 348                                          imagine blitzcrank using the grapple arm to stroke your cock but then he rips it off by accident #LeagueOfLegends
## 349             A pajama guardian fan skin design that I'll do cosplay later\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian… https://t.co/80esZWcgtG
## 350              Do you know what my favorite part is?🔥🔥🔥🔥🔥 #LeagueofLegends #Fanart #mobilegame #ФанАрт #GENGWIN #FLYWIN \nOriginal:… https://t.co/LjV7Ri0E2U
## 351                             Kaisa in tft has another dance...\n#kaisa #tft #starguardian #starguardians #lol #leagueoflegends #lux https://t.co/LSUyAd7t1A
## 352                                                                                                                    nerf Yasuo's Wind Wall #LeagueOfLegends
## 353                  RT LoLMemesBot Garen\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/DiCfCQGDWy
## 354               Today was a lot of milestones 9k Twitter, 2k on Twitch, and MOST IMPORTANTLY I FUCKING GOT TO DIAMOND IN TFT HOLY F… https://t.co/at6k1YOT0C
## 355                                                      Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL
## 356                                                     i love her\n\n#lux #luxleagueoflegends #leagueoflegends #leagueoflegendsfanart https://t.co/VQNDoYFdI0
## 357                                                         I want to play this game. #LeagueofLegends #ArtofLegends #GuardiãsEstelares #TLWIN #YıldızMuhafızı
## 358               New merch! 💸 1/7 scale Jinx figure by Myethos, Dragon Ball Super Battle Premium set Vol.2, and WCF Agatsuma Zenitsu… https://t.co/97eD0iv8Vh
## 359                                                                      I enjoy drawing.🙈 #Gameplay #LeagueofLegends #Worlds2021 #ФанАрт #GuardianasEstelares
## 360                                                            Great for desktop wallpapers right for christmas!❄️🎄\n\n#LeagueOfLegends https://t.co/6rs8HHbWFu
## 361  【League of Legends】Kayn Crying 😭😭😭🤕\n\n#LOL #leagueoflegends #英雄聯盟 #慨影 #kayn #凱特琳 #caitlyn #lolhighlights #lolmoments… https://t.co/f5mcn60fF5
## 362                                                                                             Where ARAM poro king at?? :( #leagueoflegends @LeagueOfLegends
## 363                          "The light inside is what makes me different, and I'm always careful where I shine it." — Lux\n\n#luxlol… https://t.co/QBAN0pIGI2
## 364              Nicolai just dropped another MLBB sue vid. Time for Anti-ML memes round 2\n#memes #meme #funny #lol #leagueoflegends… https://t.co/qPUyvTeyyQ
## 365               What’s the likelihood of Corina and Zeri appearing in Arcane season 2?: Continuuing off my previous post about Cori… https://t.co/ZgkWSxnYDq
## 366                                                          I hope you like them, it took me a long time to do them. #LeagueofLegends https://t.co/9edPJNXBnP
## 367                                                                  I HATE WHITE PEOPLE #LeagueofLegends\n\n🔗 https://t.co/8vBwDnwVc0 https://t.co/x7ot9ISaLi
## 368                     🔔 #LeagueOfLegends down?\n\n🔗 Real-time status: https://t.co/0sAFwk74SR\n\n🔁 RETWEET if you are affected too.… https://t.co/58lXqoccrB
## 369                 Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co/ZSImQrNKU4
## 370             xxiv: \n\nOne win! And i do count it as a win ! . . . unfortunately half of that game was in a different screen 😭 wha… https://t.co/HjQePDCfGE
## 371                                          Quitting league until I find someone who I can duo with cuz all these kids in solo q are dumb af #LeagueOfLegends
## 372                                                                                           It's artistic talent!🤔🤔 #LeagueofLegends https://t.co/TrbiqI8iRK
## 373                                    Why add an item that makes us useless\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/JTG7X0r9BH
## 374                   How ya doin`?\nVisit us: https://t.co/Jtncw61Y4H\n#leagueoflegends #lolgame #lolgamer #rivenstore.com #lolgoods… https://t.co/MTeScfkC5q
## 375               https://t.co/ueyyeijyYN\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #LeagueOfLegendsRule34 #LeagueOfLegendsgenerator… https://t.co/OUo5Wt1KSt
## 376                        Planetary Collision Esports Part 13. First scrim in the books for the Org, and it's a Dub! #series #update… https://t.co/jPl84kvc13
## 377                        Tryndamere learns combo wizard Camille/Kamille  https://t.co/iWKyLVFaUS \n\n#leagueoflegends #stephjmillz #thekamille #camillemains
## 378                            Get jinxed #Jinx #jinxfanart #LeagueOfLegends #AIart #stablediffusion #NovelAI #nijijourney #midjourney https://t.co/JJoaQXNeKE
## 379                      Dark Cosmic Camille – League of Legends fanart by Abigael Giroud\n\n#LeagueofLegends #ArtofLegends #WildRift… https://t.co/k9BUG0m30z
## 380                    Spirit Blossom Camille Skin - Concept 2\n\n#LeagueofLegends #ArtofLegends #WildRift \n\nhttps://t.co/6a754Rpl42 https://t.co/fN6UAXjf1x
## 381               In terms of the videos for #Teemo an general stuff for #LeagueOfLegends it's going smoothly, will see the final results hopefully next week.
## 382                       Spirit Blossom Camille Skin - Concept\n\n#LeagueofLegends #ArtofLegends #WILDRIFT\n\nhttps://t.co/JZKLxeGhCn https://t.co/x4N3ziTdd8
## 383          ROLL TIDE!! I actually won this ffing match suckers!! https://t.co/nzSTj6GndH\n\n#twitch \n#smallstreamer \n#twitchtv\n#LeagueOfLegends \n#Hawaii
## 384               I am now live!\nhttps://t.co/NUohtzJ120\n\n#riven #toplane #lol #leagueoflegends #korean #asian #game #stream #live… https://t.co/j2NrHc3ZpQ
## 385               Check out this video "TUESDAY MINION BEERS -- this' ll be a scuff stream haha internet keeps dropping out, if i los… https://t.co/KT5Z7zU1xD
## 386                                                                      Come watch this amazin stream https://t.co/Ux150nFaBi #Twitch #LeagueOfLegends #Gamer
## 387                               Akali slowhand :) - League Of Legends Wildrift https://t.co/jcwdAkOotd via @YouTube #WildRift #LeagueOfLegends #wildriftindo
## 388                                                          It has been 15 days since the last official update on Project L, the #LeagueOfLegends tag fighter
## 389                                   streaming, come say hi~\nhttps://t.co/tBxIK26XaE\n\n#gaming #leagueoflegends #cute #cosplay #lol https://t.co/HUM3ES8g7I
## 390               Sw33tdwilly just went live! Surprise stream! Chill night - I hope you all have a Merry Christmas / The 1,000 sub dr… https://t.co/BA7zIK20jr
## 391             Are you looking to start the new season of League of Legends off on the right foot?\n\nGet in touch to learn more abo… https://t.co/rhaSiLCvsG
## 392                                    Even Riot playing the game with lags.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/GvkoqHN0Xu
## 393                  14 Games Wuk vs 1.6K Games Irelia...\nWho won?\nObviously... Me (⁠ ⁠˘⁠ ⁠³⁠˘⁠)⁠♥\n\n( Welp... I really went 1/2 out of m… https://t.co/36SlWl7CW2
## 394               Like and Share if you have been fan since day 1\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo… https://t.co/uxN4Lrf9Ri
## 395               If you want to have an international experience with all kind of honorable and respectful talks about everything yo… https://t.co/3JhfZMqChz
## 396                       Chillin   in the batmobile with the bois ama https://t.co/ghxJ6qGpUA  #streams #streamer #Streamers #twitch… https://t.co/E6RoerzxZB
## 397               What is the probability of Corina Veranza from LOR becoming a champion with Renata Glasc being playable: What is th… https://t.co/w2tMtwPmkE
## 398               I am now live!\nhttps://t.co/NUohtzJ120\n\n#riven #toplane #lol #leagueoflegends #korean #asian #game #stream #live… https://t.co/ESOv8CIUfK
## 399               i think I'm going to sleep.. now... *yawn* *bonk* ow. anyways the Bonking Deer is coming to WR on December 21 (prob… https://t.co/BDAdpX02l1
## 400               I’m so glad I finally found this subreddit: Like yes finally something dedicated to lore on Reddit besides Arcane t… https://t.co/Wzxh4NvrNT
## 401                              Check out this League of Legends clip I recorded with https://t.co/ZqABdlYbSv! #LeagueofLegends\n\n🔗… https://t.co/xk5aCuG5v6
## 402                What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/dRN5XU6q2e
## 403                                                                    I have somehow managed to have a solitary 1 RP #LeagueOfLegends https://t.co/sFx2J8PfTu
## 404              League of Legends 1/7 Scale Pre-Painted Figure: K/DA Ahri\nApex\n\nhttps://t.co/gd1ysuCMvd\n\n#LoLFigure #AhriFigure… https://t.co/e2XmBWvBrJ
## 405             xxiv: \n\nWe are in a 4 game losing streak in #LeagueOfLegends . . . THAT MUST CHANGE ! Join me while i play #Riven t… https://t.co/WvpATjD01N
## 406               @riotgames are you serious!? I cannot believe how sensitive the “ZTP” is in game. Chatting with my OWN team about k… https://t.co/QU9hTvMDR4
## 407               Likes, please!!\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg… https://t.co/ath86pMqfK
## 408                This week's schedule! A whole bunch of snow this week so that might change plans a little this week! But I will be… https://t.co/w8rudwYkvp
## 409                       Yuumi is a really good champion for people with disabilities. I hope the new rework doesn't mess with that. #league #LeagueOfLegends
## 410                                                                                                  Jungler problems #LeagueOfLegends https://t.co/z6qoFJCdld
## 411                         #LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #lol #streaming #streamer #gaming #gamer #riot… https://t.co/MfNCqwjg8V
## 412                                                                                       Zac support feels so op #LeagueOfLegends #gamingcommunity #leaguetwt
## 413                                                                                                            #LeagueOfLegends  hello https://t.co/WnSDFDySzs
## 414                         Talk about a close call on #LeagueOfLegends! I got bailed out!\n#YouTube #Twitch #streamer #gaming #clutch https://t.co/jyuCNX4UH5
## 415                               New year Ahri\n#ahri #LeagueOfLegendsFanArt #leagueoflegends #ArtistOnTwitter #ArtofLegends #NewYear https://t.co/UaxupCZoJt
## 416                           If I send you a 3* with max items and ask you to send it back cus I wanna re do the items… send it back 😭😭😭#TFT #LeagueOfLegends
## 417                 Zoe creadora de mitos \n.\n\n❤️       ≡       ➭    ⌂\nᴸⁱᵏᵉ  ᶜᵒᵐᵐᵉⁿᵗ  ˢʰᵃʳᵉ  ˢᵃᵛᵉ\n.\n#LeagueOfLegends #zoe #zoelol… https://t.co/rgpMju3Iyu
## 418                                       Sick W Flash on jhin to clean up ‼️\n#LeagueOfLegends #Adc #StreamerCommunity #ContentCreator https://t.co/wCdKFAscuT
## 419            Seraphine | League of Legends 💕💕\nInstagram: @mellnogas\nWig Style: TBZ1169\n✨https://t.co/qC5GmPq7Gh\n\n#cosplaybuzz… https://t.co/X6Lw9LhW5h
## 420               Sure is\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios… https://t.co/3iPclkVaUa
## 421                        Trying this again! https://t.co/FFxjGNUcVO! QotD: What was the best game released this year? #twitch #twitchstream #LeagueOfLegends
## 422             https://t.co/cdatFTCVbY\n\nLeague Of Legends Wild Rift Game Online Generator Hack Cheat\n\n#wildrift #leagueoflegends… https://t.co/lEFYIQxixy
## 423                    Christmas Ahri ☃️ Listened to Twice “Doughnut” while creating this 😊 #Ahri #LeagueOfLegends #LeagueOfLegendsArt… https://t.co/fr4f1VX36f
## 424                                                       played league today #LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios #Alune https://t.co/tC14OhVryS
## 425                 How ya doin`?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg… https://t.co/3F8ow6a4iX
## 426              LEAGUE OF LEGENDS GOLD GENERATOR #lol #gaming #videogames #streamer #highlights #stream #leagueoflegends #fyp #fypツ… https://t.co/wVr5pAzi1F
## 427                                                               Cool clip from today's stream! Some guys got ORNNED #LeagueOfLegends https://t.co/1VCVwPgduv
## 428                NickyBoi: The Lore of Every LoL Champion Dumbed Down To A Single Setence! https://t.co/4UZN0HePt1 #YouTube #Gaming… https://t.co/GRYWhKP8ED
## 429           ▶️ League of Legends - Top streams a las 02:30 (Hora ESP)🔥\n\n🥇 #ElmiilloR➖Viewers: 5.558\n🥈 #BarbaKahn➖Viewers: 4.424… https://t.co/tdqyJbM668
## 430                         Damn why is it so hard to get the last champ to a 3 star champ for this TFT "the old guard" mission. #tft… https://t.co/mXxNrBq36W
## 431                 Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune… https://t.co/fu3xWUu8Qv
## 432                  Check out my video! #LeagueofLegends | Captured by #Outplayed #mad #late #game #kyle #gg #1vs3 #fun #baron #buff… https://t.co/92DYluWGnr
## 433                                                                             he is 😳\n#LeagueOfLegends #LeagueOfLegendsFanArt #Yone https://t.co/ouL0QxGGnM
## 434             I'm not wearing pants, or am I? Playing with viewers of all levels, from pro to beginner. \n\nhttps://t.co/d9OFvvygJ5… https://t.co/RBy8M33aNY
## 435                Check out my video! #LeagueofLegends | Captured by #Outplayed #senna#top #new #tank #gg #win #game #bot #push #fun… https://t.co/f4GNv0gq9c
## 436                    Mission failed, on to the next\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/3WfjW7H3XG
## 437                                  It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends… https://t.co/nxjNh6H9Hs
## 438                                                         Tuesday League, on Tuesday. Cause that's the schedule. \nhttps://t.co/l8XcEyvEwC\n#leagueoflegends
## 439             The eternal root\n🎬LOL COTD\n\n#morgana #leagueoflegends #argentina #ncaa #sports #esports #lol #lolclips #videogames… https://t.co/ID50FrJMRz
## 440                                                        Saying top diff at the end of the game as i fed throughout #LeagueOfLegends https://t.co/kxdDegdh0W
## 441                                                  Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 442                                                  @zainabjiwa @spidereyez1 Diana is that you? #leagueoflegends \nVery beautiful! 🥰🥰 https://t.co/V94pesxm9j
## 443                        League of Swamps until I got raid // Subathon day 1 to raise money for my schooling \n#ENVtubers  #Vtubers… https://t.co/vSztkt7Khf
## 444               They should Change Kai’sa lore so she is older when she feel into the Void.: I think that Kai’sa sexual design is u… https://t.co/GrhEoGLFTs
## 445                          [420] Back to League plays !discord !tiktok https://t.co/RFdVg2Z7HY\n#league #lol #leagueoflegends #live… https://t.co/JXjmcsy0H8
## 446                                    Let's play some games with everyone :3 Chill games and fun times. #Vtubers #LeagueOfLegends \n\nhttps://t.co/gBKuMCNYe9
## 447           ▶️ League of Legends - Top streams a las 01:20 (Hora ESP)🔥\n\n🥇 #Nissaxter➖Viewers: 4.280\n🥈 #ElOjoNinja➖Viewers: 1.24… https://t.co/Ih1HVoACuJ
## 448                         So much mean jargon\nI am building Teflon skin,\nOne loss at a time.\n#haiku98 #haikuchallenge #haikufeels #haiku #LeagueOfLegends
## 449              Jungle gap, mid gap\nFlame your squad, they're in the wrong\nGive up too early.\n#haiku97 #haikuchallenge #haikufeels #haiku #LeagueOfLegends
## 450                   my baby girls fav ship apparently\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #RaXayah #RakanFanart #XayahFanart… https://t.co/90WIT0oMBs
## 451                     Addiction? Maybe\nForever climbing ranked que\nIt's my teammate's fault.\n#haiku96 #haikuchallenge #haikufeels #haiku #LeagueOfLegends
## 452               Going live now! last time before Christmas!! get in here and wish me luck on my #GenshinImpact pulls then come play… https://t.co/hu4ukI6BfW
## 453                           Like and Share if you have been fan since day 1\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#lolgoods… https://t.co/pvBOFcIgXF
## 454                    Ah yes my second 3D art and I'm starting to get the hang of it \n#sfm #ahri #kasumi #LeagueOfLegends #Paladins… https://t.co/ORP7XAWyBy
## 455               We are back at it with some #LeagueofLegends with some friendos! Will be playing some ranked, ARAMS, Norms, just al… https://t.co/df6QZWDDJ5
## 456                          Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising… https://t.co/kbS8zQzfx8
## 457                                                                                live on bonecas!\n#venusvitoria #leagueoflegends\n\nhttps://t.co/tQ8JIJTSkZ
## 458                  I said what I said\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends… https://t.co/1YxSef2kMI
## 459                                                                           I did it for the memes. #Rakan #LeagueofLegends #Support https://t.co/smrxcLTQZz
## 460                Yoo check out my twitch channel and enjoy some Viego/Lillia jungle gameplay + active talking✌🏻\n\nGER/ENG\n#twitch… https://t.co/2d5Ig41Hjz
## 461                          Vex fanart, not my best, we live, we learn, we try again.\n\n#vex #leagueoflegends #leagueoflegendsfanart https://t.co/PCQjez817S
## 462               Gonna have to take a #stream break for tonight guys! Next stream will be a #LeagueofLegends casual run. The squad w… https://t.co/EeauMdE0FJ
## 463               Well...  you know ARAM would be fun to be turned into a rank as well. It's my fav. mode beside the good old classic… https://t.co/dvTziB7zRH
## 464               Gonna have to take a #stream break for tonight guys! Next stream will be a #LeagueofLegends casual run. The squad w… https://t.co/OHGsiEQbu3
## 465                                        My friends love playing league with me... :3\n#leagueoflegends #Vtuber #ENVtubers #ENVtuber https://t.co/uWgYlh1pZ2
## 466              Likes, please!!\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lolstuff https://t.co/knnWp0Tyzr
## 467                 🎉HELLO ANY GAMERS AROUND? Stream is live after a 2 day break 😎\n\nTwitch . tv / Nana\n\n#leagueoflegends #twitch #twitchtv #twitchstreamer
## 468             #LeagueOfLegends\n#Skullgirls \nLet me be frank here; if you think, letting house run the vegas strip is a good idea;… https://t.co/lQM8x1GFSn
## 469          Recently, a #leagueoflegends streaming tried to come back to streaming.\n\n@Avaail \nhttps://t.co/IFWpi5uZcK\n\n(Boyfrie… https://t.co/zPiePUKND5
## 470            ▶️ League of Legends - Top streams a las 00:10 (Hora ESP)🔥\n\n🥇 #Nissaxter➖Viewers: 3.366\n🥈 #ElOjoNinja➖Viewers: 976… https://t.co/rtck8Mpecx
## 471                                                                                                       Toplane is objectively the most fun #leagueoflegends
## 472                Pantheon sketches but I forgot to draw a fuckton of stuff on their design lmao. Even forgot his helmet ears in the… https://t.co/yKPQkJCopI
## 473                        GOD SAMIRA GAMEPLAY https://t.co/XukLhNR72K #twitch #leagueoflegends #league #gamer #ContentCreator #stream https://t.co/eJrQn9MRxW
## 474               Who remembers that?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/5hpHnzTxNN
## 475                                 At least I can go play League of Legends with my online friends 🥺 #LeagueOfLegends #TwitchAffilate https://t.co/9yAIvcvbZ9
## 476                  Turret PLEASE. Halp!\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/STI0epiBzA
## 477                  🧧🎞️ Prestige Mythmaker #Sivir - Animated Lobby #Overlay\n\n✅LINK :  https://t.co/1kfHE5jjt6\n\n-----------------… https://t.co/I85Jg0gZGd
## 478                     POV: Zoolander but  League of Legends https://t.co/GpWicxSVTW via @YouTube #leagueoflegends #lol #customskins… https://t.co/rsRmeMevW5
## 479            #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing L… https://t.co/l4Tg5aMzYF
## 480           "Jinx? Stands for Jinx! Durr."\n✨\n\n#Jinx #LeagueOfLegends #illustration #art #comissionsopen #ArtistOnTwitter #90sArt https://t.co/TJyiI54YHm
## 481                  When I'm not reading SPYxFamily, I'm reading Enticing My Wife, the Rising Star!\n \n#leagueoflegends #plzsupport… https://t.co/kr4VkAXOrs
## 482                 I will leave Syndra here and go to sleep\n#LeagueOfLegends #LeagueOfLegendsFanArt #Syndra #SyndraFanArt #PixelArt… https://t.co/h5zySvIMhM
## 483                                   Christmas week starts RIGHT NOW! Some fun streams ahead on the schedule so be sure to stop by!🎄… https://t.co/L8Vb7mecTx
## 484                      This Tuesday #stream has BEGUN!! Let's do this!!\n\n#gaymer #gay #LGBT #streamer #streaming #twitchaffiliate… https://t.co/A2K19ZVzNz
## 485                                                              He's looking for Kalista 🥺❤️\n\n#ledros #LeagueOfLegends #ArtofLegends https://t.co/4wfH5zdAic
## 486               The second upload of today goes over the youngest players heading into Spring Split 2023 across the four major regi… https://t.co/lhdmb7wBq7
## 487                  My drawing for the LoL Christmas art collab on Instagram🌲\n\n#porocollab22 #forestrat #forestratart #vi #caitlyn… https://t.co/n5t9CUCfec
## 488                               Twitter suspended my account for making too awesome of content. This is my formal response to them.… https://t.co/bHhpiVUulA
## 489                         So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecnoKrZ
## 490                           I'm back baby, took a little break from streaming, but back better than ever with some #LeagueOfLegends… https://t.co/3wzT2Qk1Wc
## 491                 jesse we must burst enemy champions with % health damage jesse\n#memes #meme #funny #lol #leagueoflegends #Arcane… https://t.co/rnUrbPZ4Ka
## 492                                                         Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 493                     KDA All Out Seraphine 💜\n#LeagueOfLegends #kda #seraphine #LeagueOfLegendsFanArt #art #fanart #LoLFanart #draw https://t.co/VNkzhg2XV1
## 494             This is the worst team I have ever played with in my life\nWhen we finally get on the point everyone dies\nI understa… https://t.co/KFXKqfsSSh
## 495               Okay... sooo still suck at #LeagueOfLegends and even worse at #CallofDutyModernWarfare2 but... what counts is the f… https://t.co/R1aXmlzM6T
## 496                                                                                       Oh le carnage! #LeagueofLegends #MissFortune https://t.co/qYRdbifrus
## 497               I'll be doing a variety stream today with a few diff games while having old school MadTV as background noise! Start… https://t.co/xcA8LQ9Gfu
## 498                     Like and Share if you have been fan since day 1\nVisit us: https://t.co/Jtncw61Y4H\n#leagueoflegends #lolgame… https://t.co/SOf6BEbYte
## 499               @porterrobinson 's Everything Goes On sounds a little too similar to the main intro melody/1:36 of this song from a… https://t.co/iMube2sHiT
## 500                   Vex carries things somewhere, huh, i guess I'll show you where she goes soon!\n\n#Vex #pixelart #LeagueOfLegends https://t.co/BvjEPmdVqj
## 501                      Werlyb Proplayer Flash #LeagueofLegends #LeagueofLegendsEspañol #Werlyb #WerlybClips #Heretics #TeamHeretics… https://t.co/imITRdTwyv
## 502               Now that Zeri is actually good in #LeagueOfLegends again I have descended into the depths of depravity to perform a… https://t.co/Ty0LoslqS5
## 503                                    Why add an item that makes us useless\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/B1g1SfqsGC
## 504                What should be the ending of future disasters in your opinion?: Like the void event or darkins rising again Should… https://t.co/492myyScy5
## 505                          League of Legends Season 13 - release date, system changes, ASU and CGU, skins, rework, patch 13.1, more… https://t.co/VvtJ3AJ6BR
## 506                 ❗️TONIGHT❗️\nRemember Mortals at 8pm EST League of Vtubers Begins!\n\nFeaturing:\n@AyaMallowmarsh\n@ChronusDragos… https://t.co/ms1lnVq0Fa
## 507                               Sylas is done! Im pretty sure i will finish this till Christmas, but i think i have to post more...… https://t.co/2oeN8T46mJ
## 508              stream time lets chitchat😋 \n#streamer #LeagueOfLegends #lol #TwitchAffilate #twitch #twitchgirls #women #gaminglife… https://t.co/1aY0F5k4Lr
## 509               Has there ever been complaints about how the world building of LOL is so sloopy... Most fantasy games follow a them… https://t.co/6yHO75ycC1
## 510                                             Review Championship LeBlanc Unlocked Statue!\n\nhttps://t.co/jGmYmOGW8C\n\n#leblanc #unlocked #LeagueOfLegends
## 511                          Last week before MPL S3 Finals 🔥🎮🖱📱❤️\n\nWatch all MPL Live streams 👇🏻 \nhttps://t.co/xNaMAPKPP2 \n\n#MPL… https://t.co/Z3dDaQD3X7
## 512                   🔴GOING LIVE 8PM EST🔴\n\n[LEAGUE OF LEGENDS] League? league? league? @AyaMallowmarsh @ChronusDragos @ZephyrRebel… https://t.co/9zMyoK7nEO
## 513                              Never end on a loss #LeagueOfLegends #soloqueue #ranked #competitive #summonersrift #aram #holioholio https://t.co/Ebam5vOIE5
## 514                                                  Ganking success rate📈\n\nhttps://t.co/6zj4tOAQa4\n\n#leagueoflegends\n#leagueoflegendsguide\n#jungleguide
## 515               Sure is\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios… https://t.co/eYXqgUMz4Z
## 516                                       guys PRESEASON IS CHAOS but going live regardless 😅\n\ntwitch . tv / eternalxena\n\n#LeagueOfLegends #twitchstreamer
## 517                                                                      https://t.co/Ftw2UKjFHi learning darius  \n\n#leagueoflegends\n#LeagueOfLegendsFanArt
## 518                                                                      📣 I'm starting 🔴 LIVE on #LeagueofLegends !  https://t.co/g3eup9FxWW #wizebot #twitch
## 519          ▶️ League of Legends - Top streams a las 20:40 (Hora ESP)🔥\n\n🥇 #ElmiilloR➖Viewers: 5.594\n🥈 #PePiiNeRO➖Viewers: 454\n🥉… https://t.co/wWWbGM67VU
## 520                                                           G R A B ME #shorts #leagueoflegends #lol #gaming #lolshorts https://t.co/RzUJBBkfmC via @YouTube
## 521               I take my hat off to all the people who finish their jobs and get back home to improve in League of legends, HOLY .… https://t.co/u4EuT0s8AM
## 522               One of the stage pictures from @animenebraskon I had so much fun and it’s nice to reflect on the year looking at so… https://t.co/S5OmAcb2pl
## 523                                                               am i stirring the pot here?\n@NEACETWEETS \n#LeagueOfLegends #neace\nhttps://t.co/OUrnHNSiKB
## 524                                                            #LeagueOfLegends\n... some most western people, just have the TOON look https://t.co/Fj7HJYvsgV
## 525                      #LeagueOfLegends \nYou know;some people irl ACTUALLY look like ANIME not even lying! Them genetics. NOT LYING https://t.co/RWzdnpCXQe
## 526                 I can't wait to see what happens next! Click the link below and join my struggle!\n \n#leagueoflegends #animeboys… https://t.co/1YpwOU58gl
## 527                 Likes, please!!\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#leagueoflegends #lolgame #lolgamer #rivenstore.com… https://t.co/MwPkw44sNj
## 528                                                                                                                    nerf Yasuo's Wind Wall #LeagueOfLegends
## 529             CRITICAL YONE vs AD YONE FULL BUILD FIGHTS\n\n⚡️Don't forget to take a look at our page and subscribe and if you like… https://t.co/xn5B0WiEab
## 530                                                        just another Vex gameplay. ☺️\n\n#lolwr\n#LeagueOfLegends \n#gaming \n#KonTV https://t.co/pa8SyQCYz4
## 531                Veigar being held like burger is my favorite genre of image to draw\n\n#LeagueOfLegends #ArtofLegends #mordekaiser… https://t.co/GftuPYYLcQ
## 532                                                   Dear ADC stop running from me if I try to heal you sincerely a support player #LeagueOfLegends #VTuberEN
## 533              just play goddamn jungle\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/CNTcsPpeZ2
## 534           ▶️ League of Legends - Top streams a las 19:58 (Hora ESP)🔥\n\n🥇 #ElmiilloR➖Viewers: 5.036\n🥈 #Werlyb➖Viewers: 2.566\n🥉… https://t.co/j8TIeT5FKE
## 535                                    What would you say about animated effects for the League of Legends card? #lol #LeagueOfLegends https://t.co/vMApSYdMSj
## 536                                     Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce
## 537                  Some Jinx art from last night’s stream\n\n#nomadsculpt #substancepainter #Photoshop #illustration #art #modeling… https://t.co/1hj4Ow5PZE
## 538                Day 37 of @LeagueOfLegends quotes:\n\nIt is terrible to be satisfied. The world needs us to chase dreams.\n-Illaoi… https://t.co/mwptKSxyTS
## 539                                              League is becoming so shit that you cannot dance on Aram without getting attacked anymore :/ #LeagueOfLegends
## 540               Today’s blog is about the infamous League of Legends - what is it, and how did it become such a popular esports tit… https://t.co/qORKx9LZtn
## 541                      WE ARE LIVE!!!\nhttps://t.co/ItaMMfUoBV\n#smallstreamer #twitch #twitchstreamer #cod #apexlegends #minecraft… https://t.co/uGFA9PPwkL
## 542                        Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1fO9hrkqi
## 543                What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/FI6F93FsFk
## 544           League of Legends: Riot Games make changes to Abyssal Mask in patch 13.1\n\nhttps://t.co/YFhZMYALSj\n\n#LeagueOfLegends… https://t.co/fr8qDSWRKA
## 545                           "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 546                  ✨Lolita Design✨\n\nLink, Slytherin, Jinx Lolita, which one do you prefer?\n\nhttps://t.co/fOsRwCIbbX\n\n#zelda… https://t.co/cCWiFXrdEY
## 547               https://t.co/h0sTUlVj3B Dark tides of Runeterra session 99 - Twists and turns.  Next session is the big one, so clo… https://t.co/CpyJD5ClEW
## 548                   Hey what's up guys! Streaming for fun, so feel free to hop on in!\nhttps://t.co/B9pZB2Jjb3 #TTV #Streamer #Live… https://t.co/Rqn0eEUBmq
## 549                  Christmas is here enjoy with us use the code" CHRISTMAS" for the best smurf accounts ❄⛄\n#LeagueOfLegends  #lol… https://t.co/TtngQCynKZ
## 550                I wanna go snowboarding..\n#twitch #streamer #snowboard #LeagueOfLegends #riven #toplane\n\nhttps://t.co/YHl7XBdGzz https://t.co/0zOJgGYoZs
## 551                                                                                                          @YouTube Shorts #shorts @YouTube #LeagueOfLegends
## 552                          Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising… https://t.co/VMJxhvVhdE
## 553               LoL Master Yi Champie Chibi Classic T-Shirt\nhttps://www.redbubble ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO
## 554                       Day 36 of @LeagueOfLegends quotes:\n\nBearded Lady, Nagakabouros, names don't matter! Action does.\n-Illaoi… https://t.co/5XUEmL8l19
## 555                        I hit 20 followers on #twitch today! Next goal is #twitchaffiliate. Who's coming along for this wild ride?… https://t.co/vZL3pbfljv
## 556                                                           Teletegram!\n#LeagueOfLegends\n@lumikaneko\nColin neagu (supernova) misses your cumyfilled cunny
## 557                            Last stream before Christmas! Come join for chaos on the rift! Open lobby! \n\nhttps://t.co/byTVqdH5lP… https://t.co/hBNvlBUw2H
## 558               The lack of support for solo queue players in #leagueoflegends is unacceptable. It's time for Riot to start focusin… https://t.co/Dla407cfQr
## 559               The moderator told dot LA that ironically, the FTX sponsorship discussion aside, advertising or promoting #crypto o… https://t.co/EW0FfMnfx8
## 560                                                                                                      Pentakill! 💪 #LeagueOfLegends https://t.co/KABQHeI4hU
## 561                                                           YEZZZZIIR!!! 🔥 Let's go! 💪💪💪\nShow your love people!\n\n#LeagueOfLegends https://t.co/ba9vagJK16
## 562                           It’s league day with Master @/MacAnu7!!! I’m so excited Link Below #VTuberEN #LeagueOfLegends #lewdtuber https://t.co/Uf1026h7Xm
## 563                                                                                                 DUNK!!\n271 PTS\n#Dunkmaster🏀 #FeelIonia🍃#LeagueOfLegends👊
## 564         We're having a joint QUB Dragonslayers &amp; QUB Esports League Night!📢\n\nJoin us in the Dragonslayer discord server 7pm… https://t.co/9XCgMYyuY6
## 565               Just lost my lane in #LeagueOfLegends and it feels exactly like when I failed my exams. Looks like I need to hit th… https://t.co/TYvxorVC11
## 566                        Day 20 of daily fanart in December\n\nToday I rolled Kaisa\n\n#fanart #Kaisa #kaisafanart #LeagueOfLegends… https://t.co/JnrRgN3m5h
## 567                                                                                               Best day of my life #leagueoflegends https://t.co/SdKwDw20lf
## 568             You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager… https://t.co/nNoRAkSYL7
## 569                                        Naik Master 🔥🔥\nThank You @riotgames\n#WildRift \n#LeagueOfLegends https://t.co/0Kz9TzvClE… https://t.co/jzUwIfKu3t
## 570               Self promo is ALLOWED in my chat.. lurkers welcome.. c'mon folks I'm so damn close to affiliate. Then we can do emo… https://t.co/IX8M11WN12
## 571                                                                                           Peep the damage👀🔥 #LeagueOfLegends #aram https://t.co/upj1RRBtTz
## 572                     How ya doin`?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/Z1sVIdD5gC
## 573               Whatever happened to #LeagueOfLegends's weird, random champs? Like, Rammus doesn't have some epic backstory, backst… https://t.co/xik7rCDSXg
## 574                       How not to play League With The Pup AlphaWolfUni\n#LeagueOfLegends \n#VtubersEN \n#VTuberUprising \nLive Links in the comments below
## 575                                                                   In my Ahri phase💕✌️ #ahri #spiritblossom #LeagueOfLegends #fanart https://t.co/YvikrbSnRh
## 576           ▶️ League of Legends - Top streams a las 18:06 (Hora ESP)🔥\n\n🥇 #ElmiilloR➖Viewers: 4.386\n🥈 #Werlyb➖Viewers: 1.862\n🥉… https://t.co/KjzQokvi3U
## 577                                             How many gamers are playing? League of Legends Live Player Count https://t.co/hgOmmmRAOG #leagueoflegends #lol
## 578                   https://t.co/1aa1wsLIJB - League Tuesday - More Casual ARAM #ENVtuber #VTuberUprising #PNGtubers #LGBTQFriendly… https://t.co/32JE0a2Y74
## 579                It's almost impossible not to... 😇\n\n#gaming #halo #esports #esport #twitch #valorant #leagueoflegends #overwatch… https://t.co/TUJ3RrdcpJ
## 580                A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/G9wlv86Tlz
## 581               Just want to share with you all this amazing piece of art made by the amazing petite_kissu from Mexico, take a look… https://t.co/mMvEuFehit
## 582                                                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/c236LRp50n
## 583                 Finally back 😊\nhttps://t.co/6YKzHgprSM\n\n #twitchstreamer #twitchaffiliate #twitchtv #VALORANT #LeagueOfLegends… https://t.co/kFFkeuSjou
## 584                Hello there!\nLove LoL? Visit us: https://t.co/JrAiMSX6DJ\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/jhwlwLQNaz
## 585                This pre-season is going to be very interesting meta wise. These Tank/Bruiser changes are going to make drafting a… https://t.co/Jt6LoKdeGN
## 586                      I just want to play a single-player game... 😑\n\n#gaming #twitch #valorant #leagueoflegends #overwatch #csgo… https://t.co/r0qRWU2SW6
## 587               You know, yesterday I dedicated myself to making a calendar with each release date of the LoL champions, noticing s… https://t.co/IQRJPB2Pr0
## 588                                                                                  #ArtofLegends #LeagueOfLegends \nI made a legend. https://t.co/PFQRKlQ3al
## 589                  hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends… https://t.co/Rr9NtSO8G7
## 590                                                      everything goes on 🎶\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian https://t.co/q74QTSWpH9
## 591               Transfer your non-SEA Riot LoL account to SEA server for 1 BE\nREAD: https://t.co/bnymNl1OJe\n#LeagueOfLegends #LoL… https://t.co/kB0olSQv1h
## 592                 My LCK tier list is complete with the offseason all but officially over. #LeagueOfLegends #lck #t1fighting #gobro… https://t.co/X2P92gOoJR
## 593                                                                       I've had issues with this one.👏👏👏 #LeagueofLegends #TLWIN #StarGuardians #КосплейLoL
## 594            Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock… https://t.co/pdrGsAzSSq
## 595                    New Video Up on YT!!! Had to repost was having a weird bug\n\n#LeagueOfLegends #league #gaming #gamer #LGBTQIA… https://t.co/wkX9WZNpdb
## 596                          Do any of you play these games?\n#gamingcommunity #gaming #gamer #games #valorant #Fortnite #Warzone2 #LeagueOfLegends #riotgames
## 597                  Wait...It's all just Neace Tips?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/jy9lCnuR3d
## 598                          gonna clutch this costume before cosmatsuri day 2 ㅠㅠ\n\n#viktor #viktorarcane #arcane #leagueoflegends… https://t.co/0X86k3IO6R
## 599                        Like and Share if you have been fan since day 1\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys… https://t.co/caJLk0GQAb
## 600                     Evelynn Master Study - League of Runtera\n#leagueoflegends #leagueoflegendsfanart #characterdesign #conceptart https://t.co/40hbds8Kvn
## 601                                                I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 602                       Season 13 EXPERIMENTAL BUILDS - https://t.co/ey2HKoTGeg\n-\n-\n-\n#cannabis #comechill #giveaway #Giveaways… https://t.co/Dl5t9AozL0
## 603               POTENTIAL CLASSES/EXPERTISE IN RIOTS MMO?: Hi all! I have a theory regarding the mastery names in League of Legends… https://t.co/P7aX3J27HX
## 604                                                                        It's 61st day of SIMP waiting for MALE FURRY CHAMP 😉#SIMPiswaiting #LeagueOfLegends
## 605                 guns out\n\n#jinx #jinxfanart #jinxarcane #arcanefanart #arcane #ArcaneArt #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/Q22crRC9uW
## 606                                                        Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 607                Breakfast of champions before the #livestream today on #twitch. Join me and my wife for some #tft #leagueoflegends… https://t.co/4Sp1OQbWWN
## 608                                                             Pick your champion!\n#LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios https://t.co/gHYnoZ0SE6
## 609                                                         "Let me guide you."\n\n#HolMat2022 #LeagueOfLegends #soraka #cosplayergirl https://t.co/FKiN3D4nxl
## 610          ▶️ League of Legends - Top streams a las 15:46 (Hora ESP)🔥\n\n🥇 #Esportmaniacos➖Viewers: 3.515\n🥈 #KXMI➖Viewers: 713\n🥉… https://t.co/xMIRpGJUnB
## 611                                                                              Trust me bro. 🙃\n\n#ankoragg #LeagueOfLegends #balkan https://t.co/6QrTozpuDc
## 612                                  Tuesday Short!\n\nMr. Quadra's Insane Game Part 2 #shorts #trending #leagueoflegends https://t.co/MjkAcdTrf5 via @YouTube
## 613                          Uploaded a small Xayah montage on Tiktok if anyone's interested in it!\n#League #LeagueOfLegends #Twitch… https://t.co/GZy4jjppol
## 614                              Check out this League of Legends clip I recorded with https://t.co/7z9D9QPLlB! #LeagueofLegends\n\n🔗… https://t.co/83xTvI7915
## 615              Opened my LoL skin shop today and I seriously want to cry, bc I want/need nearly all of them T_T\nWhy did you do thi… https://t.co/yu3WM9X9VK
## 616                  #arcana concept for #Nami as the card #temperance of the major arcana :)\nIt’s my first time making a #splashart… https://t.co/eJxVYbb37x
## 617                     Tavern in Zaun: Viktor and Karma: submitted by  /u/colorisandoo  \n [link] [comments] https://t.co/VLjARCQvxy… https://t.co/fSrhmQmbRS
## 618                                    AI art is so cool!\nhttps://t.co/55da8S425V ~ check out my new video ❤️🧡💛💚💙💜\n#LeagueOfLegends #twitch #streaming #soloq
## 619             ✨League of Legends Cosplay✨\n\nLeague of Legends Jinx Christmas, do you like?\n\nhttps://t.co/W6et6YnzPW\n\n#arcane… https://t.co/5uFBlXb4V3
## 620               Who remembers that?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/dhmo5bqiiA
## 621                Guide: How to Unlink Your Garena LoL account from Riot Games\nREAD: https://t.co/zC9MVMPpKQ\n#LeagueOfLegends #LoL… https://t.co/pKceeiWXnb
## 622                                                                                      Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 623             Anyone wanna play some Wild Rift with me? XD\n\nI snagged a pentakill with Gwen earlier. I barely play this champ but… https://t.co/0PATf5SeYp
## 624                                                                       #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 625          ▶️ League of Legends - Top streams a las 15:18 (Hora ESP)🔥\n\n🥇 #Esportmaniacos➖Viewers: 2.723\n🥈 #KXMI➖Viewers: 741\n🥉… https://t.co/88ZxfcYUwx
## 626                                       Vayne of League of Legends! #LeagueOfLegends #LeagueOfLegendsFanArt #Vayne #stablediffusion… https://t.co/3zoEKeMMIB
## 627                 3-0 ??? GOLD SOON TM version 2 success.\ncome for the last game!! #LeagueOfLegends  \n \nMAY THE WIN COME WITH ME. https://t.co/Su1l8KRapQ
## 628                                                                       I wanted to do something charming\n\n#LeagueOfLegends #Varus https://t.co/lxeUhuihc5
## 629           hello, i am trying to find mutuals \nmy twitter is a little dry T_T  \n\ni am Anna, 16.\ni play league mostly but i als… https://t.co/wnwEP9hXhH
## 630                                                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/d8v1w81JND
## 631                     Thanks Rito\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/6G8J8y6A4s
## 632                      The Future of Xbox Game Pass with Riot Games\n\nSamuel has some thoughts to share on the partnership between… https://t.co/16FwgEWZJK
## 633               @shingojira__ Hey Dana! Bless you! And thank you so much for sharing this everywhere and anywhere! That's so amazin… https://t.co/fcVlGUZXVx
## 634                 League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers… https://t.co/q7IFnOBZwb
## 635             💜 Star Guardian Xayah and Rakan 💚\n\n🎨 Artist: Chutipa Duangmanee\n🌐 Platform: Artstation\n\n#leagueoflegends #fanart… https://t.co/30vbc8Wwv2
## 636               LCS is kicking off its Spring Split on 26th January and will feature two super weeks! 🙌\n\n#LCS #LeagueOfLegends \n\nhttps://t.co/tdIACh9Ypj
## 637                          Concept: https://t.co/gB85jmZRWy\nProject: https://t.co/TmzRe6fJjX\nYone © Riot Games 2022\n\n#riotgames… https://t.co/yiDgYTXzqC
## 638                 2019/2022😳\nMy journey started with simple sketches. And in 2021, I started drawing consciously.\n#SkillNotTalent… https://t.co/lh65JKbWOC
## 639         @FlyQuest announced their line-up for LCS 2023.\nRoster includes:\n• Impact\n• Spica\n• Vicla\n• Prince\n• Eyla\n\nFollow… https://t.co/4QrRYPDej2
## 640                      Playing amumu support, we give out hugs! :D\nhttps://t.co/aFrgSroO5P\n#twitchstreamer #twitch #smallstreamer… https://t.co/fLsCIrjz24
## 641                                                                 Good news for Poppy mains.\n\n#LeagueOfLegends #Riot #news #gaming https://t.co/kfeMnDYn2R
## 642                    https://t.co/E5EKvudIGB  Making this Lux Rage quit after first blood 3 mins into game. They FF 2 mins later. 🤣… https://t.co/L1FfeYDem9
## 643              What do you think?\nVisit us: https://t.co/Jtncw61Y4H\n#leagueoflegends #lolgame #lolgamer #rivenstore.com #lolgoods… https://t.co/SriikX9HMZ
## 644                                                                                 Bard tips #LeagueOfLegends  #riotgames #bard #Tips https://t.co/fVX4hjC1uf
## 645           ▶️ League of Legends - Top streams a las 14:08 (Hora ESP)🔥\n\n🥇 #lupasi12➖Viewers: 1.090\n🥈 #Esportmaniacos➖Viewers: 6… https://t.co/MKCKR2TI4a
## 646                        The Best Lillia Player ever!\n\n#WildRift #LeagueOfLegends #Youtube #NewVideoAlert\nhttps://t.co/nqjpHgAZAC https://t.co/D0AWE2sJHG
## 647                     Bunny Seraphine from League of Legends by AngieV 🔥\n\n#gaming #Bunny #Seraphine #Leagueoflegends #lol #arcane… https://t.co/0YhPFBEkA6
## 648                  Like clockwork\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/dYU0hHy1Cr
## 649                                                        Even more crappy doodles yaaay\n\n#art #sketch #LeagueOfLegends #digitalart https://t.co/buCia26kJ6
## 650             Who remembers that?\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#leagueoflegends #lolgame #lolgamer #rivenstore.com… https://t.co/qyojjfdb4N
## 651                                                                              Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 652                                            Is it possible that you have been playing?💕 #LeagueofLegends #StarGuardian #MOBA #Bjergsen #Worlds2021 #GENGWIN
## 653                                                                                    Day 752: No news on Pentakill Rell 🖤\n#LeagueOfLegends #Pentakill #Rell
## 654                                                                          LIVE ON 💜\n#twitchstreamer  #twitchfr  #LeagueOfLegends \nhttps://t.co/CogeZNacBC
## 655                         Wait for it.... \nFollow for us more random League s***!#leagueoflegends #sejuani #ornn #urgot #roitgames… https://t.co/sif3PqlhBf
## 656                    🔴 Stream Live! Today's game is League of Legends\n#VTuber #ENVtuber #UAVtuber #TwitchStreamer #LeagueOfLegends… https://t.co/yq5wX6lrK7
## 657                                                     Yuumi Rework Incoming!!\n#LeagueOfLegends \nRead More: https://t.co/ajVp7K0iSv https://t.co/OKWLAlk4OT
## 658                      https://t.co/C6ftm2ZJpP Evelynn steal baron whit here R ultimate. it looks amazing. #leagueoflegends #gaming… https://t.co/JEyzU0P0sm
## 659                    Check out my Vayne play! 1 604 damage dealt in 8 sec. Recorded by @Mobalytics Smart Highlights #LeagueOfLegends https://t.co/DniyF0DHDg
## 660             Cowgirl Miss Fortune For Genesis 8 and 8.1 Female Done\n\nConverted to Daz Studio by me, credits would be appreciated… https://t.co/Q3cW8EkaFO
## 661               Theorys about Arcane Season 2: Where do you guys think the story of season 2 of arcane will take over? The riot pos… https://t.co/ChtDOQlY1G
## 662               Fun little tier list I made (don't take it too seriously). What champions would be best to form a boy bend?\n#memes… https://t.co/wP6jHQ0I3H
## 663               Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit… https://t.co/hEbBCR1lWj
## 664                                                        🔴 LIVE UP\n\nSoloQ et fin de Resident Evil 4\n#LeagueOfLegends #twitchfr\n\nhttps://t.co/A2iBtxKmq4
## 665                                                       It's an amazing game.🥺🥺🥺 #mobilegame #LeagueofLegends #StarGuardian #TLWIN #ClashLoL #YıldızMuhafızı
## 666                                                                                               I am playing games.👇 #LeagueofLegends #TLWIN #G2WIN #GENGWIN
## 667                                              One of my favorites.😎😎😎😎😎 #LeagueofLegends #LoL #ArtofLegends #GuardiãsEstelares #StarGuardians #StarGuardian
## 668                                                               My ranked in LoL matchmaking is pretty close to horror, but I still play xd #LeagueOfLegends
## 669                                                             Getting in the Xmas mood\n\nph. @MikeAttinger \n#leagueoflegends #ahri https://t.co/JrXxZ0Ek9I
## 670                 Its a cristmas Sylas and he is a small deer\n#LeagueOfLegends #LeagueOfLegendsFanArt #PixelArt #PixelArtist #Sylas https://t.co/glF8aT9RFe
## 671               ▶️ League of Legends - Top streams a las 12:16 (Hora ESP)🔥\n\n🥇 #Zeling➖Viewers: 765\n🥈 #PochiPoom➖Viewers: 705\n🥉… https://t.co/oVNXBcX3cB
## 672             Did my very first official @Twitch stream! Managed to snag Prestige Space Groove Nami 🪩🌟\n\nYou can check out the bro… https://t.co/1wsL9ouvh2
## 673                      What are your thoughts about the ARAM changes? Are you enjoying the mode? 🤔\n\n#Gameplay #LeagueOfLegends \n\nhttps://t.co/kiLFLlqoG1
## 674                                             Damn Yasuo wants Thresh to hook \nGoddamn\n\n#wildrift #spiritblossom #LeagueOfLegends https://t.co/qzEa3tYUIS
## 675                    new feature. never seen before\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/YCgxQgCvCc
## 676                     Casual Stream Is Casual | !turbo\n \n @magicinuse is now live with #LeagueofLegends, check it out 👀 #twitchtv… https://t.co/zbEW9YiQqT
## 677                                                                                You have a game!🤩🤩🤩 #LeagueofLegends #Worlds2021 #ФанАрт #GuardiãsEstelares
## 678                                                                                  Quick neeko doodle :))))) #neeko #LeagueOfLegends https://t.co/UrYn5KgwSS
## 679               i drew this awhile back when the new SG skins came out\nI love the designs of this team a lot 💙\n\n#LeagueOfLegends… https://t.co/S7vg8castx
## 680               Like and Share if you have been fan since day 1\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo… https://t.co/tpcPSjFcCc
## 681            ⚡S13| Dr.mundo VS Cho'gath sizce hangisi? \n\n⚡️Don't forget to take a look at our page and subscribe and if you like… https://t.co/GZA5hIuSp6
## 682                                               Enjoy your special day!🔥🔥🔥 #Gameplay #LeagueofLegends #MOBA #GuardianasEstelares #Worlds2021 #YıldızMuhafızı
## 683                                                                      Looking down🚀🚀🚀🚀🚀 #LeagueofLegends #mobilegame #YıldızMuhafızları #Bjergsen #ClashLoL
## 684                                                                                 Up your #LeagueOfLegends Game! #StrategyGuide #Win https://t.co/38ul3jtORC
## 685                                                                I just snapped wit twitch on #LeagueOfLegends wow. Tough aram match https://t.co/HQaZLqtZIb
## 686                           6 minute rank game has been my record breaking winning match // I made enemy adc go afk #LeagueOfLegends https://t.co/jiiTYDFJyS
## 687                                                                   I get 20+ LP every -10 minutes we are not the same #LeagueOfLegends #Professional #gamer
## 688                                Commission for Aiba on Discord!\n(Spirit blossom Kindred from League of legends)\n#LeagueOfLegends… https://t.co/WJ8CzJScqT
## 689              If AI art replaced artists, League of Legends would still look something close to this now👀\n#AIart #LeagueofLegends… https://t.co/35u7wB96xh
## 690                                                             Here's some Fanart.🥳🥳🥳🥳 #LeagueofLegends #Game #FLYWIN #GuardianasEstelares #GuardiãsEstelares
## 691                                                                        Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I
## 692             ▶️ League of Legends - Top streams a las 11:06 (Hora ESP)🔥\n\n🥇 #DarkozTV➖Viewers: 587\n🥈 #PochiPoom➖Viewers: 417\n🥉… https://t.co/HteLFPGidC
## 693                                          Quinn of League of Legends! #LeagueOfLegends  #stablediffusion\n\nhttps://t.co/YqtCNI3D9X https://t.co/o5syINP9PQ
## 694              Our new weekly Masterclass #LeagueofLegends Pro Steamers US is released! Get involved with the links below:\n⁣\n📖 Lea… https://t.co/pOACD0rs8G
## 695              Our new weekly Masterclass #LeagueofLegends Game Guide is released! Get involved with the links below:\n⁣\n📖 League o… https://t.co/F4CTjd8HxN
## 696                                                                   Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 697                                                                  smash the ❤️if you agree😂😂😂#leagueoflegends #IDF #pakistanZindabad https://t.co/A35u1Uk3Cd
## 698                    What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo… https://t.co/nqAnd2YjQd
## 699                                                                     Life is made up of decisions.🤔🤔 #LeagueofLegends #StarGuardian #Worlds2021 #КосплейLoL
## 700                       RT LoLMemesBot Fighting Sion in preseason be like:\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/1SqvjUpqAj
## 701               Fighting Sion in preseason be like:\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/ExZOYLdmfO
## 702              Check out teemo support kids 11/3/14. This game got me from mastery level 6 to lever 7. https://t.co/DWBop3OFjP \nSo… https://t.co/f66a1c3D5K
## 703                Do you play a lot of games lately?👇👇 #LeagueofLegends #LoL #GENGWIN #GuardiãsEstelas #ФанАрт \nOriginal: lolesports https://t.co/Zu9ggiN6nT
## 704            ▶️ League of Legends - Top streams a las 09:56 (Hora ESP)🔥\n\n🥇 #lawlergg➖Viewers: 1.316\n🥈 #lolcasti➖Viewers: 246\n🥉… https://t.co/95caZHDVQQ
## 705                        ✨Cosplay News✨ \nJosette, a popular Malaysian cosplayer, shows cosplay of #ahri  from #LeagueOfLegends !… https://t.co/4Tj5K4KVZO
## 706                 How ya doin`?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg… https://t.co/mfO1nWxxhO
## 707                                                          What are you doing?🤩🤩🤩🤩🤩 #mobilegame #Gameplay #LeagueofLegends #КосплейLoL #StarGuardian #ФанАрт
## 708                 ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber… https://t.co/ecEyjGTnoa
## 709                   【League of Legends】Jhin vs Yauso | 1vs1\n\n#LOL #leagueoflegends #英雄聯盟 #燼 #jhin #犽宿 #yauso #lolmoments… https://t.co/JftdUi7Ibi
## 710                                 This comic is definitely worth reading! Come check it out!\n \n#leagueoflegends #rebirth #Vampire… https://t.co/qg71JGDxmn
## 711                                                                      I built the mythic this time~ 🖤🌙🤍\n\n#LeagueOfLegends #Vtuber https://t.co/kHYBqf1IAo
## 712                                                                         Hope you like it!🥺🥺🥺 #LeagueofLegends #YıldızMuhafızı #FLYWIN #GuardianasEstelares
## 713              I'm live with friends! Come hang out!\nhttps://t.co/lzKXP69ToF \n\n#twitch #twitchaffiliate #girlstreamer #girlgamer… https://t.co/GzHelCuU03
## 714                                                 Arcane anime style. #LeagueOfLegends #LeagueOfLegendsFanArt #arcane #anime #powder https://t.co/M1wXd00sZi
## 715              And they are only silver\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/ERQkclewNM
## 716                                                                     Wishing you a happy day.😎😎😎😎😎 #MOBA #LeagueofLegends #ФанАрт #GuardiãsEstelares #G2WIN
## 717           "Jinx? Stands for Jinx! duh!🦈\n\n📸: Jupert Sison  \nedited by: SoyaMaelk \n\n#jinx #arcane #jinxcosplay #LeagueOfLegends https://t.co/fiL7k41WOY
## 718              Nooooooooooo omg one Aphelios from gold Aphelios hahaha 😂😂😂😂I can’t let it gooooo omg hahaha ok 😂😂😂 @TFT\n#tft #riot… https://t.co/NYsECbBzwK
## 719                       The manhua has been feeding us so well\n \n#leagueoflegends #NEET #commissionopen\n\nhttps://t.co/odv6as4ggp https://t.co/V1mXJOdS3D
## 720               ▶️ League of Legends - Top streams a las 08:46 (Hora ESP)🔥\n\n🥇 #JimRsNg➖Viewers: 630\n🥈 #lolcasti➖Viewers: 407\n🥉… https://t.co/cHaPLkxAoH
## 721                   Tarde pero seguro\nHappy birthday Vi!!!🎂💗⚙️\n#cosplay #cosplayergirl #cosplayer #arcane #arcanecosplay #ArcaneVi… https://t.co/ruLZjSQ87k
## 722                Trust me! You'll get addicted to this story!\n \n#leagueoflegends #animefanart #webtoons\n\nhttps://t.co/8juEtV7S7l https://t.co/Bd0mOOdY5r
## 723                                  Do you wanna play?🙉🙉🙉 #LeagueofLegends #GENGWIN #G2WIN #GuardiãsEstelas \nOriginal: DaveSinOficio https://t.co/LwOJOXlyeo
## 724               Some more #arcane #sketches I don't know if I did it justice. Honestly I don't think my heart was in it. But it was… https://t.co/MYaRFOyWLs
## 725               Slow Growing Process but I will get there. Hard work will pay off :) #twitch #streaming #streamers #stream #streams… https://t.co/IGaJQMC4go
## 726                                                                 I didn't know why I played a lot. #LeagueofLegends #MOBA #StarGuardian #Worlds2021 #FLYWIN
## 727                                                                                    Got my first penta kill ever 😊 #LeagueOfLegends https://t.co/Gu8fdqfr6H
## 728            hiii, i’m looking for friends + moots from #valotwt / #valtwt , #leaguetwt , and #genshintwt !! \n\n🫧 she/her 20\n💌 NA… https://t.co/Xiu9vA8GAg
## 729               Back when #arcane came out. I really tried to do one of those #fanart that everyone did. But I don't think I did th… https://t.co/oXJLHt5FsV
## 730             X person made the meme of "answers to someone telling you I love you" but didn't put Viego on it.\n\nAnon: Viego's re… https://t.co/6eyVtaPdFl
## 731                     How ya doin`?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/luLr2B6yZt
## 732                  Like clockwork\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/Wn6JiR0N6Z
## 733                                        It's time to play a new game.🙉🙉🙉 #LeagueofLegends #StarGuardian #MOBA #YıldızMuhafızları #GuardiãsEstelas #Bjergsen
## 734              Yes, I'm a mainly league player and this is my yearly summary lol \nI've lost a lot of time of my life in this but..… https://t.co/wNWOC1Q79f
## 735                                                                               Ya boy Shady just stole the Baron😎\n#LeagueOfLegends https://t.co/4GjXkoqopY
## 736                                                                                I have been enjoying it.🚀🚀🚀🚀🚀 #LeagueofLegends #G2WIN #ClashLoL #КосплейLoL
## 737                                                                     I like the game we are playing.🥺🥺🥺🥺 #LeagueofLegends #英雄联盟 https://t.co/F9hcJeU2cH
## 738                                             Art done by Craint but he doesn't have twitter\n#LeagueOfLegends #toyoureternity #nunu https://t.co/5mg25q3Ca2
## 739                                                              Stay in the game.🥺🥺🥺🥺🥺 #MOBA #Game #LeagueofLegends #GENGWIN #Worlds2021 #GuardianasEstelares
## 740               If I went back to streaming, what should I stream?🥺 My biggest concern is always that I'm not entertaining enough b… https://t.co/onD56ScNH0
## 741               How ya doin`?\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/qQIGer4Nhy
## 742                                     Zoe is ready for Xmas ~ #Fanarts #LeagueOfLegends #Zoe #LeagueOfLegendsFanArt #Xmas #bunnygirl https://t.co/wLIrlWHwlS
## 743                             This is something you will not want to miss.🙈🙈 #LeagueofLegends #StarGuardian #LeagueOfLegendsFanArt #Nilah #GENGWIN #Bjergsen
## 744                                                                                                                    nerf Yasuo's Wind Wall #LeagueOfLegends
## 745                                                  What are you doing right now?😎😎😎 #LeagueOfLegendsFanArt #LeagueofLegends #Worlds2021 #КосплейLoL #GENGWIN
## 746               I am now live!\nhttps://t.co/NUohtzJ120\n\n#riven #toplane #lol #leagueoflegends #korean #asian #game #stream #live… https://t.co/PXxVQdnfSl
## 747                                                                              Which one are you fond of?🔥🔥🔥🔥 #LeagueofLegends #StarGuardian #G2WIN #GENGWIN
## 748                                                                    why am I not challenger yet ngl #LeagueOfLegends #Swain #HighIQ https://t.co/03vNjvBi2T
## 749                  Wait...It's all just Neace Tips?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/cOqF0uncVJ
## 750                                                                Finally done.❤️❤️❤️ #MOBA #LoL #LeagueofLegends #ФанАрт #FLYWIN #Nilah https://t.co/TPmd3PRe7e
## 751                               🥹 Yone &lt;33 ✨️\n#yone #wildrift #leagueoflegends #leagueoflegendsfanart #yonefanart #spiritblossom https://t.co/OPEm6GDWW5
## 752        AVAILABLE LOL WILDCORES ⭐ \n\nACCEPTING GCASH/MAYA PAYMENT 💙 \n\nMESSAGE NOW! VISIT OUR OFFICIAL PAGE TRU FACEBOOK! \n\n🔥… https://t.co/roRXygh9pI
## 753                                                                                      Jinx of LoL fame #LeagueOfLegends #jinxfanart https://t.co/8x2Q3pQjPI
## 754                                                                    LeBlanc, The Deceiver.\n#LeBlanc #LeagueOfLegends #ArtofLegends https://t.co/VpkmUgRb5q
## 755              I love making #cute #girls with cute hair colors✨✨\n#emoteartist #emotes #twitch #TwitchEmotes #Emotes #Ibispaintx… https://t.co/5qVv3IimJ1
## 756              I love making #cute #girls with cute hair colors✨✨\n#emoteartist #emotes #twitch #TwitchEmotes #Emotes #Ibispaintx… https://t.co/3rPP19WAoW
## 757                                                  Do you want to try it?🥳 #LeagueofLegends #Game #GuardianasEstelares #GuardiãsEstelares #YıldızMuhafızları
## 758              Favorite game ever! 🙊🙊🙊🙊 #Fanart #mobilegame #LeagueofLegends #GuardianasEstelares #ClashLoL #TLWIN \nOriginal: Eggp… https://t.co/9LVWBWnMDV
## 759                                                  It’s cuffing season 💅 #arcane #vi #caitvi #leagueoflegends #leagueoflesbians #art https://t.co/Wr3LyVE27n
## 760                                            I was soo maddd I didn’t get her 😭😭 #leagueoflegends #twitchstreamer #jhin https://t.co/hCGItgVsb7 via @YouTube
## 761                                                         It has been 14 days since the last official update for Project L, the #LeagueOfLegends tag fighter
## 762                                      Will you find love tonight or not?🥺🥺🥺🥺 #StarGuardian #LeagueofLegends #Gameplay #GuardiãsEstelas #TransformaTuDestino
## 763                     Thanks Rito\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/QOThb3IvIR
## 764                              Lillia Mid = Back Aches https://t.co/1TQwJCvnXG via @YouTube Also come watch me on #twitchtv #twitch… https://t.co/21vW1qcoAk
## 765                                                              We just keep growing! 😍😍 #Game #ArtofLegends #LeagueofLegends #StarGuardian #ФанАрт #Bjergsen
## 766                                                                Dodge, duck, dip, dive and dodge &gt;&gt; #kindred #LeagueOfLegends https://t.co/b6qY3e2bLt
## 767               idc about the defeats, im happy with my progress! ive recently started learning to play league and tft 💜 still have… https://t.co/E35w4XCC59
## 768                Hello there!\nLove LoL? Visit us: https://t.co/JrAiMTe9FJ\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/znakyNn0Wy
## 769                                                 It's another day to die.💕💕💕💕 #Game #LeagueofLegends #mobilegame #GENGWIN #GuardiãsEstelares #StarGuardians
## 770                                 I HAVE 2 SIDES\n.\nNeeko and Viego, my mains in lol \n#viego #neeko #ArtofLegends #LeagueOfLegends https://t.co/VDGU3MNtoh
## 771                                                                https://t.co/O5dyzJK9DK\nBACK FROM VACATION PLAYING LEAGUE OF LEGENDS!!!!\n#LeagueOfLegends
## 772                       Go watch @GuardiansWarcry Sub and follow. Here is his weekly schedule! #gamer #twitch #streamer #Overwatch2… https://t.co/2Mr2WXOoRO
## 773                So an update on my wip, the holidays have me a little stressed, but I've been working on this. Happy with how it's… https://t.co/dnc4oi0mIU
## 774                                                                                    Rankeds en wildrift #leagueoflegends #wildrift\nhttps://t.co/gPvxNs7wfW
## 775                 jesse we must burst enemy champions with % health damage jesse\n#memes #meme #funny #lol #leagueoflegends #Arcane… https://t.co/SVCZJv2foa
## 776           Looking for chill #LeagueOfLegends Players that can Flex Roles &amp; just chill and vibe with a few new people that are… https://t.co/ohNkw2vo5Y
## 777              First sett.exe highlight video up on Youtube! Lots of fun editing by our editor, Snooki 😊\n\nhttps://t.co/Fgg49LLe4r… https://t.co/1akZh267E8
## 778                Has anyone ever looked through the "Item" tab? I never do, except for the time that I did once just now... Knights… https://t.co/8W1MkpBsS8
## 779                                                                           1v2 to secure scuttle #LeagueOfLegends #gaming #volibear https://t.co/1YTYLGgObi
## 780               Hey heimer main yutskilgc going live here! I do play with viewers of all levels and yes we are a nontoxic community… https://t.co/f9NcazUbbs
## 781                                   #LeagueOfLegends Hiii i'm Feli and i need a LoL-Skins-Sugardaddy 🥺👉👈\n\n#lewdtubers #SugarDaddys https://t.co/ceSFeF93Os
## 782                  Jackson Wang - Fire to the Fuse | Worlds 2022 Finals Opening Ceremony Pr... https://t.co/HutVS287Ww via @YouTube… https://t.co/aCXLlPb5E2
## 783                  Fire to the Fuse (Ft. Jackson Wang) | Official Empyrean Cinematic - Leag... https://t.co/x3NPJGup5T via @YouTube… https://t.co/xynns89nnV
## 784                                                           Drew a bit of modern #viego bcs I can.\n\n#artoflegends #leagueoflegends https://t.co/Dhjb5lp1jX
## 785                                                                            Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3
## 786                                                          It turned out better than I had thought. #LeagueofLegends #GuardiãsEstelares #Nilah #StarGuardian
## 787                     God chooses to punish me with a league addiction! \nhttps://t.co/5UFJ6xOvA5\n#veteranstreamer\n#smallstreamer… https://t.co/qope4kb1Ab
## 788                                                           Movin' on up now master rank #leagueoflegends #leagueoflegendschallenges https://t.co/kd3907Z2de
## 789              Pantheon has Flashbacks.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/dNWfPpbMDO
## 790                                                      I like this game.🤩🤩🤩🤩 #LeagueofLegends #LeagueOfLegendsFanArt #G2WIN #Worlds2021 #TransformaTuDestino
## 791                HAPPY BIRTHDAY VI I can’t believe it’s been a whole year since I first started simping over you, it’s crazy. Ilysm… https://t.co/HxeOGEkTxj
## 792                            "You can't come to Tibbers' tea party! Bleh!"\n\n📸: https://t.co/GUDlHIkKYr (edits by me)\n#HolMat2022… https://t.co/TM0Vp9av4Z
## 793               Tomorrow's stream is gonna be the last one for a bit. at least a week, maybe a lil longer. starting off with some p… https://t.co/GmZES8CHSE
## 794               My friend here does art :D\nTag spam because he deserves attention and I lov him, you can do it my boye\n.\n.\n#art… https://t.co/a16HUUbP5G
## 795               "The Old God Varus" \nMay the flaming heavens open, and God Retribution, who accommodates the souls of three in his… https://t.co/s46wT6Ppe3
## 796                 Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.co/yRIFXIaxpM
## 797                                          Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 798                                                 It's time for magic.🎮🎮🎮 #LeagueofLegends #Gameplay #Fanart #StarGuardians #GuardiãsEstelares #StarGuardian
## 799               LoL Miss Fortune Champie Chibi Canvas Print\nhttps://www.redbubble ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO
## 800                                                                           We just keep growing! 🥺🥺🥺🥺🥺 #LeagueofLegends #StarGuardian #ClashLoL #Worlds2021
## 801                                                     His plans ain’t go well 😎😭 #leagueoflegends #twitchstreamer #jhin https://t.co/cGozSKEUOT via @YouTube
## 802                            My penta disappeared, and the only way Kha’Zix was going to as well was by my hand🤫\n\n#LeagueOfLegends https://t.co/6sLrTpM1qd
## 803                       Small Vibe\n \n @tributariesttv is now live with #LeagueofLegends, click to see the shenanigans 🤪 #twitchtv… https://t.co/2wiMBOQ6BY
## 804                                                Teamwork makes the dream work 😎 #leagueoflegends #twitchstreamer #jhin https://t.co/hv23UCQdaa via @YouTube
## 805                                    Even Riot playing the game with lags.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/ipHAkJkJum
## 806                              WoW I just did the thing Playing League tonight as well, come tune in for some laughs #darkanddarker… https://t.co/fP6IDlVhxY
## 807                                                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/mKQCs5RjmD
## 808                                                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/ePhcnBEBpz
## 809                                                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/Q36WiIBEvZ
## 810                              We’re late, but we’re still streaming! Home from a work holiday party and ready to play some LEAGUE!… https://t.co/L90mHtSPzO
## 811                                                                          Just a little bit of fun\n#kaisa #makeup #LeagueOfLegends https://t.co/kJWxOgeHkU
## 812                     Wild Rift – Spirit Blossom Town: Yone + Yasuo Interaction: submitted by  /u/TayluxSwift  \n [link] [comments]… https://t.co/YYm7VZmi03
## 813                                                     The game is important to me.😍 #MOBA #mobilegame #LeagueofLegends #ClashLoL #GENGWIN #YıldızMuhafızları
## 814              Support Carry.... Balance......\n\n#LeagueOfLegends #Anivia #Senna #summonerrift \n\nSaving Eggnivia as Senna in LoL… https://t.co/iU5pjJ44tV
## 815                                                                        ALL or nothing...SIGH! #ypreeg #leagueoflegends #pvp #arena https://t.co/sGA9ReZhwm
## 816                               Playing league of legends check the stream! \n\n#twitch #league #LeagueOfLegends #rts #mp #gaming #jhin #archer #range #win!
## 817                PENTAKILL ON ENEMY BASE #lol #gaming #videogames #streamer #highlights #stream #leagueoflegends #fyp #fypツ #reels… https://t.co/ZHVvTiMEKp
## 818               new feature. never seen before\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes… https://t.co/dM8Sys3Jiw
## 819                         ✨ Of course I start getting sick 1 week before Christmas!!! |  !rampage https://t.co/97HMCqzpuE\n#gamers… https://t.co/Oqsm8KRZsb
## 820                       (✿◠ᴗ◠) ♡\nGOING LIVE AT NOW!!! \nrunning some league, join me?\n\nhttps://t.co/RcwGdrAQmj\n\n#smallstreamer… https://t.co/5Mmk32togd
## 821                          Wanna play games? #LeagueofLegends #LeagueOfLegendsFanArt #MOBA #TransformaTuDestino #StarGuardian #TLWIN https://t.co/ARqoYGsrN1
## 822                          i played an ARAM as Sett. Damn, that was a very satisfying triple in one haymaker. #LeagueOfLegends #sett https://t.co/iNTsHqs5OA
## 823                                                                                   It's just a game.🤗🤗 #LeagueofLegends #Bjergsen #GuardiãsEstelas #GENGWIN
## 824              I like this game.👇 #LeagueofLegends #LeagueOfLegendsFanArt #ArtofLegends #TLWIN #G2WIN #КосплейLoL \nOriginal: Bunni… https://t.co/yO1FyL5aMN
## 825                                                       Enjoy💕💕💕 #LeagueOfLegendsFanArt #mobilegame #LeagueofLegends #YıldızMuhafızı #Worlds2021 #КосплейLoL
## 826                                                                                The adventure begins! #renataglasc #leagueoflegends https://t.co/M4P2t3NfQN
## 827             I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy a… https://t.co/zh5uwX5hUR
## 828                                                I can tell that it's a great game.👏 #MOBA #LeagueofLegends #ArtofLegends #ФанАрт #КосплейLoL #StarGuardians
## 829           ▶️ League of Legends - Top streams a las 01:18 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 7.141\n🥈 #Nissaxter➖Viewers: 4.461\n🥉… https://t.co/ML3aTMONzg
## 830                                               The game is enjoyable.🤗🤗🤗 #LeagueofLegends #mobilegame #YıldızMuhafızı #GuardiãsEstelares #YıldızMuhafızları
## 831                                                                      How can you be mad at someone’s ban when you didn’t declare a champ? #LeagueOfLegends
## 832                                                            Finally, in my hands.🥳🥳🥳🥳🥳 #MOBA #LeagueofLegends #StarGuardian #Bjergsen #TLWIN #StarGuardians
## 833                                                                           Sett Gym Selfie 🤳  #Sett #nsfwart #bara #LeagueOfLegends https://t.co/mWhQ5YVfpa
## 834              Sometimes you just have to have more brain damage than the enemy.\n#memes #meme #funny #lol #leagueoflegends #Arcane… https://t.co/Hy1LZXCGuG
## 835                                 Do you have a "eUWU" account?😂💗\n\n#lolmemes #LeagueOfLegends #leagueoflegendsEU #VTuber #ENVTuber https://t.co/qCERKekKyg
## 836              I like his design!🤔 #Gameplay #LeagueofLegends #mobilegame #FLYWIN #StarGuardians #Bjergsen \nOriginal: Yung1DaggerD… https://t.co/SBc2se2lxA
## 837                                             Happy Birthday Vi 🎉🎉🎊🎊\n\n#vi #arcane #leagueoflegends #arcanefanart #viarcane #sketch https://t.co/JMo1gdZ17u
## 838                                                              More updates to come!👇👇👇👇 #Fanart #LoL #LeagueofLegends #StarGuardian #StarGuardians #GENGWIN
## 839               happy birthday pretty girl :’) #happybirthdayvi #LeagueOfLegendsFanArt #LeagueOfLegends #vileagueoflegends #vifanart https://t.co/XsQVU1HFL8
## 840              Tagged by @memseyy 💙\n6 games I love &amp; 6 people to tag\n—\n#VALORANT\n#Genshin\n#LeagueofLegends\n#StardewValley… https://t.co/C0ByA6HSvK
## 841             A video of Cosmic Harpy Lissandra.\n Hope you like it !\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends… https://t.co/flSqfzUDVF
## 842                    @monivaa we did this twice which confused so many  con-peeps. @HolidayMatsuri #LeagueOfLegends #Eevee #pokemon… https://t.co/mSAh0CyBbp
## 843                               Today's Lol Esports Round Up covers the moves made by EDG, T1 and FLY over the last couple of days.… https://t.co/d4Ica5eqlZ
## 844                                                   https://t.co/ydWlzxzSVD\n\nGoing live for a short stream!\n\n#smallstream #rell #stream #LeagueOfLegends
## 845                        Green screen!? https://t.co/34oH51HQlv i wonder if ill get banned for linking lmao #twitch #twitchstreamer… https://t.co/KEIgFmjO5b
## 846                  K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art… https://t.co/muJqW8LLEq
## 847                                                           There will be more skilling events soon.😍😍😍 #LeagueofLegends #GuardianasEstelares #ФанАрт #TLWIN
## 848                                                   One of the things I like to imagine. #LeagueofLegends #Gameplay #StarGuardians #Bjergsen #YıldızMuhafızı
## 849           ▶️ League of Legends - Top streams a las 00:08 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 7.660\n🥈 #ElmiilloR➖Viewers: 4.150\n🥉… https://t.co/IGi05Wp1OL
## 850                                                                                               I animated this! 💕\n#LeagueOfLegends https://t.co/5HPBRDd4iI
## 851                    Friend just sent me this. Ads for scripts! Lets gooo!\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/BU08tSN5kx
## 852             ♦️ 🎞️Cyber Pop #Akshan - Animated In Game #Overlay\n\n✅LINK :  https://t.co/f4bPPqIrfZ\n\n-----------------\n#Twitchtv… https://t.co/ic95PSV8P5
## 853                                                                                And here is another! PENTA KILL! #LeagueofLegends | https://t.co/oQ3ssp9bU2
## 854                                                                                             Banger #LeagueOfLegends #TikTok video. https://t.co/B6p1sfOzz2
## 855                https://t.co/S22zS1ilVj                 \nHIGH MMR BIG PLAYS BIG ACTION\n#twitch #twitchtvstreamer #twitchstreamer… https://t.co/D54Y2McV8X
## 856            Weekly Schedule Tweet!\n\nSCHEDULE\nFortnite Fridays - Cancelled for this week #Fortnite\nMOBA Mondays - Cancelled for… https://t.co/m6SCI4ZiCJ
## 857                  Stream tonight??? 🙃 https://t.co/UC4GUehI4m #valorant #LeagueOfLegends #auditionredbana #stardewvalley #sunhaven #killjoy #kjmains #fps 💙
## 858                                                                             Teaching a friend how to play lol xD. #leagueoflegends https://t.co/6BrnbB2pK7
## 859               Like and Share if you have been fan since day 1\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo… https://t.co/IY27ykZquC
## 860               praying one day we will be able to turn boarders off on @LeagueOfLegends some of these are so UGLY and tacky they c… https://t.co/44TbmPgnWC
## 861                                              League of Tank #leagueoflegends #montage #lol #twitch #lolmemes #riot #pro #HIGHLIGHT https://t.co/UsNVLvqMjY
## 862            [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good fri… https://t.co/JqgmugtkmV
## 863                              Check out this League of Legends clip I recorded with https://t.co/B1iBvNaEPB! #LeagueofLegends\n\n🔗… https://t.co/m3D2GVXrSm
## 864                                                       At the start of every pre/mid-season patch, take a coinflip #LeagueOfLegends https://t.co/1iCxwtXUvw
## 865                                 Since im diam 4 look whats happend xD from win streak into lose streak #leagueoflegends #riotgames https://t.co/7jILGDNVVw
## 866                                                                    I like this game.🚀🚀🚀🚀 #MOBA #LeagueofLegends #ArtofLegends #StarGuardian #ФанАрт #TLWIN
## 867                  KIRYU COCO SHYVANA (Hololive Virtual Youtuber) - League of Legends Custo... https://t.co/0rrXd7ym4N via @YouTube… https://t.co/6XDQ04Y9LQ
## 868                              How to warm up like a Master Tier player https://t.co/FHFR2PBlgX\n\n#LeagueOfLegends \nPlease sub!! trying to get 1000 subs!!
## 869                                                                      【AU】Saltying with Maple and Luca https://t.co/H149UFcwVn   #LeagueOfLegends #vtuber
## 870                                                    I also miss them.🤩🤩🤩🤩 #LeagueofLegends #MOBA #ArtofLegends #G2WIN #GuardiãsEstelares #YıldızMuhafızları
## 871               Zeri gets trolled\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/88vOHFzMm2
## 872                ▶️ League of Legends - Top streams a las 22:58 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 8.682\n🥈 #8cho➖Viewers: 2.009\n🥉… https://t.co/y7dFpXyfIx
## 873                🔴 I'M LIVE 🔴 COME HANG OUT! 🖤\nhttps://t.co/yxFZYocH5M\n\n#GREENMANGAMING #TwitchAffliate #smallstreamer #valorant… https://t.co/YWMyVYkVs6
## 874                                                                  anyway heres wonderwall #ArtofLegends #seraphine #LeagueOfLegends https://t.co/AJX2a73XPP
## 875               Is League of Legends down 12/19/2022. Why League of Legends is not working today? Whats up with League of Legends n… https://t.co/0spPbOeyL3
## 876                         League of Legends  /  Silver  Rank   / Going for 300 subs https://t.co/AL76Hf77gK via @YouTube \n#YouTube… https://t.co/KHqgKcdhVQ
## 877                                                     new day - new art 🎮🎮🎮🎮 #MOBA #ArtofLegends #LeagueofLegends #GuardianasEstelares #StarGuardian #ФанАрт
## 878               Heeeeloooo MARAUDERS !!!! Welcome welcome to the first stream of the week ! Let's see if the rest has helped me bec… https://t.co/KlE4OT32hX
## 879               Simply using information you HAVE in-game can lead to more determined pathing... which leads to JG DIFF in your fav… https://t.co/BAbhpNXmc8
## 880                                                                                                  arcana #jinx wip #LeagueOfLegends https://t.co/rqg9F7vAJP
## 881                                                                                   And they are only silver #LeagueOfLegends #Memes https://t.co/IofKXPOjsT
## 882                                                      Friend just sent me this. Ads for scripts! Lets gooo! #LeagueOfLegends #Memes https://t.co/YKggjGn7B5
## 883                                                                                          Zeri gets trolled #LeagueOfLegends #Memes https://t.co/wvbrwRWyly
## 884                                        going live now definitely getting back into gold 2 today 🥹\n\ntwitch . tv / eternalxena\n\n#leagueoflegends #twitch
## 885                                                    Guess who bought new procreate brushes? #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/X8EMVsbOVO
## 886                         New Profile Banners coming to League of Legends\n\nhttps://t.co/KNyOVz18Jv\n\n#LeagueOfLegends #RiotGames… https://t.co/PFTwDYFySx
## 887                                                              I'm protected by them.🙊 #LoL #LeagueofLegends #StarGuardian #FLYWIN #GENGWIN #GuardiãsEstelas
## 888                                                               A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 889                                                                                @Shadow_Official Losing a game by a teammates is the worst #LeagueOfLegends
## 890                                                                                            baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q
## 891                    Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)… https://t.co/k1D8q91FkU
## 892                    Samus and Nami making gingerbread cookies for Christmas ♡: submitted by  /u/colorisandoo  \n [link] [comments]… https://t.co/c0felgkHFn
## 893                   Please... just stop\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/gDAUTqPqQc
## 894                It was done.😎😎😎😎😎 #LeagueofLegends #StarGuardian #КосплейLoL #YıldızMuhafızları #ФанАрт \nOriginal: esports_kashima https://t.co/Q3DtrzXgEG
## 895                                                                                          #LeagueOfLegends\n"Jesus is speaking,"??? https://t.co/u2wECCt5jF
## 896                    @SmallStreamersC @SmallStreamersR Hello😁\n#gamer #smallyoutber and #smallstreamer 😇\nAlmost everyday #video or… https://t.co/Q3misVIi5Z
## 897               https://t.co/nP3Xu4zj5r This is my LEC tier list with all the moves made and the teams being all but set for Spring… https://t.co/Qr1jPsLDfG
## 898             @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video o… https://t.co/vTnZ0VdZNi
## 899            @OwlShare Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video or #stream😍👍\nThis week mo… https://t.co/qknC7IJfl1
## 900             @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video o… https://t.co/0wSLZlUMZb
## 901                 @MrSmallYouTuber @BlazedRTs @BooksMusicFilm @TopZedBrands @OwlRetweets @rtsmallstreams @SupStreamers @TwitwatchRT… https://t.co/GgszRWXcad
## 902             @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video o… https://t.co/GZzDVpMfGp
## 903                                                                          Re-tweets and likers, thanks.🔥🔥🔥🔥🔥 #game #LeagueofLegends https://t.co/Nqi2vwY3JM
## 904               LoL Lee Sin Champie Chibi Spiral Notebook\nhttps://www.redbubble.c ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO
## 905                         This seems explosive 💥!\n\n#Ziggs #leagueoflegends #Riotgames #Art #VideoGame #Riot #Artist #illustration… https://t.co/JfFEEAr5qC
## 906               My account got suspended for 2 weeks because I made sarcastic comments about how I got chat restricted for saying j… https://t.co/qgtKkohUZI
## 907             Sesa J Refumee Camille is Steph J Millz’s reformed Camille following the Hail of Blades training. \n\nYou can imagine… https://t.co/cyfdB5XOlr
## 908                                                                 3 seconds before disaster... 😨🥹\n\n#Vtuber #LeagueOfLegends #yuumi https://t.co/CCNqsGN2FW
## 909                      LIVE ON ! https://t.co/pksdkCs3Mk #cortesdatwitch #lolzinho #fibrado #itu #sp #leagueoflegends #ValorantClips https://t.co/10xHmdkfl3
## 910                       [9:13] Ally 1 (Ornn): Alive\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/1TN7K932j4
## 911             ACTUALLY, if I add all the Camille mastery points from all 5 of my accounts I’m #1 outright 🤯😭😂.\n\nThere are 3 accou… https://t.co/K0dUlOSW7P
## 912                      I’m streaming league rn, join if you want to see the worse kat na (and other champs) https://t.co/2UL8tfttOM… https://t.co/3oyxOdZOsJ
## 913                                          It's rough out here #LeagueOfLegends #ranked #soloqueue #competitive #esports #holioholio https://t.co/dbDUZPYLbx
## 914                 Ruined King: A League of Legends Story - Ruined Skin Variants (PC) - Steam Gift - EUROPE\nhttps://t.co/sDawkyN9Ti… https://t.co/KGpcUBD89y
## 915                           Hextech Mayhem: A League of Legends Story (PC) - Steam Gift - GLOBAL\nhttps://t.co/3OIs6dzi8L #gamingpc… https://t.co/zNtmqrq39t
## 916                                                     mythmaker irelia 🥮\n\n#mythmakerirelia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/xnHojfPNte
## 917                                        I can't imagine a world without games.🙈🙈🙈🙈 #LeagueofLegends #LoL #Fanart #TransformaTuDestino #StarGuardians #G2WIN
## 918                                                                            The President's New Year speach\n1\\2\n#leagueoflegends https://t.co/NXzbfB5321
## 919                                                                        Doodles\n#LeagueOfLegends #RainbowSixSiege #GenshinImpactOC https://t.co/I2euihxPbH
## 920                          League of Legends Gift Card 10 EUR - Riot Key - EUROPE\nhttps://t.co/24tYP0aRif\n#MyYearOnXbox #gamingpc… https://t.co/5mB2IlotiC
## 921                    WHEN DARIUS CANT FINISH YOU OFF\n#league #leagueoflegends #lol #riotgames #leagueoflegendsmemes #legends #riot… https://t.co/fltXmdfAhD
## 922                                                                         Rammus 💖 \n#LeagueOfLegends #rammus #fanart #bumpy #sketch https://t.co/9IFaSXHJo8
## 923                           League of Legends Riot Points Riot TURKEY 3620 RP Key\nhttps://t.co/i1GJpnYWJV\n#MyYearOnXbox #gamingpc… https://t.co/ELl7IOP8vQ
## 924                          League of Legends Gift Card 50 BRL - Riot Key - BRAZIL\nhttps://t.co/oKo5204Vd4\n#MyYearOnXbox #gamingpc… https://t.co/2pOa37AdwJ
## 925                                                                                 Chronoshift is on cooldown #LeagueOfLegends #Memes https://t.co/7Heeu4Dyh9
## 926                                                                      blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 927                       This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4X6tCw
## 928               Finally getting around to watching this. I didn’t know this was gonna be this good! I’m really enjoying the animati… https://t.co/q2Fy0jCBPt
## 929                              100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:… https://t.co/qBzdQtEbRC
## 930                                                   Celebrating bday w/her favourite zoomer \n#Arcanevi #arcanejinx #LeagueOfLegends https://t.co/dL6Y9spkkl
## 931                      Riot are attempting to pull out of a sponsorship deal with a bankrupt crypto company https://t.co/QOPekEIZWp… https://t.co/iLm5paqITr
## 932                                                             It's a great game. #mobilegame #LeagueofLegends #LeagueOfLegendsFanArt #Nilah #GENGWIN #ФанАрт
## 933                        Seraphine - League of Legends\nI love lol's character design, although this is my version of seraphine ^w^… https://t.co/SoCMR2jhUf
## 934              Mage supp gameplay\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/Grj7gFRmqC
## 935                                                                 A new Lobby Cosmetic is Coming Soon\n#LeagueOfLegends \nRead More: https://t.co/pHwgyrxyyi
## 936                                                    Last stream before christmas break!! #LeagueOfLegends was chosen so here we go! https://t.co/jzoBaVfgd8
## 937             Elderwood veigs is still plenty fuzzy, drawing him half mask was fun \n\n#LeagueOfLegendsFanArt #ArtofLegends #veigar… https://t.co/agEBXhqQ01
## 938                 ALL THE MODS 8! https://t.co/GTNGx6XBXt #gaming #gamer #minecraft  #GenshinImpact #overwatch #minecraft建築コミュ #Bungie #LeagueOfLegends
## 939                              Check out this League of Legends clip I recorded with https://t.co/B2ODqIZjiZ! #LeagueofLegends\n\n🔗… https://t.co/GOCNDpoA9Y
## 940                #DeadbyDaylight has more "remnants of the old game" in its code than #LeagueOfLegends despite League being 5 years… https://t.co/9FMtWmRR7t
## 941                               Black bride Soraka 🖤\nShe so anime omg...\n\n#soraka #LeagueOfLegends #LeagueOfLegendsFanArt #fanart https://t.co/qhTdPzQoPV
## 942                                                       just playin around with colors\n#Zoe #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/hDjk8lOtTi
## 943         #LeagueOfLegends players! We teamed up with @theblitzapp for an epic Arena event 🤩🤩\n\n$3500 prize pool, details &amp; si… https://t.co/CDfHDCUaSZ
## 944                              Check out this League of Legends clip I recorded with https://t.co/B2ODqIZjiZ! #LeagueofLegends\n\n🔗… https://t.co/iC4U7kpmvm
## 945                     Going Live now playing \n#teamfighttactics over on twitch \nCan we get to 5 wins..\n\nhttps://t.co/T9rMxsjvPu… https://t.co/oGaiq9062c
## 946                                                                     Pantheon has Flashbacks.\n\n#pantheon #Aatrox #LeagueOfLegends https://t.co/zPcon6maqw
## 947                   Hey what's up guys! Streaming for fun, so feel free to hop on in!\nhttps://t.co/B9pZB2Jjb3 #TTV #Streamer #Live… https://t.co/4DfDY8XcsH
## 948                          Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising… https://t.co/q6RSOUDkTj
## 949                                                             @NVIDIAGeForce @stefanello_f is a #LeagueOfLegends gamer however, he is still a gamer #GiftRTX
## 950                                                               China server login screen #WildRift  #LeagueOfLegends  #Christmas 🎅🎄 https://t.co/lVXWbqsRTQ
## 951               here we go another cold monday T_T oh and i'm live on twitch with #GenshinImpact and #LeagueOfLegends later 🥰 would… https://t.co/KoGwyAy4Bp
## 952              1/11/ Taric Coaching me on how to be BETTER - https://t.co/ey2HKoT8oI \n-\n-\n-\n#LeagueOfLegends #CannabisCommunity… https://t.co/ls1mTW2W99
## 953           Work in progress | JINX from Arcane or League of legens |\n\nthis face took so long, but it turned out okay. (っ^▿^)💨… https://t.co/9tFgOsNP1g
## 954                               Why does it feel like Riot is always nerfing the champions I love to play in #leagueoflegends? Stop ruining the game for us.
## 955               There is at least one in every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/Agnb7qXK0T
## 956                                          WinterBlessed Diana Splash ❄️\n\n#digitalart  #LeagueOfLegends #fanart  #art #illustration https://t.co/H1t0btmFkV
## 957              This League bug now makes Lulu’s Pix able to withstand a gunshot for Viego @LeagueOfLegends\nCheckout the full story… https://t.co/E15IBkX6Vi
## 958                               Ekko: The Boy Who Shattered Time - P&amp;A #5: submitted by  /u/bucketofsteam  \n [link] [comments]… https://t.co/5SmT2J7WLl
## 959                      Blitzcrank’s self-slow is eventually put to use by league players @LeagueOfLegends\nCheckout the full story:… https://t.co/prosCXNEkQ
## 960               After 105 episodes we FINALLY get some insight into Ixtal's inner workings, and learn about everyone's favorite lad… https://t.co/4IuOQIZp6L
## 961                                   The first drawing done on a mobile device💕💕 #LeagueofLegends #Game #LeagueOfLegendsFanArt #ClashLoL #КосплейLoL #GENGWIN
## 962                                                                        It's 60th day of SIMP waiting for MALE FURRY CHAMP 🤨#SIMPiswaiting #LeagueOfLegends
## 963                                                                        There is at least one in every game #LeagueOfLegends #Memes https://t.co/zLkzODg9cG
## 964                                                                                             Just made this #LeagueOfLegends #Memes https://t.co/7tbLp6DIyk
## 965                                                                                         Mage supp gameplay #LeagueOfLegends #Memes https://t.co/CLWwOeMp0c
## 966                                                      Happy Birthday to Vi! (12/19/22) \n\n❤️♥️💜💗💖💕💞💓❣️💘💟💝\n\n#Arcane #LeagueOfLegends https://t.co/jtmrKvGvPE
## 967                                            We live for the Monday stream! Get yo’ cute asses in here! #twitch #LeagueOfLegends \n\nhttps://t.co/c4JRAZlFeT
## 968                    This manhwa is awesome! I can't get enough of it!\n \n#leagueoflegends #music #komik\n\nhttps://t.co/Qz8p297wAN https://t.co/hwg6jnKfr0
## 969                                                                                                           BLITZ🐱| #LeagueOfLegends https://t.co/urdIEmmnyi
## 970                                                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/tzlzdqI2T0
## 971                                                                                                                    nerf Yasuo's Wind Wall #LeagueOfLegends
## 972                                                                      Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/cVFGp3zw7z
## 973              Just minding your own business when... 😵\n\n#gaming #twitch #valorant #leagueoflegends #overwatch #csgo #apexlegends… https://t.co/AhkrIYMuws
## 974                                                                                   Meow 👁️\n\n#process #yuumi #LeagueOfLegends #meme https://t.co/bj9Ew9mh0E
## 975                                                                                                       no reason to play fckin preseason \n#LeagueOfLegends
## 976                        Happy Holiday Week!!!! Push to get to 1k before the new year. \n\n#leagueoflegends #twitch #twitchstreamer… https://t.co/tWoV9eQlBm
## 977                                 Would you like to see something?🙈🙈🙈🙈 #LeagueofLegends #ArtofLegends #LoL #GuardianasEstelares #YıldızMuhafızları #ClashLoL
## 978               Riot Games Reveal New Broadcasting Schedule!\nhttps://t.co/so0rEMFPyP\n#esports #valorant #LeagueOfLegends #twognews https://t.co/zmIauijhV8
## 979                           Link to the mods and guide on how to swap to different presets in the replies. #tekkenmods #NewReleases… https://t.co/9LVpHzPd37
## 980                                                                                         This right here #leagueoflegends #lolmemes https://t.co/EfAT67VQM9
## 981               Sometimes i swear it worked... 😅\n\n#gaming #twitch #valorant #leagueoflegends #overwatch #csgo #apexlegends #dota2… https://t.co/gkNknPBaO4
## 982                  Riot better start charging players $350 for these loading screen tips\n#memes #meme #funny #lol #leagueoflegends… https://t.co/EJ3ncqrA1U
## 983                                                            I don't know what to say about Fanart.👏👏👏👏👏 #LeagueofLegends #GuardiãsEstelas #Bjergsen #ФанАрт
## 984             I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥… https://t.co/QRpNlBcYAS
## 985                              She slowly took my heart and became one of my favorite characters. Happy birthday, Vi. I love you. 🥺… https://t.co/fKV8oQzpi8
## 986                        @LeagueOfLegends Did I capture the essence of LOL accurately? @riotgames #LeagueOfLegends #gamememes #Memes https://t.co/3YMD2kMh0N
## 987                                                 Cap detected 🧢\n#vtuber #ENVtuber #VTuberUprising #twitchstreamer #LeagueOfLegends https://t.co/AOfSgHwJqa
## 988               ▶️ League of Legends - Top streams a las 17:36 (Hora ESP)🔥\n\n🥇 #lulax➖Viewers: 759\n🥈 #NickDaBooM➖Viewers: 746\n🥉… https://t.co/4KKMuiRNF0
## 989                                                                      Here's some Fanart.😎 #ArtofLegends #LeagueofLegends #FLYWIN #StarGuardian #КосплейLoL
## 990                             🖤 Janna 🌪️\n🖤 ... I guess I am finally cured of my playing ranked addiction 🤷\n#fanart #LeagueOfLegends https://t.co/91pbMWO50D
## 991                      Good morning☕️\nHanging out &amp; playing some #LeagueOfLegends \nhttps://t.co/Jo8FsAJxAm &lt;- Meme Builds😎… https://t.co/EPYY9TcHRP
## 992                                           Who’s your favorite league champion? Is there a reason? \n\n#LeagueOfLegends #Vtubers #VtubersEN #VTuberUprising
## 993                           No idea how to tag art on here but here’s a neeko drawing I was very proud of #LeagueOfLegends #neekolol https://t.co/WUMuc1uvGJ
## 994                                                               What are you doing?🥺 #Game #ArtofLegends #LeagueofLegends #Bjergsen #YıldızMuhafızı #GENGWIN
## 995                                                    Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT
## 996                   Wild rift YONE gameplay 👇👇👇 https://t.co/GxUoWv7uCO\n#LeagueOfLegends #WildRift #gaming #gamingcommunity #games… https://t.co/8MN6gTaYRe
## 997                    Rekkles, Rhucks, and Crusher join the Fnatic LEC Roster\n@FNATIC @LeagueOfLegends @LVPesLoL \n#LeagueOfLegends… https://t.co/e0neUfH8c3
## 998                              IM COMING MASTER \n#TwitchStreamers #twitchgirls #LeagueOfLegends #jungle #twitchfr #twitchstreaming… https://t.co/Dusrl8mN8z
## 999                A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/zx4AT8tiIH
## 1000                                  #leagueoflegends #flu  After a big pause because of vacation and then a bad flu I'm  live again… https://t.co/AWl6ULps9Y
## 1001                  Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock… https://t.co/b9UQl5PI8U
## 1002              This about sums up the #crypto market for 2022!\n\nCan someone just make this a GIF, and add a miniature #SBF style… https://t.co/lSReMppU8B
## 1003                                               #SBF_FTX  Was a huge #leagueoflegends fan. He was in the worst division lmao! You can't make this story up!
## 1004                                                                                       I'm good at it!🙊 #Gameplay #LeagueofLegends #Nilah #TLWIN #ClashLoL
## 1005             Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane… https://t.co/XWHmpSTUV3
## 1006                         trying to post something different than NoAi tweets...\nJust starting a 3d print fan-art for a friend. 🥰… https://t.co/vvJwSV2KEt
## 1007              we should chat resist players in league of legends that type but not perma ban players who leave game, win trade an… https://t.co/QrKrZB5EFD
## 1008                                    Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 1009                              top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 1010                                     Katirina of League of Legends! #LeagueOfLegends  #stablediffusion \n\nhttps://t.co/c7apcm2XQG https://t.co/H87xRRGG4z
## 1011              Since I have been playing more #LeagueOfLegends like off stream with friends and am now the owner of the Pool Party… https://t.co/eFcShou6IU
## 1012                                         #belveth #LeagueOfLegends #b3d #blender\nBel'Veth Trying to escape by hacking my blender👾 https://t.co/rDpA6Zg2fl
## 1013                                                                                    A peace for every game #LeagueOfLegends #Memes https://t.co/a1ORohxiYJ
## 1014        these two persevered their entire lives &amp; finally became world champions this year. \n\nall I'm saying is: 2022 is wo… https://t.co/GAIZIvyEIh
## 1015               League of Legends - Riot buffs Rod of Ages in Patch 13.1\n\nhttps://t.co/ZYhT2g8dcq\n\n#LeagueOfLegends #RiotGames… https://t.co/C9ipAptj8s
## 1016                                                                       Queen of Doom and Gloom\n\n#RiotGames #VEX #LeagueOfLegends https://t.co/vdXlmuaMVf
## 1017              The first half of the game and middlegame was stupid with the items – did not understand who better to give what an… https://t.co/PFWFbzWvg8
## 1018            In the middle of the game took Soraka, and it made a big difference – a lot of hits and a lot of damage.\n\nIn genera… https://t.co/adRJti8L7h
## 1019            Another first today. \n\nAlmost the whole game, I was losing and quickly drained to 2 hp. Near the end of the game ca… https://t.co/fa400w9stO
## 1020                              LOL DAILY MOMENTS MONTAGE 2023 https://t.co/gpEm82XAKs link\n@YouTube\n\n#lol #LeagueOfLegends #toplane #lolmontage #lolnews
## 1021                   How To Jungle In Season 13 with GANK JUNGLERS? | #leagueoflegends #tierlist #patch #patchnotes #lol #leaguetok… https://t.co/En28dheK7Q
## 1022                                                                                    Tactical decision, summoner!\n#LeagueOfLegends https://t.co/oB5shoeAUV
## 1023                                                        The monday morning motivation rn\n#VTuberUprising #LeagueOfLegends #Vtuber https://t.co/ERTEF8wGoB
## 1024                                                                                Sooooo funny!!!🥳 #LoL #mobilegame #LeagueofLegends https://t.co/gfd8WCTSAa
## 1025               Played light but still was able to get this takedown this morning! #DFS #eSports #LeagueOfLegends #DemaciaCup More… https://t.co/G5r9q1FsPr
## 1026               Tank meta they say ...\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/8fDvy7NyoC
## 1027              @Yuminisiachan [🇵🇱] Yumisiaq 🐱 is a polish gamer girl who enjoys community a lot! She's a very talkative person! He… https://t.co/QDPii2JxuT
## 1028               super super cute seraphine and viego commissioned by @The_LadyScorpio 💜🖤 i had so much fun drawing this and i love… https://t.co/9t4vaEGpRJ
## 1029                        Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use!… https://t.co/nN8Bf5Tc8O
## 1030          ▶️ League of Legends - Top streams a las 15:58 (Hora ESP)🔥\n\n🥇 #Esportmaniacos➖Viewers: 3.449\n🥈 #NickDaBooM➖Viewers:… https://t.co/gaG2Afaj8S
## 1031                                                  What an amazing game 😍😍 #LeagueofLegends #LeagueOfLegendsFanArt #КосплейLoL #StarGuardian #StarGuardians
## 1032               Day 6 of begging @riotgames to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petition #riotplz #3v3
## 1033                                                           🔴LIVE NOW \n\nLINK: https://t.co/4qCFrab2Rn\n\n#LeagueOfLegends #twitch https://t.co/ghlYqgY1HB
## 1034                                                                             Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 1035                                                                                                     big facts\n\n#LeagueOfLegends https://t.co/oYbvBgzYKg
## 1036                        New Short is out today!\n\nMr. Quadra's Insane Game Part 1 #shorts #trending #leagueoflegends https://t.co/DnC6QunR9g via @YouTube
## 1037                                                                        Kha'zix and a Good Team #LeagueOfLegends  #montage #khazix https://t.co/AHEAHInT3w
## 1038                                                          just you and me Fishbones- Jinx\n\n#arcane #jinxcosplay #LeagueOfLegends https://t.co/z1bcCaTIgx
## 1039             We are trying out the game.🥺🥺🥺🥺🥺 #LeagueofLegends #Game #Fanart #YıldızMuhafızları #GENGWIN #Nilah \nOriginal: Coven… https://t.co/fu2PrKLMbq
## 1040                                                          Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 1041                                A lot of great events this year, but what was your fav?\n\n#DOTA2 #LeagueOfLegends #CSGO #VALORANT https://t.co/e0N30IUizr
## 1042                          Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina… https://t.co/sdQoV0aaVj
## 1043              Death Hunt: If Kindred spirit gods given people pray to them? If so can shaman use there power or a deal for when d… https://t.co/lQQKDgsyJs
## 1044                                                                                                DUNK!!\n270 PTS\n#Dunkmaster🏀 #FeelIonia🍃#LeagueOfLegends👊
## 1045                                                                                                DUNK!!\n269 PTS\n#Dunkmaster🏀 #FeelIonia🍃#LeagueOfLegends👊
## 1046                                                    steadfast capstone now master rank #leagueoflegends #leagueoflegendschallenges https://t.co/zEIg1B5rFt
## 1047                                                         comeback kids now master rank #leagueoflegends #leagueoflegendschallenges https://t.co/uL8izVg2K2
## 1048                    Third wheel\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/28yRealyEQ
## 1049                                                                                Waiting room for today's #LeagueOfLegends stream!\nhttps://t.co/a9k1Gs4cfv
## 1050                Live now with #LeagueOfLegendsWildRift been a while since i played this. #LeagueOfLegends #twitch #twitchstreamer… https://t.co/cgerlzIQZW
## 1051              I have a tabletop RPG in the LoL universe and I need ideas to continue.: My universe it's set in runeterra, the sto… https://t.co/Lq8jWcnx37
## 1052           ▶️ League of Legends - Top streams a las 14:48 (Hora ESP)🔥\n\n🥇 #KXMI➖Viewers: 692\n🥈 #Esportmaniacos➖Viewers: 541\n🥉… https://t.co/omEq4lvzbL
## 1053                #livenow Will there be salt today? A little #LeagueOfLegends shenanigans with @Riyou_Kisa @Hoten__, Kris and BOB!… https://t.co/tosAVBrAqp
## 1054                                                                    Thresh c0mm for a classmate ! ty!!\n\n#LeagueOfLegends #Thresh https://t.co/a7YGj3lmmR
## 1055                                                    How to use Teleport Effectively on KAYLE #leagueoflegends #lol #shorts #league https://t.co/coj9vqn6UB
## 1056              If I was able to make my own team in #LeagueOfLegends and choose who I played with no matter what region, I would b… https://t.co/mXbLhIqQTO
## 1057                                                                       Fighting Sion in preseason be like: #LeagueOfLegends #Memes https://t.co/hZ8XpgR3TE
## 1058                                                                                Not only dota and fortnite #LeagueOfLegends #Memes https://t.co/IS3cEZlwzX
## 1059                                                Sus\ni mean\nSylas\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Sylas https://t.co/4Cq1WSNN1F
## 1060                           League of Legends // Iron Climb W/ Squizhii // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers… https://t.co/qsdcA2q6QX
## 1061                                                            Jhin Penta from preseason 13 too clean. #LeagueOfLegends #LionelMessi𓃵 https://t.co/4p0QWErCD8
## 1062                                         Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 1063              Live with some ranked (preseason) league. So basically trying to get imaginary points that are worth even less beca… https://t.co/eEEZaOLdre
## 1064              I swear every time I load this game this message appears.... Honestly riot at this point should hire me to their pl… https://t.co/iO8IIOCkIq
## 1065        I don't know what to post today so... Multifandom time &gt;:D\n.\n.\n#Digitalart #WarriorCats #Predator #Dehaka (I just k… https://t.co/pARVIktJnr
## 1066                                              https://t.co/5xULFPw8Uc LIVE! Come say hi^^ \n20 wins 0 losses atm #hardstyle #LeagueOfLegends #StreamingNow
## 1067                                     Here is one of ultimate waifus from LoL - Ahri!💞\n\n #LeagueOfLegends  #LeagueOfLegendsFanArt https://t.co/yHhDEXvR7A
## 1068                      Solo queue teamplay be like\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/yx8boVwhfu
## 1069                                                  STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux
## 1070              Even though it's just a normal game (normies), I had the most Jhintastic play being an ADC - ever. Straight "Victor… https://t.co/nQkKMFWZmW
## 1071               Sound Redesign for one of my favorite champions Jhin! \nAnd yes, that was an M1 Garand PING &gt;:)) \n\n#GameAudio… https://t.co/jHxJfg9PrR
## 1072                                                                             What a game.❤️❤️ #LeagueofLegends #Gameplay #Worlds2021 #YıldızMuhafızı #ФанАрт
## 1073            ▶️ League of Legends - Top streams a las 13:38 (Hora ESP)🔥\n\n🥇 #Zeling➖Viewers: 1.188\n🥈 #PochiPoom➖Viewers: 581\n🥉… https://t.co/tGdZKrjXHP
## 1074                                                      Love the game.😎😎😎😎😎 #ArtofLegends #LeagueofLegends #Game #StarGuardians #FLYWIN #TransformaTuDestino
## 1075              Avid #LeagueOfLegends fans use @SkinSpotlights as a go-to for all of their cosmetic needs; so much so they want the… https://t.co/5OsOYMriHy
## 1076                 League of Legends Katarina look inspired by Skin Spotlights is a must https://t.co/6B5jqIIUQt #LeagueofLegends #MOBA #FreetoPlay #esports
## 1077                                             For every light themed there would also be dark themed skins. #LeagueOfLegends #Memes https://t.co/zuNpLPipJr
## 1078                                           no please no I am not going to download league for the 6th time #LeagueOfLegends #Memes https://t.co/7X1fNwG6p7
## 1079          I'm LIVE!\n\nHavent played League in a little over a week, but it wont stop me from getting D2 today! Tune in!\n\nttv/t… https://t.co/yDCZ2XNopE
## 1080            Another LOL fanart. And this time it's Sona 🥳🥳...\n\nSo happy that I did pull it off, it's hard for me at first since… https://t.co/mV8feEqDgi
## 1081              Can we stop treating every single new thing released by Riot as a teaser for the MMO?: It seems every single time a… https://t.co/gr3tBH5jNO
## 1082               White Monogram Name Personalized Water Bottle https://t.co/gQwzgA2QtW via @zazzle \n#zazzlemade #robloxArt #roblox… https://t.co/n5q2JRqrYI
## 1083                  Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao.… https://t.co/ciFuxUXd2z
## 1084                                                                                   Day 751: No news on Pentakill Rell 🖤\n#LeagueOfLegends #Pentakill #Rell
## 1085                      [9:13] Ally 1 (Ornn): Alive\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/tMz7kg5KDZ
## 1086              And here we go: @EinSpandau announced their Roster at the @DreamHackDE ! What a game against @NNOPrime! Well played… https://t.co/wjFqasgaCl
## 1087                                                  Let's do it!🥳🥳 #Game #LeagueofLegends #StarGuardian #GuardianasEstelares #ФанАрт https://t.co/lgvSWhyN42
## 1088                                     Stars protect me.🤗🤗🤗🤗 #MOBA #LeagueofLegends #КосплейLoL #GENGWIN #Bjergsen \nOriginal: M3vho https://t.co/JBmBty8eeS
## 1089                                                                                              me n who #LeagueOfLegends #RiotGames https://t.co/Mo8inb9W4M
## 1090             2/ #RiotGames says Sam Bankman-Fried’s love of #LeagueofLegends hurts the brand. \n\nThe game developer wants to end… https://t.co/fHGlfluIwK
## 1091              ▶️ League of Legends - Top streams a las 12:28 (Hora ESP)🔥\n\n🥇 #Zeling➖Viewers: 957\n🥈 #PochiPoom➖Viewers: 702\n🥉… https://t.co/C07g4H72VC
## 1092                                                             Old painting of Jinx I never posted\n\n#Arcane #Jinx #LeagueOfLegends https://t.co/MwfgizhJW9
## 1093       Recruiting starts after #Christmas\n-#Streamers\n-#Esports\n-#GFX \n-#Management\n-#Coaches\n•#Competitive \n-#ApexLegends… https://t.co/Gpq8Y2flva
## 1094                                                                     WORKING ON MISS FORTUNE ☠️🏴🏴‍☠️!!! #LeagueOfLegends #MissFortune https://t.co/SL6C8miBT5
## 1095                                                        It was enjoyable.🎮🎮 #Gameplay #ArtofLegends #LeagueofLegends #КосплейLoL #Nilah #YıldızMuhafızları
## 1096              🤝 Congratulations to our winner of ACES: #Valorant, #DOTA2 and #LeagueofLegends last weekend 💥\n\nCampus esports is… https://t.co/VsynSZIdqe
## 1097              what does it mean\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/UVaTzHHpOp
## 1098                                                                                  It will start soon.🤔🤔 #LeagueofLegends #Gameplay #GENGWIN #G2WIN #ФанАрт
## 1099                                        It is time to make art.🔥🔥 #LeagueOfLegendsFanArt #ArtofLegends #LeagueofLegends #GENGWIN #StarGuardian #Worlds2021
## 1100                                                     New video out! #Wildrift #lol #leagueoflegends SPIRIT BLOSSOM YASUO MVP MODE\nhttps://t.co/9nMZaZ3YHA
## 1101                                                                               Solo to master? Why not. #WildRift #LeagueOfLegends https://t.co/yhVbH3KtH7
## 1102              Very ~trash~ Christmas edit of the girls! I'm still new to doing edits, so sorry that they're kinda bad lol, I trie… https://t.co/Yr82NX9mQM
## 1103              ▶️ League of Legends - Top streams a las 11:46 (Hora ESP)🔥\n\n🥇 #Zeling➖Viewers: 893\n🥈 #PochiPoom➖Viewers: 668\n🥉… https://t.co/pztjkCSvj0
## 1104                                                                                  Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 1105                                                                                   Shit\n#WildRift \n#LeagueOfLegends \n#RiotGames https://t.co/5rqTpDZ3jd
## 1106                                                     Whole friendship summed up to one clip #gangfights #fortnite #LeagueOfLegends https://t.co/9uFryWB4Od
## 1107                                                                                Up your #LeagueOfLegends Game! #StrategyGuide #Win https://t.co/38ul3jtORC
## 1108                                                   Soraka - League of legends \n\n#soraka #LeagueOfLegends #ArtofLegends  #drawing https://t.co/zln4z6YiE5
## 1109                                                        I showed it to my friends.🎮🎮 #Gameplay #LeagueofLegends #mobilegame #StarGuardian #Bjergsen #G2WIN
## 1110                                                                                              Sad but true #LeagueOfLegends #Memes https://t.co/lusJFCFid3
## 1111                                                                         The life cycle of a Kassadin main #LeagueOfLegends #Memes https://t.co/c9QVJQxfKe
## 1112                      little miss fox is waiting for you💖 where? here: https://t.co/8zBk0uIJnj 🤭🍑 #popstar #ahri #LeagueOfLegends… https://t.co/Ay6Z77QMp4
## 1113                         Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar… https://t.co/lcAZHVcL2g
## 1114                                                                     Adc is a role #LeagueOfLegends #riotgames #jinx #nasus #funny https://t.co/TAJeeRRHRA
## 1115             Reading, Everything We Should Have Said (K'Sante Story) - League of Lege...: submitted by  /u/RangerEd64-  \n [link]… https://t.co/uVBwz2yym3
## 1116              The plot of "The Return of the Abandoned Son" is like a roller coaster of emotion. It's riveting and full of surpri… https://t.co/X3jD94Tnj6
## 1117                      [9:13] Ally 1 (Ornn): Alive\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/LeIJgbmCP9
## 1118                      For more post like this follow @bladeandwhip \n•\nThanks to @leagueoflegends\nand @riotgames for League!\n•… https://t.co/xkv7CGfAIG
## 1119                Reading, Everything We Should Have Said (K'Sante Story) https://t.co/3AeiGMeGZh via @YouTube \n\n#LeagueOfLegends… https://t.co/avUfVQyJwL
## 1120                                                         Camille 1v2 outplay #LeagueOfLegends #riogames #camille #quinn #Outplayed https://t.co/3NNDQGdca8
## 1121                                                                   The game is enjoyable.🙊 #Fanart #LeagueofLegends #Gameplay #StarGuardian #Nilah #ФанАрт
## 1122                                                           We play a few games.❤️ #Game #LeagueofLegends #GuardianasEstelares #StarGuardian #YıldızMuhafızı
## 1123          It's time for a new week of #gaming 🔥\n\nWhich game is your fav #fam? 👇\n\nYou can guess mine with this picture for sur… https://t.co/z4SocJNrhN
## 1124                                                                              It's a lot of fun.🙊🙊🙊 #StarGuardian #LeagueofLegends https://t.co/YRmJzmEqg3
## 1125              The Chinese spyware gacha games are going to have a field day with this once they realize they don't even have to p… https://t.co/XTC9XuIUlA
## 1126                                                                           Was bored and made Twisted Tate #LeagueOfLegends #Memes https://t.co/ftLsBCl7pY
## 1127                                                                 If you don’t get it keep it that way [OC] #LeagueOfLegends #Memes https://t.co/PQuIbeoWGS
## 1128                               Samira of League of Legends! #LeagueOfLegends  #Samira #stablediffusion \n\nhttps://t.co/0xtqGDUfQL https://t.co/mxb0caTTYn
## 1129             ▶️ League of Legends - Top streams a las 10:08 (Hora ESP)🔥\n\n🥇 #PochiPoom➖Viewers: 468\n🥈 #JimRsNg➖Viewers: 411\n🥉… https://t.co/QXJ4zgQnMF
## 1130                                                             I have a gift for you. #LeagueofLegends #ArtofLegends #Worlds2021 #TransformaTuDestino #Nilah
## 1131               Tank meta they say ...\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/SNBxDT8UwZ
## 1132             Si there is people in league who hack the acc of people and climb with it ?!!\nHeyloo hack me YourFavoriteLulu in EU… https://t.co/BAdLtEoGUY
## 1133                                                        The game was special.🤩🤩🤩 #Game #LoL #LeagueofLegends #Bjergsen #StarGuardians #TransformaTuDestino
## 1134                                                      come vibe with me!! might play games later. maybe some more #LeagueOfLegends https://t.co/EH1VvKNt75
## 1135                              I shared the drawing with you.❤️❤️❤️❤️ #MOBA #LeagueofLegends #mobilegame #GuardianasEstelares #StarGuardians #GuardiãsEstelares
## 1136                                                          Started playing a game again. #StarGuardian #mobilegame #LeagueofLegends https://t.co/pZMnxY1yr7
## 1137                      I'm not sure what to think about this game. #StarGuardian #LeagueofLegends #mobilegame #GuardianasEstelares… https://t.co/pd7ECz96sG
## 1138                                                                  What do you think about it?👇👇👇👇👇 #LeagueofLegends #ClashLoL #StarGuardian #StarGuardians
## 1139                         POV you stole your ad carry’s cs\n\n#Caitlyn #ArtofLegends #LeagueOfLegendsFanArt #LeagueofLegends #Riot… https://t.co/ndDNFZkgaD
## 1140                                                                                                   En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G
## 1141            Questions about Shuriman history: When did Icathia fall to the Void? When did the Void Wars end? \n\nWhen Shurima fel… https://t.co/L7z76oqKwE
## 1142            #LeagueOfLegends fanart!\n\nThis drawing was for a star guardian collab but i just keep loving the coloring i did for… https://t.co/5fnqUPK6cN
## 1143              RT LoLMemesBot im sorry\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/k7SNFd4nGQ
## 1144                               #RiotGames (#LeagueofLegends) Trying To Get Out Of Terrible Crypto Sponsorship Deal with #FTX #SBF… https://t.co/FvxgBS2wxr
## 1145             im sorry\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios… https://t.co/DyiE3wjh75
## 1146              ▶️ League of Legends - Top streams a las 08:58 (Hora ESP)🔥\n\n🥇 #nezumivy➖Viewers: 831\n🥈 #JimRsNg➖Viewers: 535\n🥉… https://t.co/8O6hnPrxuy
## 1147            Carrying a Toxic Xin Zhao ingame\nWatch the whole video to find out,\n\n#WildRift #LeagueOfLegends #Youtube #NewVideo… https://t.co/29SoyR9Lxi
## 1148                                                                        The world is wonderful.🎮🎮🎮🎮 #Gameplay #LeagueofLegends #Worlds2021 #TLWIN #GENGWIN
## 1149                                                                           All I want for Christmas is league 2 #LeagueOfLegends #league2 #christmas #joke
## 1150              ▶️ League of Legends - Top streams a las 08:30 (Hora ESP)🔥\n\n🥇 #nezumivy➖Viewers: 623\n🥈 #JimRsNg➖Viewers: 620\n🥉… https://t.co/8DtWlGorVO
## 1151                 Best Esports Teams In The World of 2022\n\n #esport #gaming #esports #gamer #game #csgo #twitch #leagueoflegends… https://t.co/nuMn516JET
## 1152                          This is the best and worst thing I have ever created. I present to you, Twisted Tate.\n#TwistedFate #TF… https://t.co/Il3iZ57aMl
## 1153                          Practicing league and playing with viewers! #TwitchStreamer #league #playingwithviewers #leagueoflegends https://t.co/l2vdqv5rgJ
## 1154                                             People value love and work.💕💕💕 #LeagueofLegends #LoL #Fanart #TransformaTuDestino #GuardianasEstelares #TLWIN
## 1155                   new feature. never seen before\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/RutJfy3RdR
## 1156                             I should be fucking sleeping because I have an exam tomorrow loooooool but instead I'm talking about… https://t.co/mUq3O6ViWJ
## 1157               U.S. online game developer and publisher Riot Games has filed a motion with the court handling the #FTX bankruptcy… https://t.co/kCqGGktqqN
## 1158                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/gJiMJnQgT6
## 1159              💎K/DA ALL OUT Ahri 🦊\n\n🎨 Artist: Anomis\n🌐 Platform: Artstation\n\n#leagueoflegends #fanart #leagueoflegendsfanart… https://t.co/ezHYF4yHvZ
## 1160             second member of #FirtsBlood\n(My Fan-Band)\n\nMorgana, vocalist and pianist\n#morgana #ArtofLegends #LeagueOfLegends https://t.co/VoBPnZIOoh
## 1161               SECRET NEW ITEM 📦 JAK'SHO INTERACTIONS WITH VEIGO  🤯  🤯  🤯#leaugeoflegend #jaksho \n#LeagueOfLegends #LionelMessi𓃵… https://t.co/3WyNizsxqq
## 1162          ✨Cosplay News✨ \nThe popular Malaysian cosplayer "KIYO" shows cosplay of #Jinx from #LeagueOfLegends!\n\n@kiyocosplay… https://t.co/ScKPr5fT7V
## 1163                                                              Messi win world cup / Deft win World / Niko win Major #WorldCup2022  #LeagueOfLegends  #CSGO
## 1164                                                                                   Good luck. #LoL #Gameplay #LeagueofLegends #G2WIN #Bjergsen #КосплейLoL
## 1165                                                      My first ever pentakill with Irelia. 😆 \n@LeagueOfLegends \n#LeagueOfLegends https://t.co/FlA5OCrZJx
## 1166         Merry Christmas &amp; Happy New Year 2023!\nJinx, Park Solomon (Lee Su Hyeok), Wednesday\n#LeagueOfLegends #ArtofLegends… https://t.co/58j5TvY4m3
## 1167                                                                                     BET #LeagueofLegends | Captured by #Outplayed https://t.co/fy3T7B7uwa
## 1168              i think I'm going to sleep.. now... *yawn* *bonk* ow. anyways the Bonking Deer is coming to WR on December 21 (prob… https://t.co/cGxxNJafOZ
## 1169                                UpGonna do some comic reading\n \n#leagueoflegends #emperor #animegirls\n\nhttps://t.co/7B33xLk7mW https://t.co/H4EERNuYyg
## 1170                                                                                                                 Warwick top need to go 🤮 #LeagueOfLegends
## 1171                              Morgana of League of Legends! #LeagueOfLegends  #Morgana #stablediffusion\n\nhttps://t.co/n85zi3oiY6 https://t.co/F05ohfn7Fq
## 1172              https://t.co/H4AUyVmHWn\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #LeagueOfLegendsRule34 #LeagueOfLegendsgenerator… https://t.co/QXgZEEEcHc
## 1173                                                HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 1174                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/Kc7itXGiTZ
## 1175                                I have to keep sharing.🙊🙊🙊 #LeagueofLegends #FLYWIN #ClashLoL #StarGuardians \nOriginal: RavenKEKW https://t.co/lMVKnERRP7
## 1176                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/G85xrBAbvb
## 1177                                                                                                 🟣playin #LeagueOfLegends unfortunately🟣\n🔗in bio\n#vtuber
## 1178             Day 35 of @LeagueOfLegends quotes:\n\nShut your mouth, or I will slap the soul out of you.\n-Illaoi\n#LeagueOfLegends #quotes #gaming #Illaoi
## 1179                                                                                                I feel like  a young dopa playing Orianna #LeagueOfLegends
## 1180                                                                                                                   nerf Yasuo's Wind Wall #LeagueOfLegends
## 1181                         Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising… https://t.co/qfVSHxTweT
## 1182              I am now live!\nhttps://t.co/NUohtzJ120\n\n#riven #toplane #lol #leagueoflegends #korean #asian #game #stream #live… https://t.co/NcHZKEoLk0
## 1183              ayyy you know idk but like who does you feel me? quite the predicament if you ask me but who is asking? idk tbh but… https://t.co/reHozK9m7s
## 1184                      The Blue Ezreal in Question\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/XQN3I3LsQM
## 1185                                             We are working on the game environments.🙈🙈🙈🙈🙈 #mobilegame #MOBA #LeagueofLegends #G2WIN #FLYWIN #StarGuardian
## 1186             It has been 13 days since the last official update on Project L, the #LeagueOfLegends tag fighter.\n\nIt's also been… https://t.co/z31oT0yIPO
## 1187              timelapsed tom and jerry except its twitch and yuumi #leagueoflegends #artoflegends #leagueoflegendsfanart #mspaint… https://t.co/vSCGU2cP6k
## 1188                                                                               I'm winning with champs I don't even play, I'm that bored. #LeagueOfLegends
## 1189                                                          I would like to play this game.🙉🙉🙉🙉 #LeagueofLegends #MOBA #YıldızMuhafızları #Bjergsen #GENGWIN
## 1190                                     I should get the game.🎮🎮 #LeagueofLegends #GENGWIN #FLYWIN #TLWIN \nOriginal: LeagueOfLegends https://t.co/gDM3e8QzvL
## 1191             One of the most satisfying things for a toplaner is getting 1000/min, is like 12 minions/min of LoL PC.\nI love so m… https://t.co/NIHg7Qx5np
## 1192              Planetary Collision Esports Part 12. Aegis League tryouts are scheduled and I can't wait till Thursday. Let us know… https://t.co/oiZrMIhBuG
## 1193              Just sylas things\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/txBXmIohe5
## 1194                                     Just a casual flex game with friends 🙈 #leaguetwt #LeagueOfLegends #ahri #LeagueOfLegendsAhri https://t.co/YbyLjAg20b
## 1195             I thought i posted this here but i was wrong XD\nThis was a practice on ibis paint cuz i want to use my phone to dra… https://t.co/i0iXS4VcK1
## 1196                      After about 2 years, I finally got every skin for my otp champ....#LeagueOfLegends #League_of_Legends #lolwr https://t.co/dAq9MZZWtu
## 1197              Convinced majority of people in solo que have lower than average IQs or that the claimed average is actually much h… https://t.co/MFJmynqdjF
## 1198            RUN SINGED RUN\nhttps://t.co/ZVY5FbYU0N\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnect #jetztlive\n#TwitchDE #VENTUS
## 1199                         RIIIIICAAAAAAARDO WAAAAAAARUM\nhttps://t.co/jGU60TD41j\n#LeagueOfLegends  #Twitch #SupportSmallStreamers… https://t.co/zU0spe0wGL
## 1200                                                                       Gamers Never Quit.🎮🎮🎮🎮 #LeagueofLegends #StarGuardian #game https://t.co/2SKhkL4ajn
## 1201                                                             The squid battle is about to start. #mobilegame #LeagueofLegends #LoL https://t.co/ARybaqwjfM
## 1202                        Riot Games Trying To Get Out Of Terrible Crypto Sponsorship Deal https://t.co/rYK1WdeI90 #riotgames #riot… https://t.co/NCNFYbSLFs
## 1203                               Get the right games.👏 #LeagueofLegends #LoL #FLYWIN #Nilah #YıldızMuhafızları \nOriginal: ToniPieva https://t.co/FdTdjNbANw
## 1204                                                                 live playing more league come hang out #LeagueOfLegends #twitch \nhttps://t.co/zkALpUD8Kg
## 1205                           Check out my latest video "DRIVE BY #leagueoflegends #gaming #lol #clip #shorts #league"\n\nWatch Now:… https://t.co/1HcSaqttsX
## 1206                     Protein for Protean builders\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/Nj7VSsyqFi
## 1207                                Due to one of ARAM’s newest features, some players have discovered an Anivia bug. #LeagueofLegends https://t.co/BtEzz5sppg
## 1208                                 Ok but hear me out\n\nBATTLE ACADEMIA ZOE✨💖\n\n#Lux #Zoe #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/tH1OO7TKxZ
## 1209                          It's been a hot minute since I did any art.👏👏👏👏 #LeagueOfLegendsFanArt #LeagueofLegends #mobilegame #GENGWIN #КосплейLoL #ФанАрт
## 1210            What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or m… https://t.co/RIqZjoa3gJ
## 1211                                Going live watching #ScuffedWorldTour and playing #LeagueOfLegends 🤙🏻🤙🏻🤙🏻🤙🏻\n\nStinky boo boo man… https://t.co/1tjKL8vFzy
## 1212                                            How long has League of Legends PBE URF been out?\n\n#LeagueOfLegends \n#LeagueOfLegendsPBE\n#League_of_Legends
## 1213                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/cbeDGGfMPO
## 1214                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/y5btiaA1GH
## 1215                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/c4EWJcu16F
## 1216                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/wFJFmbLsRb
## 1217             Now I know where I can take out my anger after losing a game of League of Legends: a guy's balls 😘\nMaybe I'll actua… https://t.co/yyaPj9JNQO
## 1218              LoL Master Yi Champie Chibi Classic T-Shirt\nhttps://www.redbubble ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO
## 1219                                                     I drew it.😍😍😍😍😍 #LeagueofLegends #Gameplay #GuardiãsEstelas #TransformaTuDestino #GuardianasEstelares
## 1220               Any off-meta enjoyers?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/5eUWRC3yse
## 1221                                                                        League of Legends\n#LeagueOfLegends #LeagueOfLegendsfanart https://t.co/0gvMUznHCl
## 1222                                                                      #LeagueofLegends Live: A Concert Experience at Worlds (2017) https://t.co/bucOO1b5Kf
## 1223            https://t.co/GkQ5lcW0wA\n\nLeague Of Legends Wild Rift Game Online Generator Hack Cheat\n\n#wildrift #leagueoflegends… https://t.co/XzNlgyLCmv
## 1224                            Some of my favorites have been done.🙈🙈 #Gameplay #LeagueofLegends #LoL #ClashLoL #TransformaTuDestino… https://t.co/2yxoHj4fvI
## 1225                                                                  Xayah Champion Overview | Gameplay – #LeagueofLegends: #WildRift https://t.co/dhE6FRWMC4
## 1226                       It was fun.👇 #mobilegame #Fanart #LeagueofLegends #YıldızMuhafızları #GuardianasEstelares #Nilah \nSource:… https://t.co/8OQWF7O0GS
## 1227                                                I can't wait to play.🙈🙈 #LeagueofLegends #mobilegame #LeagueOfLegendsFanArt #StarGuardians #ФанАрт #FLYWIN
## 1228                                                        sometimes i make fanart #Fanart #LeagueofLegends #Game #FLYWIN #GuardiãsEstelas #GuardiãsEstelares
## 1229              This awesome comic deserves more attention!\n \n#leagueoflegends #Reincarnation #coloring\n\nhttps://t.co/KAgCKu3ies https://t.co/erekHxM7Yr
## 1230                  Join the Buff Clan https://t.co/HULRxkhWzk\n#gamingcommunity #Buff #Free #Freegames #Freegamingstuff #Buffcoins… https://t.co/yRRBFwtl3e
## 1231                         Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising… https://t.co/SpuTYbxUj7
## 1232                                                                               Should I play?😎😎😎😎 #Gameplay #LeagueofLegends #ФанАрт #StarGuardians #G2WIN
## 1233                                     hi guys back online and practicing my Bard Mid Streaming League of Legends\nhttps://t.co/EeyuzuzO1e\n#LeagueOfLegends
## 1234             A rich prize dredged up from the depths!\n\nCongratulations to WAKR, who won @Trackie_D 's #TidesofTurmoil2 after an… https://t.co/UjcePr7NoN
## 1235                              manifesting my diamond for next season😤✨️\n\n#LeagueOfLegends #egirl #nsfwtwt #cute #gaming #fashion https://t.co/APqyXQlNqE
## 1236           I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o… https://t.co/PYftRzmgMq
## 1237                                                                        I am playing a game.🤗🤗🤗🤗 #mobilegame #LoL #LeagueofLegends https://t.co/aiPTKCrlLO
## 1238                 I got a warm cup of tea and my League client open! Join me for Winterblessed grinding? ❄️🤗https://t.co/in4QURH4qf… https://t.co/RlLQrxapQL
## 1239              Today on the 19th of December, 10 years ago, Vi; The Piltover Enforcer was released 🎂: submitted by  /u/aroushthekw… https://t.co/WlYNxieMvq
## 1240                 I walk a lonely road\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/sZEzQpzNDE
## 1241                                                One of the things I like to imagine.🎮 #LeagueofLegends #Worlds2021 #GuardianasEstelares #GuardiãsEstelares
## 1242             Doing the streaming thing over at\nhttps://t.co/gX5YNcIvSO stop by maybe join in some games usually playing somethin… https://t.co/XVMTw62Gb0
## 1243             The moba inspired in #LeagueOfLegends, @EverMoon_nft , announced that “Evermoon Alpha” is now available.\nAs per the… https://t.co/ivYg1fKoQF
## 1244                             @Snowden Wait a min. The new language??? \n\n#willworkforbitcoin. #wwfb a new league #LeagueOfLegends https://t.co/MbShzyB0yh
## 1245              Hey heimer main yutskilgc going live here! I do play with viewers of all levels and yes we are a nontoxic community… https://t.co/5EQiZp3ej9
## 1246                                           Pretty sure @IWDominate would love this one. New video out! \n#LeagueOfLegends #LCS \n\nhttps://t.co/lC3vIMq67X
## 1247                                                              Yuumi top lane is viable guys... \n\n#LeagueOfLegends #WildRift #LOL https://t.co/RcNUUw0mUr
## 1248                                                                       Live on #twitch playing some #leagueoflegends come join me  https://t.co/J1hLmqv5hn
## 1249              Today on the 17th of December, 10 years ago, Vi; The Piltover Enforcer was released 🎂: submitted by  /u/aroushthekw… https://t.co/rFAsCoAsV3
## 1250                                        Lux\nNami\nEzreal\nMorgana\nMalzahar \n\nMy 5 Favorite #LeagueOfLegends Champions to play. https://t.co/jqSnfMmV34
## 1251                                                                                               Sooooo funny!!!🥳🥳🥳 #LeagueofLegends https://t.co/mW7YLAP5sS
## 1252                              It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends… https://t.co/psCfy7r02u
## 1253               ✨ Of course I start getting sick 1 week before Christmas!!! |  !rampage https://t.co/97HMCqzpuE\n@LeagueOfLegends… https://t.co/cr9bg7LrmJ
## 1254                                Hope you're doing well!👏👏👏 #Game #LeagueofLegends #LeagueOfLegendsFanArt #YıldızMuhafızları #Bjergsen #GuardianasEstelares
## 1255                                                             Pentakill, K/DA and True Damage \n\nwe're that bitch #LeagueOfLegends https://t.co/CIvAlPYh0u
## 1256              Everyone's posting x-mas cosplay photos but here I am with my cute bunnysuit because my costume hasn't arrived yet.… https://t.co/alTrHtwAt5
## 1257                       This team hated us!!🤣🤣🤣🤣 especially nasus man had beef with me 😂😂 #LeagueOfLegends #WildRift #mobilegaming… https://t.co/MfOCLIGjSV
## 1258                                                               You have to play.🙊 #MOBA #StarGuardian #LeagueofLegends #TLWIN #GuardiãsEstelas #КосплейLoL
## 1259                          Thank you for bring me to Kai'sa, Fizz. XD\n\n#LeagueOfLegends #league #Aram #Kayn #kaisa #fizz #rhaast… https://t.co/Tbg4FrS132
## 1260             Garen?? No today is ARGEN 🇦🇷🇦🇷🇦🇷🇦🇷🇦🇷\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/JIiGxGlAXH
## 1261                              HOP THE SNOWBALL! https://t.co/lnxtlfk8tp via @YouTube  #LeagueOfLegends #leaguetwt #Subscribe #TwitchRecap #TwitchStreamers
## 1262                         Jayvik for the soul!\nPossible charm or sticker? Mayhaps\n#arcane #jayvik #leagueoflegends #jayce #viktor https://t.co/cf8MZ2RDZ1
## 1263              Do all the just awful players play league on Sunday ? 4 games in a row of just the worst players and it’s been like… https://t.co/ZAhyhVnJgn
## 1264                                                                         It means a lot to me.🔥🔥 #LeagueofLegends #LoL #GuardiãsEstelas #TLWIN #КосплейLoL
## 1265                                                                                              eve sketch #evelynn #LeagueOfLegends https://t.co/gUp11alCRj
## 1266            playing some TFT with my roomies! Come vibe with us! \n\n#VtubersEN #LeagueOfLegends #TeamfightTactics Link in the re… https://t.co/RAYtA9wlIT
## 1267            An impromptu 12-hour stream of pure #LeagueOfLegends w/ viewers... LFGGGGGGG!\n\nI lived up to my stream title and ha… https://t.co/AFuMtIRDrv
## 1268                                                           There is a new post every day.🤔🤔🤔🤔 #Gameplay #LeagueofLegends #G2WIN #ClashLoL #GuardiãsEstelas
## 1269               Everything is relative.🙉🙉🙉🙉 #StarGuardian #LeagueofLegends #Bjergsen #YıldızMuhafızları #G2WIN \nOriginal: gigisanp https://t.co/gnGHiYXG4F
## 1270              Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Sett… https://t.co/MiEoCoV1I4
## 1271                                                                  Rakan Champion Overview | Gameplay – #LeagueofLegends: #WildRift https://t.co/ONLxO5fxe5
## 1272                     based gank\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/m3IIQ7zq29
## 1273                                                                       We just keep growing!  #LeagueofLegends #StarGuardian #game https://t.co/qdIgutjKnI
## 1274            #Live playing some #LeagueOfLegends with the homie, so come watch my destroy the enemy team\n\nAlso testing out a new… https://t.co/KXFjZo4t1L
## 1275                         It's an amazing game! #LeagueofLegends #Game #GuardiãsEstelas #ClashLoL #StarGuardian \nOriginal: omidyla https://t.co/KXVxKU7XKN
## 1276                                       some old musical #vieshan I need to draw pentakevin more\n\n#viego #akshan #LeagueOfLegends https://t.co/lrWO9gfdDp
## 1277                Mit 67 msg Top 11%, 83 msg Top 4% und 24 msg Top 15% der Chatter ^^" ??? @noway4u_sir @Agurinlol @Gronkh @RevedTV… https://t.co/2qqRSpVXk4
## 1278              A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I'v… https://t.co/mwlKhEFA4J
## 1279                                                                               It is still the best.😍😍 #LeagueofLegends #TLWIN #YıldızMuhafızı #КосплейLoL
## 1280                                         Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 1281                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/NuGvfSzvZs
## 1282                  Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot… https://t.co/zeXBzEnHuh
## 1283                                                           I think things will go well.🙉 #LeagueofLegends #mobilegame #G2WIN #GuardianasEstelares #GENGWIN
## 1284              This is a drawing.🚀🚀🚀🚀 #Game #LeagueOfLegendsFanArt #LeagueofLegends #YıldızMuhafızları #TransformaTuDestino #Nilah… https://t.co/AqeaPw7Fl0
## 1285                                                                                                  im sorry #LeagueOfLegends #Memes https://t.co/MJPDsoyKKh
## 1286                                                                       Wild subreddit, would not recommend #LeagueOfLegends #Memes https://t.co/AEoTSxOu9V
## 1287                                                                   Thank you so much!👏👏👏👏 #Game #LeagueofLegends #LoL #GuardiãsEstelas #ФанАрт #Worlds2021
## 1288                                                            Team Heretics Acquire LEC Slot for 2023\n #LeagueofLegends #RiotGames\nhttps://t.co/TUbq6ySarF
## 1289                                                      on another level now master rank #leagueoflegends #leagueoflegendschallenges https://t.co/Gj6sGecMex
## 1290             I had thought of a drawing.🙉🙉🙉🙉 #MOBA #LeagueofLegends #Game #GuardiãsEstelares #StarGuardians #ФанАрт \nOriginal: F… https://t.co/jtEMavuVCV
## 1291                                                i have now 3 champs at eternals tier 3 #leagueoflegends #leagueoflegendschallenges https://t.co/o22EcdPxct
## 1292                     1/2 Pearl chroma elderwood Xayah and Rakan ARG edition discord animated icon\n#LeagueOfLegends #Icons #rakan… https://t.co/MQSbQH2XRb
## 1293               I know I’ve never had much of a league of an audience but them being my now most viewed and 4th most viewed videos… https://t.co/bW2Y9Hcs1G
## 1294                                               Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X
## 1295                Today's video looks at how the LEC and LCS have fared head-to-head at international events over the last 5 years.… https://t.co/Ue4tRDORJW
## 1296                                                                             Would you like to see something?😍 #LeagueofLegends #ClashLoL #Bjergsen #Nilah
## 1297                 Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams… https://t.co/coREswzURL
## 1298                     My personal redesign for KOI x Rogue, hope u like it 💜💙#LeagueOfLegends #LegueOfLegendFanArt #LEC #SomosKOI,… https://t.co/MXO05WVt10
## 1299                                   Why add an item that makes us useless\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/A5REpnyaGO
## 1300                            New video is out, as always, feedback is much appreciated\n\nhttps://t.co/L35LesgPWn\n\n#LeagueOfLegends #leaguetwt #RiotGames
## 1301                 Check out my video! #LeagueofLegends | Captured by #Outplayed #dark #angel #morde #knight #gg #shutdown #big #jg… https://t.co/TX7Ag2HapU
## 1302                                                                  I hope you enjoy it!🔥 #LeagueofLegends #Gameplay #Nilah #StarGuardian #GuardiãsEstelares
## 1303                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/gnbuzWxXKr
## 1304                   Check out my video! #LeagueofLegends | Captured by #Outplayed #winter #map #gg #urgot #push #top #tripple #fun… https://t.co/1MxVIr0FWX
## 1305               There should be more games like this. #LeagueOfLegendsFanArt #LeagueofLegends #MOBA #TransformaTuDestino #ClashLoL… https://t.co/9EhDRG57CR
## 1306           1,100 followers! Come say hi? 👉👈\n\nLink: https://t.co/wY2CM76j4J \n\n#vtuber #ENVtuber #vtuberuprising #VtuberSupport… https://t.co/qwkDneqx6R
## 1307                                                  Having fun with lighting and colors.🥳🥳 #LeagueofLegends #LoL #ArtofLegends #Bjergsen #КосплейLoL #FLYWIN
## 1308               GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones… https://t.co/pUFd5ThsDm
## 1309              Yahoo Minions!!! Today is #OSU / #LeagueOfLegends Sunday!!! We are starting off with some ranked league then move o… https://t.co/3XIkHh8Pdi
## 1310                                My pre season so far. \n\nRyze feels hella strong so gonna spam him for a bit.\n\n#LeagueOfLegends https://t.co/AzoiP4vyxn
## 1311                  Hey what's up guys! Streaming for fun, so feel free to hop on in!\nhttps://t.co/B9pZB2Jjb3 #TTV #Streamer #Live… https://t.co/sDBuppWrpJ
## 1312                                                                                                based gank #LeagueOfLegends #Memes https://t.co/WthTB6ZQvw
## 1313                                        The reason I only play with 5 stack #LeagueOfLegends #ranked #holioholio #teamgame #5stack https://t.co/A3CcyjKJvI
## 1314                      Playing with viewers! Come on and have fun with us! Shyvana + heartsteel = THICC DRAGON! \n#leagueoflegends\nhttps://t.co/Zh0Et3zRzY
## 1315                                                        I have promised before.👇👇👇👇👇 #Gameplay #LeagueofLegends #StarGuardian #GuardiãsEstelas #КосплейLoL
## 1316               Space is always a issue but l'm trying to fit everything in  #warcraft #worldofwarcraft #minecraft #halo #godofwar… https://t.co/itf6vEG7xG
## 1317                       GRAGAS AS BARON - League of Legends Custom Skin https://t.co/McRgfnoVku via @YouTube #leagueoflegends #lol… https://t.co/3zLc7TyIPu
## 1318                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/P6yp5Q0QXH
## 1319                                                       new day - new art  #StarGuardian #LeagueofLegends #LoL #YıldızMuhafızı #GuardiãsEstelas #КосплейLoL
## 1320                         This is my reward for making fun of France early in the first half of the game\n#memes #meme #funny #lol… https://t.co/6hUiUtpSDH
## 1321               Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/a5Kf0ltajV
## 1322                  Lol Thresh Lantern 3d PaperCraft , Paper Model, PDF Template Pattern Download\nhttps://t.co/1ar4fOQENf\n.\n#lol… https://t.co/FlmCXDFbq5
## 1323                      Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends… https://t.co/fAhbv41tuB
## 1324                    Day 5 of begging @riotgames to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petition #riotplz
## 1325              HOW COME I JUST FOUND OUT ABOUT THIS JINX FIGURE?!?! AND WHY CANT I FIND IT ANYWHERE AHHHHHH IT WAS MADE BY "R36 Wo… https://t.co/6wg68gjstq
## 1326                                        Mythmaker Irelia! I really love how she looks 🫶🏻\n #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/KZwvL3WNSE
## 1327                                                           Sir ! MESSI WON ! #LeagueOfLegends #WorldCup  #Leadership  #Messi𓃵  🙏🙏🙏 https://t.co/hzVQepU50r
## 1328                                                      That's a strong diagnosis... accurate, but strong. #kindred #LeagueOfLegends https://t.co/TFIwULYTS0
## 1329                                                                 TWO LEGENDS ! ONE VISION ! #WorldCup #LeagueOfLegends #Leadership https://t.co/Qa0yT1ZmDL
## 1330               Whew. Next chapter of JM is now out.  #Ekko is finally able to put the case to bed even if he’s not happy with the… https://t.co/FrAVsTSFNq
## 1331            It's almost time to jump into the Summoners Rift in today's ZOTAC CUP #LeagueofLegends tournament. Sign up now.\n\nNo… https://t.co/VKDSssfvgE
## 1332        Schedule for the week. See you guys there\n\nMonday: Preaseason league(finally)\n\nTuesday: The long dark\n\nWednesday: x… https://t.co/I3w9p4nni8
## 1333                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/m5lR1BDi3p
## 1334              New League of legends video should be out in an hour or so depends if I finish editing. so be on the look out 👀\n#LeagueOfLegends #leaguetwt
## 1335                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/qKVV931hOe
## 1336               Old butcher knife. My fifth handpainted asset. Mesh made in blender, paint in 3dCoat \n#b3D #handpainted #stylized… https://t.co/IG3G0DqwOX
## 1337            By popular demand ♡ Choose the champion for the next set of emotes !\n\nI am beyond flattered with the amount of supp… https://t.co/9kkPDpX70s
## 1338                          Messi and Deft Goats 🐐  and 1v9 Players Chovy and Mbappe but unlucky team #leagueoflegends #FIFAWorldCup https://t.co/I07WCbiXjb
## 1339              Loading....\n+Info @messaval @MaraYPrice \n#valorant #ApexLegends #Fortnite #CSGO #RainbowSixSiege #LeagueOfLegends… https://t.co/YPKcnCYy4w
## 1340                                                                   #LeagueOfLegends #Scripting Happy to see this ad on my YouTube. https://t.co/87GXs2Nrwu
## 1341               Rate my new name\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/4xIZOHv1Ts
## 1342             After gettin some suggestions I decided to update my way of drawing Poppy (statring with the head).\nI gave her more… https://t.co/X1aaqd79ax
## 1343                 ✨New Valorant Stream✨https://t.co/iJFxgT0EtS #TwitchStreamer #twitch #gamer #gaymer #Valorant #LeagueOfLegends… https://t.co/01PdskeD8O
## 1344              Working on expanding my champ pool today on stream by playing ARAM with only unowned/no chest champions! It will be… https://t.co/O24Ar70wZ6
## 1345                I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt… https://t.co/74rgUFJyHq
## 1346                 Put this in perspective. The greats of a lot of games had a first win this year.\n\nDeft #LeagueOfLegends\nMessi… https://t.co/UYHmKmObMp
## 1347                        What’s cozier than a #Poro 🥰🎄💙 \n#FunkoPhotoADayChallenge @OriginalFunko #cozy #Funko #FOTW #FunkoFunatic… https://t.co/0ifrtanEDa
## 1348                                        LUX CATCHING BIG FISH WITH THAT BAIT! #leagueoflegends #shorts #blue #tr... \nhttps://t.co/dNh1kQeoZg via @YouTube
## 1349                                                                                         what does it mean #LeagueOfLegends #Memes https://t.co/prCsnoh1h3
## 1350            Another Day in the rift B) come say hi unless u were diamond or higher 2022, screw u &gt;:L Check out poll on twitter… https://t.co/eAspw8Aixu
## 1351                                                           I can't play it. Riot, where are the balanced tanks??\n#LeagueOfLegends https://t.co/J19rbQ4BVy
## 1352                                                                        I enjoy playing this game.🎮🎮🎮🎮 #LeagueofLegends #StarGuardians #ФанАрт #КосплейLoL
## 1353             In Gold Hell...Again https://t.co/yaQEbFu1Fs\n\nActually closer to getting out of here? \n#valorant #riot #riotgames… https://t.co/H1wq4utb65
## 1354                                                  Which skin shard should I unlock first I can't decide :E\n#leaguetwt #League_of_Legends #LeagueOfLegends
## 1355                                just got a commissions that i could get together some  of stuff i like, Teemo + TFT 😍\n.\n.\n#TFT… https://t.co/mrJA86zxTx
## 1356                  Sorry for the low quality pic, which skin shard should I unlock?\n#leaguetwt #League_of_Legends #LeagueOfLegends https://t.co/YxeajzPjue
## 1357              I can remember I was live streaming myself playing the Aatrox rework when it was released. This is some crazy fores… https://t.co/el7feDxx7U
## 1358                                               lvl 18 full items adc #shorts #leagueoflegends #lol #gaming #lolshorts https://t.co/0hhPSEqlss via @YouTube
## 1359               Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios… https://t.co/oUzURTo3QR
## 1360                    KALISTA 1V9 XMAS! Account unbanned for Christmas carry\n Xmas xmas christmas Christmas League of Legends Riot… https://t.co/XOHLqLYwnM
## 1361                       Rumble- I mean Tristy asu, it turned out way better than i thought it would \n\n#League_Of_Legends #rumble… https://t.co/Ar5TBDcnam
## 1362                                                                       It's 59th day of SIMP waiting for MALE FURRY CHAMP 😔#SIMPiswaiting #LeagueOfLegends
## 1363                            Tell us about your favorite one.💕 #LeagueofLegends #LeagueOfLegendsFanArt #Game #GuardianasEstelares #YıldızMuhafızı #ClashLoL
## 1364                                                       #Kalista #Lol #LeagueOfLegends #LeagueOfLegendsFanArt \nJust fast paint meh https://t.co/3wXQXbyFC6
## 1365                                                                                              Study volume #LeagueOfLegends #study https://t.co/SLfyfP90Mi
## 1366                                                                                                                         Mid diff #ARGFRA #LeagueOfLegends
## 1367                           It was never finished as I had to move on but I have always liked my sketch of Viego. \n\n#artist #art… https://t.co/GQ5MmMeyMo
## 1368                    take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/vkqNFk3LQj
## 1369              It's Christmas in a week, and I'm terribly behind!! But if you'd like to get me something special, here is my Wishl… https://t.co/YLOitAl0qn
## 1370                               The game is the most anticipated in history.🚀🚀🚀 #LeagueofLegends #MOBA #StarGuardian #YıldızMuhafızı #StarGuardians #ФанАрт
## 1371                                                                                      I walk a lonely road #LeagueOfLegends #Memes https://t.co/O8ZvpuSLof
## 1372                                                                               Finally, a good matchmaking #LeagueOfLegends #Memes https://t.co/Yrggeordyv
## 1373                            This is my reward for making fun of France early in the first half of the game #LeagueOfLegends #Memes https://t.co/ooiU7mbr5C
## 1374                                                                                 🤜 🤛 symbol of friendship🤙 #LeagueOfLegends #Memes https://t.co/cQzapReJ3h
## 1375                                                                              Protein for Protean builders #LeagueOfLegends #Memes https://t.co/vHKOGgI4yE
## 1376                                                                      Garen?? No today is ARGEN 🇦🇷🇦🇷🇦🇷🇦🇷🇦🇷 #LeagueOfLegends #Memes https://t.co/DyR2yy5qRE
## 1377                         🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰… https://t.co/Ey4gs6NcTH
## 1378              Its time, once again, for some League of Legends preseason shenanigans! Come join me as I navigate the seas of this… https://t.co/MW2FmAQbfN
## 1379          Law of the sea: Gangplank robs pnz &amp; Vi respones by punching a hole in his ship so he in turn lights the fuse sinki… https://t.co/I93ghMnFg4
## 1380             #LeagueOfLegends #Skullgirls\nnow former catholic immersion students will steak out cartwright ave. for no particula… https://t.co/3C091FzZ5z
## 1381                                                                 As said before; the new englishman\nhttps://t.co/amwfq4ibzw\n#Skullgirls #LeagueOfLegends
## 1382                                 [ENG/FIL] jesus what a world cup final https://t.co/YL0LvZ0ipB #leagueoflegends #twitchAffiliate #twitch #stream #yyc #NA
## 1383                                                                                  Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 1384                                                                                                        Messi is Faker #WorldcupQatar2022 #LeagueOfLegends
## 1385                                                                        Finally 🐐 MESSI the best player.#LeagueOfLegends #LeoMessi https://t.co/JUb61Ae60h
## 1386                             I finally got heartseeker Yuumi just as my interest in jhin has spiked 🥰❤️❤️ #LeagueOfLegends #wildrift https://t.co/rync2kzjRT
## 1387                                                                         LIVE ON 💜\n#twitchstreamer  #twitchfr  #LeagueOfLegends \nhttps://t.co/CogeZMSBK4
## 1388                                                                   First Deft, and then Messi! This year has been a banger! #FIFAWorldCup #LeagueOfLegends
## 1389                                            The Last Dance Buff Is Real\n#LeagueOfLegends #ArgentinavsFrance #WorldCup #Worlds2022 https://t.co/NE8894GBMO
## 1390              The new ranked system in #leagueoflegends is a disaster. It's impossible to climb when you're constantly being matc… https://t.co/P3bABYX2Vo
## 1391                        🤜 🤛 symbol of friendship🤙\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/5BJmIsWR1z
## 1392                                           Me: I will never play LoL! \nAlso me: Only 3600 blue bits till Yone. 😅🥺\n#LeagueOfLegends #LolitaExpress  #Yone
## 1393                                                              27 kills my guy went crazy!! #LeagueOfLegends #WildRift #gaming #FYP https://t.co/Sj2ukcwhD3
## 1394             The commission is in the process.🔥🔥🔥 #LeagueofLegends #LeagueOfLegendsFanArt #Bjergsen #G2WIN #YıldızMuhafızları \nO… https://t.co/rd1Z783KvV
## 1395              anyone else having issues with #LeagueOfLegends since preseason started? My client wont open half the time and I ke… https://t.co/wBAo5HDumc
## 1396                                                               https://t.co/5xULFPNJLK come watch! 15-0 atm O_o #hardstyle #1v9 #LeagueOfLegends #smurfing
## 1397                                                       star guardian jinx is so cute🥺⭐\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/S5xV1ZPhpD
## 1398              The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet… https://t.co/EdHKDuyYW8
## 1399                                                          There are environments being worked on.👇👇👇👇👇 #LeagueofLegends #GuardiãsEstelas #ClashLoL #ФанАрт
## 1400                                                                      Welcome Aboard | Odyssey Animated Trailer – #LeagueofLegends https://t.co/lkugsSZWRI
## 1401           I don't play no League of Legends \nHOWEVER\nThis big guy??? With the flute!?!?!\nYea why it look like his ass got 2 k… https://t.co/5B74jePteF
## 1402                                   It’s her birthday tomorrow!! She won’t be streaming tomorrow, pop in and say Happy Birthday 🎂🎉… https://t.co/0thJtP8H8H
## 1403                                   can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel
## 1404                                                                             Still my favorite game.❤️❤️ #LeagueofLegends #G2WIN #TLWIN #TransformaTuDestino
## 1405                                            Reverse sweep inc. Imagine 🙏🏾 #ArgentinaVsFrance #ARGFRA #LeagueOfLegends #lol #cloud9 https://t.co/t4KrS83bFA
## 1406                 Hello there!\nLove League of Legends? Visit us: https://t.co/mlJxwJON9S\n#lolgoods #leagueoflegends #mmo #mmorpg… https://t.co/ApuzSNBd13
## 1407                                         Check out my video! #LeagueofLegends | Captured by #Outplayed\n\n https://t.co/nWxjuDrp0q https://t.co/PuVEN2PoFk
## 1408                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/9Svl2qYdFb
## 1409                                             Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuD9NBQ https://t.co/BaCnFHlcaq
## 1410                                             Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrWPY https://t.co/kJZuHLYF2p
## 1411                                             Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrWPY https://t.co/hObUKP96pA
## 1412                                             Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q https://t.co/NFQkhQpfhI
## 1413              The plot of "Target: 100 Million Points! The Ultimate Game to Start a 2nd Life!" is like a roller coaster of emotio… https://t.co/7uzVkYQHH1
## 1414                             Check out much more on Bilibili Comics - search "My Husband's Harem Is a Bit Too Much" and favorite!… https://t.co/PCUa4l52og
## 1415                                             Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q https://t.co/1E9md6dEOL
## 1416                        It can't be random right?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/F5Ktj99SVS
## 1417                                                            MASSIVE CHEST OPENING - https://t.co/ey2HKoT8oI\n-\n-\n-\n#giveaway #leagueoflegends #cannabis
## 1418                                                   Backk to support I guess\n\n#twitch #SmallStreamersConnect #LeagueOfLegends \n\nhttps://t.co/LjAFNrZEkg
## 1419                                                I need a game.🤗🤗 #StarGuardian #LeagueofLegends #mobilegame #TLWIN #TransformaTuDestino #YıldızMuhafızları
## 1420                 Today I made another AI based on Equilibrium AI - Genesis. It can do semireal cosplay. No we have real Ahri :) 🦊… https://t.co/XrxE2iVCy8
## 1421                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/xvm7OR3VFL
## 1422                Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.co/Q1pAgxk4Ge
## 1423          Highlight League of Legend Wildrift  \n\nFull video on #youtubegaming \nhttps://t.co/EUxMZ9IFL7 \n\n#M1グランプリ決勝戦… https://t.co/UAn5bH5y3G
## 1424                                                OLD DUDE GAMING\nW DERP SQUAD forever ❤️\n\n#twitch\n#twitchtv\n#LeagueOfLegends\n\nhttps://t.co/USs6KCtgTl
## 1425                     I've read this manga multiple times! You should check it out, too!\n \n#leagueoflegends #kawaii #movieposter… https://t.co/HIHjKAyku0
## 1426                                                                Wont someone think about the balance team? #LeagueOfLegends #Memes https://t.co/DkfPwOmnP4
## 1427                                                                                      do a little trolling #LeagueOfLegends #Memes https://t.co/iehLlOuhJA
## 1428                                                                                         why are there LITERAL bots in my ranked games??? #LeagueOfLegends
## 1429                                                                                                                   nerf Yasuo's Wind Wall #LeagueOfLegends
## 1430                                              You will get a new drawing.🚀🚀🚀🚀 #Gameplay #LeagueofLegends #mobilegame #TransformaTuDestino #FLYWIN #GENGWIN
## 1431                                                                                                 Mining to gold | #LeagueOfLegends https://t.co/ckWmWS3A2o
## 1432                Seeing these notifications drives my friend group into a panic\n#memes #meme #funny #lol #leagueoflegends #Arcane… https://t.co/tpmZebXu9q
## 1433                                          I did something on stream.🙉🙉🙉🙉 #LeagueOfLegendsFanArt #LeagueofLegends #Fanart #StarGuardians #TLWIN #КосплейLoL
## 1434              When you didn't vote yes to surrender and the two players that were fighting are blaming each other. Too late to sa… https://t.co/Csm2yZpGyd
## 1435                                             Have fun!🤗🤗 #StarGuardian #LeagueofLegends #Fanart #YıldızMuhafızları #TransformaTuDestino #GuardiãsEstelares
## 1436             https://t.co/ksV78fY4do\n⬆️⬆️⬆️\nArcane: Season 1 - Review \n\nYo, here's my review for season 1 of the Netflix show Ar… https://t.co/P1JrfTPeV6
## 1437                                                  Fiora of League of Legends! #LeagueOfLegends  #Fiora \n\nhttps://t.co/6OZqczJb7s https://t.co/S0OgPiq5I9
## 1438            I didn't expect 🥺 I placed as first runner up at the cosplay competition.\n\nFishbones and boots crafted by me I also… https://t.co/niL8AnP4Qh
## 1439                                                                     More visual updates🤩🤩🤩🤩 #LeagueofLegends #StarGuardians #StarGuardian #YıldızMuhafızı
## 1440            Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To en… https://t.co/Il0mCttWgA
## 1441              Who wants to watch a pathetic bronze player get clapped in solos?!  https://t.co/Nd1gBjx73Y #Vstreamer   #ENVtubers… https://t.co/YROjY1V3Eb
## 1442                                                                                                    Gamers #LeagueOfLegends #Memes https://t.co/884vf7IQ8j
## 1443                                                            Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd
## 1444               Janna - Biography (Audiobook): submitted by  /u/PrestigeEditionBooks  \n [link] [comments] https://t.co/ltz3Za1cSL… https://t.co/bFnmve4EBW
## 1445                                                                                                                     Plz make ranked Aram #LeagueOfLegends
## 1446                                Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5
## 1447                                                                                    草\n #LeagueofLegends | Captured by #Outplayed https://t.co/DN93KCenb5
## 1448                            Nothing but clowns as far as the eye can see\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/3FzeOOdVSs
## 1449                                                God tier would be 'Friend list full.' 🕶️\n\n#Dota2 #Valorant #CSGO #LeagueOfLegends https://t.co/rcIl9F3QQB
## 1450             Ready for our Guardian Game on League of Legends at 6:45PM CET?? #RiotGamesONE #LeagueOfLegends \nRight after the Wo… https://t.co/lwCDY6cZoW
## 1451                       Haven't played #leagueoflegends for months... Stayed up pretty much all night and woke up early for more... The addiction is back 🙄
## 1452                                                                             Yone Champion Spotlight | Gameplay – #LeagueofLegends https://t.co/ZOeeOyAk8U
## 1453                                                             With One Spin You Can Completely Fill Trynds Fury… – #LeagueofLegends https://t.co/FZrjgEhvhe
## 1454                                I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 1455                                                           TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 1456                                         ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 1457              #LeagueOfLegends Yes! I love Rhaast and all but healing has been a problem in my mind since I started a little less… https://t.co/PJQf4AH9QG
## 1458                                 Janna - Biography from League of Legends (Audiobook, Lore) https://t.co/Q0YoBytcqL via @YouTube \n#LeagueofLegends #Janna
## 1459                    Shaco Live wallpaper available for free on wallpaper engine. By defenceless_baby #shaco #lol #LeagueOfLegends… https://t.co/WjPNL4JqWj
## 1460                                   #arcane #jinx #powder\n#LeagueOfLegends\nCreator:@ellieight_\nI am the monster you created🌌💜💙💗😢 https://t.co/QmNebOwOFt
## 1461                                                                       The games are enjoyable.🤗🤗🤗🤗🤗 #LoL #MOBA #LeagueofLegends #G2WIN #КосплейLoL #Nilah
## 1462                                                   I hope you like it!! ✧(。•̀ᴗ-)✧👏👏 #MOBA #LeagueofLegends #StarGuardian #GuardiãsEstelas #ClashLoL #FLYWIN
## 1463            🫂A new duo joins our partner roster!🫂\n\nWe are proud to welcome these two #LeagueofLegends multitalents to our famil… https://t.co/r17tJyeHl4
## 1464              What if everyone really is LeBlanc but not in a "mastermind puppeteer" way and more in a "LB is actually mentally i… https://t.co/fLMyxEtmRr
## 1465               https://t.co/KK1w2kizYc   Did you know LFGdating has commercials filmed by a former Comedy Central pilot director?… https://t.co/x8vLrehjJ7
## 1466               Or when I'm literally ON MY WAY and the team jumps in a bad 4v5\n#memes #meme #funny #lol #leagueoflegends #Arcane… https://t.co/k5QqfQKSTX
## 1467                 ▶️ League of Legends - Top streams a las 15:00 (Hora ESP)🔥\n\n🥇 #KXMI➖Viewers: 752\n🥈 #xixauxas➖Viewers: 356\n🥉… https://t.co/3BEmMDc3nE
## 1468                                                                                    Ahri Classic skin 🥰🥰 #LeagueOfLegends #cosplay https://t.co/gPYujfojgC
## 1469                 The RIOT MMO Everything Known in 2023: https://t.co/1M8IG6tgGB https://t.co/ULoKNh2cMS #RiotGames #riotmmo #LeagueOfLegends @Ghostcrawler
## 1470              bmfourelements\nPen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing #stipple… https://t.co/997GAlqBdb
## 1471              bmfourelements\nPen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing #stipple… https://t.co/NNWntjMwRP
## 1472              bmfourelements\nPen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing #stipple… https://t.co/OLgcDX11TL
## 1473                 bmfourelements\nEcko: Pen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing… https://t.co/tDfp2nxUVE
## 1474                 bmfourelements\nEcko: Pen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing… https://t.co/DGhImqV8un
## 1475                 bmfourelements\nEcko: Pen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing… https://t.co/sEZxs20HDc
## 1476              bmfourelements\nPen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing #stipple… https://t.co/SMmN2UZq8I
## 1477              The new update for League of Legends just dropped and it's amazing! The changes to [insert favorite champion] are g… https://t.co/oUSAQNbrOp
## 1478                        #Twitch 1v4 #Outplay 🔥\n\n#LeagueOfLegends • #LoL • #TwitchMain • #ADC • #GamerGirl • #eGirl • Whatever 🖕🏼 https://t.co/kQBhidijV8
## 1479              Just hit level 30 in League of Legends and finally made it to Platinum rank! It's been a long journey but it's so r… https://t.co/31pbF8FyxB
## 1480            @RiotGamesJapan @RiotSupport @SUSHUOCHENNB\nDay 2 of playing on the Japanese server. Racism and hate speech are ever… https://t.co/JsPdK1wfHX
## 1481                                                                   I decided to share a piece of fan art.❤️❤️❤️❤️❤️ #LeagueofLegends #G2WIN #Worlds2021 #ФанАрт
## 1482                                                                                                  Going live at 3 #LeagueOfLegends https://t.co/CGacVosO94
## 1483                                                                               LIVE!!! #LeagueOfLegends \nhttps://t.co/2siPKe9sF8\nhttps://t.co/2siPKe9sF8
## 1484                 🔴Live | 👋🏻Welcome!👋🏻 | 🎅Merry Christmas🎅🎄Happy Holydays🎄🎆Happy New Year🎆🌠Wish you all the best🌠 #LeagueofLegends… https://t.co/zGzNeXBc6u
## 1485                      To me this makes sense XD\n\n#jinx #jinxarcane #leagueoflegends #genshin #genshinimpact #dotorre #pantalone… https://t.co/YHdxUUgZ9S
## 1486                                                                             #Arcane #ekko #jinx #LeagueOfLegends \nBoy Savior🌌💚🧡💛 https://t.co/xe89hmM2gp
## 1487                  The unthinkable happened: real footage of Fizz main touching grass when their internet is down #LeagueOfLegends… https://t.co/zkGEWB5vJm
## 1488                                                                   Pantheon. \n\n#illustrationart #Sketching #art #LeagueOfLegends https://t.co/KBWkBrht4n
## 1489                                                 The artwork is being re-posted.🙈🙈🙈🙈🙈 #LeagueofLegends #ArtofLegends #TLWIN #Bjergsen #GuardianasEstelares
## 1490              Dragon Knight Mordekaiser 🐲 #mordekaiser #dragon #leagueoflegends #LeagueOfLegendsFanArt #ArtofLegends #leagueofart… https://t.co/Y4v8kMDDHw
## 1491              Im feeling way better so il be live right now playing some league of legends with cam/mic | https://t.co/s25Sa0sMWg… https://t.co/6ZhYTGM0wg
## 1492                          Live Now Playing Some Ranked Before Work &lt;3 https://t.co/GZSvGkUDE0 #LeagueOfLegends #twitchstreamer… https://t.co/gm6xNTFEFW
## 1493                Lee Sin vs Sett #leagueoflegends #ionia #sett #leesin #lee #leagueofart #LeagueOfLegendsFanArt #art #artoflegends… https://t.co/xiWkm0GEK2
## 1494               SION 🗿🔥 #sion #leagueoflegends #noxus #leagueofart #artoflegends #LeagueOfLegendsFanArt #legendsofrunterra #bausffs https://t.co/y6a8EgNBOY
## 1495                     YONE #yone #leagueoflegends #leagueofart #artoflegends #LeagueOfLegendsFanArt #ionia #lol #legendsofruneterra https://t.co/5qwi7mbdJz
## 1496                                            How many gamers are playing? League of Legends Live Player Count https://t.co/hgOmmmRAOG #leagueoflegends #lol
## 1497                                                                                        One more 😏\n#Kayn #LeagueOfLegends #fanart https://t.co/i8hC2lbRAD
## 1498                    Ahri for the end of 2022🦊🖤\n(as male Ahri👀)\nMet some really cool cosplayers😭❤️\n#comicfiesta2022 #comicfiesta… https://t.co/JF7GhB3q9C
## 1499              Who remembers that?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#leagueoflegends #lolgame #lolgamer… https://t.co/iSvVB8BuoQ
## 1500              Why I am playing LOL ? Because it is a game that helps you to resist to toxic players. When you stay calm, focus on… https://t.co/dGnzM8o4M2
## 1501            Our Talents teams for today's LOL ⚔️ live stream 🔥 see you at 🕒 𝟏𝟓:𝟎𝟎\n\n👤🎙️ 𝐖𝐚𝐫𝐝𝐲\n👤🎙️ 𝐊𝐫𝐞𝐳𝐢𝐨\n👤🎙️ 𝐏𝐫𝐨𝐱𝐞𝐦𝐚\n\n 🎥 𝗪𝗮𝘁𝗰𝗵 𝘁… https://t.co/UankbCyNxe
## 1502              If you don't know how to tell when a game of league is a lost cause and you select no for every surrender vote I ha… https://t.co/eevfRypkfi
## 1503                                                   Hehe 👉🏻😃 Zeri from League of Legends ⚡️💚🧡 #LeagueOfLegends #Cosplay #Zeri #Zaun https://t.co/QcjLGARIqH
## 1504                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/xGMbTofZ4J
## 1505                        Riot Games submits a motion to compel on Friday, December 16, to end seven-year sponsorship deal with FTX… https://t.co/UU4EiTLlz6
## 1506            Hey there players. Just made a #NewVideo. I hope it helps you all.\nTY\nCounter #wildrift champions starting with F a… https://t.co/2wpNsfxa3O
## 1507                                                                                   Day 750: No news on Pentakill Rell 🖤\n#LeagueOfLegends #Pentakill #Rell
## 1508            EDG Aphelios\nLate happy birthday to Phel and Alune.\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Aphelios… https://t.co/jyvfVWjClz
## 1509                      They are cheerleaders.🤩🤩🤩🤩 #MOBA #LeagueofLegends #Nilah #TransformaTuDestino #ClashLoL \nOriginal: spunky_7 https://t.co/pvxE9PrknI
## 1510              Tell us what game you would like to play.🙈 #LeagueofLegends #StarGuardian #LoL #StarGuardians #Worlds2021 #ClashLoL… https://t.co/k7z2EpuLNq
## 1511                 ▶️ League of Legends - Top streams a las 12:40 (Hora ESP)🔥\n\n🥇 #KXMI➖Viewers: 460\n🥈 #elubaman➖Viewers: 302\n🥉… https://t.co/AWyo4OkiCc
## 1512                                                                                             Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 1513                                                                                          Rate my new name #LeagueOfLegends #Memes https://t.co/HiRhlMWMX9
## 1514                                                                  The best Lee Sin play you will EVER see! #LeagueOfLegends #Memes https://t.co/7YgEqQYGim
## 1515                                 Lucian gets outplayed by 200 years champion #LeagueOfLegends #riotgames #aphelios #lucian\n#funny https://t.co/y6jz9AR1FJ
## 1516         🔴 𝗠𝗣𝗟 𝗦𝟯 - 𝗚𝗿𝗼𝘂𝗽 𝗦𝘁𝗮𝗴𝗲 𝗪𝗘𝗘𝗞 𝟯\n🖱⌨️ 𝗟𝗲𝗮𝗴𝘂𝗲 𝗢𝗳 𝗟𝗲𝗴𝗲𝗻𝗱𝘀\n🕒 𝟭𝟱:𝟬𝟬\n🎥 𝗪𝗮𝘁𝗰𝗵 𝘁𝗵𝗲 𝘀𝘁𝗿𝗲𝗮𝗺 𝗵𝗲𝗿𝗲👇🏻\nhttps://t.co/VpgEGVH6cB\n\n#MPL… https://t.co/0nZgO0kYXH
## 1517                            Nothing but clowns as far as the eye can see\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/Q2bpU2eAOc
## 1518                 ▶️ League of Legends - Top streams a las 11:58 (Hora ESP)🔥\n\n🥇 #KXMI➖Viewers: 400\n🥈 #elubaman➖Viewers: 351\n🥉… https://t.co/sRWSOCmUbE
## 1519                                          What is your favorite league of legends mobile game?\nI like them all tbh \n#leagueoflegends #mmo #gamer #twitch
## 1520                                                        I didn't like that game.🤔🤔🤔 #Game #LeagueofLegends #GuardiãsEstelares #TransformaTuDestino #ФанАрт
## 1521                       winterblessed diana is the only santa i want to see\n\n#winterblessed #WinterblessedDiana #Diana #dianaLoL… https://t.co/7NSn2xZhYC
## 1522                                             Sunday back in &lt;3\n\nhttps://t.co/BzFM6lw2CD\n\n#LeagueOfLegends #Diamond #Stream #Streaming #Live #Twitch
## 1523          Good morning 👀\nWe are still looking to fill up our #LeagueOfLegends\nmain roster: Top or Mid / supp\nDia2+ 🔥\nIf you a… https://t.co/HwIipU0NaP
## 1524             We enjoy the game.🤩🤩 #LeagueofLegends #YıldızMuhafızı #TransformaTuDestino #GuardianasEstelares \nOriginal: PlayShar… https://t.co/YvQmkgMhMW
## 1525                                                                                Up your #LeagueOfLegends Game! #StrategyGuide #Win https://t.co/38ul3jtORC
## 1526                 ▶️ League of Legends - Top streams a las 11:30 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 339\n🥈 #KXMI➖Viewers: 307\n🥉… https://t.co/hMVKYOHYB3
## 1527                                                                                               Bros indeed #LeagueOfLegends #Memes https://t.co/aLU85PTk4B
## 1528                                                               "Champion X is so broken, am I right guys?" #LeagueOfLegends #Memes https://t.co/zGzhffEoio
## 1529                                                                         The new Yuumi rework looking good #LeagueOfLegends #Memes https://t.co/N598XmYOk7
## 1530                                                              Nothing but clowns as far as the eye can see #LeagueOfLegends #Memes https://t.co/YNwF9UxWMk
## 1531                                              Some old Atreus fanart \n\n#leagueoflegends #LeagueOfLegendsFanArt #pantheon #aatrox https://t.co/cukN3ll4Yt
## 1532                 Cuenta Master LAN 61 Skins, 8 Wild pass , Todos los campeones  | USD 200 | #LOL #wildrift #leagueoflegends #moba… https://t.co/DHE3WeIOuc
## 1533                                        There is love for the game.👏👏👏 #LeagueofLegends #StarGuardian #Fanart #FLYWIN #YıldızMuhafızı #TransformaTuDestino
## 1534              LoL Miss Fortune Champie Chibi Canvas Print\nhttps://www.redbubble ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO
## 1535                           #timetoexeed #leagueoflegends\n\nLast sunday before Xmas! Which Soraka are you today?\n\nretweet for 👇… https://t.co/FYiA62apUu
## 1536             i am the white cat\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/Cve3r03xGZ
## 1537                       Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp… https://t.co/3Y90ukvii8
## 1538                                      I would love to play your game on my channel.👏👏👏👏 #LeagueofLegends #LeagueOfLegendsFanArt #G2WIN #ФанАрт #КосплейLoL
## 1539                   Jinx TOP (Lethality / Arcane Comet) is on fire (10/2/6)! Rockets for everyone! - https://t.co/7w13uVE0YN #Jinx… https://t.co/N22Koen93N
## 1540              ▶️ League of Legends - Top streams a las 10:48 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 358\n🥈 #Lechigg➖Viewers: 109\n🥉… https://t.co/QMUI9B0lPH
## 1541               Stream was fun!!!… until it wasn’t. Lol #LeagueOfLegends players that pick Yasuo have no brain. And I’m not wrong.… https://t.co/behPM4HII6
## 1542                               Nice game starting (3/1/3) for Jinx TOP (Lethality / Arcane Comet)! Gotta pump those numbers up! -… https://t.co/I0RQIDnrXI
## 1543                                                                I like this game.🎮 #MOBA #mobilegame #LeagueofLegends #StarGuardian #Nilah #YıldızMuhafızı
## 1544               I love this star puppo so much...\n\n@riotgames  PLEASE DON'T BREAK HIM :'( &lt;/3\n\n#aurelionsol #leagueoflegends https://t.co/eqsye2Vn8A
## 1545             🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr… https://t.co/wPlCUrDTTp
## 1546                                                                                           Go play it! #game #LeagueofLegends #LoL https://t.co/41PWUjtYrm
## 1547                  Who remembers that?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo… https://t.co/EC5Il3EBhp
## 1548                                                        What a game. #Fanart #LeagueofLegends #StarGuardian #YıldızMuhafızları #TLWIN #GuardianasEstelares
## 1549              ▶️ League of Legends - Top streams a las 10:20 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 401\n🥈 #Lechigg➖Viewers: 106\n🥉… https://t.co/1kvjT37ySt
## 1550                       Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/6LrLnJZnDR
## 1551                                                                                           How is this one?🔥🔥🔥 #LeagueofLegends #КосплейLoL #TLWIN #FLYWIN
## 1552            Riot Games has just filed a motion in US Bankruptcy Court to terminate the LCS-FTX contract worth $96 million.\n\nRio… https://t.co/pCt4XHQJGD
## 1553                   Discover More.👏👏👏👏👏 #LoL #LeagueofLegends #Fanart #GuardianasEstelares #StarGuardian #Nilah \nOriginal: RoTogel https://t.co/kDnsP6BXFY
## 1554                                                                   Fiora outplay 1v4 #LeagueOfLegends #riotgames #fiora #outplayed https://t.co/9DZNlNw19g
## 1555                                                          200 years of collective experience #LeagueOfLegends #riotgames #Aphelios https://t.co/PG18olRwfD
## 1556               ▶️ League of Legends - Top streams a las 09:38 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 324\n🥈 #GODETO➖Viewers: 226\n🥉… https://t.co/9B68vfjhom
## 1557                              There are no major changes.😍😍😍 #Gameplay #LeagueOfLegendsFanArt #LeagueofLegends #GENGWIN #YıldızMuhafızları #YıldızMuhafızı
## 1558                   Ese Fiddle hacia mucha pupa...\nYummi Carry | 3 Supers 4 Mascots 2 Brawlers 2 Hearts\n\n#TFT  #LeagueOfLegends… https://t.co/i1VVFzWqQK
## 1559                                                                                           Pretty accurate #LeagueOfLegends #Memes https://t.co/ClS64EG7SY
## 1560                                                                                         Y'all got 0 chill #LeagueOfLegends #Memes https://t.co/VjZZwe011y
## 1561                                                                  Are there any fellow left handed players #LeagueOfLegends #Memes https://t.co/P8aa2RyvQs
## 1562                                                                          I’m sure someone else can relate #LeagueOfLegends #Memes https://t.co/V0fCi6zusL
## 1563              ▶️ League of Legends - Top streams a las 09:10 (Hora ESP)🔥\n\n🥇 #JimRsNg➖Viewers: 624\n🥈 #elubaman➖Viewers: 300\n🥉… https://t.co/55qFTsBAIF
## 1564           I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o… https://t.co/KldVYnJ2LJ
## 1565                     Hey fam check it out come one come all the amazing Secah tearing up the rift one way or another :D \n#vtuber… https://t.co/WWtA534FrH
## 1566                RT LoLMemesBot Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022… https://t.co/DQIErOH3DN
## 1567                                   The piece will probably never be finished.🙉🙉🙉 #LeagueofLegends #mobilegame #Bjergsen #GuardiãsEstelares #YıldızMuhafızı
## 1568               Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios… https://t.co/Yyi68hHmBe
## 1569                                                                     I hope you enjoy it!🙉 #LeagueofLegends #YıldızMuhafızları #G2WIN #TransformaTuDestino
## 1570                                                               Something different.😎😎😎😎 #LeagueofLegends #ArtofLegends #G2WIN #TransformaTuDestino #ФанАрт
## 1571              Finding quotes: Hello Lore of League connoisseurs. I once looked up Kindred quotation and remember reading about La… https://t.co/ML5koQf4uA
## 1572                                                            I haven't drawn in a while. #ArtofLegends #LeagueofLegends #StarGuardian #TLWIN #ФанАрт #G2WIN
## 1573                         Looking forward to the game.🙊🙊🙊🙊 #LeagueofLegends #Gameplay #mobilegame #GuardianasEstelares #КосплейLoL… https://t.co/R8M9VNYuTN
## 1574                                       " 🐰💙🔥🔥🔥🔥 #LeagueofLegends #Game #ФанАрт #Nilah #GuardianasEstelares \nOriginal: HopeWang001 https://t.co/HRtK9PmuSS
## 1575              Day 34 of @LeagueOfLegends quotes:\n\nA child who had known only hate confuses it for love.\n-Swain\n#LeagueOfLegends #quotes #gaming #Swain
## 1576                     Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain… https://t.co/vtdpUZV48U
## 1577                      Solo queue teamplay be like\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/eugXyNRae3
## 1578              ▶️ League of Legends - Top streams a las 08:00 (Hora ESP)🔥\n\n🥇 #JimRsNg➖Viewers: 747\n🥈 #PapiSosa➖Viewers: 455\n🥉… https://t.co/Sr1VWrAye4
## 1579                                                                                This is hilarious.👏👏👏 #LeagueofLegends #Nilah #FLYWIN #GuardianasEstelares
## 1580                                Rick y Ticctoco de lol tft \nRick le pertenece a @KimuraZmv \n#RickProwerTheFox\n#LeagueOfLegends… https://t.co/uq5DpFwUQl
## 1581                                                                     Yuumi will be getting a reworked in 2023. #LeagueofLegends\n\nhttps://t.co/v0CNhstqo9
## 1582            Gonna play alotta #LeagueOfLegends and #Minecraft tonite!! (my lms save file is gone idk what happend :( lmao)\n\nsup… https://t.co/DCzKcXGZA6
## 1583                                                               Katarina Champion Overview | Gameplay – #LeagueofLegends: #WildRift https://t.co/aS5gvygXO1
## 1584             Friend pointed this out earlier and I cant fucking unsee it hoshi is ruined for me 💀\n\n#Arknights \n#LeagueOfLegends https://t.co/NDaTIB4G7a
## 1585                                                              Life is a game.🙈 #LeagueofLegends #mobilegame #TransformaTuDestino #ClashLoL #YıldızMuhafızı
## 1586                  Who remembers that?\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/9fxFOqBgji
## 1587                                     Legends Never Die (ft. Against The Current) [OFFICIAL AUDIO] | Worlds 2017 – #LeagueofLegends https://t.co/HZOya2wjJ6
## 1588          Happy Birthday to one of my Favorites, The Amazing @KriziaBajos! Have a Blessed Birthday &amp; Happy Holidays Krizia! 🎂… https://t.co/90Nwv3qi5n
## 1589             "Saturday at the Rift, trying not to int.❤️" https://t.co/k4p6yADCqv\n\nSo close! My mod, @williamgt86 \nThank you as… https://t.co/7rZ5b4GgDP
## 1590                                                                 This is so broken #legendsofruneterra #LOR #riot #LeagueOfLegends https://t.co/ikec2fefsV
## 1591                        Nocturne had a hard life.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/V5F68Ca4Fo
## 1592                                                  Tell us about your favourite P2E game.🙉 #mobilegame #LeagueofLegends #GuardianasEstelares #Nilah #ФанАрт
## 1593                                   K/DA – THE BADDEST ft. (G)I-DLE, Bea Miller, Wolftyla (Official Lyric Video) | #LeagueofLegends https://t.co/qIyxEViEFU
## 1594                                                     I am playing a game.🤗🤗🤗🤗 #LeagueofLegends #mobilegame #Game #GENGWIN #YıldızMuhafızı #GuardiãsEstelas
## 1595               Friday\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming… https://t.co/b7Mkh7KW6X
## 1596              https://t.co/H4AUyVmHWn\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #LeagueOfLegendsRule34 #LeagueOfLegendsgenerator… https://t.co/Z0GpXMB0uo
## 1597                                                                                                             fuck #LeagueOfLegends https://t.co/5hmO2KKQrs
## 1598                       FACE CAM REVEAL IS HERE!!!! COME JOIN US IN SOME LOW-SILVER SMURF TOURISM!!! https://t.co/CeusPsDkRY #Jhin… https://t.co/edGzT21tsj
## 1599                                                                   Made this today \n\n#PokemonScarlet #LeagueOfLegends #leaguetwt https://t.co/id0f5L2Ygo
## 1600                                                          Hope you enjoyed the game!🙉🙉🙉 #Gameplay #LeagueofLegends #Game #Bjergsen #КосплейLoL #Worlds2021
## 1601                       Cw: a boob\nLIGHTCANNON!!!!!!!!\n#lightcannon #jinxfanart #luxfanart #arcanefanart #arcane #LeagueOfLegends https://t.co/V4QEJSKe6w
## 1602              I still have my original mousepad from like season 5ish? It’s been sitting in a box in my room for a while now shou… https://t.co/hm5LXwpaLq
## 1603                Seeing these notifications drives my friend group into a panic\n#memes #meme #funny #lol #leagueoflegends #Arcane… https://t.co/l0tSM487OQ
## 1604                                                         It has been 12 days since the last official update on Project L, the #LeagueOfLegends tag fighter
## 1605                                                          Some of my favorite things to do.😍😍😍😍😍 #Game #LeagueofLegends #GENGWIN #GuardiãsEstelares #Nilah
## 1606                                                     We are trying out the game.👇 #ArtofLegends #LeagueofLegends #GENGWIN #GuardiãsEstelares #StarGuardian
## 1607       Ranked League Of Legends YAY\nhttps://t.co/tCmGjHppOj\n\n@ShoutRTs\n@SmallStreamersC\n@BlazedRTs\n@sme_rt\n@rtsmallstreams… https://t.co/NVtb6pGyRF
## 1608                                                     Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 1609                                        Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 1610                                                                      Fine! I’ll do it myself🙅🗡️🫡\n#LeagueOfLegends #ليق #Pentakill https://t.co/vSYnOuBvdl
## 1611             Get the right games.🙉🙉🙉🙉 #ArtofLegends #mobilegame #LeagueofLegends #StarGuardians #G2WIN #Nilah \nOriginal: EhManIn… https://t.co/rnUIA0lp2b
## 1612                               Yes, yes... i am bored... \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#yuumi\n#leagueoflegendsart https://t.co/Ya4bEVb1TS
## 1613                                                          I can't understand a word, but I love it! https://t.co/qShRjTt9Bt #music #anime #LeagueOfLegends
## 1614                                                                                📣 I'm going to #LeagueofLegends ! https://t.co/lVfP9e0p2s #wizebot #twitch
## 1615                                                         What a game!🚀🚀 #Gameplay #LeagueofLegends #mobilegame #YıldızMuhafızları #GENGWIN #YıldızMuhafızı
## 1616                                                                                                                   nerf Yasuo's Wind Wall #LeagueOfLegends
## 1617              LoL Lee Sin Champie Chibi Spiral Notebook\nhttps://www.redbubble.c ##Leagueoflegends #yuumi #gamergoods #league #redbubble #garen #ADEDIGATO
## 1618                 It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown… https://t.co/i8MSlnqLHI
## 1619                       Miss Fortune league of legends ❤️❤️\n#MissFortune \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#FANART \n💙💙💙 https://t.co/uJ0ejUSjGj
## 1620                                                            Ekkobob from Arcane is IMPOSSIBLE to catch 😵‍💫🧽#leagueoflegends #arcane https://t.co/I60tuQVIIv
## 1621                    Preseason as a botlaner--how to fight against they scary heartsteel???? D:\n#leagueoflegends #vtuber #vtubers… https://t.co/K5DsDxrBLi
## 1622      【League of Legends】Caitlyn Lulu vs Ezreal RenataGlasc | 2vs2 | bot gap\n\n#LOL #leagueoflegends #英雄聯盟  #caitlyn #lulu… https://t.co/4yuyr4hAU6
## 1623           ▶️ League of Legends - Top streams a las 04:30 (Hora ESP)🔥\n\n🥇 #BarbaKahn➖Viewers: 8.750\n🥈 #ElKevo_➖Viewers: 742\n🥉… https://t.co/3MgpgjW86W
## 1624                                                                                   Rankeds en wildrift #leagueoflegends #wildrift\nhttps://t.co/gPvxNs7wfW
## 1625            A little #throwback to #SlayBelleKatarina to get you in the #christmasspirit 🎄\nCosplay made by ryann.kaykay \nWeapon… https://t.co/xsHCXeG27x
## 1626                       After Countless Minutes of playing Ranked Flex I have hit my new Peak, Bronze IV \n#LeagueOfLegends #Vtuber https://t.co/YMZMa1LOyB
## 1627                                                             I like the new design.😍😍 #LoL #MOBA #LeagueofLegends #YıldızMuhafızları #StarGuardian #FLYWIN
## 1628               How ya doin`?\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lolstuff https://t.co/gnn8taLC74
## 1629                                            We’re live! 😊\n\nhttps://t.co/2mJAxT0io8\n\n#LeagueOfLegends #twitch #TwitchAffiliates https://t.co/Szw393XjKa
## 1630                Vikings Offense: Vote no we scale\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/qGEp2zzTFI
## 1631                          Work in progress🏗️\n|¦¬&gt; Mordekaiser &lt;¬¦|\n¬&gt; League of legends \n\n#digitalart #LeagueOfLegends https://t.co/ChA7uKQ3oN
## 1632                                  Check out my latest video "GANK FAIL #leagueoflegends #lol #gaming #shorts #clip"\n\nWatch Now:… https://t.co/ggY7YIXJC7
## 1633           LIVE NOW FORHEAD! playing some more LoL here we go aram worriers cuz im lazy lets be dumb down mid \n .\n.\n.\n#vtuber… https://t.co/M2PbHwS28B
## 1634              Day 4 of begging \n@riotgames\n\n to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petition #riotplz
## 1635                                                       There is peace of mind.💕💕 #LeagueofLegends #Gameplay #GuardiãsEstelares #TransformaTuDestino #G2WIN
## 1636             I feel like playing some league today!  Anyone who wants to join me can!  I'll be hanging out so come chill :)\nwe'l… https://t.co/a1kLXqcDRh
## 1637             Saturday is now Ahri 🦊 Day here. It is also Christmas Time so here we go with some Holidays Ahri 🦊content 💕\nCosplay… https://t.co/ZV9EG68Uis
## 1638             You can follow and share. #LeagueOfLegendsFanArt #LeagueofLegends #GENGWIN #GuardianasEstelares #YıldızMuhafızı \nOr… https://t.co/tL9RjS4PIR
## 1639                      Decided to play some top lane ziggs tonight and needless to say I made their top lane leave #LeagueOfLegends https://t.co/afIz8hXWOn
## 1640                                                                     Enjoy #ArtofLegends #Game #LeagueofLegends #Bjergsen #YıldızMuhafızı #GuardiãsEstelas
## 1641                                                                                What was he baking? \n\n#Pantheon #LeagueOfLegends https://t.co/13o7C2aGVp
## 1642                    Third wheel\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/Ct2dLKN1IQ
## 1643                                      It's funny.🎮🎮 #Game #LeagueofLegends #GuardiãsEstelas #FLYWIN #Bjergsen \nOriginal: prohtius https://t.co/SXjVlIMTo2
## 1644                                                                                              13+ minute que ? Why? Please I want a game! #LeagueOfLegends
## 1645               🔴 I'M LIVE 🔴 COME HANG OUT! 🖤\nhttps://t.co/yxFZYocH5M\n\n#GREENMANGAMING #TwitchAffliate #smallstreamer #valorant… https://t.co/xkrZE1GZpO
## 1646              Shaco it the only champ that matter change my mind! \nFree Shaco Live Wallpaper. Grab in on Wallpaper engine or msg… https://t.co/i0zXb0f0l9
## 1647              Thank you for all of the understanding and support this year! Today we completed #CultOfTheLamb on stream and had s… https://t.co/gfLB6yEKif
## 1648              Going LIVE with #LeagueOfLegends and after a game or 2, heading to #WowClassic for some raiding! I have a pretty bi… https://t.co/71xVZNwbDE
## 1649                                                                         Enjoy the game you like.😎 #LeagueofLegends #ClashLoL #FLYWIN #TransformaTuDestino
## 1650                                                                                                 #LeagueOfLegends 2500 true damage https://t.co/KOXGK7ORBa
## 1651                   Support Diff! KDA 11/3/14. \n\n#teemo #teemosup #teemosupport #teemolol #support #supportmain #leagueoflegends… https://t.co/YJzpzy3ISP
## 1652                                                                Why do I play this game.... https://t.co/ClQppHYPd5 #leagueoflegends #drinking #alcoholism
## 1653                                   I have one of my all time favorites.❤️❤️❤️❤️ #LeagueOfLegendsFanArt #LeagueofLegends #StarGuardian… https://t.co/KXAFmD4YMR
## 1654                         Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising… https://t.co/d6m32MjrmP
## 1655                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/oQLCtLB5JR
## 1656                                        There is fan art with effects.🤔 #LeagueofLegends #LeagueOfLegendsFanArt #ClashLoL #YıldızMuhafızları #StarGuardian
## 1657                                                                     Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/e72Xb4whG6
## 1658                     Level 7 teemo!! Yeayyy!!! Thanks @Manco1lol for your teemo game play! Love your videos! \n\n#teemo #teemosup… https://t.co/Nis9zu3dPX
## 1659         ♡ Ririka\n♡ 18 y/o\n♡ Ahri OTP\n♡ Platinum 1\n♡ From EU, just moved to NA (I play on both servers regardless)\n♡ osu! pl… https://t.co/4QPVZrZva0
## 1660                  First attempt at League of Legends, join on me?  (✿◠ᴗ◠) ♡\nGOING LIVE AT 9:30 EST! \n \nhttps://t.co/RcwGdrAQmj… https://t.co/xfY6WUrTVT
## 1661                                                                                                      https://t.co/5tlN4kMNVA Hii playing #LeagueOfLegends
## 1662            Playing some Teamfight Tactics with Travis! Come vibe with me! \n\n#LeagueOfLegends #TeamfightTactics #VTuberUprising… https://t.co/AaKHvEVPoB
## 1663                                            whenever i play veigar. i feel like a magical girl! BOOM 💫\n\n#veigar #leagueoflegends https://t.co/osHSZLhuAt
## 1664                                *sorry to say sir but.. no mana for ult*\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/bMPXj0skha
## 1665                                         Making the SSG 2017 World Championship Team #Skins – Behind the Scenes | #LeagueofLegends https://t.co/Yaoej7AbUG
## 1666            My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https://t.co/0rU6Uhx5Pl
## 1667              So if you have Xbox gamepass on PC and download league of legends, you automatically get all champions unlocked. Br… https://t.co/7Q0RIxd3ON
## 1668                 No words HOW I WANT THIS SKIN\n#Thersh #thresh #LeagueOfLegends #LeagueOfLegendsFanArt #lunaremperor #art #fanart https://t.co/GiDfYoHSLu
## 1669             Let's go on an adventure. #StarGuardian #LeagueofLegends #TransformaTuDestino #FLYWIN #StarGuardians \nOriginal: Tos… https://t.co/o64DTeRDNl
## 1670                     Chibi Spirit Blossom Jinx!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #spiritblossom #jinx https://t.co/jqvtR9VXVQ
## 1671                        ✨ Of course I start getting sick 1 week before Christmas!!! |  !rampage https://t.co/97HMCqzpuE\n#gamers… https://t.co/uJOROBgitG
## 1672                                                                                                DUNK!!\n268 PTS\n#Dunkmaster🏀 #FeelIonia🍃#LeagueOfLegends👊
## 1673                     miss fortune sarah fortune fancam edit typa girl black pink league of legends lol mf #LeagueOfLegends #cblol… https://t.co/06Xl5dH68J
## 1674               💫Oh no Space Groove Evelynn is out of control !!💫😱\n.\n#LeagueOfLegends #LeagueOfLegendsFanArt #leagueoflegendsart… https://t.co/KP8pveDbDk
## 1675                                             Gwen when she unlocks level 6 first \n#GwenLoL #LeagueOfLegends #Doodle #ArtofLegends https://t.co/wHKHEZoOAx
## 1676                                                                               Thank you for that! #LeagueofLegends #ФанАрт #Bjergsen #GuardianasEstelares
## 1677             Great stream tonight. Thanks to everyone who watched. Have an amazing day/night. \nGoodnight World💕 #onelove #tft #LeagueOfLegends #goodnight
## 1678               Riot Games wants to end agreement with League of Legends Championship sponsor #FTX. The deal totals over $96M some… https://t.co/pd8ihWwgla
## 1679                                                                Live on twitch right now link below playing some #leagueoflegends  https://t.co/J1hLmqv5hn
## 1680              We may be a week away from Christmas, but that doesn't mean you can't spend time with your OTHER family for our COM… https://t.co/BLAL1LLtQb
## 1681              How ya doin`?\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com… https://t.co/EiIY5a43VW
## 1682                                                         The first game I played.🚀🚀 #LeagueofLegends #TransformaTuDestino #StarGuardian #YıldızMuhafızları
## 1683                                   What game would you like to play?🤗🤗🤗 #Gameplay #StarGuardian #LeagueofLegends #GuardianasEstelares #TransformaTuDestino
## 1684          ▶️ League of Legends - Top streams a las 01:00 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 8.791\n🥈 #IamCristinini➖Viewers: 3.28… https://t.co/y45RDXdclb
## 1685                 2 minutes of searching for icons and a minute of paint.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx… https://t.co/d28tWzdVFT
## 1686                Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my optio… https://t.co/MtKOv52hBO
## 1687                                                                  Leona Champion Overview | Gameplay – #LeagueofLegends: #WildRift https://t.co/VJS6eiXfYD
## 1688                                                               Fast drawing of #senna from #leagueoflegends #leagueoflegendsfanart https://t.co/Kb4HGZ9DDP
## 1689                                                                             I liked playing games.🤔🤔 #mobilegame #LeagueofLegends https://t.co/iZCwFnIMjj
## 1690               So... Who is LeBlanc really?: Do we have anything in any story or bio that tells something actually concrete about… https://t.co/ImGYdNxQsM
## 1691             Doing the streaming thing over at\nhttps://t.co/gX5YNcIvSO stop by maybe join in some games usually playing somethin… https://t.co/SaTl5uFXK6
## 1692                                            Has anyone gotten a Penta Kill on the new Diana skin yet?\n\n#pentakill #Diana #winterblessed #LeagueOfLegends
## 1693                                                   First game with this daddy and I got S and 3 honors????? #Sett #LeagueofLegends https://t.co/JGUeNcdER0
## 1694              Weekend ENFIN! GO NOCTURNE RANK! 😁  💪\n=&gt; https://t.co/0zC1zuQXQ8 \n#twitch #stream #twitchfr \n#twitchstreamers… https://t.co/Jb34ysoWwW
## 1695                 Dapp is up, #LeagueOfLegends and #ApexLegends are ready for play to earn #Fortnite and #Overwatch is on the way🚀… https://t.co/tKao2Xl0Dg
## 1696              The witch queen is attempting to rank up in League of Legends again! Follow her adventures through the cursed ELO t… https://t.co/ZFliMEI0gb
## 1697                                                     It's just chilling out. #StarGuardian #LeagueofLegends #Gameplay #YıldızMuhafızları #Bjergsen #ФанАрт
## 1698                                                        Thank you for that achievement!🤔 #LeagueofLegends #Game #Worlds2021 #GuardiãsEstelares #КосплейLoL
## 1699                                        League players can't read?! TT\n\n#LeagueOfLegends \n#Overwatch2募集pc \n#ENVtuber #Vtuber https://t.co/7B2l3pudnW
## 1700                                                                                                    Friday #LeagueOfLegends #Memes https://t.co/TtS6xO1V4d
## 1701                                                   2 minutes of searching for icons and a minute of paint. #LeagueOfLegends #Memes https://t.co/UuNcqXMOpG
## 1702                                                                             They are becoming self aware! #LeagueOfLegends #Memes https://t.co/LNsMSuh6gx
## 1703                                                                                            Go play it.💕💕💕💕 #LeagueofLegends #MOBA #TLWIN #G2WIN #ClashLoL
## 1704                        My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart… https://t.co/6OHc7uOFea
## 1705                                                             Do you play video games?💕💕💕💕 #Gameplay #LeagueofLegends #mobilegame #G2WIN #TLWIN #КосплейLoL
## 1706              They are husbands\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett… https://t.co/101OM6GxPS
## 1707                                Syndra Spirit Blossom.\nLove this one 😍\n#LoLfanart #LeagueOfLegends #Fanart #SplashArt\n#artmoots https://t.co/kcFBccE0ns
## 1708                                                                                    game concept🔥🔥🔥🔥 #LeagueofLegends #YıldızMuhafızları #ФанАрт #ClashLoL
## 1709                 If anyone wants to join a safespace for women in League of Legends, go here! I have met a lot of awesome people!… https://t.co/epR72guEsB
## 1710                                                                Enjoy the game!❤️❤️❤️❤️❤️ #MOBA #LeagueofLegends #G2WIN #TransformaTuDestino #YıldızMuhafızları
## 1711                      Remember my almost Kat penta 😭#LeagueOfLegends #Vtuber #pngtuber #VTuberUprising #vtubersupport #vtuberclips https://t.co/PUFVp1c2fv
## 1712          ▶️ League of Legends - Top streams a las 23:50 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 9.085\n🥈 #IamCristinini➖Viewers: 2.84… https://t.co/qUB9AVoaPt
## 1713                                                        I will try it, I have never played it before.🚀 #LeagueofLegends #LoL #game https://t.co/51ySVVw8gh
## 1714                                                                                 OKAAAAAAAAAAAAAAAAY LET'S GOO 🔥\n#LeagueOfLegends https://t.co/ZmC4vF7JN7
## 1715                                                                 I promise that this game is fun. #StarGuardian #LeagueofLegends #Bjergsen #FLYWIN #ФанАрт
## 1716          I'm LIVE on Twitch! Playing League of Legends\n\nhttps://t.co/RAMnRORPfh\n\n#Twitch #LIVE #Gaming #VoiceActor #Streamer… https://t.co/MCOAa30g3i
## 1717              RHASA SION (Ruined King) - League of Legends Custom Skin https://t.co/wRGHNMDLeB via @YouTube #leagueoflegends #lol… https://t.co/mw2i94EfJw
## 1718                                  Elmillor Vi Main #LeagueofLegends #LeagueofLegendsEspañol #Elmillor #Elmillorclips #HorusEsports https://t.co/btWwrFIAdF
## 1719                   that wasn't supposed to happen\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt… https://t.co/H7e89q91mF
## 1720              Going live on @Twitch  in 15 mins, Come and enjoy some @LeagueOfLegends gameplay, do not forget we doing A to Z cha… https://t.co/S1GuU7B9Ax
## 1721                                                                                                   En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G
## 1722                                       Quiet chat in The Last Drop 🍻✨ ft. Oc Honey Badger\n#arcane #LeagueOfLegends #illustration https://t.co/OZnWdDNEAL
## 1723                     Going live shortly trying out how League runs for stream right now! Playing some Arams, Norms or TFT #Vtuber… https://t.co/qstwUHJ6gF
## 1724         🧧Prestige Mythmaker #Sivir - Stream Bundle ( + #Free Twitch Panels)\n\n✅LINK :  https://t.co/eLZzs1l6p6\n\n------------… https://t.co/Z3RAtSQB6X
## 1725          ▶️ League of Legends - Top streams a las 22:40 (Hora ESP)🔥\n\n🥇 #knekro➖Viewers: 8.930\n🥈 #IamCristinini➖Viewers: 3.08… https://t.co/xbQa3CWKVj
## 1726                            League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming… https://t.co/xllv5n122h
## 1727                                                                                        cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN
## 1728                      I just finished the game and wanted to share it.🥳🥳🥳🥳 #LoL #mobilegame #LeagueofLegends #ClashLoL #StarGuardians #TransformaTuDestino
## 1729                        +1 for the turret\n#twitchstreamer #TwitchAffiliates #LeagueOfLegends #League_of_Legends #twitchaffiliate… https://t.co/zXhHGNcqrm
## 1730                                                                                         They are husbands #LeagueOfLegends #Memes https://t.co/ymCmnG9GRm
## 1731                          https://t.co/NnRP1MMco8 Touched on the moves made by DIG, V5 and WBG today in the Lol Esports Round Up.… https://t.co/0szWMDA2qP
##                  created isRetweet    Created_At_Round
## 1    2022-12-21 23:59:16     FALSE 2022-12-22 00:00:00
## 2    2022-12-21 23:58:44     FALSE 2022-12-22 00:00:00
## 3    2022-12-21 23:58:40     FALSE 2022-12-22 00:00:00
## 4    2022-12-21 23:58:02     FALSE 2022-12-22 00:00:00
## 5    2022-12-21 23:56:46     FALSE 2022-12-22 00:00:00
## 6    2022-12-21 23:56:39     FALSE 2022-12-22 00:00:00
## 7    2022-12-21 23:53:51     FALSE 2022-12-22 00:00:00
## 8    2022-12-21 23:53:07     FALSE 2022-12-22 00:00:00
## 9    2022-12-21 23:30:24     FALSE 2022-12-22 00:00:00
## 10   2022-12-21 23:29:18     FALSE 2022-12-21 23:00:00
## 11   2022-12-21 23:28:34     FALSE 2022-12-21 23:00:00
## 12   2022-12-21 23:26:05     FALSE 2022-12-21 23:00:00
## 13   2022-12-21 23:23:14     FALSE 2022-12-21 23:00:00
## 14   2022-12-21 23:21:07     FALSE 2022-12-21 23:00:00
## 15   2022-12-21 23:19:39     FALSE 2022-12-21 23:00:00
## 16   2022-12-21 23:08:03     FALSE 2022-12-21 23:00:00
## 17   2022-12-21 23:06:43     FALSE 2022-12-21 23:00:00
## 18   2022-12-21 23:02:45     FALSE 2022-12-21 23:00:00
## 19   2022-12-21 23:01:23     FALSE 2022-12-21 23:00:00
## 20   2022-12-21 23:00:28     FALSE 2022-12-21 23:00:00
## 21   2022-12-21 23:00:04     FALSE 2022-12-21 23:00:00
## 22   2022-12-21 22:58:17     FALSE 2022-12-21 23:00:00
## 23   2022-12-21 22:58:04     FALSE 2022-12-21 23:00:00
## 24   2022-12-21 22:53:00     FALSE 2022-12-21 23:00:00
## 25   2022-12-21 22:46:47     FALSE 2022-12-21 23:00:00
## 26   2022-12-21 22:46:33     FALSE 2022-12-21 23:00:00
## 27   2022-12-21 22:34:27     FALSE 2022-12-21 23:00:00
## 28   2022-12-21 22:34:25     FALSE 2022-12-21 23:00:00
## 29   2022-12-21 22:33:56     FALSE 2022-12-21 23:00:00
## 30   2022-12-21 22:33:44     FALSE 2022-12-21 23:00:00
## 31   2022-12-21 22:28:43     FALSE 2022-12-21 22:00:00
## 32   2022-12-21 22:17:44     FALSE 2022-12-21 22:00:00
## 33   2022-12-21 22:16:12     FALSE 2022-12-21 22:00:00
## 34   2022-12-21 22:14:38     FALSE 2022-12-21 22:00:00
## 35   2022-12-21 22:14:22     FALSE 2022-12-21 22:00:00
## 36   2022-12-21 22:12:27     FALSE 2022-12-21 22:00:00
## 37   2022-12-21 22:11:46     FALSE 2022-12-21 22:00:00
## 38   2022-12-21 22:11:07     FALSE 2022-12-21 22:00:00
## 39   2022-12-21 22:10:23     FALSE 2022-12-21 22:00:00
## 40   2022-12-21 22:08:42     FALSE 2022-12-21 22:00:00
## 41   2022-12-21 22:07:35     FALSE 2022-12-21 22:00:00
## 42   2022-12-21 22:06:36     FALSE 2022-12-21 22:00:00
## 43   2022-12-21 22:05:42     FALSE 2022-12-21 22:00:00
## 44   2022-12-21 22:04:57     FALSE 2022-12-21 22:00:00
## 45   2022-12-21 22:01:32     FALSE 2022-12-21 22:00:00
## 46   2022-12-21 22:00:34     FALSE 2022-12-21 22:00:00
## 47   2022-12-21 22:00:05     FALSE 2022-12-21 22:00:00
## 48   2022-12-21 21:59:10     FALSE 2022-12-21 22:00:00
## 49   2022-12-21 21:56:58     FALSE 2022-12-21 22:00:00
## 50   2022-12-21 21:54:58     FALSE 2022-12-21 22:00:00
## 51   2022-12-21 21:53:25     FALSE 2022-12-21 22:00:00
## 52   2022-12-21 21:53:18     FALSE 2022-12-21 22:00:00
## 53   2022-12-21 21:51:45     FALSE 2022-12-21 22:00:00
## 54   2022-12-21 21:51:39     FALSE 2022-12-21 22:00:00
## 55   2022-12-21 21:51:09     FALSE 2022-12-21 22:00:00
## 56   2022-12-21 21:48:02     FALSE 2022-12-21 22:00:00
## 57   2022-12-21 21:32:13     FALSE 2022-12-21 22:00:00
## 58   2022-12-21 21:31:09     FALSE 2022-12-21 22:00:00
## 59   2022-12-21 21:29:07     FALSE 2022-12-21 21:00:00
## 60   2022-12-21 21:27:42     FALSE 2022-12-21 21:00:00
## 61   2022-12-21 21:25:49     FALSE 2022-12-21 21:00:00
## 62   2022-12-21 21:23:41     FALSE 2022-12-21 21:00:00
## 63   2022-12-21 21:20:05     FALSE 2022-12-21 21:00:00
## 64   2022-12-21 21:18:44     FALSE 2022-12-21 21:00:00
## 65   2022-12-21 21:17:52     FALSE 2022-12-21 21:00:00
## 66   2022-12-21 21:13:58     FALSE 2022-12-21 21:00:00
## 67   2022-12-21 21:13:23     FALSE 2022-12-21 21:00:00
## 68   2022-12-21 21:08:01     FALSE 2022-12-21 21:00:00
## 69   2022-12-21 21:04:48     FALSE 2022-12-21 21:00:00
## 70   2022-12-21 21:00:45     FALSE 2022-12-21 21:00:00
## 71   2022-12-21 21:00:04     FALSE 2022-12-21 21:00:00
## 72   2022-12-21 20:58:04     FALSE 2022-12-21 21:00:00
## 73   2022-12-21 20:57:26     FALSE 2022-12-21 21:00:00
## 74   2022-12-21 20:55:59     FALSE 2022-12-21 21:00:00
## 75   2022-12-21 20:55:54     FALSE 2022-12-21 21:00:00
## 76   2022-12-21 20:55:50     FALSE 2022-12-21 21:00:00
## 77   2022-12-21 20:55:18     FALSE 2022-12-21 21:00:00
## 78   2022-12-21 20:54:32     FALSE 2022-12-21 21:00:00
## 79   2022-12-21 20:54:13     FALSE 2022-12-21 21:00:00
## 80   2022-12-21 20:50:13     FALSE 2022-12-21 21:00:00
## 81   2022-12-21 20:49:36     FALSE 2022-12-21 21:00:00
## 82   2022-12-21 20:46:03     FALSE 2022-12-21 21:00:00
## 83   2022-12-21 20:41:16     FALSE 2022-12-21 21:00:00
## 84   2022-12-21 20:37:18     FALSE 2022-12-21 21:00:00
## 85   2022-12-21 20:31:32     FALSE 2022-12-21 21:00:00
## 86   2022-12-21 20:26:04     FALSE 2022-12-21 20:00:00
## 87   2022-12-21 20:25:14     FALSE 2022-12-21 20:00:00
## 88   2022-12-21 20:23:40     FALSE 2022-12-21 20:00:00
## 89   2022-12-21 20:23:31     FALSE 2022-12-21 20:00:00
## 90   2022-12-21 20:23:08     FALSE 2022-12-21 20:00:00
## 91   2022-12-21 20:23:02     FALSE 2022-12-21 20:00:00
## 92   2022-12-21 20:20:25     FALSE 2022-12-21 20:00:00
## 93   2022-12-21 20:19:46     FALSE 2022-12-21 20:00:00
## 94   2022-12-21 20:11:11     FALSE 2022-12-21 20:00:00
## 95   2022-12-21 20:04:24     FALSE 2022-12-21 20:00:00
## 96   2022-12-21 20:03:34     FALSE 2022-12-21 20:00:00
## 97   2022-12-21 20:03:29     FALSE 2022-12-21 20:00:00
## 98   2022-12-21 20:02:31     FALSE 2022-12-21 20:00:00
## 99   2022-12-21 20:02:30     FALSE 2022-12-21 20:00:00
## 100  2022-12-21 20:02:27     FALSE 2022-12-21 20:00:00
## 101  2022-12-21 20:01:11     FALSE 2022-12-21 20:00:00
## 102  2022-12-21 19:55:09     FALSE 2022-12-21 20:00:00
## 103  2022-12-21 19:54:55     FALSE 2022-12-21 20:00:00
## 104  2022-12-21 19:51:21     FALSE 2022-12-21 20:00:00
## 105  2022-12-21 19:50:12     FALSE 2022-12-21 20:00:00
## 106  2022-12-21 19:47:21     FALSE 2022-12-21 20:00:00
## 107  2022-12-21 19:46:11     FALSE 2022-12-21 20:00:00
## 108  2022-12-21 19:45:25     FALSE 2022-12-21 20:00:00
## 109  2022-12-21 19:43:16     FALSE 2022-12-21 20:00:00
## 110  2022-12-21 19:42:27     FALSE 2022-12-21 20:00:00
## 111  2022-12-21 19:37:49     FALSE 2022-12-21 20:00:00
## 112  2022-12-21 19:37:37     FALSE 2022-12-21 20:00:00
## 113  2022-12-21 19:35:39     FALSE 2022-12-21 20:00:00
## 114  2022-12-21 19:34:16     FALSE 2022-12-21 20:00:00
## 115  2022-12-21 19:29:46     FALSE 2022-12-21 19:00:00
## 116  2022-12-21 19:28:45     FALSE 2022-12-21 19:00:00
## 117  2022-12-21 19:28:25     FALSE 2022-12-21 19:00:00
## 118  2022-12-21 19:23:01     FALSE 2022-12-21 19:00:00
## 119  2022-12-21 19:22:06     FALSE 2022-12-21 19:00:00
## 120  2022-12-21 19:20:28     FALSE 2022-12-21 19:00:00
## 121  2022-12-21 19:19:54     FALSE 2022-12-21 19:00:00
## 122  2022-12-21 19:19:42     FALSE 2022-12-21 19:00:00
## 123  2022-12-21 19:16:04     FALSE 2022-12-21 19:00:00
## 124  2022-12-21 19:14:50     FALSE 2022-12-21 19:00:00
## 125  2022-12-21 19:12:19     FALSE 2022-12-21 19:00:00
## 126  2022-12-21 19:09:59     FALSE 2022-12-21 19:00:00
## 127  2022-12-21 19:09:01     FALSE 2022-12-21 19:00:00
## 128  2022-12-21 19:07:11     FALSE 2022-12-21 19:00:00
## 129  2022-12-21 19:05:11     FALSE 2022-12-21 19:00:00
## 130  2022-12-21 19:04:05     FALSE 2022-12-21 19:00:00
## 131  2022-12-21 19:00:33     FALSE 2022-12-21 19:00:00
## 132  2022-12-21 19:00:05     FALSE 2022-12-21 19:00:00
## 133  2022-12-21 19:00:04     FALSE 2022-12-21 19:00:00
## 134  2022-12-21 18:57:22     FALSE 2022-12-21 19:00:00
## 135  2022-12-21 18:57:10     FALSE 2022-12-21 19:00:00
## 136  2022-12-21 18:48:24     FALSE 2022-12-21 19:00:00
## 137  2022-12-21 18:37:49     FALSE 2022-12-21 19:00:00
## 138  2022-12-21 18:33:42     FALSE 2022-12-21 19:00:00
## 139  2022-12-21 18:26:15     FALSE 2022-12-21 18:00:00
## 140  2022-12-21 18:19:33     FALSE 2022-12-21 18:00:00
## 141  2022-12-21 18:11:26     FALSE 2022-12-21 18:00:00
## 142  2022-12-21 18:07:18     FALSE 2022-12-21 18:00:00
## 143  2022-12-21 18:01:39     FALSE 2022-12-21 18:00:00
## 144  2022-12-21 18:01:17     FALSE 2022-12-21 18:00:00
## 145  2022-12-21 18:00:28     FALSE 2022-12-21 18:00:00
## 146  2022-12-21 18:00:21     FALSE 2022-12-21 18:00:00
## 147  2022-12-21 18:00:07     FALSE 2022-12-21 18:00:00
## 148  2022-12-21 17:56:51     FALSE 2022-12-21 18:00:00
## 149  2022-12-21 17:54:28     FALSE 2022-12-21 18:00:00
## 150  2022-12-21 17:50:35     FALSE 2022-12-21 18:00:00
## 151  2022-12-21 17:50:04     FALSE 2022-12-21 18:00:00
## 152  2022-12-21 17:47:51     FALSE 2022-12-21 18:00:00
## 153  2022-12-21 17:39:52     FALSE 2022-12-21 18:00:00
## 154  2022-12-21 17:39:23     FALSE 2022-12-21 18:00:00
## 155  2022-12-21 17:37:29     FALSE 2022-12-21 18:00:00
## 156  2022-12-21 17:36:14     FALSE 2022-12-21 18:00:00
## 157  2022-12-21 17:35:55     FALSE 2022-12-21 18:00:00
## 158  2022-12-21 17:29:32     FALSE 2022-12-21 17:00:00
## 159  2022-12-21 17:29:13     FALSE 2022-12-21 17:00:00
## 160  2022-12-21 17:28:57     FALSE 2022-12-21 17:00:00
## 161  2022-12-21 17:28:45     FALSE 2022-12-21 17:00:00
## 162  2022-12-21 17:28:29     FALSE 2022-12-21 17:00:00
## 163  2022-12-21 17:28:18     FALSE 2022-12-21 17:00:00
## 164  2022-12-21 17:28:12     FALSE 2022-12-21 17:00:00
## 165  2022-12-21 17:25:00     FALSE 2022-12-21 17:00:00
## 166  2022-12-21 17:17:07     FALSE 2022-12-21 17:00:00
## 167  2022-12-21 17:16:44     FALSE 2022-12-21 17:00:00
## 168  2022-12-21 17:13:04     FALSE 2022-12-21 17:00:00
## 169  2022-12-21 17:11:00     FALSE 2022-12-21 17:00:00
## 170  2022-12-21 17:10:46     FALSE 2022-12-21 17:00:00
## 171  2022-12-21 17:10:25     FALSE 2022-12-21 17:00:00
## 172  2022-12-21 17:08:04     FALSE 2022-12-21 17:00:00
## 173  2022-12-21 17:03:02     FALSE 2022-12-21 17:00:00
## 174  2022-12-21 17:01:31     FALSE 2022-12-21 17:00:00
## 175  2022-12-21 17:00:39     FALSE 2022-12-21 17:00:00
## 176  2022-12-21 17:00:09     FALSE 2022-12-21 17:00:00
## 177  2022-12-21 16:57:16     FALSE 2022-12-21 17:00:00
## 178  2022-12-21 16:50:31     FALSE 2022-12-21 17:00:00
## 179  2022-12-21 16:45:36     FALSE 2022-12-21 17:00:00
## 180  2022-12-21 16:44:20     FALSE 2022-12-21 17:00:00
## 181  2022-12-21 16:42:44     FALSE 2022-12-21 17:00:00
## 182  2022-12-21 16:41:06     FALSE 2022-12-21 17:00:00
## 183  2022-12-21 16:40:36     FALSE 2022-12-21 17:00:00
## 184  2022-12-21 16:37:47     FALSE 2022-12-21 17:00:00
## 185  2022-12-21 16:37:25     FALSE 2022-12-21 17:00:00
## 186  2022-12-21 16:36:12     FALSE 2022-12-21 17:00:00
## 187  2022-12-21 16:35:52     FALSE 2022-12-21 17:00:00
## 188  2022-12-21 16:35:31     FALSE 2022-12-21 17:00:00
## 189  2022-12-21 16:34:49     FALSE 2022-12-21 17:00:00
## 190  2022-12-21 16:34:36     FALSE 2022-12-21 17:00:00
## 191  2022-12-21 16:33:24     FALSE 2022-12-21 17:00:00
## 192  2022-12-21 16:33:10     FALSE 2022-12-21 17:00:00
## 193  2022-12-21 16:31:20     FALSE 2022-12-21 17:00:00
## 194  2022-12-21 16:30:41     FALSE 2022-12-21 17:00:00
## 195  2022-12-21 16:30:26     FALSE 2022-12-21 17:00:00
## 196  2022-12-21 16:20:25     FALSE 2022-12-21 16:00:00
## 197  2022-12-21 16:17:01     FALSE 2022-12-21 16:00:00
## 198  2022-12-21 16:16:45     FALSE 2022-12-21 16:00:00
## 199  2022-12-21 16:14:42     FALSE 2022-12-21 16:00:00
## 200  2022-12-21 16:06:14     FALSE 2022-12-21 16:00:00
## 201  2022-12-21 16:05:41     FALSE 2022-12-21 16:00:00
## 202  2022-12-21 16:00:05     FALSE 2022-12-21 16:00:00
## 203  2022-12-21 16:00:02     FALSE 2022-12-21 16:00:00
## 204  2022-12-21 15:58:09     FALSE 2022-12-21 16:00:00
## 205  2022-12-21 15:58:05     FALSE 2022-12-21 16:00:00
## 206  2022-12-21 15:58:04     FALSE 2022-12-21 16:00:00
## 207  2022-12-21 15:57:47     FALSE 2022-12-21 16:00:00
## 208  2022-12-21 15:57:25     FALSE 2022-12-21 16:00:00
## 209  2022-12-21 15:56:10     FALSE 2022-12-21 16:00:00
## 210  2022-12-21 15:55:58     FALSE 2022-12-21 16:00:00
## 211  2022-12-21 15:55:27     FALSE 2022-12-21 16:00:00
## 212  2022-12-21 15:54:57     FALSE 2022-12-21 16:00:00
## 213  2022-12-21 15:53:55     FALSE 2022-12-21 16:00:00
## 214  2022-12-21 15:53:36     FALSE 2022-12-21 16:00:00
## 215  2022-12-21 15:53:16     FALSE 2022-12-21 16:00:00
## 216  2022-12-21 15:52:49     FALSE 2022-12-21 16:00:00
## 217  2022-12-21 15:52:43     FALSE 2022-12-21 16:00:00
## 218  2022-12-21 15:51:55     FALSE 2022-12-21 16:00:00
## 219  2022-12-21 15:51:13     FALSE 2022-12-21 16:00:00
## 220  2022-12-21 15:50:01     FALSE 2022-12-21 16:00:00
## 221  2022-12-21 15:48:39     FALSE 2022-12-21 16:00:00
## 222  2022-12-21 15:45:58     FALSE 2022-12-21 16:00:00
## 223  2022-12-21 15:35:24     FALSE 2022-12-21 16:00:00
## 224  2022-12-21 15:35:23     FALSE 2022-12-21 16:00:00
## 225  2022-12-21 15:33:53     FALSE 2022-12-21 16:00:00
## 226  2022-12-21 15:33:17     FALSE 2022-12-21 16:00:00
## 227  2022-12-21 15:31:28     FALSE 2022-12-21 16:00:00
## 228  2022-12-21 15:28:13     FALSE 2022-12-21 15:00:00
## 229  2022-12-21 15:28:10     FALSE 2022-12-21 15:00:00
## 230  2022-12-21 15:23:53     FALSE 2022-12-21 15:00:00
## 231  2022-12-21 15:18:22     FALSE 2022-12-21 15:00:00
## 232  2022-12-21 15:16:33     FALSE 2022-12-21 15:00:00
## 233  2022-12-21 15:13:28     FALSE 2022-12-21 15:00:00
## 234  2022-12-21 15:12:03     FALSE 2022-12-21 15:00:00
## 235  2022-12-21 15:09:04     FALSE 2022-12-21 15:00:00
## 236  2022-12-21 15:08:05     FALSE 2022-12-21 15:00:00
## 237  2022-12-21 15:07:35     FALSE 2022-12-21 15:00:00
## 238  2022-12-21 15:06:28     FALSE 2022-12-21 15:00:00
## 239  2022-12-21 15:06:16     FALSE 2022-12-21 15:00:00
## 240  2022-12-21 15:05:35     FALSE 2022-12-21 15:00:00
## 241  2022-12-21 15:01:21     FALSE 2022-12-21 15:00:00
## 242  2022-12-21 15:00:34     FALSE 2022-12-21 15:00:00
## 243  2022-12-21 15:00:05     FALSE 2022-12-21 15:00:00
## 244  2022-12-21 15:00:03     FALSE 2022-12-21 15:00:00
## 245  2022-12-21 14:59:10     FALSE 2022-12-21 15:00:00
## 246  2022-12-21 14:54:02     FALSE 2022-12-21 15:00:00
## 247  2022-12-21 14:52:10     FALSE 2022-12-21 15:00:00
## 248  2022-12-21 14:51:35     FALSE 2022-12-21 15:00:00
## 249  2022-12-21 14:50:35     FALSE 2022-12-21 15:00:00
## 250  2022-12-21 14:48:05     FALSE 2022-12-21 15:00:00
## 251  2022-12-21 14:47:53     FALSE 2022-12-21 15:00:00
## 252  2022-12-21 14:47:39     FALSE 2022-12-21 15:00:00
## 253  2022-12-21 14:44:51     FALSE 2022-12-21 15:00:00
## 254  2022-12-21 14:44:06     FALSE 2022-12-21 15:00:00
## 255  2022-12-21 14:43:42     FALSE 2022-12-21 15:00:00
## 256  2022-12-21 14:41:24     FALSE 2022-12-21 15:00:00
## 257  2022-12-21 14:39:53     FALSE 2022-12-21 15:00:00
## 258  2022-12-21 14:34:19     FALSE 2022-12-21 15:00:00
## 259  2022-12-21 14:30:00     FALSE 2022-12-21 15:00:00
## 260  2022-12-21 14:25:11     FALSE 2022-12-21 14:00:00
## 261  2022-12-21 14:24:55     FALSE 2022-12-21 14:00:00
## 262  2022-12-21 14:18:23     FALSE 2022-12-21 14:00:00
## 263  2022-12-21 14:13:25     FALSE 2022-12-21 14:00:00
## 264  2022-12-21 14:12:17     FALSE 2022-12-21 14:00:00
## 265  2022-12-21 14:08:08     FALSE 2022-12-21 14:00:00
## 266  2022-12-21 14:06:10     FALSE 2022-12-21 14:00:00
## 267  2022-12-21 14:03:36     FALSE 2022-12-21 14:00:00
## 268  2022-12-21 14:02:59     FALSE 2022-12-21 14:00:00
## 269  2022-12-21 14:01:08     FALSE 2022-12-21 14:00:00
## 270  2022-12-21 14:00:12     FALSE 2022-12-21 14:00:00
## 271  2022-12-21 14:00:03     FALSE 2022-12-21 14:00:00
## 272  2022-12-21 13:58:29     FALSE 2022-12-21 14:00:00
## 273  2022-12-21 13:56:18     FALSE 2022-12-21 14:00:00
## 274  2022-12-21 13:50:44     FALSE 2022-12-21 14:00:00
## 275  2022-12-21 13:50:22     FALSE 2022-12-21 14:00:00
## 276  2022-12-21 13:50:08     FALSE 2022-12-21 14:00:00
## 277  2022-12-21 13:49:33     FALSE 2022-12-21 14:00:00
## 278  2022-12-21 13:49:00     FALSE 2022-12-21 14:00:00
## 279  2022-12-21 13:48:07     FALSE 2022-12-21 14:00:00
## 280  2022-12-21 13:47:15     FALSE 2022-12-21 14:00:00
## 281  2022-12-21 13:43:59     FALSE 2022-12-21 14:00:00
## 282  2022-12-21 13:40:52     FALSE 2022-12-21 14:00:00
## 283  2022-12-21 13:32:02     FALSE 2022-12-21 14:00:00
## 284  2022-12-21 13:25:04     FALSE 2022-12-21 13:00:00
## 285  2022-12-21 13:24:59     FALSE 2022-12-21 13:00:00
## 286  2022-12-21 13:21:30     FALSE 2022-12-21 13:00:00
## 287  2022-12-21 13:17:34     FALSE 2022-12-21 13:00:00
## 288  2022-12-21 13:11:22     FALSE 2022-12-21 13:00:00
## 289  2022-12-21 13:10:04     FALSE 2022-12-21 13:00:00
## 290  2022-12-21 13:09:25     FALSE 2022-12-21 13:00:00
## 291  2022-12-21 13:01:01     FALSE 2022-12-21 13:00:00
## 292  2022-12-21 13:00:05     FALSE 2022-12-21 13:00:00
## 293  2022-12-21 12:49:32     FALSE 2022-12-21 13:00:00
## 294  2022-12-21 12:49:21     FALSE 2022-12-21 13:00:00
## 295  2022-12-21 12:48:25     FALSE 2022-12-21 13:00:00
## 296  2022-12-21 12:45:09     FALSE 2022-12-21 13:00:00
## 297  2022-12-21 12:41:05     FALSE 2022-12-21 13:00:00
## 298  2022-12-21 12:36:33     FALSE 2022-12-21 13:00:00
## 299  2022-12-21 12:32:51     FALSE 2022-12-21 13:00:00
## 300  2022-12-21 12:28:05     FALSE 2022-12-21 12:00:00
## 301  2022-12-21 12:14:55     FALSE 2022-12-21 12:00:00
## 302  2022-12-21 12:11:39     FALSE 2022-12-21 12:00:00
## 303  2022-12-21 12:10:35     FALSE 2022-12-21 12:00:00
## 304  2022-12-21 12:08:26     FALSE 2022-12-21 12:00:00
## 305  2022-12-21 12:00:12     FALSE 2022-12-21 12:00:00
## 306  2022-12-21 12:00:10     FALSE 2022-12-21 12:00:00
## 307  2022-12-21 12:00:00     FALSE 2022-12-21 12:00:00
## 308  2022-12-21 11:57:19     FALSE 2022-12-21 12:00:00
## 309  2022-12-21 11:51:19     FALSE 2022-12-21 12:00:00
## 310  2022-12-21 11:43:25     FALSE 2022-12-21 12:00:00
## 311  2022-12-21 11:26:13     FALSE 2022-12-21 11:00:00
## 312  2022-12-21 11:24:37     FALSE 2022-12-21 11:00:00
## 313  2022-12-21 11:18:06     FALSE 2022-12-21 11:00:00
## 314  2022-12-21 11:13:32     FALSE 2022-12-21 11:00:00
## 315  2022-12-21 11:00:14     FALSE 2022-12-21 11:00:00
## 316  2022-12-21 11:00:10     FALSE 2022-12-21 11:00:00
## 317  2022-12-21 10:51:06     FALSE 2022-12-21 11:00:00
## 318  2022-12-21 10:38:51     FALSE 2022-12-21 11:00:00
## 319  2022-12-21 10:35:10     FALSE 2022-12-21 11:00:00
## 320  2022-12-21 10:30:27     FALSE 2022-12-21 11:00:00
## 321  2022-12-21 10:30:19     FALSE 2022-12-21 11:00:00
## 322  2022-12-21 10:30:02     FALSE 2022-12-21 11:00:00
## 323  2022-12-21 10:19:22     FALSE 2022-12-21 10:00:00
## 324  2022-12-21 10:17:46     FALSE 2022-12-21 10:00:00
## 325  2022-12-21 10:16:56     FALSE 2022-12-21 10:00:00
## 326  2022-12-21 10:12:57     FALSE 2022-12-21 10:00:00
## 327  2022-12-21 10:08:05     FALSE 2022-12-21 10:00:00
## 328  2022-12-21 10:07:07     FALSE 2022-12-21 10:00:00
## 329  2022-12-21 10:00:04     FALSE 2022-12-21 10:00:00
## 330  2022-12-21 09:56:26     FALSE 2022-12-21 10:00:00
## 331  2022-12-21 09:55:59     FALSE 2022-12-21 10:00:00
## 332  2022-12-21 09:44:06     FALSE 2022-12-21 10:00:00
## 333  2022-12-21 09:24:12     FALSE 2022-12-21 09:00:00
## 334  2022-12-21 09:23:33     FALSE 2022-12-21 09:00:00
## 335  2022-12-21 09:22:42     FALSE 2022-12-21 09:00:00
## 336  2022-12-21 09:22:35     FALSE 2022-12-21 09:00:00
## 337  2022-12-21 09:12:00     FALSE 2022-12-21 09:00:00
## 338  2022-12-21 09:09:15     FALSE 2022-12-21 09:00:00
## 339  2022-12-21 09:06:56     FALSE 2022-12-21 09:00:00
## 340  2022-12-21 09:00:14     FALSE 2022-12-21 09:00:00
## 341  2022-12-21 08:55:55     FALSE 2022-12-21 09:00:00
## 342  2022-12-21 08:55:50     FALSE 2022-12-21 09:00:00
## 343  2022-12-21 08:55:17     FALSE 2022-12-21 09:00:00
## 344  2022-12-21 08:53:06     FALSE 2022-12-21 09:00:00
## 345  2022-12-21 08:52:36     FALSE 2022-12-21 09:00:00
## 346  2022-12-21 08:43:49     FALSE 2022-12-21 09:00:00
## 347  2022-12-21 08:37:40     FALSE 2022-12-21 09:00:00
## 348  2022-12-21 08:32:39     FALSE 2022-12-21 09:00:00
## 349  2022-12-21 08:31:07     FALSE 2022-12-21 09:00:00
## 350  2022-12-21 08:28:23     FALSE 2022-12-21 08:00:00
## 351  2022-12-21 08:22:12     FALSE 2022-12-21 08:00:00
## 352  2022-12-21 08:18:44     FALSE 2022-12-21 08:00:00
## 353  2022-12-21 08:06:58     FALSE 2022-12-21 08:00:00
## 354  2022-12-21 08:00:55     FALSE 2022-12-21 08:00:00
## 355  2022-12-21 07:59:10     FALSE 2022-12-21 08:00:00
## 356  2022-12-21 07:53:34     FALSE 2022-12-21 08:00:00
## 357  2022-12-21 07:50:24     FALSE 2022-12-21 08:00:00
## 358  2022-12-21 07:49:49     FALSE 2022-12-21 08:00:00
## 359  2022-12-21 07:27:11     FALSE 2022-12-21 07:00:00
## 360  2022-12-21 07:15:00     FALSE 2022-12-21 07:00:00
## 361  2022-12-21 07:08:32     FALSE 2022-12-21 07:00:00
## 362  2022-12-21 07:02:42     FALSE 2022-12-21 07:00:00
## 363  2022-12-21 07:00:18     FALSE 2022-12-21 07:00:00
## 364  2022-12-21 07:00:07     FALSE 2022-12-21 07:00:00
## 365  2022-12-21 06:52:02     FALSE 2022-12-21 07:00:00
## 366  2022-12-21 06:34:08     FALSE 2022-12-21 07:00:00
## 367  2022-12-21 06:25:18     FALSE 2022-12-21 06:00:00
## 368  2022-12-21 06:24:10     FALSE 2022-12-21 06:00:00
## 369  2022-12-21 06:16:45     FALSE 2022-12-21 06:00:00
## 370  2022-12-21 06:15:16     FALSE 2022-12-21 06:00:00
## 371  2022-12-21 06:13:40     FALSE 2022-12-21 06:00:00
## 372  2022-12-21 06:10:20     FALSE 2022-12-21 06:00:00
## 373  2022-12-21 06:00:05     FALSE 2022-12-21 06:00:00
## 374  2022-12-21 05:56:03     FALSE 2022-12-21 06:00:00
## 375  2022-12-21 05:44:11     FALSE 2022-12-21 06:00:00
## 376  2022-12-21 05:42:36     FALSE 2022-12-21 06:00:00
## 377  2022-12-21 05:41:38     FALSE 2022-12-21 06:00:00
## 378  2022-12-21 05:38:59     FALSE 2022-12-21 06:00:00
## 379  2022-12-21 05:36:05     FALSE 2022-12-21 06:00:00
## 380  2022-12-21 05:33:58     FALSE 2022-12-21 06:00:00
## 381  2022-12-21 05:33:57     FALSE 2022-12-21 06:00:00
## 382  2022-12-21 05:32:54     FALSE 2022-12-21 06:00:00
## 383  2022-12-21 05:31:50     FALSE 2022-12-21 06:00:00
## 384  2022-12-21 05:29:25     FALSE 2022-12-21 05:00:00
## 385  2022-12-21 05:29:20     FALSE 2022-12-21 05:00:00
## 386  2022-12-21 05:28:59     FALSE 2022-12-21 05:00:00
## 387  2022-12-21 05:11:50     FALSE 2022-12-21 05:00:00
## 388  2022-12-21 05:10:50     FALSE 2022-12-21 05:00:00
## 389  2022-12-21 05:10:38     FALSE 2022-12-21 05:00:00
## 390  2022-12-21 05:06:34     FALSE 2022-12-21 05:00:00
## 391  2022-12-21 05:00:27     FALSE 2022-12-21 05:00:00
## 392  2022-12-21 05:00:10     FALSE 2022-12-21 05:00:00
## 393  2022-12-21 04:56:43     FALSE 2022-12-21 05:00:00
## 394  2022-12-21 04:54:35     FALSE 2022-12-21 05:00:00
## 395  2022-12-21 04:20:10     FALSE 2022-12-21 04:00:00
## 396  2022-12-21 04:15:48     FALSE 2022-12-21 04:00:00
## 397  2022-12-21 04:09:32     FALSE 2022-12-21 04:00:00
## 398  2022-12-21 04:06:05     FALSE 2022-12-21 04:00:00
## 399  2022-12-21 04:00:11     FALSE 2022-12-21 04:00:00
## 400  2022-12-21 03:56:02     FALSE 2022-12-21 04:00:00
## 401  2022-12-21 03:55:58     FALSE 2022-12-21 04:00:00
## 402  2022-12-21 03:52:41     FALSE 2022-12-21 04:00:00
## 403  2022-12-21 03:52:26     FALSE 2022-12-21 04:00:00
## 404  2022-12-21 03:44:32     FALSE 2022-12-21 04:00:00
## 405  2022-12-21 03:21:30     FALSE 2022-12-21 03:00:00
## 406  2022-12-21 03:21:16     FALSE 2022-12-21 03:00:00
## 407  2022-12-21 03:20:36     FALSE 2022-12-21 03:00:00
## 408  2022-12-21 03:02:18     FALSE 2022-12-21 03:00:00
## 409  2022-12-21 02:58:51     FALSE 2022-12-21 03:00:00
## 410  2022-12-21 02:56:09     FALSE 2022-12-21 03:00:00
## 411  2022-12-21 02:34:23     FALSE 2022-12-21 03:00:00
## 412  2022-12-21 02:32:02     FALSE 2022-12-21 03:00:00
## 413  2022-12-21 02:25:55     FALSE 2022-12-21 02:00:00
## 414  2022-12-21 02:23:19     FALSE 2022-12-21 02:00:00
## 415  2022-12-21 02:20:18     FALSE 2022-12-21 02:00:00
## 416  2022-12-21 02:14:10     FALSE 2022-12-21 02:00:00
## 417  2022-12-21 02:12:56     FALSE 2022-12-21 02:00:00
## 418  2022-12-21 02:03:03     FALSE 2022-12-21 02:00:00
## 419  2022-12-21 02:00:29     FALSE 2022-12-21 02:00:00
## 420  2022-12-21 02:00:24     FALSE 2022-12-21 02:00:00
## 421  2022-12-21 01:59:28     FALSE 2022-12-21 02:00:00
## 422  2022-12-21 01:59:14     FALSE 2022-12-21 02:00:00
## 423  2022-12-21 01:54:08     FALSE 2022-12-21 02:00:00
## 424  2022-12-21 01:47:53     FALSE 2022-12-21 02:00:00
## 425  2022-12-21 01:44:31     FALSE 2022-12-21 02:00:00
## 426  2022-12-21 01:41:26     FALSE 2022-12-21 02:00:00
## 427  2022-12-21 01:35:48     FALSE 2022-12-21 02:00:00
## 428  2022-12-21 01:33:32     FALSE 2022-12-21 02:00:00
## 429  2022-12-21 01:30:05     FALSE 2022-12-21 02:00:00
## 430  2022-12-21 01:26:38     FALSE 2022-12-21 01:00:00
## 431  2022-12-21 01:23:24     FALSE 2022-12-21 01:00:00
## 432  2022-12-21 01:06:23     FALSE 2022-12-21 01:00:00
## 433  2022-12-21 01:02:05     FALSE 2022-12-21 01:00:00
## 434  2022-12-21 01:01:48     FALSE 2022-12-21 01:00:00
## 435  2022-12-21 01:00:47     FALSE 2022-12-21 01:00:00
## 436  2022-12-21 01:00:08     FALSE 2022-12-21 01:00:00
## 437  2022-12-21 00:59:45     FALSE 2022-12-21 01:00:00
## 438  2022-12-21 00:48:17     FALSE 2022-12-21 01:00:00
## 439  2022-12-21 00:47:31     FALSE 2022-12-21 01:00:00
## 440  2022-12-21 00:42:40     FALSE 2022-12-21 01:00:00
## 441  2022-12-21 00:41:12     FALSE 2022-12-21 01:00:00
## 442  2022-12-21 00:39:00     FALSE 2022-12-21 01:00:00
## 443  2022-12-21 00:36:51     FALSE 2022-12-21 01:00:00
## 444  2022-12-21 00:36:02     FALSE 2022-12-21 01:00:00
## 445  2022-12-21 00:35:10     FALSE 2022-12-21 01:00:00
## 446  2022-12-21 00:24:30     FALSE 2022-12-21 00:00:00
## 447  2022-12-21 00:20:05     FALSE 2022-12-21 00:00:00
## 448  2022-12-21 00:16:30     FALSE 2022-12-21 00:00:00
## 449  2022-12-21 00:15:31     FALSE 2022-12-21 00:00:00
## 450  2022-12-21 00:15:15     FALSE 2022-12-21 00:00:00
## 451  2022-12-21 00:13:59     FALSE 2022-12-21 00:00:00
## 452  2022-12-21 00:12:04     FALSE 2022-12-21 00:00:00
## 453  2022-12-21 00:06:45     FALSE 2022-12-21 00:00:00
## 454  2022-12-21 00:04:44     FALSE 2022-12-21 00:00:00
## 455  2022-12-21 00:00:44     FALSE 2022-12-21 00:00:00
## 456  2022-12-20 23:55:13     FALSE 2022-12-21 00:00:00
## 457  2022-12-20 23:55:01     FALSE 2022-12-21 00:00:00
## 458  2022-12-20 23:54:57     FALSE 2022-12-21 00:00:00
## 459  2022-12-20 23:54:45     FALSE 2022-12-21 00:00:00
## 460  2022-12-20 23:49:46     FALSE 2022-12-21 00:00:00
## 461  2022-12-20 23:46:28     FALSE 2022-12-21 00:00:00
## 462  2022-12-20 23:43:34     FALSE 2022-12-21 00:00:00
## 463  2022-12-20 23:42:12     FALSE 2022-12-21 00:00:00
## 464  2022-12-20 23:42:11     FALSE 2022-12-21 00:00:00
## 465  2022-12-20 23:41:16     FALSE 2022-12-21 00:00:00
## 466  2022-12-20 23:36:34     FALSE 2022-12-21 00:00:00
## 467  2022-12-20 23:35:55     FALSE 2022-12-21 00:00:00
## 468  2022-12-20 23:15:20     FALSE 2022-12-20 23:00:00
## 469  2022-12-20 23:10:51     FALSE 2022-12-20 23:00:00
## 470  2022-12-20 23:10:06     FALSE 2022-12-20 23:00:00
## 471  2022-12-20 23:06:24     FALSE 2022-12-20 23:00:00
## 472  2022-12-20 23:06:11     FALSE 2022-12-20 23:00:00
## 473  2022-12-20 23:05:59     FALSE 2022-12-20 23:00:00
## 474  2022-12-20 23:04:50     FALSE 2022-12-20 23:00:00
## 475  2022-12-20 23:01:47     FALSE 2022-12-20 23:00:00
## 476  2022-12-20 23:00:04     FALSE 2022-12-20 23:00:00
## 477  2022-12-20 22:58:00     FALSE 2022-12-20 23:00:00
## 478  2022-12-20 22:46:08     FALSE 2022-12-20 23:00:00
## 479  2022-12-20 22:45:44     FALSE 2022-12-20 23:00:00
## 480  2022-12-20 22:44:13     FALSE 2022-12-20 23:00:00
## 481  2022-12-20 22:40:45     FALSE 2022-12-20 23:00:00
## 482  2022-12-20 22:20:53     FALSE 2022-12-20 22:00:00
## 483  2022-12-20 22:20:23     FALSE 2022-12-20 22:00:00
## 484  2022-12-20 22:16:41     FALSE 2022-12-20 22:00:00
## 485  2022-12-20 22:13:42     FALSE 2022-12-20 22:00:00
## 486  2022-12-20 22:12:52     FALSE 2022-12-20 22:00:00
## 487  2022-12-20 22:08:12     FALSE 2022-12-20 22:00:00
## 488  2022-12-20 22:02:59     FALSE 2022-12-20 22:00:00
## 489  2022-12-20 22:02:05     FALSE 2022-12-20 22:00:00
## 490  2022-12-20 22:01:20     FALSE 2022-12-20 22:00:00
## 491  2022-12-20 22:00:09     FALSE 2022-12-20 22:00:00
## 492  2022-12-20 21:59:24     FALSE 2022-12-20 22:00:00
## 493  2022-12-20 21:48:06     FALSE 2022-12-20 22:00:00
## 494  2022-12-20 21:39:33     FALSE 2022-12-20 22:00:00
## 495  2022-12-20 21:33:45     FALSE 2022-12-20 22:00:00
## 496  2022-12-20 21:33:40     FALSE 2022-12-20 22:00:00
## 497  2022-12-20 21:32:21     FALSE 2022-12-20 22:00:00
## 498  2022-12-20 21:28:49     FALSE 2022-12-20 21:00:00
## 499  2022-12-20 21:16:07     FALSE 2022-12-20 21:00:00
## 500  2022-12-20 21:13:29     FALSE 2022-12-20 21:00:00
## 501  2022-12-20 21:01:27     FALSE 2022-12-20 21:00:00
## 502  2022-12-20 21:00:45     FALSE 2022-12-20 21:00:00
## 503  2022-12-20 21:00:05     FALSE 2022-12-20 21:00:00
## 504  2022-12-20 20:50:02     FALSE 2022-12-20 21:00:00
## 505  2022-12-20 20:41:07     FALSE 2022-12-20 21:00:00
## 506  2022-12-20 20:30:12     FALSE 2022-12-20 21:00:00
## 507  2022-12-20 20:25:33     FALSE 2022-12-20 20:00:00
## 508  2022-12-20 20:24:08     FALSE 2022-12-20 20:00:00
## 509  2022-12-20 20:22:32     FALSE 2022-12-20 20:00:00
## 510  2022-12-20 20:14:25     FALSE 2022-12-20 20:00:00
## 511  2022-12-20 20:14:06     FALSE 2022-12-20 20:00:00
## 512  2022-12-20 20:11:02     FALSE 2022-12-20 20:00:00
## 513  2022-12-20 20:09:58     FALSE 2022-12-20 20:00:00
## 514  2022-12-20 20:08:18     FALSE 2022-12-20 20:00:00
## 515  2022-12-20 20:00:03     FALSE 2022-12-20 20:00:00
## 516  2022-12-20 19:59:25     FALSE 2022-12-20 20:00:00
## 517  2022-12-20 19:56:55     FALSE 2022-12-20 20:00:00
## 518  2022-12-20 19:47:26     FALSE 2022-12-20 20:00:00
## 519  2022-12-20 19:40:04     FALSE 2022-12-20 20:00:00
## 520  2022-12-20 19:37:54     FALSE 2022-12-20 20:00:00
## 521  2022-12-20 19:37:20     FALSE 2022-12-20 20:00:00
## 522  2022-12-20 19:35:41     FALSE 2022-12-20 20:00:00
## 523  2022-12-20 19:32:20     FALSE 2022-12-20 20:00:00
## 524  2022-12-20 19:32:19     FALSE 2022-12-20 20:00:00
## 525  2022-12-20 19:25:29     FALSE 2022-12-20 19:00:00
## 526  2022-12-20 19:22:22     FALSE 2022-12-20 19:00:00
## 527  2022-12-20 19:21:30     FALSE 2022-12-20 19:00:00
## 528  2022-12-20 19:19:05     FALSE 2022-12-20 19:00:00
## 529  2022-12-20 19:17:51     FALSE 2022-12-20 19:00:00
## 530  2022-12-20 19:10:59     FALSE 2022-12-20 19:00:00
## 531  2022-12-20 19:04:48     FALSE 2022-12-20 19:00:00
## 532  2022-12-20 19:00:24     FALSE 2022-12-20 19:00:00
## 533  2022-12-20 19:00:07     FALSE 2022-12-20 19:00:00
## 534  2022-12-20 18:58:05     FALSE 2022-12-20 19:00:00
## 535  2022-12-20 18:56:27     FALSE 2022-12-20 19:00:00
## 536  2022-12-20 18:56:21     FALSE 2022-12-20 19:00:00
## 537  2022-12-20 18:54:58     FALSE 2022-12-20 19:00:00
## 538  2022-12-20 18:50:50     FALSE 2022-12-20 19:00:00
## 539  2022-12-20 18:50:41     FALSE 2022-12-20 19:00:00
## 540  2022-12-20 18:50:36     FALSE 2022-12-20 19:00:00
## 541  2022-12-20 18:48:52     FALSE 2022-12-20 19:00:00
## 542  2022-12-20 18:48:40     FALSE 2022-12-20 19:00:00
## 543  2022-12-20 18:48:07     FALSE 2022-12-20 19:00:00
## 544  2022-12-20 18:43:31     FALSE 2022-12-20 19:00:00
## 545  2022-12-20 18:35:30     FALSE 2022-12-20 19:00:00
## 546  2022-12-20 18:30:00     FALSE 2022-12-20 19:00:00
## 547  2022-12-20 18:26:02     FALSE 2022-12-20 18:00:00
## 548  2022-12-20 18:23:35     FALSE 2022-12-20 18:00:00
## 549  2022-12-20 18:21:53     FALSE 2022-12-20 18:00:00
## 550  2022-12-20 18:19:11     FALSE 2022-12-20 18:00:00
## 551  2022-12-20 18:16:29     FALSE 2022-12-20 18:00:00
## 552  2022-12-20 18:12:19     FALSE 2022-12-20 18:00:00
## 553  2022-12-20 18:11:25     FALSE 2022-12-20 18:00:00
## 554  2022-12-20 18:10:55     FALSE 2022-12-20 18:00:00
## 555  2022-12-20 18:05:01     FALSE 2022-12-20 18:00:00
## 556  2022-12-20 18:04:19     FALSE 2022-12-20 18:00:00
## 557  2022-12-20 18:01:06     FALSE 2022-12-20 18:00:00
## 558  2022-12-20 18:00:49     FALSE 2022-12-20 18:00:00
## 559  2022-12-20 18:00:36     FALSE 2022-12-20 18:00:00
## 560  2022-12-20 17:59:23     FALSE 2022-12-20 18:00:00
## 561  2022-12-20 17:59:21     FALSE 2022-12-20 18:00:00
## 562  2022-12-20 17:57:33     FALSE 2022-12-20 18:00:00
## 563  2022-12-20 17:57:19     FALSE 2022-12-20 18:00:00
## 564  2022-12-20 17:40:46     FALSE 2022-12-20 18:00:00
## 565  2022-12-20 17:40:28     FALSE 2022-12-20 18:00:00
## 566  2022-12-20 17:34:46     FALSE 2022-12-20 18:00:00
## 567  2022-12-20 17:33:56     FALSE 2022-12-20 18:00:00
## 568  2022-12-20 17:33:50     FALSE 2022-12-20 18:00:00
## 569  2022-12-20 17:28:40     FALSE 2022-12-20 17:00:00
## 570  2022-12-20 17:26:36     FALSE 2022-12-20 17:00:00
## 571  2022-12-20 17:18:44     FALSE 2022-12-20 17:00:00
## 572  2022-12-20 17:13:17     FALSE 2022-12-20 17:00:00
## 573  2022-12-20 17:10:50     FALSE 2022-12-20 17:00:00
## 574  2022-12-20 17:10:04     FALSE 2022-12-20 17:00:00
## 575  2022-12-20 17:09:58     FALSE 2022-12-20 17:00:00
## 576  2022-12-20 17:06:04     FALSE 2022-12-20 17:00:00
## 577  2022-12-20 17:05:17     FALSE 2022-12-20 17:00:00
## 578  2022-12-20 17:03:17     FALSE 2022-12-20 17:00:00
## 579  2022-12-20 17:00:44     FALSE 2022-12-20 17:00:00
## 580  2022-12-20 17:00:08     FALSE 2022-12-20 17:00:00
## 581  2022-12-20 16:59:58     FALSE 2022-12-20 17:00:00
## 582  2022-12-20 16:59:52     FALSE 2022-12-20 17:00:00
## 583  2022-12-20 16:59:07     FALSE 2022-12-20 17:00:00
## 584  2022-12-20 16:41:00     FALSE 2022-12-20 17:00:00
## 585  2022-12-20 16:30:35     FALSE 2022-12-20 17:00:00
## 586  2022-12-20 16:30:26     FALSE 2022-12-20 17:00:00
## 587  2022-12-20 16:30:18     FALSE 2022-12-20 17:00:00
## 588  2022-12-20 16:23:01     FALSE 2022-12-20 16:00:00
## 589  2022-12-20 16:22:58     FALSE 2022-12-20 16:00:00
## 590  2022-12-20 16:10:13     FALSE 2022-12-20 16:00:00
## 591  2022-12-20 16:05:33     FALSE 2022-12-20 16:00:00
## 592  2022-12-20 16:05:12     FALSE 2022-12-20 16:00:00
## 593  2022-12-20 16:03:20     FALSE 2022-12-20 16:00:00
## 594  2022-12-20 16:02:01     FALSE 2022-12-20 16:00:00
## 595  2022-12-20 16:01:06     FALSE 2022-12-20 16:00:00
## 596  2022-12-20 16:00:45     FALSE 2022-12-20 16:00:00
## 597  2022-12-20 16:00:03     FALSE 2022-12-20 16:00:00
## 598  2022-12-20 15:46:04     FALSE 2022-12-20 16:00:00
## 599  2022-12-20 15:40:36     FALSE 2022-12-20 16:00:00
## 600  2022-12-20 15:34:08     FALSE 2022-12-20 16:00:00
## 601  2022-12-20 15:24:05     FALSE 2022-12-20 15:00:00
## 602  2022-12-20 15:22:46     FALSE 2022-12-20 15:00:00
## 603  2022-12-20 15:19:06     FALSE 2022-12-20 15:00:00
## 604  2022-12-20 15:13:22     FALSE 2022-12-20 15:00:00
## 605  2022-12-20 15:01:45     FALSE 2022-12-20 15:00:00
## 606  2022-12-20 15:00:01     FALSE 2022-12-20 15:00:00
## 607  2022-12-20 14:58:16     FALSE 2022-12-20 15:00:00
## 608  2022-12-20 14:57:20     FALSE 2022-12-20 15:00:00
## 609  2022-12-20 14:51:34     FALSE 2022-12-20 15:00:00
## 610  2022-12-20 14:46:06     FALSE 2022-12-20 15:00:00
## 611  2022-12-20 14:42:05     FALSE 2022-12-20 15:00:00
## 612  2022-12-20 14:38:34     FALSE 2022-12-20 15:00:00
## 613  2022-12-20 14:36:38     FALSE 2022-12-20 15:00:00
## 614  2022-12-20 14:36:00     FALSE 2022-12-20 15:00:00
## 615  2022-12-20 14:34:44     FALSE 2022-12-20 15:00:00
## 616  2022-12-20 14:33:08     FALSE 2022-12-20 15:00:00
## 617  2022-12-20 14:33:05     FALSE 2022-12-20 15:00:00
## 618  2022-12-20 14:32:10     FALSE 2022-12-20 15:00:00
## 619  2022-12-20 14:30:00     FALSE 2022-12-20 15:00:00
## 620  2022-12-20 14:27:09     FALSE 2022-12-20 14:00:00
## 621  2022-12-20 14:25:34     FALSE 2022-12-20 14:00:00
## 622  2022-12-20 14:21:01     FALSE 2022-12-20 14:00:00
## 623  2022-12-20 14:20:31     FALSE 2022-12-20 14:00:00
## 624  2022-12-20 14:19:28     FALSE 2022-12-20 14:00:00
## 625  2022-12-20 14:18:06     FALSE 2022-12-20 14:00:00
## 626  2022-12-20 14:15:56     FALSE 2022-12-20 14:00:00
## 627  2022-12-20 14:14:45     FALSE 2022-12-20 14:00:00
## 628  2022-12-20 14:10:00     FALSE 2022-12-20 14:00:00
## 629  2022-12-20 14:08:51     FALSE 2022-12-20 14:00:00
## 630  2022-12-20 14:00:27     FALSE 2022-12-20 14:00:00
## 631  2022-12-20 14:00:03     FALSE 2022-12-20 14:00:00
## 632  2022-12-20 14:00:00     FALSE 2022-12-20 14:00:00
## 633  2022-12-20 13:53:41     FALSE 2022-12-20 14:00:00
## 634  2022-12-20 13:53:30     FALSE 2022-12-20 14:00:00
## 635  2022-12-20 13:51:25     FALSE 2022-12-20 14:00:00
## 636  2022-12-20 13:49:31     FALSE 2022-12-20 14:00:00
## 637  2022-12-20 13:49:20     FALSE 2022-12-20 14:00:00
## 638  2022-12-20 13:48:06     FALSE 2022-12-20 14:00:00
## 639  2022-12-20 13:48:02     FALSE 2022-12-20 14:00:00
## 640  2022-12-20 13:43:00     FALSE 2022-12-20 14:00:00
## 641  2022-12-20 13:29:36     FALSE 2022-12-20 13:00:00
## 642  2022-12-20 13:28:40     FALSE 2022-12-20 13:00:00
## 643  2022-12-20 13:23:54     FALSE 2022-12-20 13:00:00
## 644  2022-12-20 13:20:33     FALSE 2022-12-20 13:00:00
## 645  2022-12-20 13:08:05     FALSE 2022-12-20 13:00:00
## 646  2022-12-20 13:04:38     FALSE 2022-12-20 13:00:00
## 647  2022-12-20 13:01:49     FALSE 2022-12-20 13:00:00
## 648  2022-12-20 13:00:03     FALSE 2022-12-20 13:00:00
## 649  2022-12-20 12:57:05     FALSE 2022-12-20 13:00:00
## 650  2022-12-20 12:49:21     FALSE 2022-12-20 13:00:00
## 651  2022-12-20 12:38:48     FALSE 2022-12-20 13:00:00
## 652  2022-12-20 12:38:48     FALSE 2022-12-20 13:00:00
## 653  2022-12-20 12:37:15     FALSE 2022-12-20 13:00:00
## 654  2022-12-20 12:31:09     FALSE 2022-12-20 13:00:00
## 655  2022-12-20 12:22:26     FALSE 2022-12-20 12:00:00
## 656  2022-12-20 12:17:32     FALSE 2022-12-20 12:00:00
## 657  2022-12-20 12:14:57     FALSE 2022-12-20 12:00:00
## 658  2022-12-20 12:10:17     FALSE 2022-12-20 12:00:00
## 659  2022-12-20 12:06:47     FALSE 2022-12-20 12:00:00
## 660  2022-12-20 12:03:56     FALSE 2022-12-20 12:00:00
## 661  2022-12-20 12:01:03     FALSE 2022-12-20 12:00:00
## 662  2022-12-20 12:00:09     FALSE 2022-12-20 12:00:00
## 663  2022-12-20 11:58:59     FALSE 2022-12-20 12:00:00
## 664  2022-12-20 11:57:52     FALSE 2022-12-20 12:00:00
## 665  2022-12-20 11:55:34     FALSE 2022-12-20 12:00:00
## 666  2022-12-20 11:54:30     FALSE 2022-12-20 12:00:00
## 667  2022-12-20 11:54:24     FALSE 2022-12-20 12:00:00
## 668  2022-12-20 11:53:23     FALSE 2022-12-20 12:00:00
## 669  2022-12-20 11:47:53     FALSE 2022-12-20 12:00:00
## 670  2022-12-20 11:17:12     FALSE 2022-12-20 11:00:00
## 671  2022-12-20 11:16:05     FALSE 2022-12-20 11:00:00
## 672  2022-12-20 11:07:46     FALSE 2022-12-20 11:00:00
## 673  2022-12-20 11:07:34     FALSE 2022-12-20 11:00:00
## 674  2022-12-20 11:06:20     FALSE 2022-12-20 11:00:00
## 675  2022-12-20 11:00:04     FALSE 2022-12-20 11:00:00
## 676  2022-12-20 10:54:41     FALSE 2022-12-20 11:00:00
## 677  2022-12-20 10:49:40     FALSE 2022-12-20 11:00:00
## 678  2022-12-20 10:47:49     FALSE 2022-12-20 11:00:00
## 679  2022-12-20 10:44:13     FALSE 2022-12-20 11:00:00
## 680  2022-12-20 10:41:35     FALSE 2022-12-20 11:00:00
## 681  2022-12-20 10:39:13     FALSE 2022-12-20 11:00:00
## 682  2022-12-20 10:35:38     FALSE 2022-12-20 11:00:00
## 683  2022-12-20 10:35:10     FALSE 2022-12-20 11:00:00
## 684  2022-12-20 10:30:23     FALSE 2022-12-20 11:00:00
## 685  2022-12-20 10:28:39     FALSE 2022-12-20 10:00:00
## 686  2022-12-20 10:18:38     FALSE 2022-12-20 10:00:00
## 687  2022-12-20 10:18:13     FALSE 2022-12-20 10:00:00
## 688  2022-12-20 10:15:27     FALSE 2022-12-20 10:00:00
## 689  2022-12-20 10:12:54     FALSE 2022-12-20 10:00:00
## 690  2022-12-20 10:11:21     FALSE 2022-12-20 10:00:00
## 691  2022-12-20 10:08:03     FALSE 2022-12-20 10:00:00
## 692  2022-12-20 10:06:05     FALSE 2022-12-20 10:00:00
## 693  2022-12-20 10:05:03     FALSE 2022-12-20 10:00:00
## 694  2022-12-20 09:55:23     FALSE 2022-12-20 10:00:00
## 695  2022-12-20 09:55:16     FALSE 2022-12-20 10:00:00
## 696  2022-12-20 09:30:42     FALSE 2022-12-20 10:00:00
## 697  2022-12-20 09:18:10     FALSE 2022-12-20 09:00:00
## 698  2022-12-20 09:10:07     FALSE 2022-12-20 09:00:00
## 699  2022-12-20 09:10:03     FALSE 2022-12-20 09:00:00
## 700  2022-12-20 09:09:59     FALSE 2022-12-20 09:00:00
## 701  2022-12-20 09:06:34     FALSE 2022-12-20 09:00:00
## 702  2022-12-20 09:03:59     FALSE 2022-12-20 09:00:00
## 703  2022-12-20 09:01:23     FALSE 2022-12-20 09:00:00
## 704  2022-12-20 08:56:04     FALSE 2022-12-20 09:00:00
## 705  2022-12-20 08:40:00     FALSE 2022-12-20 09:00:00
## 706  2022-12-20 08:38:11     FALSE 2022-12-20 09:00:00
## 707  2022-12-20 08:33:11     FALSE 2022-12-20 09:00:00
## 708  2022-12-20 08:31:47     FALSE 2022-12-20 09:00:00
## 709  2022-12-20 08:20:06     FALSE 2022-12-20 08:00:00
## 710  2022-12-20 08:19:08     FALSE 2022-12-20 08:00:00
## 711  2022-12-20 08:08:39     FALSE 2022-12-20 08:00:00
## 712  2022-12-20 08:06:15     FALSE 2022-12-20 08:00:00
## 713  2022-12-20 08:02:33     FALSE 2022-12-20 08:00:00
## 714  2022-12-20 08:00:46     FALSE 2022-12-20 08:00:00
## 715  2022-12-20 08:00:08     FALSE 2022-12-20 08:00:00
## 716  2022-12-20 07:59:32     FALSE 2022-12-20 08:00:00
## 717  2022-12-20 07:52:36     FALSE 2022-12-20 08:00:00
## 718  2022-12-20 07:52:16     FALSE 2022-12-20 08:00:00
## 719  2022-12-20 07:46:54     FALSE 2022-12-20 08:00:00
## 720  2022-12-20 07:46:05     FALSE 2022-12-20 08:00:00
## 721  2022-12-20 07:35:12     FALSE 2022-12-20 08:00:00
## 722  2022-12-20 07:34:43     FALSE 2022-12-20 08:00:00
## 723  2022-12-20 07:29:26     FALSE 2022-12-20 07:00:00
## 724  2022-12-20 07:22:59     FALSE 2022-12-20 07:00:00
## 725  2022-12-20 07:18:11     FALSE 2022-12-20 07:00:00
## 726  2022-12-20 07:11:43     FALSE 2022-12-20 07:00:00
## 727  2022-12-20 07:09:38     FALSE 2022-12-20 07:00:00
## 728  2022-12-20 07:03:50     FALSE 2022-12-20 07:00:00
## 729  2022-12-20 07:02:05     FALSE 2022-12-20 07:00:00
## 730  2022-12-20 07:01:54     FALSE 2022-12-20 07:00:00
## 731  2022-12-20 07:00:44     FALSE 2022-12-20 07:00:00
## 732  2022-12-20 07:00:04     FALSE 2022-12-20 07:00:00
## 733  2022-12-20 06:58:47     FALSE 2022-12-20 07:00:00
## 734  2022-12-20 06:56:17     FALSE 2022-12-20 07:00:00
## 735  2022-12-20 06:53:28     FALSE 2022-12-20 07:00:00
## 736  2022-12-20 06:43:31     FALSE 2022-12-20 07:00:00
## 737  2022-12-20 06:42:38     FALSE 2022-12-20 07:00:00
## 738  2022-12-20 06:40:49     FALSE 2022-12-20 07:00:00
## 739  2022-12-20 06:36:49     FALSE 2022-12-20 07:00:00
## 740  2022-12-20 06:32:47     FALSE 2022-12-20 07:00:00
## 741  2022-12-20 06:29:52     FALSE 2022-12-20 06:00:00
## 742  2022-12-20 06:28:21     FALSE 2022-12-20 06:00:00
## 743  2022-12-20 06:27:09     FALSE 2022-12-20 06:00:00
## 744  2022-12-20 06:18:54     FALSE 2022-12-20 06:00:00
## 745  2022-12-20 06:14:56     FALSE 2022-12-20 06:00:00
## 746  2022-12-20 06:04:36     FALSE 2022-12-20 06:00:00
## 747  2022-12-20 06:03:19     FALSE 2022-12-20 06:00:00
## 748  2022-12-20 06:02:28     FALSE 2022-12-20 06:00:00
## 749  2022-12-20 06:00:08     FALSE 2022-12-20 06:00:00
## 750  2022-12-20 05:52:48     FALSE 2022-12-20 06:00:00
## 751  2022-12-20 05:49:15     FALSE 2022-12-20 06:00:00
## 752  2022-12-20 05:34:37     FALSE 2022-12-20 06:00:00
## 753  2022-12-20 05:26:04     FALSE 2022-12-20 05:00:00
## 754  2022-12-20 05:23:11     FALSE 2022-12-20 05:00:00
## 755  2022-12-20 05:22:51     FALSE 2022-12-20 05:00:00
## 756  2022-12-20 05:19:03     FALSE 2022-12-20 05:00:00
## 757  2022-12-20 05:11:45     FALSE 2022-12-20 05:00:00
## 758  2022-12-20 05:10:16     FALSE 2022-12-20 05:00:00
## 759  2022-12-20 05:10:15     FALSE 2022-12-20 05:00:00
## 760  2022-12-20 05:09:01     FALSE 2022-12-20 05:00:00
## 761  2022-12-20 05:06:55     FALSE 2022-12-20 05:00:00
## 762  2022-12-20 05:02:08     FALSE 2022-12-20 05:00:00
## 763  2022-12-20 05:00:04     FALSE 2022-12-20 05:00:00
## 764  2022-12-20 04:52:03     FALSE 2022-12-20 05:00:00
## 765  2022-12-20 04:47:56     FALSE 2022-12-20 05:00:00
## 766  2022-12-20 04:44:08     FALSE 2022-12-20 05:00:00
## 767  2022-12-20 04:34:44     FALSE 2022-12-20 05:00:00
## 768  2022-12-20 04:28:12     FALSE 2022-12-20 04:00:00
## 769  2022-12-20 04:23:33     FALSE 2022-12-20 04:00:00
## 770  2022-12-20 04:17:25     FALSE 2022-12-20 04:00:00
## 771  2022-12-20 04:12:31     FALSE 2022-12-20 04:00:00
## 772  2022-12-20 04:09:39     FALSE 2022-12-20 04:00:00
## 773  2022-12-20 04:02:32     FALSE 2022-12-20 04:00:00
## 774  2022-12-20 04:01:27     FALSE 2022-12-20 04:00:00
## 775  2022-12-20 04:00:08     FALSE 2022-12-20 04:00:00
## 776  2022-12-20 03:48:01     FALSE 2022-12-20 04:00:00
## 777  2022-12-20 03:46:35     FALSE 2022-12-20 04:00:00
## 778  2022-12-20 03:37:52     FALSE 2022-12-20 04:00:00
## 779  2022-12-20 03:29:18     FALSE 2022-12-20 03:00:00
## 780  2022-12-20 03:27:47     FALSE 2022-12-20 03:00:00
## 781  2022-12-20 03:22:25     FALSE 2022-12-20 03:00:00
## 782  2022-12-20 03:22:21     FALSE 2022-12-20 03:00:00
## 783  2022-12-20 03:20:41     FALSE 2022-12-20 03:00:00
## 784  2022-12-20 03:19:59     FALSE 2022-12-20 03:00:00
## 785  2022-12-20 03:19:19     FALSE 2022-12-20 03:00:00
## 786  2022-12-20 03:10:28     FALSE 2022-12-20 03:00:00
## 787  2022-12-20 03:09:57     FALSE 2022-12-20 03:00:00
## 788  2022-12-20 03:02:53     FALSE 2022-12-20 03:00:00
## 789  2022-12-20 03:00:07     FALSE 2022-12-20 03:00:00
## 790  2022-12-20 02:38:23     FALSE 2022-12-20 03:00:00
## 791  2022-12-20 02:38:12     FALSE 2022-12-20 03:00:00
## 792  2022-12-20 02:37:27     FALSE 2022-12-20 03:00:00
## 793  2022-12-20 02:35:57     FALSE 2022-12-20 03:00:00
## 794  2022-12-20 02:30:54     FALSE 2022-12-20 03:00:00
## 795  2022-12-20 02:21:52     FALSE 2022-12-20 02:00:00
## 796  2022-12-20 02:19:52     FALSE 2022-12-20 02:00:00
## 797  2022-12-20 02:17:56     FALSE 2022-12-20 02:00:00
## 798  2022-12-20 02:17:42     FALSE 2022-12-20 02:00:00
## 799  2022-12-20 02:11:41     FALSE 2022-12-20 02:00:00
## 800  2022-12-20 02:11:22     FALSE 2022-12-20 02:00:00
## 801  2022-12-20 02:10:49     FALSE 2022-12-20 02:00:00
## 802  2022-12-20 02:10:38     FALSE 2022-12-20 02:00:00
## 803  2022-12-20 02:10:26     FALSE 2022-12-20 02:00:00
## 804  2022-12-20 02:02:37     FALSE 2022-12-20 02:00:00
## 805  2022-12-20 02:00:06     FALSE 2022-12-20 02:00:00
## 806  2022-12-20 01:54:39     FALSE 2022-12-20 02:00:00
## 807  2022-12-20 01:54:10     FALSE 2022-12-20 02:00:00
## 808  2022-12-20 01:53:49     FALSE 2022-12-20 02:00:00
## 809  2022-12-20 01:53:40     FALSE 2022-12-20 02:00:00
## 810  2022-12-20 01:45:10     FALSE 2022-12-20 02:00:00
## 811  2022-12-20 01:36:36     FALSE 2022-12-20 02:00:00
## 812  2022-12-20 01:34:32     FALSE 2022-12-20 02:00:00
## 813  2022-12-20 01:33:08     FALSE 2022-12-20 02:00:00
## 814  2022-12-20 01:32:05     FALSE 2022-12-20 02:00:00
## 815  2022-12-20 01:28:00     FALSE 2022-12-20 01:00:00
## 816  2022-12-20 01:24:53     FALSE 2022-12-20 01:00:00
## 817  2022-12-20 01:24:46     FALSE 2022-12-20 01:00:00
## 818  2022-12-20 01:23:35     FALSE 2022-12-20 01:00:00
## 819  2022-12-20 01:15:35     FALSE 2022-12-20 01:00:00
## 820  2022-12-20 01:11:41     FALSE 2022-12-20 01:00:00
## 821  2022-12-20 01:10:41     FALSE 2022-12-20 01:00:00
## 822  2022-12-20 01:07:04     FALSE 2022-12-20 01:00:00
## 823  2022-12-20 00:49:16     FALSE 2022-12-20 01:00:00
## 824  2022-12-20 00:44:46     FALSE 2022-12-20 01:00:00
## 825  2022-12-20 00:44:05     FALSE 2022-12-20 01:00:00
## 826  2022-12-20 00:41:34     FALSE 2022-12-20 01:00:00
## 827  2022-12-20 00:37:28     FALSE 2022-12-20 01:00:00
## 828  2022-12-20 00:36:32     FALSE 2022-12-20 01:00:00
## 829  2022-12-20 00:18:05     FALSE 2022-12-20 00:00:00
## 830  2022-12-20 00:13:37     FALSE 2022-12-20 00:00:00
## 831  2022-12-20 00:12:57     FALSE 2022-12-20 00:00:00
## 832  2022-12-20 00:07:48     FALSE 2022-12-20 00:00:00
## 833  2022-12-20 00:06:32     FALSE 2022-12-20 00:00:00
## 834  2022-12-20 00:00:01     FALSE 2022-12-20 00:00:00
## 835  2022-12-20 00:00:00     FALSE 2022-12-20 00:00:00
## 836  2022-12-19 23:56:00     FALSE 2022-12-20 00:00:00
## 837  2022-12-19 23:53:59     FALSE 2022-12-20 00:00:00
## 838  2022-12-19 23:51:42     FALSE 2022-12-20 00:00:00
## 839  2022-12-19 23:44:27     FALSE 2022-12-20 00:00:00
## 840  2022-12-19 23:39:43     FALSE 2022-12-20 00:00:00
## 841  2022-12-19 23:37:02     FALSE 2022-12-20 00:00:00
## 842  2022-12-19 23:36:51     FALSE 2022-12-20 00:00:00
## 843  2022-12-19 23:34:23     FALSE 2022-12-20 00:00:00
## 844  2022-12-19 23:31:45     FALSE 2022-12-20 00:00:00
## 845  2022-12-19 23:29:20     FALSE 2022-12-19 23:00:00
## 846  2022-12-19 23:20:40     FALSE 2022-12-19 23:00:00
## 847  2022-12-19 23:15:23     FALSE 2022-12-19 23:00:00
## 848  2022-12-19 23:13:34     FALSE 2022-12-19 23:00:00
## 849  2022-12-19 23:08:06     FALSE 2022-12-19 23:00:00
## 850  2022-12-19 23:04:18     FALSE 2022-12-19 23:00:00
## 851  2022-12-19 23:00:11     FALSE 2022-12-19 23:00:00
## 852  2022-12-19 22:59:00     FALSE 2022-12-19 23:00:00
## 853  2022-12-19 22:56:13     FALSE 2022-12-19 23:00:00
## 854  2022-12-19 22:51:03     FALSE 2022-12-19 23:00:00
## 855  2022-12-19 22:44:58     FALSE 2022-12-19 23:00:00
## 856  2022-12-19 22:40:25     FALSE 2022-12-19 23:00:00
## 857  2022-12-19 22:38:37     FALSE 2022-12-19 23:00:00
## 858  2022-12-19 22:36:11     FALSE 2022-12-19 23:00:00
## 859  2022-12-19 22:35:51     FALSE 2022-12-19 23:00:00
## 860  2022-12-19 22:34:27     FALSE 2022-12-19 23:00:00
## 861  2022-12-19 22:34:01     FALSE 2022-12-19 23:00:00
## 862  2022-12-19 22:32:15     FALSE 2022-12-19 23:00:00
## 863  2022-12-19 22:31:19     FALSE 2022-12-19 23:00:00
## 864  2022-12-19 22:29:39     FALSE 2022-12-19 22:00:00
## 865  2022-12-19 22:28:56     FALSE 2022-12-19 22:00:00
## 866  2022-12-19 22:27:18     FALSE 2022-12-19 22:00:00
## 867  2022-12-19 22:24:26     FALSE 2022-12-19 22:00:00
## 868  2022-12-19 22:24:20     FALSE 2022-12-19 22:00:00
## 869  2022-12-19 22:13:23     FALSE 2022-12-19 22:00:00
## 870  2022-12-19 22:13:04     FALSE 2022-12-19 22:00:00
## 871  2022-12-19 22:00:02     FALSE 2022-12-19 22:00:00
## 872  2022-12-19 21:58:04     FALSE 2022-12-19 22:00:00
## 873  2022-12-19 21:56:55     FALSE 2022-12-19 22:00:00
## 874  2022-12-19 21:41:39     FALSE 2022-12-19 22:00:00
## 875  2022-12-19 21:35:52     FALSE 2022-12-19 22:00:00
## 876  2022-12-19 21:35:43     FALSE 2022-12-19 22:00:00
## 877  2022-12-19 21:34:11     FALSE 2022-12-19 22:00:00
## 878  2022-12-19 21:33:28     FALSE 2022-12-19 22:00:00
## 879  2022-12-19 21:30:25     FALSE 2022-12-19 22:00:00
## 880  2022-12-19 21:22:36     FALSE 2022-12-19 21:00:00
## 881  2022-12-19 21:21:45     FALSE 2022-12-19 21:00:00
## 882  2022-12-19 21:21:43     FALSE 2022-12-19 21:00:00
## 883  2022-12-19 21:21:42     FALSE 2022-12-19 21:00:00
## 884  2022-12-19 21:19:15     FALSE 2022-12-19 21:00:00
## 885  2022-12-19 21:18:13     FALSE 2022-12-19 21:00:00
## 886  2022-12-19 21:18:00     FALSE 2022-12-19 21:00:00
## 887  2022-12-19 21:14:11     FALSE 2022-12-19 21:00:00
## 888  2022-12-19 21:14:02     FALSE 2022-12-19 21:00:00
## 889  2022-12-19 21:12:24     FALSE 2022-12-19 21:00:00
## 890  2022-12-19 21:06:16     FALSE 2022-12-19 21:00:00
## 891  2022-12-19 21:05:14     FALSE 2022-12-19 21:00:00
## 892  2022-12-19 21:03:34     FALSE 2022-12-19 21:00:00
## 893  2022-12-19 21:00:07     FALSE 2022-12-19 21:00:00
## 894  2022-12-19 20:36:46     FALSE 2022-12-19 21:00:00
## 895  2022-12-19 20:35:13     FALSE 2022-12-19 21:00:00
## 896  2022-12-19 20:35:04     FALSE 2022-12-19 21:00:00
## 897  2022-12-19 20:34:59     FALSE 2022-12-19 21:00:00
## 898  2022-12-19 20:34:56     FALSE 2022-12-19 21:00:00
## 899  2022-12-19 20:33:55     FALSE 2022-12-19 21:00:00
## 900  2022-12-19 20:33:48     FALSE 2022-12-19 21:00:00
## 901  2022-12-19 20:33:42     FALSE 2022-12-19 21:00:00
## 902  2022-12-19 20:33:36     FALSE 2022-12-19 21:00:00
## 903  2022-12-19 20:20:14     FALSE 2022-12-19 20:00:00
## 904  2022-12-19 20:11:30     FALSE 2022-12-19 20:00:00
## 905  2022-12-19 20:11:27     FALSE 2022-12-19 20:00:00
## 906  2022-12-19 20:07:55     FALSE 2022-12-19 20:00:00
## 907  2022-12-19 20:05:50     FALSE 2022-12-19 20:00:00
## 908  2022-12-19 20:04:30     FALSE 2022-12-19 20:00:00
## 909  2022-12-19 20:04:22     FALSE 2022-12-19 20:00:00
## 910  2022-12-19 20:00:34     FALSE 2022-12-19 20:00:00
## 911  2022-12-19 19:56:12     FALSE 2022-12-19 20:00:00
## 912  2022-12-19 19:55:48     FALSE 2022-12-19 20:00:00
## 913  2022-12-19 19:55:26     FALSE 2022-12-19 20:00:00
## 914  2022-12-19 19:51:57     FALSE 2022-12-19 20:00:00
## 915  2022-12-19 19:46:36     FALSE 2022-12-19 20:00:00
## 916  2022-12-19 19:45:46     FALSE 2022-12-19 20:00:00
## 917  2022-12-19 19:44:06     FALSE 2022-12-19 20:00:00
## 918  2022-12-19 19:42:37     FALSE 2022-12-19 20:00:00
## 919  2022-12-19 19:41:01     FALSE 2022-12-19 20:00:00
## 920  2022-12-19 19:39:57     FALSE 2022-12-19 20:00:00
## 921  2022-12-19 19:37:44     FALSE 2022-12-19 20:00:00
## 922  2022-12-19 19:36:31     FALSE 2022-12-19 20:00:00
## 923  2022-12-19 19:32:36     FALSE 2022-12-19 20:00:00
## 924  2022-12-19 19:29:15     FALSE 2022-12-19 19:00:00
## 925  2022-12-19 19:27:41     FALSE 2022-12-19 19:00:00
## 926  2022-12-19 19:18:01     FALSE 2022-12-19 19:00:00
## 927  2022-12-19 19:18:01     FALSE 2022-12-19 19:00:00
## 928  2022-12-19 19:14:18     FALSE 2022-12-19 19:00:00
## 929  2022-12-19 19:11:21     FALSE 2022-12-19 19:00:00
## 930  2022-12-19 19:08:53     FALSE 2022-12-19 19:00:00
## 931  2022-12-19 19:06:36     FALSE 2022-12-19 19:00:00
## 932  2022-12-19 19:03:19     FALSE 2022-12-19 19:00:00
## 933  2022-12-19 19:00:58     FALSE 2022-12-19 19:00:00
## 934  2022-12-19 19:00:05     FALSE 2022-12-19 19:00:00
## 935  2022-12-19 18:52:09     FALSE 2022-12-19 19:00:00
## 936  2022-12-19 18:52:04     FALSE 2022-12-19 19:00:00
## 937  2022-12-19 18:42:20     FALSE 2022-12-19 19:00:00
## 938  2022-12-19 18:37:56     FALSE 2022-12-19 19:00:00
## 939  2022-12-19 18:30:20     FALSE 2022-12-19 19:00:00
## 940  2022-12-19 18:29:00     FALSE 2022-12-19 18:00:00
## 941  2022-12-19 18:27:48     FALSE 2022-12-19 18:00:00
## 942  2022-12-19 18:23:41     FALSE 2022-12-19 18:00:00
## 943  2022-12-19 18:21:16     FALSE 2022-12-19 18:00:00
## 944  2022-12-19 18:20:53     FALSE 2022-12-19 18:00:00
## 945  2022-12-19 18:17:08     FALSE 2022-12-19 18:00:00
## 946  2022-12-19 18:14:57     FALSE 2022-12-19 18:00:00
## 947  2022-12-19 18:14:17     FALSE 2022-12-19 18:00:00
## 948  2022-12-19 18:10:47     FALSE 2022-12-19 18:00:00
## 949  2022-12-19 18:07:31     FALSE 2022-12-19 18:00:00
## 950  2022-12-19 18:04:30     FALSE 2022-12-19 18:00:00
## 951  2022-12-19 18:03:26     FALSE 2022-12-19 18:00:00
## 952  2022-12-19 18:01:46     FALSE 2022-12-19 18:00:00
## 953  2022-12-19 18:01:18     FALSE 2022-12-19 18:00:00
## 954  2022-12-19 18:00:21     FALSE 2022-12-19 18:00:00
## 955  2022-12-19 18:00:06     FALSE 2022-12-19 18:00:00
## 956  2022-12-19 17:59:38     FALSE 2022-12-19 18:00:00
## 957  2022-12-19 17:58:28     FALSE 2022-12-19 18:00:00
## 958  2022-12-19 17:56:34     FALSE 2022-12-19 18:00:00
## 959  2022-12-19 17:55:24     FALSE 2022-12-19 18:00:00
## 960  2022-12-19 17:50:36     FALSE 2022-12-19 18:00:00
## 961  2022-12-19 17:44:54     FALSE 2022-12-19 18:00:00
## 962  2022-12-19 17:42:53     FALSE 2022-12-19 18:00:00
## 963  2022-12-19 17:33:33     FALSE 2022-12-19 18:00:00
## 964  2022-12-19 17:33:31     FALSE 2022-12-19 18:00:00
## 965  2022-12-19 17:33:29     FALSE 2022-12-19 18:00:00
## 966  2022-12-19 17:28:22     FALSE 2022-12-19 17:00:00
## 967  2022-12-19 17:27:01     FALSE 2022-12-19 17:00:00
## 968  2022-12-19 17:22:50     FALSE 2022-12-19 17:00:00
## 969  2022-12-19 17:22:28     FALSE 2022-12-19 17:00:00
## 970  2022-12-19 17:19:30     FALSE 2022-12-19 17:00:00
## 971  2022-12-19 17:19:05     FALSE 2022-12-19 17:00:00
## 972  2022-12-19 17:16:58     FALSE 2022-12-19 17:00:00
## 973  2022-12-19 17:15:20     FALSE 2022-12-19 17:00:00
## 974  2022-12-19 17:11:37     FALSE 2022-12-19 17:00:00
## 975  2022-12-19 17:09:51     FALSE 2022-12-19 17:00:00
## 976  2022-12-19 17:07:00     FALSE 2022-12-19 17:00:00
## 977  2022-12-19 17:06:01     FALSE 2022-12-19 17:00:00
## 978  2022-12-19 17:02:00     FALSE 2022-12-19 17:00:00
## 979  2022-12-19 17:00:55     FALSE 2022-12-19 17:00:00
## 980  2022-12-19 17:00:53     FALSE 2022-12-19 17:00:00
## 981  2022-12-19 17:00:42     FALSE 2022-12-19 17:00:00
## 982  2022-12-19 17:00:16     FALSE 2022-12-19 17:00:00
## 983  2022-12-19 16:55:04     FALSE 2022-12-19 17:00:00
## 984  2022-12-19 16:54:41     FALSE 2022-12-19 17:00:00
## 985  2022-12-19 16:47:49     FALSE 2022-12-19 17:00:00
## 986  2022-12-19 16:40:56     FALSE 2022-12-19 17:00:00
## 987  2022-12-19 16:40:10     FALSE 2022-12-19 17:00:00
## 988  2022-12-19 16:36:04     FALSE 2022-12-19 17:00:00
## 989  2022-12-19 16:32:17     FALSE 2022-12-19 17:00:00
## 990  2022-12-19 16:29:28     FALSE 2022-12-19 16:00:00
## 991  2022-12-19 16:27:14     FALSE 2022-12-19 16:00:00
## 992  2022-12-19 16:22:46     FALSE 2022-12-19 16:00:00
## 993  2022-12-19 16:19:26     FALSE 2022-12-19 16:00:00
## 994  2022-12-19 16:18:57     FALSE 2022-12-19 16:00:00
## 995  2022-12-19 16:17:00     FALSE 2022-12-19 16:00:00
## 996  2022-12-19 16:09:06     FALSE 2022-12-19 16:00:00
## 997  2022-12-19 16:05:10     FALSE 2022-12-19 16:00:00
## 998  2022-12-19 16:02:16     FALSE 2022-12-19 16:00:00
## 999  2022-12-19 16:00:07     FALSE 2022-12-19 16:00:00
## 1000 2022-12-19 15:59:59     FALSE 2022-12-19 16:00:00
## 1001 2022-12-19 15:52:14     FALSE 2022-12-19 16:00:00
## 1002 2022-12-19 15:47:13     FALSE 2022-12-19 16:00:00
## 1003 2022-12-19 15:44:52     FALSE 2022-12-19 16:00:00
## 1004 2022-12-19 15:38:04     FALSE 2022-12-19 16:00:00
## 1005 2022-12-19 15:37:00     FALSE 2022-12-19 16:00:00
## 1006 2022-12-19 15:34:26     FALSE 2022-12-19 16:00:00
## 1007 2022-12-19 15:34:09     FALSE 2022-12-19 16:00:00
## 1008 2022-12-19 15:33:03     FALSE 2022-12-19 16:00:00
## 1009 2022-12-19 15:31:32     FALSE 2022-12-19 16:00:00
## 1010 2022-12-19 15:31:25     FALSE 2022-12-19 16:00:00
## 1011 2022-12-19 15:30:02     FALSE 2022-12-19 16:00:00
## 1012 2022-12-19 15:28:38     FALSE 2022-12-19 15:00:00
## 1013 2022-12-19 15:27:47     FALSE 2022-12-19 15:00:00
## 1014 2022-12-19 15:20:50     FALSE 2022-12-19 15:00:00
## 1015 2022-12-19 15:14:56     FALSE 2022-12-19 15:00:00
## 1016 2022-12-19 15:12:46     FALSE 2022-12-19 15:00:00
## 1017 2022-12-19 15:11:40     FALSE 2022-12-19 15:00:00
## 1018 2022-12-19 15:11:33     FALSE 2022-12-19 15:00:00
## 1019 2022-12-19 15:11:07     FALSE 2022-12-19 15:00:00
## 1020 2022-12-19 15:10:26     FALSE 2022-12-19 15:00:00
## 1021 2022-12-19 15:09:58     FALSE 2022-12-19 15:00:00
## 1022 2022-12-19 15:08:55     FALSE 2022-12-19 15:00:00
## 1023 2022-12-19 15:08:50     FALSE 2022-12-19 15:00:00
## 1024 2022-12-19 15:08:23     FALSE 2022-12-19 15:00:00
## 1025 2022-12-19 15:01:30     FALSE 2022-12-19 15:00:00
## 1026 2022-12-19 15:00:23     FALSE 2022-12-19 15:00:00
## 1027 2022-12-19 15:00:10     FALSE 2022-12-19 15:00:00
## 1028 2022-12-19 15:00:02     FALSE 2022-12-19 15:00:00
## 1029 2022-12-19 14:59:24     FALSE 2022-12-19 15:00:00
## 1030 2022-12-19 14:58:04     FALSE 2022-12-19 15:00:00
## 1031 2022-12-19 14:55:45     FALSE 2022-12-19 15:00:00
## 1032 2022-12-19 14:55:44     FALSE 2022-12-19 15:00:00
## 1033 2022-12-19 14:45:53     FALSE 2022-12-19 15:00:00
## 1034 2022-12-19 14:44:10     FALSE 2022-12-19 15:00:00
## 1035 2022-12-19 14:37:43     FALSE 2022-12-19 15:00:00
## 1036 2022-12-19 14:35:24     FALSE 2022-12-19 15:00:00
## 1037 2022-12-19 14:22:54     FALSE 2022-12-19 14:00:00
## 1038 2022-12-19 14:22:17     FALSE 2022-12-19 14:00:00
## 1039 2022-12-19 14:21:56     FALSE 2022-12-19 14:00:00
## 1040 2022-12-19 14:21:12     FALSE 2022-12-19 14:00:00
## 1041 2022-12-19 14:21:01     FALSE 2022-12-19 14:00:00
## 1042 2022-12-19 14:12:29     FALSE 2022-12-19 14:00:00
## 1043 2022-12-19 14:12:04     FALSE 2022-12-19 14:00:00
## 1044 2022-12-19 14:10:05     FALSE 2022-12-19 14:00:00
## 1045 2022-12-19 14:09:55     FALSE 2022-12-19 14:00:00
## 1046 2022-12-19 14:08:48     FALSE 2022-12-19 14:00:00
## 1047 2022-12-19 14:07:36     FALSE 2022-12-19 14:00:00
## 1048 2022-12-19 14:00:18     FALSE 2022-12-19 14:00:00
## 1049 2022-12-19 13:53:04     FALSE 2022-12-19 14:00:00
## 1050 2022-12-19 13:51:33     FALSE 2022-12-19 14:00:00
## 1051 2022-12-19 13:51:03     FALSE 2022-12-19 14:00:00
## 1052 2022-12-19 13:48:06     FALSE 2022-12-19 14:00:00
## 1053 2022-12-19 13:47:48     FALSE 2022-12-19 14:00:00
## 1054 2022-12-19 13:44:40     FALSE 2022-12-19 14:00:00
## 1055 2022-12-19 13:44:20     FALSE 2022-12-19 14:00:00
## 1056 2022-12-19 13:35:14     FALSE 2022-12-19 14:00:00
## 1057 2022-12-19 13:26:19     FALSE 2022-12-19 13:00:00
## 1058 2022-12-19 13:26:17     FALSE 2022-12-19 13:00:00
## 1059 2022-12-19 13:23:45     FALSE 2022-12-19 13:00:00
## 1060 2022-12-19 13:23:40     FALSE 2022-12-19 13:00:00
## 1061 2022-12-19 13:23:18     FALSE 2022-12-19 13:00:00
## 1062 2022-12-19 13:16:20     FALSE 2022-12-19 13:00:00
## 1063 2022-12-19 13:15:19     FALSE 2022-12-19 13:00:00
## 1064 2022-12-19 13:09:44     FALSE 2022-12-19 13:00:00
## 1065 2022-12-19 13:06:13     FALSE 2022-12-19 13:00:00
## 1066 2022-12-19 13:03:21     FALSE 2022-12-19 13:00:00
## 1067 2022-12-19 13:00:18     FALSE 2022-12-19 13:00:00
## 1068 2022-12-19 13:00:07     FALSE 2022-12-19 13:00:00
## 1069 2022-12-19 13:00:01     FALSE 2022-12-19 13:00:00
## 1070 2022-12-19 12:56:56     FALSE 2022-12-19 13:00:00
## 1071 2022-12-19 12:50:03     FALSE 2022-12-19 13:00:00
## 1072 2022-12-19 12:43:01     FALSE 2022-12-19 13:00:00
## 1073 2022-12-19 12:38:05     FALSE 2022-12-19 13:00:00
## 1074 2022-12-19 12:33:23     FALSE 2022-12-19 13:00:00
## 1075 2022-12-19 12:27:03     FALSE 2022-12-19 12:00:00
## 1076 2022-12-19 12:26:05     FALSE 2022-12-19 12:00:00
## 1077 2022-12-19 12:24:07     FALSE 2022-12-19 12:00:00
## 1078 2022-12-19 12:24:06     FALSE 2022-12-19 12:00:00
## 1079 2022-12-19 12:23:31     FALSE 2022-12-19 12:00:00
## 1080 2022-12-19 12:15:30     FALSE 2022-12-19 12:00:00
## 1081 2022-12-19 12:14:32     FALSE 2022-12-19 12:00:00
## 1082 2022-12-19 12:13:21     FALSE 2022-12-19 12:00:00
## 1083 2022-12-19 12:05:23     FALSE 2022-12-19 12:00:00
## 1084 2022-12-19 12:01:12     FALSE 2022-12-19 12:00:00
## 1085 2022-12-19 12:00:25     FALSE 2022-12-19 12:00:00
## 1086 2022-12-19 12:00:17     FALSE 2022-12-19 12:00:00
## 1087 2022-12-19 11:51:03     FALSE 2022-12-19 12:00:00
## 1088 2022-12-19 11:48:01     FALSE 2022-12-19 12:00:00
## 1089 2022-12-19 11:44:16     FALSE 2022-12-19 12:00:00
## 1090 2022-12-19 11:42:03     FALSE 2022-12-19 12:00:00
## 1091 2022-12-19 11:28:06     FALSE 2022-12-19 11:00:00
## 1092 2022-12-19 11:25:23     FALSE 2022-12-19 11:00:00
## 1093 2022-12-19 11:23:00     FALSE 2022-12-19 11:00:00
## 1094 2022-12-19 11:21:31     FALSE 2022-12-19 11:00:00
## 1095 2022-12-19 11:17:12     FALSE 2022-12-19 11:00:00
## 1096 2022-12-19 11:00:13     FALSE 2022-12-19 11:00:00
## 1097 2022-12-19 11:00:06     FALSE 2022-12-19 11:00:00
## 1098 2022-12-19 11:00:06     FALSE 2022-12-19 11:00:00
## 1099 2022-12-19 10:56:38     FALSE 2022-12-19 11:00:00
## 1100 2022-12-19 10:55:35     FALSE 2022-12-19 11:00:00
## 1101 2022-12-19 10:52:42     FALSE 2022-12-19 11:00:00
## 1102 2022-12-19 10:51:34     FALSE 2022-12-19 11:00:00
## 1103 2022-12-19 10:46:04     FALSE 2022-12-19 11:00:00
## 1104 2022-12-19 10:44:33     FALSE 2022-12-19 11:00:00
## 1105 2022-12-19 10:43:54     FALSE 2022-12-19 11:00:00
## 1106 2022-12-19 10:42:17     FALSE 2022-12-19 11:00:00
## 1107 2022-12-19 10:30:22     FALSE 2022-12-19 11:00:00
## 1108 2022-12-19 10:29:19     FALSE 2022-12-19 10:00:00
## 1109 2022-12-19 10:27:20     FALSE 2022-12-19 10:00:00
## 1110 2022-12-19 10:24:29     FALSE 2022-12-19 10:00:00
## 1111 2022-12-19 10:24:27     FALSE 2022-12-19 10:00:00
## 1112 2022-12-19 10:24:22     FALSE 2022-12-19 10:00:00
## 1113 2022-12-19 10:19:25     FALSE 2022-12-19 10:00:00
## 1114 2022-12-19 10:12:40     FALSE 2022-12-19 10:00:00
## 1115 2022-12-19 10:03:06     FALSE 2022-12-19 10:00:00
## 1116 2022-12-19 10:02:31     FALSE 2022-12-19 10:00:00
## 1117 2022-12-19 10:00:08     FALSE 2022-12-19 10:00:00
## 1118 2022-12-19 09:57:45     FALSE 2022-12-19 10:00:00
## 1119 2022-12-19 09:56:48     FALSE 2022-12-19 10:00:00
## 1120 2022-12-19 09:54:34     FALSE 2022-12-19 10:00:00
## 1121 2022-12-19 09:48:31     FALSE 2022-12-19 10:00:00
## 1122 2022-12-19 09:38:58     FALSE 2022-12-19 10:00:00
## 1123 2022-12-19 09:31:35     FALSE 2022-12-19 10:00:00
## 1124 2022-12-19 09:27:20     FALSE 2022-12-19 09:00:00
## 1125 2022-12-19 09:22:17     FALSE 2022-12-19 09:00:00
## 1126 2022-12-19 09:22:16     FALSE 2022-12-19 09:00:00
## 1127 2022-12-19 09:22:14     FALSE 2022-12-19 09:00:00
## 1128 2022-12-19 09:08:59     FALSE 2022-12-19 09:00:00
## 1129 2022-12-19 09:08:04     FALSE 2022-12-19 09:00:00
## 1130 2022-12-19 09:02:12     FALSE 2022-12-19 09:00:00
## 1131 2022-12-19 09:00:10     FALSE 2022-12-19 09:00:00
## 1132 2022-12-19 08:58:55     FALSE 2022-12-19 09:00:00
## 1133 2022-12-19 08:56:14     FALSE 2022-12-19 09:00:00
## 1134 2022-12-19 08:53:49     FALSE 2022-12-19 09:00:00
## 1135 2022-12-19 08:49:08     FALSE 2022-12-19 09:00:00
## 1136 2022-12-19 08:47:13     FALSE 2022-12-19 09:00:00
## 1137 2022-12-19 08:45:38     FALSE 2022-12-19 09:00:00
## 1138 2022-12-19 08:31:59     FALSE 2022-12-19 09:00:00
## 1139 2022-12-19 08:23:29     FALSE 2022-12-19 08:00:00
## 1140 2022-12-19 08:22:49     FALSE 2022-12-19 08:00:00
## 1141 2022-12-19 08:21:02     FALSE 2022-12-19 08:00:00
## 1142 2022-12-19 08:19:11     FALSE 2022-12-19 08:00:00
## 1143 2022-12-19 08:05:11     FALSE 2022-12-19 08:00:00
## 1144 2022-12-19 08:04:15     FALSE 2022-12-19 08:00:00
## 1145 2022-12-19 08:00:07     FALSE 2022-12-19 08:00:00
## 1146 2022-12-19 07:58:04     FALSE 2022-12-19 08:00:00
## 1147 2022-12-19 07:42:11     FALSE 2022-12-19 08:00:00
## 1148 2022-12-19 07:41:29     FALSE 2022-12-19 08:00:00
## 1149 2022-12-19 07:36:32     FALSE 2022-12-19 08:00:00
## 1150 2022-12-19 07:30:05     FALSE 2022-12-19 08:00:00
## 1151 2022-12-19 07:20:22     FALSE 2022-12-19 07:00:00
## 1152 2022-12-19 07:17:47     FALSE 2022-12-19 07:00:00
## 1153 2022-12-19 07:16:55     FALSE 2022-12-19 07:00:00
## 1154 2022-12-19 07:13:39     FALSE 2022-12-19 07:00:00
## 1155 2022-12-19 07:00:07     FALSE 2022-12-19 07:00:00
## 1156 2022-12-19 06:59:01     FALSE 2022-12-19 07:00:00
## 1157 2022-12-19 06:57:42     FALSE 2022-12-19 07:00:00
## 1158 2022-12-19 06:54:28     FALSE 2022-12-19 07:00:00
## 1159 2022-12-19 06:49:30     FALSE 2022-12-19 07:00:00
## 1160 2022-12-19 06:44:25     FALSE 2022-12-19 07:00:00
## 1161 2022-12-19 06:44:23     FALSE 2022-12-19 07:00:00
## 1162 2022-12-19 06:40:00     FALSE 2022-12-19 07:00:00
## 1163 2022-12-19 06:30:29     FALSE 2022-12-19 07:00:00
## 1164 2022-12-19 06:20:17     FALSE 2022-12-19 06:00:00
## 1165 2022-12-19 06:14:50     FALSE 2022-12-19 06:00:00
## 1166 2022-12-19 06:11:59     FALSE 2022-12-19 06:00:00
## 1167 2022-12-19 06:05:41     FALSE 2022-12-19 06:00:00
## 1168 2022-12-19 06:00:13     FALSE 2022-12-19 06:00:00
## 1169 2022-12-19 05:59:16     FALSE 2022-12-19 06:00:00
## 1170 2022-12-19 05:57:44     FALSE 2022-12-19 06:00:00
## 1171 2022-12-19 05:54:39     FALSE 2022-12-19 06:00:00
## 1172 2022-12-19 05:44:20     FALSE 2022-12-19 06:00:00
## 1173 2022-12-19 05:40:58     FALSE 2022-12-19 06:00:00
## 1174 2022-12-19 05:40:45     FALSE 2022-12-19 06:00:00
## 1175 2022-12-19 05:40:39     FALSE 2022-12-19 06:00:00
## 1176 2022-12-19 05:38:43     FALSE 2022-12-19 06:00:00
## 1177 2022-12-19 05:35:12     FALSE 2022-12-19 06:00:00
## 1178 2022-12-19 05:32:11     FALSE 2022-12-19 06:00:00
## 1179 2022-12-19 05:29:30     FALSE 2022-12-19 05:00:00
## 1180 2022-12-19 05:18:52     FALSE 2022-12-19 05:00:00
## 1181 2022-12-19 05:18:43     FALSE 2022-12-19 05:00:00
## 1182 2022-12-19 05:09:42     FALSE 2022-12-19 05:00:00
## 1183 2022-12-19 05:07:27     FALSE 2022-12-19 05:00:00
## 1184 2022-12-19 05:00:05     FALSE 2022-12-19 05:00:00
## 1185 2022-12-19 04:47:35     FALSE 2022-12-19 05:00:00
## 1186 2022-12-19 04:43:27     FALSE 2022-12-19 05:00:00
## 1187 2022-12-19 04:39:49     FALSE 2022-12-19 05:00:00
## 1188 2022-12-19 04:30:28     FALSE 2022-12-19 05:00:00
## 1189 2022-12-19 04:28:50     FALSE 2022-12-19 04:00:00
## 1190 2022-12-19 04:25:34     FALSE 2022-12-19 04:00:00
## 1191 2022-12-19 04:14:08     FALSE 2022-12-19 04:00:00
## 1192 2022-12-19 04:02:23     FALSE 2022-12-19 04:00:00
## 1193 2022-12-19 04:00:05     FALSE 2022-12-19 04:00:00
## 1194 2022-12-19 03:55:09     FALSE 2022-12-19 04:00:00
## 1195 2022-12-19 03:50:48     FALSE 2022-12-19 04:00:00
## 1196 2022-12-19 03:47:14     FALSE 2022-12-19 04:00:00
## 1197 2022-12-19 03:30:11     FALSE 2022-12-19 04:00:00
## 1198 2022-12-19 03:27:22     FALSE 2022-12-19 03:00:00
## 1199 2022-12-19 03:26:50     FALSE 2022-12-19 03:00:00
## 1200 2022-12-19 03:08:46     FALSE 2022-12-19 03:00:00
## 1201 2022-12-19 03:07:58     FALSE 2022-12-19 03:00:00
## 1202 2022-12-19 03:07:34     FALSE 2022-12-19 03:00:00
## 1203 2022-12-19 03:03:15     FALSE 2022-12-19 03:00:00
## 1204 2022-12-19 03:01:24     FALSE 2022-12-19 03:00:00
## 1205 2022-12-19 03:01:04     FALSE 2022-12-19 03:00:00
## 1206 2022-12-19 03:00:05     FALSE 2022-12-19 03:00:00
## 1207 2022-12-19 02:56:09     FALSE 2022-12-19 03:00:00
## 1208 2022-12-19 02:51:49     FALSE 2022-12-19 03:00:00
## 1209 2022-12-19 02:47:29     FALSE 2022-12-19 03:00:00
## 1210 2022-12-19 02:40:49     FALSE 2022-12-19 03:00:00
## 1211 2022-12-19 02:38:46     FALSE 2022-12-19 03:00:00
## 1212 2022-12-19 02:37:32     FALSE 2022-12-19 03:00:00
## 1213 2022-12-19 02:32:03     FALSE 2022-12-19 03:00:00
## 1214 2022-12-19 02:31:15     FALSE 2022-12-19 03:00:00
## 1215 2022-12-19 02:30:45     FALSE 2022-12-19 03:00:00
## 1216 2022-12-19 02:30:13     FALSE 2022-12-19 03:00:00
## 1217 2022-12-19 02:23:15     FALSE 2022-12-19 02:00:00
## 1218 2022-12-19 02:11:44     FALSE 2022-12-19 02:00:00
## 1219 2022-12-19 02:01:10     FALSE 2022-12-19 02:00:00
## 1220 2022-12-19 02:00:10     FALSE 2022-12-19 02:00:00
## 1221 2022-12-19 02:00:00     FALSE 2022-12-19 02:00:00
## 1222 2022-12-19 01:59:49     FALSE 2022-12-19 02:00:00
## 1223 2022-12-19 01:59:21     FALSE 2022-12-19 02:00:00
## 1224 2022-12-19 01:58:40     FALSE 2022-12-19 02:00:00
## 1225 2022-12-19 01:57:46     FALSE 2022-12-19 02:00:00
## 1226 2022-12-19 01:41:55     FALSE 2022-12-19 02:00:00
## 1227 2022-12-19 01:39:41     FALSE 2022-12-19 02:00:00
## 1228 2022-12-19 01:37:40     FALSE 2022-12-19 02:00:00
## 1229 2022-12-19 01:27:56     FALSE 2022-12-19 01:00:00
## 1230 2022-12-19 01:15:33     FALSE 2022-12-19 01:00:00
## 1231 2022-12-19 01:13:11     FALSE 2022-12-19 01:00:00
## 1232 2022-12-19 01:12:21     FALSE 2022-12-19 01:00:00
## 1233 2022-12-19 01:11:12     FALSE 2022-12-19 01:00:00
## 1234 2022-12-19 01:07:38     FALSE 2022-12-19 01:00:00
## 1235 2022-12-19 01:07:29     FALSE 2022-12-19 01:00:00
## 1236 2022-12-19 01:05:25     FALSE 2022-12-19 01:00:00
## 1237 2022-12-19 01:05:04     FALSE 2022-12-19 01:00:00
## 1238 2022-12-19 01:03:48     FALSE 2022-12-19 01:00:00
## 1239 2022-12-19 01:03:03     FALSE 2022-12-19 01:00:00
## 1240 2022-12-19 01:00:08     FALSE 2022-12-19 01:00:00
## 1241 2022-12-19 00:57:27     FALSE 2022-12-19 01:00:00
## 1242 2022-12-19 00:56:44     FALSE 2022-12-19 01:00:00
## 1243 2022-12-19 00:54:43     FALSE 2022-12-19 01:00:00
## 1244 2022-12-19 00:46:56     FALSE 2022-12-19 01:00:00
## 1245 2022-12-19 00:43:16     FALSE 2022-12-19 01:00:00
## 1246 2022-12-19 00:41:36     FALSE 2022-12-19 01:00:00
## 1247 2022-12-19 00:38:50     FALSE 2022-12-19 01:00:00
## 1248 2022-12-19 00:35:41     FALSE 2022-12-19 01:00:00
## 1249 2022-12-19 00:35:03     FALSE 2022-12-19 01:00:00
## 1250 2022-12-19 00:33:31     FALSE 2022-12-19 01:00:00
## 1251 2022-12-19 00:31:53     FALSE 2022-12-19 01:00:00
## 1252 2022-12-19 00:30:23     FALSE 2022-12-19 01:00:00
## 1253 2022-12-19 00:25:45     FALSE 2022-12-19 00:00:00
## 1254 2022-12-19 00:18:46     FALSE 2022-12-19 00:00:00
## 1255 2022-12-19 00:09:22     FALSE 2022-12-19 00:00:00
## 1256 2022-12-19 00:07:23     FALSE 2022-12-19 00:00:00
## 1257 2022-12-19 00:06:59     FALSE 2022-12-19 00:00:00
## 1258 2022-12-19 00:03:47     FALSE 2022-12-19 00:00:00
## 1259 2022-12-19 00:01:40     FALSE 2022-12-19 00:00:00
## 1260 2022-12-19 00:00:14     FALSE 2022-12-19 00:00:00
## 1261 2022-12-18 23:56:27     FALSE 2022-12-19 00:00:00
## 1262 2022-12-18 23:55:05     FALSE 2022-12-19 00:00:00
## 1263 2022-12-18 23:52:41     FALSE 2022-12-19 00:00:00
## 1264 2022-12-18 23:51:29     FALSE 2022-12-19 00:00:00
## 1265 2022-12-18 23:39:49     FALSE 2022-12-19 00:00:00
## 1266 2022-12-18 23:34:34     FALSE 2022-12-19 00:00:00
## 1267 2022-12-18 23:17:52     FALSE 2022-12-18 23:00:00
## 1268 2022-12-18 23:16:43     FALSE 2022-12-18 23:00:00
## 1269 2022-12-18 23:16:15     FALSE 2022-12-18 23:00:00
## 1270 2022-12-18 23:04:00     FALSE 2022-12-18 23:00:00
## 1271 2022-12-18 23:01:56     FALSE 2022-12-18 23:00:00
## 1272 2022-12-18 23:00:09     FALSE 2022-12-18 23:00:00
## 1273 2022-12-18 22:59:31     FALSE 2022-12-18 23:00:00
## 1274 2022-12-18 22:56:57     FALSE 2022-12-18 23:00:00
## 1275 2022-12-18 22:56:48     FALSE 2022-12-18 23:00:00
## 1276 2022-12-18 22:54:30     FALSE 2022-12-18 23:00:00
## 1277 2022-12-18 22:49:59     FALSE 2022-12-18 23:00:00
## 1278 2022-12-18 22:49:16     FALSE 2022-12-18 23:00:00
## 1279 2022-12-18 22:48:12     FALSE 2022-12-18 23:00:00
## 1280 2022-12-18 22:47:04     FALSE 2022-12-18 23:00:00
## 1281 2022-12-18 22:39:37     FALSE 2022-12-18 23:00:00
## 1282 2022-12-18 22:38:34     FALSE 2022-12-18 23:00:00
## 1283 2022-12-18 22:32:09     FALSE 2022-12-18 23:00:00
## 1284 2022-12-18 22:25:17     FALSE 2022-12-18 22:00:00
## 1285 2022-12-18 22:25:07     FALSE 2022-12-18 22:00:00
## 1286 2022-12-18 22:25:06     FALSE 2022-12-18 22:00:00
## 1287 2022-12-18 22:19:08     FALSE 2022-12-18 22:00:00
## 1288 2022-12-18 22:17:34     FALSE 2022-12-18 22:00:00
## 1289 2022-12-18 22:16:57     FALSE 2022-12-18 22:00:00
## 1290 2022-12-18 22:16:53     FALSE 2022-12-18 22:00:00
## 1291 2022-12-18 22:16:11     FALSE 2022-12-18 22:00:00
## 1292 2022-12-18 22:12:37     FALSE 2022-12-18 22:00:00
## 1293 2022-12-18 22:12:28     FALSE 2022-12-18 22:00:00
## 1294 2022-12-18 22:08:57     FALSE 2022-12-18 22:00:00
## 1295 2022-12-18 22:07:25     FALSE 2022-12-18 22:00:00
## 1296 2022-12-18 22:02:17     FALSE 2022-12-18 22:00:00
## 1297 2022-12-18 22:01:52     FALSE 2022-12-18 22:00:00
## 1298 2022-12-18 22:01:31     FALSE 2022-12-18 22:00:00
## 1299 2022-12-18 22:00:07     FALSE 2022-12-18 22:00:00
## 1300 2022-12-18 21:59:22     FALSE 2022-12-18 22:00:00
## 1301 2022-12-18 21:55:43     FALSE 2022-12-18 22:00:00
## 1302 2022-12-18 21:55:18     FALSE 2022-12-18 22:00:00
## 1303 2022-12-18 21:55:04     FALSE 2022-12-18 22:00:00
## 1304 2022-12-18 21:51:16     FALSE 2022-12-18 22:00:00
## 1305 2022-12-18 21:48:52     FALSE 2022-12-18 22:00:00
## 1306 2022-12-18 21:47:57     FALSE 2022-12-18 22:00:00
## 1307 2022-12-18 21:45:30     FALSE 2022-12-18 22:00:00
## 1308 2022-12-18 21:37:55     FALSE 2022-12-18 22:00:00
## 1309 2022-12-18 21:34:49     FALSE 2022-12-18 22:00:00
## 1310 2022-12-18 21:32:53     FALSE 2022-12-18 22:00:00
## 1311 2022-12-18 21:30:15     FALSE 2022-12-18 22:00:00
## 1312 2022-12-18 21:23:36     FALSE 2022-12-18 21:00:00
## 1313 2022-12-18 21:22:32     FALSE 2022-12-18 21:00:00
## 1314 2022-12-18 21:20:29     FALSE 2022-12-18 21:00:00
## 1315 2022-12-18 21:19:52     FALSE 2022-12-18 21:00:00
## 1316 2022-12-18 21:15:51     FALSE 2022-12-18 21:00:00
## 1317 2022-12-18 21:07:03     FALSE 2022-12-18 21:00:00
## 1318 2022-12-18 21:06:05     FALSE 2022-12-18 21:00:00
## 1319 2022-12-18 21:00:38     FALSE 2022-12-18 21:00:00
## 1320 2022-12-18 21:00:03     FALSE 2022-12-18 21:00:00
## 1321 2022-12-18 20:50:58     FALSE 2022-12-18 21:00:00
## 1322 2022-12-18 20:47:57     FALSE 2022-12-18 21:00:00
## 1323 2022-12-18 20:43:22     FALSE 2022-12-18 21:00:00
## 1324 2022-12-18 20:39:20     FALSE 2022-12-18 21:00:00
## 1325 2022-12-18 20:31:40     FALSE 2022-12-18 21:00:00
## 1326 2022-12-18 20:30:24     FALSE 2022-12-18 21:00:00
## 1327 2022-12-18 20:25:34     FALSE 2022-12-18 20:00:00
## 1328 2022-12-18 20:23:16     FALSE 2022-12-18 20:00:00
## 1329 2022-12-18 20:21:43     FALSE 2022-12-18 20:00:00
## 1330 2022-12-18 20:18:20     FALSE 2022-12-18 20:00:00
## 1331 2022-12-18 20:15:12     FALSE 2022-12-18 20:00:00
## 1332 2022-12-18 20:14:54     FALSE 2022-12-18 20:00:00
## 1333 2022-12-18 20:14:42     FALSE 2022-12-18 20:00:00
## 1334 2022-12-18 20:14:40     FALSE 2022-12-18 20:00:00
## 1335 2022-12-18 20:14:28     FALSE 2022-12-18 20:00:00
## 1336 2022-12-18 20:06:30     FALSE 2022-12-18 20:00:00
## 1337 2022-12-18 20:03:58     FALSE 2022-12-18 20:00:00
## 1338 2022-12-18 20:02:56     FALSE 2022-12-18 20:00:00
## 1339 2022-12-18 20:01:07     FALSE 2022-12-18 20:00:00
## 1340 2022-12-18 20:00:27     FALSE 2022-12-18 20:00:00
## 1341 2022-12-18 20:00:03     FALSE 2022-12-18 20:00:00
## 1342 2022-12-18 19:53:50     FALSE 2022-12-18 20:00:00
## 1343 2022-12-18 19:48:42     FALSE 2022-12-18 20:00:00
## 1344 2022-12-18 19:46:27     FALSE 2022-12-18 20:00:00
## 1345 2022-12-18 19:42:45     FALSE 2022-12-18 20:00:00
## 1346 2022-12-18 19:39:12     FALSE 2022-12-18 20:00:00
## 1347 2022-12-18 19:38:06     FALSE 2022-12-18 20:00:00
## 1348 2022-12-18 19:27:12     FALSE 2022-12-18 19:00:00
## 1349 2022-12-18 19:25:22     FALSE 2022-12-18 19:00:00
## 1350 2022-12-18 19:23:43     FALSE 2022-12-18 19:00:00
## 1351 2022-12-18 19:20:25     FALSE 2022-12-18 19:00:00
## 1352 2022-12-18 19:20:24     FALSE 2022-12-18 19:00:00
## 1353 2022-12-18 19:18:14     FALSE 2022-12-18 19:00:00
## 1354 2022-12-18 19:13:20     FALSE 2022-12-18 19:00:00
## 1355 2022-12-18 19:12:47     FALSE 2022-12-18 19:00:00
## 1356 2022-12-18 19:10:26     FALSE 2022-12-18 19:00:00
## 1357 2022-12-18 19:08:42     FALSE 2022-12-18 19:00:00
## 1358 2022-12-18 19:00:56     FALSE 2022-12-18 19:00:00
## 1359 2022-12-18 19:00:03     FALSE 2022-12-18 19:00:00
## 1360 2022-12-18 18:57:23     FALSE 2022-12-18 19:00:00
## 1361 2022-12-18 18:56:54     FALSE 2022-12-18 19:00:00
## 1362 2022-12-18 18:56:37     FALSE 2022-12-18 19:00:00
## 1363 2022-12-18 18:49:49     FALSE 2022-12-18 19:00:00
## 1364 2022-12-18 18:43:23     FALSE 2022-12-18 19:00:00
## 1365 2022-12-18 18:40:21     FALSE 2022-12-18 19:00:00
## 1366 2022-12-18 18:39:05     FALSE 2022-12-18 19:00:00
## 1367 2022-12-18 18:29:38     FALSE 2022-12-18 18:00:00
## 1368 2022-12-18 18:28:12     FALSE 2022-12-18 18:00:00
## 1369 2022-12-18 18:27:51     FALSE 2022-12-18 18:00:00
## 1370 2022-12-18 18:27:32     FALSE 2022-12-18 18:00:00
## 1371 2022-12-18 18:23:13     FALSE 2022-12-18 18:00:00
## 1372 2022-12-18 18:23:12     FALSE 2022-12-18 18:00:00
## 1373 2022-12-18 18:23:10     FALSE 2022-12-18 18:00:00
## 1374 2022-12-18 18:23:08     FALSE 2022-12-18 18:00:00
## 1375 2022-12-18 18:23:07     FALSE 2022-12-18 18:00:00
## 1376 2022-12-18 18:23:05     FALSE 2022-12-18 18:00:00
## 1377 2022-12-18 18:21:33     FALSE 2022-12-18 18:00:00
## 1378 2022-12-18 18:20:54     FALSE 2022-12-18 18:00:00
## 1379 2022-12-18 18:18:33     FALSE 2022-12-18 18:00:00
## 1380 2022-12-18 18:12:42     FALSE 2022-12-18 18:00:00
## 1381 2022-12-18 18:11:22     FALSE 2022-12-18 18:00:00
## 1382 2022-12-18 18:09:52     FALSE 2022-12-18 18:00:00
## 1383 2022-12-18 18:08:14     FALSE 2022-12-18 18:00:00
## 1384 2022-12-18 18:07:20     FALSE 2022-12-18 18:00:00
## 1385 2022-12-18 18:07:11     FALSE 2022-12-18 18:00:00
## 1386 2022-12-18 18:04:09     FALSE 2022-12-18 18:00:00
## 1387 2022-12-18 18:03:01     FALSE 2022-12-18 18:00:00
## 1388 2022-12-18 18:02:11     FALSE 2022-12-18 18:00:00
## 1389 2022-12-18 18:01:39     FALSE 2022-12-18 18:00:00
## 1390 2022-12-18 18:00:27     FALSE 2022-12-18 18:00:00
## 1391 2022-12-18 18:00:04     FALSE 2022-12-18 18:00:00
## 1392 2022-12-18 17:55:57     FALSE 2022-12-18 18:00:00
## 1393 2022-12-18 17:46:54     FALSE 2022-12-18 18:00:00
## 1394 2022-12-18 17:44:04     FALSE 2022-12-18 18:00:00
## 1395 2022-12-18 17:42:19     FALSE 2022-12-18 18:00:00
## 1396 2022-12-18 17:42:07     FALSE 2022-12-18 18:00:00
## 1397 2022-12-18 17:35:54     FALSE 2022-12-18 18:00:00
## 1398 2022-12-18 17:32:45     FALSE 2022-12-18 18:00:00
## 1399 2022-12-18 17:30:52     FALSE 2022-12-18 18:00:00
## 1400 2022-12-18 17:30:22     FALSE 2022-12-18 18:00:00
## 1401 2022-12-18 17:28:34     FALSE 2022-12-18 17:00:00
## 1402 2022-12-18 17:28:24     FALSE 2022-12-18 17:00:00
## 1403 2022-12-18 17:22:29     FALSE 2022-12-18 17:00:00
## 1404 2022-12-18 17:20:21     FALSE 2022-12-18 17:00:00
## 1405 2022-12-18 17:19:30     FALSE 2022-12-18 17:00:00
## 1406 2022-12-18 17:09:22     FALSE 2022-12-18 17:00:00
## 1407 2022-12-18 17:09:19     FALSE 2022-12-18 17:00:00
## 1408 2022-12-18 17:09:18     FALSE 2022-12-18 17:00:00
## 1409 2022-12-18 17:09:03     FALSE 2022-12-18 17:00:00
## 1410 2022-12-18 17:08:53     FALSE 2022-12-18 17:00:00
## 1411 2022-12-18 17:08:43     FALSE 2022-12-18 17:00:00
## 1412 2022-12-18 17:08:19     FALSE 2022-12-18 17:00:00
## 1413 2022-12-18 17:05:59     FALSE 2022-12-18 17:00:00
## 1414 2022-12-18 17:05:50     FALSE 2022-12-18 17:00:00
## 1415 2022-12-18 17:03:31     FALSE 2022-12-18 17:00:00
## 1416 2022-12-18 17:00:09     FALSE 2022-12-18 17:00:00
## 1417 2022-12-18 16:54:19     FALSE 2022-12-18 17:00:00
## 1418 2022-12-18 16:53:38     FALSE 2022-12-18 17:00:00
## 1419 2022-12-18 16:48:46     FALSE 2022-12-18 17:00:00
## 1420 2022-12-18 16:45:52     FALSE 2022-12-18 17:00:00
## 1421 2022-12-18 16:44:32     FALSE 2022-12-18 17:00:00
## 1422 2022-12-18 16:44:21     FALSE 2022-12-18 17:00:00
## 1423 2022-12-18 16:43:16     FALSE 2022-12-18 17:00:00
## 1424 2022-12-18 16:42:27     FALSE 2022-12-18 17:00:00
## 1425 2022-12-18 16:27:50     FALSE 2022-12-18 16:00:00
## 1426 2022-12-18 16:26:50     FALSE 2022-12-18 16:00:00
## 1427 2022-12-18 16:26:48     FALSE 2022-12-18 16:00:00
## 1428 2022-12-18 16:20:48     FALSE 2022-12-18 16:00:00
## 1429 2022-12-18 16:19:14     FALSE 2022-12-18 16:00:00
## 1430 2022-12-18 16:09:25     FALSE 2022-12-18 16:00:00
## 1431 2022-12-18 16:07:03     FALSE 2022-12-18 16:00:00
## 1432 2022-12-18 16:00:05     FALSE 2022-12-18 16:00:00
## 1433 2022-12-18 15:56:49     FALSE 2022-12-18 16:00:00
## 1434 2022-12-18 15:52:48     FALSE 2022-12-18 16:00:00
## 1435 2022-12-18 15:51:07     FALSE 2022-12-18 16:00:00
## 1436 2022-12-18 15:50:56     FALSE 2022-12-18 16:00:00
## 1437 2022-12-18 15:44:50     FALSE 2022-12-18 16:00:00
## 1438 2022-12-18 15:35:56     FALSE 2022-12-18 16:00:00
## 1439 2022-12-18 15:35:03     FALSE 2022-12-18 16:00:00
## 1440 2022-12-18 15:33:34     FALSE 2022-12-18 16:00:00
## 1441 2022-12-18 15:29:58     FALSE 2022-12-18 15:00:00
## 1442 2022-12-18 15:22:42     FALSE 2022-12-18 15:00:00
## 1443 2022-12-18 15:22:41     FALSE 2022-12-18 15:00:00
## 1444 2022-12-18 15:14:07     FALSE 2022-12-18 15:00:00
## 1445 2022-12-18 15:13:03     FALSE 2022-12-18 15:00:00
## 1446 2022-12-18 15:07:36     FALSE 2022-12-18 15:00:00
## 1447 2022-12-18 15:03:30     FALSE 2022-12-18 15:00:00
## 1448 2022-12-18 15:00:10     FALSE 2022-12-18 15:00:00
## 1449 2022-12-18 15:00:07     FALSE 2022-12-18 15:00:00
## 1450 2022-12-18 14:59:47     FALSE 2022-12-18 15:00:00
## 1451 2022-12-18 14:59:21     FALSE 2022-12-18 15:00:00
## 1452 2022-12-18 14:58:27     FALSE 2022-12-18 15:00:00
## 1453 2022-12-18 14:52:21     FALSE 2022-12-18 15:00:00
## 1454 2022-12-18 14:46:22     FALSE 2022-12-18 15:00:00
## 1455 2022-12-18 14:45:58     FALSE 2022-12-18 15:00:00
## 1456 2022-12-18 14:43:29     FALSE 2022-12-18 15:00:00
## 1457 2022-12-18 14:42:30     FALSE 2022-12-18 15:00:00
## 1458 2022-12-18 14:32:37     FALSE 2022-12-18 15:00:00
## 1459 2022-12-18 14:32:05     FALSE 2022-12-18 15:00:00
## 1460 2022-12-18 14:20:57     FALSE 2022-12-18 14:00:00
## 1461 2022-12-18 14:13:54     FALSE 2022-12-18 14:00:00
## 1462 2022-12-18 14:13:35     FALSE 2022-12-18 14:00:00
## 1463 2022-12-18 14:05:24     FALSE 2022-12-18 14:00:00
## 1464 2022-12-18 14:02:32     FALSE 2022-12-18 14:00:00
## 1465 2022-12-18 14:02:29     FALSE 2022-12-18 14:00:00
## 1466 2022-12-18 14:00:04     FALSE 2022-12-18 14:00:00
## 1467 2022-12-18 14:00:04     FALSE 2022-12-18 14:00:00
## 1468 2022-12-18 13:58:03     FALSE 2022-12-18 14:00:00
## 1469 2022-12-18 13:58:00     FALSE 2022-12-18 14:00:00
## 1470 2022-12-18 13:51:28     FALSE 2022-12-18 14:00:00
## 1471 2022-12-18 13:51:13     FALSE 2022-12-18 14:00:00
## 1472 2022-12-18 13:50:49     FALSE 2022-12-18 14:00:00
## 1473 2022-12-18 13:49:55     FALSE 2022-12-18 14:00:00
## 1474 2022-12-18 13:49:26     FALSE 2022-12-18 14:00:00
## 1475 2022-12-18 13:49:08     FALSE 2022-12-18 14:00:00
## 1476 2022-12-18 13:48:51     FALSE 2022-12-18 14:00:00
## 1477 2022-12-18 13:44:26     FALSE 2022-12-18 14:00:00
## 1478 2022-12-18 13:43:36     FALSE 2022-12-18 14:00:00
## 1479 2022-12-18 13:41:16     FALSE 2022-12-18 14:00:00
## 1480 2022-12-18 13:36:07     FALSE 2022-12-18 14:00:00
## 1481 2022-12-18 13:33:10     FALSE 2022-12-18 14:00:00
## 1482 2022-12-18 13:32:48     FALSE 2022-12-18 14:00:00
## 1483 2022-12-18 13:32:32     FALSE 2022-12-18 14:00:00
## 1484 2022-12-18 13:31:54     FALSE 2022-12-18 14:00:00
## 1485 2022-12-18 13:27:59     FALSE 2022-12-18 13:00:00
## 1486 2022-12-18 13:27:08     FALSE 2022-12-18 13:00:00
## 1487 2022-12-18 13:24:26     FALSE 2022-12-18 13:00:00
## 1488 2022-12-18 13:19:01     FALSE 2022-12-18 13:00:00
## 1489 2022-12-18 13:18:02     FALSE 2022-12-18 13:00:00
## 1490 2022-12-18 13:16:58     FALSE 2022-12-18 13:00:00
## 1491 2022-12-18 13:14:30     FALSE 2022-12-18 13:00:00
## 1492 2022-12-18 13:13:36     FALSE 2022-12-18 13:00:00
## 1493 2022-12-18 13:12:10     FALSE 2022-12-18 13:00:00
## 1494 2022-12-18 13:09:39     FALSE 2022-12-18 13:00:00
## 1495 2022-12-18 13:07:34     FALSE 2022-12-18 13:00:00
## 1496 2022-12-18 13:05:11     FALSE 2022-12-18 13:00:00
## 1497 2022-12-18 13:00:02     FALSE 2022-12-18 13:00:00
## 1498 2022-12-18 12:39:18     FALSE 2022-12-18 13:00:00
## 1499 2022-12-18 12:33:16     FALSE 2022-12-18 13:00:00
## 1500 2022-12-18 12:32:56     FALSE 2022-12-18 13:00:00
## 1501 2022-12-18 12:30:00     FALSE 2022-12-18 13:00:00
## 1502 2022-12-18 12:29:15     FALSE 2022-12-18 12:00:00
## 1503 2022-12-18 12:24:22     FALSE 2022-12-18 12:00:00
## 1504 2022-12-18 12:20:15     FALSE 2022-12-18 12:00:00
## 1505 2022-12-18 12:10:39     FALSE 2022-12-18 12:00:00
## 1506 2022-12-18 12:08:52     FALSE 2022-12-18 12:00:00
## 1507 2022-12-18 12:06:14     FALSE 2022-12-18 12:00:00
## 1508 2022-12-18 12:00:35     FALSE 2022-12-18 12:00:00
## 1509 2022-12-18 11:44:04     FALSE 2022-12-18 12:00:00
## 1510 2022-12-18 11:42:04     FALSE 2022-12-18 12:00:00
## 1511 2022-12-18 11:40:05     FALSE 2022-12-18 12:00:00
## 1512 2022-12-18 11:30:00     FALSE 2022-12-18 12:00:00
## 1513 2022-12-18 11:26:30     FALSE 2022-12-18 11:00:00
## 1514 2022-12-18 11:26:28     FALSE 2022-12-18 11:00:00
## 1515 2022-12-18 11:22:27     FALSE 2022-12-18 11:00:00
## 1516 2022-12-18 11:19:07     FALSE 2022-12-18 11:00:00
## 1517 2022-12-18 11:00:08     FALSE 2022-12-18 11:00:00
## 1518 2022-12-18 10:58:04     FALSE 2022-12-18 11:00:00
## 1519 2022-12-18 10:57:01     FALSE 2022-12-18 11:00:00
## 1520 2022-12-18 10:49:47     FALSE 2022-12-18 11:00:00
## 1521 2022-12-18 10:42:19     FALSE 2022-12-18 11:00:00
## 1522 2022-12-18 10:38:27     FALSE 2022-12-18 11:00:00
## 1523 2022-12-18 10:37:55     FALSE 2022-12-18 11:00:00
## 1524 2022-12-18 10:35:43     FALSE 2022-12-18 11:00:00
## 1525 2022-12-18 10:30:09     FALSE 2022-12-18 11:00:00
## 1526 2022-12-18 10:30:03     FALSE 2022-12-18 11:00:00
## 1527 2022-12-18 10:22:59     FALSE 2022-12-18 10:00:00
## 1528 2022-12-18 10:22:57     FALSE 2022-12-18 10:00:00
## 1529 2022-12-18 10:22:56     FALSE 2022-12-18 10:00:00
## 1530 2022-12-18 10:22:54     FALSE 2022-12-18 10:00:00
## 1531 2022-12-18 10:20:47     FALSE 2022-12-18 10:00:00
## 1532 2022-12-18 10:20:20     FALSE 2022-12-18 10:00:00
## 1533 2022-12-18 10:15:52     FALSE 2022-12-18 10:00:00
## 1534 2022-12-18 10:11:36     FALSE 2022-12-18 10:00:00
## 1535 2022-12-18 10:00:26     FALSE 2022-12-18 10:00:00
## 1536 2022-12-18 10:00:04     FALSE 2022-12-18 10:00:00
## 1537 2022-12-18 09:57:34     FALSE 2022-12-18 10:00:00
## 1538 2022-12-18 09:50:53     FALSE 2022-12-18 10:00:00
## 1539 2022-12-18 09:48:19     FALSE 2022-12-18 10:00:00
## 1540 2022-12-18 09:48:04     FALSE 2022-12-18 10:00:00
## 1541 2022-12-18 09:43:50     FALSE 2022-12-18 10:00:00
## 1542 2022-12-18 09:36:32     FALSE 2022-12-18 10:00:00
## 1543 2022-12-18 09:31:22     FALSE 2022-12-18 10:00:00
## 1544 2022-12-18 09:31:00     FALSE 2022-12-18 10:00:00
## 1545 2022-12-18 09:29:55     FALSE 2022-12-18 09:00:00
## 1546 2022-12-18 09:27:31     FALSE 2022-12-18 09:00:00
## 1547 2022-12-18 09:24:23     FALSE 2022-12-18 09:00:00
## 1548 2022-12-18 09:20:22     FALSE 2022-12-18 09:00:00
## 1549 2022-12-18 09:20:04     FALSE 2022-12-18 09:00:00
## 1550 2022-12-18 09:00:06     FALSE 2022-12-18 09:00:00
## 1551 2022-12-18 08:59:22     FALSE 2022-12-18 09:00:00
## 1552 2022-12-18 08:57:44     FALSE 2022-12-18 09:00:00
## 1553 2022-12-18 08:52:17     FALSE 2022-12-18 09:00:00
## 1554 2022-12-18 08:45:42     FALSE 2022-12-18 09:00:00
## 1555 2022-12-18 08:38:45     FALSE 2022-12-18 09:00:00
## 1556 2022-12-18 08:38:04     FALSE 2022-12-18 09:00:00
## 1557 2022-12-18 08:37:43     FALSE 2022-12-18 09:00:00
## 1558 2022-12-18 08:24:19     FALSE 2022-12-18 08:00:00
## 1559 2022-12-18 08:23:22     FALSE 2022-12-18 08:00:00
## 1560 2022-12-18 08:23:20     FALSE 2022-12-18 08:00:00
## 1561 2022-12-18 08:23:19     FALSE 2022-12-18 08:00:00
## 1562 2022-12-18 08:23:17     FALSE 2022-12-18 08:00:00
## 1563 2022-12-18 08:10:04     FALSE 2022-12-18 08:00:00
## 1564 2022-12-18 08:09:26     FALSE 2022-12-18 08:00:00
## 1565 2022-12-18 08:09:09     FALSE 2022-12-18 08:00:00
## 1566 2022-12-18 08:04:42     FALSE 2022-12-18 08:00:00
## 1567 2022-12-18 08:02:51     FALSE 2022-12-18 08:00:00
## 1568 2022-12-18 08:00:03     FALSE 2022-12-18 08:00:00
## 1569 2022-12-18 07:49:39     FALSE 2022-12-18 08:00:00
## 1570 2022-12-18 07:36:22     FALSE 2022-12-18 08:00:00
## 1571 2022-12-18 07:35:03     FALSE 2022-12-18 08:00:00
## 1572 2022-12-18 07:16:29     FALSE 2022-12-18 07:00:00
## 1573 2022-12-18 07:03:07     FALSE 2022-12-18 07:00:00
## 1574 2022-12-18 07:03:06     FALSE 2022-12-18 07:00:00
## 1575 2022-12-18 07:01:54     FALSE 2022-12-18 07:00:00
## 1576 2022-12-18 07:00:57     FALSE 2022-12-18 07:00:00
## 1577 2022-12-18 07:00:11     FALSE 2022-12-18 07:00:00
## 1578 2022-12-18 07:00:03     FALSE 2022-12-18 07:00:00
## 1579 2022-12-18 06:57:34     FALSE 2022-12-18 07:00:00
## 1580 2022-12-18 06:56:20     FALSE 2022-12-18 07:00:00
## 1581 2022-12-18 06:52:19     FALSE 2022-12-18 07:00:00
## 1582 2022-12-18 06:51:33     FALSE 2022-12-18 07:00:00
## 1583 2022-12-18 06:44:40     FALSE 2022-12-18 07:00:00
## 1584 2022-12-18 06:33:10     FALSE 2022-12-18 07:00:00
## 1585 2022-12-18 06:24:51     FALSE 2022-12-18 06:00:00
## 1586 2022-12-18 06:21:42     FALSE 2022-12-18 06:00:00
## 1587 2022-12-18 06:20:44     FALSE 2022-12-18 06:00:00
## 1588 2022-12-18 06:11:38     FALSE 2022-12-18 06:00:00
## 1589 2022-12-18 06:07:00     FALSE 2022-12-18 06:00:00
## 1590 2022-12-18 06:06:52     FALSE 2022-12-18 06:00:00
## 1591 2022-12-18 06:00:03     FALSE 2022-12-18 06:00:00
## 1592 2022-12-18 05:58:00     FALSE 2022-12-18 06:00:00
## 1593 2022-12-18 05:57:01     FALSE 2022-12-18 06:00:00
## 1594 2022-12-18 05:53:48     FALSE 2022-12-18 06:00:00
## 1595 2022-12-18 05:50:14     FALSE 2022-12-18 06:00:00
## 1596 2022-12-18 05:44:32     FALSE 2022-12-18 06:00:00
## 1597 2022-12-18 05:40:17     FALSE 2022-12-18 06:00:00
## 1598 2022-12-18 05:29:56     FALSE 2022-12-18 05:00:00
## 1599 2022-12-18 05:28:25     FALSE 2022-12-18 05:00:00
## 1600 2022-12-18 05:22:40     FALSE 2022-12-18 05:00:00
## 1601 2022-12-18 05:19:56     FALSE 2022-12-18 05:00:00
## 1602 2022-12-18 05:17:18     FALSE 2022-12-18 05:00:00
## 1603 2022-12-18 05:00:03     FALSE 2022-12-18 05:00:00
## 1604 2022-12-18 04:58:34     FALSE 2022-12-18 05:00:00
## 1605 2022-12-18 04:57:45     FALSE 2022-12-18 05:00:00
## 1606 2022-12-18 04:45:24     FALSE 2022-12-18 05:00:00
## 1607 2022-12-18 04:43:54     FALSE 2022-12-18 05:00:00
## 1608 2022-12-18 04:41:26     FALSE 2022-12-18 05:00:00
## 1609 2022-12-18 04:37:34     FALSE 2022-12-18 05:00:00
## 1610 2022-12-18 04:36:38     FALSE 2022-12-18 05:00:00
## 1611 2022-12-18 04:35:12     FALSE 2022-12-18 05:00:00
## 1612 2022-12-18 04:34:57     FALSE 2022-12-18 05:00:00
## 1613 2022-12-18 04:26:02     FALSE 2022-12-18 04:00:00
## 1614 2022-12-18 04:24:44     FALSE 2022-12-18 04:00:00
## 1615 2022-12-18 04:21:09     FALSE 2022-12-18 04:00:00
## 1616 2022-12-18 04:19:09     FALSE 2022-12-18 04:00:00
## 1617 2022-12-18 04:11:37     FALSE 2022-12-18 04:00:00
## 1618 2022-12-18 04:03:39     FALSE 2022-12-18 04:00:00
## 1619 2022-12-18 04:00:46     FALSE 2022-12-18 04:00:00
## 1620 2022-12-18 03:51:55     FALSE 2022-12-18 04:00:00
## 1621 2022-12-18 03:47:48     FALSE 2022-12-18 04:00:00
## 1622 2022-12-18 03:40:08     FALSE 2022-12-18 04:00:00
## 1623 2022-12-18 03:30:01     FALSE 2022-12-18 04:00:00
## 1624 2022-12-18 03:14:39     FALSE 2022-12-18 03:00:00
## 1625 2022-12-18 03:13:54     FALSE 2022-12-18 03:00:00
## 1626 2022-12-18 03:12:03     FALSE 2022-12-18 03:00:00
## 1627 2022-12-18 03:09:11     FALSE 2022-12-18 03:00:00
## 1628 2022-12-18 03:07:44     FALSE 2022-12-18 03:00:00
## 1629 2022-12-18 03:02:53     FALSE 2022-12-18 03:00:00
## 1630 2022-12-18 03:00:01     FALSE 2022-12-18 03:00:00
## 1631 2022-12-18 02:56:54     FALSE 2022-12-18 03:00:00
## 1632 2022-12-18 02:42:27     FALSE 2022-12-18 03:00:00
## 1633 2022-12-18 02:40:56     FALSE 2022-12-18 03:00:00
## 1634 2022-12-18 02:37:56     FALSE 2022-12-18 03:00:00
## 1635 2022-12-18 02:37:13     FALSE 2022-12-18 03:00:00
## 1636 2022-12-18 02:25:35     FALSE 2022-12-18 02:00:00
## 1637 2022-12-18 02:13:27     FALSE 2022-12-18 02:00:00
## 1638 2022-12-18 02:03:35     FALSE 2022-12-18 02:00:00
## 1639 2022-12-18 02:02:44     FALSE 2022-12-18 02:00:00
## 1640 2022-12-18 02:02:13     FALSE 2022-12-18 02:00:00
## 1641 2022-12-18 02:02:09     FALSE 2022-12-18 02:00:00
## 1642 2022-12-18 02:00:15     FALSE 2022-12-18 02:00:00
## 1643 2022-12-18 01:56:52     FALSE 2022-12-18 02:00:00
## 1644 2022-12-18 01:54:32     FALSE 2022-12-18 02:00:00
## 1645 2022-12-18 01:53:22     FALSE 2022-12-18 02:00:00
## 1646 2022-12-18 01:40:22     FALSE 2022-12-18 02:00:00
## 1647 2022-12-18 01:38:52     FALSE 2022-12-18 02:00:00
## 1648 2022-12-18 01:36:33     FALSE 2022-12-18 02:00:00
## 1649 2022-12-18 01:29:50     FALSE 2022-12-18 01:00:00
## 1650 2022-12-18 01:28:15     FALSE 2022-12-18 01:00:00
## 1651 2022-12-18 01:26:02     FALSE 2022-12-18 01:00:00
## 1652 2022-12-18 01:22:51     FALSE 2022-12-18 01:00:00
## 1653 2022-12-18 01:21:31     FALSE 2022-12-18 01:00:00
## 1654 2022-12-18 01:20:11     FALSE 2022-12-18 01:00:00
## 1655 2022-12-18 01:19:53     FALSE 2022-12-18 01:00:00
## 1656 2022-12-18 01:19:42     FALSE 2022-12-18 01:00:00
## 1657 2022-12-18 01:19:23     FALSE 2022-12-18 01:00:00
## 1658 2022-12-18 01:17:54     FALSE 2022-12-18 01:00:00
## 1659 2022-12-18 01:14:58     FALSE 2022-12-18 01:00:00
## 1660 2022-12-18 01:12:34     FALSE 2022-12-18 01:00:00
## 1661 2022-12-18 01:11:45     FALSE 2022-12-18 01:00:00
## 1662 2022-12-18 01:06:32     FALSE 2022-12-18 01:00:00
## 1663 2022-12-18 01:06:09     FALSE 2022-12-18 01:00:00
## 1664 2022-12-18 01:00:04     FALSE 2022-12-18 01:00:00
## 1665 2022-12-18 00:58:23     FALSE 2022-12-18 01:00:00
## 1666 2022-12-18 00:56:42     FALSE 2022-12-18 01:00:00
## 1667 2022-12-18 00:53:30     FALSE 2022-12-18 01:00:00
## 1668 2022-12-18 00:49:09     FALSE 2022-12-18 01:00:00
## 1669 2022-12-18 00:38:29     FALSE 2022-12-18 01:00:00
## 1670 2022-12-18 00:36:32     FALSE 2022-12-18 01:00:00
## 1671 2022-12-18 00:35:30     FALSE 2022-12-18 01:00:00
## 1672 2022-12-18 00:34:22     FALSE 2022-12-18 01:00:00
## 1673 2022-12-18 00:28:54     FALSE 2022-12-18 00:00:00
## 1674 2022-12-18 00:28:47     FALSE 2022-12-18 00:00:00
## 1675 2022-12-18 00:22:25     FALSE 2022-12-18 00:00:00
## 1676 2022-12-18 00:18:51     FALSE 2022-12-18 00:00:00
## 1677 2022-12-18 00:18:14     FALSE 2022-12-18 00:00:00
## 1678 2022-12-18 00:17:50     FALSE 2022-12-18 00:00:00
## 1679 2022-12-18 00:11:27     FALSE 2022-12-18 00:00:00
## 1680 2022-12-18 00:09:35     FALSE 2022-12-18 00:00:00
## 1681 2022-12-18 00:06:41     FALSE 2022-12-18 00:00:00
## 1682 2022-12-18 00:03:56     FALSE 2022-12-18 00:00:00
## 1683 2022-12-18 00:03:42     FALSE 2022-12-18 00:00:00
## 1684 2022-12-18 00:00:04     FALSE 2022-12-18 00:00:00
## 1685 2022-12-18 00:00:04     FALSE 2022-12-18 00:00:00
## 1686 2022-12-17 23:56:27     FALSE 2022-12-18 00:00:00
## 1687 2022-12-17 23:56:24     FALSE 2022-12-18 00:00:00
## 1688 2022-12-17 23:55:32     FALSE 2022-12-18 00:00:00
## 1689 2022-12-17 23:55:03     FALSE 2022-12-18 00:00:00
## 1690 2022-12-17 23:53:02     FALSE 2022-12-18 00:00:00
## 1691 2022-12-17 23:51:33     FALSE 2022-12-18 00:00:00
## 1692 2022-12-17 23:50:51     FALSE 2022-12-18 00:00:00
## 1693 2022-12-17 23:43:21     FALSE 2022-12-18 00:00:00
## 1694 2022-12-17 23:42:40     FALSE 2022-12-18 00:00:00
## 1695 2022-12-17 23:35:00     FALSE 2022-12-18 00:00:00
## 1696 2022-12-17 23:31:53     FALSE 2022-12-18 00:00:00
## 1697 2022-12-17 23:25:23     FALSE 2022-12-17 23:00:00
## 1698 2022-12-17 23:22:53     FALSE 2022-12-17 23:00:00
## 1699 2022-12-17 23:21:56     FALSE 2022-12-17 23:00:00
## 1700 2022-12-17 23:21:45     FALSE 2022-12-17 23:00:00
## 1701 2022-12-17 23:21:43     FALSE 2022-12-17 23:00:00
## 1702 2022-12-17 23:21:40     FALSE 2022-12-17 23:00:00
## 1703 2022-12-17 23:18:21     FALSE 2022-12-17 23:00:00
## 1704 2022-12-17 23:08:32     FALSE 2022-12-17 23:00:00
## 1705 2022-12-17 23:02:30     FALSE 2022-12-17 23:00:00
## 1706 2022-12-17 23:00:02     FALSE 2022-12-17 23:00:00
## 1707 2022-12-17 22:59:05     FALSE 2022-12-17 23:00:00
## 1708 2022-12-17 22:55:32     FALSE 2022-12-17 23:00:00
## 1709 2022-12-17 22:55:22     FALSE 2022-12-17 23:00:00
## 1710 2022-12-17 22:55:21     FALSE 2022-12-17 23:00:00
## 1711 2022-12-17 22:55:20     FALSE 2022-12-17 23:00:00
## 1712 2022-12-17 22:50:02     FALSE 2022-12-17 23:00:00
## 1713 2022-12-17 22:40:27     FALSE 2022-12-17 23:00:00
## 1714 2022-12-17 22:35:33     FALSE 2022-12-17 23:00:00
## 1715 2022-12-17 22:32:00     FALSE 2022-12-17 23:00:00
## 1716 2022-12-17 22:31:50     FALSE 2022-12-17 23:00:00
## 1717 2022-12-17 22:19:46     FALSE 2022-12-17 22:00:00
## 1718 2022-12-17 22:01:40     FALSE 2022-12-17 22:00:00
## 1719 2022-12-17 22:00:14     FALSE 2022-12-17 22:00:00
## 1720 2022-12-17 21:58:45     FALSE 2022-12-17 22:00:00
## 1721 2022-12-17 21:54:11     FALSE 2022-12-17 22:00:00
## 1722 2022-12-17 21:53:58     FALSE 2022-12-17 22:00:00
## 1723 2022-12-17 21:50:38     FALSE 2022-12-17 22:00:00
## 1724 2022-12-17 21:45:00     FALSE 2022-12-17 22:00:00
## 1725 2022-12-17 21:40:05     FALSE 2022-12-17 22:00:00
## 1726 2022-12-17 21:39:39     FALSE 2022-12-17 22:00:00
## 1727 2022-12-17 21:39:04     FALSE 2022-12-17 22:00:00
## 1728 2022-12-17 21:38:33     FALSE 2022-12-17 22:00:00
## 1729 2022-12-17 21:33:47     FALSE 2022-12-17 22:00:00
## 1730 2022-12-17 21:25:02     FALSE 2022-12-17 21:00:00
## 1731 2022-12-17 21:18:09     FALSE 2022-12-17 21:00:00
mn <- tweets %>% pull(created) %>% min()
mn 
## [1] "2022-12-17 21:18:09 UTC"
mx <- tweets %>% pull(created) %>% max()
mx
## [1] "2022-12-21 23:59:16 UTC"
# Plot on tweets by time using the library(plotly) and ggplot().
plt_data <- ggplot(crt_data, aes(x = Created_At_Round)) +
  geom_histogram(aes(fill = ..count..)) +
  theme(legend.position = "right") +
  xlab("Time") + ylab("Number of tweets") + 
  scale_fill_gradient(low = "midnightblue", high = "aquamarine4")

plt_data %>% ggplotly()
## Warning: The dot-dot notation (`..count..`) was deprecated in ggplot2 3.4.0.
## ℹ Please use `after_stat(count)` instead.
## ℹ The deprecated feature was likely used in the ggplot2 package.
##   Please report the issue at <]8;;https://github.com/tidyverse/ggplot2/issueshttps://github.com/tidyverse/ggplot2/issues]8;;>.
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.
#Retweets

sub_tweets <- leaguetweetsDF %>%
  select(screenName,text,created, isRetweet) %>% filter(isRetweet == TRUE)
sub_tweets
##           screenName
## 1         aurumnexus
## 2     Forsaken_China
## 3        IStringer02
## 4          brokuroos
## 5        aiikawachan
## 6      MuffinKindred
## 7      MuffinKindred
## 8      MuffinKindred
## 9      MuffinKindred
## 10          Nanocyte
## 11          Miche0_0
## 12         SirApoolo
## 13          Daxolotl
## 14        Thorcadail
## 15   Kaiju3nthusiast
## 16           Epistoz
## 17    Fox_kom_trikru
## 18    Otaku_Violento
## 19         celxstine
## 20        MiwaHoshih
## 21       freehheartz
## 22      HellyonWhite
## 23           ZkyfalI
## 24         KoloKappa
## 25        kingstead_
## 26           ZkyfalI
## 27      LunariDevota
## 28     Steph_J_Millz
## 29         feleshtyn
## 30          saoimyth
## 31         ALEJOlize
## 32        Starrkzera
## 33        druidbirds
## 34       ace_ghambit
## 35    IntrinsicGames
## 36        Mrcastle08
## 37     RiderClubMain
## 38          Joongi__
## 39     RepulsiveMaid
## 40   notnoctisumbria
## 41        LXWasTaken
## 42   EmilyHa19633868
## 43       LOL_Art_Bot
## 44        rogerl0ver
## 45          yeloan11
## 46         lol_10x10
## 47     BeytiaEduardo
## 48         KasAidein
## 49          witajuwu
## 50          FufusArt
## 51      moroz_selina
## 52       igotyour666
## 53          LAOSSAYE
## 54      camilleeeexd
## 55    IamBenStirling
## 56    time_unraveled
## 57        visfreckle
## 58         ABCtheGUY
## 59        VGalaxy_EN
## 60        caitIynsvi
## 61       kogucik1519
## 62       Alejopin051
## 63     ElenaStars711
## 64     xxX_j0rj3_Xxx
## 65    _BRAIANJUAREZ_
## 66    acce_the_worst
## 67   BlackRose_Drago
## 68          amaday69
## 69       OnlyfansFTW
## 70       OnlyfansFTW
## 71       OnlyfansFTW
## 72       OnlyfansFTW
## 73          unpickel
## 74   Malvina05832468
## 75            xeIagi
## 76    fluffypuffy0w0
## 77    fluffypuffy0w0
## 78        gay_do_lol
## 79          rahateor
## 80           AlezzKY
## 81      T5und3r3_T5u
## 82        Sydney_DeM
## 83      Fragile_Guts
## 84     GalacticTitty
## 85           AlezzKY
## 86          molowise
## 87     smolartist101
## 88            zakruo
## 89           DiegGuu
## 90   Local_crack_hut
## 91           50Two25
## 92        eusoudede_
## 93         samk1401_
## 94     soranetarium_
## 95      KathaliaRose
## 96         lillylimm
## 97         Valkareya
## 98         softakali
## 99   ciiichhhhhhaaa_
## 100   preheatoven666
## 101        jellovice
## 102   preheatoven666
## 103        andychae_
## 104         pe_kiala
## 105   Joe_TazunaYTTD
## 106       IkaroIvyne
## 107   eden_magicworm
## 108    sweetie_hersh
## 109     JostarJhonny
## 110       Ootivatsug
## 111        m_buonani
## 112         Kaatamae
## 113    AntonioIvanLA
## 114   IntrinsicGames
## 115  StringsNBullets
## 116       Tali_Hawke
## 117   IntrinsicGames
## 118   IntrinsicGames
## 119       cell0phan3
## 120          R4mpeiG
## 121       durani_art
## 122          srjikks
## 123        MIMlCHAMA
## 124     Vanish_shinn
## 125      _mafusoratr
## 126       RhiLai_Art
## 127  NatArtandChoco1
## 128       wingedwoof
## 129     Pan_dulceuwu
## 130       RhiLai_Art
## 131            Ibumx
## 132  Absindimyrgitus
## 133       Ionic_Wind
## 134       KutetsKute
## 135       Nazarenart
## 136      Bloomdotwav
## 137     PrettyMogeko
## 138     sweetmeloboy
## 139   FruityyCupcake
## 140      Where_Wolf_
## 141          Gellusz
## 142           Thel0n
## 143       Tianeptin_
## 144  edgy_on_purpose
## 145          GINE_WR
## 146    NolegMcDowell
## 147      endiebendie
## 148  FenrirTheHunter
## 149        GedudoInk
## 150        heaven_rj
## 151     Micchonstars
## 152  FerringtheSylvi
## 153      trueLeStang
## 154  FerringtheSylvi
## 155   lilliafication
## 156    Alarothserana
## 157     AlfheimFreyr
## 158     misul_sebiny
## 159         sebiny74
## 160     KathaliaRose
## 161      alex_tlacuy
## 162   kphwu7554h3_hg
## 163     GalaLunaWolf
## 164         _Benji69
## 165   IntrinsicGames
## 166   IntrinsicGames
## 167        yuuneelli
## 168  JesseTa34766668
## 169           _blclv
## 170      Shauniiiiie
## 171    Josstevaan_22
## 172      Ragz_Melody
## 173     StoneTaliyah
## 174     papipapipair
## 175     chicken_safe
## 176   spacegoat4ever
## 177        YoloTaube
## 178  GothiccMushroom
## 179         AllTaric
## 180      papuchochoe
## 181      the_madjack
## 182   Capt_Serotonin
## 183  Nacholacalaca22
## 184        RetweetVT
## 185       Batata_owo
## 186      LOL_Art_Bot
## 187      likeTheSeed
## 188          Crusyto
## 189        ajobninja
## 190           Qoslaw
## 191       BigBadHuff
## 192     LadyFortune5
## 193      sunstoriess
## 194   tearsinblossom
## 195         Iamshy_2
## 196   CamaradaAlves5
## 197  ULTIMATEFUKOUDA
## 198        goodsmiIe
## 199         Kevingks
## 200  rNww3GKMfBH5cn0
## 201      CrustedDick
## 202        Aravira98
## 203        SeanNibzy
## 204         P00kN00t
## 205    undeadr3birth
## 206     lola_tsubasa
## 207       EvilKhazix
## 208         TheNone0
## 209        DarkVexon
## 210            TGWUO
## 211     Aetherwyvern
## 212         settits_
## 213      FluffyAkagi
## 214      calamittens
## 215       thelamestt
## 216         sosna564
## 217       mitskizita
## 218       jeyelnever
## 219        jpeghanzo
## 220       gumiholic_
## 221    RepulsiveMaid
## 222    CovertCassius
## 223    RepulsiveMaid
## 224     rafatroll450
## 225         TheNone0
## 226        Ojitomo78
## 227   HeadEmptyDevil
## 228     MuriloveLive
## 229        spaceylux
## 230     Xere_vastaya
## 231       HecalyNezu
## 232       HecalyNezu
## 233  sebasWithles011
## 234      sir_Shadfag
## 235     suenodeamore
## 236   Kankittynooget
## 237     Willmanworld
## 238       TealVelvet
## 239         RynKa487
## 240      Vitorpoc123
## 241         MrOrxata
## 242      LOL_Art_Bot
## 243         adrialae
## 244         Eona2828
## 245  HenryWi22693929
## 246          Gonedos
## 247    Oscar_Vianqui
## 248  SHATOSHIGEKOUGA
## 249     FunnyB0neMan
## 250        Kaethuhlu
## 251    Labyrinthsbox
## 252      SunDoesArt_
## 253    Labyrinthsbox
## 254           zxcaki
## 255         __MeriBe
## 256      Retweelgend
## 257  summerswirlarts
## 258  Strawberymoment
## 259    CorruptAngelo
## 260      LOL_Art_Bot
## 261       ssznshadow
## 262       SnowGirlHD
## 263         Lunahrix
## 264       alatuscos_
## 265          SamuwuK
## 266     spadethespud
## 267       aireenvena
## 268     BKampourakis
## 269          Mairkou
## 270     AnimeDDanceR
## 271   aureousCopycat
## 272   IntrinsicGames
## 273       ssznshadow
## 274   IntrinsicGames
## 275           zxcaki
## 276         FufusArt
## 277        RoberSTFU
## 278          GEerech
## 279       Loganort02
## 280  progressmachin4
## 281  summerswirlarts
## 282   notoriouslydev
## 283   gloriousrevol_
## 284   StuProductions
## 285  bitchbabyoclock
## 286    StarlightsLoL
## 287      LOL_Art_Bot
## 288      LOL_Art_Bot
## 289         HFiend67
## 290         CATBR3AD
## 291     pillowtalk_3
## 292   notoriouslydev
## 293       moonshoook
## 294           ph0esy
## 295     dittoronaldo
## 296        K1ngabsol
## 297      Lina_Rain__
## 298      MathIlustra
## 299      SaikouHakou
## 300      andreitolol
## 301    Perkdashboard
## 302   defiantgladius
## 303   Lafanartfuture
## 304    fanartformehi
## 305     Crapeman1233
## 306           KaijuZ
## 307       DailySylas
## 308      NotLabrinth
## 309         julis4rt
## 310  JuanGom67848765
## 311    GodsGameFreak
## 312     LadySpade101
## 313   EsportsTweeter
## 314      itsmeTsuTsu
## 315       jujuzonha_
## 316  JuanGom67848765
## 317       cherieguro
## 318       AWindtalon
## 319  JerkyProEsports
## 320         rizawaii
## 321          K1mkimi
## 322    Maluma_Malysh
## 323  GiwrgosIordani1
## 324         mehrartz
## 325         hypinico
## 326            c2h4n
## 327          _EnOre_
## 328       Fortune5an
## 329       SirPvitor1
## 330          v_vKat_
## 331   IntrinsicGames
## 332       pIasmagica
## 333         AtsuKcig
## 334   EflareFirestar
## 335     charlot2b9s5
## 336   IntrinsicGames
## 337     Choco_Shorty
## 338     Sahri4feedin
## 339   IntrinsicGames
## 340  Guy_Behind_You2
## 341  Guy_Behind_You2
## 342         TheExtah
## 343       CodaBear48
## 344         zver_gre
## 345           KlDEKi
## 346       Solar_Edge
## 347     steiiasaurus
## 348   hauntedsilver3
## 349       Peter_S325
## 350   Ambitionless12
## 351         vampreds
## 352       voland_lol
## 353      Dayflowersr
## 354     SRG_Nayaruko
## 355       MikaHeartt
## 356          DelemKi
## 357       josejulate
## 358      saito_san23
## 359       Color__lol
## 360    notallwitches
## 361      BigBadBear_
## 362          ZannGRE
## 363     SandskillArt
## 364      OjiroSniper
## 365     PeridotNunes
## 366     Pixcelerator
## 367    Alliethekitty
## 368    AmaruIshikawa
## 369      JadeGothUwU
## 370       kingstead_
## 371   happilyhumming
## 372      JadeGothUwU
## 373        SeilenC13
## 374      Ki_demption
## 375          NsNapk1
## 376    notallwitches
## 377      Torinoko647
## 378   GeorgeCraigie4
## 379     ricca_muffen
## 380     jaycegiopara
## 381  hayamaruna_gold
## 382         lyndrama
## 383    MirkoWolfhard
## 384        YoloTaube
## 385           CinmaB
## 386     _ExiledRiven
## 387       MarkJazbec
## 388   IntrinsicGames
## 389   preheatoven666
## 390   HassanAlJamri1
## 391   IntrinsicGames
## 392   IntrinsicGames
## 393      Jossy201TRM
## 394         lamespin
## 395      yolo_kurama
## 396    MirkoWolfhard
## 397        rodrongas
## 398         Skeevius
## 399       VShmalerie
## 400  rosstabowl_ross
## 401       SolenYaArt
## 402      TheNefistor
## 403     Otakuinabox1
## 404         Urmiyu93
## 405        muunbunns
## 406         lamespin
## 407    EmpanadaDepre
## 408        Valkareya
## 409       AlexAudiA4
## 410  Guy_Behind_You2
## 411        Foxanstar
## 412   Chalim88521086
## 413          NsNapk1
## 414          NsNapk1
## 415      HaphazardDM
## 416          NsNapk1
## 417  Kaiju3nthusiast
## 418  GrdGeneralSwain
## 419        murrlogic
## 420      GroundGiant
## 421   MahnThePie0318
## 422   GeorgeCraigie4
## 423   LoLcitoposting
## 424   LoLcitoposting
## 425    yasuoenjoyerr
## 426         GodinatC
## 427    yasuoenjoyerr
## 428      NONBINARYVI
## 429  Chertiloida_art
## 430     StoneTaliyah
## 431   EclipseVenexus
## 432    GingerSapphic
## 433            18kv_
## 434     ASED80136050
## 435         sanha666
## 436      belechtorVN
## 437      raiinxdrops
## 438            18kv_
## 439    BrianJimnez19
## 440       kyojinbeak
## 441      LOL_Art_Bot
## 442      LOL_Art_Bot
## 443         _Miellam
## 444         _Miellam
## 445    twistedballs_
## 446      AngelxJulie
## 447          Kazyya7
## 448       AllStarsLA
## 449       FrenchZyzz
## 450    noxianastolfo
## 451    swordbestowed
## 452      papuchochoe
## 453          Lawuuhi
## 454           aspivi
## 455       notmiseria
## 456         AlexHCbr
## 457         HERO__VT
## 458      vis_cupcake
## 459   TheTaliyahCHAD
## 460  Chantilily_Noir
## 461         MrMash01
## 462       empticandy
## 463  MekaniDragon_OP
## 464         MrMash01
## 465   prestigeclipse
## 466        Loonie090
## 467       pxnkrocket
## 468  TheRealMatterom
## 469       MineVoidMC
## 470       gubonenkov
## 471          Krotia2
## 472       KraxlerFox
## 473       TheRoseyRC
## 474   Arashi32116948
## 475      Dr_Oshawott
## 476    Yoshimitsumii
## 477  WhiteHoloSakura
## 478           fre334
## 479  AGFjuristagamer
## 480         Foxnathh
## 481         DrKoca12
## 482       linkuriboh
## 483         buterzz_
## 484        GDAutoArt
## 485          VeiIara
## 486       Greyfox451
## 487       eazelpaint
## 488        _Inozuka_
## 489         CH0SOART
## 490         Panduwu_
## 491      elmaldalene
## 492    SandyLeague19
## 493    TwoShadowSide
## 494     GraViTyMex09
## 495    flippinfrogss
## 496      lovesrxmen_
## 497       DailySylas
## 498      OSHIEDAKAYN
## 499   sleepyrapunzel
## 500        barbatars
## 501          VeiIara
## 502     Blackicecrow
## 503         winxixia
## 504        KaguyaX02
## 505   Hokage_JoyBoy_
## 506     str3ssIsReal
## 507       Cilantross
## 508       winthered2
## 509            Me4Vi
## 510      KoTinTrysaX
## 511        Sunset_sn
## 512         cenfitto
## 513   IntrinsicGames
## 514    _BoogiemanSam
## 515    DosisLetalis_
## 516   IntrinsicGames
## 517   IntrinsicGames
## 518   IntrinsicGames
## 519  JoshuaG51686210
## 520          YudaiR2
## 521     DespairGamma
## 522       rogueIoueh
## 523   ForsakeyDreamy
## 524       aeon_xayah
## 525      nattiawooga
## 526   ShawnillaLopez
## 527  JoseGom33136368
## 528   LilyTheFlorist
## 529   Steppenwolf_AN
## 530      techmaturgy
## 531   Palpalbuddypal
## 532         yirnezha
## 533       ItsAGruzzo
## 534     kitagawaruki
## 535     Sarah_MacK90
## 536    Atelier_Honey
## 537          marigfx
## 538       Art3missa0
## 539  heavycreepysoul
## 540       RoseBitchi
## 541       Rasher2000
## 542         Surgiote
## 543       ManuelLRZ1
## 544         Jabami12
## 545         percyoir
## 546    ruinmessenger
## 547     InperialDark
## 548          Evilyty
## 549    ensemblestars
## 550     locopoco_leo
## 551    ensemblestars
## 552    Bladedmeerkat
## 553    Linus59955305
## 554     RuckusWright
## 555       KokaKorart
## 556       Coolersimp
## 557       gwenphoria
## 558       Peter_S325
## 559  SongbirdBurning
## 560     josephdotexe
## 561         Wenward_
## 562         rad_beef
## 563       mindiakumo
## 564        HestiaVah
## 565      KoTinTrysaX
## 566   Bombillasaurio
## 567       tet_tettet
## 568     vastayacharm
## 569   IntrinsicGames
## 570        ZenyattaB
## 571     vastayacharm
## 572          kikyker
## 573      Danisan0692
## 574    Adri_Supr_Emo
## 575  ultimatebeowulf
## 576       KuriAvalon
## 577       AliEspino4
## 578            VHKet
## 579   Zeri_Cafeinada
## 580         95benjix
## 581        Wistorman
## 582          radakn1
## 583    TheWillshaper
## 584     sorayashanel
## 585     animalovatic
## 586  technoshell_san
## 587     TheGremlin02
## 588          Raulbp0
## 589    SecretEvening
## 590       kappa_brad
## 591  SuperRichyWorld
## 592     Ninja_Skill_
## 593      jinxedstar_
## 594          Fps_Kat
## 595          taeval_
## 596       MineVoidMC
## 597         Dagikat1
## 598          taeval_
## 599        DSanter94
## 600         ByLaid97
## 601   Bounty_Khalifa
## 602     TeamSoloDani
## 603        gbpwrtuga
## 604      RamixTheRed
## 605    Elfonomo_alto
## 606         aranbeik
## 607      Dispassione
## 608     carmens_wrld
## 609   MemeL0rdAdrien
## 610           i4kuya
## 611       MonadoSpam
## 612         DyronLoa
## 613        jdrider02
## 614       profawnsor
## 615         gdog2124
## 616      Gii_FaDeKNY
## 617         noddy182
## 618   SamWelllllllll
## 619      AppleTafaha
## 620   IntrinsicGames
## 621          Glowomy
## 622  strawberrjkaeya
## 623        Daiyusha1
## 624       Simlistomi
## 625     MooseLord150
## 626        EcremageT
## 627       MineVoidMC
## 628         _nahleao
## 629         troysshi
## 630      woodchipp17
## 631       TielWaters
## 632       _KotoKasus
## 633  xthelastbreathx
## 634       BlazyAkira
## 635          Mjeyzo_
## 636       raeh_FFXIV
## 637    GalloKikiriki
## 638      manhandsbro
## 639          Aksh434
## 640       JeMainSett
## 641      fish__white
## 642   eternalmercies
## 643    MirkoWolfhard
## 644  GothiccMushroom
## 645         nyxahrii
## 646   CrustaceanChar
## 647          CanwayM
## 648         404Wired
## 649      KoTinTrysaX
## 650      thekaisaotp
## 651  Rightwingdooles
## 652       BombaurMom
## 653     MooseLord150
## 654         ZAPHIRYS
## 655     MooseLord150
## 656     4strophilia_
## 657         ZAPHIRYS
## 658   IntrinsicGames
## 659         Hecteeee
## 660       profawnsor
## 661      endiebendie
## 662      LOL_Art_Bot
## 663  lampilluminatie
## 664  engelrocktmusik
## 665          xJuLeia
## 666        ElN_hound
## 667     MoonstaPluff
## 668       KazumaK423
## 669       shikispace
## 670  ScarecrowEffigy
## 671          Luxali_
## 672     rafaela_rush
## 673  camaroamarelo00
## 674          YewnCee
## 675     clockworkfic
## 676     BoltingSpace
## 677  BailitheoirAnam
## 678    AstroStellar7
## 679      DiegoDC0306
## 680      CarlenneART
## 681  TeamInseparable
## 682        DarkensBI
## 683         SyLoN412
## 684       xuan_viet_
## 685     clockworkfic
## 686      _LiancitaFR
## 687     octomagician
## 688      MarcLloyd13
## 689        s11121212
## 690  AmbivalentSlime
## 691        jellovice
## 692          lles_xx
## 693          SteveKB
## 694     wlw0nderland
## 695        SpicAlyce
## 696  KaeyaChildeMain
## 697       BananaGG22
## 698     Sakura108645
## 699  EnigmaOfDespair
## 700   eternalmercies
## 701          davudht
## 702   IntrinsicGames
## 703   IntrinsicGames
## 704           anxdry
## 705        huanihua7
## 706      LOL_Art_Bot
## 707   IntrinsicGames
## 708          dalnuna
## 709     yonethetwink
## 710   IntrinsicGames
## 711    InsaneArtist_
## 712  unseasonedchic4
## 713         B_art606
## 714        migvianna
## 715       BlanstierM
## 716       Spoopy_Owl
## 717       Navin_chan
## 718     LilyJilco666
## 719        NobodyDGF
## 720      dorealthing
## 721       command_52
## 722       ban_kai219
## 723          Romdrap
## 724       lexasjamie
## 725       IamNotFacu
## 726  ElizbethLaCroix
## 727       DARKINCORE
## 728      MageIngrid2
## 729  Enolawritestuff
## 730      Horseengine
## 731    franciscokobo
## 732          munq8i5
## 733      navorispath
## 734  _i_think_i_love
## 735       KokoLoreto
## 736        AldyViego
## 737        Erodaicon
## 738       dumbpiltie
## 739   Oficial_Shades
## 740          AzuaRyu
## 741   IntrinsicGames
## 742         Drk_Brum
## 743     geekandblink
## 744    littleraven90
## 745       dumbpiltie
## 746        sherlouch
## 747       Kaiyomiiii
## 748     Meme26692321
## 749     KokePancakes
## 750   marianneevans_
## 751       JESTERK0RE
## 752      Sofu_Tofu03
## 753      Sofu_Tofu03
## 754    ToastyMilkers
## 755   theruinedtw1nk
## 756      pickmeup__0
## 757      LOL_Art_Bot
## 758     DARKlNSCYTHE
## 759   edelgardfckr69
## 760      6GayoungSee
## 761    Robot_jesus__
## 762      bonetiddies
## 763       DeSumeragi
## 764     ArtGuerreiro
## 765  DonnaMa87493639
## 766       umbralcrow
## 767   Faulia89249342
## 768  lecobboibeeboop
## 769        TransKayn
## 770   IntrinsicGames
## 771   doubIeraiinbow
## 772      Sanchez1373
## 773       Chocolatu5
## 774    gattonero1321
## 775  Rafaelf30464641
## 776       Alexa_3203
## 777      Sanchez1373
## 778      Litterblade
## 779          ReynQen
## 780        Didia_n29
## 781    JoeySpecialEX
## 782  RodrigoSapatei1
## 783       JayGameZ13
## 784    ensalada_atun
## 785       Raazenroth
## 786          suidolz
## 787   BulletRetweets
## 788           Alueus
## 789        fernaUdaa
## 790  Jessica30236444
## 791      neo_kaogon2
## 792        Tantibuss
## 793      FlaskofSins
## 794    lesbianreysky
## 795        _Yanel00_
## 796      Mistereudai
## 797       MineVoidMC
## 798        Didia_n29
## 799     ALLOOO_SANEK
## 800      BossBurnish
## 801     nghtmarefuel
## 802          ImMcTay
## 803       weeb_otoko
## 804       JamesArts8
## 805     KathaliaRose
## 806  Jessica30236444
## 807    catchingnetss
## 808        Didia_n29
## 809  Jessica30236444
## 810       MoonMinami
## 811          FuqHana
## 812      IVY49470293
## 813  Real_25Isabelle
## 814      Hekka_Becca
## 815  tweetfo71515312
## 816       reistellae
## 817  eriksoldthworld
## 818      LOL_Art_Bot
## 819      LOL_Art_Bot
## 820      techmaturgy
## 821      LOL_Art_Bot
## 822  imdabestdvaind1
## 823           rk_seb
## 824            D3bli
## 825           ohpawa
## 826           sme_rt
## 827        cmdrhanji
## 828     DARKlNSCYTHE
## 829      Anee_Chrzan
## 830  amicablyAwesome
## 831         n3purrta
## 832        kaifu_ato
## 833        BlazedRTs
## 834         ariskr10
## 835      Iadymeyneth
## 836       buckybonee
## 837    Robot_jesus__
## 838       umbralcrow
## 839      mistletomel
## 840      evillordgig
## 841         amanitaz
## 842         keriahri
## 843   shortstackHell
## 844     ARIkatoteshi
## 845         Neshira2
## 846      LOL_Art_Bot
## 847   shortstackHell
## 848      LOL_Art_Bot
## 849  NikolajWasTaken
## 850    bunny_babbits
## 851  iwaitfortherain
## 852  OtroMainKindred
## 853     zottolovebot
## 854             50cc
## 855     Cum_Cumlainn
## 856          phaevis
## 857       sherry_zin
## 858   ShawnillaLopez
## 859  LadyRav63801490
## 860  Katheri84765877
## 861       cherieguro
## 862       sherry_zin
## 863         tqfttsdv
## 864    littlelamb_93
## 865             50cc
## 866   Mundanekitten1
## 867  _LucasTheSlime_
## 868      LiqIdessene
## 869     Stargiraffe1
## 870        fillikill
## 871      LOL_Art_Bot
## 872      LOL_Art_Bot
## 873     swedishwaifu
## 874         rahateor
## 875   Palpalbuddypal
## 876       DemianGoat
## 877   defiantgladius
## 878  ayylemayoecksde
## 879   jollynaoexiste
## 880   rashid_tercero
## 881        Amoretty_
## 882        mellobyne
## 883       nsfw8witch
## 884     Pixcelerator
## 885        faairiegf
## 886        Karniv0r3
## 887          Sah5252
## 888  ilikecheese3434
## 889   pnkrsblckclths
## 890      LOL_Art_Bot
## 891         Xarantur
## 892   Myatniy_karasb
## 893         JabaSong
## 894    MirkoWolfhard
## 895     SlmCMarouane
## 896      Mr_Blue2001
## 897         KaluDraw
## 898     nugothezreal
## 899   LadyVickytoria
## 900      meemeeshion
## 901   IntrinsicGames
## 902          Yweeshi
## 903   IntrinsicGames
## 904     JvMaybeDraws
## 905            g0dob
## 906      FRCretweets
## 907   faeriefountain
## 908       Hexteching
## 909       gay_do_lol
## 910    RepulsiveMaid
## 911      LOL_Art_Bot
## 912      colderorbit
## 913        NierKhada
## 914         BattyBit
## 915  shashatheitch22
## 916          _ronas0
## 917  UnlimitedSwords
## 918          PGrim40
## 919  Alexand81826424
## 920         BobiWow1
## 921        howdia_ir
## 922          vrakkot
## 923       zyorg_mage
## 924          goorcky
## 925       maiddonart
## 926     YangValkyrie
## 927          IkkeySk
## 928       Sassan_Sun
## 929       afelyosbey
## 930      HappyLion07
## 931        kataluxie
## 932         FOGUSZAA
## 933        YuriKiyan
## 934       ShayMutant
## 935   niceswordboots
## 936     sequestrata_
## 937    lolwhangchest
## 938       cahul_ujar
## 939     _stormrazor_
## 940        7iemaniac
## 941     OneAutumnGin
## 942           zaunsp
## 943   gingerbreadb0i
## 944          ju_g121
## 945    Antwq_lucario
## 946       RT_Inspire
## 947   AsymmetricDude
## 948          FrnZydd
## 949       SZEVERBIBI
## 950        Nick___xu
## 951        jacetrash
## 952      BigsmokeSan
## 953      jamekungOwO
## 954   IntrinsicGames
## 955    GoldenChanLoL
## 956          CanwayM
## 957          CanwayM
## 958       CeyseraLuL
## 959         hypinico
## 960        shukituwu
## 961   prinzessinmiko
## 962       Ursa_Maj0r
## 963         Yanz12Jp
## 964        howdia_ir
## 965      alto_joshua
## 966        aguabriel
## 967       shikispace
## 968      Chantzilla1
## 969    machfawnthree
## 970      MrGame00001
## 971        NullIsAt0
## 972  oleandrinhoreal
## 973        Maps_2000
## 974     KathaliaRose
## 975         buterzz_
## 976      MikoOneShot
## 977         buterzz_
## 978         buterzz_
## 979      JoshuaSekki
## 980       Cesar82001
## 981       VileAvatar
## 982  9nkXCKKHBWiKHSz
## 983        ToyVickii
## 984      zxcvbnm9132
## 985      haelflinart
## 986     DARKlNSCYTHE
## 987  metalichotchoco
## 988   FreelanceSeven
## 989           2kneon
## 990        NeriJade1
## 991        Bolverk15
## 992       Sarashieda
## 993   sunthehuman3_2
## 994          MrKrisi
## 995           Uhawka
## 996       ComicChato
## 997      LOL_Art_Bot
## 998      LOL_Art_Bot
## 999         kadart_h
## 1000 oleandrinhoreal
## 1001  T6264845Tobias
## 1002      a990421aaa
## 1003     nojambronim
## 1004     SilentF0x00
## 1005 Alexand99604676
## 1006  TadiliElkhalil
## 1007     dinosaurrro
## 1008  IntrinsicGames
## 1009     budafilhote
## 1010    Unf_Freckles
## 1011   shiedaarchive
## 1012         trovaso
## 1013    xxbraunstein
## 1014  IntrinsicGames
## 1015      softspells
## 1016  IntrinsicGames
## 1017         Iuviers
## 1018   shiedaarchive
## 1019  LadyVickytoria
## 1020         druzsea
## 1021      Batata_owo
## 1022       lornursus
## 1023          Fivi47
## 1024          Uhawka
## 1025      KutetsKute
## 1026   Sw33tEdgyD0gg
## 1027     LOL_Art_Bot
## 1028   caitviIovebot
## 1029        PTSDcore
## 1030        PTSDcore
## 1031    KanteEnjoyer
## 1032   TheSleepyBoba
## 1033      shikispace
## 1034          zaunsp
## 1035       fernaUdaa
## 1036 Lllllll55709233
## 1037 Veronic05948336
## 1038     Fjh17848173
## 1039     Fjh17848173
## 1040    suenodeamore
## 1041 oleandrinhoreal
## 1042     odetocowboy
## 1043     odetocowboy
## 1044  VoodooOneBenja
## 1045      JKsCaramel
## 1046  hawkknight2000
## 1047   just_for_note
## 1048     odetocowboy
## 1049     LOL_Art_Bot
## 1050         Kekori4
## 1051      vixx_ex233
## 1052      ajgorillaz
## 1053         MeliPXI
## 1054        alemeino
## 1055        frogbich
## 1056       roxxa5481
## 1057     luchoveltri
## 1058      anarka_ros
## 1059     alto_joshua
## 1060       Naibuleux
## 1061  IntrinsicGames
## 1062 NewGlitchyBoiYT
## 1063  IntrinsicGames
## 1064   AnieoneAround
## 1065     FloweryReid
## 1066        lichias_
## 1067         Bratzas
## 1068       LhXluiz23
## 1069  ozzystillgoldy
## 1070      FaxMcClewd
## 1071       RetweetVT
## 1072     RABIESGIR1L
## 1073 Alexand81826424
## 1074       fronezone
## 1075         hayxday
## 1076   _QueenOfVoid_
## 1077      FacuRueda3
## 1078     FloweryReid
## 1079      FacuRueda3
## 1080 SylasDesencade1
## 1081      MiwaHoshih
## 1082      FacuRueda3
## 1083      empticandy
## 1084          SCPSHJ
## 1085  TadiliElkhalil
## 1086  Nicodelangeloo
## 1087   LawlietFrixie
## 1088      taitaivilu
## 1089     robiflowan_
## 1090    Bunny_Xeniel
## 1091        Klonomoy
## 1092        anowanka
## 1093 academyvladimir
## 1094       quiffrey_
## 1095      Ja12Yd08Ee
## 1096 epitaphofghosts
## 1097   VIIUnforgiven
## 1098         Axtrek1
## 1099 GalaxyGamerYaY1
## 1100       LilacWisp
## 1101         neyenx4
## 1102 benignoortegama
## 1103        anowanka
## 1104    starving_fox
## 1105  IntrinsicGames
## 1106     KoTinTrysaX
## 1107  IntrinsicGames
## 1108      caitscuffs
## 1109   Carame_Rune12
## 1110    share_stream
## 1111    share_stream
## 1112       DXPeterGZ
## 1113    Ashy70462877
## 1114         jobmarr
## 1115     KinnieTwice
## 1116     _KuroiStar_
## 1117    WillzuCipher
## 1118      Brite_Ofc_
## 1119   RepulsiveMaid
## 1120    KobayashiRX7
## 1121  SnippyAsianGuy
## 1122        neonluca
## 1123     LOL_Art_Bot
## 1124      Asturielle
## 1125      alphaxayah
## 1126       KizunChan
## 1127   RepulsiveMaid
## 1128      Dimi3sajou
## 1129        066_hawk
## 1130       NoXiAKLoL
## 1131       07Evans16
## 1132     AmateurBane
## 1133      OliverRA15
## 1134  IntrinsicGames
## 1135     vexxingvixx
## 1136  IntrinsicGames
## 1137  IntrinsicGames
## 1138  IntrinsicGames
## 1139   Canut0uzumaki
## 1140  IntrinsicGames
## 1141        hi__host
## 1142     kogucik1519
## 1143      TagTeam008
## 1144      Arbuseze39
## 1145       icekaizen
## 1146      johny_deap
## 1147  theruinedtw1nk
## 1148      Joethemoey
## 1149        jogoagui
## 1150     JhonatanF94
## 1151         elyfii_
## 1152      RedDredKin
## 1153     Horseengine
## 1154 SweetTo35203855
## 1155 AmbivalentSlime
## 1156  GodAllMighty12
## 1157         XenoYtg
## 1158       perenipos
## 1159  BiancaGodfrey7
## 1160     clarartist_
## 1161     LOL_Art_Bot
## 1162     KaiSa_KDA23
## 1163         noromuh
## 1164        Greyhulf
## 1165     Sr_pankekes
## 1166   ScrewyLuiVEVO
## 1167         XenoYtg
## 1168 lvaroLoureiroM1
## 1169 ShawnCr40296007
## 1170      Ozzyozzboi
## 1171   Holydonuthole
## 1172   yikai11464133
## 1173      slleduarda
## 1174     Zuzuforever
## 1175     LOL_Art_Bot
## 1176      tomas_kowm
## 1177       _bambii1_
## 1178      seouvesani
## 1179  baitangsonggao
## 1180          Grllma
## 1181          9344w_
## 1182 IceTrainer_Jean
## 1183    PrismaxLight
## 1184       ram__cham
## 1185        Vinisstt
## 1186       sthekafka
## 1187      Valo113430
## 1188         IronD25
## 1189     Horseengine
## 1190     badgaldanni
## 1191     wandakunpls
## 1192     TTVAlaerias
## 1193          OwwlUw
## 1194     bippolarcat
## 1195 PirataPastelera
## 1196          OwwlUw
## 1197     LOL_Art_Bot
## 1198          OwwlUw
## 1199   Nashors_Tooth
## 1200     LOL_Art_Bot
## 1201    otakujigwang
## 1202     bonstardore
## 1203          OwwlUw
## 1204          OwwlUw
## 1205          OwwlUw
## 1206 ForeverCatrado1
## 1207          OwwlUw
## 1208          OwwlUw
## 1209         gaX3_23
## 1210 AlejandroOVel23
## 1211     Pedro_Luxio
## 1212    TwilightNyxx
## 1213   yukililapudel
## 1214         Meelo_U
## 1215      aordaz2546
## 1216        fffalgui
## 1217          OwwlUw
## 1218     ZedPrincess
## 1219         banwisu
## 1220  IntrinsicGames
## 1221  kodokuteIeport
## 1222    PHA_Coutinho
## 1223 umbransovereign
## 1224  IntrinsicGames
## 1225    PHA_Coutinho
## 1226     papuchochoe
## 1227     Spideraxe30
## 1228  Zeri_Cafeinada
## 1229  Zeri_Cafeinada
## 1230    fleur_flora_
## 1231          A26301
## 1232          OwwlUw
## 1233         SaqiUwU
## 1234  LilyTheFlorist
## 1235       SrGeneric
## 1236     KassiaStark
## 1237    Animexlover6
## 1238        P_X_T_Yz
## 1239     vvhitevvoIf
## 1240       ppopyster
## 1241     aishiteamor
## 1242     LOL_Art_Bot
## 1243 Anthony87651440
## 1244      RoseXRaven
## 1245        ariku_98
## 1246   justacaIamity
## 1247  MatthewTan7544
## 1248         _Kyousz
## 1249        Parmetan
## 1250       JayceSimp
## 1251       SeoRanRan
## 1252   CookieBadger6
## 1253      CounterLoL
## 1254     ladywolffie
## 1255    Akalynn23468
## 1256      klmoore_03
## 1257          0__O22
## 1258      MineVoidMC
## 1259      alexahmeow
## 1260      ZyroXandra
## 1261    myastheniaMG
## 1262  IntrinsicGames
## 1263      rottenyote
## 1264  IntrinsicGames
## 1265  IntrinsicGames
## 1266  IntrinsicGames
## 1267 ElcyyTheGobbler
## 1268       MrcrunchU
## 1269        moonzlyx
## 1270      hayate_ray
## 1271         DekoDGS
## 1272      PoroSandia
## 1273    AquaraxKaiju
## 1274  sasoxichomoshi
## 1275       Darthlixp
## 1276   AstralPotato0
## 1277         ar_yoop
## 1278        LASTWlSH
## 1279   morbidmoonart
## 1280 JumaraloHexCore
## 1281        wuzeirou
## 1282     hermeticuss
## 1283         LyaHime
## 1284         Lynxi__
## 1285       miemeoww1
## 1286        LDcoolVJ
## 1287      Zeikanchan
## 1288   epidemic_pain
## 1289     kogucik1519
## 1290      zipperbean
## 1291        SnipuReq
## 1292     LOL_Art_Bot
## 1293     LOL_Art_Bot
## 1294     LOL_Art_Bot
## 1295     sett_abuser
## 1296         IziBrah
## 1297      Batata_owo
## 1298   religion_jinx
## 1299   religion_jinx
## 1300  IntrinsicGames
## 1301 AmbivalentSlime
## 1302   religion_jinx
## 1303        noddy182
## 1304      seethecool
## 1305 Humble_Alex_fan
## 1306       KenopsiaW
## 1307     lotlapecera
## 1308   religion_jinx
## 1309   religion_jinx
## 1310      krakencigh
## 1311       Maymaysz_
## 1312    OrganoidZero
## 1313   religion_jinx
## 1314      MemyMemLoL
## 1315      gebo201410
## 1316 Pineapp22572727
## 1317      FoxySuzune
## 1318 Pineapp22572727
## 1319 Alonso024836477
## 1320 Pineapp22572727
## 1321     dmorales115
## 1322   Merciful_Crow
## 1323     1C4NTST0PM3
## 1324  TheKeyWeveLost
## 1325 EmeraldStalwart
## 1326 RavenMorningst6
## 1327   LordePeitocas
## 1328      IcyBlackGG
## 1329  bubblebubble_8
## 1330 RavenMorningst6
## 1331       _face1ess
## 1332 RuinedNecrokami
## 1333 RavenMorningst6
## 1334  Mariposa_Doida
## 1335  Blond_Slutgirl
## 1336         HygaraS
## 1337        RemoraOH
## 1338         hayxday
## 1339     AmarisHisae
## 1340       artkayama
## 1341     _Double_L__
## 1342 WindaSi14397179
## 1343 Benjami89760141
## 1344         IsshelS
## 1345       halemarii
## 1346 TwilightSylveon
## 1347 Michael23506524
## 1348       Doris7988
## 1349       Doris7988
## 1350 streamerwallcom
## 1351      MineVoidMC
## 1352    daweaselbass
## 1353     AgentKiwi09
## 1354   Quang86567768
## 1355      jaguarlsey
## 1356        jothsuke
## 1357      khada_sama
## 1358       sockoroni
## 1359          LL1ONN
## 1360   Quang86567768
## 1361         apgadoz
## 1362    marshmallgom
## 1363     VortexSiren
## 1364  IntrinsicGames
## 1365  IntrinsicGames
## 1366  PauloMarcelo16
## 1367         sbl_580
## 1368       UmbraRuby
## 1369     Horseengine
## 1370     Horseengine
## 1371        pauji132
## 1372      talenthiel
## 1373    TioPoicoLoko
## 1374        Lluch_97
## 1375  raymanmago1265
## 1376      Navaldeus1
## 1377        koburoki
## 1378    DenkoDesign_
## 1379        txitoexe
## 1380     Reptiloid83
## 1381    Koco64954985
## 1382      Annie__Lee
## 1383        Sowora21
## 1384         gaX3_23
## 1385      lofigirlxo
## 1386     FairyDarius
## 1387      gabby_meds
## 1388        SOxkeoLs
## 1389 JaneczkoBrygida
## 1390      TagTeam008
## 1391        kaposury
## 1392        zombuppy
## 1393         railoth
## 1394     rotateXaxis
## 1395     LOL_Art_Bot
## 1396        Deirajda
## 1397    indigo_kagep
## 1398        Rirokito
## 1399     skruttpojke
## 1400         KlAMElS
## 1401         Susoeng
## 1402     VtuberDella
## 1403      NiceNerdTV
## 1404      Conankun66
## 1405  IntrinsicGames
## 1406 KarlMoo20450862
## 1407        KyRiiee4
## 1408  AlteredNonagon
## 1409    hottuck13579
## 1410      RoseBitchi
## 1411       DiedaLion
## 1412    art_of_arthy
## 1413     bunxianying
## 1414 Chloeisveryhott
## 1415      Peter_S325
## 1416         FaeteVT
## 1417      nsfwbarros
## 1418        ciderxii
## 1419      sarah_pim1
## 1420       Raaina619
## 1421       Raaina619
## 1422  ChavalitoSuave
## 1423     monkyonmain
## 1424           U_GYU
## 1425      Domorphism
## 1426     vi_cupcake_
## 1427    Shin_in_love
## 1428        thicario
## 1429   sailor_lunari
## 1430       fladporte
## 1431       dullman38
## 1432   AshlockKnight
## 1433       Hey__Enzo
## 1434 the_demystifier
## 1435 NadiaCarvajal14
## 1436      Dianee_idk
## 1437    DuskCamaleao
## 1438       lyel_mil3
## 1439    _AnimeFanboy
## 1440      JyLaverick
## 1441   lolwhangchest
## 1442    decalcomaniu
## 1443  Cheyenne_Valor
## 1444 Awaluneocxcanon
## 1445 JeanneBestRuler
## 1446   CuteaLavender
## 1447       yorickzoa
## 1448          prthnl
## 1449     LOL_Art_Bot
## 1450 carapherneeliia
## 1451   FancyRedScone
## 1452   yordleloveall
## 1453       spgoth523
## 1454       spgoth523
## 1455   FineekoPotara
## 1456       zeitfuchs
## 1457      martyjjang
## 1458     arenlovesvi
## 1459   cloudyy_gayys
## 1460  Cheyenne_Valor
## 1461        shiosesh
## 1462   Elfonomo_alto
## 1463       rredrriot
## 1464          IkAhr1
## 1465  JackAnanaStorm
## 1466       shinkumon
## 1467       Vi4Violet
## 1468       Asumi0114
## 1469         LyaHime
## 1470       Dark__127
## 1471         Qeboflu
## 1472      Sp1ne_Sh0t
## 1473      Sp1ne_Sh0t
## 1474     psychicwall
## 1475      XaNdiebean
## 1476      tapiyocaaa
## 1477  FernandoOrfila
## 1478   _Kawaii_Akuma
## 1479        CanalTGM
## 1480  bafodecachorro
## 1481     LOL_Art_Bot
## 1482      crayfish86
## 1483     javisan0302
## 1484          ZOE1SM
## 1485          pR10m5
## 1486    Aaronhart323
## 1487  TheChannelGage
## 1488  clay_slytherin
## 1489         HMo2309
## 1490       KIRArus51
## 1491  putrefactione_
## 1492    winterreyess
## 1493 xXfishlover69Xx
## 1494       KIRArus51
## 1495       KIRArus51
## 1496       KIRArus51
## 1497       ssstyle93
## 1498    AnandaYumeko
## 1499         3scu3r0
## 1500         Pug616P
## 1501       cchatskey
## 1502     your_palico
## 1503     Erodaicon_H
## 1504      MineVoidMC
## 1505     NiffyNifNif
## 1506   legendofthicc
## 1507        sanha666
## 1508     Sanchez1373
## 1509 Ladymardibujos1
## 1510 kishore_prasann
## 1511   redroselilith
## 1512       zoureimei
## 1513        Sugijuro
## 1514      R1chardzor
## 1515    yoongoboongi
## 1516      MikaUsagi1
## 1517        20_wendz
## 1518 Alexand81826424
## 1519         nixaris
## 1520  IntrinsicGames
## 1521          bcvr12
## 1522        Meowlico
## 1523 JerryBu49551618
## 1524     arcadia_who
## 1525         17YYANG
## 1526    NakanoMiku12
## 1527       ser0ser0_
## 1528      LaGiraffle
## 1529      GayGrayInu
## 1530      GayGrayInu
## 1531         sxokmin
## 1532   meu_mundo_meu
## 1533     laplante_01
## 1534     Artbadger82
## 1535       D1ANADUSK
## 1536       meeIgaroo
## 1537     FeatherBoy4
## 1538     LOL_Art_Bot
## 1539  spacegoat4ever
## 1540     LOL_Art_Bot
## 1541  IntrinsicGames
## 1542        reniichu
## 1543       jxmymxzon
## 1544    BillieCypher
## 1545      TagTeam008
## 1546        TyanaUwU
## 1547 SausageSmoothie
## 1548      TagTeam008
## 1549     comicaldust
## 1550        Ramus___
## 1551   yukililapudel
## 1552       EdinnaPie
## 1553        BTangLoL
## 1554        Agent152
## 1555       yuuneelli
## 1556    fan_valkyrie
## 1557       guze_tora
## 1558          wammlm
## 1559      TagTeam008
## 1560      akalishair
## 1561         radakn1
## 1562         gheymur
## 1563 nottingseriouss
## 1564  IntrinsicGames
## 1565       TaeYooNhy
## 1566  IntrinsicGames
## 1567   lifelight_fps
## 1568       yuuneelli
## 1569 angelic_morgana
## 1570         _amblee
## 1571 GANYITTOLOVEBOT
## 1572     thekaisaotp
## 1573       chibikchi
## 1574    putneyswope7
## 1575      visfreckle
## 1576        Oraangsh
## 1577  Chloe__Shepard
## 1578   thenightowl_x
## 1579     Ohmygosh413
## 1580          sxxmmv
## 1581   NEEKOLOVE0311
## 1582     LOL_Art_Bot
## 1583 RaidicThndercoc
## 1584     KoTinTrysaX
## 1585       DekDoy191
## 1586   bazelgeuse131
## 1587       CHOCOT4RT
## 1588   bazelgeuse131
## 1589         GMHTTYD
## 1590      lofigirlxo
## 1591     hiso_satoru
## 1592         Pug616P
## 1593       Hooni_Sam
## 1594         LinkyaG
## 1595    __Lemon_Tree
## 1596   FacuWithDelay
## 1597       munyag111
## 1598      FredsterV1
## 1599      BlackDahly
## 1600  LesbianReptile
## 1601         zaysonx
## 1602     LOL_Art_Bot
## 1603      dinahmatre
## 1604         Vlabla_
## 1605        fran7u7x
## 1606    Safira_Baran
## 1607       sirvosijk
## 1608      parapleurs
## 1609  IntrinsicGames
## 1610        S_Scout_
## 1611    moontips_ao3
## 1612     Regu_lii_us
## 1613        NisraLoL
## 1614     VtuberDella
## 1615   _dreamsvalery
## 1616        GzmLucas
## 1617        camiwahh
## 1618     sanity_less
## 1619     NonCuteLisa
## 1620    vanellope271
## 1621 Ibarakidoji1411
## 1622    ItsStillGrle
## 1623        TkxdYone
## 1624       Luis13551
## 1625       Asumi0114
## 1626      _Minorich_
## 1627       um_bunny_
## 1628   Efflyn_tweets
## 1629        aimufake
## 1630     xGamingRose
## 1631      Mineficent
## 1632  StarDust200445
## 1633        est_lord
## 1634        yumojiri
## 1635 bytesoftoxicity
## 1636     XMiguelZero
## 1637     XMiguelZero
## 1638      mambolina0
## 1639     XMiguelZero
## 1640     LOL_Art_Bot
## 1641     tamamomaeno
## 1642       Cookie3w3
## 1643      nujalagann
## 1644      sarah_pim1
## 1645  IntrinsicGames
## 1646        lazypoof
## 1647  IntrinsicGames
## 1648  IntrinsicGames
## 1649        lazypoof
## 1650     SwankJackal
## 1651  Matthewsherbet
## 1652   roguewolfgirl
## 1653     LOL_Art_Bot
## 1654       arleehale
## 1655        mirayrrr
## 1656          SCPSHJ
## 1657      ponnybritt
## 1658 RazenBabouche02
## 1659    Brais_Morujo
## 1660           yswip
## 1661        KinkJang
## 1662        gabusosu
## 1663   chantillylime
## 1664     LOL_Art_Bot
## 1665        anowanka
## 1666   flyindutchess
## 1667       foxicorns
## 1668   Chirping_arts
## 1669       GiaGiorva
## 1670   flyindutchess
## 1671      MineVoidMC
## 1672  EsportsTweeter
## 1673      bunsbread_
## 1674      MineVoidMC
## 1675 ULTIMATEFUKOUDA
## 1676   The_Saracen__
## 1677       howdia_ir
## 1678       Ingeroff_
## 1679          RDD_98
## 1680      gabby_meds
## 1681       Norstein_
## 1682     king___pete
## 1683     seolbim2022
## 1684       NeoNinfas
## 1685       LepsGames
## 1686   deathorlive99
## 1687   deathorlive99
## 1688        FPXDiego
## 1689     BooksndLife
## 1690     BooksndLife
## 1691     fuck1nprick
## 1692    everuderadio
## 1693          _Sixiw
## 1694      MidoriiGam
## 1695 candied_corpses
## 1696          nidz_l
## 1697 candied_corpses
## 1698          _Sixiw
## 1699 JosephF21058235
## 1700  DreamingAether
## 1701 MoonCakeBlossom
## 1702      confettier
## 1703    BooskAlcoolo
## 1704   Its_YaBoiJack
## 1705      podajkurwa
## 1706     LOL_Art_Bot
## 1707     Jossy201TRM
## 1708      JackNines_
## 1709      pendoragun
## 1710 belovedseraphim
## 1711       Son0fAGun
## 1712   alsiconpanini
## 1713     FuckTheGlue
## 1714     PhantasornL
## 1715      NoriGrace2
## 1716  SamTheMoose101
## 1717   alsiconpanini
## 1718        sotivesi
## 1719       Riot_Pain
## 1720   Kyoya02535746
## 1721        sotivesi
## 1722     Underidisui
## 1723          eiLCie
## 1724   ChillSpoon603
## 1725     timbergel08
## 1726          euaery
## 1727        ragammmm
## 1728          euaery
## 1729           CP0rk
## 1730          euaery
## 1731          euaery
## 1732    MarianitoNOB
## 1733          euaery
## 1734    crissy_valle
## 1735        Dio_Cena
## 1736          euaery
## 1737      Zapphiren_
## 1738          euaery
## 1739    irmk_helvasu
## 1740       sutausagi
## 1741   VincentDawn89
## 1742          PR013E
## 1743     Nsf91865050
## 1744 NetMoneyLearner
## 1745      PastelPine
## 1746     MagusRendus
## 1747        llsmarye
## 1748     MagusRendus
## 1749        Hoolies4
## 1750     KinnieTwice
## 1751       willcia07
## 1752   TheSeptimoMes
## 1753 lordofspiritsan
## 1754 SteamPunkRabbit
## 1755      HelpMe2137
## 1756     RabiidAngel
## 1757   ShorstackKing
## 1758       valooutre
## 1759       setsususu
## 1760      Benderswe1
## 1761  IntrinsicGames
## 1762      Benderswe1
## 1763 StreetPunkStyle
## 1764 EmanueleDomani1
## 1765      nino_najno
## 1766 atlanticsthetic
## 1767       CHOCOT4RT
## 1768     LOL_Art_Bot
## 1769   felixchong345
## 1770       FOkamiaka
## 1771    roseyoongity
## 1772    DiaDiamond12
## 1773    DiaDiamond12
## 1774     hochicoffee
## 1775    DiaDiamond12
## 1776     hochicoffee
## 1777      joyjangart
## 1778       YuuRiiiiz
## 1779     _MONOPH0BIA
## 1780     phelmorcego
## 1781        buddymjb
## 1782        Faeyrunn
## 1783  IntrinsicGames
## 1784       DaCruz_39
## 1785     1Artpoptica
## 1786  IntrinsicGames
## 1787    wosumusu1974
## 1788   Graphene_Tart
## 1789    MatasGuzman7
## 1790        m006098s
## 1791  spiritualtails
## 1792    XayahQuinzel
## 1793      Mi___TeNai
## 1794      Mi___TeNai
## 1795    Not_Zeratul_
## 1796    TylerDashArt
## 1797      nolettuce2
## 1798     AstorAstari
## 1799      Navin_chan
## 1800      sherry_zin
## 1801     ___Youmi___
## 1802      phantom_ko
## 1803        P00kN00t
## 1804      NotAnEgril
## 1805       OnlyMO___
## 1806  NynaSweetheart
## 1807     vexxingvixx
## 1808        caitvist
## 1809  IntrinsicGames
## 1810   einfach_jules
## 1811  IntrinsicGames
## 1812    RiokichiSnow
## 1813      GongYun_32
## 1814      GongYun_32
## 1815     KoTinTrysaX
## 1816 DonnaJo43302569
## 1817   luckygood1234
## 1818          JeffTh
## 1819     FeatherBoy4
## 1820          JeffTh
## 1821   koriafterdark
## 1822    BusinessDeer
## 1823    BobaTeaWench
## 1824        PTSDcore
## 1825        PTSDcore
## 1826      Broccolii_
## 1827          JeffTh
## 1828        rudy_fgc
## 1829   nebulous_newt
## 1830     postmorteum
## 1831  StrawbeePlushy
## 1832  StrawbeePlushy
## 1833     manholychee
## 1834          JeffTh
## 1835   SayukiArakawa
## 1836         wokie_5
## 1837   DuskHarlequin
## 1838        hypinico
## 1839      command_52
## 1840  IntrinsicGames
## 1841   bimbopaganism
## 1842     Arbiter0557
## 1843       TaiKyunA4
## 1844  _Saerandipity_
## 1845         mikouae
## 1846      Lava_Bird_
## 1847      JackNines_
## 1848        smysmysm
## 1849        CrimCrys
## 1850           C_J_E
## 1851 deepbluefeeling
## 1852       TaiKyunA4
## 1853        Kagetsyu
## 1854   miki_uchiha_3
## 1855        AstethNZ
## 1856  LadyVickytoria
## 1857        greyy_12
## 1858         aeimako
## 1859          Xeylen
## 1860       ilytshoto
## 1861       TaiKyunA4
## 1862     Doucelune24
## 1863        DarmetYT
## 1864      ravenfears
## 1865   Jennycorrea17
## 1866        Hati_05_
## 1867     LOL_Art_Bot
## 1868     LordShoyo27
## 1869     LordShoyo27
## 1870     LordShoyo27
## 1871     LordShoyo27
## 1872     Doucelune24
## 1873     alto_joshua
## 1874     Gray1239111
## 1875       LLinne922
## 1876   MoxieMuramasa
## 1877   RowdyRowdyRat
## 1878    xxivruthless
## 1879       meeIgaroo
## 1880       meeIgaroo
## 1881   AlexisDaPomky
## 1882      akiralolol
## 1883     mawarisaka3
## 1884     LordShoyo27
## 1885      that_ghoul
## 1886        haze_tkn
## 1887   mostimasinine
## 1888 ZgBGXEKnqc3xgC0
## 1889   AlexLockheart
## 1890         TaigaKC
## 1891         Pug616P
## 1892        marcky_z
## 1893    pinkydragonn
## 1894     LOL_Art_Bot
## 1895        AmarouLP
## 1896  Lafanartfuture
## 1897         v_vKat_
## 1898         jobmarr
## 1899         NIJISE_
## 1900       Stoots404
## 1901          pazl37
## 1902   EmpanadaDepre
## 1903      Druescilla
## 1904     neekosbread
## 1905  preheatoven666
## 1906        JabaSong
## 1907  preheatoven666
## 1908  preheatoven666
## 1909  Dexholder_Ruby
## 1910   QuinneJojofag
## 1911       smilewept
## 1912        laufvers
## 1913  Dynamic_violet
## 1914   StarIoannis25
## 1915     Iobandrades
## 1916  Dynamic_violet
## 1917        Mewchiip
## 1918     LOL_Art_Bot
## 1919   Steph_J_Millz
## 1920       nn2020192
## 1921        Kip00101
## 1922      Kagomesama
## 1923       RyeBreado
## 1924    OoviKatNeeko
## 1925      MattVreche
## 1926    pommepompom_
## 1927       pandatexb
## 1928    Yoghuts_thar
## 1929       ElandEnzo
## 1930      gamerr4444
## 1931 AdamWhi01826851
## 1932     LOL_Art_Bot
## 1933     LOL_Art_Bot
## 1934    BobaTeasNuts
## 1935       ElandEnzo
## 1936       ST5upport
## 1937       Veebrat0r
## 1938       ozzusheep
## 1939 ElizbethLaCroix
## 1940    radiant_lite
## 1941      Hexteching
## 1942     Bel_the_Bel
## 1943     FuggsLovely
## 1944       marikuroh
## 1945  IntrinsicGames
## 1946    MooncakePhel
## 1947 yong_tau_fu_art
## 1948 blueberryskyuwu
## 1949 Sherrie06541379
## 1950    TheCookiOreo
## 1951 Sherrie06541379
## 1952       THEDOMI98
## 1953    FunBunz_Fany
## 1954       _L_M_C_R_
## 1955         HuenHSV
## 1956       _L_M_C_R_
## 1957   dndisturbmode
## 1958    girlbosshisu
## 1959  LadyVickytoria
## 1960        Kywry247
## 1961  kittylovecharm
## 1962         271108_
## 1963      nolettuce2
## 1964 hextechenforcer
## 1965      Aharen_122
## 1966        atronixz
## 1967  NicholasDias3d
## 1968         Ekko_tv
## 1969       SigmaJust
## 1970      Leferismos
## 1971     LOL_Art_Bot
## 1972    EGG_Retweets
## 1973    korbel_marie
## 1974          SBAFag
## 1975      sappysapph
## 1976        Chan1Sio
## 1977      rotelanico
## 1978 William46237988
## 1979     _MONOPH0BIA
## 1980  IntrinsicGames
## 1981 DonnaJo26713385
## 1982       lqdiycris
## 1983    cloudbeifong
## 1984      insane_nya
## 1985     iiifalcoiii
## 1986    mizore_ame43
## 1987     Sanchez1373
## 1988        Haabibic
## 1989          niu_kr
## 1990        bii_mare
## 1991  StrawbeePlushy
## 1992  MilkySweetTeaa
## 1993    Dowgymeister
## 1994      KosmicKali
## 1995    _artfulpages
## 1996      vinkca_san
## 1997 Emiliano_Funes1
## 1998    Cerberic_art
## 1999 Beiguangiscanon
## 2000        Malnoran
## 2001   bunny_babbits
## 2002 JulioGo61201740
## 2003    Bunny_Blushx
## 2004  IntrinsicGames
## 2005    luminal_zero
## 2006       eliisvoid
## 2007      FoodLoverD
## 2008  super_snuffles
## 2009 Emiliano_Funes1
## 2010      DDLiebling
## 2011      DDLiebling
## 2012         muuhdee
## 2013        k1tastic
## 2014       kyuni0250
## 2015      EggsTeaSea
## 2016         i5G_nLn
## 2017       xlqnchlrh
## 2018     Godspeed207
## 2019   BrokenMoon___
## 2020        yumiibon
## 2021 DarkSyndraQueen
## 2022   Orlando_Clark
## 2023      astraember
## 2024    rafatroll450
## 2025     gentleduck_
## 2026   StrongFoxie13
## 2027         dera_uh
## 2028       birzgalis
## 2029          phsfgg
## 2030      gabsmfuckz
## 2031     jojosesito_
## 2032       sylvieshx
## 2033    Smol_Fox_Boi
## 2034   VTuberTweeter
## 2035   ChristmasMilo
## 2036         davum20
## 2037     lhannah2004
## 2038  GabTheBigBully
## 2039  IntrinsicGames
## 2040   Assbukiriyako
## 2041  IntrinsicGames
## 2042 visecurityguard
## 2043        tinydxve
## 2044        rukasuzz
## 2045         TaiCywr
## 2046         Quenos2
## 2047    ChiyukiRamen
## 2048      VriskaChat
## 2049     inorihammer
## 2050        EEErolis
## 2051  Kris_Scribbles
## 2052    07Elisabeth_
## 2053     morimustdie
## 2054        BlankLA_
## 2055        RSmolyne
## 2056      beidoudrip
## 2057         joaotmx
## 2058        Oraangsh
## 2059      bunnymiilk
## 2060 noselfawareness
## 2061    MidnightG246
## 2062 kosame_kisaragi
## 2063   sebascheredia
## 2064         C3ijas1
## 2065     homohextech
## 2066         C3ijas1
## 2067    xxivruthless
## 2068     LOL_Art_Bot
## 2069      raidenning
## 2070         Truslei
## 2071      Shaycook20
## 2072      astraember
## 2073      caffetaffe
## 2074    Olsen_JayceT
## 2075      riffle2014
## 2076      command_52
## 2077   Jesus81383519
## 2078     sapolicuado
## 2079        Wrb_neon
## 2080 Kaiju3nthusiast
## 2081  ahrislovecharm
## 2082  IntrinsicGames
## 2083  IntrinsicGames
## 2084        niccichi
## 2085        niccichi
## 2086       arafolie_
## 2087       DOGBYTES_
## 2088    MooncakePhel
## 2089    ferjkiramman
## 2090      IzzyKuma66
## 2091    xluminouslin
## 2092       ALEJOlize
## 2093       roguebeau
## 2094      xNotOrange
## 2095         ty0410z
## 2096  ElikaVioletAO3
## 2097       tuo_marsh
## 2098         Yuoneeh
## 2099    loonatrash22
## 2100        nakamuho
## 2101       dinkndots
## 2102      GabyFirmo1
## 2103        Solus_51
## 2104        rooibokk
## 2105       SeuArcano
## 2106     Marcy_Anime
## 2107       Metataros
## 2108  _galacticghost
## 2109      Scarab2256
## 2110  babygirIwonwoo
## 2111  Hallowedseamss
## 2112       peachfuit
## 2113 HextechBrainrot
## 2114  babygirIwonwoo
## 2115  babygirIwonwoo
## 2116        BlakHntR
## 2117  babygirIwonwoo
## 2118        AYAK4SBF
## 2119       peachfuit
## 2120  babygirIwonwoo
## 2121     OWorthyFool
## 2122       ArentGoob
## 2123   peachmagician
## 2124          enenn2
## 2125          Kioky6
## 2126 JohnMar92131581
## 2127  babygirIwonwoo
## 2128  IntrinsicGames
## 2129  babygirIwonwoo
## 2130   MagnetGame216
## 2131          uurrlt
## 2132    Ryouta201113
## 2133      RhinoMemes
## 2134        _Misumii
## 2135   AgustinVacani
## 2136     MapacheEdgy
## 2137  GothgirlloverT
## 2138 StringsNBullets
## 2139    Lyonnaise101
## 2140   XxannamalikxX
## 2141      lipkiihren
## 2142 summerswirlarts
## 2143        LansDraw
## 2144         aleriy_
## 2145      GabyFirmo1
## 2146        S_Scout_
## 2147        AkutoRen
## 2148         baruuk_
## 2149 LightningBaron1
## 2150 LightningBaron1
## 2151         sbsmdky
## 2152 LightningBaron1
## 2153 LightningBaron1
## 2154 LightningBaron1
## 2155 LightningBaron1
## 2156 LightningBaron1
## 2157       Carl44lol
## 2158    KcalbGabriel
## 2159 LightningBaron1
## 2160     haleyalien_
## 2161       jh_am1302
## 2162        sakatemi
## 2163       MargaSofr
## 2164    VexAntidepre
## 2165  sr_andypanda18
## 2166      PogBlossom
## 2167       kilistent
## 2168       Faeyrinn_
## 2169 MattockMechanic
## 2170     ArthaielEng
## 2171      xOttoMatic
## 2172        ZaptyzXD
## 2173   Armanditto100
## 2174 Chechii_Chepito
## 2175      mathrookie
## 2176 Carolin26512460
## 2177     helloducky7
## 2178     InfectedMew
## 2179      SoroDaBlob
## 2180     InfectedMew
## 2181  TidalWavesLion
## 2182     MtsCarmesim
## 2183     VintageAron
## 2184       holy_ngao
## 2185   StrongFoxie13
## 2186    duckyzequack
## 2187       mimiendos
## 2188 Lark_Baudelaire
## 2189   machfawnthree
## 2190       marivayne
## 2191  nomoreesports_
## 2192  nomoreesports_
## 2193       KazandPaz
## 2194       guacemoly
## 2195        feernobb
## 2196 thegirlwithotps
## 2197     Fructose_39
## 2198        Haabibic
## 2199  Virana74024290
## 2200        xKiilash
## 2201     LeNyanPurrr
## 2202        mustyOwO
## 2203   Gwen_The_Derp
## 2204        kizuxiie
## 2205     coffeecottn
## 2206        Neuroify
## 2207 Chiccharron____
## 2208    Micchonstars
## 2209        KuAksoft
## 2210        KuAksoft
## 2211      wafflemiks
## 2212       Vailynn__
## 2213    tsubasabless
## 2214 pikachuelpirata
## 2215     CaitViWhore
## 2216       dvm351974
## 2217  CommanderSquee
## 2218 BiancaLindonel4
## 2219      MineVoidMC
## 2220    MrLagTheKing
## 2221      MineVoidMC
## 2222    leankuroneko
## 2223     CaitViWhore
## 2224        TAMNALUX
## 2225     Iya_Marilyn
## 2226 JeanneBestRuler
## 2227    PeridotNunes
## 2228   Sulkyfridge01
## 2229       Blissium1
## 2230      Nanopnanop
## 2231    leankuroneko
## 2232  LadyVickytoria
## 2233       Loonie090
## 2234  LadyVickytoria
## 2235        Akiataff
## 2236      sindavar33
## 2237   soggie_goblin
## 2238        Fionn_23
## 2239         AlezzKY
## 2240          R6plUl
## 2241 HibikiTodorokiV
## 2242      jinxghost_
## 2243          k1ekaa
## 2244     yoou_haruna
## 2245       Evisamora
## 2246       UrelemDX1
## 2247   limblless_art
## 2248    KOOPATROOPRT
## 2249   limblless_art
## 2250      SonneKaeya
## 2251         _Meduka
## 2252        vreiskph
## 2253      kim_shakek
## 2254    AlexissEdith
## 2255   Akatsukiman15
## 2256     momiko_dayo
## 2257         Truslei
## 2258   Justathrowlol
## 2259    sequestrata_
## 2260 SandyEs15186927
## 2261      sophiamap_
## 2262     LOL_Art_Bot
## 2263     PROJECTJhin
## 2264     RabiidAngel
## 2265    PotatoDevil2
## 2266 LightningBaron1
## 2267 LightningBaron1
## 2268 LightningBaron1
## 2269          443Eze
## 2270 LightningBaron1
## 2271     FRCretweets
## 2272       monoakasi
## 2273      opalcoyote
## 2274      no96990404
## 2275      KraxlerFox
## 2276      KraxlerFox
## 2277          LYCA0N
## 2278     krissibarks
## 2279   CaravanLurker
## 2280    froggiehands
## 2281       lillylimm
## 2282    sequestrata_
## 2283     MerelyMoore
## 2284         yokumka
## 2285     LOL_Art_Bot
## 2286         yokumka
## 2287     astro_kitsu
## 2288     Wolfrayne17
## 2289     Ryklonprime
## 2290         virksie
## 2291       THEDOMI98
## 2292        Aumtimus
## 2293   Raychel_Draws
## 2294 ibonedrawhentai
## 2295        sanha666
## 2296  nomoreesports_
## 2297        Belzagat
## 2298    Kurono_Gaara
## 2299  IntrinsicGames
## 2300       IanMika15
## 2301       Loonie090
## 2302     Homeboy_226
## 2303   KrimsonMaiden
## 2304       Thanadess
## 2305   ArtLaceDreams
## 2306       rakanpaws
## 2307    micsouleater
## 2308     gambacchino
## 2309    HexxedWriter
## 2310  Catmint7777777
## 2311 Liddell_FinchAG
## 2312     _moonclairs
## 2313      sorie_meow
## 2314  connorgetsownd
## 2315     _vaizravana
## 2316    poisonbatcat
## 2317       FOkamiaka
## 2318       Kaethuhlu
## 2319       Hasenreag
## 2320  artchronicles_
## 2321   jandrereserva
## 2322     LOL_Art_Bot
## 2323   messy_diglett
## 2324       chuunyuyu
## 2325        TheExtah
## 2326       chuunyuyu
## 2327         HygaraS
## 2328     alto_joshua
## 2329      mastermepp
## 2330           K0hnM
## 2331      FellHound_
## 2332      PogBlossom
## 2333         HygaraS
## 2334    PppizzaRolls
## 2335           Ninv_
## 2336 Lwasunavailable
## 2337 BaphometCosplay
## 2338    hollowparvus
## 2339      PogBlossom
## 2340         kikyker
## 2341     SpaceDrinks
## 2342     Cryz_Ekisde
## 2343    Lunarkinesis
## 2344    Lunarkinesis
## 2345      gappy_shen
## 2346       PunpunPyo
## 2347  Strawbunny2077
## 2348  supersparta333
## 2349      CorrinMaya
## 2350     avalanchezz
## 2351        Crissawa
## 2352   cosmicjirachi
## 2353        KyRiiee4
## 2354      shikitohru
## 2355       kryzetano
## 2356 YeoReum56993351
## 2357          Yewyii
## 2358      DeerSkin27
## 2359   Justathrowlol
## 2360     jddhjej6969
## 2361     FRCretweets
## 2362  IntrinsicGames
## 2363  IntrinsicGames
## 2364      luxdodi3be
## 2365      Navin_chan
## 2366    OrganicalCat
## 2367 Pasta_al_tonno_
## 2368  windowwisteria
## 2369    PeachyVision
## 2370        sio_wave
## 2371 fellfromheaven2
## 2372  LesbianReptile
## 2373         AsheSoy
## 2374       GPirate12
## 2375  kphwu7554h3_hg
## 2376  IntrinsicGames
## 2377    hollowparvus
## 2378 verysafeforarty
## 2379      bunniyspit
## 2380     mie77014827
## 2381     RABIESGIR1L
## 2382       val_cainx
## 2383       zlemonpie
## 2384     BungusLover
## 2385    daweaselbass
## 2386 ValVolinori1944
## 2387  GenderDruid420
## 2388  Isthefickleone
## 2389      kinako_077
## 2390   StarIoannis25
## 2391   victorius_ana
## 2392     LOL_Art_Bot
## 2393     Biscoittin1
## 2394  VisFavgauntlet
## 2395      EmeraldPSD
## 2396      zNathuszzz
## 2397         drxgss8
## 2398         DrLokki
## 2399           Ninv_
## 2400       manby2121
## 2401        KyRiiee4
## 2402 SilverAMeowmeow
## 2403        Sc4rl3t_
## 2404        larcmaia
## 2405       fladporte
## 2406         Jjft645
## 2407       kataluxie
## 2408  DoujinMaster69
## 2409      MineVoidMC
## 2410        Keitane_
## 2411        Keitane_
## 2412      PXNDX83926
## 2413          CAlTVl
## 2414    MoItenManiac
## 2415       aevallare
## 2416      Samyc_2014
## 2417  IntrinsicGames
## 2418      sincophant
## 2419  IntrinsicGames
## 2420      Nagiisa707
## 2421  cxzw1234567890
## 2422    MidnightsCos
## 2423      PecanSanVT
## 2424      green_ram7
## 2425       KArchetti
## 2426    EthheRegerge
## 2427 Fernand01625188
## 2428     LOL_Art_Bot
## 2429 streamerwallcom
## 2430     LOL_Art_Bot
## 2431       naeunvlog
## 2432      maiddonart
## 2433     Simpgamer01
## 2434     akali_lover
## 2435 thegentlesadman
## 2436     MoB12027886
## 2437     Ragz_Melody
## 2438        __kirene
## 2439   Raychel_Draws
## 2440   SrirachaWhale
## 2441       DarkVexon
## 2442      xNotOrange
## 2443     jamekungOwO
## 2444       frann_boo
## 2445        KaguXIII
## 2446     VintageAron
## 2447        Yordetta
## 2448   PUNPUN0N0DERA
## 2449        moonxpov
## 2450        InkuGrim
## 2451    RickKisaragi
## 2452       meungsoul
## 2453          halfmx
## 2454 vistands4violet
## 2455    possumshanty
## 2456     navorispath
## 2457  IntrinsicGames
## 2458     rockstarxby
## 2459  IntrinsicGames
## 2460     ___Youmi___
## 2461  gaberoidthe2nd
## 2462 Eclipse_Phalanx
## 2463     RalConchas2
## 2464        Phytos10
## 2465       Wetaanya1
## 2466      Ty75217357
## 2467  themermaidstyx
## 2468    AriiOxenfree
## 2469 Eclipse_Phalanx
## 2470  DrunkInSorrows
## 2471  AsswecanSenpai
## 2472    MikhelaRosko
## 2473  IntrinsicGames
## 2474      arcaneekko
## 2475  IntrinsicGames
## 2476    Toriatte0926
## 2477        pireputo
## 2478       Cesaron59
## 2479         SaqiUwU
## 2480       FrekiBite
## 2481     minkerfoils
## 2482     LabarreTheo
## 2483        ac3orsai
## 2484       Aleramtz2
## 2485  SwordsManYasuo
## 2486       dinkndots
## 2487         mieIIa_
## 2488       merya1891
## 2489    NoirLadyever
## 2490        MknD_Jos
## 2491 AvatriceGrdlhrk
## 2492        AkutoRen
## 2493   SteffenRenger
## 2494 AvatriceGrdlhrk
## 2495   ClaraTehKitty
## 2496        Nesstg_C
## 2497       kenmanism
## 2498       Mitsuriaa
## 2499  Arcanemachine1
## 2500        Keitane_
## 2501        Keitane_
## 2502  _usagi_haruhi_
## 2503 legendas_brasil
## 2504        EXlink32
## 2505       RaiStar18
## 2506        Keitane_
## 2507           RdcUw
## 2508  marytweetsmtms
## 2509    yourkilljoys
## 2510        iisazora
## 2511         Fazbott
## 2512  sandralamador1
## 2513      FoxySuzune
## 2514     gunsforcait
## 2515 transcendentlux
## 2516 lovely_protagon
## 2517   Naphatchaya10
## 2518      monnnsseee
## 2519        viesolde
## 2520        Tsukiomi
## 2521        _zeemug_
## 2522  PlumedPunisher
## 2523     LOL_Art_Bot
## 2524       itmebebii
## 2525    bittyburrito
## 2526        _zeemug_
## 2527 kuristiandiorkk
## 2528 ibonedrawhentai
## 2529     TTVBrianFRG
## 2530        JoulkerM
## 2531        _zeemug_
## 2532       fsundae55
## 2533  GabTheBigBully
## 2534    fangerriffic
## 2535        Punpress
## 2536        _zeemug_
## 2537     jinx_kinner
## 2538        Punpress
## 2539        _zeemug_
## 2540        _zeemug_
## 2541       campesnap
## 2542       angeeelsw
## 2543      VatsOfGoop
## 2544     Linialomdil
## 2545  3carasnumamoto
## 2546       XSaphira2
## 2547        osodog12
## 2548     saito_san23
## 2549     saito_san23
## 2550         ODB_ORG
## 2551        cosmeows
## 2552     RacsitOscar
## 2553 Richell35099639
## 2554       NendoKame
## 2555        Rafaalkr
## 2556        eliaaexe
## 2557     RieSonomura
## 2558         Xabla45
## 2559  IntrinsicGames
## 2560      FishyGrill
## 2561      Kaziks_619
## 2562       severarte
## 2563        _nebeski
## 2564      MineVoidMC
## 2565       roxxa5481
## 2566  skepticdoodles
## 2567  TacosareTasty5
## 2568 arcane_brainrot
## 2569       mialoette
## 2570    bonjour_hero
## 2571      dumbpiltie
## 2572      aeon_xayah
## 2573         Sa1oNam
## 2574        osodog12
## 2575 SocialDesignCr1
## 2576        konisrow
## 2577    DespairGamma
## 2578     LOL_Art_Bot
## 2579        saoimyth
## 2580     LOL_Art_Bot
## 2581      MineVoidMC
## 2582  NaughtyNocturn
## 2583         HygaraS
## 2584       VTCK_2022
## 2585       BelialHoe
## 2586         kaput_j
## 2587 oleandrinhoreal
## 2588   Sw33tEdgyD0gg
## 2589      ennautilus
## 2590        vicaitzz
## 2591  bluestar121797
## 2592       Raposa_SQ
## 2593      ennautilus
## 2594 JulieRo98205390
## 2595      DeviLyLily
## 2596    Didi_Scarlet
## 2597       RetweetVT
## 2598     Lololohan69
## 2599      gwenphoria
## 2600       g_porcayo
## 2601      JuMaShorda
## 2602 blossomwritingg
## 2603 whatisthissheet
## 2604          fxncx4
## 2605   VTuberTweeter
## 2606         JeDropR
## 2607    mauriciorb82
## 2608         iminix_
## 2609      CryptidSeb
## 2610    Noemimi_Fran
## 2611      podajkurwa
## 2612     Retweelgend
## 2613     saito_san23
## 2614    Black3wing69
## 2615        midonesa
## 2616        kriss246
## 2617  IntrinsicGames
## 2618     cyberlele02
## 2619    a_daydreamin
## 2620      EmiliapcCP
## 2621    moraicosplay
## 2622 HeadBangerPoppy
## 2623     woodchipp17
## 2624      CENDRlLLON
## 2625 projectduality_
## 2626      MidoriiGam
## 2627        mxrinori
## 2628     ChuuPamela5
## 2629 CrzedJuggernaut
## 2630       fapfaplml
## 2631      caitlinmkz
## 2632  caitlynstophat
## 2633  Moleculartears
## 2634  lilliafication
## 2635 Pancho221039660
## 2636  mitskisfavhomo
## 2637    major_namada
## 2638      belledalle
## 2639 EmilyHa19633868
## 2640       Sharjamon
## 2641          Kxinix
## 2642     KinnieTwice
## 2643       fronezone
## 2644  StrawbeePlushy
## 2645       invuaseul
## 2646  mitskisfavhomo
## 2647       dinosdoor
## 2648        TAMNALUX
## 2649    KOOPATROOPRT
## 2650        wulfyihh
## 2651       kremotaro
## 2652 kingofmisthaven
## 2653       munsturCS
## 2654 kingofmisthaven
## 2655   HellToTheNo11
## 2656        r0kensia
## 2657          bop911
## 2658  crytical_error
## 2659     excalibreed
## 2660         MeliPXI
## 2661  W4nderingstar1
## 2662       lilyzbell
## 2663     asimm_asimm
## 2664 GenericName0042
## 2665        vafanoir
## 2666  IamBenStirling
## 2667  LavaniOfAnhult
## 2668  vishotcupcakee
## 2669        seungGix
## 2670       HaidyKnox
## 2671 Cass2Gaige2lift
## 2672         SaqiUwU
## 2673      kiwiclipse
## 2674 DakotaWayneNels
## 2675        _chenlie
## 2676       whimsican
## 2677      lexasjamie
## 2678        Bitty_in
## 2679      caitIynsvi
## 2680      GwenFanAcc
## 2681 BloodyCookieUwu
## 2682  Ms_PinkSpartan
## 2683    MooseLord150
## 2684     HallowedNat
## 2685        lKokito_
## 2686  IntrinsicGames
## 2687          bop911
## 2688   Mama_Kiramman
## 2689     evehateclub
## 2690       elenMEXll
## 2691 tsisqua_unoyvgv
## 2692       elenMEXll
## 2693    MonkGymBunny
## 2694     LOL_Art_Bot
## 2695     LOL_Art_Bot
## 2696   JoeySpecialEX
## 2697       XaijaHawk
## 2698       ezredwan0
## 2699       Mikatsiii
## 2700       sockoroni
## 2701    Nessa_Avatar
## 2702       psyemocon
## 2703      DeeVulture
## 2704   Perkdashboard
## 2705       palmsvvay
## 2706        Mikonon_
## 2707        jogoagui
## 2708     SimpForCait
## 2709 GrdGeneralSwain
## 2710       Vexnalrum
## 2711     OxenfreeAO3
## 2712       vcvcvc516
## 2713       salas_doc
## 2714         biforvi
## 2715    sapphiccwolf
## 2716    velvetcaitvi
## 2717     everfrost37
## 2718 Lucky_apple_cos
## 2719        ahiruzin
## 2720         skiwiak
## 2721        cyframes
## 2722      DDLiebling
## 2723    Boopitybooma
## 2724      prettym4ge
## 2725      Broccolii_
## 2726      gabby_meds
## 2727      Lucanavart
## 2728   Josstevaan_22
## 2729   50spadesofgay
## 2730      gabby_meds
## 2731      gabby_meds
## 2732          Raiztt
## 2733   JoeySpecialEX
## 2734        nemshifn
## 2735   Josstevaan_22
## 2736    KimThanhTrn1
## 2737        NkUlises
## 2738     vis_cupcake
## 2739        NkUlises
## 2740       SH1GADABI
## 2741 CarlosL48818423
## 2742   Infernal_Gaia
## 2743     LOL_Art_Bot
## 2744        nixtenaa
## 2745        iam4_LOL
## 2746     woodchipp17
## 2747   Maluma_Malysh
## 2748      EVAUNlT_00
## 2749  IntrinsicGames
## 2750 rulerzreachfan3
## 2751  IntrinsicGames
## 2752         Ganzir2
## 2753      durani_art
## 2754   Kimmy52368001
## 2755 RaindropsLovely
## 2756      AlvarosZ08
## 2757         caniivi
## 2758      KingeGamer
## 2759 Miyakowasurelol
## 2760        k1ngzani
## 2761         LyaHime
## 2762      marconinet
## 2763  TrueDarkness35
## 2764      KimuraTris
## 2765     CloudyGoaty
## 2766  M1ssM0n0chr0m3
## 2767       ShyVortex
## 2768       Gonza_gc2
## 2769      SpyneMount
## 2770     Batin_Black
## 2771          __teqU
## 2772 belovedseraphim
## 2773 streamerwallcom
## 2774    daweaselbass
## 2775       kirrraman
## 2776    daweaselbass
## 2777   labryswielder
## 2778  miss_nothingO1
## 2779       THEDOMI98
## 2780          shtwvv
## 2781      command_52
## 2782    micsouleater
## 2783        Yoxfairy
## 2784 AmbivalentSlime
## 2785     LOL_Art_Bot
## 2786        YugureAi
## 2787     kohakukatou
## 2788     OSHIEDAKAYN
## 2789   Alarothserana
## 2790 streamerwallcom
## 2791 Luisbla73292189
## 2792 StringsNBullets
## 2793        OGdedrul
## 2794       Darthlixp
## 2795     Retweelgend
## 2796    Emery_Vtuber
## 2797        lekimbel
## 2798    Pan_dulceuwu
## 2799     LOL_Art_Bot
## 2800     LOL_Art_Bot
## 2801  IntrinsicGames
## 2802  EngelhardtSeth
## 2803         MakvbeX
## 2804  raymanmago1265
## 2805   thathiddencat
## 2806      larsquell1
## 2807         ar_yoop
## 2808        tirandsl
## 2809         EK04HR1
## 2810      PirobaLoca
## 2811      LeafaMokai
## 2812       GaboShiny
## 2813   Toxic20697657
## 2814     LOL_Art_Bot
## 2815     LOL_Art_Bot
## 2816     LOL_Art_Bot
## 2817       hyakuraii
## 2818 the_string_king
## 2819  LoLuizaINTZFAN
## 2820        moonxpov
## 2821    defiantdance
## 2822      bouncytuna
## 2823      1LonelyFan
## 2824 MayraTo21668248
## 2825 The_Snorkel_Ops
## 2826     GuiltySkull
## 2827        CATBR3AD
## 2828    daweaselbass
## 2829      PKRockinTM
## 2830         jobmarr
## 2831 RaidenEnjoyer_X
## 2832 RaidenEnjoyer_X
## 2833 Leonard80049351
## 2834     LOL_Art_Bot
## 2835    JuggerNotte_
## 2836        316Glock
## 2837     ArthaielEng
## 2838         BenZakk
## 2839  potatoetomato1
## 2840         RordyGG
## 2841  IntrinsicGames
## 2842      GwenFanAcc
## 2843        krcr2022
## 2844      AdalAurora
## 2845     NahuelDaz19
## 2846   BraianAlcocer
## 2847     Linialomdil
## 2848      Mrcastle08
## 2849       crepes_tm
## 2850         Numroid
## 2851     Retweelgend
## 2852     NicoleKW_3D
## 2853    yayakanDaily
## 2854        MrDragoR
## 2855 streamerwallcom
## 2856       jo_gnomeo
## 2857          LyxMun
## 2858        naphet34
## 2859     notmissdior
## 2860     diavolo_not
## 2861     DiegoTarin1
## 2862   AhmedMedhatxo
## 2863       RemaOtaku
## 2864          BUUM0_
## 2865  selfcestsenpai
## 2866    Pixcelerator
## 2867  LightsValhalla
## 2868     MacDoubleDT
## 2869 Isair_Soberanis
## 2870       Cypher101
## 2871   whxtelamb_cos
## 2872     LOL_Art_Bot
## 2873    defiantdance
## 2874        AllTaric
## 2875          nya__v
## 2876    rafatroll450
## 2877         ziIdjan
## 2878     Sanchez1373
## 2879   Sw33tEdgyD0gg
## 2880      Aidan_lol_
## 2881  IntrinsicGames
## 2882  IntrinsicGames
## 2883  IntrinsicGames
## 2884 LightforgedGwyn
## 2885   darkshade0101
## 2886       nokacarry
## 2887          ih8seb
## 2888 DnDClericHorgar
## 2889         la0niix
## 2890    2016Lostsoul
## 2891      profawnsor
## 2892           bimbs
## 2893    nicomistico5
## 2894       sutausagi
## 2895         ziIdjan
## 2896      iAmHypnosH
## 2897  SirMultifandom
## 2898  SirMultifandom
## 2899  nihilistic_max
## 2900       sleudonym
## 2901   StarIoannis25
## 2902   armandlerusse
## 2903     Forearms626
## 2904    ksenia_lewis
## 2905   Darth_Fan_Boy
## 2906 DariusR43955606
## 2907        Ajohnkat
## 2908   IronLiberates
## 2909   IronLiberates
## 2910 strawberrypurrs
## 2911  AyaMallowmarsh
## 2912     LOL_Art_Bot
## 2913      nsfw8witch
## 2914 yoberrystrawgur
## 2915      pubbymoder
## 2916   ChronusDragos
## 2917       Enki_Rin_
## 2918     ekkoportuga
## 2919  LilyTheFlorist
## 2920  IamBenStirling
## 2921   JubMakotoYuki
## 2922   JubMakotoYuki
## 2923        VtuberCC
## 2924  TheRuinedNymph
## 2925        DeonixLA
## 2926   Miyuki_Hinode
## 2927     AlexisVent1
## 2928      TRACE_USTP
## 2929          ZleW00
## 2930       dante173p
## 2931  TheRuinedNymph
## 2932        Guh_sanp
## 2933  TheRuinedNymph
## 2934  TheRuinedNymph
## 2935  TheRuinedNymph
## 2936    xluminouslin
## 2937    PyroAssass1n
## 2938  TheRuinedNymph
## 2939        Mikonon_
## 2940 chica_curiosa_1
## 2941   GalloKikiriki
## 2942 tweetfo71515312
## 2943   nuvemotimista
## 2944  IntrinsicGames
## 2945  Mundanekitten1
## 2946     Cannibal002
## 2947       Kyubiemil
## 2948        cahri_ai
## 2949     JackTiger61
## 2950     pauarqueros
## 2951     AndalusiaLu
## 2952    spiritofpity
## 2953 REGINAELEMENTUM
## 2954 REGINAELEMENTUM
## 2955 REGINAELEMENTUM
## 2956      zombiegab6
## 2957 REGINAELEMENTUM
## 2958    Jose_Gil1997
## 2959 REGINAELEMENTUM
## 2960    Fredic_Nieto
## 2961       ABCtheGUY
## 2962 Rori_Blackraven
## 2963        DeightDT
## 2964   real_dalio123
## 2965     Vis_caitlyn
## 2966     Salted_Beef
## 2967    heitortremor
## 2968    seventhcoord
## 2969     lilliamain_
## 2970          ayb3_m
## 2971         Ganzir2
## 2972  IllegalDustbin
## 2973 HeadBangerPoppy
## 2974 Silverofgolden1
## 2975    StellersJays
## 2976    StellersJays
## 2977        GDohosan
## 2978      MineVoidMC
## 2979         wiriia1
## 2980          morz4t
## 2981          NXelor
## 2982        niharu00
## 2983   XenoSeraphine
## 2984        niharu00
## 2985 Humble_Alex_fan
## 2986      CoreSinouh
## 2987    AquaraxKaiju
## 2988      MaxFire132
## 2989     Retweelgend
## 2990      MineVoidMC
## 2991      Navin_chan
## 2992 JamesBlackquill
## 2993 LEMONDOGicec0ld
## 2994      charlizemb
## 2995         tarkiov
## 2996      luv_astral
## 2997     jinxedstar_
## 2998 ellenripley1408
## 2999      cell0phan3
## 3000 StringsNBullets
## 3001          Ewizew
## 3002       namezero9
## 3003     GuiltySkull
## 3004    ChloeTheWivi
## 3005 Adrian_lessname
## 3006        ToniLh03
## 3007     LOL_Art_Bot
## 3008     LOL_Art_Bot
## 3009     LOL_Art_Bot
## 3010  autisticyordle
## 3011        Desmurff
## 3012      MineVoidMC
## 3013    AriiOxenfree
## 3014     wolfensnoot
## 3015   VTuberTweeter
## 3016         tarkiov
## 3017  IntrinsicGames
## 3018   TrashedMammal
## 3019      charlizemb
## 3020       am_tired_
## 3021        saito450
## 3022      lesbopal56
## 3023 PurpleYordlNSFW
## 3024     LOL_Art_Bot
## 3025 Yolanda85832856
## 3026     freifechter
## 3027         Golgrax
## 3028  Detrex00094877
## 3029   tsunagamerbr1
## 3030      bunkokoron
## 3031   _littlepoorme
## 3032       whizy3140
## 3033 UchihaT94977113
## 3034      bqrserklvs
## 3035    MuniveYanina
## 3036         PMari0o
## 3037 UchihaT94977113
## 3038 UchihaT94977113
## 3039      Cilantross
## 3040        CATBR3AD
## 3041 LuxannaDuCoutea
## 3042    Libiline_exe
## 3043    peeeeeinnnnn
## 3044       tashasgf_
## 3045    EnderPvP2015
## 3046   JoeySpecialEX
## 3047     LOL_Art_Bot
## 3048       10440Matt
## 3049        miimilch
## 3050     boneheadbum
## 3051  IntrinsicGames
## 3052 PabloAn48826577
## 3053        Eien7887
## 3054      Fukurokuya
## 3055 Awaluneocxcanon
## 3056       ashhhcsgo
## 3057       Kis4_Kash
## 3058        Eien7887
## 3059        DaMan_gg
## 3060  _thetinyknight
## 3061       astelcore
## 3062       JSherer20
## 3063         EZLOL_R
## 3064       Pacowski_
## 3065 melovehentai311
## 3066    nerdystrudel
## 3067    MOONSTlTCHES
## 3068       RetweetVT
## 3069  AnijsmelkLover
## 3070        Haabibic
## 3071      caitIynsvi
## 3072       data_gawd
## 3073 ilvjullyandrews
## 3074    wannastopnow
## 3075       requinn_e
## 3076     _VAMPIRATES
## 3077   riveressenc_e
## 3078         caniivi
## 3079         morxzas
## 3080       thehaakun
## 3081       thehaakun
## 3082  Virana74024290
## 3083    NelwishAlive
## 3084        timpinii
## 3085          Auvy3n
## 3086   ladyof_liight
## 3087  _another_tina_
## 3088         biforvi
## 3089      zipperbean
## 3090 LightforgedGwyn
## 3091       1_110_06C
## 3092      AllStarsLA
## 3093      DDLiebling
## 3094      Frappujiku
## 3095          _hilvc
## 3096       torimiyaz
## 3097    DiegoCiferri
## 3098     notanuggetz
## 3099      CappleProd
## 3100 LightforgedGwyn
## 3101      Hexteching
## 3102 LightforgedGwyn
## 3103      MineVoidMC
## 3104  eternalmercies
## 3105   lehnert_timon
## 3106      KokoLoreto
## 3107     Noxalways07
## 3108  Blooming_Blows
## 3109      GET_JlNXED
## 3110      kymkarasan
## 3111      KokoLoreto
## 3112      elshan0193
## 3113     LOL_Art_Bot
## 3114         erisrab
## 3115        kamaerta
## 3116  IntrinsicGames
## 3117  TheMelonBender
## 3118  TheMelonBender
## 3119  Arctic_Mirafox
## 3120 JeanTheQueen_13
## 3121 JeanTheQueen_13
## 3122    Gremlin_rat_
## 3123 JeanTheQueen_13
## 3124 JeanTheQueen_13
## 3125     DSeulrenity
## 3126 JeanTheQueen_13
## 3127    camilleorafk
## 3128         OniOzen
## 3129    batatacawboy
## 3130 JeanTheQueen_13
## 3131 JeanTheQueen_13
## 3132    YuumiZoomies
## 3133   imnotmartina_
## 3134      firepix515
## 3135      JorgeV1806
## 3136        TheRakis
## 3137 JeanTheQueen_13
## 3138       jellovice
## 3139  DuncanAbizaid1
## 3140      alya_seemo
## 3141 Tuffbomb_s4vi0r
## 3142 margare74215906
## 3143 JamesBlackquill
## 3144     FlyingKaida
## 3145    ootathcyrtss
## 3146      eazelpaint
## 3147      draconniax
## 3148     nekonathann
## 3149  IntrinsicGames
## 3150 WesselMontfoort
## 3151 Carolin26512460
## 3152  SummonerOrthan
## 3153     LOL_Art_Bot
## 3154    VulpisinLove
## 3155     LOL_Art_Bot
## 3156   Marie123Pizza
## 3157 cafecutiesoraka
## 3158    yourkilljoys
## 3159        bubu3488
## 3160      Peter_S325
## 3161        minicoru
## 3162      AfgathaOsa
## 3163      AfgathaOsa
## 3164       Duckonsea
## 3165        minicoru
## 3166      Mr_Golu_01
## 3167      AfgathaOsa
## 3168       Duckonsea
## 3169      AfgathaOsa
## 3170        buterzz_
## 3171    batatacawboy
## 3172       FrekiBite
## 3173 RockatanskyGirl
## 3174     sunaowolfie
## 3175     daily_viego
## 3176       AldyViego
## 3177       robot_rad
## 3178       robot_rad
## 3179       LEMONFlSH
## 3180  faeriefountain
## 3181       fudeberto
## 3182      ZigZagZett
## 3183    rainestorms_
## 3184      ZigZagZett
## 3185    PotatoDevil2
## 3186    karasunomajo
## 3187   Slenderwomanh
## 3188  IntrinsicGames
## 3189  IntrinsicGames
## 3190     Arbiter0557
## 3191  IntrinsicGames
## 3192        sasa_llm
## 3193     CuppaDoppio
## 3194 cyanobacterieee
## 3195 oleandrinhoreal
## 3196     belechtorVN
## 3197     LeonCorn_LC
## 3198   Indra82233438
## 3199   Steven_Islas1
## 3200 oleandrinhoreal
## 3201   AkiraKassadin
## 3202   _BoogiemanSam
## 3203          CAlTVl
## 3204      Jetstar245
## 3205       fluggzero
## 3206       Rest1ess1
## 3207     LOL_Art_Bot
## 3208     LOL_Art_Bot
## 3209    mitskiramman
## 3210      wonderjans
## 3211    rohan_ashido
## 3212     papuchochoe
## 3213    rohan_ashido
## 3214          sztrot
## 3215          vrike1
## 3216 ChopCho97295949
## 3217 vispantspouches
## 3218      DARKINCORE
## 3219    VisRomanNose
## 3220         Chashku
## 3221     kirammanhoe
## 3222  EBDLA_original
## 3223  EBDLA_original
## 3224     LOL_Art_Bot
## 3225      EnoshimaAJ
## 3226      EnoshimaAJ
## 3227  EBDLA_original
## 3228      cherry0eve
## 3229     mellyyang22
## 3230         Jinxour
## 3231       VTCK_2022
## 3232        MikeWu36
## 3233        phantcas
## 3234    Nessa_Avatar
## 3235        MikeWu36
## 3236  IntrinsicGames
## 3237  IntrinsicGames
## 3238       zemiizart
## 3239         imaiwon
## 3240     LOL_Art_Bot
## 3241     LOL_Art_Bot
## 3242    a_daydreamin
## 3243    JoyfulManati
## 3244      DeathBlue3
## 3245  VisFavgauntlet
## 3246     ashenhallow
## 3247        nyaayato
## 3248        CashursS
## 3249    ODII98473731
## 3250 AmbivalentSlime
## 3251       DNGR_Dave
## 3252       Valor_Bot
## 3253      insane_nya
## 3254       DNGR_Dave
## 3255       DNGR_Dave
## 3256       vcvcvc516
## 3257         HygaraS
## 3258    faroshuffle_
## 3259       yorickzoa
## 3260   loud_gothbird
## 3261 Albert_K_Vincen
## 3262    xayahsona_27
## 3263      ErrKira_ss
## 3264  IntrinsicGames
## 3265         Isgaruh
## 3266  IntrinsicGames
## 3267  LeSaintDauphin
## 3268      pjatek_art
## 3269       howdia_ir
## 3270       Lem0ncita
## 3271    RSilentNinja
## 3272        Ernan_64
## 3273       Elvinguhl
## 3274         jstsoni
## 3275     caitsviolet
## 3276         NIJISE_
## 3277         daritm1
## 3278     LOL_Art_Bot
## 3279    luca48434780
## 3280 SylasDesencade1
## 3281     crystalkayo
## 3282        TheMoro9
## 3283   RepulsiveMaid
## 3284 IceTrainer_Jean
## 3285    France_Verte
## 3286  Arcanemachine1
## 3287        caitvist
## 3288      losena_art
## 3289     LOL_Art_Bot
## 3290   Kamii23237368
## 3291 igrabbedthemoon
## 3292      SheepEddie
## 3293  IntrinsicGames
## 3294  WRlTTENlNSTARS
## 3295         Clieant
## 3296  IntrinsicGames
## 3297      DDLiebling
## 3298         lyqwann
## 3299         yoiokoo
## 3300      dumbpiltie
## 3301 Smoked_SalmonOG
## 3302       M4ier_lol
## 3303       megle1912
## 3304        Uness_YB
## 3305     LOL_Art_Bot
## 3306     LOL_Art_Bot
## 3307       Bunshee97
## 3308      Shaycook20
## 3309      Shaycook20
## 3310  The_von_Truber
## 3311 DarkSyndraQueen
## 3312   NocturnaDraco
## 3313      dumbpiltie
## 3314        Rianvids
## 3315       MrTragicX
## 3316       kodoh_jin
## 3317 r07Z972dmvFBB9c
## 3318     LeodiaCanon
## 3319      DarkSteler
## 3320       langsiluo
## 3321    Tsukihime_NF
## 3322     LeodiaCanon
## 3323   Kirishimakrbk
## 3324     sxlvercatra
## 3325        wydderka
## 3326     catboyreiji
## 3327          lttoii
## 3328    SuccubaRossa
## 3329      Vinyonetta
## 3330         levirxn
## 3331     FRCretweets
## 3332  IntrinsicGames
## 3333     pickmeup__0
## 3334    seza20001021
## 3335     LeodiaCanon
## 3336         ceykore
## 3337     tigrekatowo
## 3338       shangluen
## 3339   RepulsiveMaid
## 3340     LeodiaCanon
## 3341     LeodiaCanon
## 3342   softie_writes
## 3343       miemeoww1
## 3344       healerlb3
## 3345     LeodiaCanon
## 3346      sideboooot
## 3347       healerlb3
## 3348     egirlkayla_
## 3349       RetweetVT
## 3350     LOL_Art_Bot
## 3351        drealost
## 3352       cryingace
## 3353    vanellope271
## 3354         EZLOL_R
## 3355      RxgueGod69
## 3356     mazeducko_o
## 3357           Me4Vi
## 3358         Dtea_DC
## 3359  marytweetsmtms
## 3360     ItsBaanshee
## 3361  SsA_DIzzY_diOt
## 3362 kusanoryou_yuri
## 3363       Ingeroff_
## 3364   VTuberTweeter
## 3365  IntrinsicGames
## 3366  IntrinsicGames
## 3367    PHVTuberLive
## 3368          zphyrd
## 3369   luhai24321463
## 3370  IntrinsicGames
## 3371        nrudr0kk
## 3372     theWAHtcher
## 3373 streamerwallcom
## 3374      MineVoidMC
## 3375   ladyof_liight
## 3376     theWAHtcher
## 3377  GODHUMANDANIEL
## 3378     egirlkayla_
## 3379     LOL_Art_Bot
## 3380  IamBenStirling
## 3381 piltovrlesbians
## 3382     LOL_Art_Bot
## 3383        MiKA_cos
## 3384     aazurewords
## 3385 DianaYamashita3
## 3386    lordshaxx007
## 3387     30_anapaula
## 3388     30_anapaula
## 3389     30_anapaula
## 3390     30_anapaula
## 3391        Virtuzz2
## 3392  thisrapturesys
## 3393     LOL_Art_Bot
## 3394     LOL_Art_Bot
## 3395     LOL_Art_Bot
## 3396       sonson_ch
## 3397       sonson_ch
## 3398      joyjangart
## 3399  IntrinsicGames
## 3400         bIowody
## 3401      Liviaphine
## 3402      Liviaphine
## 3403   lilspiritella
## 3404         Puunkti
## 3405      KutetsKute
## 3406       ondi_puri
## 3407 LightningBaron1
## 3408   LoboDeHumanas
## 3409   thelastalive1
## 3410    PAClFICADORA
## 3411  IntrinsicGames
## 3412      AvianNerdy
## 3413  IntrinsicGames
## 3414   krzywy_pierog
## 3415 Cupcakekirraman
## 3416      bouncytuna
## 3417        marcky_z
## 3418        ShotmanG
## 3419       astelcore
## 3420     papuchochoe
## 3421     papuchochoe
## 3422     zulianyusup
## 3423     zulianyusup
## 3424     zulianyusup
## 3425   yousufrockz40
## 3426   yousufrockz40
## 3427       yollabeib
## 3428     yawfabulous
## 3429   yousufrockz40
## 3430     yawfabulous
## 3431    xxx_mhAldita
## 3432     yawfabulous
## 3433     albahaca_94
## 3434    xxx_mhAldita
## 3435     tringates22
## 3436     tringates22
## 3437     tringates22
## 3438 cafecutiesoraka
## 3439     Tegarjkt48l
## 3440      SusanSoniq
## 3441      SusanSoniq
## 3442     susy_sss_11
## 3443 stevengraham485
## 3444     stefanny347
## 3445     stefanny347
## 3446 SaveOurCulture1
## 3447 satpalsingh9782
## 3448 SaveOurCulture1
## 3449 satpalsingh9782
## 3450       sagutdato
## 3451        rtena_18
## 3452          rpis08
## 3453        rtena_18
## 3454        rtena_18
## 3455          rpis08
## 3456   ronan26145164
## 3457          rpis08
## 3458  blazedafirecat
## 3459   ronan26145164
## 3460   ronan26145164
## 3461     LOL_Art_Bot
## 3462     risqynifira
## 3463  robifernando47
## 3464     risqynifira
## 3465    Rascal0rMilk
## 3466   RICHARDTCESAR
## 3467      resender55
## 3468      resender55
## 3469      resender55
## 3470  DeadlyGhoulsPH
## 3471        refaa339
## 3472        refaa339
## 3473    ramadiesel96
## 3474    PeridotNunes
## 3475    Xwarship3003
## 3476       randy_ilo
## 3477    ramadiesel96
## 3478       rajshak14
## 3479      visfreckle
## 3480   Rahul77218415
## 3481 rafifputraabana
## 3482 rafifputraabana
## 3483    purbadelta25
## 3484    purbadelta25
## 3485      pepet_utab
## 3486      pepet_utab
## 3487  IntrinsicGames
## 3488  park_bom30cute
## 3489  park_bom30cute
## 3490  IntrinsicGames
## 3491   RepulsiveMaid
## 3492    ny8826836822
## 3493    ny8826836822
## 3494   oblasterais04
## 3495     NotAustinYT
## 3496   KaramzinovArt
## 3497          nasut8
## 3498      newfooacct
## 3499      neduphilzy
## 3500      newfooacct
## 3501      neduphilzy
## 3502      neduphilzy
## 3503        AllTaric
## 3504     MorrisSilva
## 3505   NormanProbert
## 3506   Mocibarongsai
## 3507    MitraPrasaja
## 3508    MitraPrasaja
## 3509 mirandaakanuk14
## 3510    MitraPrasaja
## 3511  MirableRainbow
## 3512 mirandaakanuk14
## 3513 mirandaakanuk14
## 3514  MirableRainbow
## 3515 mirandaakanuk14
## 3516   menbusiness10
## 3517   menbusiness10
## 3518  medoalabede392
## 3519  medoalabede392
## 3520   harry_gremlin
## 3521   littlefoot_cx
## 3522   littlefoot_cx
## 3523   littlefoot_cx
## 3524 Micaela24883709
## 3525 leonidesisoreta
## 3526 leonidesisoreta
## 3527     LOL_Art_Bot
## 3528 leonidesisoreta
## 3529  lebeaurachel48
## 3530  lebeaurachel48
## 3531  lebeaurachel48
## 3532      Krefcionek
## 3533     barrokmusic
## 3534       krisdem10
## 3535   Kittyloveisme
## 3536   Kittyloveisme
## 3537   Kittyloveisme
## 3538 kinanti_latifah
## 3539     kimberrly98
## 3540     kimberrly98
## 3541   KeyProgram999
## 3542  ken_martinez24
## 3543     keithremy89
## 3544 katyatakyavasya
## 3545      katieholji
## 3546     keithremy89
## 3547    chambre_leon
## 3548 katyatakyavasya
## 3549 katyatakyavasya
## 3550      katieholji
## 3551    KathaliaRose
## 3552    KARESHIMICHI
## 3553        kalmick3
## 3554        kalmick3
## 3555   justineflauta
## 3556        kalmick3
## 3557   Blood_Magicks
## 3558    jullannajara
## 3559    jullannajara
## 3560     safiroanejo
## 3561    jullannajara
## 3562        joshfanl
## 3563     jonyverma48
## 3564     jonyverma48
## 3565     joeweiner15
## 3566    jneric_photo
## 3567        g0at1337
## 3568    jneric_photo
## 3569        g0at1337
## 3570        JesY0587
## 3571      jendral232
## 3572      jendral232
## 3573  jenelyn_adra26
## 3574          jazvhe
## 3575          jazvhe
## 3576     jaggerperla
## 3577     KaiSa_KDA23
## 3578      icomate123
## 3579      icomate123
## 3580     KaiSa_KDA23
## 3581       theluziza
## 3582    hishunny2010
## 3583     crescelotus
## 3584     hikimalove6
## 3585   hermancorder1
## 3586      heri220798
## 3587   hermancorder1
## 3588      heri220798
## 3589      heri220798
## 3590      heri220798
## 3591    82kmnr_works
## 3592     HelenluvLuv
## 3593     HelenluvLuv
## 3594 WindaSi14397179
## 3595      HannyCarry
## 3596      HannyCarry
## 3597      MineVoidMC
## 3598   gonzalezo2373
## 3599   gonzalezo2373
## 3600   gleesyahputra
## 3601   gleesyahputra
## 3602    ghostlyaaron
## 3603    Lunarkinesis
## 3604        SyzyfekA
## 3605        gaudamil
## 3606        gaudamil
## 3607   GalangSubakti
## 3608      gegegotham
## 3609   GalangSubakti
## 3610        gaudamil
## 3611   GalangSubakti
## 3612 UkraineOnGround
## 3613 lordofspiritsan
## 3614 felipecornejo11
## 3615 felipecornejo11
## 3616  fathi007emenem
## 3617 felipecornejo11
## 3618  fathi007emenem
## 3619       faridz466
## 3620     Retweelgend
## 3621     FarAWAYTyga
## 3622       faridz466
## 3623      fannyelf26
## 3624     FarAWAYTyga
## 3625     FarAWAYTyga
## 3626      fannyelf26
## 3627    Lunarkinesis
## 3628 SilverBullet97_
## 3629   erickaconde88
## 3630   erickaconde88
## 3631   ergrgrgregrgr
## 3632   erickaconde88
## 3633     222valberry
## 3634     endah200887
## 3635     endah200887
## 3636        emyluv27
## 3637        emyluv27
## 3638        emyluv27
## 3639      retrodisk_
## 3640      elmarfabro
## 3641      elmarfabro
## 3642     elle_lalola
## 3643 elizabethagyek1
## 3644      elmarfabro
## 3645 elizabethagyek1
## 3646 JosSilv75155726
## 3647      efan_efdhs
## 3648      efan_efdhs
## 3649      efan_efdhs
## 3650      edesipeyye
## 3651     vis_rainbow
## 3652    poisonbatcat
## 3653  IntrinsicGames
## 3654       dunan_sto
## 3655      dpeeples32
## 3656      dpeeples32
## 3657    yanderesarts
## 3658   downtoearth98
## 3659  IntrinsicGames
## 3660  dolpinzlonelye
## 3661  dolpinzlonelye
## 3662  IntrinsicGames
## 3663         shproto
## 3664         divnagi
## 3665    dillonruppqt
## 3666    dillonruppqt
## 3667       diloyusuf
## 3668    dillonruppqt
## 3669     LOL_Art_Bot
## 3670  destyanurahayu
## 3671   desi_rama2000
## 3672   desi_rama2000
## 3673   desi_rama2000
## 3674     BigsmokeSan
## 3675    zakaria3robi
## 3676    denisramalan
## 3677   delvin_mongan
## 3678      deegz72094
## 3679      deegz72094
## 3680      deegz72094
## 3681    82kmnr_works
## 3682      albaadonay
## 3683   curtliamkulot
## 3684   curtliamkulot
## 3685       ToffyNaNa
## 3686    CosainHainah
## 3687    CorpuzLovely
## 3688   cloudsailTOS2
## 3689   cloudsailTOS2
## 3690  ChrisannaHenry
## 3691 ChrisyanBernard
## 3692     chuksdani10
## 3693      chriskimik
## 3694 ChrisyanBernard
## 3695  ChrisannaHenry
## 3696  ChrisannaHenry
## 3697  ChrisannaHenry
## 3698      zoraldopls
## 3699         cdlerez
## 3700  carmenreyes214
## 3701         cdlerez
## 3702  carmenreyes214
## 3703   camilleeulaio
## 3704   camilleeulaio
## 3705     calicami_10
## 3706     calicami_10
## 3707        bzofocus
## 3708     calicami_10
## 3709        bzofocus
## 3710        bzofocus
## 3711 bubbles_vampire
## 3712 bubbles_vampire
## 3713  BriannPrincess
## 3714 brenda_parker87
## 3715  bousmahabeghni
## 3716 brenda_parker87
## 3717          BimaGd
## 3718         Merqrry
## 3719    bdasilva1789
## 3720    bdasilva1789
## 3721    bdasilva1789
## 3722          bbinsh
## 3723        AllTaric
## 3724      bangardy92
## 3725   babababannnba
## 3726   nil_sanctuary
## 3727     Mikanukiart
## 3728  ayeitsbangbang
## 3729 arydheathmeath1
## 3730  IntrinsicGames
## 3731    Ariieqadhamz
## 3732    Ariieqadhamz
## 3733    Ariieqadhamz
## 3734   ardiankemal10
## 3735   ardiankemal10
## 3736      MSUFIAN721
## 3737   ardiankemal10
## 3738  IntrinsicGames
## 3739  ansarifarhan50
## 3740  ansarifarhan50
## 3741   annemheyiloso
## 3742   annemheyiloso
## 3743  AnisahEvhenzar
## 3744    DARKlNSCYTHE
## 3745 RodrigoSapatei1
## 3746  angelicadivini
## 3747   AndreaThereze
## 3748   AndreaThereze
## 3749  andreamvalenia
## 3750  soninho_da_zoe
## 3751 AmundsonJohanna
## 3752 AmundsonJohanna
## 3753        amil2118
## 3754         amat949
## 3755       amhilette
## 3756         amat949
## 3757       amhilette
## 3758        ajshaawa
## 3759      LXWasTaken
## 3760    akbar_alul97
## 3761        ajshaawa
## 3762    akbar_alul97
## 3763   AHMEDHEMDA750
## 3764   AHMEDHEMDA750
## 3765          KZe157
## 3766   AHMEDHEMDA750
## 3767          pixony
## 3768   AHMEDHEMDA750
## 3769        adonkdoy
## 3770        adonkdoy
## 3771    abu_hanif124
## 3772        Riku_Fox
## 3773    abu_hanif124
## 3774          te4_ll
## 3775     LOL_Art_Bot
## 3776   pridelessrage
## 3777 thedarkknightEF
## 3778      EnjoyerAdc
## 3779  IntrinsicGames
## 3780      nsfw8witch
## 3781    Pixcelerator
## 3782 thedarkknightEF
## 3783    hiilovetrash
## 3784      bouncytuna
## 3785       Maid_albi
## 3786 JustSomeWendigo
## 3787   _KingOmelette
## 3788     LOL_Art_Bot
## 3789         wezoot_
## 3790     JoseJuanxd2
## 3791 KamusValenzuela
## 3792    IggyBornRulz
## 3793     lou_pancake
## 3794     xx_succubus
## 3795  IntrinsicGames
## 3796       yuuneelli
## 3797         pshybyl
## 3798  IntrinsicGames
## 3799  Max_Blacknight
## 3800  LeGrandNNathan
## 3801     mxandrazent
## 3802       howdia_ir
## 3803          443Eze
## 3804        AtmajaPd
## 3805     syndraology
## 3806   Josstevaan_22
## 3807         Srlannd
## 3808     syndraology
## 3809     safiroanejo
## 3810       JustYato_
## 3811       JustYato_
## 3812      joyjangart
## 3813    StoneTaliyah
## 3814      Suzhip_jab
## 3815     spoof_floof
## 3816      natkas_art
## 3817       stounyx22
## 3818 KuroNekoKimiArt
## 3819  IntrinsicGames
## 3820 KuroNekoKimiArt
## 3821        Riku_Fox
## 3822     FeatherBoy4
## 3823      SuChen_awa
## 3824     Aun44361883
## 3825     LOL_Art_Bot
## 3826        Skeevius
## 3827         KirS_93
## 3828    saint_quince
## 3829       Rosaluxa_
## 3830      FurryTechs
## 3831         Vencsi_
## 3832        ItzGrand
## 3833        35inechi
## 3834       yuuneelli
## 3835  LunaValkyriaVT
## 3836         radakn1
## 3837    Bacon__Berry
## 3838      eclipsepie
## 3839      eclipsepie
## 3840        Valphyre
## 3841        Valphyre
## 3842  IntrinsicGames
## 3843          vuyecc
## 3844          vuyecc
## 3845       TSGKurama
## 3846        dnonovan
## 3847 AshleyC67028952
## 3848       Rudio1337
## 3849         Axtrek1
## 3850      MokshaGasm
## 3851    TheFinalTilt
## 3852     MLA96772709
## 3853         bnnyk00
## 3854 RicardoDavenp13
## 3855 TheRealMatterom
## 3856     LOL_Art_Bot
## 3857    mininebuloid
## 3858  IntrinsicGames
## 3859         Lowe136
## 3860  IntrinsicGames
## 3861  CosplayEnjoyer
## 3862  IntrinsicGames
## 3863   AndHisManyOCs
## 3864  KikiDrawsStuff
## 3865   AndHisManyOCs
## 3866   AndHisManyOCs
## 3867   AndHisManyOCs
## 3868 NARUSHIMA_CGFAN
## 3869        tioomeow
## 3870   AhmedMedhatxo
## 3871  eternalmercies
## 3872        caitvist
## 3873    Shikadota123
## 3874       FrostAHAH
## 3875       DaGamer51
## 3876       exhaaaust
## 3877  IntrinsicGames
## 3878      AlicefireM
## 3879  IntrinsicGames
## 3880  IntrinsicGames
## 3881     KoTinTrysaX
## 3882       Thanadess
## 3883        rahateor
## 3884      lipsk33t96
## 3885    goalkeeprr91
## 3886      lipsk33t96
## 3887        slee3141
## 3888        EnbyDion
## 3889        KDAAkali
## 3890    enzowashere_
## 3891 bytesoftoxicity
## 3892   martinblomcmu
## 3893        Hoolies4
## 3894    Jellian_fish
## 3895     Redd_Colour
## 3896   lucascorreios
## 3897    Jellian_fish
## 3898   Len_Tomodachi
## 3899  IntrinsicGames
## 3900  IntrinsicGames
## 3901        ShyluFox
## 3902  IntrinsicGames
## 3903   StarIoannis25
## 3904      MineVoidMC
## 3905    BrotherRayn_
## 3906       RetweetVT
## 3907         arvazi2
## 3908 Gabriel82290320
## 3909        Reshirat
## 3910    hiilovetrash
## 3911     CroptopKing
## 3912     CroptopKing
## 3913 collect84817297
## 3914   twistedmyke92
## 3915        thanzags
## 3916     CroptopKing
## 3917     yuumedreams
## 3918       RetweetVT
## 3919   VTuberTweeter
## 3920  IntrinsicGames
## 3921         cho_izi
## 3922     CroptopKing
## 3923        AtmajaPd
## 3924     LOL_Art_Bot
## 3925   DongoranOliva
## 3926     LOL_Art_Bot
## 3927 ReginaC26432536
## 3928      shinnnitai
## 3929    corpse_guide
## 3930       Matth1as2
## 3931        Fl4tLinr
## 3932     ICHlMOKUREN
## 3933   dragonSpencer
## 3934  IntrinsicGames
## 3935  IntrinsicGames
## 3936     ICHlMOKUREN
## 3937     ICHlMOKUREN
## 3938      AfgathaOsa
## 3939 DanielW11607642
## 3940        Kai_CUm0
## 3941        MrOrxata
## 3942   MrMalapropism
## 3943  spiritualtails
## 3944      Lambada104
## 3945 SuperKenshiro17
## 3946      Lambada104
## 3947      chaossanii
## 3948        fern_400
## 3949    yayakanDaily
## 3950 Barbara12772130
## 3951 DonnaKe86054501
## 3952     LOL_Art_Bot
## 3953       farm_sari
## 3954 JoshuaH65875147
## 3955        Sairenix
## 3956 SuperKenshiro17
## 3957 KingofEvils0308
## 3958  IntrinsicGames
## 3959   Miojo58314565
## 3960 Makayla88190882
## 3961  IntrinsicGames
## 3962 SuperKenshiro17
## 3963        MrDragoR
## 3964   IrisesOfLilac
## 3965 Benjami89760141
## 3966   IrisesOfLilac
## 3967   IrisesOfLilac
## 3968      spike55151
## 3969  jjanjjangmyeon
## 3970         RordyGG
## 3971       KaLoK0423
## 3972        sckebtch
## 3973       Sl4sh3r51
## 3974      polainmida
## 3975         Gaafff2
## 3976         Gaafff2
## 3977 NightWolf122552
## 3978        chun1324
## 3979     LOL_Art_Bot
## 3980   AnOnPsyCkOlol
## 3981 EdwardT61032813
## 3982   StarIoannis25
## 3983     Retweelgend
## 3984  whale_lonliest
## 3985  IntrinsicGames
## 3986  JesusGarrison7
## 3987   cosmicjirachi
## 3988      BaiLangArt
## 3989         Yuoneeh
## 3990       Smash3218
## 3991         mixties
## 3992     MageIngrid2
## 3993 JosephF21058235
## 3994     MageIngrid2
## 3995   ShiranuiSolar
## 3996   thelastalive1
## 3997         Ibank8s
## 3998       Luxsarina
## 3999  pigbeecreative
## 4000        Adrag0nx
## 4001 300clownfiesta_
## 4002     LOL_Art_Bot
## 4003       SigmaJust
## 4004  IntrinsicGames
## 4005       Holycatx1
## 4006      matrishark
## 4007  IntrinsicGames
## 4008         VeiIara
## 4009        TL_kiloa
## 4010     LOL_Art_Bot
## 4011    metalxpetals
## 4012     raiinxdrops
## 4013    EnderPvP2015
## 4014         beowpig
## 4015 AnimaNe74890918
## 4016 Kimberl15899765
## 4017          CKMwho
## 4018      yakisou132
## 4019 Katheri06419639
## 4020  SummonerOrthan
## 4021      MineVoidMC
## 4022  IntrinsicGames
## 4023 PaulDye78280963
## 4024  IntrinsicGames
## 4025      reistellae
## 4026    aesthetic316
## 4027       LOL_Beeta
## 4028     belka_arts_
## 4029     LOL_Art_Bot
## 4030  sldfspectresix
## 4031    shrimpisnice
## 4032   pyrephasewolf
## 4033         _yuigen
## 4034       BlazedRTs
## 4035          Stryks
## 4036 TylerTh90475456
## 4037        yumiibon
## 4038   JamesYouDidIt
## 4039       MrTragicX
## 4040        HmsmemeO
## 4041   cosmicjirachi
## 4042  SlothFactsBot1
## 4043      0ceanSoul_
## 4044        Mesakiie
## 4045    SirVanteDero
## 4046 BrendaA56642710
## 4047 BrendaA56642710
## 4048     LOL_Art_Bot
## 4049     pickmeup__0
## 4050  IntrinsicGames
## 4051 rosstabowl_ross
## 4052        DyronLoa
## 4053 RainfallinSpace
## 4054     Retweelgend
## 4055     meowitsonyx
## 4056 AaronWi87826121
## 4057 JaredDa29812775
## 4058      _Gamicity_
## 4059        dempugs1
## 4060   superyoyo2000
## 4061  LadyVickytoria
## 4062     StrongPorco
## 4063  LadyVickytoria
## 4064  LadyVickytoria
## 4065  LadyVickytoria
## 4066 Jeffrey18755090
## 4067  LadyVickytoria
## 4068         X17Swan
## 4069          Gobse1
## 4070      gabi7miere
## 4071       muunbunns
## 4072 Christo58898072
## 4073  ValeLaCrack0v0
## 4074 AmandaR74669040
## 4075        DannteTD
## 4076       yun010357
## 4077     LOL_Art_Bot
## 4078       ArtsaSaky
## 4079   LinktheCelebi
## 4080     maycolmb909
## 4081     PolloPepe34
## 4082      lipsk33t96
## 4083     everfrost37
## 4084  IntrinsicGames
## 4085          48d347
## 4086     LOL_Art_Bot
## 4087     LOL_Art_Bot
## 4088     _Double_L__
## 4089        BloobyVT
## 4090        huey7724
## 4091       yuriferno
## 4092  marytweetsmtms
## 4093 AnneAnd81932053
## 4094      Shaycook20
## 4095         Kauroth
## 4096      MineVoidMC
## 4097       Hey__Enzo
## 4098     HummingVoid
## 4099     FRCretweets
## 4100 IceMake48443355
## 4101  IntrinsicGames
## 4102         Gaafff2
## 4103         tom4mos
## 4104   SammiNgSamYi1
## 4105 KarenJo98992013
## 4106 rosstabowl_ross
## 4107 rosstabowl_ross
## 4108   EmpanadaDepre
## 4109       cryingace
## 4110          tryfss
## 4111   madsabouthugh
## 4112     riotquik_ak
## 4113      loli_lolka
## 4114 BlueSta68283104
## 4115     LOL_Art_Bot
## 4116     LOL_Art_Bot
## 4117      Alylej1108
## 4118      Alylej1108
## 4119       bonerfly1
## 4120   Erwin_Rommels
## 4121       noe_mindy
## 4122      jelly_nugg
## 4123 metalichotchoco
## 4124  IntrinsicGames
## 4125   Erwin_Rommels
## 4126    Rujiawoof501
## 4127 AngelaR81493370
## 4128      Solar_Edge
## 4129    ABProminence
## 4130        taeevvvv
## 4131         R3Palma
## 4132          USHO98
## 4133         deregyu
## 4134    froggiehands
## 4135     rivaillekim
## 4136  W4nderingstar1
## 4137  W4nderingstar1
## 4138   Marie123Pizza
## 4139      LupeMohawk
## 4140  W4nderingstar1
## 4141  W4nderingstar1
## 4142          C_Sh3n
## 4143 PlzIjustwanawin
## 4144        _cosm1kk
## 4145   Marie123Pizza
## 4146  IntrinsicGames
## 4147  SayaVermillion
## 4148  W4nderingstar1
## 4149      xSendoh_01
## 4150  W4nderingstar1
## 4151  TheSuperRadRad
## 4152        localsya
## 4153     saito_san23
## 4154      Caitvibaby
## 4155        SirVicta
## 4156    Nessa_Avatar
## 4157 Charles83176631
## 4158         lompotu
## 4159      Iudensecho
## 4160 SuperRichyWorld
## 4161         rhaayns
## 4162      skillybee1
## 4163  W4nderingstar1
## 4164   the_Cat_man01
## 4165  W4nderingstar1
## 4166     LOL_Art_Bot
## 4167  W4nderingstar1
## 4168  W4nderingstar1
## 4169   slatebluehues
## 4170 KarlaFabiolaLp4
## 4171      _rutuja21_
## 4172     saito_san23
## 4173         ak_elon
## 4174  ChampionofAsh1
## 4175  FF14Rengar_cow
## 4176         HahValH
## 4177         yamuckk
## 4178       cryingace
## 4179 WindaSi14397179
## 4180       beedlewin
## 4181        Eien7887
## 4182 StringsNBullets
## 4183      DailySylas
## 4184     MilkyPitaya
## 4185     MilkyPitaya
## 4186        CristOw0
## 4187      DoggyDuder
## 4188         TaigaKC
## 4189     LOL_Art_Bot
## 4190  IntrinsicGames
## 4191      MineVoidMC
## 4192  IntrinsicGames
## 4193        loline24
## 4194     IanRimando4
## 4195     asimm_asimm
## 4196    daweaselbass
## 4197      BionicleDB
## 4198      DDLiebling
## 4199      DDLiebling
## 4200   D_Dimension_S
## 4201       Gustrixtx
## 4202          WLdF0x
## 4203       FanguFufu
## 4204 AnneAnd81932053
## 4205   messy_diglett
## 4206   _ShellCosplay
## 4207 streamerwallcom
## 4208   messy_diglett
## 4209   liam_palomino
## 4210      GShizuchan
## 4211     gambacchino
## 4212 Maurice32496106
## 4213      Hissucubus
## 4214 Neftali29698538
## 4215  CuevasEstuardo
## 4216       meeIgaroo
## 4217    Xwarship3003
## 4218         Alesba3
## 4219        __berner
## 4220         xxb12x1
## 4221     LOL_Art_Bot
## 4222         ZHP0000
## 4223       KikoroImp
## 4224         Gaafff2
## 4225      hollowhoe1
## 4226        viesolde
## 4227     LOL_Art_Bot
## 4228  IntrinsicGames
## 4229       KetsyCola
## 4230        Phytos10
## 4231      KokoLoreto
## 4232    Slipstream_S
## 4233  Daniel17263040
## 4234       requinn_e
## 4235   JoeySpecialEX
## 4236       requinn_e
## 4237    ArtGuerreiro
## 4238      KraxlerFox
## 4239        powpowgz
## 4240      tortiitart
## 4241       mialoette
## 4242    lopolystudio
## 4243         Shuk_BS
## 4244         Shuk_BS
## 4245    ArtGuerreiro
## 4246   KamchiGryphon
## 4247 arcaneebrainrot
## 4248         Shuk_BS
## 4249      eazelpaint
## 4250      Hexteching
## 4251 liahasbeenfound
## 4252       birdnwind
## 4253 ibonedrawhentai
## 4254     LOL_Art_Bot
## 4255       lybg_ivxn
## 4256  IntrinsicGames
## 4257 BrendaA56642710
## 4258  IntrinsicGames
## 4259       Grenix5XG
## 4260         addusto
## 4261     papuchochoe
## 4262      sherry_zin
## 4263  faeriefountain
## 4264      linkuriboh
## 4265      linkuriboh
## 4266      linkuriboh
## 4267         dev1ca1
## 4268 Christo00911332
## 4269   Runechaos1999
## 4270      viridia_n_
## 4271          A26301
## 4272      Sydney_DeM
## 4273    lopolystudio
## 4274        akaryias
## 4275 DavidWe60582422
## 4276 HikariNoYamides
## 4277      ProPeanut3
## 4278 jjkflamenguista
## 4279      PrinnyVelo
## 4280   FireStarDraws
## 4281        anne_iti
## 4282  IntrinsicGames
## 4283 BeckyMo89279313
## 4284  IntrinsicGames
## 4285      KokoLoreto
## 4286         Gaafff2
## 4287    00001111b29s
## 4288      Lizzardday
## 4289     LOL_Art_Bot
## 4290        anne_iti
## 4291 koronbaintenshi
## 4292         SamuwuK
## 4293  DeliveryPandaa
## 4294   VTuberTweeter
## 4295   EvinhaNinfeta
## 4296 AmandaR74669040
## 4297     RonnyStyles
## 4298 AmandaR74669040
## 4299      NinuughAXO
## 4300    Boopitybooma
## 4301      sungmeijoo
## 4302  gothdatefriend
## 4303 WholesomeOldOne
## 4304 WholesomeOldOne
## 4305      cherry0eve
## 4306         Hezixx1
## 4307   LunaluxWrites
## 4308      gabby_meds
## 4309         Numroid
## 4310  IntrinsicGames
## 4311       Pahviboxi
## 4312  IntrinsicGames
## 4313     LOL_Art_Bot
## 4314    nesquik_yt22
## 4315 Eclipse_Phalanx
## 4316 Eclipse_Phalanx
## 4317       melkyrion
## 4318        AllTaric
## 4319 DonaldB74915047
## 4320 academyvladimir
## 4321    Meme26692321
## 4322        kozzy_k_
## 4323        ImMochi_
## 4324  UnknownN3znamy
## 4325         Numroid
## 4326   Rusty78509004
## 4327       monkario1
## 4328     papuchochoe
## 4329 felinae_felidae
## 4330 enterfromthesky
## 4331     papuchochoe
## 4332     papuchochoe
## 4333     papuchochoe
## 4334     papuchochoe
## 4335   M1chael_M_LoL
## 4336     papuchochoe
## 4337    SirenOfAgony
## 4338     papuchochoe
## 4339     papuchochoe
## 4340     papuchochoe
## 4341     papuchochoe
## 4342     papuchochoe
## 4343        moonxpov
## 4344     papuchochoe
## 4345     papuchochoe
## 4346     papuchochoe
## 4347     papuchochoe
## 4348     papuchochoe
## 4349       Caerbear1
## 4350     papuchochoe
## 4351   StarIoannis25
## 4352 BlackMe50174881
## 4353    santioken190
## 4354 Code_Monkey_Dan
## 4355 JosephF21058235
## 4356  IntrinsicGames
## 4357 Veronic79750180
## 4358     KerryNova21
## 4359      Ardian6621
## 4360   Soila53419268
## 4361        Asuyono0
## 4362       Hummerion
## 4363   WitchDoctorGG
## 4364 daddy_daddyduke
## 4365 lovestrangememe
## 4366      HienLeGia1
## 4367      MihoDLuffy
## 4368         ImMcTay
## 4369     LOL_Art_Bot
## 4370  nexhonsartnook
## 4371     Cannibal002
## 4372       alienokhl
## 4373  Moon_nocturne0
## 4374      transcnded
## 4375    StPhantom666
## 4376    daweaselbass
## 4377 Christo22662470
## 4378       Settringh
## 4379       GPirate12
## 4380    CsarEduardo6
## 4381 Crystalwolfmale
## 4382 EdwardT61032813
## 4383         ZyklusW
## 4384    CoachLegocan
## 4385  Blitzshadow021
## 4386       katarexic
## 4387        ItzGrand
## 4388          iiMoki
## 4389        xulijana
## 4390     alexiassama
## 4391    EzrealIsLife
## 4392        fesener1
## 4393 Jessica74714136
## 4394        DonWippo
## 4395 Catheri27847830
## 4396         Zekurix
## 4397    KathaliaRose
## 4398    KathaliaRose
## 4399 la_cueva_de_Aki
## 4400    KobayashiRX7
## 4401      Rincontaku
## 4402         SoTaric
## 4403           Ninv_
## 4404      chasetalix
## 4405 dashofstarshine
## 4406    Chikoritalyn
## 4407        hi__host
## 4408         taeval_
## 4409       lllkyolll
## 4410  IntrinsicGames
## 4411      elshan0193
## 4412  CatsMapleshade
## 4413        Milkybus
## 4414  CatsMapleshade
## 4415         Diogolb
## 4416       roriexart
## 4417       robot_rad
## 4418       AldyViego
## 4419      gutspivete
## 4420       AldyViego
## 4421     LOL_Art_Bot
## 4422 GalaxyGamerYaY1
## 4423       smoresboi
## 4424        jageroux
## 4425    powpowgoboom
## 4426        merfulir
## 4427  IntrinsicGames
## 4428   BeefCakeQween
## 4429       _lupipupi
## 4430  IntrinsicGames
## 4431  IntrinsicGames
## 4432 Alonso024836477
## 4433   HuntressAzora
## 4434     oldrunemage
## 4435 different_squig
## 4436     xGamingRose
## 4437      Anim8rgirl
## 4438     FloweryReid
## 4439     FloweryReid
## 4440         SrWebo1
## 4441       LilacWisp
## 4442         Toooxxy
## 4443   All_My_Havens
## 4444   All_My_Havens
## 4445     FloweryReid
## 4446     FloweryReid
## 4447  IntrinsicGames
## 4448       PamMoruno
## 4449 Kimberl89500266
## 4450    MicaSaldivar
## 4451     FloweryReid
## 4452        notfingu
## 4453        notfingu
## 4454     LOL_Art_Bot
## 4455        notfingu
## 4456        notfingu
## 4457        notfingu
## 4458      AfgathaOsa
## 4459        notfingu
## 4460    ronaldjaegan
## 4461      RatRatGirl
## 4462      AfgathaOsa
## 4463    DamadiSangue
## 4464   SivirPrincess
## 4465       dante173p
## 4466      CelStacker
## 4467  IntrinsicGames
## 4468         DTEishi
## 4469 katerinechan145
## 4470   FeelMyStealth
## 4471   FeelMyStealth
## 4472   FeelMyStealth
## 4473       theZerada
## 4474       BurrPuppy
## 4475    maprangmp079
## 4476  sayakamyblorbo
## 4477    RuckusWright
## 4478   Barry87836497
## 4479          Huudys
## 4480     LOL_Art_Bot
## 4481         a1isaie
## 4482   JoeySpecialEX
## 4483  sennamybeloved
## 4484      SonnyBurge
## 4485       yuuneelli
## 4486         vylnora
## 4487 tweetfo71515312
## 4488     FRCretweets
## 4489        Sass_lol
## 4490     vis_cupcake
## 4491           CP0rk
## 4492    Death_Warden
## 4493 BrendaA56642710
## 4494       moonser21
## 4495        Lunion22
## 4496       moonser21
## 4497       moonser21
## 4498    solace222sys
## 4499     Twilit_Hero
## 4500         HepTuxi
## 4501     LOL_Art_Bot
## 4502     LOL_Art_Bot
## 4503  IntrinsicGames
## 4504           CP0rk
## 4505      Xx_VOlD_xX
## 4506 HannahB36441825
## 4507         Motafu2
## 4508        jrdavlos
## 4509       Avernath1
## 4510       Avernath1
## 4511        keriahri
## 4512 streamerwallcom
## 4513     FRCretweets
## 4514 AdamSmi33050444
## 4515       smol_rosi
## 4516       DejaFoxxx
## 4517     evasivecorn
## 4518 StreetPunkStyle
## 4519       Jageriann
## 4520         Zonka69
## 4521         Zonka69
## 4522     hermeticuss
## 4523         Jjft645
## 4524  IntrinsicGames
## 4525  IntrinsicGames
## 4526         Zonka69
## 4527     Fortuna_exe
## 4528        astrodid
## 4529         Zonka69
## 4530 JackNap47234938
## 4531        Sonomic1
## 4532      funkerdale
## 4533       Rubileeto
## 4534       lucanaka_
## 4535      AstralAhri
## 4536 ccscottservices
## 4537       WormieArt
## 4538  IamBenStirling
## 4539         ahrij19
## 4540        alttokan
## 4541     BilykNadiia
## 4542 YeoReum56993351
## 4543 Lindsey11360895
## 4544 oleandrinhoreal
## 4545 Melissa72140639
## 4546  IntrinsicGames
## 4547         5unknyA
## 4548      TagTeam008
## 4549  IntrinsicGames
## 4550  IntrinsicGames
## 4551 tsisqua_unoyvgv
## 4552    gorobchik_ua
## 4553      BlueBoii12
## 4554        ayuki337
## 4555     BixbyManing
## 4556 William90381973
## 4557   EmpanadaDepre
## 4558  EsportsTweeter
## 4559          NK_Tiz
## 4560      edogawamio
## 4561   essentiafurto
## 4562 RobertK17737734
## 4563   essentiafurto
## 4564       sa_juhong
## 4565         X17Swan
## 4566     kryptidkore
## 4567  jinxgirlfriend
## 4568        Vilictor
## 4569     AntareX_306
## 4570     LOL_Art_Bot
## 4571      CoreSinouh
## 4572  IntrinsicGames
## 4573 Christo58898072
## 4574        M00NSB4K
## 4575  IntrinsicGames
## 4576 Christo58898072
## 4577      bunkokoron
## 4578 JamesJi46864721
## 4579 gettinbiggertha
## 4580      DarkSteler
## 4581        g0at1337
## 4582          ih8seb
## 4583 sansundertale68
## 4584 Matthew06228275
## 4585      threshbaby
## 4586        misenuwu
## 4587      KraxlerFox
## 4588      KraxlerFox
## 4589   ProjectRedEye
## 4590         BogShev
## 4591       spaceylux
## 4592     LOL_Art_Bot
## 4593      kavovarova
## 4594 rosstabowl_ross
## 4595          baux_u
## 4596         HdDxrth
## 4597        RazzleyD
## 4598      ssznshadow
## 4599   Kashi89300726
## 4600  Noc_artsngames
## 4601       itstu_art
## 4602       _face1ess
## 4603  IntrinsicGames
## 4604 GalaxyGamerYaY1
## 4605  IntrinsicGames
## 4606  StrawbeePlushy
## 4607     senika_okti
## 4608   clarkpeter200
## 4609     sparklytowa
## 4610        Larvanin
## 4611      Terryfic87
## 4612        Larvanin
## 4613 StaishBlackRose
## 4614        Larvanin
## 4615        Larvanin
## 4616   flyindutchess
## 4617     LOL_Art_Bot
## 4618     _RockinJoe_
## 4619  LilyTheFlorist
## 4620 William75341199
## 4621   egirldajungle
## 4622         A_RXSSK
## 4623 Chiccharron____
## 4624     xitosucries
## 4625      irisdregal
## 4626    EnderMarty96
## 4627       Farathil3
## 4628       Zockyer73
## 4629  sundialMelodic
## 4630     LOL_Art_Bot
## 4631       Flat__Ray
## 4632  Feather_Fatale
## 4633      JinxAndLux
## 4634      stoner_037
## 4635      DrawLighty
## 4636       nessa_05_
## 4637       jonj14442
## 4638     mittensdoif
## 4639      KanaPeriod
## 4640     LOL_Art_Bot
## 4641       howdia_ir
## 4642       ilesbeeca
## 4643    cinnamon_kel
## 4644  CirculatingArt
## 4645   DoubleLarriet
## 4646        TheFatt_
## 4647 angelic_morgana
## 4648          _Alo3_
## 4649          SsscyT
## 4650      aeon_xayah
## 4651      bel_lkaart
## 4652         imaiwon
## 4653     LOL_Art_Bot
## 4654        OfOmnath
## 4655      VaVikStyle
## 4656 hextechenforcer
## 4657    Wizard707420
## 4658         X17Swan
## 4659    rafaela_rush
## 4660    rafaela_rush
## 4661  IntrinsicGames
## 4662  IntrinsicGames
## 4663    rafaela_rush
## 4664       quasheck_
## 4665  AsswecanSenpai
## 4666   bunny_babbits
## 4667  yarwolf3216655
## 4668         KDAEkko
## 4669      Chrisccr06
## 4670    Andromeda_xh
## 4671     kudos2hachi
## 4672     LOL_Art_Bot
## 4673     LOL_Art_Bot
## 4674     RatThumbsUp
## 4675  sinodemsakalin
## 4676     sparklytowa
## 4677        Waldfeld
## 4678    lola_tsubasa
## 4679        jprrrrrr
## 4680   memesos333999
## 4681 AshleyM13544744
## 4682  IntrinsicGames
## 4683 GailWil45711350
## 4684      gumiholic_
## 4685       its_joans
## 4686    Aaronhart323
## 4687      FoxySuzune
## 4688     KoTinTrysaX
## 4689      eazelpaint
## 4690  IntrinsicGames
## 4691 MrRonaldRaymon1
## 4692 Kristin82565964
## 4693         kirki__
## 4694     saloock1999
## 4695        evynfall
## 4696  tiny_bulbasaur
## 4697    QuitzeAlissa
## 4698       Sunset_sn
## 4699        dempugs1
## 4700     Kaimactrash
## 4701         a1isaie
## 4702         TheMrJ5
## 4703 AdityaS23672097
## 4704          P0rco_
## 4705          keji76
## 4706    Unf_Freckles
## 4707 JohnGla60217428
## 4708        LC_daniM
## 4709  NotCarlFortune
## 4710  NotCarlFortune
## 4711      BreiizKage
## 4712      MineVoidMC
## 4713    WitchFanLMAO
## 4714         ZyklusW
## 4715      lolBeullee
## 4716     kalita_spec
## 4717      Mrcastle08
## 4718      MicheleASP
## 4719      LunaticADC
## 4720        gamrrant
## 4721        gamrrant
## 4722       KoDiArt96
## 4723      Allenkun18
## 4724      Zephry_zep
## 4725      MineVoidMC
## 4726 ApenasUmCara188
## 4727    Unf_Freckles
## 4728      Giulio_Xem
## 4729        sanha666
## 4730     KoTinTrysaX
## 4731          48d347
## 4732   Petitchuuchuu
## 4733      evowolf520
## 4734      Sp1ne_Sh0t
## 4735       cederox08
## 4736       HacnaSnar
## 4737 JaredCl90352732
## 4738     LOL_Art_Bot
## 4739      luv_astral
## 4740          zaunsp
## 4741       _HSKY1805
## 4742      MineVoidMC
## 4743      CDDTReborn
## 4744        BluGiraf
## 4745    ilti70315702
## 4746        Chojinki
## 4747 raulgom86066610
## 4748 AshleyC67028952
## 4749          Goosx7
## 4750  IntrinsicGames
## 4751   Pitch_B_Queen
## 4752  IntrinsicGames
## 4753  _another_tina_
## 4754         root2ww
## 4755     StormikSzef
## 4756        kaposury
## 4757  MoonlightLigh5
## 4758          _Dethi
## 4759       _bansshi_
## 4760        xsayvian
## 4761    ArtGuerreiro
## 4762      kingstead_
## 4763     Zarath_10th
## 4764   jonslilaceyes
## 4765        hi__host
## 4766   VTuberTweeter
## 4767 TuskorWolfsClaw
## 4768    slyfersakura
## 4769       ajobninja
## 4770   I_LOVE_MALINA
## 4771      pizzazpizy
## 4772 Eclipse_Phalanx
## 4773   cloud68588590
## 4774        Mirrenis
## 4775  IntrinsicGames
## 4776        Mirrenis
## 4777         KenRddt
## 4778         KmUK902
## 4779    daweaselbass
## 4780       campesnap
## 4781 The_LadyScorpio
## 4782      alicesixth
## 4783       fronezone
## 4784    Hitsugaya210
## 4785 streamerwallcom
## 4786       fudeberto
## 4787 SquishyMaster01
## 4788      Lambada104
## 4789      LinkBowzer
## 4790      RatRatGirl
## 4791       angeeelsw
## 4792       didkosoia
## 4793 SylasDesencade1
## 4794     papuchochoe
## 4795        moonxpov
## 4796       Ainrehtea
## 4797         shefox_
## 4798 GuaxinimApaixo1
## 4799     techmaturgy
## 4800         JayCx96
## 4801  marytweetsmtms
## 4802     barbahatury
## 4803    CureRhapsody
## 4804       howdia_ir
## 4805  IntrinsicGames
## 4806  IntrinsicGames
## 4807        nicsm516
## 4808     LOL_Art_Bot
## 4809 theartoftempest
## 4810       luxsexual
## 4811 Catheri27847830
## 4812  CosmicPeanut_0
## 4813   RepulsiveMaid
## 4814        AxelHoza
## 4815      Gay_Vibes_
## 4816    MartinBole19
## 4817     VesperyNoir
## 4818 Melissa72140639
## 4819       ezredwan0
## 4820 The_Little_Iral
## 4821          RewTox
## 4822  ThisIsNotChito
## 4823         asshego
## 4824     LOL_Art_Bot
## 4825      gabby_meds
## 4826     Jossy201TRM
## 4827 KarenJo98992013
## 4828      AskyReddit
## 4829      gabby_meds
## 4830        MssLupin
## 4831  NoImaginationP
## 4832     StoneLaRone
## 4833     LOL_Art_Bot
## 4834     chabonbon13
## 4835        amr83160
## 4836         shefox_
## 4837 Bananasandmilk3
## 4838     DrakeLord07
## 4839     StoneLaRone
## 4840    Lethalflames
## 4841  AlejandroFG207
## 4842         Diox942
## 4843     YELVXIFASHI
## 4844     LOL_Art_Bot
## 4845     abze_darius
## 4846      Tyrann1992
## 4847   Nightly_Valle
## 4848    lopolystudio
## 4849          NbYn27
## 4850     Ryklonprime
## 4851      DivaSaorin
## 4852  DianaTheLonely
## 4853 asksredditques1
## 4854         LegioIs
## 4855    OriginalAjax
## 4856     Lueur_Bleue
## 4857         Lowe136
## 4858      mambolina0
## 4859        icosmic_
## 4860       ken309515
## 4861  Caretakersmark
## 4862  MegumiBandicot
## 4863     AzukiSaishi
## 4864      kasukitsuu
## 4865      umbralcrow
## 4866  IntrinsicGames
## 4867   luisobborges2
## 4868   VTuberTweeter
## 4869     Imagine_Mes
## 4870       NullIsAt0
## 4871    rafaela_rush
## 4872   BushidoViking
## 4873        morlon_n
## 4874 panchasplanchas
## 4875   CutHutagalung
## 4876         Soumac_
## 4877     LOL_Art_Bot
## 4878      DivaSaorin
## 4879         giiggit
## 4880    TheGooseGod3
## 4881       Asillan_T
## 4882     Polevolter_
## 4883    OdinOverlord
## 4884     ratha_draws
## 4885    Oikawasimp13
## 4886       nezikoart
## 4887    mandarinable
## 4888   tonyrobledo16
## 4889   freefireJack2
## 4890   freefireJack2
## 4891      afterhopee
## 4892    crossedfires
## 4893      SCangrejos
## 4894         Hoten__
## 4895         PudimTf
## 4896   CaravanLurker
## 4897         amil0r1
## 4898        LuvuGwen
## 4899 JeanTheQueen_13
## 4900 HeadBangerPoppy
## 4901         giiggit
## 4902  IntrinsicGames
## 4903 CaitlynSheriffB
## 4904 JeanTheQueen_13
## 4905  IntrinsicGames
## 4906         ErizsNm
## 4907  IntrinsicGames
## 4908   FappachinoLOL
## 4909 ForeverCatrado1
## 4910    TaokakaAna98
## 4911 wertyui29094395
## 4912       tubbylubs
## 4913      AgGenki444
## 4914 MarySol79574442
## 4915       KSebaxter
## 4916     seraaphine1
## 4917       Imkleiner
## 4918     KinnieTwice
## 4919     pokefriki97
## 4920 AmbivalentSlime
## 4921     Kalosking08
## 4922   chen_shaoqing
## 4923       Pip0o0piP
## 4924   _Ahri_Rimror_
## 4925   _Ahri_Rimror_
## 4926    voids_shadow
## 4927   _Ahri_Rimror_
## 4928       jeqon2020
## 4929  Kreinyolkendov
## 4930  IntrinsicGames
## 4931      katofrivia
## 4932   biggdaddygerm
## 4933     FRCretweets
## 4934    AdriansyahPt
## 4935         Axtrek1
## 4936    AdriansyahPt
## 4937 MishMos07938344
## 4938  IntrinsicGames
## 4939  IntrinsicGames
## 4940  IntrinsicGames
## 4941     BLADEDANCXR
## 4942    hicks61katie
## 4943       Hanafi__B
## 4944        Lunahrix
## 4945    thatsbiz4rre
## 4946     LOL_Art_Bot
## 4947          443Eze
## 4948     ArthaielEng
## 4949  KuroNekoKimiVT
## 4950          Jorzz_
## 4951      LkgodEye03
## 4952 NicoleC26828091
## 4953         Sevaoao
## 4954       RyuBlaze6
## 4955  Violeta_201294
## 4956  Violeta_201294
## 4957  Violeta_201294
## 4958  Violeta_201294
## 4959 littlemasokitty
## 4960     LOL_Art_Bot
## 4961         Gaafff2
## 4962    XXAltiliumXX
## 4963         sacorxi
## 4964  EsportsTweeter
## 4965 AmandaR74669040
## 4966 Eclipse_Phalanx
## 4967 psychedel_world
## 4968      MineVoidMC
## 4969        PTSDcore
## 4970      bdimenbort
## 4971       BlazedRTs
## 4972          sme_rt
## 4973 psychedel_world
## 4974  IntrinsicGames
## 4975      wordlimit1
## 4976   Josstevaan_22
## 4977 psychedel_world
## 4978  IntrinsicGames
## 4979        dempugs1
## 4980      oreoartist
## 4981    kingofpizzas
## 4982 DonnaMa87493639
## 4983      Riyou_Kisa
## 4984   Josstevaan_22
## 4985    vrxjewelvi__
## 4986     BlinkyChild
## 4987 DrZieglerAngela
## 4988  bluestar121797
## 4989      hollowfae1
## 4990        LiLiNii7
## 4991        Godxolot
## 4992     LOL_Art_Bot
## 4993  IntrinsicGames
## 4994    AtunCachondo
## 4995     LOL_Art_Bot
## 4996  IntrinsicGames
## 4997     Llonmalfarc
## 4998       Kyromderg
## 4999      rindrakemo
## 5000        akalynn4
## 5001          fxncx4
## 5002       daxzxdraw
## 5003       TRLcrypto
## 5004        666daeva
## 5005        Matej941
## 5006       lennycate
## 5007       aleigh_99
## 5008    LadyFortune5
## 5009        MaChi977
## 5010 AshleyC67028952
## 5011     illumitroxa
## 5012  TainTed_WisdoM
## 5013        napo_ofc
## 5014     LOL_Art_Bot
## 5015     LOL_Art_Bot
## 5016     illumitroxa
## 5017     KoTinTrysaX
## 5018    CsjgamingtvR
## 5019 NicoleB42064037
## 5020   CookieBadger6
## 5021        VoloVoss
## 5022       zmeitsssa
## 5023        mwestep1
## 5024 TeamInseparable
## 5025        SyLoN412
## 5026 WendyNe56305357
## 5027 BobocaCarambola
## 5028 WendyNe56305357
## 5029 WendyNe56305357
## 5030 William93707525
## 5031         HygaraS
## 5032      _Lucacine_
## 5033         shibeix
## 5034         DekoDGS
## 5035   morbidmoonart
## 5036        T41LW1ND
## 5037      Chorromppy
## 5038         HygaraS
## 5039     yzagatilogo
## 5040     yzagatilogo
## 5041 yayanannakbonek
## 5042        T41LW1ND
## 5043    vyra_gunawan
## 5044          tmsoae
## 5045     Tegarjkt48l
## 5046        tatidiba
## 5047 shortieaikqueen
## 5048   shodwingsby12
## 5049   shodwingsby12
## 5050      saz_miyake
## 5051  satibikakadede
## 5052     salah201436
## 5053     nicononeeko
## 5054        rosydonk
## 5055   ronan26145164
## 5056        rosydonk
## 5057   ronan26145164
## 5058        rosydonk
## 5059   rinarustina18
## 5060  IntrinsicGames
## 5061   rinarustina18
## 5062   rinarustina18
## 5063      resender55
## 5064      resender55
## 5065      gushii_art
## 5066  IntrinsicGames
## 5067  rahman55340298
## 5068    rafitasari88
## 5069     AnaaUchihaa
## 5070       pchensiau
## 5071       pchensiau
## 5072       pchensiau
## 5073        SidHyena
## 5074       pchensiau
## 5075 OneDire64575252
## 5076 OneDire64575252
## 5077 OneDire83098184
## 5078   Numba1TwiGurl
## 5079  Adolfo59450198
## 5080         ndonepi
## 5081         mshraak
## 5082         mshraak
## 5083         mshraak
## 5084      moiseskuzu
## 5085   mithakirana86
## 5086   mithakirana86
## 5087       BoonDolan
## 5088    minarnakimut
## 5089         mimau26
## 5090      retrodisk_
## 5091   memey_itachie
## 5092   memey_itachie
## 5093   memey_itachie
## 5094   imnotmartina_
## 5095        TyanaUwU
## 5096     larrybiddyy
## 5097       CHOCOT4RT
## 5098     larrybiddyy
## 5099      Liviaphine
## 5100    knottangel66
## 5101         _saIad_
## 5102 kinanti_latifah
## 5103      MineVoidMC
## 5104        Trendix3
## 5105    MayhemJunker
## 5106        k2ngdrew
## 5107        kalmick3
## 5108      NashDumont
## 5109     josevaldano
## 5110        ohniznus
## 5111     josevaldano
## 5112     LOL_Art_Bot
## 5113         rtItBot
## 5114    hottuck13579
## 5115   Idrisyabdy254
## 5116    IdOn58601217
## 5117       IamLhaila
## 5118  iamlollieperry
## 5119       IamLhaila
## 5120       hicbwicbw
## 5121       hicbwicbw
## 5122       hicbwicbw
## 5123       BabyAskou
## 5124 hasanprastiawan
## 5125      hannyfah77
## 5126      hannyfah77
## 5127   hamdy49421754
## 5128     TweetingIGz
## 5129   hamdy49421754
## 5130     safiroanejo
## 5131  Arashikami_Jun
## 5132       Gemwookie
## 5133       Gemwookie
## 5134 bacon_pancake_8
## 5135       Gemwookie
## 5136   GalangSubakti
## 5137   GalangSubakti
## 5138 FromInsideGuard
## 5139  IntrinsicGames
## 5140 FromInsideGuard
## 5141      framu_nice
## 5142  IntrinsicGames
## 5143    fofoahmed955
## 5144   LoveCatsRobin
## 5145  LilyTheFlorist
## 5146     XVI_tAWOOer
## 5147  fathansytahibi
## 5148  kirisaki_ritsu
## 5149  fathansytahibi
## 5150  fatarubasarfan
## 5151       fasmaryta
## 5152  fatarubasarfan
## 5153  fathansytahibi
## 5154       fasmaryta
## 5155      haseolinkz
## 5156   AtomicLuke705
## 5157    fadilalfatin
## 5158    fadilalfatin
## 5159  fadilahahmad27
## 5160 GalaxyGamerYaY1
## 5161   ernestodavidg
## 5162     ernaputri19
## 5163   ernestodavidg
## 5164   ernestodavidg
## 5165     ernaputri19
## 5166   ergrgrgregrgr
## 5167     elle_lalola
## 5168         railoth
## 5169 Elizabe65892211
## 5170 Elizabe65892211
## 5171 JeanTheQueen_13
## 5172    MartinBole19
## 5173   IgorAlves1209
## 5174       dunan_sto
## 5175       dordansi1
## 5176       DJStrong6
## 5177     DjohitzOFC1
## 5178     DjohitzOFC1
## 5179   DesertRose_NZ
## 5180       Wistorman
## 5181      LyreHikari
## 5182    BKMR46944635
## 5183    dorito_green
## 5184    Derpywifflez
## 5185       yorickzoa
## 5186  dessimortality
## 5187 SunGodLuffytaro
## 5188      desimutz88
## 5189      desimutz88
## 5190   DesertRose_NZ
## 5191      desimutz88
## 5192      desimutz88
## 5193        Koiarts1
## 5194        Koiarts1
## 5195      DellaKlara
## 5196       Phalanxus
## 5197 YasminaTheDeeva
## 5198   cute_julienne
## 5199   cristina_remo
## 5200     SkytheAnnur
## 5201         P1X3LT4
## 5202      Vinyonetta
## 5203 Charles62217253
## 5204 William90381973
## 5205        Cavience
## 5206      ceazar_jay
## 5207        Cavience
## 5208      ceazar_jay
## 5209   bubblegum1111
## 5210  brendadobrazil
## 5211 brenda_parker87
## 5212 brenda_parker87
## 5213       bmbaktiar
## 5214     Zarath_10th
## 5215       BayuSorga
## 5216       BayuSorga
## 5217    baynxbhetink
## 5218   babababannnba
## 5219   babababannnba
## 5220   AyestasNahomy
## 5221   AyestasNahomy
## 5222    Aswinksajeev
## 5223    Aswinksajeev
## 5224    arulsazza123
## 5225   ardiankemal10
## 5226   ardiankemal10
## 5227  ansarifarhan50
## 5228  IntrinsicGames
## 5229    alvie_petere
## 5230    alvie_petere
## 5231  IntrinsicGames
## 5232    aliviacorley
## 5233  AliyudinRezink
## 5234      allwayshop
## 5235    aldilaclouds
## 5236      aldynbulay
## 5237    aliviacorley
## 5238    aliakbar3543
## 5239         Hezixx1
## 5240    aliakbar3543
## 5241    aldilaclouds
## 5242  IntrinsicGames
## 5243       agong_mia
## 5244       Aiwuyoben
## 5245         Hezixx1
## 5246    AikooNicolas
## 5247       agong_mia
## 5248      MineVoidMC
## 5249   adenurohman53
## 5250     abner_ajjah
## 5251   adenurohman53
## 5252   adenurohman53
## 5253     abner_ajjah
## 5254      13_shaunna
## 5255      13_shaunna
## 5256      13_shaunna
## 5257        Dark390N
## 5258         Aulyer1
## 5259        Etno_Log
## 5260  OfficialAinstu
## 5261        SnowEish
## 5262    SandskillArt
## 5263        Badrafox
## 5264  1consimptsukki
## 5265      sussymissy
## 5266   GabuGabu_Fang
## 5267       xiao_ilyb
## 5268      aceetlstan
## 5269      loli_lolka
## 5270         Pug616P
## 5271      abbottsoos
## 5272 Lindsey11360895
## 5273  IntrinsicGames
## 5274    CryingFurby1
## 5275        hlk50000
## 5276   SombraSupport
## 5277     BlueAnKyung
## 5278       qwaszx986
## 5279     LOL_Art_Bot
## 5280           KCLGE
## 5281  ShiiinaGoNNNNN
## 5282         Loza710
## 5283        jelovrgr
## 5284       meeIgaroo
## 5285    Deepblue_Fox
## 5286      senvantiel
## 5287       jawboukie
## 5288 chica_curiosa_1
## 5289   neekopandetta
## 5290 TaraWoo80025913
## 5291        A1978asd
## 5292    Lunarkinesis
## 5293   neekopandetta
## 5294 NanaStoryweaver
## 5295        hlk50000
## 5296 LightningBaron1
## 5297        T41LW1ND
## 5298          te4_ll
## 5299 LightningBaron1
## 5300        Radgar12
## 5301    1HAgrandmama
## 5302 JoshuaH65875147
## 5303         slash0x
## 5304      Hellionplz
## 5305  TieflingLovers
## 5306         Dtea_DC
## 5307   GloriesUnsung
## 5308  IntrinsicGames
## 5309  IntrinsicGames
## 5310       fronezone
## 5311   Tugceamaadeka
## 5312    killmonger52
## 5313      bunkokoron
## 5314   pheonixdroid1
## 5315      Pielord640
## 5316      mariam270_
## 5317     LOL_Art_Bot
## 5318   TheFallen0506
## 5319   Carameli_arts
## 5320 Kristin82565964
## 5321 alejandrocarv13
## 5322       Alan22910
## 5323        Shiwowuu
## 5324        Shiwowuu
## 5325        legen_87
## 5326     LOL_Art_Bot
## 5327       Rick_0097
## 5328           lA30C
## 5329 Far0fer0fficial
## 5330     KaptainKang
## 5331   SnatcherStuff
## 5332         xrosh00
## 5333 KatarinaMyCrush
## 5334       medok_art
## 5335  IntrinsicGames
## 5336   KuroIkazukchi
## 5337       critdamnn
## 5338  sunkilledyouth
## 5339   RidiculedSeal
## 5340      koopa_yang
## 5341        levercle
## 5342  HaryantiLembah
## 5343 BritishDudeGame
## 5344        Reyon_81
## 5345        Shiwowuu
## 5346    1HAgrandmama
## 5347  0ceanGrayWaves
## 5348 SocialDesignCr1
## 5349         Vardda_
## 5350         kyh1992
## 5351 DanieLL39885840
## 5352 ArtawanNajmudin
## 5353 ThomasP70724796
## 5354  IntrinsicGames
## 5355  IntrinsicGames
## 5356     Sandy_Raven
## 5357  IntrinsicGames
## 5358       atego3691
## 5359      FredsterV1
## 5360        nami_irl
## 5361       Hiron2018
## 5362        Julczaqu
## 5363  nomoreesports_
## 5364       howdia_ir
## 5365       Hey__Enzo
## 5366       jldurham6
## 5367       SkullyTeh
## 5368     LOL_Art_Bot
## 5369     merlin99961
## 5370  MrJoshuaGibbs1
## 5371    pissdichalte
## 5372      Jinxdatsme
## 5373       CrabbyBlu
## 5374     MageIngrid2
## 5375        miri9336
## 5376 rhaaa_st_kawaii
## 5377         HdDxrth
## 5378 Werewolflord767
## 5379 asksredditques1
## 5380        FezlLeBG
## 5381  IntrinsicGames
## 5382       Rubileeto
## 5383  IntrinsicGames
## 5384   GetDunkedCarl
## 5385      ChompSpark
## 5386   romaschka1590
## 5387        amorhobi
## 5388 Anthony87651440
## 5389       suryono_r
## 5390  MissingFurKeys
## 5391        MM_SeLRa
## 5392       ManuBrook
## 5393       TaiKyunA4
## 5394  wildncrazyguy1
## 5395    1HAgrandmama
## 5396    CloudedLotus
## 5397       Mogalexxx
## 5398  RaineInarigami
## 5399       LMinmochi
## 5400     Monthertt99
## 5401   FrigateFuture
## 5402       TaiKyunA4
## 5403          dmiice
## 5404    swissesports
## 5405          NgSoma
## 5406   GreenDevil606
## 5407     C_Y_R_U_S_9
## 5408 Alonso024836477
## 5409       Mimmilol_
## 5410   AngelAviaLen1
## 5411        xulijana
## 5412 verysafeforarty
## 5413        fesener1
## 5414        fesener1
## 5415        OpLekker
## 5416 AnneAnd81932053
## 5417          OsSiCl
## 5418         Rfkdu01
## 5419      _Gamicity_
## 5420         euweslz
## 5421        LadyImel
## 5422      MineVoidMC
## 5423   blake_the_gay
## 5424     hiimhigh231
## 5425       Synapical
## 5426 AliciaW92648805
## 5427   sponk38976647
## 5428        BPstalin
## 5429       Globeplay
## 5430 iu_exo_xoxoasma
## 5431  IntrinsicGames
## 5432 HarryTh67235811
## 5433    MorganCygnus
## 5434      Odette0081
## 5435         MidnLen
## 5436 RazenBabouche02
## 5437     LOL_Art_Bot
## 5438    fan_valkyrie
## 5439        GzmLucas
## 5440    BooskAlcoolo
## 5441    fan_valkyrie
## 5442       AnaBCDias
## 5443        angase_6
## 5444       AnaBCDias
## 5445     LabarreTheo
## 5446       AnaBCDias
## 5447   GaetanTheWise
## 5448   Hylla_T_Aldan
## 5449     ColdenJulks
## 5450     MageIngrid2
## 5451       notlazeon
## 5452     Duh98993131
## 5453 missbluewatch26
## 5454    BKMR46944635
## 5455       jbaileyz1
## 5456      lexasjamie
## 5457   freefireJack2
## 5458     LOL_Art_Bot
## 5459   LunariSolveig
## 5460 aphelionaphelia
## 5461       parakonal
## 5462   quetsacloatl1
## 5463 AshleyC67028952
## 5464    MokshdaDesai
## 5465 AshleyC67028952
## 5466 Kingdomkirklan1
## 5467    FelixRevaera
## 5468  IntrinsicGames
## 5469        D4Rkfor3
## 5470  IntrinsicGames
## 5471        ohmwaist
## 5472 RizkiBu19604930
## 5473       ArcanosXX
## 5474         ZyklusW
## 5475  AndradeNacimba
## 5476      Cilantross
## 5477      Cilantross
## 5478  IntrinsicGames
## 5479  IntrinsicGames
## 5480  spiritualtails
## 5481  reevemealone02
## 5482      MineVoidMC
## 5483 GalaxyGamerYaY1
## 5484 studiouscrocod4
## 5485   CutHutagalung
## 5486        gamrrant
## 5487  EsportsTweeter
## 5488  IntrinsicGames
## 5489   DestinyMoon66
## 5490      oatzealquo
## 5491 Christo58898072
## 5492      MineVoidMC
## 5493       _nanakat_
## 5494  Ishtar45767208
## 5495 candied_corpses
## 5496     FrasierWolf
## 5497         NesmeGR
## 5498     LeifTheMizu
## 5499  IntrinsicGames
## 5500    Juls06460843
## 5501      cvj_arcane
## 5502  Red_Pepperlove
## 5503         DTEishi
## 5504  Bellathekid269
## 5505 phantasmicheart
## 5506        K4t4kvr1
## 5507    OfKittyAngel
## 5508    OfKittyAngel
## 5509    OfKittyAngel
## 5510 JoshuaH65875147
## 5511     LOL_Art_Bot
## 5512     coder_cajun
## 5513 SausageSmoothie
## 5514        vicaitzz
## 5515     jddhjej6969
## 5516        hlk50000
## 5517  IntrinsicGames
## 5518  IntrinsicGames
## 5519      thronewell
## 5520        o_jota_v
## 5521        snoonoo3
## 5522  IntrinsicGames
## 5523     LOL_Art_Bot
## 5524         MeubIes
## 5525    VisRomanNose
## 5526 Anthony87651440
## 5527        Oraangsh
## 5528     Stan_VI_516
## 5529   VirG010092006
## 5530  IntrinsicGames
## 5531  IntrinsicGames
## 5532  IntrinsicGames
## 5533    MooncakePhel
## 5534     LOL_Art_Bot
## 5535 Christo13205095
## 5536        Svelstri
## 5537        SOSOMill
## 5538        Agolaris
## 5539  GloryToPeaches
## 5540        o_jota_v
## 5541  levihuynh25121
## 5542        o_jota_v
## 5543          bop911
## 5544        o_jota_v
## 5545        o_jota_v
## 5546        o_jota_v
## 5547      ClintWolfo
## 5548     kalita_spec
## 5549  IntrinsicGames
## 5550  IntrinsicGames
## 5551       selenoria
## 5552  IntrinsicGames
## 5553    DavidWolf717
## 5554  IntrinsicGames
## 5555  Blitzshadow021
## 5556 Katheri84765877
## 5557       selenoria
## 5558    brasil_klaus
## 5559      DeeVulture
## 5560 sebasti59498792
## 5561  Hoochiemamah0e
## 5562  Hoochiemamah0e
## 5563   DongoranOliva
## 5564           CP0rk
## 5565  IntrinsicGames
## 5566  IntrinsicGames
## 5567        Collieyg
## 5568       Jackie_zi
## 5569     edgarpazos1
## 5570     KoTinTrysaX
## 5571   jhonmartorres
## 5572 William11454856
## 5573     LOL_Art_Bot
## 5574       Avernath1
## 5575       bonerfly1
## 5576  wtd3qthDlz460n
## 5577      dullahanya
## 5578     vis_cupcake
## 5579       rescrapts
## 5580  IntrinsicGames
## 5581  IntrinsicGames
## 5582 Matches89420436
## 5583        Hoolies4
## 5584        AkutoRen
## 5585     Ryklonprime
## 5586      MineVoidMC
## 5587      Ramzi__Art
## 5588    darioman9086
## 5589 DavidSa19466223
## 5590         Riixzoh
## 5591         Riixzoh
## 5592   MonkeyMenacee
## 5593      lblueviper
## 5594      lblueviper
## 5595       soge_____
## 5596        V0idrune
## 5597  ahrislovecharm
## 5598 William90381973
## 5599 DonMalo30078585
## 5600     kingswaggy6
## 5601   ZachNorthwood
## 5602  EvelynAndEevee
## 5603  IntrinsicGames
## 5604    Ghostycheese
## 5605  IntrinsicGames
## 5606    OriginalAjax
## 5607     dorago_kyun
## 5608        Neomeir1
## 5609 salisburymista1
## 5610        o_jota_v
## 5611        o_jota_v
## 5612 salisburymista1
## 5613        fesener1
## 5614      annettepsd
## 5615         Kaaale6
## 5616  komaeda_nagisa
## 5617        adduriel
## 5618 DonnaJo43302569
## 5619  dalamarthedank
## 5620     LOL_Art_Bot
## 5621 Anthony87651440
## 5622       AshJellah
## 5623     YukioHelsie
## 5624 DakunesuDorago2
## 5625    BKMR46944635
## 5626   a_distantstar
## 5627    corpse_guide
## 5628  IntrinsicGames
## 5629 JerryBu49551618
## 5630     coder_cajun
## 5631       SArckadiy
## 5632         TIXIXX1
## 5633    Ell_DragonAD
## 5634     akemidotwav
## 5635   MandalaMahmud
## 5636  SatansPinkGoat
## 5637 HarryTh67235811
## 5638       simp_of2d
## 5639    yayakanDaily
## 5640 Melissa72140639
## 5641 RicardoDavenp13
## 5642    yayakanDaily
## 5643    Yami_Tsuki34
## 5644      chaintool2
## 5645       Sara_903_
## 5646          Taokyi
## 5647      LXWasTaken
## 5648     CrunchSupre
## 5649     CrunchSupre
## 5650  IntrinsicGames
## 5651     Myriadtruth
## 5652      Marllons_y
## 5653  BlakhartDragon
## 5654     imScott_uwu
## 5655      TheJakoMan
## 5656        telogrus
## 5657   NortonGaybell
## 5658     pickmeup__0
## 5659 PureArtsLimited
## 5660 PureArtsLimited
## 5661  EsportsTweeter
## 5662      ChompSpark
## 5663  wildncrazyguy1
## 5664  Arctic_Mirafox
## 5665      UnNadieMas
## 5666       That_Neal
## 5667       miemeoww1
## 5668    STPoradragon
## 5669     sato_mikage
## 5670     LOL_Art_Bot
## 5671  IntrinsicGames
## 5672  IntrinsicGames
## 5673   RigorousSeven
## 5674       MykalWane
## 5675  IntrinsicGames
## 5676 HungryTaurus509
## 5677        Linshy90
## 5678  IntrinsicGames
## 5679 arturia_wolfink
## 5680 arturia_wolfink
## 5681 arturia_wolfink
## 5682    Kalem_Astral
## 5683        DyronLoa
## 5684        DyronLoa
## 5685     LOL_Art_Bot
## 5686      AfgathaOsa
## 5687        LoonaINK
## 5688  EmeraldShooter
## 5689       ANA_45677
## 5690     papuchochoe
## 5691 JesusVp04498967
## 5692   PojiDogForest
## 5693   TemperedElder
## 5694      ssznshadow
## 5695      paulbaroja
## 5696       SheplyRam
## 5697       asd_saray
## 5698   HooplaZeppeli
## 5699    ElessarWolff
## 5700       HOONlECAT
## 5701 apocalypsesolar
## 5702  FlyingRose4014
## 5703 VrilloVrillante
## 5704        __kirene
## 5705    AnotherOneMZ
## 5706    daweaselbass
## 5707    daweaselbass
## 5708 streamerwallcom
## 5709   StreamerSupRT
## 5710 streamerwallcom
## 5711 SausageSmoothie
## 5712         ZyklusW
## 5713 GalaxyGamerYaY1
## 5714   BraianAlcocer
## 5715     BigsmokeSan
## 5716      StuSturaro
## 5717       Shade4765
## 5718      Nyktricity
## 5719     Anon_raxt92
## 5720        Pyke_OTP
## 5721 AustinJ20200106
## 5722  asamaru_soraru
## 5723       nehrowken
## 5724   ghost_wubbers
## 5725    somewhatbees
## 5726  SwordsManYasuo
## 5727    Glambert_Kat
## 5728  IntrinsicGames
## 5729  IntrinsicGames
## 5730        koburoki
## 5731  IntrinsicGames
## 5732          DERSCO
## 5733 TylerJa07944160
## 5734    neekocentral
## 5735    neekocentral
## 5736     LOL_Art_Bot
## 5737    neekocentral
## 5738    neekocentral
## 5739    neekocentral
## 5740    neekocentral
## 5741    neekocentral
## 5742    neekocentral
## 5743    neekocentral
## 5744   alloutevelynn
## 5745     8lue_Dra6on
## 5746 ARNOLDTHESTRONK
## 5747 Christo58898072
## 5748         NIJISE_
## 5749 1Verloreneseele
## 5750     8lue_Dra6on
## 5751     SailorCrocs
## 5752       PainPanty
## 5753        hlucarts
## 5754       PainPanty
## 5755     LOL_Art_Bot
## 5756        Divheri_
## 5757      SheepStar8
## 5758          Sa4Tou
## 5759 Clo_Midnight129
## 5760 Anthony87651440
## 5761     FRCretweets
## 5762 JosephF21058235
## 5763     FRCretweets
## 5764   freefireJack2
## 5765      AfgathaOsa
## 5766        chisaa22
## 5767        InusamaU
## 5768  IntrinsicGames
## 5769  IntrinsicGames
## 5770  kittylovecharm
## 5771  SamTheMoose101
## 5772 GamerOnWheelz21
## 5773      elshan0193
## 5774    thatsbiz4rre
## 5775    TearsOfMania
## 5776    MooseLord150
## 5777    thedogmanowo
## 5778       qtvictini
## 5779        gamrrant
## 5780        gamrrant
## 5781        gamrrant
## 5782      Marama1903
## 5783 liahasbeenfound
## 5784       nehrowken
## 5785      ItsTheBirb
## 5786      MicheleASP
## 5787        Nevos___
## 5788         HKiwiii
## 5789 Stephen23022822
## 5790         9ringsx
## 5791       snickiett
## 5792       laotakuts
## 5793  IntrinsicGames
## 5794      Blueboyyy5
## 5795 WindaSi14397179
## 5796       bonerfly1
## 5797  SuddenlyKalias
## 5798        o_jota_v
## 5799        o_jota_v
## 5800        o_jota_v
## 5801        o_jota_v
## 5802        o_jota_v
## 5803        o_jota_v
## 5804        miyukis_
## 5805     LOL_Art_Bot
## 5806         y4hnfei
## 5807    tartagIiette
## 5808      Yellow_Osk
## 5809  LoLcitoposting
## 5810        env0cada
## 5811      Yellow_Osk
## 5812 Madison57462147
## 5813 ventrue_theurge
## 5814      a127908131
## 5815        Gron2002
## 5816   reminiscentxc
## 5817      tanksboard
## 5818      tanksboard
## 5819   TheSparkRoxas
## 5820      MineVoidMC
## 5821    camellia_tnb
## 5822      _Gamicity_
## 5823      ChompSpark
## 5824       YozueMoon
## 5825  IntrinsicGames
## 5826      EVANxOMEGA
## 5827      L0STSP1RIT
## 5828       Holycatx1
## 5829        Neomeir1
## 5830        fesener1
## 5831      morganasoI
## 5832     JustShantiK
## 5833   BettyGirl3000
## 5834 TrendingJackson
## 5835       MWBarcode
## 5836      XYZbaby777
## 5837      tsunaken11
## 5838  soichodien2000
## 5839 Alonso024836477
## 5840      AlGoody421
## 5841  IntrinsicGames
## 5842        __kirene
## 5843 AustinJ20200106
## 5844 _MasterAtGames_
## 5845    Cerberic_art
## 5846      LovsHangez
## 5847   HappyPitFiend
## 5848          xiefux
## 5849       Makogaru_
## 5850      JESTERK0RE
## 5851         ak_elon
## 5852 TimKenn19544325
## 5853     LOL_Art_Bot
## 5854   MandalaMahmud
## 5855 DonnaJo26713385
## 5856         LeWolfy
## 5857          xkupix
## 5858 BomberG11904090
## 5859 JoshuaH65875147
## 5860    prfexecution
## 5861    prfexecution
## 5862    i_tora_touch
## 5863       Shinya345
## 5864      ItsTheBirb
## 5865  IntrinsicGames
## 5866 Anthony72193195
## 5867      KlarionSea
## 5868    DespairGamma
## 5869       acdra_art
## 5870  Cracker_Macker
## 5871  Pink_Confusion
## 5872 MenacaryChamber
## 5873  MadarasMadness
## 5874  bluestar121797
## 5875 metalichotchoco
## 5876    Nessa_Avatar
## 5877       ArenWolf1
## 5878        Lunion22
## 5879    powpowgoboom
## 5880   RepulsiveMaid
## 5881  kannak0baysahi
## 5882         Lagbels
## 5883 RuthRob36470669
## 5884        furry_08
## 5885     Callyummeow
## 5886   CaravanLurker
## 5887      Nazarenart
## 5888     Callyummeow
## 5889  IntrinsicGames
## 5890    GugaTascheri
## 5891  IntrinsicGames
## 5892  UnfilledMoonTR
## 5893       mizu_7923
## 5894       icycatgon
## 5895   sunset_sunbae
## 5896     LOL_Art_Bot
## 5897       dekunyart
## 5898 Lulu4Presidente
## 5899    VulpisinLove
## 5900 LightningBaron1
## 5901        Vilictor
## 5902     YunoTuWaifu
## 5903   WolferAbaddon
## 5904     LOL_Art_Bot
## 5905          Sa4Tou
## 5906    Xwarship3003
## 5907       ookamiaho
## 5908     PokelMiguel
## 5909 tweetfo71515312
## 5910 runac_unleashed
## 5911     _raviolini_
## 5912     Norbillo130
## 5913     MikeGayton_
## 5914    akalis_honey
## 5915    GnarTv_Vnzla
## 5916  IntrinsicGames
## 5917      Ars_Aeroga
## 5918  IntrinsicGames
## 5919 Benjami89760141
## 5920  IntrinsicGames
## 5921   Symphonicpyro
## 5922    OhGODitsaFOX
## 5923  whitewolf_flor
## 5924    Wild_Ferret_
## 5925      gwenphoria
## 5926       Astolfuwu
## 5927      gwenphoria
## 5928  ChrisAlbanese9
## 5929   UniverseShera
## 5930         Lammyta
## 5931      elshan0193
## 5932       ASTROJUHU
## 5933    kirammanlove
## 5934   BLINK02845905
## 5935        laugh_70
## 5936   StarIoannis25
## 5937  SergeantDaynes
## 5938  IntrinsicGames
## 5939  IntrinsicGames
## 5940  IntrinsicGames
## 5941         luhhdan
## 5942     AriesDotWav
## 5943        buterzz_
## 5944    DiaDiamond12
## 5945    DiaDiamond12
## 5946      Moonfelled
## 5947      KaoticGeek
## 5948      AlK0TANAKA
## 5949       salas_doc
## 5950     FRCretweets
## 5951       Parpage97
## 5952         Mitmout
## 5953      squishcat_
## 5954 BookerD38960968
## 5955 SydneyT77736990
## 5956         emy_txt
## 5957     Google82422
## 5958     theventinho
## 5959     theventinho
## 5960        argas_01
## 5961     theventinho
## 5962      Chischita1
## 5963      AzulaBanks
## 5964     Luojie59420
## 5965     alto_joshua
## 5966   dione_mizuryu
## 5967    BDawnbringer
## 5968      VanillaADC
## 5969 RodrigoFoxhound
## 5970     LOL_Art_Bot
## 5971     LOL_Art_Bot
## 5972 RodrigoFoxhound
## 5973    CaueYamikaze
## 5974       itsOmNoms
## 5975     Toffee_Time
## 5976 RodrigoFoxhound
## 5977      OldManAced
## 5978        cahri_ai
## 5979       Lolizta27
## 5980           D3bli
## 5981      dididreems
## 5982     LOL_Art_Bot
## 5983     LOL_Art_Bot
## 5984      Felperson_
## 5985       howdia_ir
## 5986      Peter_S325
## 5987      KutetsKute
## 5988   emawindrunner
## 5989 DonnaBa28520872
## 5990  Qu33namidala25
## 5991      MineVoidMC
## 5992  himboprotector
## 5993  HaryantiLembah
## 5994       ilyplskys
## 5995      Peter_S325
## 5996       fiercinha
## 5997    blueOrtensia
## 5998      squishcat_
## 5999 JohnWas14194251
## 6000     LOL_Art_Bot
## 6001 Christo79382636
## 6002        jhindilf
## 6003    RansFromHoab
## 6004  LadyVickytoria
## 6005      auxancerie
## 6006      remyleboob
## 6007 RahmatNovitasa1
## 6008       gemhearty
## 6009       requinn_e
## 6010        AllTaric
## 6011    ogaihtotelon
## 6012   GreysonMander
## 6013  IntrinsicGames
## 6014   viegoheigaari
## 6015    OdinOverlord
## 6016      Lilith2235
## 6017      Hitodeman6
## 6018         Vdal737
## 6019    DreamerofIce
## 6020    daweaselbass
## 6021       kitsushi_
## 6022   LunariSolveig
## 6023       dinkndots
## 6024   LunariSolveig
## 6025     sadboyviego
## 6026     LOL_Art_Bot
## 6027          SSmsmi
## 6028          SSmsmi
## 6029          SSmsmi
## 6030     krugerxeren
## 6031 lovely_protagon
## 6032        lolHasuu
## 6033 streamerwallcom
## 6034   ScalieMadness
## 6035      MineVoidMC
## 6036       MAMARAGAM
## 6037        vicaitzz
## 6038 littlekittenAmy
## 6039      AlokaBlack
## 6040   LunariSolveig
## 6041     LOL_Art_Bot
## 6042     mogchaaaaan
## 6043       KeroKroac
## 6044 Michael06832367
## 6045      Storiaxion
## 6046         Clieant
## 6047   KitsunesUmbra
## 6048    hyuga_himiko
## 6049       PRlMARINA
## 6050 ElcyyTheGobbler
## 6051      washighost
## 6052         KidC_EX
## 6053        lntrelia
## 6054     YanissouIma
## 6055     LOL_Art_Bot
## 6056       yahir708v
## 6057  IntrinsicGames
## 6058          sme_rt
## 6059       spaceylux
## 6060   LunariSolveig
## 6061       chrchmaus
## 6062     Retweelgend
## 6063 streamerwallcom
## 6064         SGH_RTs
## 6065    daweaselbass
## 6066    daweaselbass
## 6067 MoonBea90491606
## 6068   LunariSolveig
## 6069     elmaldalene
## 6070        Derucorn
## 6071   lorenfortunex
## 6072   LunariSolveig
## 6073   LukaRoseberry
## 6074     LOL_Art_Bot
## 6075          ktjsuh
## 6076 DebraMa53699765
## 6077       Okitasji2
## 6078       gakisnake
## 6079    GWolfStories
## 6080       Blackrigz
## 6081  themagecalisto
## 6082   LunariSolveig
## 6083   LunariSolveig
## 6084 StringsNBullets
## 6085    chxrlotte13_
## 6086     TigerNatKat
## 6087   LunariSolveig
## 6088        Lexnxrdo
## 6089       alexz1386
## 6090   LunariSolveig
## 6091       alexz1386
## 6092  CoyoteInTheHat
## 6093    DELT4xDRE4Mz
## 6094    1HAgrandmama
## 6095        sosna564
## 6096       alexz1386
## 6097 SynicleAxzander
## 6098 umbransovereign
## 6099   pov_youreAAAA
## 6100 LilfurWhiteFang
## 6101    godking37571
## 6102        AllTaric
## 6103     firequarts1
## 6104       _r4gn0r0k
## 6105    godking37571
## 6106    godking37571
## 6107   Hylla_T_Aldan
## 6108  IntrinsicGames
## 6109 youngbo50448381
## 6110      bojjenclon
## 6111      niccolazzy
## 6112  cristiancr1704
## 6113      vixx_ex233
## 6114       Dark__127
## 6115         WantAdc
## 6116       bonerfly1
## 6117  Goodheartless1
## 6118  Abisco54911105
## 6119      vixx_ex233
## 6120         kelpuwu
## 6121     ItsBaanshee
## 6122      JUHRUBEBAA
## 6123        r0kensia
## 6124     ItsBaanshee
## 6125      dumbpiltie
## 6126       roxxa5481
## 6127         _Dechta
## 6128  IntrinsicGames
## 6129         duxteh2
## 6130        viesolde
## 6131 JoyComb70362421
## 6132 benignoortegama
## 6133  IntrinsicGames
## 6134         KDAEkko
## 6135 witch_fairytale
## 6136          ga_ja3
## 6137     LOL_Art_Bot
## 6138        shyynowo
## 6139         AlezzKY
## 6140 DennisG26502741
## 6141    LittleRedC0s
## 6142    vanellope271
## 6143    vanellope271
## 6144       blxssomzw
## 6145         KielD06
## 6146          lysnix
## 6147       blxssomzw
## 6148       Skylarin_
## 6149         aquano_
## 6150      AfgathaOsa
## 6151     taquito_exe
## 6152     LOL_Art_Bot
## 6153       Dlafrferg
## 6154      Peter_S325
## 6155        CATBR3AD
## 6156   CutHutagalung
## 6157    Xwarship3003
## 6158         bIowody
## 6159         _mierii
## 6160    Xwarship3003
## 6161      MineVoidMC
## 6162         Numroid
## 6163 KaduMav59563075
## 6164     LOL_Art_Bot
## 6165      Chipcel_BS
## 6166      xXShakorXx
## 6167   viegoheigaari
## 6168  IntrinsicGames
## 6169  IntrinsicGames
## 6170 William90381973
## 6171         _saIad_
## 6172 salisburymista1
## 6173    RosCryptoNFT
## 6174  SavanahWalker8
## 6175        Dashi_DS
## 6176      MineVoidMC
## 6177    mara_rogojan
## 6178     LOL_Art_Bot
## 6179         KDAEkko
## 6180     papuchochoe
## 6181         kikyker
## 6182       HeyKaisky
## 6183          443Eze
## 6184        mr_dekaw
## 6185       MrTolkkkk
## 6186       jxmymxzon
## 6187  RebelDragon101
## 6188  not_too_import
## 6189 II_BlackBird_II
## 6190        YugureAi
## 6191       0NETOSEAL
## 6192 cottoncandyafro
## 6193       Wektor2_0
## 6194          Kxinix
## 6195     memecalypse
## 6196 VickieZ25645605
## 6197          _mizah
## 6198       farm_sari
## 6199 army_of_dolls24
## 6200  IntrinsicGames
## 6201       faairiegf
## 6202  IntrinsicGames
## 6203  IntrinsicGames
## 6204      thornyzyra
## 6205      cosmic_oro
## 6206  IntrinsicGames
## 6207     AppleTafaha
## 6208     IVY49470293
## 6209   LunariSolveig
## 6210   LunariSolveig
## 6211     SimpForCait
## 6212   LunariSolveig
## 6213   LunariSolveig
## 6214       Cookie3w3
## 6215   LunariSolveig
## 6216        viesolde
## 6217        shimydim
## 6218    MoonDuster29
## 6219 JanetBa90858067
## 6220        HaiScone
## 6221      AfgathaOsa
## 6222         kikyker
## 6223  SapphireMiles2
## 6224     LOL_Art_Bot
## 6225 Cinheartshuskys
## 6226 StringsNBullets
## 6227        Aiidreon
## 6228    mira_miranha
## 6229    mira_miranha
## 6230    mira_miranha
## 6231    mira_miranha
## 6232    mira_miranha
## 6233    mira_miranha
## 6234    mira_miranha
## 6235       caitville
## 6236     vis_rainbow
## 6237 summerswirlarts
## 6238 arcane_brainrot
## 6239  gothdatefriend
## 6240      Tali_Hawke
## 6241 StringsNBullets
## 6242     mightyena58
## 6243      JESTERK0RE
## 6244    QiyanaSimpai
## 6245        JuanBRob
## 6246 Maximil84866965
## 6247      bojjenclon
## 6248        quentxns
## 6249     LOL_Art_Bot
## 6250    TheGooseGod3
## 6251        quentxns
## 6252      nsfw8witch
## 6253   Yellow_Radio_
## 6254      AstralSky_
## 6255        sonaissm
## 6256  Wicked_Lobster
## 6257       ezredwan0
## 6258       requinn_e
## 6259 yourm0m_1ovesm3
## 6260     YurielleArt
## 6261 yourm0m_1ovesm3
## 6262 Foxburddle_0809
## 6263 Grimloc86927206
## 6264 Eclipse_Phalanx
## 6265   BrittainLogan
## 6266   BrittainLogan
## 6267     Gold_Okachi
## 6268         Tufffyi
## 6269      Spoopy_Owl
## 6270           CP0rk
## 6271  ny45oty43wk5tk
## 6272        thornarn
## 6273       dinkndots
## 6274        plebberi
## 6275 Kristin82565964
## 6276     papuchochoe
## 6277        D4Rkfor3
## 6278        SnowEish
## 6279        Pretzinn
## 6280     TUnscrubbed
## 6281  WebBywestsides
## 6282  WebBywestsides
## 6283 CitronFrontiers
## 6284     BizarreRayo
## 6285  IntrinsicGames
## 6286  fateless_oscar
## 6287  IntrinsicGames
## 6288         EZLOL_R
## 6289         EZLOL_R
## 6290  IntrinsicGames
## 6291         EZLOL_R
## 6292      RafaelC142
## 6293         NIJISE_
## 6294         Skaarly
## 6295    huyamia_miao
## 6296        rae_vynn
## 6297       _quilters
## 6298       yuuneelli
## 6299   Kobobobobobo2
## 6300    lulubelle___
## 6301         KenRddt
## 6302        ZexionGS
## 6303    Maverick6806
## 6304          kpizee
## 6305   AureaTragedia
## 6306  dairytactician
## 6307        Naariluh
## 6308  dairytactician
## 6309   RepulsiveMaid
## 6310 RicardoDavenp13
## 6311         Lenidax
## 6312     lunapfarias
## 6313     lou_pancake
## 6314      MeisterNaz
## 6315     LOL_Art_Bot
## 6316     LOL_Art_Bot
## 6317        AllTaric
## 6318     Jabarodrago
## 6319 Kushiki_Aphelii
## 6320   RosaDeRealeza
## 6321      MineVoidMC
## 6322    vivipickedme
## 6323         Vardda_
## 6324    vivipickedme
## 6325        Serogath
## 6326        CATBR3AD
## 6327         HamuUwU
## 6328        Serogath
## 6329      luv_astral
## 6330    StoneTaliyah
## 6331        spertekh
## 6332        Ivanska_
## 6333         radakn1
## 6334       Ball00n27
## 6335   ChumpanionBoy
## 6336  LinyeSupremacy
## 6337        fghg1232
## 6338 nickythehatchet
## 6339       yuuneelli
## 6340      Navin_chan
## 6341     hcm_Abigail
## 6342     Warehouse04
## 6343       Mochi2137
## 6344         ak_elon
## 6345  LexiosWereYeen
## 6346     LOL_Art_Bot
## 6347   _N_a_z_i_r_a_
## 6348   eldritchkinds
## 6349        Matej941
## 6350 yoberrystrawgur
## 6351    dark_kronnos
## 6352 MidSkashOficial
## 6353      RedRominio
## 6354      lesbopal56
## 6355         Famemqs
## 6356     LOL_Art_Bot
## 6357       Shiikiie1
## 6358       howdia_ir
## 6359       Foxanstar
## 6360      MartiVroom
## 6361      RenektonVE
## 6362   ILovePantheon
## 6363   Le_Kitty_Skie
## 6364        wate2028
## 6365  MarkitosArt20_
## 6366    Light_Sparky
## 6367     tofana_rain
## 6368  IntrinsicGames
## 6369      marochiinn
## 6370     LOL_Art_Bot
## 6371     chimmypuffs
## 6372    ascoresdalua
## 6373   BookerMeister
## 6374    Hikari_Astra
## 6375        PTSDcore
## 6376        gwinshin
## 6377    Krisss_Angel
## 6378        PTSDcore
## 6379       CJ_Hatter
## 6380 liahasbeenfound
## 6381       CHOCOT4RT
## 6382      svogel_xii
## 6383    Erick_League
## 6384   VTuberTweeter
## 6385    tatianacs475
## 6386    Hiko_Takashi
## 6387        PTSDcore
## 6388   WhippedChoccy
## 6389       rurica005
## 6390         Blinix2
## 6391     RogueQuartz
## 6392        PTSDcore
## 6393     nicorukya27
## 6394        PTSDcore
## 6395        PTSDcore
## 6396    KokanII_1411
## 6397     AbelSpiders
## 6398      HellSunmie
## 6399        0Capsule
## 6400        0Capsule
## 6401        0Capsule
## 6402  Nealon28085000
## 6403      Managodess
## 6404 TinaCru55531818
## 6405      FlexerOnyx
## 6406 ULTIMATEFUKOUDA
## 6407 MontyQwertovsky
## 6408     FRCretweets
## 6409  general_magma1
## 6410     _fallenstxr
## 6411    Comma_Parker
## 6412       Gabciooo1
## 6413     LOL_Art_Bot
## 6414         EZLOL_R
## 6415     Abyssfather
## 6416  Capitantinick1
## 6417        PTSDcore
## 6418     shinjispice
## 6419      atlasxmoon
## 6420        FufusArt
## 6421         UZeePow
## 6422    minegirl1345
## 6423      FuzzyPones
## 6424     WolfieWaisu
## 6425     nicorukya27
## 6426        hlk50000
## 6427      Ookami_Non
## 6428        FurTerry
## 6429 TrevorL79200836
## 6430       RaiStar18
## 6431       Splash13_
## 6432    RainTempest_
## 6433    elShiavoDono
## 6434        BPstalin
## 6435     LOL_Art_Bot
## 6436 mikeandgodsquad
## 6437      AG11432190
## 6438         Blinix2
## 6439 mikeandgodsquad
## 6440        KI17dile
## 6441     elpueroloco
## 6442 mikeandgodsquad
## 6443    AquaraxKaiju
## 6444    honiebee_art
## 6445      IZISora_pv
## 6446 GenericName0042
## 6447 AustinJ20200106
## 6448      command_52
## 6449   adorexsmendes
## 6450     LOL_Art_Bot
## 6451      hornsleeve
## 6452    Draconic_sky
## 6453     JustXanderg
## 6454    TheInkReaper
## 6455    RainTempest_
## 6456  IntrinsicGames
## 6457     TheArtSpot2
## 6458  IntrinsicGames
## 6459    RainTempest_
## 6460  IntrinsicGames
## 6461       nullisgay
## 6462     alto_joshua
## 6463   AbsolutelyEgg
## 6464 candied_corpses
## 6465  SilverWolfx210
## 6466    poisonbatcat
## 6467      _DickCorn_
## 6468   owy_rodriguez
## 6469    goat_lover45
## 6470    ARIkatoteshi
## 6471      quello_Lee
## 6472     phelmorcego
## 6473        Eien7887
## 6474      MakeeYhang
## 6475    comfy_banana
## 6476 _Cappu_cinO_Ace
## 6477    comfy_banana
## 6478     Wasaby08123
## 6479     MattDruzian
## 6480    moomoopiikes
## 6481    AdeebxNoelle
## 6482     yerminator1
## 6483     MattDruzian
## 6484     LOL_Art_Bot
## 6485   Kingslayeroof
## 6486  IntrinsicGames
## 6487    Gamergi35261
## 6488  IntrinsicGames
## 6489  IntrinsicGames
## 6490   PraiseArtoria
## 6491      UrikoYuuki
## 6492 Benjami89760141
## 6493 asksredditques1
## 6494    1127Argentum
## 6495         6_0U0_7
## 6496  VisFavgauntlet
## 6497         zakeits
## 6498   SpookerLooper
## 6499   ThePunzPocket
## 6500     gothicxjhin
## 6501     ThatDartTho
## 6502      UNORThXD0X
## 6503      _Gamicity_
## 6504 JosephF21058235
## 6505     Samandriade
## 6506    hentayanamae
## 6507       _bansshi_
## 6508 pettitesuccubus
## 6509    OdinOverlord
## 6510     FloconSugar
## 6511     LOL_Art_Bot
## 6512     LOL_Art_Bot
## 6513  AmadeusZepelli
## 6514          Fivi47
## 6515  Tyler_Hannukie
## 6516      matth3w737
## 6517         Lowe136
## 6518    blueOrtensia
## 6519  Messy_Archives
## 6520       M1randaa4
## 6521       Dxrkkings
## 6522     I_love_Sett
## 6523 Kristin82565964
## 6524        Towendio
## 6525         visnsfw
## 6526     emleekitten
## 6527     dramaticbij
## 6528     FRCretweets
## 6529 ghostda25367963
## 6530          JMas3k
## 6531 ScarecrowEffigy
## 6532       EdinnaPie
## 6533          JMas3k
## 6534          JMas3k
## 6535          JMas3k
## 6536      a990421aaa
## 6537          JMas3k
## 6538          JMas3k
## 6539          JMas3k
## 6540      SoukakuOni
## 6541          JMas3k
## 6542          JMas3k
## 6543 oneshiningdream
## 6544    lunaireriche
## 6545         soap_ai
## 6546      occuItdeck
## 6547    TheWeirdCat3
## 6548 oneshiningdream
## 6549    LadyFortune5
## 6550      HttpsChine
## 6551 Eclipse_Phalanx
## 6552 Eclipse_Phalanx
## 6553       holy_ngao
## 6554   ealcantara806
## 6555       requinn_e
## 6556        mvsicqrl
## 6557         MegComb
## 6558         MegComb
## 6559  StarFlower_UwU
## 6560     LeodiaCanon
## 6561  IntrinsicGames
## 6562  IntrinsicGames
## 6563  0xCryptoCypher
## 6564 Santiag47953743
## 6565       helergoft
## 6566      Kirbitouwu
## 6567  Limefrost_Milo
## 6568       A_G4y_Bee
## 6569    MooseLord150
## 6570       flowrmosh
## 6571  AstrowardenUwU
## 6572       karlmayne
## 6573       Tyre_4770
## 6574     hannrei0730
## 6575    mike_siladan
## 6576 ComptonAnimator
## 6577    Klyn74504668
## 6578        99foxxes
## 6579    MatthewKania
## 6580      Eddie_hami
## 6581 9HUrne5nPVQ7p5h
## 6582         KBanryu
## 6583        HmsmemeO
## 6584   the_moonghost
## 6585        Kyeongh4
## 6586    everuderadio
## 6587       LMinmochi
## 6588       J27091920
## 6589  IntrinsicGames
## 6590          xkupix
## 6591      grention_l
## 6592         alch343
## 6593  CosmicPeanut_0
## 6594      AKA_Sparda
## 6595 luiscandelari20
## 6596 luiscandelari20
## 6597      FroztLouis
## 6598 pettitesuccubus
## 6599      lipsk33t96
## 6600        Mael_789
## 6601 jattsaa89057200
## 6602     FueledByRam
## 6603 EdwardT61032813
## 6604     LOL_Art_Bot
## 6605       Sunset_sn
## 6606 kurapikacatboy1
## 6607        Afk01011
## 6608  IntrinsicGames
## 6609     Raiden_Lxrd
## 6610      Tali_Hawke
## 6611          lysnix
## 6612  bluestar121797
## 6613     LOL_Art_Bot
## 6614     safiroanejo
## 6615     LorificArts
## 6616        _Miellam
## 6617   sadbunnylala_
## 6618   no1lemonsnout
## 6619      eazelpaint
## 6620         Cyiixar
## 6621      AraKamelia
## 6622    SophieUwUUwU
## 6623     LOL_Art_Bot
## 6624      heustienne
## 6625      Samyc_2014
## 6626    SophieUwUUwU
## 6627      Sassan_Sun
## 6628       NanaDraw1
## 6629   XxannamalikxX
## 6630     papuchochoe
## 6631     papuchochoe
## 6632     LOL_Art_Bot
## 6633     LOL_Art_Bot
## 6634    PsychoticMob
## 6635     aaliyahrabe
## 6636  IntrinsicGames
## 6637    DelthaWilson
## 6638   Anett71918487
## 6639     joel188xPRx
## 6640 TrevorL79200836
## 6641      hollowfae1
## 6642   KnightFurball
## 6643     TaidanaNeko
## 6644   highlancowman
## 6645         jp01927
## 6646      visfreckle
## 6647       requinn_e
## 6648        OiLlandz
## 6649     Fem_Branwen
## 6650 yukiphel_lokfar
## 6651        MrFurias
## 6652      AfgathaOsa
## 6653         radakn1
## 6654       YeoPsmith
## 6655   AliceFangirl1
## 6656        schaekey
## 6657     doomngloomz
## 6658  SamTheMoose101
## 6659     alto_joshua
## 6660  IntrinsicGames
## 6661  its_colleeeeen
## 6662    SophieUwUUwU
## 6663    dondremurray
## 6664       YeoPsmith
## 6665       FanguFufu
## 6666 savanna66470227
## 6667    ItsNotLocal_
## 6668    1stMateRafen
## 6669        YohaC0re
## 6670    Michael44512
## 6671     BLADEDANCXR
## 6672     papuchochoe
## 6673        Mori09TV
## 6674    lesbeanlatte
## 6675       Seleseal_
## 6676     LOL_Art_Bot
## 6677      mit_willow
## 6678      umbralcrow
## 6679          Rovito
## 6680          vicae_
## 6681      Sodastrip1
## 6682        laufvers
## 6683      AlphantArt
## 6684 morgana_ana_ana
## 6685     papuchochoe
## 6686   RepulsiveMaid
## 6687 vKQ1iVYS9TRmAsY
## 6688         radakn1
## 6689       yuuneelli
## 6690   CamilaPandorf
## 6691  IntrinsicGames
## 6692 ishimarueswaifu
## 6693 nqyuUeFkHzSlImH
## 6694       7iemaniac
## 6695       7iemaniac
## 6696       Phalanxus
## 6697       7iemaniac
## 6698      cherry0eve
## 6699 Alexand81826424
## 6700     FRCretweets
## 6701      saficasami
## 6702     AkaPictorem
## 6703       gvdtvkvmi
## 6704     evasivecorn
## 6705 salisburymista1
## 6706        Deku_Ash
## 6707      _kittykiri
## 6708 slaylikesamurai
## 6709     nicononeeko
## 6710     nicononeeko
## 6711  tom_hutchcraft
## 6712  BunsenIsOnFire
## 6713 ghghghgh1357911
## 6714      reygestorm
## 6715      reygestorm
## 6716     Yurena_RA25
## 6717       Lyshami56
## 6718   HikouNoKangae
## 6719      LikaWriter
## 6720   HikouNoKangae
## 6721     LOL_Art_Bot
## 6722      JESTERK0RE
## 6723  _galacticghost
## 6724  IntrinsicGames
## 6725       zelka1994
## 6726   Prism61012722
## 6727      thehardgum
## 6728 _i_think_i_love
## 6729     LOL_Art_Bot
## 6730     LOL_Art_Bot
## 6731     LOL_Art_Bot
## 6732     Retweelgend
## 6733    AlexCrimson7
## 6734      AchillesWG
## 6735   MiniMeowgunov
## 6736     xGamingRose
## 6737       zelka1994
## 6738         7Luffy2
## 6739       zelka1994
## 6740     FairyDarius
## 6741      annettepsd
## 6742 Katheri06419639
## 6743      Nooby1332c
## 6744      Nooby1332c
## 6745      Nooby1332c
## 6746      Bamboo_Guy
## 6747      Lukraccoon
## 6748        shouuwu_
## 6749      Lukraccoon
## 6750      Lukraccoon
## 6751      Lukraccoon
## 6752      Bamboo_Guy
## 6753      annettepsd
## 6754      charlizemb
## 6755  whale_lonliest
## 6756    tritritricky
## 6757    Rookstar0239
## 6758    Rookstar0239
## 6759 Christo58898072
## 6760        Jarul_91
## 6761        Jarul_91
## 6762     MetManSoton
## 6763  HaryantiLembah
## 6764      HelpMe2137
## 6765      HelpMe2137
## 6766          xiefux
## 6767        AriK0916
## 6768          xiefux
## 6769 AustinJ20200106
## 6770         aryfeks
## 6771       yuuneelli
## 6772  IntrinsicGames
## 6773 Inlustresmoment
## 6774       Heimdaal2
## 6775      pythice420
## 6776       Faatrox07
## 6777       _kokomigf
## 6778 Gabriel07858163
## 6779 DragonHuntress1
## 6780         SCP_041
## 6781      MineVoidMC
## 6782      MineVoidMC
## 6783 Jacob_Twitch_jd
## 6784 AmbivalentSlime
## 6785       _HSKY1805
## 6786   catradoraship
## 6787    EGGY72634690
## 6788          JuhnXi
## 6789      birb_waifu
## 6790 bubblesrbubbles
## 6791 AngelaC36497372
## 6792 DianaTa82022476
## 6793      nnahuel002
## 6794    Xwarship3003
## 6795         Ekko_tv
## 6796    Xwarship3003
## 6797 Littlemermaidyt
## 6798       D86085097
## 6799         Miep0_0
## 6800     safiroanejo
## 6801        Julczaqu
## 6802     LOL_Art_Bot
## 6803         vissieh
## 6804      HelpMe2137
## 6805 NicoleB42064037
## 6806 Lizzy_ArtDragon
## 6807    ElvenovaBlue
## 6808         Filmmon
## 6809   SketchyRhemie
## 6810       sushloops
## 6811       belavarus
## 6812  IntrinsicGames
## 6813         Numroid
## 6814    syarurenpepo
## 6815       Jackie_zi
## 6816       Jackie_zi
## 6817 springpeachleaf
## 6818       XSaphira2
## 6819    ItsStillGrle
## 6820   Jesus81383519
## 6821    StoneTaliyah
## 6822 bubblesrbubbles
## 6823   Black_Cat_uwu
## 6824       NullIsAt0
## 6825    FreezinSanji
## 6826        ushpower
## 6827     LordDraztor
## 6828     ThePixollie
## 6829           ji5ux
## 6830      YunaKung27
## 6831      tanksboard
## 6832 DonaldB74915047
## 6833       SAZUNA132
## 6834      nasaie_nur
## 6835       SAZUNA132
## 6836        Xarantur
## 6837 EricSch79189081
## 6838  IntrinsicGames
## 6839  IntrinsicGames
## 6840    thatsbiz4rre
## 6841     kimNoyahyun
## 6842 Zachary18200966
## 6843       mmoppiiee
## 6844    FENY65658755
## 6845 DonMalo30078585
## 6846       Zockyer73
## 6847 thedarkknightEF
## 6848       sun0204ny
## 6849  whale_lonliest
## 6850   ronan68977484
## 6851   MandyRombaut1
## 6852      vannie_mnz
## 6853  ChemaElFrutero
## 6854       HeXxWaste
## 6855  shortstackHell
## 6856           yxmiv
## 6857    Cerberic_art
## 6858    Cerberic_art
## 6859    reinamorcego
## 6860          ga_ja3
## 6861    reinamorcego
## 6862  nomoreesports_
## 6863    RobynCornett
## 6864     LOL_Art_Bot
## 6865  IntrinsicGames
## 6866        _missace
## 6867  IntrinsicGames
## 6868    pommepompom_
## 6869    pommepompom_
## 6870         Zauceyy
## 6871    luisberrade1
## 6872 AdamSwa54539149
## 6873       bobbawon2
## 6874     jorgebq1999
## 6875 mabradhedhellen
## 6876  CatsMapleshade
## 6877  musician_guy96
## 6878  GrimReaper2115
## 6879       asamitsu9
## 6880        GGlassyy
## 6881        hadeonnn
## 6882       Pacha0003
## 6883 DanielElliotGea
## 6884     LOL_Art_Bot
## 6885         biforvi
## 6886        Hikajima
## 6887       Sotelingo
## 6888        ishellax
## 6889     evasivecorn
## 6890 theuglyredditer
## 6891   Diamond_Bortz
## 6892      Peter_S325
## 6893     XMiguelZero
## 6894     real_sioser
## 6895   LunariSolveig
## 6896     Rakuku_game
## 6897      Nixus_Clow
## 6898     BigsmokeSan
## 6899      eclipsepie
## 6900  IntrinsicGames
## 6901    SquaredNinja
## 6902    SquaredNinja
## 6903        HelRinka
## 6904     MageIngrid2
## 6905     MikeLouder3
## 6906    2minutemocha
## 6907    2minutemocha
## 6908    2minutemocha
## 6909       YoloTaube
## 6910           CP0rk
## 6911    2minutemocha
## 6912    thebeanmouth
## 6913         tgk_kom
## 6914    2minutemocha
## 6915     LOL_Art_Bot
## 6916    NorienMajere
## 6917     JadeKatBond
## 6918   Jjdeathpoint1
## 6919    Fontinebleau
## 6920    FainterBread
## 6921    FainterBread
## 6922   louisetatmaia
## 6923      tedkainsfw
## 6924    aimherrscher
## 6925        L17L6363
## 6926  byulInTheNight
## 6927     modelshuhua
## 6928  funisforlosers
## 6929     elurraissad
## 6930       waltz1917
## 6931        rrrheina
## 6932        __Akarui
## 6933        AllTaric
## 6934  IntrinsicGames
## 6935 Barbara12772130
## 6936     syakkousama
## 6937  IntrinsicGames
## 6938    Koco64954985
## 6939    saturnoviick
## 6940         Hezixx1
## 6941      3amcreates
## 6942      3amcreates
## 6943     LOL_Art_Bot
## 6944     FloconSugar
## 6945 TrevorL79200836
## 6946 ScottHa72258268
## 6947 MissBlacktailed
## 6948      funkerdale
## 6949    Blazing_Yang
## 6950    Blazing_Yang
## 6951         reirill
## 6952       Llurghoyf
## 6953         e_archa
## 6954          EGear_
## 6955     block_headd
## 6956 VickieZ25645605
## 6957      GET_JlNXED
## 6958        anowanka
## 6959       kikuruchu
## 6960         GMHTTYD
## 6961         GMHTTYD
## 6962    theskorpion7
## 6963         zaysonx
## 6964 JosephF21058235
## 6965   COMPLADAIMAOU
## 6966    Faustino1103
## 6967  ARandomShrimP1
## 6968  ARandomShrimP1
## 6969    duckbeardeer
## 6970       Marclaz05
## 6971  ARandomShrimP1
## 6972      bobacatowo
## 6973  kphwu7554h3_hg
## 6974    moltingkaisa
## 6975       St_Sword_
## 6976  ARandomShrimP1
## 6977    moltingkaisa
## 6978    moltingkaisa
## 6979         duxteh2
## 6980    chambre_leon
## 6981      Ayyystar23
## 6982    KirsteinYuno
## 6983       aalviiuus
## 6984        crisfg93
## 6985        ViViart_
## 6986        crisfg93
## 6987       sockoroni
## 6988   shiedaarchive
## 6989     PurosBordes
## 6990   shiedaarchive
## 6991  IntrinsicGames
## 6992   shiedaarchive
## 6993        AstethNZ
## 6994      stealmango
## 6995   shiedaarchive
## 6996      GraySakura
## 6997  IntrinsicGames
## 6998  IntrinsicGames
## 6999       LunaBucks
## 7000   shiedaarchive
## 7001   shiedaarchive
## 7002    baklangghost
## 7003       sockoroni
## 7004        ShioHato
## 7005     KoTinTrysaX
## 7006          unu_io
## 7007        T1_Ziana
## 7008       waltz1917
## 7009      AskyReddit
## 7010     Crystalb_tw
## 7011       moonser21
## 7012 nottingseriouss
## 7013  Raphs_Wolfgang
## 7014        lomo_267
## 7015 Christo58898072
## 7016   rickastromega
## 7017         SyNNk62
## 7018       Faatrox07
## 7019    iskierkacest
## 7020    iskierkacest
## 7021       joyofelix
## 7022        Hoolies4
## 7023      wonderjosk
## 7024      wonderjosk
## 7025  IntrinsicGames
## 7026  IntrinsicGames
## 7027       LunaBucks
## 7028  IntrinsicGames
## 7029     coder_cajun
## 7030  White_Day_1999
## 7031      ruru_ffxiv
## 7032         illusRT
## 7033         Mr_Fazy
## 7034 metalichotchoco
## 7035 Humble_Alex_fan
## 7036     belechtorVN
## 7037  Arctic_Mirafox
## 7038    ashdumplings
## 7039     OceanicNare
## 7040       HeyKaisky
## 7041    QuitzeAlissa
## 7042  ArrianneSittiy
## 7043    dragonzzilla
## 7044    dragonzzilla
## 7045     lucidsapphs
## 7046    dragonzzilla
## 7047 DavidWe93580760
## 7048    dragonzzilla
## 7049  shichimi415411
## 7050    dragonzzilla
## 7051         afarny4
## 7052    dragonzzilla
## 7053    dragonzzilla
## 7054    dragonzzilla
## 7055        NinoR250
## 7056    dragonzzilla
## 7057       aalflyyds
## 7058 bittercoffee123
## 7059    dragonzzilla
## 7060       Ashoka974
## 7061     MoB12027886
## 7062     AoNoHasuArt
## 7063    HeckinChoncc
## 7064     Retweelgend
## 7065    VanjesticART
## 7066     FRCretweets
## 7067 TracyBa81304399
## 7068 Catheri27847830
## 7069   centuryblue02
## 7070   centuryblue02
## 7071  CatsMapleshade
## 7072        rashowea
## 7073   centuryblue02
## 7074     0devil_girl
## 7075       LunazuliD
## 7076    YadisThantos
## 7077       LunazuliD
## 7078      SuwucideTM
## 7079       dds_glass
## 7080    Mark42363331
## 7081     Clefairy443
## 7082      gabby_meds
## 7083      XYZbaby777
## 7084      bibitomboy
## 7085     centipeetle
## 7086         Hnnekk1
## 7087       HaidyKnox
## 7088      Navy_Sonic
## 7089     RabiidAngel
## 7090          LframW
## 7091     LOL_Art_Bot
## 7092      Randzahroc
## 7093        ohmwaist
## 7094   pakorraermalo
## 7095       Starveila
## 7096       rwbywhore
## 7097 therealsupersa1
## 7098 Antonio61232281
## 7099        Neomeir1
## 7100 DonaldB74915047
## 7101       uwuwright
## 7102    gaystargazer
## 7103     StrongPorco
## 7104        morax_82
## 7105        morax_82
## 7106    HaruGamingRD
## 7107        selypete
## 7108  IntrinsicGames
## 7109  IntrinsicGames
## 7110   EnPotteplante
## 7111   EnPotteplante
## 7112    MarkHorwood7
## 7113   dione_mizuryu
## 7114       ZBishop11
## 7115        syunsunz
## 7116         Pug616P
## 7117     LaureIIeE27
## 7118       muri_muni
## 7119         Pug616P
## 7120 TaylorH69267923
## 7121    Imperius_Ira
## 7122       hisseeuvu
## 7123        Asuyono0
## 7124      Navin_chan
## 7125     ColaLordKyo
## 7126     IzayasKnife
## 7127     MrZombie893
## 7128       suryono_r
## 7129       eclvtrose
## 7130         Lun_On2
## 7131    NoxDMartinez
## 7132 dark_lonely_sky
## 7133 dark_lonely_sky
## 7134       Gabciooo1
## 7135  IntrinsicGames
## 7136  cheersforthat1
## 7137   MTruthbringer
## 7138   MTruthbringer
## 7139   Ooobabyapenta
## 7140 TammyWi60790806
## 7141        Virberos
## 7142        shilderi
## 7143 metalichotchoco
## 7144  SavanahWalker8
## 7145      MonstaTofu
## 7146  BasilNeedsMeds
## 7147  BasilNeedsMeds
## 7148        Hoolies4
## 7149     gothicxjhin
## 7150  redflowergrows
## 7151  xfunkydowntown
## 7152 konkonbakegitne
## 7153      MineVoidMC
## 7154     IshidaRyuse
## 7155     LOL_Art_Bot
## 7156 AnneAnd81932053
## 7157      Loco_Chavo
## 7158      MineVoidMC
## 7159     Cutsiewitch
## 7160       dds_glass
## 7161     oraymundo03
## 7162     oraymundo03
## 7163         josxxo_
## 7164 Katheri84765877
## 7165      remyleboob
## 7166  IntrinsicGames
## 7167    vanellope271
## 7168       CamiloAII
## 7169       vitusmmrc
## 7170     _jeanne2442
## 7171         Tae_Rai
## 7172     LivelyWolfy
## 7173       Ragknyell
## 7174    Rixt_Welmoed
## 7175    DonohoeEthan
## 7176          xikiyi
## 7177      VNgcLinh20
## 7178    moonybunbun_
## 7179    aaaaangel0w0
## 7180     Lady_Muzza_
## 7181  kumainngkeypie
## 7182 GeoMcflyUncanny
## 7183     Xavendarius
## 7184 SlayerOPotatoes
## 7185    LadyFortune5
## 7186     Twilit_Hero
## 7187       faairiegf
## 7188      command_52
## 7189     Twilit_Hero
## 7190       sweet1ee7
## 7191 KarenJo98992013
## 7192           0N1l0
## 7193    blackhhoodie
## 7194  Stacie86959402
## 7195          Mag_n4
## 7196    LaRobaWaifus
## 7197  NynaSweetheart
## 7198       Voidbring
## 7199       Voidbring
## 7200  NynaSweetheart
## 7201         theva71
## 7202       Voidbring
## 7203  IntrinsicGames
## 7204       Voidbring
## 7205  IntrinsicGames
## 7206       faairiegf
## 7207   MirkoWolfhard
## 7208     Twilit_Hero
## 7209  AndyDoesStuff_
## 7210       RIKONOJAN
## 7211      _peeerawat
## 7212        jaelybee
## 7213      Lambada104
## 7214      kittycatgf
## 7215     hermeticuss
## 7216      pizapirate
## 7217     sadboyviego
## 7218 Diana_43_Mizuno
## 7219     paradoksana
## 7220    MooncakePhel
## 7221 YasminaTheDeeva
## 7222     sadboyviego
## 7223     Consomnio09
## 7224        BPstalin
## 7225    usapiiiyoJP1
## 7226 DonnaJo26713385
## 7227 NameWithheld666
## 7228      keenodraws
## 7229       grizord92
## 7230  mamawebomaduro
## 7231   jericollage70
## 7232 RuthRob36470669
## 7233 salisburymista1
## 7234      MineVoidMC
## 7235    lycanthropii
## 7236 BrendaA56642710
## 7237     LOL_Art_Bot
## 7238   sam1elses_acc
## 7239      i_randommm
## 7240 TheXaelaVampire
## 7241       N_ppang_G
## 7242       N_ppang_G
## 7243       N_ppang_G
## 7244         CkerzR0
## 7245         Veerojr
## 7246  bigmarchauthor
## 7247      x19players
## 7248   histuniedraws
## 7249  IntrinsicGames
## 7250 LittleBirdWren_
## 7251  IntrinsicGames
## 7252  IntrinsicGames
## 7253 MariahDoughert3
## 7254        unbloomy
## 7255        RakaNoir
## 7256         Seddha1
## 7257          hen_ea
## 7258          xkari5
## 7259     LOL_Art_Bot
## 7260       hanyusoft
## 7261        ZuzuMaku
## 7262  chicken_bading
## 7263        CATBR3AD
## 7264        xchiitos
## 7265        JuanBRob
## 7266      MineVoidMC
## 7267    SamuelJhone1
## 7268     scorqiology
## 7269      ReaperyThe
## 7270      _Gwiyuumi_
## 7271   dantisjourney
## 7272   RonaldelsinBr
## 7273 Catheri64182457
## 7274  LadyVickytoria
## 7275      simpzedlol
## 7276     Prophetx691
## 7277    BushidoFlame
## 7278      lettucepei
## 7279    Yoghuts_thar
## 7280    B00STEDEGIRL
## 7281       covencait
## 7282      dreamyLol_
## 7283  IntrinsicGames
## 7284   Lexis90412446
## 7285       kawaiTsun
## 7286      Mona_Yuuki
## 7287      Mayanomi00
## 7288      charlizemb
## 7289      charlizemb
## 7290       lilliawii
## 7291       Wheataker
## 7292      DominoAI45
## 7293 darkusdemon0407
## 7294     SpaceMan413
## 7295 Chiccharron____
## 7296      fristt_ria
## 7297     NostraLight
## 7298     OwlRetweets
## 7299    theparanmaum
## 7300     KazeNinja17
## 7301       Wheataker
## 7302       Wheataker
## 7303     DonJorgeSW1
## 7304       Wheataker
## 7305       Wheataker
## 7306      just_vinny
## 7307       Wheataker
## 7308       Lanolilya
## 7309    Unf_Freckles
## 7310      TenTuParte
## 7311       Wheataker
## 7312      DerpyKiin2
## 7313      DelReyFafa
## 7314        PumaGuio
## 7315       Wheataker
## 7316       honeyxgab
## 7317  xDevilBringerx
## 7318    yeayesyesmom
## 7319      ATaragashi
## 7320 AndiDoodleStash
## 7321       Wheataker
## 7322       Wheataker
## 7323 CaitlynSheriffB
## 7324 AlyssaH59725147
## 7325      MelynnRose
## 7326    Kungonmoy969
## 7327 ValVolinori1944
## 7328       v1gorous1
## 7329    venerablerat
## 7330         BOFURRY
## 7331      pikakoneko
## 7332     songofsleep
## 7333    Nico02926324
## 7334    Milagrosmc05
## 7335     MageIngrid2
## 7336     MageIngrid2
## 7337     MageIngrid2
## 7338     MageIngrid2
## 7339           ElG4l
## 7340     GuiltySkull
## 7341      Athenisiaa
## 7342     MageIngrid2
## 7343     MageIngrid2
## 7344     Mrsurvival6
## 7345     MageIngrid2
## 7346       ssachiaro
## 7347     MageIngrid2
## 7348     MageIngrid2
## 7349     Mrsurvival6
## 7350      HatHatMans
## 7351     MageIngrid2
## 7352     MageIngrid2
## 7353   DataAugmented
## 7354 AshleyC67028952
## 7355      ChompSpark
## 7356     jinxedstar_
## 7357     jinxedstar_
## 7358     MageIngrid2
## 7359     MageIngrid2
## 7360     MageIngrid2
## 7361     MageIngrid2
## 7362  ConanEdogawa14
## 7363    Edna75582569
## 7364      SalieriXIV
## 7365       holy_ngao
## 7366 RobertK17737734
## 7367    Bears123Talb
## 7368        SOxkeoLs
## 7369 PenguisPenguina
## 7370     GerardoEsp4
## 7371     LOL_Art_Bot
## 7372  whale_lonliest
## 7373  Jonathan_kujoh
## 7374   LUXCR0WNGUARD
## 7375      boo_hu_tao
## 7376      GuantesGro
## 7377     madudspanda
## 7378        gokeria_
## 7379       lei_jessy
## 7380       ourenjiro
## 7381         jsmnt12
## 7382    velvykat5731
## 7383       susie1004
## 7384  AsswecanSenpai
## 7385    Rascal0rMilk
## 7386  IntrinsicGames
## 7387     LOL_Art_Bot
## 7388     LOL_Art_Bot
## 7389 janjanj08949515
## 7390  HaywireWindgod
## 7391         wh0scam
## 7392     scostalraft
## 7393        PHOEBY02
## 7394        chan__go
## 7395      123Yotsuba
## 7396  Darkraider4597
## 7397  Darkraider4597
## 7398   callmetheloop
## 7399   dreamlumlooka
## 7400  WookiesCantFly
## 7401 Matthew06228275
## 7402         X17Swan
## 7403        AtmajaPd
## 7404      Sp1ne_Sh0t
## 7405      lolman2134
## 7406       TaraTemma
## 7407          xiefux
## 7408 JustinB00203322
## 7409  MarcsBeauTifuL
## 7410          bae943
## 7411        __kirene
## 7412 GatitoMiauMia12
## 7413        __kirene
## 7414       roxxa5481
## 7415   Crayonclaire_
## 7416      AngelUsako
## 7417  merinotimelord
## 7418        ubetaro_
## 7419 ShadowW61782046
## 7420 Stefani59287278
## 7421      mjulie1205
## 7422   smad_cosplays
## 7423     techmaturgy
## 7424   SrirachaWhale
## 7425        tomvs123
## 7426        a1righty
## 7427      herarclift
## 7428        Andy7544
## 7429       plasmarum
## 7430    alicegyutaro
## 7431  IntrinsicGames
## 7432        mustyOwO
## 7433  IntrinsicGames
## 7434       GreysLazo
## 7435 _castanhadecaju
## 7436     ryokucharyu
## 7437       varoness_
## 7438        mguel_v1
## 7439    OverdriveExe
## 7440    marshmallgom
## 7441     LOL_Art_Bot
## 7442  Flissy35039555
## 7443  SummonerOrthan
## 7444  niya_niya_2222
## 7445          Deyls3
## 7446 S45jfzrrHMpIGpO
## 7447     David07Artk
## 7448 LuisAlb71877873
## 7449      SonneKaeya
## 7450   jolyne_unit01
## 7451       Shi_Okami
## 7452        zizon_T1
## 7453   T1_Hideonbush
## 7454    UnfamiliarSD
## 7455     divined1ife
## 7456     kraydickson
## 7457      gumayusing
## 7458         Xxylerz
## 7459     rivaillekim
## 7460  CatsMapleshade
## 7461         aiu3003
## 7462       7iemaniac
## 7463         gom_mxm
## 7464     skullicarus
## 7465         aiwerry
## 7466       SkullyTeh
## 7467 JamesJi46864721
## 7468         CK30006
## 7469    stefanarenas
## 7470 androgynoushark
## 7471     Karma_Goryu
## 7472      Joy5148635
## 7473  IntrinsicGames
## 7474 FrankSi38183223
## 7475         W0shua_
## 7476      tnuoxolleh
## 7477  aynhadanimates
## 7478         Owlie01
## 7479         ilugwen
## 7480    _09_01_1997_
## 7481 antoniominari04
## 7482   MaryOrozco999
## 7483 MariahDoughert3
## 7484    OfKittyAngel
## 7485        08WSouza
## 7486    OfKittyAngel
## 7487       bonerfly1
## 7488    OfKittyAngel
## 7489   WadeWatts4761
## 7490        xheophes
## 7491        jjmmmmm8
## 7492         Zervive
## 7493          tls419
## 7494    lempekdi1323
## 7495         Hezixx1
## 7496          LfgYou
## 7497    BeyondFables
## 7498  AndradeNacimba
## 7499         CH1M34A
## 7500  takoyakiiii718
## 7501  takoyakiiii718
## 7502         Zervive
## 7503   GlassCurrents
## 7504     Horseengine
## 7505 Succubus_Desuuu
## 7506  Willow20374636
## 7507         Zervive
## 7508  Ninna_NP_Gomes
## 7509    P_Poohcatdol
## 7510      AfgathaOsa
## 7511         Zervive
## 7512      moguukinki
## 7513         Zervive
## 7514   ll_Celeste_ll
## 7515         Zervive
## 7516     SkeansJason
## 7517      pvnkstitch
## 7518     SkeansJason
## 7519  IntrinsicGames
## 7520  IntrinsicGames
## 7521  Ninna_NP_Gomes
## 7522       vattghern
## 7523   VTuberTweeter
## 7524 KellyCh15130609
## 7525      Am_Ameliar
## 7526       7iemaniac
## 7527     rooftopbird
## 7528  preheatoven666
## 7529     LOL_Art_Bot
## 7530     rioliciouss
## 7531     rioliciouss
## 7532     rioliciouss
## 7533     rioliciouss
## 7534        skinx717
## 7535     rioliciouss
## 7536          rumgfs
## 7537      KaningIsOK
## 7538     FloofyHuman
## 7539       _Hizashi_
## 7540       fabszineo
## 7541       roriexart
## 7542       fishay_id
## 7543     joeysbberii
## 7544  RussellKarters
## 7545     Ribbit_Jack
## 7546        Sinelia_
## 7547 DonnaJo26713385
## 7548        tisLatte
## 7549    snottyhead64
## 7550    clover3green
## 7551       25thDraco
## 7552     SierraAzure
## 7553       NotPowPow
## 7554 briemelissastan
## 7555  himboprotector
## 7556   CielosCambala
## 7557 JerryBu49551618
## 7558     MortisGh0st
## 7559  FloralianAroma
## 7560        Koifee__
## 7561     MortisGh0st
## 7562     MortisGh0st
## 7563   KurookamiSama
## 7564     RTFanartLOL
## 7565  IntrinsicGames
## 7566     MortisGh0st
## 7567     weed_kitteh
## 7568       GDAutoArt
## 7569     weed_kitteh
## 7570  LadyVickytoria
## 7571          te4_ll
## 7572    t3ars0fman1a
## 7573      viperfarts
## 7574       3Rattyrat
## 7575     nadearielis
## 7576     MortisGh0st
## 7577           T3M91
## 7578   Raychel_Draws
## 7579     nadearielis
## 7580     MortisGh0st
## 7581        ViralexR
## 7582     MortisGh0st
## 7583    AllyTheRuler
## 7584 cafecutiesoraka
## 7585    Lunarkinesis
## 7586     MortisGh0st
## 7587       Burstale1
## 7588         esbeath
## 7589      AfgathaOsa
## 7590        Tanin_LW
## 7591      mastermepp
## 7592 JoshuaH65875147
## 7593    useful_butch
## 7594  loveisfujiwara
## 7595      mintbearjr
## 7596      mintbearjr
## 7597      aurumnexus
## 7598    Lunarkinesis
## 7599         suidolz
## 7600        ViralexR
## 7601  Kaeden75449726
## 7602  SemSkinDaNeeko
## 7603   Josstevaan_22
## 7604         GmMimio
## 7605   MerpyProjects
## 7606         howlMeu
## 7607         00XM00N
## 7608 ayylemayoecksde
## 7609  Signoraposting
## 7610     GoneGirl_WR
## 7611          Mawasz
## 7612     GoneGirl_WR
## 7613     panda_ashes
## 7614     GoneGirl_WR
## 7615  IntrinsicGames
## 7616         jmnzf92
## 7617        Vilictor
## 7618  IntrinsicGames
## 7619 gettinbiggertha
## 7620     MuitoTr0uxa
## 7621   JoeySpecialEX
## 7622      blabla0216
## 7623          Miawka
## 7624         Iuridsn
## 7625      Blood_Lich
## 7626      buttpossum
## 7627  duckduckgosins
## 7628 metalichotchoco
## 7629 diangelograce13
## 7630     ZatsuneJuon
## 7631 archoncalpernia
## 7632        thotadin
## 7633        idbell10
## 7634     Horseengine
## 7635         00XM00N
## 7636        thotadin
## 7637         clyxpix
## 7638     Yukihohohoh
## 7639       _nanakat_
## 7640 matildabradbvry
## 7641          WC_WIT
## 7642         00XM00N
## 7643          WC_WIT
## 7644     krissibarks
## 7645        idbell10
## 7646     DramaticGei
## 7647 Local_crack_hut
## 7648  michaeljande19
## 7649   Cass_a_rollie
## 7650      LilFaeFawn
## 7651     LOL_Art_Bot
## 7652     LOL_Art_Bot
## 7653       fatovzz18
## 7654       GmSalesss
## 7655         Haizlyx
## 7656  acce_the_worst
## 7657        CATBR3AD
## 7658      gabby_meds
## 7659    SkuIIyKnight
## 7660         Iuridsn
## 7661 AlyssaH59725147
## 7662          sly382
## 7663          sly382
## 7664  StrawbeePlushy
## 7665   TwoShadowSide
## 7666 AlexanderBaguet
## 7667 AlexanderBaguet
## 7668        notwehat
## 7669 AlexanderBaguet
## 7670 AlexanderBaguet
## 7671 AlexanderBaguet
## 7672 AlexanderBaguet
## 7673 AlexanderBaguet
## 7674      Bxrdxrlxne
## 7675 AlexanderBaguet
## 7676 AlexanderBaguet
## 7677 AlexanderBaguet
## 7678 AlexanderBaguet
## 7679       larasslut
## 7680     Michaeldeww
## 7681    TeaCakeTiger
## 7682       Okizemee_
## 7683     NekrosLykos
## 7684      ShushiYeni
## 7685   LoveableMei66
## 7686     safiroanejo
## 7687   JoniGamer1996
## 7688     Nievezhitus
## 7689     FRCretweets
## 7690     FRCretweets
## 7691 Pookiedicksuga1
## 7692     EmiBruxinha
## 7693  anthony_ryouko
## 7694         maekery
## 7695          soruui
## 7696     FRCretweets
## 7697       Maxorzoom
## 7698       KemurChan
## 7699       fronezone
## 7700        D4Rkfor3
## 7701   QuinneJojofag
## 7702   jandrereserva
## 7703 ogFeelEmotional
## 7704      reistellae
## 7705   Luciesagarika
## 7706      Navin_chan
## 7707    Evho_Phoenix
## 7708    Evho_Phoenix
## 7709       NicCHeinz
## 7710 JumaraloHexCore
## 7711       keatydesu
## 7712       keatydesu
## 7713      lolnuggies
## 7714       Macky07GF
## 7715         Oream10
## 7716          RewTox
## 7717  Kamino_Shimobe
## 7718  milesfromloona
## 7719  milesfromloona
## 7720         ak_elon
## 7721     CitrusPress
## 7722        onittoes
## 7723   Astro_potatoe
## 7724  PhantasmalGirl
## 7725 SocialDesignCr1
## 7726           hzlfs
## 7727         GMHTTYD
## 7728      shikandayo
## 7729       alttspeed
## 7730     1987_zombie
## 7731    _Saint_Ghoul
## 7732  IntrinsicGames
## 7733        hanag0re
## 7734   Ursa_Mediocre
## 7735    Sonicx5040__
## 7736       NullIsAt0
## 7737      tamashiiVT
## 7738      EVANxOMEGA
## 7739          RewTox
## 7740       sunamiis2
## 7741        viesolde
## 7742 oneshiningdream
## 7743 AuroraKirkland_
## 7744         ZJay_99
## 7745         ZJay_99
## 7746         ZJay_99
## 7747         EnR_Bar
## 7748        VtuberCC
## 7749     racertrainz
## 7750         bc_bby_
## 7751       EL_nachas
## 7752       Sunset_sn
## 7753       bebackl8r
## 7754        Goupil68
## 7755 StevenS53125904
## 7756       meeIgaroo
## 7757       meeIgaroo
## 7758     racertrainz
## 7759    MooseLord150
## 7760     LOL_Art_Bot
## 7761     LOL_Art_Bot
## 7762    thedunewitch
## 7763     josemorojas
## 7764     mellowavess
## 7765        No2Astro
## 7766 TaylorH55952945
## 7767         berhres
## 7768    _eeearfquake
## 7769      valkyrsimp
## 7770        AllTaric
## 7771        AllTaric
## 7772         GimRari
## 7773 SpaceArtemisCat
## 7774      jim_duffus
## 7775     LOL_Art_Bot
## 7776 NightStalkerTBO
## 7777 NightStalkerTBO
## 7778  IntrinsicGames
## 7779         NIJISE_
## 7780   AcrylicKiss17
## 7781 NightStalkerTBO
## 7782 NightStalkerTBO
## 7783  IntrinsicGames
## 7784    ClosetWeeb11
## 7785 NightStalkerTBO
## 7786  IntrinsicGames
## 7787     papuchochoe
## 7788  IntrinsicGames
## 7789    MyOwnEnemyOP
## 7790       KyaHimiko
## 7791     papuchochoe
## 7792     VoidGarzelm
## 7793 summerswirlarts
## 7794         _Katrat
## 7795      KRRosales1
## 7796          xkeniv
## 7797      Ionic_Wind
## 7798     papuchochoe
## 7799 NightStalkerTBO
## 7800 SebastinAceve20
## 7801        BKCearns
## 7802  BlueTheRaptors
## 7803 NightStalkerTBO
## 7804 NightStalkerTBO
## 7805    stxrrydreams
## 7806 lovely_protagon
## 7807      AirshipSyn
## 7808    Esports_Zach
## 7809 NightStalkerTBO
## 7810     LOL_Art_Bot
## 7811 lovely_protagon
## 7812 NightStalkerTBO
## 7813 NightStalkerTBO
## 7814 lovely_protagon
## 7815 NightStalkerTBO
## 7816 NightStalkerTBO
## 7817 NightStalkerTBO
## 7818 NightStalkerTBO
## 7819 NightStalkerTBO
## 7820 lovely_protagon
## 7821       LOL_adel_
## 7822 NightStalkerTBO
## 7823       vencerjoy
## 7824           tetto
## 7825 StringsNBullets
## 7826       selmishen
## 7827       nohtanhoj
## 7828   LawlietFrixie
## 7829 ReginaC26432536
## 7830     LOL_Art_Bot
## 7831 AngelaR81493370
## 7832       YuuhChan_
## 7833 YamimotoRequiem
## 7834    AmericaKrisi
## 7835         Pug616P
## 7836        Helg0st1
## 7837        AkiroS58
## 7838     Kaiji_Garou
## 7839     Kaiji_Garou
## 7840  FruityyCupcake
## 7841         Xamalam
## 7842         Zellzo_
## 7843         sqttoru
## 7844     MrImposterX
## 7845     joonikwon01
## 7846   Anton50206078
## 7847        limaopwp
## 7848     LOL_Art_Bot
## 7849    suenodeamore
## 7850        benceolr
## 7851 Chiccharron____
## 7852        idbell10
## 7853 DianeWi87179150
## 7854     SirShadow76
## 7855      AnnSenpai1
## 7856        telogrus
## 7857  French_Retweet
## 7858   nxghtmarefvel
## 7859     xXxKosiaxXx
## 7860          Zwie03
## 7861          Zwie03
## 7862    darkyoshi360
## 7863      kittelgame
## 7864  IntrinsicWorld
## 7865      Yogui_sama
## 7866 enblovesamphbia
## 7867 oleandrinhoreal
## 7868    Kiimberlyss_
## 7869        gudcoock
## 7870       smile_ral
## 7871      ZZetsubou_
## 7872     Fluffypupy2
## 7873        Nickx_27
## 7874        Nickx_27
## 7875        rw234065
## 7876          J_ASHX
## 7877      joblack369
## 7878        Flouke21
## 7879    Lionchief158
## 7880          J_ASHX
## 7881    ST4RGU4RDIAN
## 7882      ren_kozume
## 7883     _MONOPH0BIA
## 7884        Zdradas_
## 7885        Zdradas_
## 7886    FloTinnyPaws
## 7887 enblovesamphbia
## 7888 enblovesamphbia
## 7889    Sahri4feedin
## 7890     LOL_Art_Bot
## 7891    FloTinnyPaws
## 7892        kawayanu
## 7893       ManuBrook
## 7894      Ilmorrison
## 7895         WantAdc
## 7896 EmtoenMareAjuan
## 7897  Mariposa_Doida
## 7898     LaprasChild
## 7899  IntrinsicGames
## 7900   krasnyyArthur
## 7901  IntrinsicGames
## 7902     phelmorcego
## 7903      Zelmetabee
## 7904        marcky_z
## 7905        BluGiraf
## 7906     skylightrmm
## 7907        Jostler0
## 7908    edelgardvonh
## 7909   EvinhaNinfeta
## 7910        AllTaric
## 7911      EG_Robert1
## 7912          vuyecc
## 7913        jazzoo51
## 7914      Peter_S325
## 7915        Annaneaz
## 7916     LOL_Art_Bot
## 7917       YoYusuke_
## 7918     jacobtull77
## 7919     miss_annewe
## 7920      RiceRoyce1
## 7921        tinydxve
## 7922     thebenitime
## 7923    Marshall_L99
## 7924 enblovesamphbia
## 7925         yeskkkj
## 7926 el_matias_velez
## 7927      Davi8Velez
## 7928     bobisinlove
## 7929      CENDRlLLON
## 7930     MageIngrid2
## 7931         esaatrw
## 7932    Gabrielf_105
## 7933     DZenT_Boiia
## 7934       Nana_3014
## 7935       Nana_3014
## 7936         DReugue
## 7937       GDAutoArt
## 7938   StarIoannis25
## 7939       robot_rad
## 7940         chimcia
## 7941 JohnFor32542013
## 7942      EricZhan10
## 7943   realkaycatboy
## 7944         Falst3r
## 7945        LolAxelr
## 7946       Anaisucho
## 7947       DrakeKw95
## 7948  IamBenStirling
## 7949  IamBenStirling
## 7950  IamBenStirling
## 7951         belacb_
## 7952    GeneralLhama
## 7953         ZyklusW
## 7954         ZyklusW
## 7955   coisa_ruim666
## 7956       krozbones
## 7957          gckoov
## 7958        camii_ei
## 7959        Agent152
## 7960       spaceylux
## 7961         casgawa
## 7962       rakanismo
## 7963    ArtGuerreiro
## 7964  IntrinsicGames
## 7965 BEIDOU0BSESS1ON
## 7966 nottingseriouss
## 7967  IntrinsicGames
## 7968    Bran13234611
## 7969         _kuroom
## 7970     MageIngrid2
## 7971      mini_tacos
## 7972        ivbaoshi
## 7973       SherterXY
## 7974     MageIngrid2
## 7975 Anthony87651440
## 7976  Simp_for_Amity
## 7977   SrirachaWhale
## 7978       CutieChan
## 7979     lalaryssaum
## 7980      NontoxicGG
## 7981       Yuk1m4_B1
## 7982       Yuk1m4_B1
## 7983    TeamustbeHOT
## 7984  MarcyReginaWu3
## 7985      indizar314
## 7986      indizar314
## 7987  DuncanAbizaid1
## 7988  MarcyReginaWu3
## 7989   VTuberTweeter
## 7990         MerahB1
## 7991        Eli_Huiz
## 7992     DuckFriend2
## 7993       Aleramtz2
## 7994 BlackLe34162712
## 7995      kerkillian
## 7996    yukinoisfree
## 7997    JimboxShrimp
## 7998     Togedemmaru
## 7999         AzuaRyu
## 8000 MetelikPropovid
## 8001         PO_S_CA
## 8002      Encantadoh
## 8003        Joneybud
## 8004  _awaken_mylove
## 8005  IntrinsicGames
## 8006    radianthosts
## 8007  IntrinsicGames
## 8008     spartan_065
## 8009   professornugs
## 8010         luke_uw
## 8011     LOL_Art_Bot
## 8012     _fallenstxr
## 8013        Blue3098
## 8014        OpLekker
## 8015        Blue3098
## 8016   zacky_batalet
## 8017  ratata75147175
## 8018   basicnbizarre
## 8019 Timothy98617987
## 8020         CY4N4R4
## 8021        DENGRAWE
## 8022   GloriesUnsung
## 8023        Skeevius
## 8024        Skeevius
## 8025        Skeevius
## 8026        Skeevius
## 8027      Goliazinho
## 8028        Skeevius
## 8029         _pr8rr_
## 8030        Skeevius
## 8031   thekillercapo
## 8032 TerriBa33627771
## 8033    LustyOregano
## 8034     KoTinTrysaX
## 8035    thefinal_act
## 8036         PatYS57
## 8037         PatYS57
## 8038        GzmLucas
## 8039     catboysilco
## 8040     PhantomAwoo
## 8041         Dwalien
## 8042       RetweetVT
## 8043     StoneLaRone
## 8044      Pasteltwtx
## 8045         dzkmm23
## 8046 Hammy_La_Patata
## 8047         NeroRPG
## 8048         NeroRPG
## 8049        FebosSoy
## 8050       KinaSyrup
## 8051           vcx7s
## 8052  DonutsJonathan
## 8053    COFFEEDRUGS1
## 8054     DragonProse
## 8055     AdharaTenyi
## 8056        merfulir
## 8057      IamTheCyka
## 8058 AnnCart15704870
## 8059 DeniseJ01043830
## 8060      Sarashieda
## 8061       Vulkiveir
## 8062      bwebber222
## 8063       maregret_
## 8064 tasteoftwiceluv
## 8065  general_magma1
## 8066          Sraal7
## 8067      PIRATEJIWE
## 8068      PIRATEJIWE
## 8069       Elygmabel
## 8070  CrimsonGirlAmy
## 8071          Nhnkk_
## 8072       Gluwutchy
## 8073     Ohmygosh413
## 8074      moleofsalt
## 8075        keybardi
## 8076    FilmsJawsome
## 8077        notoce4n
## 8078    frostvo1tage
## 8079       GR3Y_arts
## 8080   _aterRorizada
## 8081  CorvusYildirim
## 8082   _aterRorizada
## 8083    MixterKill29
## 8084      SunnyP1lls
## 8085    ZeroOnTwiter
## 8086 TheUnto88744393
## 8087 ScottTa24134577
## 8088 JuanRui93752871
## 8089 GrdGeneralSwain
## 8090        unpickel
## 8091   Kandel_Duarte
## 8092          xiefux
## 8093      ELDOKYraro
## 8094 GalaxyGamerYaY1
## 8095      insane_nya
## 8096     FRCretweets
## 8097       Kurona_98
## 8098        T41LW1ND
## 8099   Gato_lystrado
## 8100      Yuki_Lumi_
## 8101   AmaruIshikawa
## 8102       PoDeTsuki
## 8103        T41LW1ND
## 8104        T41LW1ND
## 8105 oleandrinhoreal
## 8106       koka_luka
## 8107  love_bouboubou
## 8108   loud_gothbird
## 8109         ceezest
## 8110         acpredo
## 8111   DesertRose_NZ
## 8112        VERGOM06
## 8113  tiny_bulbasaur
## 8114    souici_farah
## 8115        1_dahaka
## 8116 the7thsense____
## 8117      sRubyMaple
## 8118 Henriquefelikes
## 8119    DetectiveRos
## 8120     Sailor_Arti
## 8121 Shadow__Nothing
## 8122 Shadow__Nothing
## 8123    King62151668
## 8124        Migs_752
## 8125   DesertRose_NZ
## 8126       IHavePipi
## 8127       davilibra
## 8128  CommodoreChaos
## 8129        MrKiruem
## 8130     Ohmygosh413
## 8131     elpueroloco
## 8132  LMountaingoats
## 8133 mrdocto36571669
## 8134     L4DYF0RTUNE
## 8135         Spy_Iol
## 8136  tiny_bulbasaur
## 8137   SandyLeague19
## 8138         sqiibby
## 8139  IntrinsicGames
## 8140          RewTox
## 8141     n_nasti_007
## 8142  IntrinsicGames
## 8143          RewTox
## 8144      EribbanBEP
## 8145         Vic1848
## 8146    Drackwayland
## 8147       GrynnDyre
## 8148        JuanRPG_
## 8149    Manaforce_TH
## 8150          RewTox
## 8151  UwULunaChanUwU
## 8152      herrenchan
## 8153          RewTox
## 8154         KBanryu
## 8155 BenguDaBigPoppa
## 8156    Koopalings58
## 8157       AltStarZ_
## 8158         KBanryu
## 8159     UwU15475317
## 8160     moonbylette
## 8161     moonbylette
## 8162        Fattsoll
## 8163      EribbanBEP
## 8164      healpoints
## 8165         Asphen7
## 8166      healpoints
## 8167        viesolde
## 8168    daweaselbass
## 8169       Popo_Gang
## 8170        llwd_jjw
## 8171   BudgetMuffins
## 8172   RamenKider913
## 8173      HuzzahGeek
## 8174  leashy46973439
## 8175 RazenBabouche02
## 8176         L1zarda
## 8177        rukasuzz
## 8178 a_person_online
## 8179       Bobafaeri
## 8180 a_person_online
## 8181 yeojinsupremacy
## 8182         evuriii
## 8183 AverageAnimeFa2
## 8184       RetweetVT
## 8185    BrnY49843613
## 8186 LuisAlfonsoUga1
## 8187    darklord2099
## 8188 LuisAlfonsoUga1
## 8189  MatheusVicen73
## 8190   kevin78857014
## 8191     Retweelgend
## 8192 streamerwallcom
## 8193         RordyGG
## 8194 Marauder_Kawaii
## 8195      MangoMazes
## 8196   RepulsiveMaid
## 8197     BlightArtie
## 8198   TagAnimationz
## 8199        jogoagui
## 8200 TinaMye65138162
## 8201     RottenJinx_
## 8202  IntrinsicGames
## 8203          FLjeta
## 8204          RewTox
## 8205      VolukJikan
## 8206         Yweeshi
## 8207      Karima130X
## 8208  pillowninja121
## 8209 TrevorM74993978
## 8210 _mercwithmouth_
## 8211        aztec995
## 8212    FreshBakedRy
## 8213      kerkillian
## 8214 billyrocketsau1
## 8215    marinactonci
## 8216 Christi42459393
## 8217    str4wbryc4ke
## 8218      MaahesRion
## 8219          EISuco
## 8220       teviayuri
## 8221       teviayuri
## 8222       HisuiKiba
## 8223       NerdCSGO_
## 8224   RepulsiveMaid
## 8225       suryono_r
## 8226        sullvani
## 8227        btreght7
## 8228      MaxGamerF2
## 8229    Black_Moral9
## 8230    BruhTurururu
## 8231      Batata_owo
## 8232    Big_Richardo
## 8233       Qu33nAgar
## 8234        rawbin2K
## 8235    YesicaMylano
## 8236   Infernal_Gaia
## 8237        ernesew1
## 8238     FloppyWitch
## 8239   maxxcaulf1eld
## 8240     JadeKatBond
## 8241     lepushearts
## 8242     MinaBuvelle
## 8243        sunb3nny
## 8244       Candiey15
## 8245   Frisk67491510
## 8246      firepix515
## 8247   Frisk67491510
## 8248      medusa7708
## 8249   Frisk67491510
## 8250       asheeeshi
## 8251    theblinkfrog
## 8252 Adrian_lessname
## 8253          lekyyu
## 8254   Frisk67491510
## 8255   Frisk67491510
## 8256      andrex2311
## 8257   Frisk67491510
## 8258        _Miellam
## 8259   storm42058563
## 8260      HelpMe2137
## 8261 ohhello39556554
## 8262      RhiLai_Art
## 8263    TheCookiOreo
## 8264   Frisk67491510
## 8265       fematerox
## 8266          RewTox
## 8267         LegioIs
## 8268    moonboynihat
## 8269    nurgleherald
##                                                                                                                                                                text
## 1                                          RT @CherryRobber: i just really like his face tbh\n#arcane #LeagueOfLegends #silco #arcanefanart https://t.co/0Rf4XxghYT
## 2                     RT @uemasters: Italy is in good hands as Unipd Cheng will defend its flag in #AUEM23 👐\n\n⚔️They have marked March with an X on their calenda…
## 3                                                      RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 4                    RT @damongreenhalgh: Spirit Blossom has such a fun and colorful aesthetic. Had a blast painting this and learned a lot too!\n\n#LeagueOfLegen…
## 5                                       RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 6                                           RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 7                    RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 8                                                                RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 9                               RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 10                                                         RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 11                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 12                  RT @cinamoncune: Would you be Thresh or Ahri’s valentine? ♥️\n\n(You might need to trade in something though) \n\n#LeagueOfLegends #ArtofLegend…
## 13                                                         RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 14                    RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 15                   RT @tikitorchies: Lets get some lineart done for Coven Neeko!!! Now live!\n\n#LeagueOfLegends #VtubersEN #LeagueOfLegendsFanArt https://t.co/…
## 16                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 17                                                         RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 18                                                               RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 19                   RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 20                                      RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 21                                                       RT @ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq
## 22                   RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 23                               RT @CherryRobber: screencap redraw of the rat man! \n#silco #arcane #LeagueOfLegends #arcanefanart #fanart https://t.co/D2l7rtPigw
## 24                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 25                                         RT @CherryRobber: i just really like his face tbh\n#arcane #LeagueOfLegends #silco #arcanefanart https://t.co/0Rf4XxghYT
## 26                                         RT @CherryRobber: i just really like his face tbh\n#arcane #LeagueOfLegends #silco #arcanefanart https://t.co/0Rf4XxghYT
## 27                   RT @PoroSandia: my project is taking more time than i thought since my keyboard trolls me more than my team in a rank \n\nso i leave this her…
## 28                    RT @StephJMillz1: New Book of Kamille chapter on the Twitch channel! My Twitch subscribers know what to do! 📺🎮⚔️💯🌎\n\n#leagueoflegends #Steph…
## 29                                                         RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 30                                                         RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 31                                                                   RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C
## 32                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 33                   RT @cnnmncntpd: Waaaaah, my girl Soraka is so pretty! I really loved the vibe of her splash art 😭🙏\n\n#leagueoflegends #leagueoflegendsfanart…
## 34                   RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 35                             RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/BE1ua0K4bZ https://t.co/oe2TqsFI35
## 36                                            RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL
## 37                                                     RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 38                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 39                   RT @cnnmncntpd: Waaaaah, my girl Soraka is so pretty! I really loved the vibe of her splash art 😭🙏\n\n#leagueoflegends #leagueoflegendsfanart…
## 40                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 41                                                               RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 42                  RT @whxtelamb_cos: [...] In the future, one of us is alive. Hint : it's not you.🧁\n\n❤︎\nLeague Of Legends's Caitlyn Kiramman from ARCANE \n\n📸…
## 43                 RT @JoJoelleTV: Finales is killing me D:!!! Here's a lissandra study from LOL tho\n.\n.\n.\n#ArtistOnTwitter #artistontwt #LeagueOfLegendsFanAr…
## 44                                                               RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 45                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 46                   RT @PoroSandia: my project is taking more time than i thought since my keyboard trolls me more than my team in a rank \n\nso i leave this her…
## 47                 RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 48                                                                          RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 49                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 50                   RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 51                                                                           RT @DailyTeenVi: guess who's back #Arcane #Vi #LeagueOfLegends https://t.co/Ohq8UdBwhJ
## 52                   RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 53                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 54                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 55                  RT @whxtelamb_cos: [...] In the future, one of us is alive. Hint : it's not you.🧁\n\n❤︎\nLeague Of Legends's Caitlyn Kiramman from ARCANE \n\n📸…
## 56                   RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 57                  RT @whxtelamb_cos: [...] In the future, one of us is alive. Hint : it's not you.🧁\n\n❤︎\nLeague Of Legends's Caitlyn Kiramman from ARCANE \n\n📸…
## 58                                              RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 59                   RT @LumiereVtuber: Vtuber| Playing League of legends trying to level up?\n https://t.co/m6ixn2O8dW\n#Vtubers #VTuberEN #streamer #TeamFightTa…
## 60                  RT @whxtelamb_cos: [...] In the future, one of us is alive. Hint : it's not you.🧁\n\n❤︎\nLeague Of Legends's Caitlyn Kiramman from ARCANE \n\n📸…
## 61                                                               RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 62                                      RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 63                                                               RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 64                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 65                                                               RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 66                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 67                                                               RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 68                                                         RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 69                                                                                      RT @jasikyu: Ruined Miss Fortune 💚 #LeagueOfLegends https://t.co/3ExGS6n2kU
## 70                                                                  RT @jasikyu: Caitlyn wanted vi so I became her #arcane #LeagueOfLegends https://t.co/rBahVYMFEH
## 71                                                                                         RT @jasikyu: Coven Ahri selfies #LeagueOfLegends https://t.co/z1zx0erJwA
## 72                                                                          RT @jasikyu: Coven Evelynn cosplay after 2yrs 🫣#leagueoflegends https://t.co/4WacCuzRT6
## 73                                                                                  RT @Ultrashokk: fixed her jacket #zeri #LeagueOfLegends https://t.co/jba8OId0UB
## 74                   RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 75                   RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 76                RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 77                   RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 78                   RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 79                                                                                RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 80                                                                 RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 81                                                                       RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 82                                                         RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 83                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 84                   RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 85                                                                          RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 86                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 87                                                     RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 88                   RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 89                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 90                                                               RT @sarah_pim1: 🌸Long hair Neeko💙\n\n#LeagueOfLegends #ArtofLegends #neeko https://t.co/qN9hhs3FEx
## 91                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 92                  RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 93                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 94                    RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 95                                                                                RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 96                   RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 97                    RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 98                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 99                    RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 100                                        RT @CherryRobber: i just really like his face tbh\n#arcane #LeagueOfLegends #silco #arcanefanart https://t.co/0Rf4XxghYT
## 101                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 102                              RT @CherryRobber: screencap redraw of the rat man! \n#silco #arcane #LeagueOfLegends #arcanefanart #fanart https://t.co/D2l7rtPigw
## 103                   RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 104                 RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 105                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 106                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 107                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 108                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 109                  RT @PoroSandia: my project is taking more time than i thought since my keyboard trolls me more than my team in a rank \n\nso i leave this her…
## 110                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 111                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 112                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 113                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 114                  RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 115                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 116                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 117                                                                                  RT @DunkmasterSett: DUNK!!\n272 PTS\n#Dunkmaster🏀 #FeelIonia🍃#LeagueOfLegends👊
## 118                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 119                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 120                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 121                  RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 122                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 123                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 124                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 125                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 126                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 127                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 128                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 129                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 130                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 131                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 132                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 133                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 134                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 135                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 136                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 137                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 138                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 139                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 140                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 141                             RT @UnrankedSmurfs: Breaking news!\nHopefully, he will be on your team tho.\n #LeagueOfLegends #Funny #Meme https://t.co/mWBswSg2QX
## 142                                             RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 143                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 144                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 145                 RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 146                                             RT @NolegAdvanced: "Hunger never sleep."\n\n@LeagueOfLegends #LeagueOfLegends #ArtofLegends https://t.co/Cr6sMuezPN
## 147                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 148                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 149                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 150                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 151                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 152                                                       RT @RukiaDaichi: Blood Moon Evelynn! ꉂ(ˊᗜˋ*)♡\n\n#LeagueOfLegends\n#ArtofLegends https://t.co/uJBjBpIYOu
## 153                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 154                          RT @RukiaDaichi: Doodle of the lil angsty yordle \n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#ArtofLegends https://t.co/DtammexkXP
## 155                                         RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 156                     RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 157                    RT @Chizu_Artwork: Finished! I am very surprised how my style changes. But I think I'm improving a bit. I'm still not happy with the colors…
## 158                                                                    RT @myrrhneo: he is 😳\n#LeagueOfLegends #LeagueOfLegendsFanArt #Yone https://t.co/ouL0QxGGnM
## 159                                                                    RT @myrrhneo: he is 😳\n#LeagueOfLegends #LeagueOfLegendsFanArt #Yone https://t.co/ouL0QxGGnM
## 160                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 161                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 162                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 163                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 164                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 165                   RT @esports12K: Blitzcrank’s self-slow is eventually put to use by league players @LeagueOfLegends\nCheckout the full story: https://t.co/lM…
## 166                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 167                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 168                   RT @esports12K: Blitzcrank’s self-slow is eventually put to use by league players @LeagueOfLegends\nCheckout the full story: https://t.co/lM…
## 169                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 170                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 171                                                                      RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 172                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 173                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 174                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 175                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 176                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 177                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 178                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 179                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 180                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 181                   RT @viniSfw: Evelynn Death Sworn Fan skin \n#WildRift #LeagueOfLegendsFanArt #LeagueOfLegends @riotgames #Evelynn #ibisPaintX https://t.co/r…
## 182                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 183                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 184                    RT @flyying_raijin: Hey Hey whats up everyone? Sorry for the small break but we are back again tonight we doing another drunk stream playin…
## 185                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 186                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 187                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 188                  RT @Inkspirate_art: Jinx 💥 Powder\n\n#Arcane #ArcaneFanArt #LeagueOfLegends #ArtofLegends #Jinx 💥\nhttps://t.co/QJsywY55UP ✍️🏻 https://t.co/C0…
## 189                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 190                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 191                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 192                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 193                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 194                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 195                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 196                  RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 197                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 198                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 199                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 200                    RT @cyanceebee: 2 out of 6 Pride sketches from last year! These were the closest to being finished but the project was too ambitious 🥲 #Lea…
## 201                              RT @LaurenMorXO: Quitting league until I find someone who I can duo with cuz all these kids in solo q are dumb af #LeagueOfLegends
## 202                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 203                                                 RT @theScoreesports: Rekkles Is Back 😲\n\n▶️ https://t.co/Yzzq4MaSRL\n\n#LeagueOfLegends https://t.co/J8eC07tJWr
## 204                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 205                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 206                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 207                RT @BartholomauEUNE: Taking commissions for cute animated stream cameras with emotes ^^\n\nRetweet if you like\nHit me up if interested\n#Leagu…
## 208                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 209                  RT @cnnmncntpd: Waaaaah, my girl Soraka is so pretty! I really loved the vibe of her splash art 😭🙏\n\n#leagueoflegends #leagueoflegendsfanart…
## 210                  RT @Inkspirate_art: Jinx 💥 Powder\n\n#Arcane #ArcaneFanArt #LeagueOfLegends #ArtofLegends #Jinx 💥\nhttps://t.co/QJsywY55UP ✍️🏻 https://t.co/C0…
## 211                                                      RT @ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq
## 212                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 213                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 214                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 215                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 216                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 217                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 218                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 219                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 220                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 221                  RT @tikitorchies: Lets get some lineart done for Coven Neeko!!! Now live!\n\n#LeagueOfLegends #VtubersEN #LeagueOfLegendsFanArt https://t.co/…
## 222                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 223                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 224                     RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 225                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 226                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 227                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 228                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 229                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 230                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 231                   RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 232                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 233                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 234                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 235                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 236                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 237                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 238                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 239                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 240                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 241                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 242                   RT @viniSfw: Evelynn Death Sworn Fan skin \n#WildRift #LeagueOfLegendsFanArt #LeagueOfLegends @riotgames #Evelynn #ibisPaintX https://t.co/r…
## 243                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 244                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 245                   RT @LoLMemesBot: Why add an item that makes us useless\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worl…
## 246                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 247                                        RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 248                                                                  RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C
## 249                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 250                   RT @kizimiyo: The Ruined King Viego 💚\n#LeagueOfLegends #LeagueOfLegendsFanArt #art #draw #LoLFanart #viego #theruinedking https://t.co/Tesz…
## 251                                            RT @L0VERSEYES: they will never be besties... *spits cereal*\n#leagueoflegends #rhaast #jinx https://t.co/DsfXCufMCj
## 252                  RT @_Karruzed_: I did a sketch of a creature from a game I don't even play. I wonder where she comes from🤔\n\n#LeagueOfLegends #furries #kind…
## 253                                                                                 RT @L0VERSEYES: jinx and kayn doodle 🚀 #leagueoflegends https://t.co/z6KN1rP5o6
## 254                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 255                                                      RT @ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq
## 256                RT @Nanal0l: 😎PMA GRIND😎Interactive streamer😎Totally not a one trick😎 \n\nLive now at Twitch . tv / Nana ! 🔗\n\n#LeagueOfLegends #Twitch #Twitc…
## 257                                              RT @starblussh: Gwen in a cute dress 🛐\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #gwenlol https://t.co/v2WSABf0Np
## 258                                                                      RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 259                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 260                                             RT @NolegAdvanced: "Hunger never sleep."\n\n@LeagueOfLegends #LeagueOfLegends #ArtofLegends https://t.co/Cr6sMuezPN
## 261                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 262                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 263                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 264                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 265                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 266                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 267                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 268                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 269                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 270                                                                  RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C
## 271                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 272                                             RT @NolegAdvanced: "Hunger never sleep."\n\n@LeagueOfLegends #LeagueOfLegends #ArtofLegends https://t.co/Cr6sMuezPN
## 273                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 274                  RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 275                  RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 276                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 277                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 278                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 279                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 280                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 281                   RT @kizimiyo: The Ruined King Viego 💚\n#LeagueOfLegends #LeagueOfLegendsFanArt #art #draw #LoLFanart #viego #theruinedking https://t.co/Tesz…
## 282                  RT @damongreenhalgh: Spirit Blossom has such a fun and colorful aesthetic. Had a blast painting this and learned a lot too!\n\n#LeagueOfLegen…
## 283                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 284                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 285                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 286                                        RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 287                                              RT @starblussh: Gwen in a cute dress 🛐\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #gwenlol https://t.co/v2WSABf0Np
## 288                   RT @kizimiyo: The Ruined King Viego 💚\n#LeagueOfLegends #LeagueOfLegendsFanArt #art #draw #LoLFanart #viego #theruinedking https://t.co/Tesz…
## 289                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 290                  RT @cnnmncntpd: Waaaaah, my girl Soraka is so pretty! I really loved the vibe of her splash art 😭🙏\n\n#leagueoflegends #leagueoflegendsfanart…
## 291                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 292                RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 293                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 294                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 295                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 296                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 297                                                      RT @ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq
## 298                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 299                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 300                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 301                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 302                      RT @dearestryna: Gwen helping Riven and Irelia getting along 💚💙❤️\n#LeagueOfLegends #LeagueOfLegendsFanArt #rivelia https://t.co/GC6soeAPuE
## 303                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 304                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 305                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 306                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 307                                                         RT @hi__host: rating (almost) every Sylas !! \n~~\n#sylas #LeagueOfLegends #lol https://t.co/mSzi73YeKE
## 308                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 309                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 310                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 311                                                                  RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C
## 312                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 313                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 314                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 315                  RT @_kyuyaa: Rules are made to be broken... like buildings! Or people! 💗🍥 Tcha-tcha-tcha-tcha! \n\n#jinx #LeagueOfLegends @LoLegendsBR https:…
## 316                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 317                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 318                                                      RT @ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq
## 319                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 320                  RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 321                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 322                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 323                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 324                 RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 325                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 326                                                                  RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C
## 327                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 328                                                                  RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C
## 329                RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 330                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 331                                                                  RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C
## 332                  RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 333                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 334                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 335                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 336                  RT @Phalanxus: #Anivia keeping the brothers in check 💙\n\n#volibear #ornn #ArtofLegends #art #LeagueOfLegends #LeagueOfLegendsFanArt #comic h…
## 337                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 338                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 339                  RT @Cookie3w3: The Gods of Freljord UWU\n\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Volibear #Ornn #Anivia #Freljord https://t.…
## 340                  RT @Cookie3w3: The Gods of Freljord UWU\n\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Volibear #Ornn #Anivia #Freljord https://t.…
## 341                  RT @Phalanxus: #Anivia keeping the brothers in check 💙\n\n#volibear #ornn #ArtofLegends #art #LeagueOfLegends #LeagueOfLegendsFanArt #comic h…
## 342                                                                  RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C
## 343                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 344                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 345                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 346                    RT @NsNapk1: At last, he can finally hear something that aren't the screams of the damned or the Maiden rambling in his ear. It's a nice ch…
## 347                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 348                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 349                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 350                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 351                            RT @Descendeus1: 🌸🪷MOONCAKE🌸🪷\n\n#Settphel  #spiritblossom #RIOT #RiotGames #LeagueOfLegends #SETT #Aphelios https://t.co/tr91A3r0Zi
## 352                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 353                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 354                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 355                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 356                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 357                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 358                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 359                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 360                     RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 361                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 362                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 363                 RT @funky_pepe: Day 6 - Battle Tiger Vi\n\n#conceptober2022  hosted by  @EraiViolett\n#LeagueOfLegends #ArtOfLegends #Vi https://t.co/vCT1CyM9…
## 364                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 365                  RT @Patchy_art: Wanted to try drawing in a different way so here is the result, Neeko again\n\n#Neeko #LeagueOfLegends #LeagueOfLegendsFanArt…
## 366                                                                RT @fnkdrg: Just messing around on Aseprite.\n#pixelart #LeagueOfLegends https://t.co/c6vvCHNzKm
## 367                                        RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 368                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 369                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 370                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 371                                                      RT @ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq
## 372                  RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 373                    RT @Xion_Eisenhart: W-W-What do you mean? *oh my she is looking at my eyes, she is so close I'm going to faint* #caitvi #arcane #cosplay #L…
## 374                      RT @dearestryna: Gwen helping Riven and Irelia getting along 💚💙❤️\n#LeagueOfLegends #LeagueOfLegendsFanArt #rivelia https://t.co/GC6soeAPuE
## 375                                          RT @NsNapk1: Suggested plus-sized #Alune.🌕\n\n#artistsontwitter #ArtofLegends #LeagueOfLegends https://t.co/b3rIZue6ks
## 376                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 377                    RT @bichhoan1997: Happy Lunar New Year. 🐃🧧Here my new painting, nightblossom Yasuo enjoys a yogurt chocopie. #yasuo #spiritblossom #ArtofLe…
## 378                RT @lorddumbb: [DT] Back to the old days [2]\n\nAnother young Silco doodles \n\n#arcane #ArcaneArt #Silco #silcofanart #youngsilco #doodle #Lea…
## 379                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 380                  RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 381                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 382                                                  RT @AAAADDDDing: sett is coming!\n#SETT #LeagueOfLegends #ArtofLegends #spiritblossom https://t.co/j6ErUBKBtJ
## 383                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 384                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 385                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 386                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 387                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 388                                           RT @Chertiloida_art: Gift for @nice_pebble_tea\n#Kaisa #Ezreal #leagueoflegends #artoflegends https://t.co/UNENi8LFwK
## 389                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 390                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 391                                                                                                       RT @NerfWindWall: nerf Yasuo's Wind Wall #LeagueOfLegends
## 392                 RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 393                 RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 394                                           RT @Chertiloida_art: Gift for @nice_pebble_tea\n#Kaisa #Ezreal #leagueoflegends #artoflegends https://t.co/UNENi8LFwK
## 395                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 396                  RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 397                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 398                                                                          RT @lumieluna: You're perfect.\n#Arcane #leagueoflegends #Jinx https://t.co/yMGmNvBojs
## 399                                                      RT @ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq
## 400                   RT @Gamer_Iss101: Ah yes my second 3D art and I'm starting to get the hang of it \n#sfm #ahri #kasumi #LeagueOfLegends #Paladins #SourceFilm…
## 401                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 402                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 403                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 404                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 405                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 406                    RT @NsNapk1: At last, he can finally hear something that aren't the screams of the damned or the Maiden rambling in his ear. It's a nice ch…
## 407                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 408                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 409                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 410                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 411                  RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 412                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 413                    RT @NsNapk1: At last, he can finally hear something that aren't the screams of the damned or the Maiden rambling in his ear. It's a nice ch…
## 414                                 RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 415                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 416                   RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 417                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 418               RT @Asuramaru_arts: What is Love? Settphelios 💕\n\nSett model by: @sokurabbit\nAphelios by me\n\n#sett #aphelios #settphelios #leagueoflegends #…
## 419                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 420                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 421             RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 422                       RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 423                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 424                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 425                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 426                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 427                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 428                                                                      RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 429                                           RT @Chertiloida_art: Gift for @nice_pebble_tea\n#Kaisa #Ezreal #leagueoflegends #artoflegends https://t.co/UNENi8LFwK
## 430                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 431                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 432                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 433                  RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 434                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 435                  RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 436                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 437                                                                      RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 438                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 439                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 440                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 441                  RT @tikitorchies: Lets get some lineart done for Coven Neeko!!! Now live!\n\n#LeagueOfLegends #VtubersEN #LeagueOfLegendsFanArt https://t.co/…
## 442                   RT @LoLMemesBot: "Just build armor bro" Starter Pack\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds…
## 443                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 444                   RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 445                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 446                  RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 447                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 448                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 449                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 450                                        RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 451                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 452                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 453                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 454                 RT @funky_pepe: Day 6 - Battle Tiger Vi\n\n#conceptober2022  hosted by  @EraiViolett\n#LeagueOfLegends #ArtOfLegends #Vi https://t.co/vCT1CyM9…
## 455                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 456                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 457                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 458                                                                      RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 459                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 460                  RT @leochamposa: Oh no, Vander is now a furry 🤔 \n\n#LeagueOfLegends #ArtofLegends #creadoresdelollatam #warwick #vi #jinx #arcane https://t.…
## 461                 RT @xAndrastax: Arcane on Netflix is coming! \nJust a few days 💕💙 I'm patient, I'm patient, I'm patient... OH I'M NOT! 😖😖\n\n#arcane #arcanesh…
## 462                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 463                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 464                    RT @xAndrastax: I'm gonna do another shoot as Jinx from @arcaneshow ! I hope you're not tired of her 😂😂💙💙 wait for a lot of good content 😏😏…
## 465                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 466                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 467                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 468                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 469                   RT @ckreater: BARREL GAME #lol #gaming #videogames #streamer #highlights #stream #leagueoflegends #fyp #fypツ #reels #viral #stream https://…
## 470                                   RT @juubiisan: Not sure what this trend is called but I’m obsessed 🤪\n#LeagueOfLegends #ahri #cosplay https://t.co/uaHQqVi8X2
## 471                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 472                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 473                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 474                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 475                     RT @lPopotrix: Smoking day...\nWhat are they watching at?\n~\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ue1w6HCTuZ
## 476                  RT @odeko_yma: Here's the full comic about Ruined Lillia and Yone as I promised 💦\n\nSupport me on PATREON to find a HD version, sketches and…
## 477                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 478                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 479                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 480                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 481                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 482                                                                           RT @XenoBla76578464: Sylas #LeagueOfLegends  #Montage  #sylas https://t.co/EhRyxKUIRv
## 483                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 484                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 485                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 486                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 487                                        RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 488                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 489                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 490                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 491                                                                           RT @XenoBla76578464: Sylas #LeagueOfLegends  #Montage  #sylas https://t.co/EhRyxKUIRv
## 492                    RT @J0ker_LoL: Dark Cosmic Jhin header for a lovely customer💜 Been wanting to make a header for this skin, so I'm happy I finally got to do…
## 493                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 494               RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 495                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 496                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 497                                                                           RT @XenoBla76578464: Sylas #LeagueOfLegends  #Montage  #sylas https://t.co/EhRyxKUIRv
## 498                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 499                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 500                     RT @_another_tina_: I decided to clean up a little these old sketches from June, have some pulsefire bfs because I didn't draw them at all…
## 501                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 502                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 503                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 504                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 505                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 506                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 507                 RT @DailyTaliyah: Day 13!\nTaliyah portraits!!\nArt by @/Kishiskolaash\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #rock #leaguetwt http…
## 508                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 509                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 510                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 511                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 512                 RT @funky_pepe: Day 6 - Battle Tiger Vi\n\n#conceptober2022  hosted by  @EraiViolett\n#LeagueOfLegends #ArtOfLegends #Vi https://t.co/vCT1CyM9…
## 513                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 514                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 515                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 516                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 517                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 518                                 RT @Moondustina: Supports life 🤧\n\n#leagueoflegends #artoflegends #leagueoflegendsfanart #janna #xayah https://t.co/XZwS8bnIgy
## 519                                 RT @Moondustina: Supports life 🤧\n\n#leagueoflegends #artoflegends #leagueoflegendsfanart #janna #xayah https://t.co/XZwS8bnIgy
## 520                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 521                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 522                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 523                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 524                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 525                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 526                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 527                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 528                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 529                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 530                 RT @funky_pepe: Day 6 - Battle Tiger Vi\n\n#conceptober2022  hosted by  @EraiViolett\n#LeagueOfLegends #ArtOfLegends #Vi https://t.co/vCT1CyM9…
## 531                                        RT @CherryRobber: i just really like his face tbh\n#arcane #LeagueOfLegends #silco #arcanefanart https://t.co/0Rf4XxghYT
## 532                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 533                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 534                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 535                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 536                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 537                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 538                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 539                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 540                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 541                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 542                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 543                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 544                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 545                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 546                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 547                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 548                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 549                                             RT @UYAWE: happy chinese new year!! have a porcelain ezreal\n#LeagueOfLegends #ArtofLegends https://t.co/UPgj4AvWQF
## 550                                        RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 551                  RT @JARRO_Art: finally a clean version of my Porcelain Ezreal... please guys enjoy\n\n#Ezreal #Artoflegends #Leagueoflegends #Porcelain #Porc…
## 552                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 553                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 554                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 555                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 556                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 557                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 558                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 559                  RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 560                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 561                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 562                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 563                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 564                    RT @J0ker_LoL: Dark Cosmic Jhin header for a lovely customer💜 Been wanting to make a header for this skin, so I'm happy I finally got to do…
## 565                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 566                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 567                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 568               RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 569               RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 570                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 571               RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 572                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 573                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 574                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 575                 RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 576                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 577                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 578                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 579                RT @namezero9: #Zeri #LeagueOfLegendsFanArt #League_of_Legends #leagueoflegends #ArtofLegends \n\nMy love\n( ´ ▽ ` ).。o♡ https://t.co/8500jsLa…
## 580                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 581                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 582                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 583                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 584                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 585                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 586                                                                          RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 587                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 588                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 589                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 590                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 591                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 592                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 593                                             RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 594                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 595                 RT @_RetroKat: Toy chikito todavia con esto de los matching icons, pero ahi vamos\n\n— 𝓒𝓱𝓪𝓻𝓪𝓬𝓽𝓮𝓻𝓼: Yone / Lillia (League of Legends)\n— 𝓐𝓻𝓽: @…
## 596                      RT @sanunderscoree: Every gamer's origin story? 🤔 #truestory #LeagueOfLegends #gaming #gamingcommunity #videogames https://t.co/wcKC7KKf1g
## 597                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 598             RT @ilyzin_: NightBringer Lillia 😴\n\nHeader + Icon Free to use 🌹\n\nHeader HD: https://t.co/4FHKpr2F2b\nIcon HD: https://t.co/puJt5Ui2pL\n\n#Leag…
## 599                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 600                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 601                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 602                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 603                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 604                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 605                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 606                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 607                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 608                  RT @okkinzo: A commission I just finished~! 🖤🖤 Debonair Malzahar and his lil voidling :”D\n\n#malzahar #debonairmalzahar #leagueoflegends htt…
## 609                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 610                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 611                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 612                RT @_another_tina_: You know how younger siblings are...\nAlso thank you so much for 6k followers! 💖🥹\n\n.\n#Jinx #Ezreal #Caitvi #LeagueOfLege…
## 613                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 614                     RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 615                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 616                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 617                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 618                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 619                                           RT @fuwamoowa: mythmaker irelia 🥮\n\n#mythmakerirelia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/xnHojfPNte
## 620                      RT @sanunderscoree: Every gamer's origin story? 🤔 #truestory #LeagueOfLegends #gaming #gamingcommunity #videogames https://t.co/wcKC7KKf1g
## 621                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 622                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 623                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 624                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 625                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 626                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 627                    RT @EsportLegendsGG: Today we got more information on our Leaderboards and the Stats-Pages we want to implement! Tell us what you think abo…
## 628                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 629                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 630                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 631                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 632                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 633                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 634          RT @davudht: #NewsAlert #Vtuberオーディション on my @Etsy store\nhttps://t.co/i77nRnWvnF\n\n#VTuberUprising #VtuberSupport  #salehere #etsyfinds #ets…
## 635                 RT @SHAPE_Sports: We wish you a wonderful 3rd Advent! 🕯️🌟\n\nThat also means we have prepared a #giveaway for you again! 🔝\n\nYou have the chan…
## 636                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 637                  RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 638               RT @Sellercentral4: League of Legends 1/7 Scale Pre-Painted Figure: K/DA Ahri\nApex\n\nhttps://t.co/gd1ysuCMvd\n\n#LoLFigure #AhriFigure #League…
## 639                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 640                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 641                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 642                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 643                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 644                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 645                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 646                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 647                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 648                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 649                                      RT @UbastiART: Coven Evelynn fanart #ArtofLegends #LeagueOfLegendsFanArt #Evelynn #LeagueofLegends https://t.co/f9i7RQNHzE
## 650                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 651                                  RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 652                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 653                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 654                                        RT @_mizah: Battle academy 💖💖 new skin \n.\n.\n.\n#LeagueOfLegends  #League_of_Legends  #drawing https://t.co/eamT1ZpYmX
## 655                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 656                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 657                                                                RT @_mizah: star guardian 1/? \n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t.co/bELpMm31Gh
## 658                    RT @J0ker_LoL: Dark Cosmic Jhin header for a lovely customer💜 Been wanting to make a header for this skin, so I'm happy I finally got to do…
## 659                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 660                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 661                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 662                    RT @J0ker_LoL: Dark Cosmic Jhin header for a lovely customer💜 Been wanting to make a header for this skin, so I'm happy I finally got to do…
## 663                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 664                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 665                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 666                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 667                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 668                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 669                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 670                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 671                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 672                                             RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 673                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 674                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 675                 RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 676                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 677                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 678                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 679                                             RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 680                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 681                    RT @EsportLegendsGG: Today we got more information on our Leaderboards and the Stats-Pages we want to implement! Tell us what you think abo…
## 682                   RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 683                    RT @EsportLegendsGG: Today we got more information on our Leaderboards and the Stats-Pages we want to implement! Tell us what you think abo…
## 684                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 685                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 686                                             RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 687                                             RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 688                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 689                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 690                                             RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 691                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 692                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 693                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 694                                             RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 695                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 696                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 697                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 698                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 699                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 700                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 701          RT @davudht: #NewsAlert #Vtuberオーディション on my @Etsy store\nhttps://t.co/i77nRnWvnF\n\n#VTuberUprising #VtuberSupport  #salehere #etsyfinds #ets…
## 702                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 703                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 704                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 705                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 706                   RT @LoLMemesBot: True\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #SpiritBlo…
## 707                   RT @OdinOverlord: I'm playing some games.🤗 #LeagueofLegends #LoL #mobilegame #ФанАрт #TransformaTuDestino #YıldızMuhafızları \nOriginal: LOL…
## 708                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 709                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 710                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 711                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 712                   RT @ProStreamers_US: Our new weekly Masterclass #LeagueofLegends Pro Steamers US is released! Get involved with the links below:\n⁣\n📖 League…
## 713                  RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 714                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 715                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 716                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 717                     RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 718                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 719                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 720                  RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 721                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 722                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 723                RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…
## 724                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 725                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 726                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 727                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 728                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 729                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 730                 RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 731                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 732                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 733                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 734                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 735                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 736               RT @Asuramaru_arts: What is Love? Settphelios 💕\n\nSett model by: @sokurabbit\nAphelios by me\n\n#sett #aphelios #settphelios #leagueoflegends #…
## 737               RT @Erodaicon_cos: ✨ Star Guardian ✨\n\nAhri teaser✨\n\nPh: @your_palico \nEdit: me\n\n#LeagueOfLegends #ahri #cosplay https://t.co/zq2jWRiX68
## 738                               RT @RedrumAlice: “Accessory” part 4 (final)\n#ekkojinx #ekko #jinx #arcane #LeagueOfLegends #arcanefanart https://t.co/08Pmyc9hCA
## 739                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 740                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 741                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 742                RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 743                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 744                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 745                                             RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 746                                        RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 747                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 748                  RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 749                                        RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 750                                                         RT @Aru109_: AYAYA\n\nRT helps a lot 🥺💜\n\n#stream #twitch #LeagueOfLegends \n\nhttps://t.co/TzRlCQPqcA
## 751                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 752                                                                      RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 753                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 754                                                   RT @_another_tina_: It's bright pink by the way \n\n.\n#Ezreal #Jinx #LeagueOfLegends https://t.co/7VGtG1lPfs
## 755                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 756                                                                                      RT @m0rket: Hello mom\n\n#LeagueOfLegends #Caitlyn https://t.co/D8MfkXXWxW
## 757               RT @Sadisticss1: You can see wip in my p@tre0n💜\nTasty Syndra :3\n#syndra \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#starguardian https://t.…
## 758                                                                   RT @doumaslefttitty: Spirit blossom yone again #yone #LeagueOfLegends https://t.co/Mx33g4MLgf
## 759                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 760                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 761                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 762                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 763                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 764                    RT @greeekthegreat: Please consider  jinx in a babydoll dress with pink streaks in her hair to match with vi who got blue streaks in her ha…
## 765                   RT @GamesGuidz: Our new weekly Masterclass #LeagueofLegends Game Guide is released! Get involved with the links below:\n⁣\n📖 League of Legend…
## 766                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 767                   RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 768                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 769                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 770                 RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 771                 RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 772                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 773                  RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 774                                       RT @gattonero1321: Bro, just press "E" #leagueoflegends\nPS. im not good at this game at ALL! lol https://t.co/8rgkJEuYta
## 775                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 776                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 777                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 778                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 779                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 780                  RT @KenApplepi: Happy birthday to my comfort character ❤️ \n\n{thread of all the times I've drawn her}\n#ahri #ArtofLegends #LeagueOfLegends #…
## 781                  RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 782                  RT @Winteriris4: Commission for Aiba on Discord!\n(Spirit blossom Kindred from League of legends)\n#LeagueOfLegends #LeagueOfLegendsFanArt #k…
## 783                RT @grillphael: League of Legends Fan-Art\n\nSpirit Blossom Ahri\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #Ahri #spiritblossom #Art #artist #…
## 784                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 785                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 786                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 787             RT @GOptimuSgaminG: EPIC VI ENGAGE !\nSubscribe👉https://t.co/z05NNvd1LH\n@sme_rt\n@RexRTs\n@wwwanpaus\n@RealDrCollision\n@BlazedRTs\n@SupStreamers…
## 788                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 789                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 790                RT @Sanda_sielin: 🦊COMMISSION DO NOT REPOST/EDIT/USE🦊\n\nRakana? Rakanita? Rakanella? Idk but this bae is stunning, am I right? 🐦💕\n\n#LeagueOf…
## 791                   RT @JkMegenio: My 'STAR NEMESIS SHACO💫' Concept Design, i really proud of this one cuz it turns out pretty heheheh. What do you think?\n#Sta…
## 792                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 793                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 794                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 795               RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 796                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 797                  RT @EloDragonLoL: Wait...It's all just Neace Tips?\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #lege…
## 798                  RT @MEIz_uwu: Happy Birthday my love 🥹🫶\n\n#Ahri #LeagueOfLegends #LeagueOfLegendsFanart #LeagueOfLegendsArt #ArtofLegends https://t.co/FJigV…
## 799                 RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 800                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 801                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 802                 RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 803                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 804                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 805                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 806                 RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 807                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 808                                                        RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 809                   RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 810                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 811                  RT @Vhite14: Autistic Caitlyn thumbnail 🥴\n\n#autism #autismmeme #meme #pleasebepatientihaveautism #LeagueOfLegendsFanArt #LeagueOfLegends #C…
## 812                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 813                RT @grillphael: League of Legends Fan-Art\n\nSpirit Blossom Ahri\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #Ahri #spiritblossom #Art #artist #…
## 814                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 815                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 816                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 817                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 818                    RT @Chizu_Artwork: Finished! I am very surprised how my style changes. But I think I'm improving a bit. I'm still not happy with the colors…
## 819                RT @grillphael: League of Legends Fan-Art\n\nSpirit Blossom Ahri\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #Ahri #spiritblossom #Art #artist #…
## 820                                        RT @KenApplepi: 4 days until xmas featuring Cait and Vi!\n\n#CaitlynxVi #arcane #LeagueOfLegends https://t.co/iapaMQMzTm
## 821                   RT @LoLMemesBot: 10th streak even when you get "filled" it dosent matter! WHUUUHUUU dream achieved\n#memes #meme #funny #lol #leagueoflegend…
## 822                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 823               RT @lorddumbb: ✨Queen of Zaun✨\n\nI can’t wait for @arcaneshow s2 to come out….. \n\n#Jinx #arcane #jinxarcane #arcaneseason2 #LeagueOfLegends…
## 824                  RT @itsbrych: I didn’t see anyone doing this sooo,, ⏱💣 #timebomb \n\n#ekkojinx #Ekko #Jinx #Arcane #ArtofLegends #LeagueOfLegends #ArtofArcan…
## 825                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 826             RT @GOptimuSgaminG: EPIC VI ENGAGE !\nSubscribe👉https://t.co/z05NNvd1LH\n@sme_rt\n@RexRTs\n@wwwanpaus\n@RealDrCollision\n@BlazedRTs\n@SupStreamers…
## 827                                                                          RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 828                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 829                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 830                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 831                                        RT @Moondustina: 🌻 lovely commission for @aeon_xayah 💕 \n\n#xayah #StarGuardian #LeagueOfLegends https://t.co/Hnz0H1Xo0b
## 832                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 833             RT @GOptimuSgaminG: EPIC VI ENGAGE !\nSubscribe👉https://t.co/z05NNvd1LH\n@sme_rt\n@RexRTs\n@wwwanpaus\n@RealDrCollision\n@BlazedRTs\n@SupStreamers…
## 834             RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 835                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 836                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 837                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 838                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 839                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 840                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 841                                           RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL
## 842                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 843                   RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 844                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 845                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 846                  RT @EloDragonLoL: Wait...It's all just Neace Tips?\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #lege…
## 847                     RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 848                   RT @JkMegenio: My 'STAR NEMESIS SHACO💫' Concept Design, i really proud of this one cuz it turns out pretty heheheh. What do you think?\n#Sta…
## 849                  RT @uemasters: Kings in the South 👑🤴\n\n@YutoruEsports will defend the the colours of the italian flag in #AUEM23 in #LeagueOfLegends https:/…
## 850                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 851                  RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 852                RT @aleriy_: She doesn’t like to be carried \n\nBecause the temptation to do this was too big. Here you go\n\n#inuyasha #kagome #LeagueOfLegend…
## 853                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 854                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 855                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 856                                                  RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 857                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 858                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 859                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 860                  RT @RivenStore: What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg #riven…
## 861                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 862                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 863                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 864                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 865                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 866                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 867                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 868                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 869                RT @namezero9: #Zeri #LeagueOfLegendsFanArt #League_of_Legends #leagueoflegends #ArtofLegends \n\nMy love\n( ´ ▽ ` ).。o♡ https://t.co/8500jsLa…
## 870                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 871                   RT @golden8witch: Some progress TwT\n#LeagueofLegends #LeagueOfLegendsFanArt #ArtofLegends #PixelArt #PixelArtist #dotpict https://t.co/O8Z5…
## 872                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 873                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 874                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 875                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 876                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 877                                                                          RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 878                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 879                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 880                   RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 881                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 882                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 883                   RT @golden8witch: Some progress TwT\n#LeagueofLegends #LeagueOfLegendsFanArt #ArtofLegends #PixelArt #PixelArtist #dotpict https://t.co/O8Z5…
## 884                   RT @golden8witch: Some progress TwT\n#LeagueofLegends #LeagueOfLegendsFanArt #ArtofLegends #PixelArt #PixelArtist #dotpict https://t.co/O8Z5…
## 885                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 886                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 887                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 888                    RT @RevenantFiery: Gonna be playing some #leagueoflegends today! Grab your coffee and breakfast and let's have a good time playing games an…
## 889                 RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 890                RT @namezero9: #Zeri #LeagueOfLegendsFanArt #League_of_Legends #leagueoflegends #ArtofLegends \n\nMy love\n( ´ ▽ ` ).。o♡ https://t.co/8500jsLa…
## 891                                                                          RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 892                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 893                                                                          RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 894                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 895                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 896                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 897                                                                          RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 898                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 899                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 900                RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 901                RT @namezero9: #Zeri #LeagueOfLegendsFanArt #League_of_Legends #leagueoflegends #ArtofLegends \n\nMy love\n( ´ ▽ ` ).。o♡ https://t.co/8500jsLa…
## 902                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 903                  RT @Radziozz: @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video or #stream😍…
## 904                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 905             RT @yasmin_triforce: I forgot to upload this 🤠 birthday gift for a friend ✨✨\n\nSpirit Blossom Kindred from #LeagueOfLegends\n\n#ArtofLegends\n#…
## 906                  RT @Radziozz: @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video or #stream😍…
## 907                                                                          RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 908                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 909                RT @GatoPescado3: Crime City Nightmare Diana x Debonair Leona 💜💚\nCrime City Nightmare Shen x Debonair Zed 💚💜\nBailando vals\n\n#creadoresdelol…
## 910                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 911                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 912                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 913                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 914                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 915                 RT @EdwinNurdjajadi: Yup. There’s 4 pairs of wild green doves in our neighbourhood. Alhamdullilah the environment is conducive &amp; plenty of…
## 916                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 917                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 918                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 919                  RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 920                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 921                    RT @tamarakail: been working on this for weeks!! i felt the need for a card back of riven and irelia while playing LoR so i thought it woul…
## 922                RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…
## 923                                        RT @MistArt0: Zyra haunted fan art\n\n#Illustration #LeagueOfLegends #LeagueOfLegendsFanArt #art https://t.co/c9aLWPPPuc
## 924                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 925                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 926                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 927                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 928                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 929                  RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 930                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 931                                               RT @getstarried: But who am I without you? 🌙\n#lightcannon #StarGuardian #LeagueOfLegends https://t.co/YD7LkSmCLP
## 932                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 933                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 934                RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 935                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 936                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 937                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 938                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 939                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 940                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 941                  RT @TEAMRAAD: our last LCQ Match vs @VslashEsports \nWatch here: https://t.co/2vQKDCGtR3\n#TEAMRAAD #LeagueofLegends #IAC #IAC2022 #LEIP22 ht…
## 942                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 943                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 944                    RT @ju_g121: Fire to the Fuse (Ft. #JacksonWang) | Official Empyrean Music Theme - #LeagueofLegends x 88rising (https://t.co/eACeegAr0z) @J…
## 945                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 946                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 947                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 948                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 949                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 950                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 951                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 952                                                    RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 953                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 954                RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 955                                                                          RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 956                RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 957                                  RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 958                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 959                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 960                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 961                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 962                  RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 963                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 964                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 965                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 966                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 967                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 968                    RT @badeedNA: Attention all summoners in #LeagueOfLegends! Are you struggling to find your footing in the new season? I'm a Jungle player w…
## 969                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 970                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 971                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 972                 RT @DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock #leaguetwt h…
## 973                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 974                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 975                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 976                 RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 977                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 978                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 979                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 980                    RT @LadyFortune5: Help them strip eachother :3 #stripgame #ahri #Missfortune #LeagueOfLegends #LeagueOfLegendsFanArt #sahri https://t.co/IN…
## 981                                                             RT @GamerDadTV: From last night's stream XD #urgot #LeagueOfLegends #twitch https://t.co/TUKnsrIKtV
## 982                   RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 983                   RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 984                    RT @dalianae_: tango evelynn commission! I'm posting this here so as not to leave this drawing abandoned ; v ; rt's are highly appreciated!…
## 985                             RT @haelflinart: The Zaun's Living Terror, ChemTech Fiddlestick\n#LeagueOfLegends #Fiddlesticks #conceptart https://t.co/oHPmSgxpQ6
## 986                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 987                  RT @metalichotchoco: Veigar being held like burger is my favorite genre of image to draw\n\n#LeagueOfLegends #ArtofLegends #mordekaiser #veig…
## 988                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 989                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 990                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 991                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 992                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 993                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 994                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 995                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 996                                     RT @lPopotrix: My followers biggest dream…\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/uRFysnznPB
## 997                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 998                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 999                  RT @Samandriade: Headcanon time\nZoe likes to sleep cuddling in Soraka's lap 💤💤\n#LeagueOfLegends #LeagueOfLegendsFanArt #zoe #soraka https:/…
## 1000                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1001                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1002                 RT @babohorangi: Before i forget.. here's another doodle from #RiftGala\nMeet a single dad in your area!🐺\n#leagueoflegends https://t.co/JlOQ…
## 1003                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1004                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1005                                                         RT @NoodyChaan: Is it too late for a Sona  #stripgame?\n#Sona #LeagueOfLegends https://t.co/FVZfvEfXB5
## 1006                  RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 1007                                                                              RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 1008                  RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 1009                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1010                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1011                            RT @limonpi1: just regretting the full drawing so i crop my fav\n#LeagueOfLegends #kaynphel #aphelios #kayn https://t.co/dvw9Z9LYi5
## 1012                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1013                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1014                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1015                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1016                                                                      RT @StealingHP: Slurp\n#LeagueOfLegends #Kayn #Aphelios #KaynPhel https://t.co/Xyir3GMjOD
## 1017                                                                      RT @StealingHP: Slurp\n#LeagueOfLegends #Kayn #Aphelios #KaynPhel https://t.co/Xyir3GMjOD
## 1018                                                                      RT @StealingHP: Slurp\n#LeagueOfLegends #Kayn #Aphelios #KaynPhel https://t.co/Xyir3GMjOD
## 1019                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1020                                                                        RT @starIucky: Sketch of the girl ever #arcane #LeagueOfLegends https://t.co/y6Oplhoiyz
## 1021                                                                              RT @Ultrashokk: christmas jinx \n\n#jinx #LeagueOfLegends https://t.co/o4FDnxj9VG
## 1022                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1023                                       RT @KenApplepi: 4 days until xmas featuring Cait and Vi!\n\n#CaitlynxVi #arcane #LeagueOfLegends https://t.co/iapaMQMzTm
## 1024                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1025                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1026                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1027                 RT @Patchy_art: Wanted to try drawing in a different way so here is the result, Neeko again\n\n#Neeko #LeagueOfLegends #LeagueOfLegendsFanArt…
## 1028                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1029             RT @Khartemis_: Hey! Soon in my other account the Part 05 of Sisters: Jinx &amp; Vi! 😍\n\n#Vi #Jinx #LeagueOfLegends #Arcane #Vijinx https://t.co…
## 1030             RT @Khartemis_: Hello again! Soon in my other account the Part 06 of Sisters: Jinx &amp; Vi! 👀\n\n#Vi #Jinx #LeagueOfLegends #Arcane #Vijinx http…
## 1031                 RT @Patchy_art: Wanted to try drawing in a different way so here is the result, Neeko again\n\n#Neeko #LeagueOfLegends #LeagueOfLegendsFanArt…
## 1032                  RT @SundaeScoopDraw: Commissions open I need about 200 for oral surgery so I’m hoping to get a few commissions before then!\n@cmsn_ART #comm…
## 1033                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1034                                       RT @KenApplepi: 4 days until xmas featuring Cait and Vi!\n\n#CaitlynxVi #arcane #LeagueOfLegends https://t.co/iapaMQMzTm
## 1035                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1036                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1037                  RT @GamesGuidz: Our new weekly Masterclass #LeagueofLegends Game Guide is released! Get involved with the links below:\n⁣\n📖 League of Legend…
## 1038                   RT @dalianae_: color practice and an excuse to draw one of the best LoL champions with neeko #lillia #leagueoflegends #ArtofLegends  #cread…
## 1039                    RT @AhryCha: Battle Bunny Miss Fortune \n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #creadoresdelollatam https://t.co/yKUPFCCx2Q
## 1040                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1041                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1042                   RT @beetlebees: Practicing painting when I pause the show, this was an hour study  🐝#arcane #jayce #jaycetalis #LeagueOfLegends #LeagueOfLe…
## 1043                                                                            RT @CandyKale: This outfit 👌#Jayce #arcane #LeagueOfLegends https://t.co/0oWlDCT1ib
## 1044                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1045                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1046                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1047                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1048                  RT @cedarcia: Finally finished drawing the Golden Boy of Piltover 🔥\n#arcane #LeagueOfLegends #Jayce #jaycetalis #league #artistsontwitter #…
## 1049                  RT @bcvr12: This is a great game.🥺🥺🥺🥺🥺 #Fanart #LeagueofLegends #LeagueOfLegendsFanArt #GuardiãsEstelas #ФанАрт #GuardianasEstelares \nOrigi…
## 1050                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1051                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1052                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1053                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1054                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1055                                                                              RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 1056                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1057                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1058                   RT @Xion_Eisenhart: W-W-What do you mean? *oh my she is looking at my eyes, she is so close I'm going to faint* #caitvi #arcane #cosplay #L…
## 1059                 RT @yellowestmango: Star Guardians Aphelios and Sett 🌙🌟\n\nI had an idea for a comic about them in this universe but had to create their desi…
## 1060               RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…
## 1061                 RT @Wasroket: PEAK DIAM1💎Tryhard for MASTER 🎯\n#TwitchStreamers #twitchgirls #LeagueOfLegends #jungle #twitchfr #twitchstreaming\nhttps://t.c…
## 1062                  RT @bcvr12: This is a great game.🥺🥺🥺🥺🥺 #Fanart #LeagueofLegends #LeagueOfLegendsFanArt #GuardiãsEstelas #ФанАрт #GuardianasEstelares \nOrigi…
## 1063                  RT @bcvr12: This is a great game.🥺🥺🥺🥺🥺 #Fanart #LeagueofLegends #LeagueOfLegendsFanArt #GuardiãsEstelas #ФанАрт #GuardianasEstelares \nOrigi…
## 1064                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1065                  RT @GrumpyGoatie: "Say my name like a curse that can't be broken! And I'll scream yours like a wound that's open... Come on.\nOh baby come o…
## 1066                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1067                   RT @Xion_Eisenhart: W-W-What do you mean? *oh my she is looking at my eyes, she is so close I'm going to faint* #caitvi #arcane #cosplay #L…
## 1068                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1069                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1070                       RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce
## 1071                  RT @Toralynne_TV: Live ♥ Hi, I'm running on empty ♥ (Playing Ranked League of Legends) https://t.co/qt2z4EBAHS\n#Twitch #Streamer #VTuber #P…
## 1072                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1073                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1074                                       RT @KenApplepi: 4 days until xmas featuring Cait and Vi!\n\n#CaitlynxVi #arcane #LeagueOfLegends https://t.co/iapaMQMzTm
## 1075                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1076                                       RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 1077                           RT @FaceHee2: 📷Selfie with best friend💣⏱️\n\n#ekko #jinx #powder #ekkojinx #arcane #TiMEBOMB #LeagueOfLegends https://t.co/dyYJbMYC5m
## 1078                                          RT @i_randommm: Ashen Knight Kalista for #Skintober \n#LeagueOfLegends #ArtofLegends #kalista https://t.co/zOpJU6sMDV
## 1079                                            RT @srkork: E K K O is so pretty :(((\n#illustration #LeagueOfLegends #Ekko #Arcane #FANART https://t.co/IIRSzfKWL1
## 1080                                       RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 1081                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1082                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1083                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1084                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1085                                       RT @KenApplepi: 4 days until xmas featuring Cait and Vi!\n\n#CaitlynxVi #arcane #LeagueOfLegends https://t.co/iapaMQMzTm
## 1086                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1087                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1088                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1089                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1090                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1091                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1092                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1093                              RT @chikinwaffless: Fanart of Alyssa Herman’s Infernal Taliyah as a warmup #LeagueOfLegends #ArtofLegends https://t.co/DEqKg6PaH3
## 1094                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1095                 RT @HellyValentine: I invite you in a ring, are you going to join?~\n\n#vicosplay #arcane #arcanecosplay #LeagueOfLegends https://t.co/f6VQl6…
## 1096                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1097                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1098                 RT @RivenStore: What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg #riven…
## 1099                 RT @RivenStore: What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg #riven…
## 1100                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1101                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1102                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1103                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1104                  RT @PurpleARTdude: After a long time... I finally finished this!! Moon guys vs sun guys 🌚🌝\n#ValorantArt #VALORANTfanart #VALORANT #LeagueOf…
## 1105                       RT @deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/bGJCbkaxXS
## 1106                 RT @afurrybrownie: A fast painting of my friend as KDA Evelynn :D\n\n#kda #KDA #kdaevelynn #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt h…
## 1107                       RT @deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/pmTj6qhfeL
## 1108                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1109                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1110                   RT @RevenantFiery: Gonna be playing some #leagueoflegends today! Grab your coffee and breakfast and let's have a good time playing games an…
## 1111                   RT @SmallStreamerIG: RT RevenantFiery: Gonna be playing some #leagueoflegends today! Grab your coffee and breakfast and let's have a good t…
## 1112                                          RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL
## 1113                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1114                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1115                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1116                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1117                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1118                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1119                RT @DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock #leaguetwt h…
## 1120                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1121                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1122                                                                              RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 1123               RT @GoodBirbb: K/DA Ahri with her black outfit &lt;3\n#Ahri #ArtOfLegends #LeagueOfLegends #LeagueOfLegendsFanArt #УкрАрт #УкрАртПідтримка http…
## 1124                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1125                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1126                 RT @BiyonTran: Spirit Blossom Nami 🌸🌸\ncolor base on Ahri ult form \nquick pic before class so i dont have any idea why i can draw this XD\n(…
## 1127                    RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 1128                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1129                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1130               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 1131                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1132                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1133                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1134                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1135                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1136               RT @DmGamingEu: Poppy Jungle S13 !\nhttps://t.co/EkbGrJxb79\nhttps://t.co/WJ3flve5B5\n\n#lol #poppy #leagueoflegends #jungle #s13 https://t.co/…
## 1137                 RT @BiyonTran: Spirit Blossom Nami 🌸🌸\ncolor base on Ahri ult form \nquick pic before class so i dont have any idea why i can draw this XD\n(…
## 1138                                                                      RT @Eggpoach1: Hello tweeter !🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/lVpnGDC1JV
## 1139                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1140                                       RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 1141                                       RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 1142                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1143                 RT @BiyonTran: Spirit Blossom Nami 🌸🌸\ncolor base on Ahri ult form \nquick pic before class so i dont have any idea why i can draw this XD\n(…
## 1144                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1145                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1146                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1147                                                                              RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 1148                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1149                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1150                 RT @uemasters: Kings in the South 👑🤴\n\n@YutoruEsports will defend the the colours of the italian flag in #AUEM23 in #LeagueOfLegends https:/…
## 1151                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1152                                         RT @Darksword255: That's a strong diagnosis... accurate, but strong. #kindred #LeagueOfLegends https://t.co/TFIwULYTS0
## 1153                                                                   RT @Ultrashokk: have a monster\n#zeri #LeagueOfLegends #artoflegends https://t.co/hPHdFWuXbk
## 1154                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1155                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1156                                   RT @SleinYesWowNC: Why don't you love who I am?\nWhat we could have been\n\n#Arcane #LeagueOfLegends https://t.co/XGZ0PuYHrz
## 1157                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1158                     RT @SunsetNeon64: First time Ekko used Revo-z it was like: \n\n#LeagueOfLegends  #Ekko #LeagueOfLegendsFanArt #art https://t.co/Y8FpscdfgP
## 1159                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1160                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1161                 RT @ayacchi_corner: Commissioned by App from Discord. Thank you so much for your patronage!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https:…
## 1162                  RT @Gamer_Iss101: Ah yes my second 3D art and I'm starting to get the hang of it \n#sfm #ahri #kasumi #LeagueOfLegends #Paladins #SourceFilm…
## 1163                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1164                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1165                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1166                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1167                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 1168                 RT @uemasters: Kings in the South 👑🤴\n\n@YutoruEsports will defend the the colours of the italian flag in #AUEM23 in #LeagueOfLegends https:/…
## 1169                 RT @RivenStore: Likes, please!!\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg #rivensto…
## 1170                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1171                                RT @dariishrimp: Lux from League of Legends by meee 👉👈\n#Lux #leagueoflegends #3dart #3dartist #3dmodel https://t.co/yEPTaInDtP
## 1172                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1173                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1174                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1175                  RT @LoLMemesBot: Wait...It's all just Neace Tips?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds202…
## 1176                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1177                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1178                                       RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 1179           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 1180                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1181                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1182                                       RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 1183                 RT @TheGemCosplay: This is the only Christmas cosplay I have to share so here u go, some Christmas Jinx from @LeagueOfLegends \n\n#cosplay #L…
## 1184                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1185                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 1186                                                    RT @localsya: Full sketch page of Syndra, missed drawing her tbh \n#LeagueOfLegends https://t.co/TP5Eajy7PX
## 1187                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1188                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1189                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1190                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1191                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1192                                                                              RT @Ultrashokk: christmas jinx \n\n#jinx #LeagueOfLegends https://t.co/o4FDnxj9VG
## 1193               RT @odeko_yma: What I see is happening \n\nWhat really is happening \n\nFun fact: I have made 5 fan skins for Lillia to fit her everywhere I wa…
## 1194                 RT @itsbrych: I didn’t see anyone doing this sooo,, ⏱💣 #timebomb \n\n#ekkojinx #Ekko #Jinx #Arcane #ArtofLegends #LeagueOfLegends #ArtofArcan…
## 1195                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1196                        RT @odeko_yma: His last words...\n\n#LeagueOfLegends #Rakan #ArtofLegends #LeagueOfLegendsFanArt #StarGuardians https://t.co/AQLQJ4lvx3
## 1197                 RT @Vhite14: Autistic Caitlyn thumbnail 🥴\n\n#autism #autismmeme #meme #pleasebepatientihaveautism #LeagueOfLegendsFanArt #LeagueOfLegends #C…
## 1198                 RT @odeko_yma: When I randomly make any content for patreon\n\n#Soraka #Sett #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #StarGuard…
## 1199                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1200                RT @DailyTaliyah: Day 13!\nTaliyah portraits!!\nArt by @/Kishiskolaash\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #rock #leaguetwt http…
## 1201                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1202                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1203               RT @odeko_yma: Ahri and Evelynn always end their talk with Aphelios very quickly.\n\n+ It's an excuse for me to draw male Eve once again😳\n\n#A…
## 1204                                  RT @odeko_yma: THANK YOU FOR 4O OOO GIRLIES!\n\n#Yone #Lillia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/TcKAEqbfIS
## 1205                 RT @odeko_yma: When you are blaming your teammate for feeding and not yourself \n\n#Sett #Soraka #Aphelios #LeagueOfLegends #LeagueOfLegendsF…
## 1206                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 1207                           RT @odeko_yma: He showed her his teeth \n\n#LeagueOfLegendsFanArt #LeagueOfLegends #Sett #Ahri #ArtofLegends https://t.co/I15BoCBJXH
## 1208                        RT @odeko_yma: She knows your troubles. \n\n#Soraka #Sett #LeagueOfLegends #LeagueOfLegendsfanart #ArtofLegends https://t.co/G9O1i2VOpx
## 1209                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1210                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1211                  RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 1212                                              RT @getstarried: But who am I without you? 🌙\n#lightcannon #StarGuardian #LeagueOfLegends https://t.co/YD7LkSmCLP
## 1213                           RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/BE1ua0K4bZ https://t.co/oe2TqsFI35
## 1214                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1215                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1216                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 1217             RT @odeko_yma: Hello my lil meow-meows, I've brought you a part 3...\n\n...\n\nAhri, calm down!\n\nThere are even MORE sketches which are availab…
## 1218                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1219                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1220                              RT @chikinwaffless: Fanart of Alyssa Herman’s Infernal Taliyah as a warmup #LeagueOfLegends #ArtofLegends https://t.co/DEqKg6PaH3
## 1221                           RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/BE1ua0K4bZ https://t.co/oe2TqsFI35
## 1222           RT @EnvyAloner: Yone x Lillia &lt;3\n\nCommission by @fox_trix \n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#Yone #Lillia https://t.co/USeVNgqtje
## 1223                              RT @chikinwaffless: Fanart of Alyssa Herman’s Infernal Taliyah as a warmup #LeagueOfLegends #ArtofLegends https://t.co/DEqKg6PaH3
## 1224                                 RT @X17Swan: I have never drawn the rest before.🤩🤩🤩🤩🤩 #Gameplay #LeagueofLegends #GuardianasEstelares #GuardiãsEstelas #ФанАрт
## 1225                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1226                              RT @chikinwaffless: Fanart of Alyssa Herman’s Infernal Taliyah as a warmup #LeagueOfLegends #ArtofLegends https://t.co/DEqKg6PaH3
## 1227                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1228                                                                                RT @Ultrashokk: fixed her jacket #zeri #LeagueOfLegends https://t.co/jba8OId0UB
## 1229                                                                   RT @Ultrashokk: have a monster\n#zeri #LeagueOfLegends #artoflegends https://t.co/hPHdFWuXbk
## 1230                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1231                                                                             RT @ibonedrawhentai: Caitlyn with bugs xd #LeagueOfLegends https://t.co/C9Y3LinHOC
## 1232                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1233                    RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 1234                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1235                    RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 1236                  RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 1237                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1238                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1239                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1240                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1241                   RT @greeekthegreat: Please consider  jinx in a babydoll dress with pink streaks in her hair to match with vi who got blue streaks in her ha…
## 1242                                                                   RT @Ultrashokk: have a monster\n#zeri #LeagueOfLegends #artoflegends https://t.co/hPHdFWuXbk
## 1243                  RT @GamesGuidz: Our new weekly Masterclass #LeagueofLegends Game Guide is released! Get involved with the links below:\n⁣\n📖 League of Legend…
## 1244                  RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 1245                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 1246                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1247                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1248                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1249                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1250                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1251                                         RT @ToetoSav: I drew Yuumi. Yuumi Pollo 👍 Because... Yes #Yuumi  #LeagueOfLegends  #cat #Memes https://t.co/sPzRKZL1Dw
## 1252                   RT @greeekthegreat: Please consider  jinx in a babydoll dress with pink streaks in her hair to match with vi who got blue streaks in her ha…
## 1253           RT @MorningStarsET: #GameLAB is over for 2022! Thank you all for the support 💙\n\n@CounterLoL \n@Cristoishere \nLa Vica\nApeCarro\nCCRizzi\n\n@Sams…
## 1254                   RT @Xion_Eisenhart: W-W-What do you mean? *oh my she is looking at my eyes, she is so close I'm going to faint* #caitvi #arcane #cosplay #L…
## 1255                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1256               RT @Mister_Deranged: I'm not wearing pants, or am I? Playing with viewers of all levels, from pro to beginner. \n\nhttps://t.co/d9OFvvygJ5\n\n#…
## 1257                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1258                                                    RT @I_amYurei: 27 kills my guy went crazy!! #LeagueOfLegends #WildRift #gaming #FYP https://t.co/Sj2ukcwhD3
## 1259                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1260                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1261              RT @Erodaicon_cos: ✨ Star Guardian ✨\n\nAhri teaser✨\n\nPh: @your_palico \nEdit: me\n\n#LeagueOfLegends #ahri #cosplay https://t.co/zq2jWRiX68
## 1262              RT @Asuramaru_arts: What is Love? Settphelios 💕\n\nSett model by: @sokurabbit\nAphelios by me\n\n#sett #aphelios #settphelios #leagueoflegends #…
## 1263                                         RT @ToetoSav: I drew Yuumi. Yuumi Pollo 👍 Because... Yes #Yuumi  #LeagueOfLegends  #cat #Memes https://t.co/sPzRKZL1Dw
## 1264                   RT @yellowestmango: They say the warm ionian summer nights can make you desire unspeakable things #settphel #leagueoflegends https://t.co/m…
## 1265                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1266                                                    RT @I_amYurei: 27 kills my guy went crazy!! #LeagueOfLegends #WildRift #gaming #FYP https://t.co/Sj2ukcwhD3
## 1267                   RT @yellowestmango: They say the warm ionian summer nights can make you desire unspeakable things #settphel #leagueoflegends https://t.co/m…
## 1268                                                    RT @I_amYurei: 27 kills my guy went crazy!! #LeagueOfLegends #WildRift #gaming #FYP https://t.co/Sj2ukcwhD3
## 1269                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1270              RT @Asuramaru_arts: What is Love? Settphelios 💕\n\nSett model by: @sokurabbit\nAphelios by me\n\n#sett #aphelios #settphelios #leagueoflegends #…
## 1271                                          RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL
## 1272                     RT @SunsetNeon64: First time Ekko used Revo-z it was like: \n\n#LeagueOfLegends  #Ekko #LeagueOfLegendsFanArt #art https://t.co/Y8FpscdfgP
## 1273                    RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 1274                                          RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL
## 1275                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1276                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1277               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 1278                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1279                                          RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL
## 1280                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1281                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1282                  RT @GamesGuidz: Our new weekly Masterclass #LeagueofLegends Game Guide is released! Get involved with the links below:\n⁣\n📖 League of Legend…
## 1283                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1284                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1285                    RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 1286                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1287                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1288                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1289                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 1290                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1291               RT @riicepasta: Hello!\nSo today i present You Guys my (old af) Spirit Blossom Ahri\nFrom: (worst game ever) League of Legends\n\n#LeagueofLege…
## 1292                     RT @SunsetNeon64: First time Ekko used Revo-z it was like: \n\n#LeagueOfLegends  #Ekko #LeagueOfLegendsFanArt #art https://t.co/Y8FpscdfgP
## 1293                 RT @afurrybrownie: A fast painting of my friend as KDA Evelynn :D\n\n#kda #KDA #kdaevelynn #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt h…
## 1294                    RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 1295                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1296                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1297                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1298               RT @Hippo_Chii131: "YOU'RE SUPPOSED TO BE GUARDING THE CARGO!" -Sevika (Firelights Fighting Jinx)\n\nCN: HippoChii \nCHARACTER: JINX\nSERIES (G…
## 1299              RT @Hippo_Chii131: "Where is my friend? The one I’ve known since I was only just a kid" \n\nCN:\nJinx - HippoChii \nEkko- IG: @ omgleeroy\nSerie…
## 1300                   RT @SwarmioMedia: The next #LeagueofLegends Mid-Season Invitational, MSI 2023, will be held in London. Each summer, #Riot's many leagues th…
## 1301                    RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 1302              RT @Hippo_Chii131: "You Never Left, I always heard you."\n\nSeries/ game : @arcaneshow ( @LeagueOfLegends)\nCharacter: Jinx\n\n#arcane #arcanefa…
## 1303                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1304                   RT @arllerez: I am very excited working on this new piece.  for all lovers of #LeagueOfLegends and #RiotGames inspired by Ziggs.  What do y…
## 1305                    RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 1306                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1307                    RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 1308                 RT @Hippo_Chii131: "Oh look who it is The Boy Savior !"\n\n#arcane #TiMEBOMB #tb #ekkojinx #jinxekko #arcanefanart #ArcaneArt #Jinx #LeagueOf…
## 1309                  RT @Hippo_Chii131: If you're having a bad day, this is for you~ this is why @arcaneshow musn't let jinx hangout with the Pilties😭\n\nAlso We…
## 1310                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1311                                                                                   RT @MielaInk: omg (again)\n\n#xayah #leagueoflegends https://t.co/yz6EmmCosZ
## 1312                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1313               RT @Hippo_Chii131: Finally a decent @arcaneshow\nJinx and Ekko Shot!\n\n(We honestly tried our best to copy @mush820823 TB ⏳💣 Art's Pose But W…
## 1314                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1315                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1316                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1317                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1318                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1319                 RT @RivenStore: What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg #riven…
## 1320              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 1321               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 1322                 RT @Samandriade: Headcanon time\nZoe likes to sleep cuddling in Soraka's lap 💤💤\n#LeagueOfLegends #LeagueOfLegendsFanArt #zoe #soraka https:/…
## 1323                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1324               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 1325                                            RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 1326              RT @Koiarts1: Fan art Navy Seal Jinx \n \nRT are appreciated 🔁✨\n#HumanArtists #CreateDontScrape\n\n#Jinx #leagueoflegends #artoflegends #huion…
## 1327                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1328                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1329                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1330                                                  RT @_another_tina_: It's bright pink by the way \n\n.\n#Ezreal #Jinx #LeagueOfLegends https://t.co/7VGtG1lPfs
## 1331                 RT @Samandriade: Headcanon time\nZoe likes to sleep cuddling in Soraka's lap 💤💤\n#LeagueOfLegends #LeagueOfLegendsFanArt #zoe #soraka https:/…
## 1332                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1333                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 1334                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1335              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 1336                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1337                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 1338                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1339                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1340                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1341                RT @C4LLYF0X: Multiverse part 2\nReposting again cause I had to fix some dialogues, sorry\n#Caitvi #piltoverfinest #violyn\n#Caitlyn #Vi #arca…
## 1342                 RT @RivenStore: What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg #riven…
## 1343                  RT @GamesGuidz: Our new weekly Masterclass #LeagueofLegends Game Guide is released! Get involved with the links below:\n⁣\n📖 League of Legend…
## 1344                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1345                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1346                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1347                                            RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 1348                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 1349                  RT @The_LadyScorpio: The other two illustrations I did for my Diagramation final, that had to be inside the book\nBase for the second one by…
## 1350                   RT @roasted_dolphin: League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers #Sup…
## 1351                   RT @roasted_dolphin: League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers #Sup…
## 1352                   RT @roasted_dolphin: League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers #Sup…
## 1353                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1354                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1355                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1356                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1357                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1358                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1359                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1360                              RT @munyag111: #100日チャレンジ \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \nDay23\n(Star Nemesis Neeko) https://t.co/nUDXJb44UI
## 1361               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 1362                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1363                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1364               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 1365                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1366                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1367                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1368               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 1369                                RT @Moondustina: Supports life 🤧\n\n#leagueoflegends #artoflegends #leagueoflegendsfanart #janna #xayah https://t.co/XZwS8bnIgy
## 1370                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1371                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1372                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1373                  RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 1374                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1375               RT @lPopotrix: POV: You are living the best date of your life\n\nBut Vex wanted a Happy Meal Box...\n\n#ArtofLegends #LeagueOfLegends #LeagueOf…
## 1376                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1377                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 1378                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1379                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1380                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1381                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 1382                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1383                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1384                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1385                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1386                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1387                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1388                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1389                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1390                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1391                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1392                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1393                   RT @EsportLegendsGG: Today we got more information on our Leaderboards and the Stats-Pages we want to implement! Tell us what you think abo…
## 1394                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1395                   RT @LoLMemesBot: just play goddamn jungle\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…
## 1396                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 1397                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1398                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1399                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1400                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1401                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1402                RT @VtuberDella: It really do be like that 👀✨\n\n#animegirl #animememes #streamer #gamergirl #gamer #Fortnite #leagueoflegends #cosplay #vtub…
## 1403                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1404                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1405                           RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/BE1ua0K4bZ https://t.co/oe2TqsFI35
## 1406                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1407                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1408                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1409                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1410                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1411                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 1412                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1413                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1414                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1415                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1416                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1417                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1418                 RT @ciderxii: guns out\n\n#jinx #jinxfanart #jinxarcane #arcanefanart #arcane #ArcaneArt #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co…
## 1419                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1420                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1421                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1422                                                          RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn https://t.co/gQyVuM7juB
## 1423                   RT @spaded_square: Compiling some of my previous league skin ideas into one tweet : ) #LeagueOfLegends #ArtofLegends #starguardian #azir #t…
## 1424                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1425                                                          RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn https://t.co/gQyVuM7juB
## 1426                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1427                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1428                 RT @ISakul3g4nd: Which version do you like more?\n\n#3dart #3D #3dmodeling #3dprint #3DCG #zbrush #pixologic #DigitalArtist #DigitalSculpting…
## 1429                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1430                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1431                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1432                   RT @spaded_square: Compiling some of my previous league skin ideas into one tweet : ) #LeagueOfLegends #ArtofLegends #starguardian #azir #t…
## 1433                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1434                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1435                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1436                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1437                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1438                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1439                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1440                   RT @torakaru_VT: Today was a lot of milestones 9k Twitter, 2k on Twitch, and MOST IMPORTANTLY I FUCKING GOT TO DIAMOND IN TFT HOLY FUCK THI…
## 1441                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1442                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1443                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1444                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1445                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1446                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1447                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1448                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1449                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1450                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1451                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1452                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1453                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1454                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1455                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1456                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1457                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1458                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1459                   RT @VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends #madnesscombatfanart htt…
## 1460                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1461                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 1462                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1463                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1464                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1465                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1466                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1467                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1468                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1469                 RT @qqorge: in fact I have some vignettes that explain it\n#creadoresdelollatam  #leagueoflegends\nhttps://t.co/cVy9jCRNGX https://t.co/5nQ7o…
## 1470                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1471                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1472                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1473                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1474                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1475                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1476                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1477                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1478                 RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…
## 1479                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1480                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1481                  RT @LoLMemesBot: It can't be random right?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…
## 1482                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1483                                  RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O
## 1484                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1485                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1486                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1487                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1488                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 1489                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 1490                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1491                                                 RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 1492                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1493                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1494               RT @larsbians: Happy Arcane anniversary!! 💙\n\nDrawings by me. \n\n#Arcane #arcanefanart #ArtofArcane #ArtofLegends @arcaneshow #CaitVi #League…
## 1495               RT @larsbians: “You’re hot cupcake” 🧁\n\nDrawing by me. \n\n#Arcane #arcanefanart #ArtofArcane #ArtofLegends @arcaneshow  #Arcaneart #CaitVi #a…
## 1496               RT @larsbians: messy drawing of CaitVi 🫶🏻🌹\n\nDrawing by me. \n\n#Arcane #arcanefanart #ArtofArcane #ArtofLegends @arcaneshow  #Arcaneart #Cait…
## 1497                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 1498                RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 1499                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1500                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 1501                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1502              RT @Erodaicon_cos: ✨ Star Guardian ✨\n\nAhri teaser✨\n\nPh: @your_palico \nEdit: me\n\n#LeagueOfLegends #ahri #cosplay https://t.co/zq2jWRiX68
## 1503              RT @Erodaicon_cos: ✨ Star Guardian ✨\n\nAhri teaser✨\n\nPh: @your_palico \nEdit: me\n\n#LeagueOfLegends #ahri #cosplay https://t.co/zq2jWRiX68
## 1504                                                            RT @KingoftheP0nd: 1v2 to secure scuttle #LeagueOfLegends #gaming #volibear https://t.co/1YTYLGgObi
## 1505                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1506                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1507                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1508            RT @we_byun: "-Please... Brother... CARRY ME."\n"- FF 15." \nYasuo &amp; Yone. ♡\n#LeagueOfLegendsFanArt #LeagueOfLegends #LOL #FANART #yasuo #yon…
## 1509              RT @ibonedrawhentai: Zoe creadora de mitos \n.\n\n❤️       ≡       ➭    ⌂\nᴸⁱᵏᵉ  ᶜᵒᵐᵐᵉⁿᵗ  ˢʰᵃʳᵉ  ˢᵃᵛᵉ\n.\n#LeagueOfLegends #zoe #zoelol #fanart #…
## 1510                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1511               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 1512                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1513                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1514                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1515                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1516                                          RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL
## 1517                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1518                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1519                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1520                  RT @Titania_Erza99: Tarde pero seguro\nHappy birthday Vi!!!🎂💗⚙️\n#cosplay #cosplayergirl #cosplayer #arcane #arcanecosplay #ArcaneVi #LeagueO…
## 1521                  RT @Titania_Erza99: Tarde pero seguro\nHappy birthday Vi!!!🎂💗⚙️\n#cosplay #cosplayergirl #cosplayer #arcane #arcanecosplay #ArcaneVi #LeagueO…
## 1522                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1523                                                            RT @KingoftheP0nd: 1v2 to secure scuttle #LeagueOfLegends #gaming #volibear https://t.co/1YTYLGgObi
## 1524                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1525                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1526                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1527                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1528                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1529                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1530                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1531                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1532                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1533                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1534                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1535                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1536                                   RT @SleinYesWowNC: Why don't you love who I am?\nWhat we could have been\n\n#Arcane #LeagueOfLegends https://t.co/XGZ0PuYHrz
## 1537                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1538                  RT @LoLMemesBot: Fun little tier list I made (don't take it too seriously). What champions would be best to form a boy bend?\n#memes #meme #…
## 1539                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1540                  RT @The_LadyScorpio: The other two illustrations I did for my Diagramation final, that had to be inside the book\nBase for the second one by…
## 1541                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1542                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1543                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1544                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1545                                               RT @9ringsx: I'm trying…🥹💕💖\n#Gwen #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/WtPxcVF6HQ
## 1546                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1547                   RT @greeekthegreat: Please consider  jinx in a babydoll dress with pink streaks in her hair to match with vi who got blue streaks in her ha…
## 1548                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1549                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1550                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1551                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1552                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1553                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1554                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1555                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1556            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 1557                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1558                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1559                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1560                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1561                                              RT @joyjangart: #LeagueOfLegends \n#LeagueOfLegendsFanArt \n#evelynn\n\nevelynn practice😈 https://t.co/hJ3DPVYZrM
## 1562                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1563                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1564                                              RT @joyjangart: #LeagueOfLegends \n#LeagueOfLegendsFanArt \n#evelynn\n\nevelynn practice😈 https://t.co/hJ3DPVYZrM
## 1565                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 1566                 RT @TheGemCosplay: This is the only Christmas cosplay I have to share so here u go, some Christmas Jinx from @LeagueOfLegends \n\n#cosplay #L…
## 1567                 RT @TheGemCosplay: This is the only Christmas cosplay I have to share so here u go, some Christmas Jinx from @LeagueOfLegends \n\n#cosplay #L…
## 1568                                              RT @joyjangart: #LeagueOfLegends \n#LeagueOfLegendsFanArt \n#evelynn\n\nevelynn practice😈 https://t.co/hJ3DPVYZrM
## 1569              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 1570                 RT @TheGemCosplay: This is the only Christmas cosplay I have to share so here u go, some Christmas Jinx from @LeagueOfLegends \n\n#cosplay #L…
## 1571                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 1572                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1573                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1574                RT @EdwinNurdjajadi: Yup. There’s 4 pairs of wild green doves in our neighbourhood. Alhamdullilah the environment is conducive &amp; plenty of…
## 1575                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1576                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 1577                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1578                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1579                                             RT @summerswirlarts: He's looking for Kalista 🥺❤️\n\n#ledros #LeagueOfLegends #ArtofLegends https://t.co/4wfH5zdAic
## 1580                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1581                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1582                 RT @blazordiffusion: Irelia of League of Legends! #LeagueOfLegends #LeagueOfLegendsFanArt #Irelia #stablediffusion \n\nhttps://t.co/zTmgey5OA…
## 1583                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1584                                                      RT @glossystae: Some Winter Riven for you uwu\n\n#cosplay #leagueoflegends #riven https://t.co/Z6PdrvRu3b
## 1585                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1586                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1587                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1588                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1589                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1590                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1591                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1592                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1593                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1594                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1595                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1596                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1597                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1598                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1599                 RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 1600                  RT @PurpleARTdude: After a long time... I finally finished this!! Moon guys vs sun guys 🌚🌝\n#ValorantArt #VALORANTfanart #VALORANT #LeagueOf…
## 1601                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1602                  RT @LoLMemesBot: Thanks Rito\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Sp…
## 1603                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1604                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1605                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 1606                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1607                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1608                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1609                  RT @LoLMemesBot: Thanks Rito\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Sp…
## 1610                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1611                   RT @skymagpieart: My favourite trope is when a guy is obviously falling for someone and he looks at them with that loving and dumbfounded e…
## 1612                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1613                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1614               RT @VtuberDella: Sadge 😭❤️\n\nI will remember you all ✨\n\n#anime #animegirl #animememes #streamer #gamergirl #gamer #Fortnite #leagueoflegends…
## 1615                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1616                                                                                        RT @Pradox___: En live sur #LeagueOfLegends ! \nhttps://t.co/9aq5xqRa6G
## 1617                   RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…
## 1618                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1619                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 1620                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1621                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 1622                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1623                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 1624                                          RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL
## 1625                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1626                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1627                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1628                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1629                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1630                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1631                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1632                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1633                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1634                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1635                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1636                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 1637                                       RT @Moondustina: 🌻 lovely commission for @aeon_xayah 💕 \n\n#xayah #StarGuardian #LeagueOfLegends https://t.co/Hnz0H1Xo0b
## 1638                  RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 1639                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1640                  RT @AngelaR81493370: Thank you for the game.👇 #Gameplay #LeagueofLegends #LeagueOfLegendsFanArt #FLYWIN #StarGuardians #ClashLoL \nOriginal:…
## 1641                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1642                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1643               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 1644                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1645                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1646                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 1647                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 1648                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 1649                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 1650                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 1651                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1652                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 1653                  RT @Swordskingdom2: If you are a fan of League of Legends and interested in buying a Master Yi Sword replica order it now:\nhttps://t.co/psP…
## 1654                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1655                 RT @SakaiYuki17: I found the sketch from a few months ago, so I finished it\n\n"Don't move, I'll find some herbs for you"\n"Ugh...master, the…
## 1656                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1657                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 1658                                                                                        RT @Pradox___: En live sur #LeagueOfLegends ! \nhttps://t.co/9aq5xqRa6G
## 1659                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1660                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1661                  RT @PurpleARTdude: After a long time... I finally finished this!! Moon guys vs sun guys 🌚🌝\n#ValorantArt #VALORANTfanart #VALORANT #LeagueOf…
## 1662                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1663                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1664                  RT @LoLMemesBot: How Each Champ would be like at a Party\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Wo…
## 1665                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 1666                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1667                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1668                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 1669                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1670                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1671                 RT @EloDragonLoL: EU is just built different\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #r…
## 1672                 RT @esports12K: Most Anticipated Esports Tournaments 2023\n\n#esports #esportnews #esportstournament #MostAnticipated #gaming #gamingtourname…
## 1673                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1674                 RT @esports12K: Most Anticipated Esports Tournaments 2023\n\n#esports #esportnews #esportstournament #MostAnticipated #gaming #gamingtourname…
## 1675                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1676                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1677                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1678                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1679               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 1680                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 1681                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1682                 RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…
## 1683                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1684                   RT @KaelaOfMoran: I might not be currently streaming due to work and other personal projects but that doesn't mean i have stopped playing g…
## 1685                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1686                   RT @KaelaOfMoran: I might not be currently streaming due to work and other personal projects but that doesn't mean i have stopped playing g…
## 1687                   RT @KaelaOfMoran: Today i bring you another ARAM match. This time playing as Anivia. I can't believe they didn't relise soner that i was in…
## 1688                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1689                   RT @KaelaOfMoran: I might not be currently streaming due to work and other personal projects but that doesn't mean i have stopped playing g…
## 1690                   RT @KaelaOfMoran: Today i bring you another ARAM match. This time playing as Anivia. I can't believe they didn't relise soner that i was in…
## 1691                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1692                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 1693                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 1694                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1695                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1696                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1697                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1698                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 1699                                                                 RT @kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3
## 1700                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1701                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1702                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1703                                                                                        RT @Pradox___: En live sur #LeagueOfLegends ! \nhttps://t.co/9aq5xqRa6G
## 1704                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1705                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1706                 RT @afurrybrownie: A pajama guardian fan skin design that I'll do cosplay later\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #paj…
## 1707                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1708                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1709                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1710                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1711                           RT @bekkomi: 🌕🌔Child of the moon, weapon of the faithful.🌒🌑\n#Aphelios #Alune #LeagueOfLegends #ArtofLegends https://t.co/KquU6tnZtU
## 1712                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 1713                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1714                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1715                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1716                 RT @onion_on1: #vladimir #Swain #LeagueOfLegends  #fanart \nother illustrations.\nLove those guys, but couldn't play them well https://t.co/X…
## 1717                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1718                 RT @EloDragonLoL: EU is just built different\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #r…
## 1719 RT @Rena_Angel1111: League of legends - Soraka\n\nI try Soraka cosplay.\n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #英雄联…
## 1720                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1721                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 1722                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 1723                                          RT @dogtoast_: i love her\n\n#lux #luxleagueoflegends #leagueoflegends #leagueoflegendsfanart https://t.co/VQNDoYFdI0
## 1724                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1725                              RT @Lansuuw: Sick W Flash on jhin to clean up ‼️\n#LeagueOfLegends #Adc #StreamerCommunity #ContentCreator https://t.co/wCdKFAscuT
## 1726                                   RT @bigbadwarwick: Lillia fanart\n#lillia #lolfanart #leagueoflegends #fanart #lillialeagueoflegends https://t.co/yRV3ufv3nF
## 1727                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1728                 RT @XCrescent84: As much I wanna quit I can’t I’m nearly done 🥲\n\n#lillia #LeagueOfLegends #LeagueOfLegendsFanArt #CLIPSTUDIOPAINT #ArtistOn…
## 1729                 RT @claudettee17: Fire to the Fuse (Ft. Jackson Wang) | Official Empyrean Cinematic - Leag... https://t.co/x3NPJGup5T via @YouTube \n\nLOVE t…
## 1730                RT @Youcun_: she is so cute!!!  🥰🫶\n-Spirit Blossom Lillia-fanart\n\n#LeagueOfLegendsFanArt #lillia #LeagueOfLegends #WildRift https://t.co/qr…
## 1731                   RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…
## 1732               RT @jericollage70: Happy Birthday to one of my Favorites, The Amazing @KriziaBajos! Have a Blessed Birthday &amp; Happy Holidays Krizia! 🎂😎🙏🏻👍🏻…
## 1733                                                                RT @Shishirui_san: #Lillia  #LeagueOfLegends \nStar Guardian Lillia.😇🫡🥰 https://t.co/Hi6mG4En25
## 1734                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1735                 RT @ISakul3g4nd: Which version do you like more?\n\n#3dart #3D #3dmodeling #3dprint #3DCG #zbrush #pixologic #DigitalArtist #DigitalSculpting…
## 1736           RT @EnvyAloner: Yone x Lillia &lt;3\n\nCommission by @fox_trix \n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#Yone #Lillia https://t.co/USeVNgqtje
## 1737                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1738                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1739                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1740                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1741                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1742                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1743              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 1744                       RT @ikaatako: no void boobs\nNeeko have a psychological trauma\n\n#ArtofLegends #LeagueOfLegends #BelVeth #Neeko https://t.co/cWNeDdML64
## 1745                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 1746                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1747                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1748                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1749                   RT @PreachBigLoL: Has anyone ever looked through the "Item" tab? I never do, except for the time that I did once just now... Knights vow su…
## 1750                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1751                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1752                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 1753                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1754                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1755                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1756                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1757                                          RT @dogtoast_: i love her\n\n#lux #luxleagueoflegends #leagueoflegends #leagueoflegendsfanart https://t.co/VQNDoYFdI0
## 1758                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1759                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1760                 RT @prohtius: Small Vibe\n \n @tributariesttv is now live with #LeagueofLegends, click to see the shenanigans 🤪 #twitchtv #twitchstreamers #l…
## 1761                                          RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL
## 1762                  RT @prohtius: Casual Stream Is Casual | !turbo\n \n @magicinuse is now live with #LeagueofLegends, check it out 👀 #twitchtv #twitchstreamers…
## 1763                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1764               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 1765                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1766                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1767                                              RT @joyjangart: #LeagueOfLegends \n#LeagueOfLegendsFanArt \n#evelynn\n\nevelynn practice😈 https://t.co/hJ3DPVYZrM
## 1768                                          RT @dogtoast_: i love her\n\n#lux #luxleagueoflegends #leagueoflegends #leagueoflegendsfanart https://t.co/VQNDoYFdI0
## 1769                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 1770                 RT @ForestRatArt: My drawing for the LoL Christmas art collab on Instagram🌲\n\n#porocollab22 #forestrat #forestratart #vi #caitlyn #caitvi #p…
## 1771                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1772                                                                  RT @DailyTeenVi: LOOK AT VI AND MYLO OMG #Arcane #Vi #LeagueOfLegends https://t.co/AL6lJe8hpG
## 1773                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 1774                                                                         RT @is_is_gemini_is: Powder #Jinx \n\n#arcane #LeagueOfLegends https://t.co/KyiS8U3YWD
## 1775                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1776                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1777                                              RT @joyjangart: #LeagueOfLegends \n#LeagueOfLegendsFanArt \n#evelynn\n\nevelynn practice😈 https://t.co/hJ3DPVYZrM
## 1778                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 1779                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 1780                 RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 1781                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 1782                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1783                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 1784                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1785               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 1786               RT @MikuoHatsuneTTV: Day 36 of @LeagueOfLegends quotes:\n\nBearded Lady, Nagakabouros, names don't matter! Action does.\n-Illaoi\n#LeagueOfLege…
## 1787               RT @MikuoHatsuneTTV: Day 36 of @LeagueOfLegends quotes:\n\nBearded Lady, Nagakabouros, names don't matter! Action does.\n-Illaoi\n#LeagueOfLege…
## 1788                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1789                                         RT @AAAADDDDing: Want to come to?\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Kayn https://t.co/VeHZcBPTfS
## 1790               RT @AceVar81: Trust me! You'll get addicted to this story!\n \n#leagueoflegends #animefanart #webtoons\n\nhttps://t.co/8juEtV7S7l https://t.co/…
## 1791                 RT @maidenslullaby: SPIRIT BLOSSOM AHRI 🌸🦊💖!!! She won the poll against Miss Fortune ✨✨ #lol #LeagueOfLegends #ahri #ahrifanart #LeagueOfLe…
## 1792                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 1793                                       RT @Moondustina: 🌻 lovely commission for @aeon_xayah 💕 \n\n#xayah #StarGuardian #LeagueOfLegends https://t.co/Hnz0H1Xo0b
## 1794                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1795                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1796                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1797                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1798                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1799                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1800                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1801                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1802                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1803                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1804                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1805                 RT @trashpocket4: More Kaliyah (or Kai'Liyah, idk) because i have feelings 😭😭😭\n\n#kaisa #taliyah #LeagueOfLegends #LoL #kaliyah https://t.co…
## 1806                  RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 1807                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1808                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1809                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1810                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1811                                            RT @3PillarsGaming: Great for desktop wallpapers right for christmas!❄️🎄\n\n#LeagueOfLegends https://t.co/6rs8HHbWFu
## 1812                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1813                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1814                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1815                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1816                  RT @Titania_Erza99: Tarde pero seguro\nHappy birthday Vi!!!🎂💗⚙️\n#cosplay #cosplayergirl #cosplayer #arcane #arcanecosplay #ArcaneVi #LeagueO…
## 1817                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1818                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 1819                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 1820                                              RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 1821                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1822                   RT @FunSizeDipStick: Dragon trainer Veigar ~ Splash art ( @FunSizeDipStick )\n#LeagueOfLegends #ArtofLegends #Veigar #LeagueOfLegendsFanArt…
## 1823                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1824                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1825                  RT @_smol_artist__: OPENING 5 SLOTS FOR JINX SKETCH COMMISSIONS\n#Jinx #commsopen #jinxlol #jinxarcane #arcane #LoL #LeagueOfLegends https:/…
## 1826                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1827                              RT @FunkyWoomy: #Irelia from #LeagueOfLegends \n\n#LeagueOfLegendsFanArt #League_of_Legends #ArtofLegends https://t.co/DtYnMEERA6
## 1828               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 1829                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1830                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1831                   RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…
## 1832           RT @EnvyAloner: Yone x Lillia &lt;3\n\nCommission by @fox_trix \n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#Yone #Lillia https://t.co/USeVNgqtje
## 1833                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1834                RT @leochamposa: #LoLtubre2022 DAY 1: Favourite Champ \n\nYou already know, Garen is my baby 🥺❤️\n\n#LeagueOfLegends #LoLtubre #creadoresdeloll…
## 1835                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 1836               RT @blablablayaoi: Go for it Zed!! \n\nThanks to Syundei for this beautiful and sweet manga! ❤\n\n#zed #Kayn #zedka #LeagueOfLegends #LeagueOfL…
## 1837                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1838                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1839                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1840                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1841                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1842                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1843                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1844                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1845                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1846                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1847                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1848                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1849                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1850                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1851                   RT @FunSizeDipStick: Dragon trainer Veigar ~ Splash art ( @FunSizeDipStick )\n#LeagueOfLegends #ArtofLegends #Veigar #LeagueOfLegendsFanArt…
## 1852                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1853                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1854                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1855                   RT @leochamposa: ❤️ Happy pride month ❤️\n\n#diana #leona #taric #pantheon #LeagueOfLegends #pride #creadoresdelollatam https://t.co/HZ19Hqra…
## 1856                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1857                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1858                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1859                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1860                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1861                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1862                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 1863                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1864                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1865                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1866                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1867                  RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 1868                 RT @tierreskott: StarGuardian Ezreal Fanart! :P \n\n#LeagueOfLegends  #starguardian #ezreal #fanart #illustration #CuteKitten #cute https://t…
## 1869                        RT @vmatbox: Battle Academy Lux and Ezreal fanart :3 #BattleAcademy #lux #LeagueOfLegends #ArtofLegends #ezreal https://t.co/T8rwpBTBYb
## 1870                 RT @JARRO_Art: finally a clean version of my Porcelain Ezreal... please guys enjoy\n\n#Ezreal #Artoflegends #Leagueoflegends #Porcelain #Porc…
## 1871                  RT @little_lolz: Pajama Guardian sleepover with TFT!\n\n#LeagueofLegends #ArtofLegends #StarGuardians #PajamaParty #lux #soraka #MissFortune…
## 1872                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 1873                 RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 1874                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1875                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1876                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1877                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1878                 RT @Kvd_xxiv: xxiv: \n\nOne win! And i do count it as a win ! . . . unfortunately half of that game was in a different screen 😭 what a noob !…
## 1879                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1880                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1881                  RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 1882                                                         RT @Saware7: smash the ❤️if you agree😂😂😂#leagueoflegends #IDF #pakistanZindabad https://t.co/A35u1Uk3Cd
## 1883                   RT @FunSizeDipStick: Dragon trainer Veigar ~ Splash art ( @FunSizeDipStick )\n#LeagueOfLegends #ArtofLegends #Veigar #LeagueOfLegendsFanArt…
## 1884                 RT @ForestRatArt: My drawing for the LoL Christmas art collab on Instagram🌲\n\n#porocollab22 #forestrat #forestratart #vi #caitlyn #caitvi #p…
## 1885                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1886                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1887                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1888                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1889                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1890                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1891                  RT @_smol_artist__: OPENING 5 SLOTS FOR JINX SKETCH COMMISSIONS\n#Jinx #commsopen #jinxlol #jinxarcane #arcane #LoL #LeagueOfLegends https:/…
## 1892                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1893                                                                  RT @maidenslullaby: Quick neeko doodle :))))) #neeko #LeagueOfLegends https://t.co/UrYn5KgwSS
## 1894                  RT @LoLMemesBot: Why add an item that makes us useless\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worl…
## 1895                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1896                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1897                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1898                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1899                 RT @medok_art: Guess who took Blessed Wine™ to the party?💀\n\n#Thresh #Viego #Kalista #LeagueOfLegends #Ruination meme https://t.co/GgNXZGRgDi
## 1900                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1901           RT @EnvyAloner: Yone x Lillia &lt;3\n\nCommission by @fox_trix \n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#Yone #Lillia https://t.co/USeVNgqtje
## 1902                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 1903                                                                            RT @juubiisan: Want a kiss? #LeagueOfLegends #ahri #cosplay https://t.co/uV8dTvAHqi
## 1904                                               RT @_gtjnxd: star guardian jinx is so cute🥺⭐\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/S5xV1ZPhpD
## 1905                  RT @_smol_artist__: OPENING 5 SLOTS FOR JINX SKETCH COMMISSIONS\n#Jinx #commsopen #jinxlol #jinxarcane #arcane #LoL #LeagueOfLegends https:/…
## 1906                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1907                                                   RT @MiaomiArt: Old painting of Jinx I never posted\n\n#Arcane #Jinx #LeagueOfLegends https://t.co/MwfgizhJW9
## 1908                                                                       RT @vatheja: Arcana #jinx thumbnail sketch :))❤️ #leagueoflegends https://t.co/bV06kVkwXz
## 1909                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1910                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1911                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1912                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1913                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1914                 RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 1915                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1916                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1917                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 1918                RT @camiobb: Dark Cosmic Camille – League of Legends fanart by Abigael Giroud\n\n#LeagueofLegends #ArtofLegends #WildRift \nhttps://t.co/s3e0U…
## 1919                 RT @StephJMillz1: Tryndamere learns combo wizard Camille/Kamille  https://t.co/iWKyLVFaUS \n\n#leagueoflegends #stephjmillz #thekamille #cami…
## 1920                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1921                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1922                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1923                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1924                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1925               RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…
## 1926                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1927                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1928                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1929                                                                                     RT @Onezeroisten: I AM WINNING!!! #LeagueOfLegends https://t.co/M1qpySfwAT
## 1930                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1931                   RT @PreachBigLoL: Has anyone ever looked through the "Item" tab? I never do, except for the time that I did once just now... Knights vow su…
## 1932               RT @camiobb: Spirit Blossom Camille Skin - Concept 2\n\n#LeagueofLegends #ArtofLegends #WildRift \n\nhttps://t.co/6a754Rpl42 https://t.co/fN6UA…
## 1933               RT @camiobb: Spirit Blossom Camille Skin - Concept\n\n#LeagueofLegends #ArtofLegends #WILDRIFT\n\nhttps://t.co/JZKLxeGhCn https://t.co/x4N3ziTd…
## 1934                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1935                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1936              RT @darthfuzzy77: ROLL TIDE!! I actually won this ffing match suckers!! https://t.co/nzSTj6GndH\n\n#twitch \n#smallstreamer \n#twitchtv\n#League…
## 1937                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1938                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1939                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1940                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1941                                        RT @aannuurraann: #singed #LeagueOfLegends #LeagueOfLegendsFanArt \n\nJust a portrait of Singed https://t.co/sf1UTpLAxY
## 1942                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1943                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1944                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1945                 RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 1946                 RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 1947                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1948                 RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 1949                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1950                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1951                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1952                       RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce
## 1953                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1954                  RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…
## 1955                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1956                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 1957                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1958                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1959                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1960                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1961                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1962                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1963                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1964                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1965                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1966                             RT @Hichamhabchi: Gangplank for #ruinedking @AirshipSyn  #LeagueOfLegends #Throwback colors by Aron Lusen! https://t.co/XbzDStSdx3
## 1967                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 1968                                             RT @summerswirlarts: He's looking for Kalista 🥺❤️\n\n#ledros #LeagueOfLegends #ArtofLegends https://t.co/4wfH5zdAic
## 1969                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1970                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1971                  RT @LoLMemesBot: Even Riot playing the game with lags.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worl…
## 1972                   RT @GamerSonnie: This week's schedule! A whole bunch of snow this week so that might change plans a little this week! But I will be here! S…
## 1973                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1974                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1975                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1976                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1977                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 1978                              RT @Lansuuw: Sick W Flash on jhin to clean up ‼️\n#LeagueOfLegends #Adc #StreamerCommunity #ContentCreator https://t.co/wCdKFAscuT
## 1979                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1980               RT @AceVar81: Trust me! You'll get addicted to this story!\n \n#leagueoflegends #animefanart #webtoons\n\nhttps://t.co/8juEtV7S7l https://t.co/…
## 1981               RT @AceVar81: Trust me! You'll get addicted to this story!\n \n#leagueoflegends #animefanart #webtoons\n\nhttps://t.co/8juEtV7S7l https://t.co/…
## 1982                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 1983                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1984                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1985                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 1986                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1987                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1988                                   RT @SleinYesWowNC: Why don't you love who I am?\nWhat we could have been\n\n#Arcane #LeagueOfLegends https://t.co/XGZ0PuYHrz
## 1989                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1990                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1991                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1992                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1993                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1994                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1995                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1996                                                               RT @jiajia_hua: ZED - League of Legends practice \n#zed #LeagueOfLegends https://t.co/QbFcSIyb6V
## 1997                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 1998                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 1999                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2000            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 2001                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2002                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2003                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2004                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2005                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2006                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2007                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2008                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2009            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 2010                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2011                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2012                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2013                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2014                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2015                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2016                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 2017                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2018                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 2019                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2020                                           RT @fuwamoowa: everything goes on 🎶\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian https://t.co/q74QTSWpH9
## 2021                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2022                   RT @Zedzy1_: Slow Growing Process but I will get there. Hard work will pay off :) #twitch #streaming #streamers #stream #streams #gaming #v…
## 2023                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2024                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2025                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2026                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2027                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2028                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2029                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2030                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2031                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2032                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2033                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2034                   RT @YuzukoSilver: If you want to have an international experience with all kind of honorable and respectful talks about everything you can’…
## 2035                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2036                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2037                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2038                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2039            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 2040                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2041                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 2042                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2043                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 2044                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2045                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2046                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2047                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2048               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 2049                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2050                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2051                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2052                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2053                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2054               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 2055                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2056                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2057               RT @NeoNa_Gloom_ART: Dark Eternal Zyra ✨- \n"I have many names, none of which you are worthy to pronounce!"\n\n#LeagueOfLegends #LeagueOfLegen…
## 2058                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2059                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2060               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 2061                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2062                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2063                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2064                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2065                                                                                      RT @arvve: love them \n#tfgraves #leagueoflegends https://t.co/f9IiXADBf6
## 2066                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2067                   RT @Kvd_xxiv: xxiv: \n\nWe are in a 4 game losing streak in #LeagueOfLegends . . . THAT MUST CHANGE ! Join me while i play #Riven top ! . .…
## 2068                  RT @LoLMemesBot: i think I'm going to sleep.. now... *yawn* *bonk* ow. anyways the Bonking Deer is coming to WR on December 21 (probably)\n#…
## 2069                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2070                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2071                                  RT @gothiccpetunia: It’s cuffing season 💅 #arcane #vi #caitvi #leagueoflegends #leagueoflesbians #art https://t.co/Wr3LyVE27n
## 2072                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2073                                                       RT @SMETS_: gift for @qqq_qqqqq_\n#LeagueOfLegends #LeagueOfLegendsFanArt #Swain https://t.co/XYwkBJfhxF
## 2074                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 2075                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2076                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2077                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2078                         RT @damongreenhalgh: "Fortune doesn't favor fools."\n#ArtofLegends #LeagueOfLegends #illustration #missfortune https://t.co/kGX0fVb6qv
## 2079                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2080                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2081                 RT @cattofarts: Anyone's got their RP ready for the new Space Groove skins? I know I am, HAHA ♥\n\n#leagueoflegends #nami #namileagueoflegend…
## 2082                 RT @HighNoonJhin: we can fix him \nwe can make him cooler\n#jhin #shanhaiscrollsjhin #leagueoflegends #leagueoflegendsfanart #artoflegends ht…
## 2083                 RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…
## 2084                 RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…
## 2085                 RT @HighNoonJhin: we can fix him \nwe can make him cooler\n#jhin #shanhaiscrollsjhin #leagueoflegends #leagueoflegendsfanart #artoflegends ht…
## 2086                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2087                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2088                 RT @cattofarts: Anyone's got their RP ready for the new Space Groove skins? I know I am, HAHA ♥\n\n#leagueoflegends #nami #namileagueoflegend…
## 2089                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2090                                 RT @YaretziAvila1: I did it :’) #Viego #isolde #viesolde #LeagueOfLegends #ArtofLegends #theruinedking https://t.co/yFPC6puACL
## 2091                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2092                  RT @HayashiDraws: Kayle\n\nFollow me on instagram! https://t.co/hUqLcJQ7wV\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/Y3oPhx5wQa
## 2093                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2094                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2095                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2096                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2097                                 RT @YaretziAvila1: I did it :’) #Viego #isolde #viesolde #LeagueOfLegends #ArtofLegends #theruinedking https://t.co/yFPC6puACL
## 2098                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2099                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2100                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2101                   RT @Samandriade: Bathing together ❤️\nFull version on @sinibiri 👁️\n#LeagueOfLegends #LeagueOfLegendsFanArt #soraka #Pantheon https://t.co/EL…
## 2102                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2103                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2104                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2105                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2106               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 2107                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2108                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2109                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2110                     RT @emriikun: 🧚‍♀️ Fairy Kingdom Lux 🧚‍♀️\n\nWhen a new era of the kingdom begins all seeds will fall and the keepers of magic must be assemb…
## 2111                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2112                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2113                             RT @Scionraccoon: Glorious\n\n#Viktor #MachineHerald #LeagueOfLegends #myart #meme #helpmepleasererghjhyrt https://t.co/n0UqZiYoiO
## 2114                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 2115                       RT @l0Abyss: Spirit Blossom İrelia\n#irelia #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/s4XcXnxk5E
## 2116                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2117                RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 2118                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 2119                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2120                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 2121                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2122                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2123                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2124                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2125                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2126                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2127                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2128                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 2129                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 2130                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2131                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2132                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2133                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2134                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2135                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 2136                                 RT @YaretziAvila1: I did it :’) #Viego #isolde #viesolde #LeagueOfLegends #ArtofLegends #theruinedking https://t.co/yFPC6puACL
## 2137                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2138                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2139                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2140                                                         RT @ColossusMibl: I wanted to do something charming\n\n#LeagueOfLegends #Varus https://t.co/lxeUhuihc5
## 2141                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2142                                 RT @YaretziAvila1: I did it :’) #Viego #isolde #viesolde #LeagueOfLegends #ArtofLegends #theruinedking https://t.co/yFPC6puACL
## 2143                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2144                                 RT @YaretziAvila1: I did it :’) #Viego #isolde #viesolde #LeagueOfLegends #ArtofLegends #theruinedking https://t.co/yFPC6puACL
## 2145                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2146                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2147                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2148                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2149              RT @MakiEraclea: The coven skin line... 😌👌🏻🖤\nShould I cosplay coven LeBlanc too?\n\nPh + 3d orb @dizzymonogatari\n\n#LeagueOfLegends #ahricospl…
## 2150                   RT @nymphahri: I'll show you what I'm made of ❤️‍🔥\nCan we reach at least 50 retweets? I'll share MORE photos ✨\nPh: https://t.co/tx34eB8YGm…
## 2151                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2152                             RT @AliceinfernoCos: Photo by dear @by_yulli 💜\n#ahricosplay #ahrikda #ahri #aliceinferno #LeagueOfLegends https://t.co/s0IYIkOWeE
## 2153                   RT @NekonoiKatsu: It’s #ahriversary ! ❤️❤️❤️🥳 \nI hope I can cosplay her other skin 😚😚\n—\n#nekonoikatsu #ahri #leagueoflegends #lol #ahricosp…
## 2154                   RT @arisaguigui: [Cosplay] Ahri \n\nA semi-finished one, there was a problem with the props during filming, so how do I compose the orbs...…
## 2155             RT @farbenfuchs: ✨ Ruined King Ahri ✨\n📸 @ShatteredPhoto\n\n@RiotForgeDE @RiotForge @riotgames \n#Ahri #AhriCosplay #Cosplay #LeagueOfLegends h…
## 2156                   RT @AppleNay_: We're gonna break the rules and hearts in twos 'cause that's what the baddest do 😘😈 • #ahri #ahricosplay #kdaahri #kdaahrico…
## 2157                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2158                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2159        RT @CherryPie_85: League of Legends\nKDA Ahri THE BADDEST\n\n🎤✨💖\n\nmodel. @enjyu_cos \n\n#LeagueOfLegends #lolcosplay\n#KDA #아리 #ahri #ahricosplay…
## 2160                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2161                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2162                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2163                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2164                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2165                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2166                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2167                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2168                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2169                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2170                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2171                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2172                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2173                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2174               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 2175                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 2176                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2177                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2178                                                             RT @OGGIHelga: #LeagueOfLegends #Ezreal #stripgame \n\nso..what is it, Ez? https://t.co/eSRG0Y9794
## 2179                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2180                                                                         RT @OGGIHelga: #LeagueOfLegends #Ezreal #Stripgame \n\nfinally https://t.co/YvPodcRjDV
## 2181                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2182                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2183                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2184                 RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 2185                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2186                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2187                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2188                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2189                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2190                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2191                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2192                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2193                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2194                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2195                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2196                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2197                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2198                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2199                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2200                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2201                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2202                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2203                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2204                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2205                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2206                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2207                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2208                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2209                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2210                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2211                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2212                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2213                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2214                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2215                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2216              RT @ibonedrawhentai: Zoe creadora de mitos \n.\n\n❤️       ≡       ➭    ⌂\nᴸⁱᵏᵉ  ᶜᵒᵐᵐᵉⁿᵗ  ˢʰᵃʳᵉ  ˢᵃᵛᵉ\n.\n#LeagueOfLegends #zoe #zoelol #fanart #…
## 2217                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2218                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 2219                  RT @DeSpawn3d: Talk about a close call on #LeagueOfLegends! I got bailed out!\n#YouTube #Twitch #streamer #gaming #clutch https://t.co/jyuCN…
## 2220                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2221                   RT @Lazylizard_LOL: #LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #lol #streaming #streamer #gaming #gamer #riot #RiotGames #l…
## 2222                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2223                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2224                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2225                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2226                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2227                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2228                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2229                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2230                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2231                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2232                                    RT @Samandriade: She's doing her best...\n#LeagueOfLegends #LeagueOfLegendsFanArt #Pantheon #soraka https://t.co/1Jxx8v2DTc
## 2233                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2234                 RT @Samandriade: Headcanon time\nZoe likes to sleep cuddling in Soraka's lap 💤💤\n#LeagueOfLegends #LeagueOfLegendsFanArt #zoe #soraka https:/…
## 2235                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2236                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2237                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2238                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2239                    RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 2240                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2241                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2242                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2243                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2244                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2245                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2246                RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 2247                        RT @NIJISE_: I HAVE 2 SIDES\n.\nNeeko and Viego, my mains in lol \n#viego #neeko #ArtofLegends #LeagueOfLegends https://t.co/VDGU3MNtoh
## 2248               RT @Mister_Deranged: I'm not wearing pants, or am I? Playing with viewers of all levels, from pro to beginner. \n\nhttps://t.co/d9OFvvygJ5\n\n#…
## 2249                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2250                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2251                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2252                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2253                                                                                     RT @Onezeroisten: I AM WINNING!!! #LeagueOfLegends https://t.co/M1qpySfwAT
## 2254                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2255                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2256                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2257                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2258                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 2259                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2260                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2261                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2262                  RT @Lewd47991297: New year Ahri\n#ahri #LeagueOfLegendsFanArt #leagueoflegends #ArtistOnTwitter #ArtofLegends #NewYear https://t.co/UaxupCZo…
## 2263                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2264                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2265                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2266     RT @enjyu_cos: 【cos】 \n\nLeague of Legends\nKDA 아리 THE BADDEST\n\n🎤🎤🎤\n\nPhoto by. @CherryPie_85💕\n━━━━━━━━━━━━━━━\n#LeagueOfLegends #lolcosplay\n#KD…
## 2267               RT @hellyvalentine_: How did you spend you Valentine’s Day?💖\n\nWas it perfect date or maybe it wasn’t special day for you~ \n\n#ahri #ahricosp…
## 2268                 RT @hellyvalentine_: I’m thinking about new Ahri cosplay, but I can’t choose the outfit. \nAny recommendations?❤️\n\n#ahri #LeagueOfLegends #A…
## 2269                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2270                  RT @remmony: OMG just loooook at the result!!✨✨✨\n\n#ahricosplay #ahri #spiritblossom #LeagueofLegends #kdacosplay https://t.co/RxXlUfGjia
## 2271                  RT @DeSpawn3d: Talk about a close call on #LeagueOfLegends! I got bailed out!\n#YouTube #Twitch #streamer #gaming #clutch https://t.co/jyuCN…
## 2272                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2273                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2274                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2275                    RT @ProjectAiyoh: Christmas Ahri ☃️ Listened to Twice “Doughnut” while creating this 😊 #Ahri #LeagueOfLegends #LeagueOfLegendsArt #doodle h…
## 2276                  RT @Lewd47991297: New year Ahri\n#ahri #LeagueOfLegendsFanArt #leagueoflegends #ArtistOnTwitter #ArtofLegends #NewYear https://t.co/UaxupCZo…
## 2277                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2278                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2279                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2280                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2281                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2282                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2283                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2284                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2285              RT @ibonedrawhentai: Zoe creadora de mitos \n.\n\n❤️       ≡       ➭    ⌂\nᴸⁱᵏᵉ  ᶜᵒᵐᵐᵉⁿᵗ  ˢʰᵃʳᵉ  ˢᵃᵛᵉ\n.\n#LeagueOfLegends #zoe #zoelol #fanart #…
## 2286                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2287                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2288                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2289                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2290                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2291                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2292                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2293                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2294              RT @ibonedrawhentai: Zoe creadora de mitos \n.\n\n❤️       ≡       ➭    ⌂\nᴸⁱᵏᵉ  ᶜᵒᵐᵐᵉⁿᵗ  ˢʰᵃʳᵉ  ˢᵃᵛᵉ\n.\n#LeagueOfLegends #zoe #zoelol #fanart #…
## 2295                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2296                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 2297                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2298                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2299                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2300                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2301                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2302                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2303                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2304                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2305                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2306                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2307                       RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce
## 2308                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2309                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2310                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2311                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2312                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2313                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2314                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2315                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2316                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2317                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2318                                             RT @summerswirlarts: He's looking for Kalista 🥺❤️\n\n#ledros #LeagueOfLegends #ArtofLegends https://t.co/4wfH5zdAic
## 2319                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2320                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2321                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2322                                         RT @QuickestSylv: played league today #LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios #Alune https://t.co/tC14OhVryS
## 2323                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2324                                       RT @Moondustina: 🎀 #commission I did a while ago 💗 \n\n#leagueoflegends #cafecuties #soraka #tft https://t.co/yctA4Iwowm
## 2325                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2326                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2327                 RT @hanabisocks: my baby girls fav ship apparently\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #RaXayah #RakanFanart #XayahFanart #RaXayahFana…
## 2328                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2329                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2330                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 2331                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2332                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2333                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2334                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2335                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2336                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2337                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 2338                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2339                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2340                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2341                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2342               RT @lPopotrix: POV: You are living the best date of your life\n\nBut Vex wanted a Happy Meal Box...\n\n#ArtofLegends #LeagueOfLegends #LeagueOf…
## 2343                 RT @riseiuriel: Another LOL fanart. And this time it's Sona 🥳🥳...\n\nSo happy that I did pull it off, it's hard for me at first since Im into…
## 2344                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 2345                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 2346                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2347                                         RT @QuickestSylv: played league today #LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios #Alune https://t.co/tC14OhVryS
## 2348                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2349                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2350                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2351                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2352                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2353                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2354                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2355                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2356                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2357                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2358                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2359                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2360                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2361                                                                                RT @CaTTe__: feral little shit #LeagueOfLegends #twitch https://t.co/ddQMJPyiO7
## 2362                                                                                RT @CaTTe__: feral little shit #LeagueOfLegends #twitch https://t.co/ddQMJPyiO7
## 2363                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 2364                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 2365                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2366                                                                                RT @CaTTe__: feral little shit #LeagueOfLegends #twitch https://t.co/ddQMJPyiO7
## 2367                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2368                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2369                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2370                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2371                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2372                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2373                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2374               RT @_another_tina_: You know how younger siblings are...\nAlso thank you so much for 6k followers! 💖🥹\n\n.\n#Jinx #Ezreal #Caitvi #LeagueOfLege…
## 2375               RT @artbaldur: "Jinx? Stands for Jinx! Durr."\n✨\n\n#Jinx #LeagueOfLegends #illustration #art #comissionsopen #ArtistOnTwitter #90sArt https:/…
## 2376                                                 RT @Moon_Cultist: Cool clip from today's stream! Some guys got ORNNED #LeagueOfLegends https://t.co/1VCVwPgduv
## 2377                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2378                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2379                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2380                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2381                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2382                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2383                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2384                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2385                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #mad #late #game #kyle #gg #1vs3 #fun #baron #buff #play #…
## 2386                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2387                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2388                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2389                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2390                                                             RT @ProjectAiyoh: Sett Gym Selfie 🤳  #Sett #nsfwart #bara #LeagueOfLegends https://t.co/mWhQ5YVfpa
## 2391                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2392                 RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 2393                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2394                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2395                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2396                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2397                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2398                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2399                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2400                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2401                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2402                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2403                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2404                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2405                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2406                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2407                  RT @dinkndots: i remember not liking this one when i drew it but looking back?? i think it's really pretty, idk. \n#ArtofLegends #LeagueOfLe…
## 2408                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2409                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #mad #late #game #kyle #gg #1vs3 #fun #baron #buff #play #…
## 2410                RT @ArtyiesLeague: Project #Irelia Fanart by Øld_K on ArtStation,\nlink below⬇\n\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt https:…
## 2411                 RT @ArtyiesLeague: Star Guardian #Kaisa by chuan c on ArtStation, \nlink below⬇\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt https:…
## 2412                    RT @shapy_wa: mythmaker irelia 😳🍑 nsfw set with mini comic here https://t.co/8zBk0uIJnj 🖤 #mythmaker #irelia #LeagueOfLegends #fanart #art…
## 2413                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2414                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2415                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2416                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2417               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 2418                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2419                                         RT @_galacticghost: "Let me guide you."\n\n#HolMat2022 #LeagueOfLegends #soraka #cosplayergirl https://t.co/FKiN3D4nxl
## 2420                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2421                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2422                                         RT @_galacticghost: "Let me guide you."\n\n#HolMat2022 #LeagueOfLegends #soraka #cosplayergirl https://t.co/FKiN3D4nxl
## 2423               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 2424                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2425                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2426                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 2427                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2428                                                                   RT @myrrhneo: he is 😳\n#LeagueOfLegends #LeagueOfLegendsFanArt #Yone https://t.co/ouL0QxGGnM
## 2429                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #mad #late #game #kyle #gg #1vs3 #fun #baron #buff #play #…
## 2430                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2431                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2432                  RT @dinkndots: i remember not liking this one when i drew it but looking back?? i think it's really pretty, idk. \n#ArtofLegends #LeagueOfLe…
## 2433                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2434                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2435                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2436                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2437                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2438                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2439                   RT @KuroNekoKimiArt: tried painting Little Demon Tristana back in 2019 #LeagueOfLegends #LeagueOfLegendsFanArt #tristana https://t.co/C9csf…
## 2440                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2441                                                      RT @pandoorawr_: In my Ahri phase💕✌️ #ahri #spiritblossom #LeagueOfLegends #fanart https://t.co/YvikrbSnRh
## 2442                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2443                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2444                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2445                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2446                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2447                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2448                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2449                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 2450                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2451                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2452                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2453                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2454                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2455                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2456                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2457                   RT @thatfrenchhorn: @Eclipse_Phalanx here u go! #pantheon #aphelios #leagueoflegends #lolfanfic #fanfiction #fanfic #minifics https://t.co/…
## 2458                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2459                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2460                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2461                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2462                   RT @thatfrenchhorn: @Eclipse_Phalanx here u go! #pantheon #aphelios #leagueoflegends #lolfanfic #fanfiction #fanfic #minifics https://t.co/…
## 2463                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 2464               RT @Nanal0l: 🎉HELLO ANY GAMERS AROUND? Stream is live after a 2 day break 😎\n\nTwitch . tv / Nana\n\n#leagueoflegends #twitch #twitchtv #twitch…
## 2465                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2466                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2467                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2468                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2469                          RT @Samandriade: Stargazer Pantheon 🌠\nCommission for @galacticmafia \n#LeagueOfLegends #pantheon #Commission https://t.co/mOhzn0zI9G
## 2470                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2471                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2472                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2473                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2474                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2475                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2476                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2477                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2478                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2479                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2480                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2481                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2482                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2483                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 2484                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2485                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2486                  RT @dinkndots: i remember not liking this one when i drew it but looking back?? i think it's really pretty, idk. \n#ArtofLegends #LeagueOfLe…
## 2487                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2488                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2489                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2490                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 2491                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2492                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2493                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 2494                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2495                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2496                                                                       RT @w_r_y_y_y_t_o: #leagueoflegends #Kindred \nkinda alive again https://t.co/nEDWqaMg0J
## 2497                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2498                   RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…
## 2499                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2500                 RT @MEIz_uwu: Happy Birthday my love 🥹🫶\n\n#Ahri #LeagueOfLegends #LeagueOfLegendsFanart #LeagueOfLegendsArt #ArtofLegends https://t.co/FJigV…
## 2501                                RT @LuhualaArt: Portrait study\n#Ahri #LeagueOfLegends #artoflegends #digitalart #LeagueOfLegendsFanArt https://t.co/6pvK1zLlVQ
## 2502                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2503            RT @emriikun: 💫 Star Guardian Seraphine &amp; Bao 💫\n\nGroup collab between @richydraws @yumedoni and Me! (@emriikun) \n\nRichy and Emre worked on…
## 2504                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2505                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2506                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2507                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2508                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2509                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2510                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2511                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2512                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 2513                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2514                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2515                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2516                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2517                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2518                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2519                                             RT @summerswirlarts: He's looking for Kalista 🥺❤️\n\n#ledros #LeagueOfLegends #ArtofLegends https://t.co/4wfH5zdAic
## 2520                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2521                                                      RT @Spiny0ctopus: #LeagueOfLegends #artoflegends #leedyr\n\nHowling abyss gang ✨ https://t.co/Tv0sia0YiJ
## 2522                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2523                 RT @hanabisocks: my baby girls fav ship apparently\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #RaXayah #RakanFanart #XayahFanart #RaXayahFana…
## 2524                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 2525                RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…
## 2526                                          RT @LaSungaDeAatrox: New and official Udyr lore (very real)\n\n#LeagueOfLegends #Udyr #LeeSin https://t.co/yaVDHAZEoM
## 2527                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2528                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2529                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2530                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2531                  RT @enzo_spagnuolo: A little sketch I did while waiting for Newdyr to drop on live servers. Man's looking great!\n#LeagueOfLegends #ArtofLeg…
## 2532                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2533                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2534                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2535                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2536                                            RT @noisecat610: Big cat🌸\n\n#settphel  #SpiritBlossom2022 #LeagueOfLegends #sett #aphelios https://t.co/7PdKodCfzg
## 2537                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2538                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2539                                               RT @NelluDopp: Now they're together \n#Settphel #Aphelios #sett #LeagueOfLegends #fanart https://t.co/s6uj4jBwAt
## 2540                                          RT @jabroell2: he cooked it... 😳🍲\n\n#sett #aphelios #Settphel #LeagueOfLegends #ArtofLegends https://t.co/IwKjVRwAg6
## 2541                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2542                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2543                                         RT @_galacticghost: "Let me guide you."\n\n#HolMat2022 #LeagueOfLegends #soraka #cosplayergirl https://t.co/FKiN3D4nxl
## 2544                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2545                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2546                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2547                 RT @NsNapk1: Ayyeee! Thank you for the overwhelming love for my depiction of a plus-sized #Alune!~ She loves you all as do I. 😳\n\n#artistson…
## 2548                               RT @Moondustina: 🔞 Full ver on @Horny4Kira 🔞\n\nThingy I did just for fun c: \n\n#Xayah #LeagueOfLegends https://t.co/so0FH8dVhp
## 2549            RT @Moondustina: 🖤 Star guardian Xayah corrupted &amp; redeemed 💖\nCommission for my beloved @alphaxayah 💫\n\n#LeagueOfLegends #xayah #StarGuardia…
## 2550                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2551               RT @artbaldur: "Jinx? Stands for Jinx! Durr."\n✨\n\n#Jinx #LeagueOfLegends #illustration #art #comissionsopen #ArtistOnTwitter #90sArt https:/…
## 2552                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2553                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2554                                                         RT @absynth333: Thresh c0mm for a classmate ! ty!!\n\n#LeagueOfLegends #Thresh https://t.co/a7YGj3lmmR
## 2555                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2556                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2557               RT @artbaldur: "Jinx? Stands for Jinx! Durr."\n✨\n\n#Jinx #LeagueOfLegends #illustration #art #comissionsopen #ArtistOnTwitter #90sArt https:/…
## 2558                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2559                   RT @ZombiepandemicG: We are back at it with some #LeagueofLegends with some friendos! Will be playing some ranked, ARAMS, Norms, just all t…
## 2560                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2561                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2562               RT @artbaldur: "Jinx? Stands for Jinx! Durr."\n✨\n\n#Jinx #LeagueOfLegends #illustration #art #comissionsopen #ArtistOnTwitter #90sArt https:/…
## 2563                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 2564                   RT @DeSpawn3d: Gonna have to take a #stream break for tonight guys! Next stream will be a #LeagueofLegends casual run. The squad will be hi…
## 2565                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2566                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2567                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2568                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2569                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2570                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2571                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2572                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2573                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2574                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2575                                                                  RT @Furinku: I did it for the memes. #Rakan #LeagueofLegends #Support https://t.co/smrxcLTQZz
## 2576                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2577                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2578                 RT @EloDragonLoL: I said what I said\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gam…
## 2579                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2580                 RT @_visforvictim: Vex fanart, not my best, we live, we learn, we try again.\n\n#vex #leagueoflegends #leagueoflegendsfanart https://t.co/PCQ…
## 2581                 RT @EloDragonLoL: I said what I said\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gam…
## 2582                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2583                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2584                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2585                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2586                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2587                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2588                                                             RT @ProjectAiyoh: Sett Gym Selfie 🤳  #Sett #nsfwart #bara #LeagueOfLegends https://t.co/mWhQ5YVfpa
## 2589                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2590                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2591                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2592                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2593                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2594                  RT @ritayy13: stream time lets chitchat😋 \n#streamer #LeagueOfLegends #lol #TwitchAffilate #twitch #twitchgirls #women #gaminglife #pc https…
## 2595                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2596                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2597                             RT @LaTulyaVT: My friends love playing league with me... :3\n#leagueoflegends #Vtuber #ENVtubers #ENVtuber https://t.co/uWgYlh1pZ2
## 2598                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2599                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2600                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 2601                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2602                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2603                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2604                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2605                             RT @LaTulyaVT: My friends love playing league with me... :3\n#leagueoflegends #Vtuber #ENVtubers #ENVtuber https://t.co/uWgYlh1pZ2
## 2606                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2607                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2608                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2609                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2610                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2611                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2612               RT @Nanal0l: 🎉HELLO ANY GAMERS AROUND? Stream is live after a 2 day break 😎\n\nTwitch . tv / Nana\n\n#leagueoflegends #twitch #twitchtv #twitch…
## 2613                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2614               RT @Nanal0l: 🎉HELLO ANY GAMERS AROUND? Stream is live after a 2 day break 😎\n\nTwitch . tv / Nana\n\n#leagueoflegends #twitch #twitchtv #twitch…
## 2615                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2616                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2617                 RT @RivenStore: Likes, please!!\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lolstuff https:/…
## 2618                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2619                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2620                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2621                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2622                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2623                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 2624                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2625                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2626                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2627                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2628                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2629                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2630                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2631                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2632                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2633                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2634                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2635                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2636                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 2637                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2638                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2639                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2640                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2641                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2642                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2643                 RT @metalichotchoco: Veigar being held like burger is my favorite genre of image to draw\n\n#LeagueOfLegends #ArtofLegends #mordekaiser #veig…
## 2644                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2645                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2646                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2647                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2648                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2649                 RT @TiddlyVG: This Tuesday #stream has BEGUN!! Let's do this!!\n\n#gaymer #gay #LGBT #streamer #streaming #twitchaffiliate #twitchstreamer #L…
## 2650                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 2651                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2652                                                                              RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q
## 2653               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 2654                                                 RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 2655                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2656                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2657                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2658                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2659                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2660                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2661               RT @Rysaczowo: OKAY FxCK ME NOW BUT I JUST REALIZED THEY'D TWEETED **THIS** EXACT SCENE.\n\nTHE WEDDING RING SCENE.\n\nTHESE SLIPPERY SONS OF -…
## 2662                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2663                                                             RT @ProjectAiyoh: Sett Gym Selfie 🤳  #Sett #nsfwart #bara #LeagueOfLegends https://t.co/mWhQ5YVfpa
## 2664                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2665                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2666                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2667                   RT @Leigh_Kigurumi: https://t.co/h0sTUlVj3B Dark tides of Runeterra session 99 - Twists and turns.  Next session is the big one, so close..…
## 2668                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2669                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 2670                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2671              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 2672                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2673                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2674                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2675                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2676                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2677                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2678                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2679                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2680                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2681                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2682                RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 2683                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2684                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2685                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2686                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2687                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2688                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2689                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2690                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2691                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2692                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2693                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2694                   RT @Badjujusart: Pantheon sketches but I forgot to draw a fuckton of stuff on their design lmao. Even forgot his helmet ears in the first p…
## 2695                  RT @LoLMemesBot: Turret PLEASE. Halp!\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aph…
## 2696                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2697               RT @artbaldur: "Jinx? Stands for Jinx! Durr."\n✨\n\n#Jinx #LeagueOfLegends #illustration #art #comissionsopen #ArtistOnTwitter #90sArt https:/…
## 2698                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2699                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 2700                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2701                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2702                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2703                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2704                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2705                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2706                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2707                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2708                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2709                RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 2710                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2711                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2712                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2713                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2714                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 2715                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2716                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2717                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2718                RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…
## 2719                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 2720               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 2721                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2722                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2723                                                         RT @ColossusMibl: I wanted to do something charming\n\n#LeagueOfLegends #Varus https://t.co/lxeUhuihc5
## 2724                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2725                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2726                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2727                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2728                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2729                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2730                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2731                                                 RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 2732                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2733                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2734                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2735                 RT @ForestRatArt: My drawing for the LoL Christmas art collab on Instagram🌲\n\n#porocollab22 #forestrat #forestratart #vi #caitlyn #caitvi #p…
## 2736                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2737                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2738                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2739                RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 2740                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2741              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 2742                                                       RT @SMETS_: gift for @qqq_qqqqq_\n#LeagueOfLegends #LeagueOfLegendsFanArt #Swain https://t.co/XYwkBJfhxF
## 2743                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2744                                               RT @MeaowoOwo: #lillia #neeko #yone #LeagueOfLegends  \nTime to rest and make small talk https://t.co/KHo1nhe13O
## 2745                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2746                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2747                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2748                                    RT @haylsketches: it’s getting chilly 🍂🌨️ #jinx #arcanefanart #arcane #leagueoflegends #artoflegends https://t.co/zpBLcKHVZC
## 2749                 RT @Jeniffersarsab1: When I'm not reading SPYxFamily, I'm reading Enticing My Wife, the Rising Star!\n \n#leagueoflegends #plzsupport #gamede…
## 2750                 RT @NikkiAndromeda: Amity as Vi!\n\n#draw #drawing #fanart #art #toh #theowlhouse #owlhouse #theowlhousefanart #amity #amityblight #theowlhou…
## 2751                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 2752                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2753                                                             RT @ProjectAiyoh: Sett Gym Selfie 🤳  #Sett #nsfwart #bara #LeagueOfLegends https://t.co/mWhQ5YVfpa
## 2754                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 2755                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 2756                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2757                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 2758                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2759                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2760                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2761                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2762                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 2763              RT @Koiarts1: Fan art Jinx Happy Xmas 🎄\n\nRT are appreciated 🔁✨\n\n#Jinx #Christmas #Xmas  #leagueoflegends #artoflegends #leagueoflegendsfana…
## 2764                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2765                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2766                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2767                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2768                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2769                  RT @LoLMemesBot: Not mine but had to share hahahaha\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2…
## 2770                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2771                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2772                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2773                   RT @BebopJhinkins: I'm back baby, took a little break from streaming, but back better than ever with some #LeagueOfLegends https://t.co/J8Q…
## 2774                   RT @BebopJhinkins: I'm back baby, took a little break from streaming, but back better than ever with some #LeagueOfLegends https://t.co/J8Q…
## 2775                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2776                    RT @moonchildriku: Christmas week starts RIGHT NOW! Some fun streams ahead on the schedule so be sure to stop by!🎄 https://t.co/WM74S6Fr8k…
## 2777                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2778                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2779                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2780                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2781                                RT @Borbinite: Ive about mcfuckin had it with you\n\n#ArtofLegends #LeagueofLegends #Viego #mordekaiser https://t.co/qPI1GSZ6UW
## 2782                 RT @GoshaTkach: Vex carries things somewhere, huh, i guess I'll show you where she goes soon!\n\n#Vex #pixelart #LeagueOfLegends https://t.co…
## 2783                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2784                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2785                  RT @golden8witch: I will leave Syndra here and go to sleep\n#LeagueOfLegends #LeagueOfLegendsFanArt #Syndra #SyndraFanArt #PixelArt #PixelAr…
## 2786                  RT @golden8witch: I will leave Syndra here and go to sleep\n#LeagueOfLegends #LeagueOfLegendsFanArt #Syndra #SyndraFanArt #PixelArt #PixelAr…
## 2787                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2788                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2789                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2790                    RT @moonchildriku: Christmas week starts RIGHT NOW! Some fun streams ahead on the schedule so be sure to stop by!🎄 https://t.co/WM74S6Fr8k…
## 2791                RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 2792                                             RT @summerswirlarts: He's looking for Kalista 🥺❤️\n\n#ledros #LeagueOfLegends #ArtofLegends https://t.co/4wfH5zdAic
## 2793               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 2794                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2795                 RT @TiddlyVG: This Tuesday #stream has BEGUN!! Let's do this!!\n\n#gaymer #gay #LGBT #streamer #streaming #twitchaffiliate #twitchstreamer #L…
## 2796                 RT @TiddlyVG: This Tuesday #stream has BEGUN!! Let's do this!!\n\n#gaymer #gay #LGBT #streamer #streaming #twitchaffiliate #twitchstreamer #L…
## 2797                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2798                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2799                                             RT @summerswirlarts: He's looking for Kalista 🥺❤️\n\n#ledros #LeagueOfLegends #ArtofLegends https://t.co/4wfH5zdAic
## 2800                 RT @ForestRatArt: My drawing for the LoL Christmas art collab on Instagram🌲\n\n#porocollab22 #forestrat #forestratart #vi #caitlyn #caitvi #p…
## 2801                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2802              RT @Koiarts1: Fan art Jinx Happy Xmas 🎄\n\nRT are appreciated 🔁✨\n\n#Jinx #Christmas #Xmas  #leagueoflegends #artoflegends #leagueoflegendsfana…
## 2803                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2804                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2805                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2806                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2807                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 2808                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2809                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2810                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2811                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2812                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2813                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2814                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2815                  RT @LoLMemesBot: jesse we must burst enemy champions with % health damage jesse\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #Le…
## 2816                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2817                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2818                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2819                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2820                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2821                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 2822                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2823                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2824                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2825                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2826                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2827                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2828                   RT @AsthmaMarauder: Okay... sooo still suck at #LeagueOfLegends and even worse at #CallofDutyModernWarfare2 but... what counts is the fun f…
## 2829                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2830                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2831                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 2832                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 2833                RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 2834                  RT @kizimiyo: KDA All Out Seraphine 💜\n#LeagueOfLegends #kda #seraphine #LeagueOfLegendsFanArt #art #fanart #LoLFanart #draw https://t.co/VN…
## 2835                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2836                    RT @marijannawaifu: I'll be doing a variety stream today with a few diff games while having old school MadTV as background noise! Starting…
## 2837                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2838               RT @hologana: I'm ready to be the best of all the bad ones for you 😈\n\nЕvelynn: @undying_en \n\n#evelynn #ahricosplay #Ahri #ahrithefox #ahrin…
## 2839                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2840                   RT @AsthmaMarauder: Okay... sooo still suck at #LeagueOfLegends and even worse at #CallofDutyModernWarfare2 but... what counts is the fun f…
## 2841              RT @ashuri_aato: snip snip! —the tea... (it's lipton) ☕\n\ncommissioned by: @jailbirdying \n\n#leagueoflegends #lolgwen #gwenlol https://t.co/D…
## 2842              RT @ashuri_aato: snip snip! —the tea... (it's lipton) ☕\n\ncommissioned by: @jailbirdying \n\n#leagueoflegends #lolgwen #gwenlol https://t.co/D…
## 2843                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2844                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2845                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2846                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2847                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2848                 RT @metalichotchoco: Veigar being held like burger is my favorite genre of image to draw\n\n#LeagueOfLegends #ArtofLegends #mordekaiser #veig…
## 2849                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2850                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 2851                   RT @AsthmaMarauder: Okay... sooo still suck at #LeagueOfLegends and even worse at #CallofDutyModernWarfare2 but... what counts is the fun f…
## 2852                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 2853                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2854               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 2855                   RT @AsthmaMarauder: Okay... sooo still suck at #LeagueOfLegends and even worse at #CallofDutyModernWarfare2 but... what counts is the fun f…
## 2856                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 2857                RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 2858                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2859                RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 2860                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2861                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2862                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 2863                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2864                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 2865                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2866                 RT @GoshaTkach: Vex carries things somewhere, huh, i guess I'll show you where she goes soon!\n\n#Vex #pixelart #LeagueOfLegends https://t.co…
## 2867                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2868                                   RT @_AlphaWolfUni_: Dear ADC stop running from me if I try to heal you sincerely a support player #LeagueOfLegends #VTuberEN
## 2869               RT @Isair_Soberanis: another #Commission finished\nthanks to @13113890 for commissioning me\n\nsupport me on Patreon or Paypal\nPatreon:https:/…
## 2870               RT @leochamposa: #loltubre2022 DAY 4; Favorite couple \n\nThis year my favorite couple is Lee Sin and Udyr 🤠\n\n#LoLtubre #LeagueOfLegends #cre…
## 2871                  RT @soramakeart: Evelynn Master Study - League of Runtera\n#leagueoflegends #leagueoflegendsfanart #characterdesign #conceptart https://t.co…
## 2872                  RT @LoLMemesBot: Why add an item that makes us useless\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worl…
## 2873             RT @NeoNa_Gloom_ART: - Karma [Golden Peafowl]\n- Elise [hehehe]\n- Orianna [Shadow Swan]\n \nSEARCH\n \n#LeagueOfLegends #sketch #LeagueOfLegends…
## 2874                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2875                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2876                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2877                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2878                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2879                                                         RT @ColossusMibl: I wanted to do something charming\n\n#LeagueOfLegends #Varus https://t.co/lxeUhuihc5
## 2880                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 2881                                                      RT @LunaValkyriaVT: I built the mythic this time~ 🖤🌙🤍\n\n#LeagueOfLegends #Vtuber https://t.co/kHYBqf1IAo
## 2882                    RT @loreofruneterra: What should be the ending of future disasters in your opinion?: Like the void event or darkins rising again Should it…
## 2883            RT @Dan_drage1: thanks to @ZTDLB1  for letting me use his drawing for animation &lt;3 \n\nart @ZTDLB1  animation @Dan_drage1 \n\n#zoe  #LeagueOfLe…
## 2884            RT @Dan_drage1: thanks to @ZTDLB1  for letting me use his drawing for animation &lt;3 \n\nart @ZTDLB1  animation @Dan_drage1 \n\n#zoe  #LeagueOfLe…
## 2885                                                      RT @LunaValkyriaVT: I built the mythic this time~ 🖤🌙🤍\n\n#LeagueOfLegends #Vtuber https://t.co/kHYBqf1IAo
## 2886              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 2887                                                                         RT @is_is_gemini_is: Powder #Jinx \n\n#arcane #LeagueOfLegends https://t.co/KyiS8U3YWD
## 2888                   RT @Leigh_Kigurumi: https://t.co/h0sTUlVj3B Dark tides of Runeterra session 99 - Twists and turns.  Next session is the big one, so close..…
## 2889                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2890                    RT @nomiizuu: 🔴GOING LIVE 8PM EST🔴\n\n[LEAGUE OF LEGENDS] League? league? league? @AyaMallowmarsh @ChronusDragos @ZephyrRebel @aidenvtuber…
## 2891                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2892                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 2893                                                            RT @BonniieA: Ahri 🦊\nher new model is beautiful🧡\n\n#Ahri #LeagueOfLegends https://t.co/vymcs8hmVz
## 2894                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 2895                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2896              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 2897                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2898                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2899                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 2900                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 2901                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2902                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 2903                RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 2904                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2905                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2906               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 2907              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 2908                 RT @metalichotchoco: Veigar being held like burger is my favorite genre of image to draw\n\n#LeagueOfLegends #ArtofLegends #mordekaiser #veig…
## 2909                 RT @antho_saav: Jhin is romantic and a gentleman but he will always remain Jhin.\n\n Aphelios doesn't know if what he heard is something good…
## 2910                                                     RT @Onezeroisten: welcome home Yasuo, dinners ready\n#yone #yasuo #LeagueOfLegends https://t.co/rnpndoIzkV
## 2911                    RT @nomiizuu: 🔴GOING LIVE 8PM EST🔴\n\n[LEAGUE OF LEGENDS] League? league? league? @AyaMallowmarsh @ChronusDragos @ZephyrRebel @aidenvtuber…
## 2912                 RT @golden8witch: Sylas is done! Im pretty sure i will finish this till Christmas, but i think i have to post more...\n\n#LeagueOfLegends #Le…
## 2913                 RT @golden8witch: Sylas is done! Im pretty sure i will finish this till Christmas, but i think i have to post more...\n\n#LeagueOfLegends #Le…
## 2914                           RT @JARRO_Art: Arcane Jinx !\n#arcane #jinx #arcanejinx #sketch #artoflegends #leagueoflegends #forticheprod https://t.co/VRm1mPluc9
## 2915                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2916                    RT @nomiizuu: 🔴GOING LIVE 8PM EST🔴\n\n[LEAGUE OF LEGENDS] League? league? league? @AyaMallowmarsh @ChronusDragos @ZephyrRebel @aidenvtuber…
## 2917              RT @Koiarts1: Fan art Jinx Happy Xmas 🎄\n\nRT are appreciated 🔁✨\n\n#Jinx #Christmas #Xmas  #leagueoflegends #artoflegends #leagueoflegendsfana…
## 2918               RT @Hippo_Chii131: Finally a decent @arcaneshow\nJinx and Ekko Shot!\n\n(We honestly tried our best to copy @mush820823 TB ⏳💣 Art's Pose But W…
## 2919                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2920                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2921          RT @heyitspegkat: Protective Older Siblings (Ft. Vi &amp; Jinx + Garen &amp; Lux)\n#LeagueOfLegends #arcanefanart #lightcannon https://t.co/PCgZLA7G…
## 2922                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2923                    RT @nomiizuu: 🔴GOING LIVE 8PM EST🔴\n\n[LEAGUE OF LEGENDS] League? league? league? @AyaMallowmarsh @ChronusDragos @ZephyrRebel @aidenvtuber…
## 2924                RT @GoodBirbb: what he's angry about??\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Viego \n#УкрАрт #УкрАртПідтримка https://t.co…
## 2925                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 2926                    RT @nomiizuu: 🔴GOING LIVE 8PM EST🔴\n\n[LEAGUE OF LEGENDS] League? league? league? @AyaMallowmarsh @ChronusDragos @ZephyrRebel @aidenvtuber…
## 2927                    RT @nomiizuu: 🔴GOING LIVE 8PM EST🔴\n\n[LEAGUE OF LEGENDS] League? league? league? @AyaMallowmarsh @ChronusDragos @ZephyrRebel @aidenvtuber…
## 2928                 RT @acadarena: 🤝 Congratulations to our winner of ACES: #Valorant, #DOTA2 and #LeagueofLegends last weekend 💥\n\nCampus esports is #NotJustPl…
## 2929                                         RT @virkayu: Ganking success rate📈\n\nhttps://t.co/6zj4tOAQa4\n\n#leagueoflegends\n#leagueoflegendsguide\n#jungleguide
## 2930                                         RT @virkayu: Ganking success rate📈\n\nhttps://t.co/6zj4tOAQa4\n\n#leagueoflegends\n#leagueoflegendsguide\n#jungleguide
## 2931                   RT @NsNapk1: Hope I'm not too late to subit my piece for the #PhelViegoShipWeek2022! This time they're back in the 80s with a band performi…
## 2932                RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 2933                                             RT @DamnSpiderLover: seriously why\n#viego #leagueoflegends #fanart #LeagueOfLegendsFanArt https://t.co/lK9LZPdbcT
## 2934                                                      RT @DamnSpiderLover: something is coming\n#viego #isolde #LeagueOfLegends #fanart https://t.co/nboZt48qxj
## 2935                                          RT @NhoqueNio: Viego, the ruined king\n#LeagueOfLegends #LeagueOfLegendsFanArt #Viego #Fanart https://t.co/PASbVAgbUz
## 2936                   RT @TheSaltyBuns: Happy One Year Anniversary to Arcane 🎉 Thank you for fundamentally changing the trajectory of my life in the best way. #l…
## 2937                                                                       RT @w_r_y_y_y_t_o: #leagueoflegends #Kindred \nkinda alive again https://t.co/nEDWqaMg0J
## 2938                   RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…
## 2939                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2940                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2941                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2942                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2943                RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 2944                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2945                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2946                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 2947              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 2948                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2949                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2950                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2951                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 2952 RT @Rena_Angel1111: League of legends - Soraka\n\nI try Soraka cosplay.\n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #英雄联…
## 2953                                                    RT @NsNapk1: Another D1scord comm.🌙💅\n#Qiyana #Aphelios #LeagueOfLegends #RiotGames https://t.co/idYZKytHji
## 2954                   RT @ARIkatoteshi: Thank you so much @Samandriade for this very VERY beautiful art !!!!! 🥺❤️❤️✨😭\n My little crack ship never look so good be…
## 2955                   RT @BeardedShepher1: So I messed around with the #Meitu app and got some really good results on some screenshots of my models. Seems like i…
## 2956                 RT @antho_saav: Jhin is romantic and a gentleman but he will always remain Jhin.\n\n Aphelios doesn't know if what he heard is something good…
## 2957                 RT @xwefoo: I did some music video with sync with song \nwas cool to animated with the beats :D\nversion without music \nbut you can check on…
## 2958                       RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce
## 2959                RT @xwefoo: Forgot to post the trilogy \nJust 3D ...blender and post in Psd\nQiyana weapon with the elements ..\n#fanart #artistontwitter #Lea…
## 2960                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2961               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 2962                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2963 RT @Rena_Angel1111: League of legends - Soraka\n\nI try Soraka cosplay.\n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #英雄联…
## 2964              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 2965                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2966                                                          RT @MC_Sangel: Work in progress #sett #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/SYEsHcYiTy
## 2967                  RT @soramakeart: Evelynn Master Study - League of Runtera\n#leagueoflegends #leagueoflegendsfanart #characterdesign #conceptart https://t.co…
## 2968               RT @_another_tina_: You know how younger siblings are...\nAlso thank you so much for 6k followers! 💖🥹\n\n.\n#Jinx #Ezreal #Caitvi #LeagueOfLege…
## 2969                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2970                                                    RT @I_amYurei: 27 kills my guy went crazy!! #LeagueOfLegends #WildRift #gaming #FYP https://t.co/Sj2ukcwhD3
## 2971                   RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…
## 2972                       RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce
## 2973                       RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce
## 2974              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 2975                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2976                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 2977                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2978                  RT @ClinoraWarrior: CRITICAL YONE vs AD YONE FULL BUILD FIGHTS\n\n⚡️Don't forget to take a look at our page and subscribe and if you like it…
## 2979                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2980                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2981                       RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce
## 2982                 RT @GatoPescado3: Senna, Orianna y Seraphine Star Guardian ⭐️\n\n#LeagueOfLegends #creadoresdelollatam #ArtofLegends #seraphine #orianna #sen…
## 2983                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2984             RT @NeoNa_Gloom_ART: - Karma [Golden Peafowl]\n- Elise [hehehe]\n- Orianna [Shadow Swan]\n \nSEARCH\n \n#LeagueOfLegends #sketch #LeagueOfLegends…
## 2985                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2986                                           RT @fuwamoowa: everything goes on 🎶\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian https://t.co/q74QTSWpH9
## 2987                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2988                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2989                 RT @Papi_Longlegs69: WE ARE LIVE!!!\nhttps://t.co/ItaMMfUoBV\n#smallstreamer #twitch #twitchstreamer #cod #apexlegends #minecraft #rocketleag…
## 2990                 RT @Papi_Longlegs69: WE ARE LIVE!!!\nhttps://t.co/ItaMMfUoBV\n#smallstreamer #twitch #twitchstreamer #cod #apexlegends #minecraft #rocketleag…
## 2991                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2992                 RT @antho_saav: Jhin is romantic and a gentleman but he will always remain Jhin.\n\n Aphelios doesn't know if what he heard is something good…
## 2993               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 2994                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2995                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 2996                 RT @metalichotchoco: Veigar being held like burger is my favorite genre of image to draw\n\n#LeagueOfLegends #ArtofLegends #mordekaiser #veig…
## 2997               RT @_another_tina_: You know how younger siblings are...\nAlso thank you so much for 6k followers! 💖🥹\n\n.\n#Jinx #Ezreal #Caitvi #LeagueOfLege…
## 2998                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2999                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3000                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 3001                                                         RT @Saware7: smash the ❤️if you agree😂😂😂#leagueoflegends #IDF #pakistanZindabad https://t.co/A35u1Uk3Cd
## 3002                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3003                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 3004                             RT @leochamposa: The PowerPuff Girls! ❤️💙💚 \n\n#seraphine #gwen #zeri #leagueoflegends #Creadoresdelollatam https://t.co/iQrKJ3dzAR
## 3005                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3006                   RT @jaxenstheginger: I've finally finished the splash for my fan Spirit Blossom Zed concept🥹  #artoflegends #zed #leagueoflegends #spiritbl…
## 3007                 RT @metalichotchoco: Veigar being held like burger is my favorite genre of image to draw\n\n#LeagueOfLegends #ArtofLegends #mordekaiser #veig…
## 3008                   RT @LoLMemesBot: just play goddamn jungle\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…
## 3009                       RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce
## 3010                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 3011               RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…
## 3012                    RT @AmateurEsports: Today’s blog is about the infamous League of Legends - what is it, and how did it become such a popular esports title?…
## 3013                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3014                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3015                                   RT @_AlphaWolfUni_: Dear ADC stop running from me if I try to heal you sincerely a support player #LeagueOfLegends #VTuberEN
## 3016                   RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…
## 3017               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 3018                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 3019                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3020                    RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E
## 3021               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 3022                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3023                       RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce
## 3024                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 3025                                           RT @MakeeYhang: Enjoy💕💕💕 #LeagueOfLegendsFanArt #mobilegame #LeagueofLegends #YıldızMuhafızı #Worlds2021 #КосплейLoL
## 3026                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3027                 RT @Papi_Longlegs69: WE ARE LIVE!!!\nhttps://t.co/ItaMMfUoBV\n#smallstreamer #twitch #twitchstreamer #cod #apexlegends #minecraft #rocketleag…
## 3028               RT @MeisterStaze: Star Guardian Syndra Fanart I made recently ✨.\nI love the latest song a lot!\n\n#LeagueOfLegends #StarGuardian https://t.co…
## 3029                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3030                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3031            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 3032                                                     RT @whizy3140: Diamond Rankeds - 2 pentakills #WildRift #Katarina #LeagueOfLegends https://t.co/kDmmEahVBT
## 3033                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 3034                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3035              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3036                  RT @azunapixels: Yasuo from the video game “League of Legends”. \n#pixelart #fanart #LeagueOfLegends #leagueoflegendsart #leagueoflegendsfan…
## 3037            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 3038               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 3039                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 3040                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 3041                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 3042              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3043                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3044               RT @02_rinni: hiii, i’m looking for friends + moots from #valotwt / #valtwt , #leaguetwt , and #genshintwt !! \n\n🫧 she/her 20\n💌 NA \n🤍 bronze…
## 3045                 RT @SmurfSkins_lol: Christmas is here enjoy with us use the code" CHRISTMAS" for the best smurf accounts ❄⛄\n#LeagueOfLegends  #lol #sales #…
## 3046                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 3047                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 3048                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3049                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3050                                                                                RT @CaTTe__: feral little shit #LeagueOfLegends #twitch https://t.co/ddQMJPyiO7
## 3051              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3052              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3053                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 3054                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3055                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3056               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 3057                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3058                RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 3059               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 3060                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3061                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3062                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3063                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3064               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 3065              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3066                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3067                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3068                RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…
## 3069                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3070                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3071                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3072                RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…
## 3073              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 3074                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3075                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3076                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3077                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3078                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3079               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 3080                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3081                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3082                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3083                  RT @ConceptCyx: Brawl Stars: Siege Colliders | Loading Screen - MOBA Concept #2\n\nI finally have chosen a name for this thing as a concept.…
## 3084                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 3085                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3086                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 3087               RT @_another_tina_: You know how younger siblings are...\nAlso thank you so much for 6k followers! 💖🥹\n\n.\n#Jinx #Ezreal #Caitvi #LeagueOfLege…
## 3088                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 3089                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3090                 RT @starry_amari: winterblessed zoe rescuing sheep is the cutest thing ever tbh\n\n#leagueoflegends #artoflegends #zoe https://t.co/00375foTUP
## 3091                                                     RT @Onezeroisten: welcome home Yasuo, dinners ready\n#yone #yasuo #LeagueOfLegends https://t.co/rnpndoIzkV
## 3092                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3093                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3094                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3095            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 3096                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3097              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3098                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3099                 RT @Winteriris4: Commission for Aiba on Discord!\n(Spirit blossom Kindred from League of legends)\n#LeagueOfLegends #LeagueOfLegendsFanArt #k…
## 3100                                                RT @LilliaQnQ: WinterBlessed Zoe💭💭💭\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#Zoe https://t.co/PkrCDP2KPU
## 3101                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 3102                 RT @starcrash102: GUYS I DID ITTT I FINALLY FINISHED SOMETHING\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #zoe #winterblessed h…
## 3103                   RT @pabloesc_OBARR: Just lost my lane in #LeagueOfLegends and it feels exactly like when I failed my exams. Looks like I need to hit the bo…
## 3104                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3105               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 3106               RT @StudiosAnimato: Concept: https://t.co/gB85jmZRWy\nProject: https://t.co/TmzRe6fJjX\nYone © Riot Games 2022\n\n#riotgames #LeagueOfLegends #…
## 3107                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3108                   RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…
## 3109                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 3110                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3111                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3112                    RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E
## 3113                RT @_Nieru_: Day 20 of daily fanart in December\n\nToday I rolled Kaisa\n\n#fanart #Kaisa #kaisafanart #LeagueOfLegends #LeagueOfLegendsFanArt…
## 3114                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 3115               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 3116                RT @_Nieru_: Day 20 of daily fanart in December\n\nToday I rolled Kaisa\n\n#fanart #Kaisa #kaisafanart #LeagueOfLegends #LeagueOfLegendsFanArt…
## 3117                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3118                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3119                                                             RT @ProjectAiyoh: Sett Gym Selfie 🤳  #Sett #nsfwart #bara #LeagueOfLegends https://t.co/mWhQ5YVfpa
## 3120                                      RT @N_I_X_E_U: Purple Butterflies\n#digitalart #kaisa #LeagueOfLegends\n⋗ https://t.co/eWo50Mm2Bd https://t.co/ul1ZyhdQRe
## 3121                               RT @N_I_X_E_U: Is that fear I smell ?\n#digitalart #katarina #LeagueOfLegends\n⋗ https://t.co/eWo50Mm2Bd https://t.co/6BDCv0Rrey
## 3122          RT @heyitspegkat: Protective Older Siblings (Ft. Vi &amp; Jinx + Garen &amp; Lux)\n#LeagueOfLegends #arcanefanart #lightcannon https://t.co/PCgZLA7G…
## 3123                         RT @N_I_X_E_U: S w e e t   E v i l\nPink version 1/2\n#digitalart #LeagueOfLegends \n⋗ https://t.co/eWo50Mm2Bd https://t.co/niUzWyL4BE
## 3124                    RT @N_I_X_E_U: Young Sona trying bass for the first time.\n#digitalart #LeagueOfLegends \n⋗ https://t.co/eWo50Mm2Bd https://t.co/snI3aAqOm7
## 3125                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3126                                              RT @N_I_X_E_U: Mel design practice.\n#Arcane #LeagueOfLegends \n⋗ https://t.co/eWo50Mm2Bd https://t.co/055f1eK0Bv
## 3127                   RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…
## 3128                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3129                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 3130                                   RT @N_I_X_E_U: Mystic Porcelain Ahri\n\n⋗ https://t.co/eWo50Mm2Bd\n#LeagueOfLegends @LeagueOfLegends https://t.co/a7EXE4fuw6
## 3131                RT @N_I_X_E_U: Design finished, Mystic Porcelain Ahri.\nI will use it as a reference for my next drawing. #LeagueOfLegends \n\n⋗ https://t.co/…
## 3132                    RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E
## 3133                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3134                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3135                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3136                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3137                                                            RT @N_I_X_E_U: https://t.co/eWo50Mm2Bd\n𝘌𝘕𝘊𝘏𝘈𝘕𝘛𝘌𝘋\n\n#LeagueOfLegends #Ahri https://t.co/dW5Up2Cg0a
## 3138                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 3139                                                                                   RT @MielaInk: omg (again)\n\n#xayah #leagueoflegends https://t.co/yz6EmmCosZ
## 3140                 RT @KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.…
## 3141                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 3142                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 3143                                                             RT @PelaoMr: Simple Doodle \n#jhin #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/hs6r0FfcWK
## 3144               RT @MacAnu7: How not to play League With The Pup AlphaWolfUni\n#LeagueOfLegends \n#VtubersEN \n#VTuberUprising \nLive Links in the comments bel…
## 3145                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3146                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3147               RT @kardie00: - Yammy!\n- You again?! You ate all my supplies yesterday!\n\nIdea sponsored by @kittenblob 🐱❤️\n\n#Swain #Anivia #LOL #LeagueOfLe…
## 3148               RT @kuravitishin: gonna clutch this costume before cosmatsuri day 2 ㅠㅠ\n\n#viktor #viktorarcane #arcane #leagueoflegends #viktorleagueoflegen…
## 3149                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 3150                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 3151                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3152                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3153                  RT @LoLMemesBot: A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 3154                    RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E
## 3155                    RT @ladydark_7: Just want to share with you all this amazing piece of art made by the amazing petite_kissu from Mexico, take a look to her…
## 3156                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3157               RT @kardie00: - Yammy!\n- You again?! You ate all my supplies yesterday!\n\nIdea sponsored by @kittenblob 🐱❤️\n\n#Swain #Anivia #LOL #LeagueOfLe…
## 3158                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3159                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3160                    RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E
## 3161                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 3162                      RT @By_meeeeeeeee: Viego cat part 3\n.\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends   #lolfanart #viego https://t.co/pXzKAGr2AW
## 3163               RT @medok_art: Behind the scenes and Typical working day at "Thresh Records"\n\nHave a nice productive week!💚\n\n#Thresh #Viego #LeagueOfLegend…
## 3164                                                                           RT @BonniieA: Mythmaker Irelia 🖤\n\n#Irelia #LeagueOfLegends https://t.co/WBo2ZEDFT8
## 3165            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 3166                  RT @Irine_Meier: A few days ago I visited the headquarters of @riotgames in California. It was so cool!!! 😍\nI already did a cosplay of Akal…
## 3167                  RT @MangakaNekoChan: Found this old sketch of music verse #Seraphine and #Viego being best friends and polished it a bit✨\n#LeagueOfLegends…
## 3168                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 3169                 RT @Spoopy_Owl: 🎶 Last Melody 🎶\n\nThe last notes on repeat, to remember his once happy life made by his creator. Now forgotten, it is all th…
## 3170                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3171                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 3172                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3173                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 3174                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3175                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3176                                                         RT @ColossusMibl: I wanted to do something charming\n\n#LeagueOfLegends #Varus https://t.co/lxeUhuihc5
## 3177                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3178                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 3179                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 3180                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 3181                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 3182                  RT @summerswirlarts: Kalista meeting Erlok Grael in the Blessed Isles, ca. 25 BN, colorized.\n\n#LeagueOfLegends #kalista #thresh #ruination…
## 3183                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3184                             RT @aphelionaphelia: the final scene of the ruination novel (probably)\n\n#kalista #viego #leagueoflegends https://t.co/8oBCvJc7AK
## 3185                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3186                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3187                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3188                 RT @ciderxii: guns out\n\n#jinx #jinxfanart #jinxarcane #arcanefanart #arcane #ArcaneArt #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co…
## 3189                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3190                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 3191                RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 3192                RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 3193                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3194                 RT @ciderxii: guns out\n\n#jinx #jinxfanart #jinxarcane #arcanefanart #arcane #ArcaneArt #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co…
## 3195                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3196                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3197                 RT @Winteriris4: Commission for Aiba on Discord!\n(Spirit blossom Kindred from League of legends)\n#LeagueOfLegends #LeagueOfLegendsFanArt #k…
## 3198            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 3199                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3200                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3201                                                         RT @Saware7: smash the ❤️if you agree😂😂😂#leagueoflegends #IDF #pakistanZindabad https://t.co/A35u1Uk3Cd
## 3202                                                                               RT @Zoezxang29: #LeagueOfLegends #ArtOfLegends \nMake up https://t.co/9zG0nIK7GH
## 3203                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3204                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3205                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3206                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3207                                                                    RT @_sangchu_ya_: #ArtofLegends #LeagueOfLegends \nI made a legend. https://t.co/PFQRKlQ3al
## 3208                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3209                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3210                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3211                                                             RT @CHOCOT4RT: ⚓️marine look neeko💙\n#LeagueOfLegends #ArtofLegends #Neeko https://t.co/8LBa2INCcD
## 3212                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3213                                                           RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT
## 3214                 RT @keigora_: Observing the magnificent HONSE in its natural habitat.\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Hecarim #LeagueFanart https…
## 3215               RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…
## 3216              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3217                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3218                 RT @HighNoonJhin: Maybe itll be a print or a thick keychain in my shop someday\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #artoflegends #raka…
## 3219                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3220            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 3221                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 3222               RT @requeenhq: 🍬⭐️✨I made this seraphine for the lol contest, no game, but I had fun making it :)✨⭐️🍬\n\n#ArtistOnTwitter #ArtofLegends #artw…
## 3223                     RT @tiltedlily: TFT little legends! Furyhorns requested by @RiotWhiskies ❤️ #LeagueOfLegends #fanart #cute #ArtOfLegends #TeamfightTactics…
## 3224                                           RT @fuwamoowa: everything goes on 🎶\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian https://t.co/q74QTSWpH9
## 3225                  RT @HayashiDraws: Kayle\n\nFollow me on instagram! https://t.co/hUqLcJQ7wV\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/Y3oPhx5wQa
## 3226                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 3227                 RT @little_lolz: Astronaut Bard and Teemo floating in a sea of lazily draw stars lol\n\n#LeagueOfLegends #ArtofLegends #RiotGames #art #fanar…
## 3228                                                                    RT @EggzyLazy: Selenelion 🌖\n#ArtofLegends #LeagueOfLegends #leodia https://t.co/gahyl0YJM5
## 3229                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3230                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3231                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3232                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3233                  RT @HayashiDraws: Kayle\n\nFollow me on instagram! https://t.co/hUqLcJQ7wV\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/Y3oPhx5wQa
## 3234                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3235                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3236                                           RT @fuwamoowa: everything goes on 🎶\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian https://t.co/q74QTSWpH9
## 3237                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3238                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3239                   RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…
## 3240                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 3241                  RT @LoLMemesBot: Wait...It's all just Neace Tips?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds202…
## 3242                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3243                                   RT @JoyfulManati: ✂️Fright Night Gwen ✂️\n\n#Gwen #FrightNight #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/2xl0rhvegp
## 3244                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3245                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3246                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3247                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3248                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3249                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3250                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 3251                RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…
## 3252                  RT @joonahnart: Demacia Raptor \nproperty of Riotgames #demacia #LeagueOfLegends #RiotGames #Eagle #conceptart #drawing #painting #sketch ht…
## 3253                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3254                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3255                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3256                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3257                   RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…
## 3258                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3259                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 3260                                    RT @Narutsuru: #ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios Lunar Beast Aphelios https://t.co/lagnw2ZNhc
## 3261                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3262                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 3263                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3264                                                                 RT @kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3
## 3265                   RT @floatinghanmi: super super cute seraphine and viego commissioned by @The_LadyScorpio 💜🖤 i had so much fun drawing this and i love the e…
## 3266              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 3267              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 3268                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3269                                                                 RT @kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3
## 3270                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 3271                   RT @RSilentNinja: K/DA "I'LL SHOW YOU" - Ahri from League of Legends! #KDA #KDAAhri #ILLSHOWYOU #LeagueofLegends #AhriFanArt #KDAAllOut #Ah…
## 3272                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3273                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3274                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3275                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3276                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3277               RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…
## 3278                  RT @soramakeart: Evelynn Master Study - League of Runtera\n#leagueoflegends #leagueoflegendsfanart #characterdesign #conceptart https://t.co…
## 3279               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 3280                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 3281                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3282                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3283                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3284                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 3285               RT @regal_randy: Season 13 EXPERIMENTAL BUILDS - https://t.co/ey2HKoTGeg\n-\n-\n-\n#cannabis #comechill #giveaway #Giveaways #cannabisculture #…
## 3286                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3287                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3288                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 3289                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 3290                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 3291                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3292                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 3293                                                                    RT @EggzyLazy: Selenelion 🌖\n#ArtofLegends #LeagueOfLegends #leodia https://t.co/gahyl0YJM5
## 3294                                  RT @leochamposa: Cat Boy or Wolf Boy? 🐱🐺\n\n#sylas #lux #ezreal #leagueoflegends #creadoresdelollatam https://t.co/QDOxzed298
## 3295               RT @leochamposa: #loltubre2022 DAY 4; Favorite couple \n\nThis year my favorite couple is Lee Sin and Udyr 🤠\n\n#LoLtubre #LeagueOfLegends #cre…
## 3296                                                         RT @ColossusMibl: I wanted to do something charming\n\n#LeagueOfLegends #Varus https://t.co/lxeUhuihc5
## 3297                                                         RT @ColossusMibl: I wanted to do something charming\n\n#LeagueOfLegends #Varus https://t.co/lxeUhuihc5
## 3298                                                                    RT @EggzyLazy: Selenelion 🌖\n#ArtofLegends #LeagueOfLegends #leodia https://t.co/gahyl0YJM5
## 3299                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3300                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3301                  RT @TeamInsidious5: The first big giveaway of Team Insidious is here . To join you have to follow 3 easy steps :\n1) Follow our Twitter Page…
## 3302                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3303                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 3304                                                                RT @iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I
## 3305                 RT @ciderxii: guns out\n\n#jinx #jinxfanart #jinxarcane #arcanefanart #arcane #ArcaneArt #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co…
## 3306                                                 RT @banhgaune_: Pick your champion!\n#LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios https://t.co/gHYnoZ0SE6
## 3307                 RT @cahri_ai: Yuumi and Rengar feed be like\n\n#yuumi #rengar #leagueoflegends #leagueoflegendsmemes #leagueoflegendsfanart #lol #wildrift #f…
## 3308                 RT @grymalk1nn: POV you stole your ad carry’s cs\n\n#Caitlyn #ArtofLegends #LeagueOfLegendsFanArt #LeagueofLegends #Riot #caitlynkiramman htt…
## 3309                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3310                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3311              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3312                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3313                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3314            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 3315               RT @SleinYesWowNC: "A sword mirrors its owner."\nSpirit Blossom Riven\n\npart of November pack(2/5)\n#ArtofLegends #LeagueOfLegends https://t.c…
## 3316                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 3317                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3318                RT @NeoNa_Gloom_ART: NEW: Coven Bel’Veth\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Morgana #B…
## 3319              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3320                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3321                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3322                                                     RT @Onezeroisten: welcome home Yasuo, dinners ready\n#yone #yasuo #LeagueOfLegends https://t.co/rnpndoIzkV
## 3323                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3324                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3325                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3326                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3327                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3328                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3329                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3330                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3331              RT @stats_live_es: ▶️ League of Legends - Top streams a las 15:46 (Hora ESP)🔥\n\n🥇 #Esportmaniacos➖Viewers: 3.515\n🥈 #KXMI➖Viewers: 713\n🥉 #lup…
## 3332              RT @stats_live_es: ▶️ League of Legends - Top streams a las 15:46 (Hora ESP)🔥\n\n🥇 #Esportmaniacos➖Viewers: 3.515\n🥈 #KXMI➖Viewers: 713\n🥉 #lup…
## 3333                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3334                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3335                RT @starry_amari: "In the name of the Moon, we'll punish you!"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…
## 3336                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3337                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3338                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3339                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3340               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 3341                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 3342                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3343                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3344                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 3345                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3346                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3347                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3348                                                     RT @532154625: She was watching her✨\n\n#Arcane     #LeagueOfLegends #Vi #Caitlyn https://t.co/K2OM3eqHEm
## 3349                   RT @AkatsukiAkiza: Opened my LoL skin shop today and I seriously want to cry, bc I want/need nearly all of them T_T\nWhy did you do this to…
## 3350                RT @EchoTries__: #arcana concept for #Nami as the card #temperance of the major arcana :)\nIt’s my first time making a #splashart \n\n#LeagueO…
## 3351                RT @xmimishy: 3-0 ??? GOLD SOON TM version 2 success.\ncome for the last game!! #LeagueOfLegends  \n \nMAY THE WIN COME WITH ME. https://t.co/…
## 3352                                                     RT @Onezeroisten: welcome home Yasuo, dinners ready\n#yone #yasuo #LeagueOfLegends https://t.co/rnpndoIzkV
## 3353                                                           RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT
## 3354                                                           RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT
## 3355                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 3356                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3357                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3358                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3359                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3360              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 3361                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3362                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3363                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3364                 RT @james_kanazuki: Anyone wanna play some Wild Rift with me? XD\n\nI snagged a pentakill with Gwen earlier. I barely play this champ but I d…
## 3365                   RT @roasted_dolphin: League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers #Sup…
## 3366                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 3367                 RT @james_kanazuki: Anyone wanna play some Wild Rift with me? XD\n\nI snagged a pentakill with Gwen earlier. I barely play this champ but I d…
## 3368                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3369                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3370                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3371                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3372                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 3373                   RT @roasted_dolphin: League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers #Sup…
## 3374                   RT @roasted_dolphin: League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers #Sup…
## 3375                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 3376                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 3377            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 3378                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3379                  RT @blazordiffusion: Vayne of League of Legends! #LeagueOfLegends #LeagueOfLegendsFanArt #Vayne #stablediffusion \n\nhttps://t.co/gTqiALHKPE…
## 3380                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3381                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3382                  RT @LoLMemesBot: Thanks Rito\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Sp…
## 3383                RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…
## 3384                                  RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O
## 3385                                                       RT @LaSungaDeAatrox: A Gabriel custom skin for Kayle #LeagueOfLegends #ULTRAKILL https://t.co/ptzznlZFbb
## 3386              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3387                  RT @greeekthegreat: Heres a thread of all (most) of my posted and finished arcane fanart\n#lightcannon #arcane #leagueoflegends #caitvi http…
## 3388                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 3389                 RT @greeekthegreat: Cw: a boob\nLIGHTCANNON!!!!!!!!\n#lightcannon #jinxfanart #luxfanart #arcanefanart #arcane #LeagueOfLegends https://t.co/…
## 3390                 RT @KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.…
## 3391            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 3392    RT @Rena_Angel1111: League of legends - Twitch\n\nI try Twitch cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #LO…
## 3393              RT @chessiecat105: 💜 Star Guardian Xayah and Rakan 💚\n\n🎨 Artist: Chutipa Duangmanee\n🌐 Platform: Artstation\n\n#leagueoflegends #fanart #league…
## 3394               RT @StudiosAnimato: Concept: https://t.co/gB85jmZRWy\nProject: https://t.co/TmzRe6fJjX\nYone © Riot Games 2022\n\n#riotgames #LeagueOfLegends #…
## 3395                RT @Sadisticss1: 2019/2022😳\nMy journey started with simple sketches. And in 2021, I started drawing consciously.\n#SkillNotTalent\n#LeagueOfL…
## 3396                 RT @NexusYin: Playing amumu support, we give out hugs! :D\nhttps://t.co/aFrgSroO5P\n#twitchstreamer #twitch #smallstreamer #SmallStreamersCon…
## 3397                 RT @Hiijodotcom: Bunny Seraphine from League of Legends by AngieV 🔥\n\n#gaming #Bunny #Seraphine #Leagueoflegends #lol #arcane #netflix #riot…
## 3398                                                           RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT
## 3399                   RT @Ahsan_Fer: @shingojira__ Hey Dana! Bless you! And thank you so much for sharing this everywhere and anywhere! That's so amazing that #l…
## 3400                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3401                   RT @floatinghanmi: super super cute seraphine and viego commissioned by @The_LadyScorpio 💜🖤 i had so much fun drawing this and i love the e…
## 3402                                                 RT @shrimpfriedpies: anyway heres wonderwall #ArtofLegends #seraphine #LeagueOfLegends https://t.co/AJX2a73XPP
## 3403                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3404                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3405                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3406                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3407                                                     RT @Denzhy: Getting in the Xmas mood\n\nph. @MikeAttinger \n#leagueoflegends #ahri https://t.co/JrXxZ0Ek9I
## 3408                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3409               RT @altchargames: New Profile Banners coming to League of Legends\n\nhttps://t.co/KNyOVz18Jv\n\n#LeagueOfLegends #RiotGames #ProfileBanners htt…
## 3410                    RT @dalianae_: 🌸Battle Academia Caitlyn commission for @A26301 I enjoyed so much doing this drawing, Caitlyn and her skin are so beautiful…
## 3411                 RT @RivenStore: What do you think?\nVisit us: https://t.co/Jtncw61Y4H\n#leagueoflegends #lolgame #lolgamer #rivenstore.com #lolgoods #onlineg…
## 3412                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3413                                                      RT @jellolegos: Cait and vi\n-\n#piltoversfinest #caitvi #arcane #LeagueOfLegends https://t.co/o60jt9cfOl
## 3414                                                      RT @jellolegos: Cait and vi\n-\n#piltoversfinest #caitvi #arcane #LeagueOfLegends https://t.co/o60jt9cfOl
## 3415                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3416                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 3417                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3418              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3419                                                                    RT @Solum24081387: 。。。in arcane's suit\n#viktor #leagueoflegends https://t.co/VIqfSSJuJl
## 3420                 RT @HighNoonJhin: we can fix him \nwe can make him cooler\n#jhin #shanhaiscrollsjhin #leagueoflegends #leagueoflegendsfanart #artoflegends ht…
## 3421                 RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…
## 3422                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 3423                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 3424                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 3425                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3426                   RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…
## 3427                       RT @pinksthinkss: just playing with a new artstyle :&gt;\n\n#vi #arcane #leagueoflegends #arcanefanart #viarcane https://t.co/MOpGrXFfd0
## 3428                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3429                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3430                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3431                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3432               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 3433                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3434                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3435                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3436                 RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…
## 3437                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 3438                                           RT @byaelli: Soraka - League of legends \n\n#soraka #LeagueOfLegends #ArtofLegends  #drawing https://t.co/zln4z6YiE5
## 3439                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 3440                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3441                   RT @joshpurple: By Passion Republic "AR Elder Dragon for League of Legends World Championships 2017." Full pipeline from Concept design, Mo…
## 3442                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3443                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3444                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3445                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3446                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3447                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3448                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3449                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3450                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3451                 RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…
## 3452                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3453                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3454               RT @Cedrissimoq: This year has been a blast. Ekko legit changed my life.\n\n📸: “JoshuaJirahMejia” IG\n\n#arcane #LeagueOfLegends https://t.co/B…
## 3455                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3456                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3457                                   RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS
## 3458                RT @ALuluqi: i drew this awhile back when the new SG skins came out\nI love the designs of this team a lot 💙\n\n#LeagueOfLegends #StarGuardian…
## 3459             RT @NeoNa_Gloom_ART: - Karma [Golden Peafowl]\n- Elise [hehehe]\n- Orianna [Shadow Swan]\n \nSEARCH\n \n#LeagueOfLegends #sketch #LeagueOfLegends…
## 3460                                   RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS
## 3461                   RT @LoLMemesBot: Like clockwork\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios…
## 3462                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3463                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3464                 RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…
## 3465                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3466                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3467                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3468                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 3469                 RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…
## 3470               RT @JynxTakasu: Carrying a Toxic Xin Zhao ingame\nWatch the whole video to find out,\n\n#WildRift #LeagueOfLegends #Youtube #NewVideo\nhttps://…
## 3471                                                                RT @iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I
## 3472                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 3473                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3474                        RT @NIJISE_: I HAVE 2 SIDES\n.\nNeeko and Viego, my mains in lol \n#viego #neeko #ArtofLegends #LeagueOfLegends https://t.co/VDGU3MNtoh
## 3475                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3476                                   RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS
## 3477                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3478                 RT @acadarena: 🤝 Congratulations to our winner of ACES: #Valorant, #DOTA2 and #LeagueofLegends last weekend 💥\n\nCampus esports is #NotJustPl…
## 3479                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3480                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3481                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3482                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3483                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3484                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3485                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3486                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3487                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 3488                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3489                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3490                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3491                                                                  RT @maidenslullaby: Quick neeko doodle :))))) #neeko #LeagueOfLegends https://t.co/UrYn5KgwSS
## 3492                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3493                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3494                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3495                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 3496                  RT @KaramzinovArt: Heartseeker Ashe idea from a few years ago\nAs my first main, I loved Ashe so much I designed a Heartseeker skin; a few y…
## 3497                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3498                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3499                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 3500                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3501                                    RT @ludolullabi: Souvenir from Ruined King #ruinedking #leagueoflegends #digitalart #inking #comics https://t.co/SA0Qon0gzG
## 3502                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3503                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3504                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3505                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3506                                    RT @ludolullabi: Souvenir from Ruined King #ruinedking #leagueoflegends #digitalart #inking #comics https://t.co/SA0Qon0gzG
## 3507                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 3508              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 3509                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3510                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3511                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3512                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3513             RT @NeoNa_Gloom_ART: - Karma [Golden Peafowl]\n- Elise [hehehe]\n- Orianna [Shadow Swan]\n \nSEARCH\n \n#LeagueOfLegends #sketch #LeagueOfLegends…
## 3514                                                                     RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 3515                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3516               RT @02_rinni: hiii, i’m looking for friends + moots from #valotwt / #valtwt , #leaguetwt , and #genshintwt !! \n\n🫧 she/her 20\n💌 NA \n🤍 bronze…
## 3517                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3518                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3519                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 3520              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3521                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 3522                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3523                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3524                   RT @ascenthe_draws: Some more #arcane #sketches I don't know if I did it justice. Honestly I don't think my heart was in it. But it was ent…
## 3525               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 3526                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 3527                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3528                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3529                                   RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS
## 3530                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3531                                                                     RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 3532                                      RT @fishy_manko: Every hot person in LoL community rn:\n\n#Settphel #settphelios #LeagueOfLegends https://t.co/jVXETwsaGX
## 3533                   RT @MizuriAU: The live-action League of Legends Posters I’ve done so far...#LeagueofLegends #Worlds2019 #Yasuo #Riven #Katarina #Diana http…
## 3534               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 3535                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3536                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3537                                                                RT @iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I
## 3538                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3539               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 3540                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 3541                                                                     RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 3542                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3543                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 3544                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3545                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3546                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3547                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3548                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3549                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3550                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 3551                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3552                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3553                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3554                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3555                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3556                                   RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS
## 3557                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3558                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 3559                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 3560                                   RT @KenRddt: Is it possible that you have been playing?💕 #LeagueofLegends #StarGuardian #MOBA #Bjergsen #Worlds2021 #GENGWIN
## 3561                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3562                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3563                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3564                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 3565                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3566                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3567                   RT @virkayu: Simply using information you HAVE in-game can lead to more determined pathing... which leads to JG DIFF in your favour. Observ…
## 3568               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 3569                                                 RT @shrimpfriedpies: anyway heres wonderwall #ArtofLegends #seraphine #LeagueOfLegends https://t.co/AJX2a73XPP
## 3570                 RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…
## 3571                 RT @Samandriade: Headcanon time\nZoe likes to sleep cuddling in Soraka's lap 💤💤\n#LeagueOfLegends #LeagueOfLegendsFanArt #zoe #soraka https:/…
## 3572                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3573                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3574                                                                RT @iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I
## 3575                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 3576                                                                     RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 3577              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3578                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3579                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3580              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 3581                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3582                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 3583                                    RT @Narutsuru: #ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios Lunar Beast Aphelios https://t.co/lagnw2ZNhc
## 3584                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3585                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3586                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 3587                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 3588                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3589                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3590                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3591                 RT @keigora_: Observing the magnificent HONSE in its natural habitat.\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Hecarim #LeagueFanart https…
## 3592                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 3593                   RT @joshpurple: By Passion Republic "AR Elder Dragon for League of Legends World Championships 2017." Full pipeline from Concept design, Mo…
## 3594                 RT @blazordiffusion: Samira of League of Legends! #LeagueOfLegends  #Samira #stablediffusion \n\nhttps://t.co/0xtqGDUfQL https://t.co/mxb0caT…
## 3595                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3596                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3597             RT @DistortionGG: It's time for a new week of #gaming 🔥\n\nWhich game is your fav #fam? 👇\n\nYou can guess mine with this picture for sure 😂\n\n#…
## 3598                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 3599                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3600                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3601                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3602                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3603                                                         RT @absynth333: Thresh c0mm for a classmate ! ty!!\n\n#LeagueOfLegends #Thresh https://t.co/a7YGj3lmmR
## 3604                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3605                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3606                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3607                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 3608                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3609               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 3610                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3611                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3612                  RT @LunariaTenebris: 🔴 Stream Live! Today's game is League of Legends\n#VTuber #ENVtuber #UAVtuber #TwitchStreamer #LeagueOfLegends #StreamR…
## 3613                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3614                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3615                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3616                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3617                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3618                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3619                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 3620                  RT @LunariaTenebris: 🔴 Stream Live! Today's game is League of Legends\n#VTuber #ENVtuber #UAVtuber #TwitchStreamer #LeagueOfLegends #StreamR…
## 3621                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3622                                                                     RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 3623                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3624                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 3625                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 3626                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 3627                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 3628                                                                RT @iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I
## 3629                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3630                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3631                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3632                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3633               RT @02_rinni: hiii, i’m looking for friends + moots from #valotwt / #valtwt , #leaguetwt , and #genshintwt !! \n\n🫧 she/her 20\n💌 NA \n🤍 bronze…
## 3634                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3635                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 3636                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 3637                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3638                   RT @joshpurple: By Passion Republic "AR Elder Dragon for League of Legends World Championships 2017." Full pipeline from Concept design, Mo…
## 3639                 RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…
## 3640                                                                     RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 3641                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3642                 RT @acadarena: 🤝 Congratulations to our winner of ACES: #Valorant, #DOTA2 and #LeagueofLegends last weekend 💥\n\nCampus esports is #NotJustPl…
## 3643                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3644                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3645                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3646            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 3647                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 3648                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3649                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3650            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 3651                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3652                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3653                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3654                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3655                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3656                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3657              RT @cp_daz: Cowgirl Miss Fortune For Genesis 8 and 8.1 Female Done\n\nConverted to Daz Studio by me, credits would be appreciated!\n\nDL\nhttps:…
## 3658                   RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…
## 3659                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 3660                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 3661                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3662                RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…
## 3663                RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…
## 3664                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 3665                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3666                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3667                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3668                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3669                  RT @LoLMemesBot: Fun little tier list I made (don't take it too seriously). What champions would be best to form a boy bend?\n#memes #meme #…
## 3670                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3671                   RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…
## 3672                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3673                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3674             RT @DistortionGG: It's time for a new week of #gaming 🔥\n\nWhich game is your fav #fam? 👇\n\nYou can guess mine with this picture for sure 😂\n\n#…
## 3675                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 3676               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 3677                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3678                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3679                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 3680                                                                     RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 3681               RT @medok_art: #Distorture_comic  (1/4)\nDistorture "The Origin" PART 1\n\nDo not repost without links. Do not QRT.\nTranslate is okay (russian…
## 3682                  RT @MYP_esport: Loading....\n+Info @messaval @MaraYPrice \n#valorant #ApexLegends #Fortnite #CSGO #RainbowSixSiege #LeagueOfLegends #eSports…
## 3683                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3684                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3685                   RT @joshpurple: By Passion Republic "AR Elder Dragon for League of Legends World Championships 2017." Full pipeline from Concept design, Mo…
## 3686                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3687                 RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…
## 3688                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3689                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3690               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 3691                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3692                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3693                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3694                       RT @pinksthinkss: just playing with a new artstyle :&gt;\n\n#vi #arcane #leagueoflegends #arcanefanart #viarcane https://t.co/MOpGrXFfd0
## 3695                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3696                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 3697                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3698                      RT @taojinn015: Fanart Month - Day 12 - Shyvana from League of Legends\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/2mIbVN7kfW
## 3699                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3700                 RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…
## 3701                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3702                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3703                 RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…
## 3704                   RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…
## 3705                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3706                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 3707                 RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…
## 3708                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3709                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3710                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3711                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3712                                   RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS
## 3713                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3714                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3715                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3716                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3717                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3718                                                        RT @joiejoy_lm: LeBlanc, The Deceiver.\n#LeBlanc #LeagueOfLegends #ArtofLegends https://t.co/VpkmUgRb5q
## 3719                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3720                   RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…
## 3721                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3722                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3723                                                                  RT @maidenslullaby: Quick neeko doodle :))))) #neeko #LeagueOfLegends https://t.co/UrYn5KgwSS
## 3724                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3725                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 3726                 RT @AwenYu666: Hi everyone,This is my Animation Reel in 2020, I hope you will like it🤩👊\n#Animations  #LeagueOfLegends #reel https://t.co/Ft…
## 3727                                          RT @fuwamoowa: mythmaker irelia 🥮\n\n#mythmakerirelia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/xnHojfPNte
## 3728                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 3729                   RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…
## 3730                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3731                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 3732                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3733                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3734                                                                     RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 3735                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3736                   RT @RebornMods: Link to the mods and guide on how to swap to different presets in the replies. #tekkenmods #NewReleases #LeagueOfLegends  #…
## 3737               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 3738                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3739                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3740                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3741                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 3742                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3743                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3744                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 3745             RT @CoffeeStripes: I don't know what to post today so... Multifandom time &gt;:D\n.\n.\n#Digitalart #WarriorCats #Predator #Dehaka (I just know h…
## 3746                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3747                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3748                                   RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS
## 3749                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 3750            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 3751                                                                RT @iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I
## 3752                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 3753                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 3754                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3755                 RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…
## 3756                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3757                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3758                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 3759                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 3760                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3761                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3762                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3763                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3764                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3765             RT @DistortionGG: It's time for a new week of #gaming 🔥\n\nWhich game is your fav #fam? 👇\n\nYou can guess mine with this picture for sure 😂\n\n#…
## 3766                                   RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS
## 3767                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3768                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3769                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3770                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3771                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3772                   RT @KuroNekoKimiArt: tried painting Little Demon Tristana back in 2019 #LeagueOfLegends #LeagueOfLegendsFanArt #tristana https://t.co/C9csf…
## 3773                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 3774                 RT @IWinky0: #LeagueOfLegends fanart!\n\nThis drawing was for a star guardian collab but i just keep loving the coloring i did for this one a…
## 3775                  RT @golden8witch: Its a cristmas Sylas and he is a small deer\n#LeagueOfLegends #LeagueOfLegendsFanArt #PixelArt #PixelArtist #Sylas https:/…
## 3776                RT @NeoNa_Gloom_ART: NEW: Coven Bel’Veth\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Morgana #B…
## 3777                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 3778               RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…
## 3779                  RT @golden8witch: Its a cristmas Sylas and he is a small deer\n#LeagueOfLegends #LeagueOfLegendsFanArt #PixelArt #PixelArtist #Sylas https:/…
## 3780                  RT @golden8witch: Its a cristmas Sylas and he is a small deer\n#LeagueOfLegends #LeagueOfLegendsFanArt #PixelArt #PixelArtist #Sylas https:/…
## 3781                  RT @golden8witch: Its a cristmas Sylas and he is a small deer\n#LeagueOfLegends #LeagueOfLegendsFanArt #PixelArt #PixelArtist #Sylas https:/…
## 3782                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3783                                         RT @Luclfer0: Who is the impostor?\n\n#Settphel #SETT #aphelios #rhaast #kayn #LeagueOfLegends https://t.co/iaJQIsqZcX
## 3784                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3785                 RT @xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber #LeagueOfLege…
## 3786                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3787                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3788                   RT @LoLMemesBot: new feature. never seen before\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022…
## 3789                RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 3790                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3791              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3792                                      RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X
## 3793                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3794                                                                           RT @H501321: Sketch\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/l5BWyvQ0ea
## 3795                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 3796                                                                  RT @maidenslullaby: Quick neeko doodle :))))) #neeko #LeagueOfLegends https://t.co/UrYn5KgwSS
## 3797                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3798                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 3799                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 3800                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 3801                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 3802                 RT @Winteriris4: Commission for Aiba on Discord!\n(Spirit blossom Kindred from League of legends)\n#LeagueOfLegends #LeagueOfLegendsFanArt #k…
## 3803                   RT @lazystormcloud: happy birthday pretty girl :’) #happybirthdayvi #LeagueOfLegendsFanArt #LeagueOfLegends #vileagueoflegends #vifanart ht…
## 3804                  RT @HaryantiLembah: It was done.😎😎😎😎😎 #LeagueofLegends #StarGuardian #КосплейLoL #YıldızMuhafızları #ФанАрт \nOriginal: esports_kashima http…
## 3805                   RT @jaspaar: one talks, another listens 🌸 #settphel #settphelios #leagueoflegends #fanart #aphelios #sett #spiritblossom https://t.co/xDAdA…
## 3806                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 3807                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 3808                 RT @JJKunArts: I swear it sounded funnier in my head(?\n\n#Settphel  #settphelios  #Sett #Aphelios  #phelsett #settxaphelios #artoflegends #L…
## 3809                               RT @Blitzshadow021: Enjoy your special day!🔥🔥🔥 #Gameplay #LeagueofLegends #MOBA #GuardianasEstelares #Worlds2021 #YıldızMuhafızı
## 3810                                                                           RT @BonniieA: Mythmaker Irelia 🖤\n\n#Irelia #LeagueOfLegends https://t.co/WBo2ZEDFT8
## 3811                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 3812                                                             RT @CHOCOT4RT: ⚓️marine look neeko💙\n#LeagueOfLegends #ArtofLegends #Neeko https://t.co/8LBa2INCcD
## 3813                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3814                 RT @Wind_Syren: fan art of champions I like\n\n#sylas #missfortune #taliyah #LeagueOfLegendsFanArt  #ArtofLegends #LeagueofLegends https://t.…
## 3815                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3816                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3817             RT @CoffeeStripes: I don't know what to post today so... Multifandom time &gt;:D\n.\n.\n#Digitalart #WarriorCats #Predator #Dehaka (I just know h…
## 3818                   RT @KuroNekoKimiArt: one of my fav skins and champs of all time (2017) #annie #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/MTf1zQuX…
## 3819                   RT @KuroNekoKimiArt: tried painting Little Demon Tristana back in 2019 #LeagueOfLegends #LeagueOfLegendsFanArt #tristana https://t.co/C9csf…
## 3820                   RT @KuroNekoKimiArt: tried painting Little Demon Tristana back in 2019 #LeagueOfLegends #LeagueOfLegendsFanArt #tristana https://t.co/C9csf…
## 3821                                  RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux
## 3822                                                                 RT @kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3
## 3823                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3824              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3825                 RT @Winteriris4: Commission for Aiba on Discord!\n(Spirit blossom Kindred from League of legends)\n#LeagueOfLegends #LeagueOfLegendsFanArt #k…
## 3826                  RT @HyanideArt: 🖤 Janna 🌪️\n🖤 ... I guess I am finally cured of my playing ranked addiction 🤷\n#fanart #LeagueOfLegends https://t.co/91pbMWO5…
## 3827                 RT @xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber #LeagueOfLege…
## 3828                 RT @xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber #LeagueOfLege…
## 3829                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3830              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3831                                                         RT @Saware7: smash the ❤️if you agree😂😂😂#leagueoflegends #IDF #pakistanZindabad https://t.co/A35u1Uk3Cd
## 3832                                                                RT @iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I
## 3833                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3834                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3835                                                      RT @LunaValkyriaVT: I built the mythic this time~ 🖤🌙🤍\n\n#LeagueOfLegends #Vtuber https://t.co/kHYBqf1IAo
## 3836                 RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…
## 3837                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3838                 RT @HighNoonJhin: we can fix him \nwe can make him cooler\n#jhin #shanhaiscrollsjhin #leagueoflegends #leagueoflegendsfanart #artoflegends ht…
## 3839                 RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…
## 3840                 RT @HighNoonJhin: we can fix him \nwe can make him cooler\n#jhin #shanhaiscrollsjhin #leagueoflegends #leagueoflegendsfanart #artoflegends ht…
## 3841                 RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…
## 3842                                                                             RT @shupakabraa: #arcane #LeagueOfLegends  tw nsfw meaning https://t.co/DFbiQIqUOG
## 3843                 RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…
## 3844                 RT @HighNoonJhin: we can fix him \nwe can make him cooler\n#jhin #shanhaiscrollsjhin #leagueoflegends #leagueoflegendsfanart #artoflegends ht…
## 3845                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3846                                                                             RT @shupakabraa: #arcane #LeagueOfLegends  tw nsfw meaning https://t.co/DFbiQIqUOG
## 3847                   RT @virkayu: Simply using information you HAVE in-game can lead to more determined pathing... which leads to JG DIFF in your favour. Observ…
## 3848                    RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 3849                  RT @LuluSiimp: Si there is people in league who hack the acc of people and climb with it ?!!\nHeyloo hack me YourFavoriteLulu in EUW hack it…
## 3850                 RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…
## 3851                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3852                                                 RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 3853                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3854             RT @DistortionGG: It's time for a new week of #gaming 🔥\n\nWhich game is your fav #fam? 👇\n\nYou can guess mine with this picture for sure 😂\n\n#…
## 3855              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 3856                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3857                  RT @fishe_art: This took more than I intended :') some settphel!! Excited for Spirit blossom its my fav event \n#settphel #leagueoflegends #…
## 3858                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3859              RT @Leahmeow9: "Jinx? Stands for Jinx! duh!🦈\n\n📸: Jupert Sison  \nedited by: SoyaMaelk \n\n#jinx #arcane #jinxcosplay #LeagueOfLegends https://…
## 3860                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3861                RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 3862                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 3863                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 3864                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3865                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3866                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3867                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3868                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3869                                                                               RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 3870               RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…
## 3871                RT @AndiDoodleStash: https://t.co/WvhpsjU4e4\nA drawing of KaynPhel as the singer and the bassist of a visual kei band 💙💜\n\n#Aphelios #Kayn #…
## 3872                   RT @lazystormcloud: happy birthday pretty girl :’) #happybirthdayvi #LeagueOfLegendsFanArt #LeagueOfLegends #vileagueoflegends #vifanart ht…
## 3873                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3874                                                         RT @Saware7: smash the ❤️if you agree😂😂😂#leagueoflegends #IDF #pakistanZindabad https://t.co/A35u1Uk3Cd
## 3875                                                    RT @I_amYurei: 27 kills my guy went crazy!! #LeagueOfLegends #WildRift #gaming #FYP https://t.co/Sj2ukcwhD3
## 3876            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 3877                  RT @LoLMemesBot: Fighting Sion in preseason be like:\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds…
## 3878                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3879                RT @_another_tina_: This took so long, but the Firelight Ezreal design I did for fun is done\n\n.\n#Ezreal #Ekko #LeagueOfLegends https://t.co…
## 3880                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3881                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3882                RT @_another_tina_: This took so long, but the Firelight Ezreal design I did for fun is done\n\n.\n#Ezreal #Ekko #LeagueOfLegends https://t.co…
## 3883                  RT @fishe_art: This took more than I intended :') some settphel!! Excited for Spirit blossom its my fav event \n#settphel #leagueoflegends #…
## 3884                  RT @sashashaw10001: RT LoLMemesBot im sorry\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…
## 3885                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3886                                                          RT @freefireJack2: The world is wonderful.🎮🎮🎮🎮 #Gameplay #LeagueofLegends #Worlds2021 #TLWIN #GENGWIN
## 3887                 RT @xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber #LeagueOfLege…
## 3888                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 3889                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 3890                 RT @acadarena: 🤝 Congratulations to our winner of ACES: #Valorant, #DOTA2 and #LeagueofLegends last weekend 💥\n\nCampus esports is #NotJustPl…
## 3891                RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…
## 3892                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3893                  RT @qed57: #RiotGames (#LeagueofLegends) Trying To Get Out Of Terrible Crypto Sponsorship Deal with #FTX #SBF\n\nhttps://t.co/pI9Ccwiysj via…
## 3894               RT @kardie00: - Yammy!\n- You again?! You ate all my supplies yesterday!\n\nIdea sponsored by @kittenblob 🐱❤️\n\n#Swain #Anivia #LOL #LeagueOfLe…
## 3895                                RT @Moondustina: Supports life 🤧\n\n#leagueoflegends #artoflegends #leagueoflegendsfanart #janna #xayah https://t.co/XZwS8bnIgy
## 3896                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 3897                                                       RT @SMETS_: gift for @qqq_qqqqq_\n#LeagueOfLegends #LeagueOfLegendsFanArt #Swain https://t.co/XYwkBJfhxF
## 3898                 RT @xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber #LeagueOfLege…
## 3899                   RT @Chilllki: Live with some ranked (preseason) league. So basically trying to get imaginary points that are worth even less because it's p…
## 3900    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 3901                RT @ScytheofSeraph: Hello fellow summoners! 😳\nWe are looking for new players to compete in our #LeagueofLegends team. \n😎 Top\n🏹 Bot\n⛑️ Suppo…
## 3902                 RT @RivenStore: How ya doin`?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore…
## 3903    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 3904                   RT @Chilllki: Live with some ranked (preseason) league. So basically trying to get imaginary points that are worth even less because it's p…
## 3905                 RT @xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber #LeagueOfLege…
## 3906                 RT @xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber #LeagueOfLege…
## 3907                  RT @LoLMemesBot: Any off-meta enjoyers?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 3908                                             RT @ShinKongVT: The monday morning motivation rn\n#VTuberUprising #LeagueOfLegends #Vtuber https://t.co/ERTEF8wGoB
## 3909                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3910                                                 RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 3911                 RT @Aikidork: I paid your girlfriend a visit this morning\n\n#arcane #artoflegends #jinx #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co…
## 3912                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3913                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3914                   RT @RebornMods: Link to the mods and guide on how to swap to different presets in the replies. #tekkenmods #NewReleases #LeagueOfLegends  #…
## 3915                                                         RT @jujumaho1997: #LeagueOfLegends #Thresh #spiritblossom He's so unbelievable https://t.co/BUA2TjOg6R
## 3916                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3917                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3918                                                      RT @LunaValkyriaVT: I built the mythic this time~ 🖤🌙🤍\n\n#LeagueOfLegends #Vtuber https://t.co/kHYBqf1IAo
## 3919                                                      RT @LunaValkyriaVT: I built the mythic this time~ 🖤🌙🤍\n\n#LeagueOfLegends #Vtuber https://t.co/kHYBqf1IAo
## 3920                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 3921                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 3922                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3923                  RT @LuluSiimp: Si there is people in league who hack the acc of people and climb with it ?!!\nHeyloo hack me YourFavoriteLulu in EUW hack it…
## 3924                                  RT @AcceleratorJB: Arcane anime style. #LeagueOfLegends #LeagueOfLegendsFanArt #arcane #anime #powder https://t.co/M1wXd00sZi
## 3925                                          RT @LaurenB56946765: Started playing a game again. #StarGuardian #mobilegame #LeagueofLegends https://t.co/pZMnxY1yr7
## 3926                   RT @LoLMemesBot: And they are only silver\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…
## 3927                RT @DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock #leaguetwt h…
## 3928                                RT @leochamposa: Good for them 🥺 \n\n#LeagueOfLegends #creadoresdelollatam #sett #aphelios #settphelios https://t.co/kY4mh7xjIh
## 3929              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 3930                   RT @Chilllki: Live with some ranked (preseason) league. So basically trying to get imaginary points that are worth even less because it's p…
## 3931                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3932                  RT @RedSinistra: Finally I finished it! This is for #SpiritBlossomManga contest, hosted by @uk_lol 🌸\nTook inspiration from some SB quotes b…
## 3933                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3934                  RT @Spoopy_Owl: 🪩Space Groove Viego🪩\n\nA king from a faraway planet has come to join The Jam and groove out! Happiness fills the room as he…
## 3935             RT @stats_live_es: ▶️ League of Legends - Top streams a las 08:46 (Hora ESP)🔥\n\n🥇 #JimRsNg➖Viewers: 630\n🥈 #lolcasti➖Viewers: 407\n🥉 #Lindsan➖…
## 3936                                                         RT @jujumaho1997: #LeagueOfLegends #Thresh #spiritblossom He's so unbelievable https://t.co/BUA2TjOg6R
## 3937                 RT @Punbun_4Fun: A meme I remembered and spent far more time on then normal\n\n#yasuo #yone #thresh #SpiritBlossom #LeagueOfLegends https://t…
## 3938                  RT @Spoopy_Owl: 🪩Space Groove Viego🪩\n\nA king from a faraway planet has come to join The Jam and groove out! Happiness fills the room as he…
## 3939                 RT @EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #ga…
## 3940                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3941                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3942                                                                    RT @xoxoxochitlita: Got my first penta kill ever 😊 #LeagueOfLegends https://t.co/Gu8fdqfr6H
## 3943                 RT @MEIz_uwu: Feel like drawing on papers today\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Ahri #SpiritBlossomAhri https://t.c…
## 3944                RT @DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock #leaguetwt h…
## 3945                 RT @CuppaDoppio: MOM! MOM! LOOK! LOOK! ALUNE AND PHEL ARE CRAFTING 500 YEARS OF GAMEPLAY!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Aphelio…
## 3946                  RT @LoLMemesBot: Tank meta they say ...\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 3947                 RT @Hippo_Chii131: "Oh look who it is The Boy Savior !"\n\n#arcane #TiMEBOMB #tb #ekkojinx #jinxekko #arcanefanart #ArcaneArt #Jinx #LeagueOf…
## 3948          RT @ClauSketch: ❣ 𝗫𝗮𝘆𝗮𝗵 &amp; 𝗥𝗮𝗸𝗮𝗻 𝗺𝗲𝗺𝗼𝗿𝗶𝗲𝘀 𝟮💞 \n♡ ☕ https://t.co/BQKfxmldek\n♡  Available for monthly supporters\n\n#LeagueOfLegends #ArtofLegend…
## 3949                                                                 RT @kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3
## 3950                  RT @dempugs1: There should be more games like this. #LeagueOfLegendsFanArt #LeagueofLegends #MOBA #TransformaTuDestino #ClashLoL #FLYWIN \nO…
## 3951                  RT @sashashaw10001: RT LoLMemesBot im sorry\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…
## 3952                   RT @LoLMemesBot: Like clockwork\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios…
## 3953                            RT @HalanoSiblee: #belveth #LeagueOfLegends #b3d #blender\nBel'Veth Trying to escape by hacking my blender👾 https://t.co/rDpA6Zg2fl
## 3954             RT @stats_live_es: ▶️ League of Legends - Top streams a las 08:58 (Hora ESP)🔥\n\n🥇 #nezumivy➖Viewers: 831\n🥈 #JimRsNg➖Viewers: 535\n🥉 #Lindsan➖…
## 3955                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 3956                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3957                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3958                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3959              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3960                                                              RT @MikeJCart: League of Legends\n#LeagueOfLegends #LeagueOfLegendsfanart https://t.co/0gvMUznHCl
## 3961                  RT @LightxMx: Yes, I'm a mainly league player and this is my yearly summary lol \nI've lost a lot of time of my life in this but... I'm quit…
## 3962                 RT @odeko_yma: I got M7 on Diana only cuz she has the same sence of humor as me. \n\n#Diana #Aphelios #Zoe #LeagueOfLegends #ArtofLegends htt…
## 3963                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3964                   RT @veegoesgrr: so got this idea from an old genji fanart and I wanna say I liked the old lore of how Diana got her mark? How it was suppos…
## 3965                                                                                         RT @vatheja: arcana #jinx wip #LeagueOfLegends https://t.co/rqg9F7vAJP
## 3966                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3967                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3968                    RT @AimlessBros: My pre season so far. \n\nRyze feels hella strong so gonna spam him for a bit.\n\n#LeagueOfLegends https://t.co/AzoiP4vyxn
## 3969                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 3970                   RT @Loringale: If I went back to streaming, what should I stream?🥺 My biggest concern is always that I'm not entertaining enough but I do m…
## 3971                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3972                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 3973                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3974                 RT @acadarena: 🤝 Congratulations to our winner of ACES: #Valorant, #DOTA2 and #LeagueofLegends last weekend 💥\n\nCampus esports is #NotJustPl…
## 3975                  RT @LoLMemesBot: Any off-meta enjoyers?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 3976                                                              RT @MikeJCart: League of Legends\n#LeagueOfLegends #LeagueOfLegendsfanart https://t.co/0gvMUznHCl
## 3977                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3978                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3979                         RT @minhminhla: Zoe is ready for Xmas ~ #Fanarts #LeagueOfLegends #Zoe #LeagueOfLegendsFanArt #Xmas #bunnygirl https://t.co/wLIrlWHwlS
## 3980                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3981                  RT @LuluSiimp: Si there is people in league who hack the acc of people and climb with it ?!!\nHeyloo hack me YourFavoriteLulu in EUW hack it…
## 3982                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 3983                   RT @Loringale: If I went back to streaming, what should I stream?🥺 My biggest concern is always that I'm not entertaining enough but I do m…
## 3984                   RT @X17Swan: I'm not sure what to think about this game. #StarGuardian #LeagueofLegends #mobilegame #GuardianasEstelares #GENGWIN #YıldızMu…
## 3985                 RT @RivenStore: How ya doin`?\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lolstuff…
## 3986                 RT @RivenStore: Who remembers that?\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lo…
## 3987              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 3988               RT @KenApplepi: Withered Rose Viego 🌹\n#Conceptober2022 (23/31)\n\n#LeagueOfLegends #ArtofLegends #artistsontwitter #viego #conceptart\nList by…
## 3989                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 3990                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3991              RT @Koiarts1: Fan art Navy Seal Jinx \n \nRT are appreciated 🔁✨\n#HumanArtists #CreateDontScrape\n\n#Jinx #leagueoflegends #artoflegends #huion…
## 3992                                                           RT @s_vfaye: why am I not challenger yet ngl #LeagueOfLegends #Swain #HighIQ https://t.co/03vNjvBi2T
## 3993                  RT @dempugs1: There should be more games like this. #LeagueOfLegendsFanArt #LeagueofLegends #MOBA #TransformaTuDestino #ClashLoL #FLYWIN \nO…
## 3994                RT @HobbySharky: I am now live!\nhttps://t.co/NUohtzJ120\n\n#riven #toplane #lol #leagueoflegends #korean #asian #game #stream #live #twitch #…
## 3995                  RT @CelestialLexi: Do you have a "eUWU" account?😂💗\n\n#lolmemes #LeagueOfLegends #leagueoflegendsEU #VTuber #ENVTuber https://t.co/qCERKekKyg
## 3996                                          RT @LaurenB56946765: Started playing a game again. #StarGuardian #mobilegame #LeagueofLegends https://t.co/pZMnxY1yr7
## 3997                                                        RT @joiejoy_lm: LeBlanc, The Deceiver.\n#LeBlanc #LeagueOfLegends #ArtofLegends https://t.co/VpkmUgRb5q
## 3998                                      RT @N_I_X_E_U: Purple Butterflies\n#digitalart #kaisa #LeagueOfLegends\n⋗ https://t.co/eWo50Mm2Bd https://t.co/ul1ZyhdQRe
## 3999               RT @mahou_michi: "Let's do this by the book."\n\nWho is your favorite character from League of Legends?👀\n\n#arcane #ArcaneArt #LeagueofLegends…
## 4000                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4001                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4002                  RT @LoLMemesBot: Wait...It's all just Neace Tips?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds202…
## 4003                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4004                               RT @skymagpieart: Hot edgy assassins looking at you, wyd? \n#kayn #akali #LeagueOfLegends #akalixkayn 💚💙 https://t.co/1eT5xXgsTl
## 4005                 RT @blazordiffusion: Samira of League of Legends! #LeagueOfLegends  #Samira #stablediffusion \n\nhttps://t.co/0xtqGDUfQL https://t.co/mxb0caT…
## 4006                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4007                  RT @LoLMemesBot: Wait...It's all just Neace Tips?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds202…
## 4008                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4009                               RT @skymagpieart: Hot edgy assassins looking at you, wyd? \n#kayn #akali #LeagueOfLegends #akalixkayn 💚💙 https://t.co/1eT5xXgsTl
## 4010               RT @fluffypuffy0w0: 🥹 Yone &lt;33 ✨️\n#yone #wildrift #leagueoflegends #leagueoflegendsfanart #yonefanart #spiritblossom https://t.co/OPEm6GDWW5
## 4011                   RT @lazystormcloud: happy birthday pretty girl :’) #happybirthdayvi #LeagueOfLegendsFanArt #LeagueOfLegends #vileagueoflegends #vifanart ht…
## 4012                   RT @lazystormcloud: happy birthday pretty girl :’) #happybirthdayvi #LeagueOfLegendsFanArt #LeagueOfLegends #vileagueoflegends #vifanart ht…
## 4013            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 4014                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4015                 RT @AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao. \n\nhttps:/…
## 4016                   RT @YahooEsportsSEA: Due to one of ARAM’s newest features, some players have discovered an Anivia bug. #LeagueofLegends https://t.co/BtEzz5…
## 4017                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4018                      RT @Drawing_Jimmy: Zoe x Aurelion Sol coming home from the grocery store ♥️♥️♥️, #Zoe #AurelionSol #ArtofLegends #LeagueOfLegendsFanArt #Le…
## 4019                                                              RT @MikeJCart: League of Legends\n#LeagueOfLegends #LeagueOfLegendsfanart https://t.co/0gvMUznHCl
## 4020                                                 RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 4021                    RT @MarvOldGamer: 🔴Live | 👋🏻Welcome!👋🏻 | 🎅Merry Christmas🎅🎄Happy Holydays🎄🎆Happy New Year🎆🌠Wish you all the best🌠 #LeagueofLegends #Gaming…
## 4022                RT @MrNobod16072554: UpGonna do some comic reading\n \n#leagueoflegends #emperor #animegirls\n\nhttps://t.co/7B33xLk7mW https://t.co/H4EERNuYyg
## 4023                  RT @luce_azu: I thought i posted this here but i was wrong XD\nThis was a practice on ibis paint cuz i want to use my phone to draw to but i…
## 4024                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4025                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4026                RT @MrNobod16072554: UpGonna do some comic reading\n \n#leagueoflegends #emperor #animegirls\n\nhttps://t.co/7B33xLk7mW https://t.co/H4EERNuYyg
## 4027                                                           RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT
## 4028                                                RT @IndiiCreates: 🌅Hope for the future🌅\n\nMel, arcane fanart.\n\n#LeagueOfLegends #art https://t.co/xVDITv2HZ7
## 4029                                                        RT @joiejoy_lm: LeBlanc, The Deceiver.\n#LeBlanc #LeagueOfLegends #ArtofLegends https://t.co/VpkmUgRb5q
## 4030               RT @mahou_michi: "Let's do this by the book."\n\nWho is your favorite character from League of Legends?👀\n\n#arcane #ArcaneArt #LeagueofLegends…
## 4031                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4032                 RT @firepix515: Zero War Ahri Fortnite skin concept!\n\nTrapped in a world far from her home, and with little choice, Ahri joins the fight to…
## 4033                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4034                RT @Balea_studio: I love making #cute #girls with cute hair colors✨✨\n#emoteartist #emotes #twitch #TwitchEmotes #Emotes #Ibispaintx #commis…
## 4035               RT @mahou_michi: "Let's do this by the book."\n\nWho is your favorite character from League of Legends?👀\n\n#arcane #ArcaneArt #LeagueofLegends…
## 4036                                                                    RT @liddlemeow: I'm winning with champs I don't even play, I'm that bored. #LeagueOfLegends
## 4037                                          RT @fuwamoowa: mythmaker irelia 🥮\n\n#mythmakerirelia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/xnHojfPNte
## 4038                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4039               RT @mahou_michi: "Let's do this by the book."\n\nWho is your favorite character from League of Legends?👀\n\n#arcane #ArcaneArt #LeagueofLegends…
## 4040                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4041              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4042                                                              RT @JaredPo87147132: It's a lot of fun.🙊🙊🙊 #StarGuardian #LeagueofLegends https://t.co/YRmJzmEqg3
## 4043                  RT @LoLMemesBot: A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 4044                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 4045               RT @mahou_michi: "Let's do this by the book."\n\nWho is your favorite character from League of Legends?👀\n\n#arcane #ArcaneArt #LeagueofLegends…
## 4046                                                          RT @freefireJack2: The world is wonderful.🎮🎮🎮🎮 #Gameplay #LeagueofLegends #Worlds2021 #TLWIN #GENGWIN
## 4047                  RT @qed57: #RiotGames (#LeagueofLegends) Trying To Get Out Of Terrible Crypto Sponsorship Deal with #FTX #SBF\n\nhttps://t.co/pI9Ccwiysj via…
## 4048                  RT @LoLMemesBot: Thanks Rito\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Sp…
## 4049               RT @mahou_michi: "Let's do this by the book."\n\nWho is your favorite character from League of Legends?👀\n\n#arcane #ArcaneArt #LeagueofLegends…
## 4050              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4051              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4052              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4053                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4054                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 4055                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 4056                                                                                 RT @LOLegendsMemes: based gank #LeagueOfLegends #Memes https://t.co/WthTB6ZQvw
## 4057                    RT @MarvOldGamer: 🔴Live | 👋🏻Welcome!👋🏻 | 🎅Merry Christmas🎅🎄Happy Holydays🎄🎆Happy New Year🎆🌠Wish you all the best🌠 #LeagueofLegends #Gaming…
## 4058                  RT @arvazi2: It was fun.👇 #mobilegame #Fanart #LeagueofLegends #YıldızMuhafızları #GuardianasEstelares #Nilah \nSource: https://t.co/UU5kTBh…
## 4059                  RT @arvazi2: It was fun.👇 #mobilegame #Fanart #LeagueofLegends #YıldızMuhafızları #GuardianasEstelares #Nilah \nSource: https://t.co/UU5kTBh…
## 4060                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4061                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 4062                RT @BiirdyGirl: A video of Cosmic Harpy Lissandra.\n Hope you like it !\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #lissand…
## 4063              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4064                           RT @sasoxichomoshi: ✨ so whimsical ✨\n\n#artoflegends #leagueoflegends #skinconcept #lulu #mestreensinador https://t.co/GnO7bTOQqT
## 4065                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4066                   RT @X17Swan: I'm not sure what to think about this game. #StarGuardian #LeagueofLegends #mobilegame #GuardianasEstelares #GENGWIN #YıldızMu…
## 4067                                RT @Moondustina: Supports life 🤧\n\n#leagueoflegends #artoflegends #leagueoflegendsfanart #janna #xayah https://t.co/XZwS8bnIgy
## 4068                                                                                 RT @LOLegendsMemes: based gank #LeagueOfLegends #Memes https://t.co/WthTB6ZQvw
## 4069              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4070               RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…
## 4071                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4072                  RT @qed57: #RiotGames (#LeagueofLegends) Trying To Get Out Of Terrible Crypto Sponsorship Deal with #FTX #SBF\n\nhttps://t.co/pI9Ccwiysj via…
## 4073              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4074                RT @DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock #leaguetwt h…
## 4075              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4076                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 4077                        RT @NIJISE_: I HAVE 2 SIDES\n.\nNeeko and Viego, my mains in lol \n#viego #neeko #ArtofLegends #LeagueOfLegends https://t.co/VDGU3MNtoh
## 4078                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4079                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 4080               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 4081                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4082             RT @stats_live_es: ▶️ League of Legends - Top streams a las 08:58 (Hora ESP)🔥\n\n🥇 #nezumivy➖Viewers: 831\n🥈 #JimRsNg➖Viewers: 535\n🥉 #Lindsan➖…
## 4083                                          RT @fuwamoowa: mythmaker irelia 🥮\n\n#mythmakerirelia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/xnHojfPNte
## 4084                   RT @LittleNamiRose: Go watch @GuardiansWarcry Sub and follow. Here is his weekly schedule! #gamer #twitch #streamer #Overwatch2 #worldofwar…
## 4085              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4086                   RT @AlstanfordA: So an update on my wip, the holidays have me a little stressed, but I've been working on this. Happy with how it's looking…
## 4087                  RT @LoLMemesBot: jesse we must burst enemy champions with % health damage jesse\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #Le…
## 4088                   RT @atomicant_cami: my friend really likes jinx x cait and in this house we dont shame #LeagueOfLegends #artoflegends https://t.co/Hd8ILRpb…
## 4089               RT @ItsSojuTime: Looking for chill #LeagueOfLegends Players that can Flex Roles &amp; just chill and vibe with a few new people that are learni…
## 4090                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4091                                                                      RT @nikoniko_808: 💥jinx doodles 💥\n#jinx #arcane #LeagueOfLegends https://t.co/VZzFqRqdOr
## 4092                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 4093                                                RT @Leahmeow9: just you and me Fishbones- Jinx\n\n#arcane #jinxcosplay #LeagueOfLegends https://t.co/z1bcCaTIgx
## 4094                                             RT @urannius: I finished it 🥹🥹\n\n#caitlynkiramman #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/fAfSdj2nFC
## 4095                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4096                                                            RT @KingoftheP0nd: 1v2 to secure scuttle #LeagueOfLegends #gaming #volibear https://t.co/1YTYLGgObi
## 4097                               RT @Santlukearts: Happy Birthday Vi 🎉🎉🎊🎊\n\n#vi #arcane #leagueoflegends #arcanefanart #viarcane #sketch https://t.co/JMo1gdZ17u
## 4098           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 4099               RT @Excellete_tv: First sett.exe highlight video up on Youtube! Lots of fun editing by our editor, Snooki 😊\n\nhttps://t.co/Fgg49LLe4r\n\n#yout…
## 4100                                                                         RT @is_is_gemini_is: Powder #Jinx \n\n#arcane #LeagueOfLegends https://t.co/KyiS8U3YWD
## 4101                  RT @Catheri27847830: We are trying out the game.🥺🥺🥺🥺🥺 #LeagueofLegends #Game #Fanart #YıldızMuhafızları #GENGWIN #Nilah \nOriginal: CovenLeB…
## 4102                  RT @Catheri27847830: We are trying out the game.🥺🥺🥺🥺🥺 #LeagueofLegends #Game #Fanart #YıldızMuhafızları #GENGWIN #Nilah \nOriginal: CovenLeB…
## 4103                                                                             RT @chajasu: BET #LeagueofLegends | Captured by #Outplayed https://t.co/fy3T7B7uwa
## 4104                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4105             RT @stats_live_es: ▶️ League of Legends - Top streams a las 08:58 (Hora ESP)🔥\n\n🥇 #nezumivy➖Viewers: 831\n🥈 #JimRsNg➖Viewers: 535\n🥉 #Lindsan➖…
## 4106                   RT @shapy_wa: baddest ahri acts like a REAL badass🖤 nsfw + comic versions here: https://t.co/8zBk0uIJnj 🤭 #ahri #baddest #kda #LeagueOfLege…
## 4107                   RT @shapy_wa: popstar ahri! wanna see the🍑?🤭 check out my patreon: https://t.co/8zBk0uIJnj 💖 #ahri #popstar #LeagueOfLegends #art #fanart #…
## 4108                                                                 RT @kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3
## 4109                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 4110                  RT @LoLMemesBot: Rate my new name\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelio…
## 4111                  RT @victorli_ran: everybody wants to be my enemy\n#ARCANExDRAGONSxJID #ARCANE #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/WsWe03a7Vu
## 4112              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4113                  RT @Catheri27847830: We are trying out the game.🥺🥺🥺🥺🥺 #LeagueofLegends #Game #Fanart #YıldızMuhafızları #GENGWIN #Nilah \nOriginal: CovenLeB…
## 4114               RT @leochamposa: #loltubre2022 DAY 4; Favorite couple \n\nThis year my favorite couple is Lee Sin and Udyr 🤠\n\n#LoLtubre #LeagueOfLegends #cre…
## 4115                                                RT @dr_shotus: Drew a bit of modern #viego bcs I can.\n\n#artoflegends #leagueoflegends https://t.co/Dhjb5lp1jX
## 4116                                                                 RT @kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3
## 4117                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4118                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4119                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4120                   RT @metalichotchoco: Official yordle alignment chart #kennen #poppy #lulu #tristana #Teemo #ziggs #corki #veigar #rumble #fizz #gnar #vex #…
## 4121                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4122                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 4123                 RT @metalichotchoco: Elderwood veigs is still plenty fuzzy, drawing him half mask was fun \n\n#LeagueOfLegendsFanArt #ArtofLegends #veigar #L…
## 4124                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4125                 RT @sabeapurpura: Team Yordles! 💜\n🎨「https://t.co/bXpUKRLor5」 ̖́-\n#Leagueoflegends #artoflegends #poppy #lulu #vex #tristana https://t.co/aj…
## 4126                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4127                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4128                                                    RT @localsya: Full sketch page of Syndra, missed drawing her tbh \n#LeagueOfLegends https://t.co/TP5Eajy7PX
## 4129                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4130                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4131                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4132              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4133           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 4134                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4135    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 4136                 RT @Rysaczowo: TF, hide your deck pls.\n\nSo yeah... As I had a lot of things to do today I promised myself a tiny self care sketch. Not ever…
## 4137                 RT @Rysaczowo: Once in my goddamn lifetime I will say it unironically: Thank you, Riot.\n\n#LeagueOfLegends #LeagueofLegendsart #idiotpirates…
## 4138                       RT @pinksthinkss: just playing with a new artstyle :&gt;\n\n#vi #arcane #leagueoflegends #arcanefanart #viarcane https://t.co/MOpGrXFfd0
## 4139                                                                              RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q
## 4140                   RT @galacticmafia: gift for @Tobias_Fate of twisted fate and graves! he suggested a pic of them back to back in a fight, so naturally i had…
## 4141                  RT @J0ker_LoL: Since these two cute pirates finally are together I made two headers for them that are FREE to use❤️ \n\n#LeagueOfLegends #Art…
## 4142                                            RT @_krez2902: Twisted Fate visual update when?\n\n#tfgraves #idiotpirates #leagueoflegends https://t.co/qdPSo0dBa7
## 4143                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4144             RT @Rysaczowo: #idiotpirates but it's Lilo &amp; stitch\n\nCause apparently a few centimeters of height difference between Fate and Graves are en…
## 4145                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 4146             RT @Rysaczowo: #idiotpirates but it's Lilo &amp; stitch\n\nCause apparently a few centimeters of height difference between Fate and Graves are en…
## 4147              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4148             RT @Rysaczowo: #idiotpirates but it's Lilo &amp; stitch\n\nCause apparently a few centimeters of height difference between Fate and Graves are en…
## 4149              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4150                   RT @nugothezreal: I'm offering this tfgraves skin pairing to the league of legends wild rift community and hoping people will draw them tog…
## 4151                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4152                                                    RT @localsya: Full sketch page of Syndra, missed drawing her tbh \n#LeagueOfLegends https://t.co/TP5Eajy7PX
## 4153                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4154                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 4155                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4156                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 4157              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4158                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 4159                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4160                    RT @Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I've yet…
## 4161                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 4162                   RT @JerryBu49551618: Hope you're doing well!👏👏👏 #Game #LeagueofLegends #LeagueOfLegendsFanArt #YıldızMuhafızları #Bjergsen #GuardianasEstel…
## 4163                                                                                      RT @arvve: love them \n#tfgraves #leagueoflegends https://t.co/f9IiXADBf6
## 4164              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4165                                       RT @spicebowls: Oh LOOK. IM ACTIVE. and im drawing??\n\n#idiotpirates #tfgraves #LeagueOfLegends https://t.co/EcVFaFbll7
## 4166                RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 4167                       RT @OSenekart: I love those two with all my heart\n#idiotpirates #tfgraves #LeagueofLegends #Graves #twistedfate https://t.co/qmMXab0JBy
## 4168                                                          RT @hi__host: Husbands having a good time 🕺🕺❤️\n~~\n#tfgraves #LeagueOfLegends https://t.co/gv5s7Q67Db
## 4169                RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…
## 4170                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4171                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4172              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4173                 RT @RangerEd_64: Reading, Everything We Should Have Said (K'Sante Story) https://t.co/3AeiGMeGZh via @YouTube \n\n#LeagueOfLegends #League_of…
## 4174              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4175                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4176                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 4177                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 4178                                           RT @L0VERSEYES: they will never be besties... *spits cereal*\n#leagueoflegends #rhaast #jinx https://t.co/DsfXCufMCj
## 4179                   RT @swifttitain: After about 2 years, I finally got every skin for my otp champ....#LeagueOfLegends #League_of_Legends #lolwr https://t.co/…
## 4180                                                     RT @Onezeroisten: welcome home Yasuo, dinners ready\n#yone #yasuo #LeagueOfLegends https://t.co/rnpndoIzkV
## 4181                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4182                                   RT @ClowneryMilk: Sus\ni mean\nSylas\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Sylas https://t.co/4Cq1WSNN1F
## 4183                                   RT @ClowneryMilk: Sus\ni mean\nSylas\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Sylas https://t.co/4Cq1WSNN1F
## 4184                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 4185                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4186              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4187                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4188                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4189                  RT @LoLMemesBot: Even Riot playing the game with lags.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worl…
## 4190                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4191                 RT @EloDragonLoL: new feature. never seen before\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legend…
## 4192                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 4193                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 4194                                            RT @2Hathorn: Happy Birthday to Vi! (12/19/22) \n\n❤️♥️💜💗💖💕💞💓❣️💘💟💝\n\n#Arcane #LeagueOfLegends https://t.co/jtmrKvGvPE
## 4195                 RT @JJKunArts: I swear it sounded funnier in my head(?\n\n#Settphel  #settphelios  #Sett #Aphelios  #phelsett #settxaphelios #artoflegends #L…
## 4196                   RT @doctorcozzplays: We’re late, but we’re still streaming! Home from a work holiday party and ready to play some LEAGUE! #twitchstreamer #…
## 4197                                                            RT @BonniieA: Ahri 🦊\nher new model is beautiful🧡\n\n#Ahri #LeagueOfLegends https://t.co/vymcs8hmVz
## 4198                                                                              RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q
## 4199                                                 RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 4200              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 4201                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4202                  RT @Spoopy_Owl: 🪩Space Groove Viego🪩\n\nA king from a faraway planet has come to join The Jam and groove out! Happiness fills the room as he…
## 4203                  RT @loreofruneterra: Janna - Biography (Audiobook): submitted by  /u/PrestigeEditionBooks  \n [link] [comments] https://t.co/ltz3Za1cSL #lor…
## 4204                   RT @LOLegendsMemes: The Chinese spyware gacha games are going to have a field day with this once they realize they don't even have to pay a…
## 4205                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4206                   RT @doctorcozzplays: We’re late, but we’re still streaming! Home from a work holiday party and ready to play some LEAGUE! #twitchstreamer #…
## 4207                   RT @doctorcozzplays: We’re late, but we’re still streaming! Home from a work holiday party and ready to play some LEAGUE! #twitchstreamer #…
## 4208                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4209                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4210                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4211                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 4212                  RT @MYP_esport: Loading....\n+Info @messaval @MaraYPrice \n#valorant #ApexLegends #Fortnite #CSGO #RainbowSixSiege #LeagueOfLegends #eSports…
## 4213              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4214                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4215                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 4216                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4217                   RT @o_oleu: Day 27 of #skintober Shan Hai Scrolls Vladimir “The Inkweaver Demon” #LeagueOfLegends #ArtofLegends #vladimir https://t.co/UTNY…
## 4218              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4219                RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…
## 4220              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:08 (Hora ESP)🔥\n\n🥇 #PochiPoom➖Viewers: 468\n🥈 #JimRsNg➖Viewers: 411\n🥉 #elubama…
## 4221                 RT @EloDragonLoL: new feature. never seen before\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legend…
## 4222               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4223                                                             RT @ProjectAiyoh: Sett Gym Selfie 🤳  #Sett #nsfwart #bara #LeagueOfLegends https://t.co/mWhQ5YVfpa
## 4224                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 4225                RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 4226                  RT @MangakaNekoChan: Found this old sketch of music verse #Seraphine and #Viego being best friends and polished it a bit✨\n#LeagueOfLegends…
## 4227                   RT @AnneAnd81932053: Wanna play games? #LeagueofLegends #LeagueOfLegendsFanArt #MOBA #TransformaTuDestino #StarGuardian #TLWIN https://t.co…
## 4228                   RT @AnneAnd81932053: Wanna play games? #LeagueofLegends #LeagueOfLegendsFanArt #MOBA #TransformaTuDestino #StarGuardian #TLWIN https://t.co…
## 4229                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4230               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 4231                  RT @LoLMemesBot: A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 4232                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4233                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4234                   RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…
## 4235              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4236               RT @medok_art: Behind the scenes and Typical working day at "Thresh Records"\n\nHave a nice productive week!💚\n\n#Thresh #Viego #LeagueOfLegend…
## 4237                           RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel
## 4238              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4239                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4240                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4241                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 4242                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4243                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4244                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4245                                                             RT @Kaikepe77996148: #Arcane #ekko #jinx #LeagueOfLegends \nBoy Savior🌌💚🧡💛 https://t.co/xe89hmM2gp
## 4246                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4247                RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…
## 4248              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4249                   RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…
## 4250                   RT @beetlebees: Practicing painting when I pause the show, this was an hour study  🐝#arcane #jayce #jaycetalis #LeagueOfLegends #LeagueOfLe…
## 4251                                RT @leochamposa: Good for them 🥺 \n\n#LeagueOfLegends #creadoresdelollatam #sett #aphelios #settphelios https://t.co/kY4mh7xjIh
## 4252                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4253                                                                                         RT @vatheja: arcana #jinx wip #LeagueOfLegends https://t.co/rqg9F7vAJP
## 4254                  RT @AskyReddit: I like this game.👇 #LeagueofLegends #LeagueOfLegendsFanArt #ArtofLegends #TLWIN #G2WIN #КосплейLoL \nOriginal: Bunnicow http…
## 4255                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4256                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4257                   RT @swifttitain: After about 2 years, I finally got every skin for my otp champ....#LeagueOfLegends #League_of_Legends #lolwr https://t.co/…
## 4258                                           RT @MakeeYhang: Enjoy💕💕💕 #LeagueOfLegendsFanArt #mobilegame #LeagueofLegends #YıldızMuhafızı #Worlds2021 #КосплейLoL
## 4259                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4260                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4261                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4262                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 4263                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4264                RT @medok_art: Just my silly lilttle video w Viego's signature! Enjoy!💚\n(WATCH TILL THE END)\n\n#Viego #LeagueOfLegends #ArtofLegends #Ruinat…
## 4265               RT @KenApplepi: Withered Rose Viego 🌹\n#Conceptober2022 (23/31)\n\n#LeagueOfLegends #ArtofLegends #artistsontwitter #viego #conceptart\nList by…
## 4266                              RT @ninetthorn: croptop kings ✨👑\n\n#ksante #viego #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/7WvHejv9Xe
## 4267            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 4268                  RT @HdDxrth: It's an amazing game! #LeagueofLegends #Game #GuardiãsEstelas #ClashLoL #StarGuardian \nOriginal: omidyla https://t.co/KXVxKU7X…
## 4269                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4270                   RT @M0nkaeee: Splash idea for a concept of winterblessed Ahri I seen that I had laser focused on (she is NOT my design 🚨🚨🚨🚨) 🥹 AWESOME CONC…
## 4271                 RT @grymalk1nn: POV you stole your ad carry’s cs\n\n#Caitlyn #ArtofLegends #LeagueOfLegendsFanArt #LeagueofLegends #Riot #caitlynkiramman htt…
## 4272                       RT @pinksthinkss: just playing with a new artstyle :&gt;\n\n#vi #arcane #leagueoflegends #arcanefanart #viarcane https://t.co/MOpGrXFfd0
## 4273                RT @BiirdyGirl: A video of Cosmic Harpy Lissandra.\n Hope you like it !\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #lissand…
## 4274                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4275                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4276                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4277            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 4278                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 4279              RT @alexiassama: Finally finished my Vi artwork 💗✨ it's very simple but I'm proud of it! :)\n\nEvery retweet is appreciated 🙏\n\n#arcane #Leagu…
## 4280                 RT @CATBR3AD: No price is too great. No atrocity beyond my reach.\n\n#LeagueofLegends #ArtofLegends #LeagueofLegendsFanart #Viego https://t.c…
## 4281                  RT @Spoopy_Owl: 🪩Space Groove Viego🪩\n\nA king from a faraway planet has come to join The Jam and groove out! Happiness fills the room as he…
## 4282            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 4283                 RT @RivenStore: Who remembers that?\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lolstuff htt…
## 4284                RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 4285                RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 4286                  RT @arvazi2: It was fun.👇 #mobilegame #Fanart #LeagueofLegends #YıldızMuhafızları #GuardianasEstelares #Nilah \nSource: https://t.co/UU5kTBh…
## 4287                   RT @LuneSnowTail: furry friday's streams are getting complex and that is good!! today I made a #yuumi #fanart from #LeagueOfLegends on twit…
## 4288              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4289                   RT @LoLMemesBot: Sometimes you just have to have more brain damage than the enemy.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx…
## 4290                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4291              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4292              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 4293                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4294                  RT @CelestialLexi: Do you have a "eUWU" account?😂💗\n\n#lolmemes #LeagueOfLegends #leagueoflegendsEU #VTuber #ENVTuber https://t.co/qCERKekKyg
## 4295                 RT @__kirene: i want what they have fr fr\n\n#settphel #phelsett #settphelios #sett #aphelios #spiritblossom #LeagueOfLegends #ArtofLegends #…
## 4296                   RT @Pixel__Byte: Riot Games Trying To Get Out Of Terrible Crypto Sponsorship Deal https://t.co/rYK1WdeI90 #riotgames #riot #leagueoflegends…
## 4297                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4298                                                   RT @Eggpoach1: The squid battle is about to start. #mobilegame #LeagueofLegends #LoL https://t.co/ARybaqwjfM
## 4299                  RT @luce_azu: I thought i posted this here but i was wrong XD\nThis was a practice on ibis paint cuz i want to use my phone to draw to but i…
## 4300                                                 RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 4301                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 4302                  RT @MangakaNekoChan: Found this old sketch of music verse #Seraphine and #Viego being best friends and polished it a bit✨\n#LeagueOfLegends…
## 4303                                      RT @leochamposa: Would you still love me if I was a worm? 🥺 \n\n#LeagueOfLegends #katarina #garen https://t.co/7vBJbdywi8
## 4304                RT @leochamposa: #LoLtubre2022 DAY 1: Favourite Champ \n\nYou already know, Garen is my baby 🥺❤️\n\n#LeagueOfLegends #LoLtubre #creadoresdeloll…
## 4305                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4306                   RT @LaurenMorXO: Convinced majority of people in solo que have lower than average IQs or that the claimed average is actually much higher t…
## 4307                RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…
## 4308                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4309                 RT @Spoopy_Owl: 🎶 Last Melody 🎶\n\nThe last notes on repeat, to remember his once happy life made by his creator. Now forgotten, it is all th…
## 4310                 RT @leochamposa: Zeri looking how the rest of ADC's are getting buffs while she keeps being nerfed\n\n#LeagueOfLegends #creadoresdelollatam #…
## 4311                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4312                   RT @lazystormcloud: happy birthday pretty girl :’) #happybirthdayvi #LeagueOfLegendsFanArt #LeagueOfLegends #vileagueoflegends #vifanart ht…
## 4313                   RT @lazystormcloud: happy birthday pretty girl :’) #happybirthdayvi #LeagueOfLegendsFanArt #LeagueOfLegends #vileagueoflegends #vifanart ht…
## 4314                 RT @leochamposa: Zeri looking how the rest of ADC's are getting buffs while she keeps being nerfed\n\n#LeagueOfLegends #creadoresdelollatam #…
## 4315               RT @medok_art: Behind the scenes and Typical working day at "Thresh Records"\n\nHave a nice productive week!💚\n\n#Thresh #Viego #LeagueOfLegend…
## 4316                              RT @ninetthorn: croptop kings ✨👑\n\n#ksante #viego #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/7WvHejv9Xe
## 4317                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4318                  RT @Spoopy_Owl: 🪩Space Groove Viego🪩\n\nA king from a faraway planet has come to join The Jam and groove out! Happiness fills the room as he…
## 4319                    RT @AimlessBros: My pre season so far. \n\nRyze feels hella strong so gonna spam him for a bit.\n\n#LeagueOfLegends https://t.co/AzoiP4vyxn
## 4320                  RT @Spoopy_Owl: 🪩Space Groove Viego🪩\n\nA king from a faraway planet has come to join The Jam and groove out! Happiness fills the room as he…
## 4321                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 4322              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4323                                                             RT @Taryn_Cosplay: "I command, you obey!" 😈 Viego\n#LeagueOfLegends #Viego https://t.co/REsrioOJgs
## 4324                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4325                  RT @MangakaNekoChan: Found this old sketch of music verse #Seraphine and #Viego being best friends and polished it a bit✨\n#LeagueOfLegends…
## 4326              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4327              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4328                  RT @Spoopy_Owl: 🪩Space Groove Viego🪩\n\nA king from a faraway planet has come to join The Jam and groove out! Happiness fills the room as he…
## 4329                RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 4330                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4331                 RT @Spoopy_Owl: 🎶 Last Melody 🎶\n\nThe last notes on repeat, to remember his once happy life made by his creator. Now forgotten, it is all th…
## 4332               RT @KenApplepi: Withered Rose Viego 🌹\n#Conceptober2022 (23/31)\n\n#LeagueOfLegends #ArtofLegends #artistsontwitter #viego #conceptart\nList by…
## 4333                              RT @ninetthorn: croptop kings ✨👑\n\n#ksante #viego #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/7WvHejv9Xe
## 4334                RT @medok_art: Just my silly lilttle video w Viego's signature! Enjoy!💚\n(WATCH TILL THE END)\n\n#Viego #LeagueOfLegends #ArtofLegends #Ruinat…
## 4335                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4336                 RT @Spoopy_Owl: 🎶 We played hide and seek in waterfalls 🎶\n\n#Viego #LeagueOfLegends #Artoflegends #LeagueOfLegendsFanArt https://t.co/Dp8ON7…
## 4337                  RT @AnieWein: Eve is queen of legs💎\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #akalynn #kdathebaddest #KDAISBACK #akalixevelynn…
## 4338                  RT @MacqueeniiMoth: Just some Pentakill Karthus and Viego doodles. Wanted to draw some singing peeps so here they are.\n#LeagueOfLegends #Le…
## 4339                  RT @MangakaNekoChan: Found this old sketch of music verse #Seraphine and #Viego being best friends and polished it a bit✨\n#LeagueOfLegends…
## 4340                RT @GoodBirbb: what he's angry about??\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Viego \n#УкрАрт #УкрАртПідтримка https://t.co…
## 4341                 RT @By_meeeeeeeee: My first design Viego cat\n.\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends   #lolfanart #viego https://t.co/rXLQe…
## 4342                              RT @SoongCi: Just... a simple Viego &lt;3\n\n#viego #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/q6Pl023asg
## 4343                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4344               RT @medok_art: Behind the scenes and Typical working day at "Thresh Records"\n\nHave a nice productive week!💚\n\n#Thresh #Viego #LeagueOfLegend…
## 4345                   RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…
## 4346                      RT @By_meeeeeeeee: Viego cat part 3\n.\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends   #lolfanart #viego https://t.co/pXzKAGr2AW
## 4347               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 4348                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 4349              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4350                                                 RT @shrimpfriedpies: anyway heres wonderwall #ArtofLegends #seraphine #LeagueOfLegends https://t.co/AJX2a73XPP
## 4351               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4352              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4353              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4354                  RT @Same_VoiceActor: In Japanese, DIO from JoJo's Bizzare Adventures has the same voice actor as Sett from League of Legends.\n#JoJosBizarre…
## 4355                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4356                           RT @mushiefrogg: some old musical #vieshan I need to draw pentakevin more\n\n#viego #akshan #LeagueOfLegends https://t.co/lrWO9gfdDp
## 4357                           RT @mushiefrogg: some old musical #vieshan I need to draw pentakevin more\n\n#viego #akshan #LeagueOfLegends https://t.co/lrWO9gfdDp
## 4358               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 4359                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4360                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 4361                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4362                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4363               RT @yattadante: Weekly Schedule Tweet!\n\nSCHEDULE\nFortnite Fridays - Cancelled for this week #Fortnite\nMOBA Mondays - Cancelled for this wee…
## 4364                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4365                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4366                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4367                    RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 4368                             RT @Scionraccoon: Glorious\n\n#Viktor #MachineHerald #LeagueOfLegends #myart #meme #helpmepleasererghjhyrt https://t.co/n0UqZiYoiO
## 4369                  RT @LoLMemesBot: Friend just sent me this. Ads for scripts! Lets gooo!\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLeg…
## 4370                                                                                         RT @vatheja: arcana #jinx wip #LeagueOfLegends https://t.co/rqg9F7vAJP
## 4371                                        RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT
## 4372                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4373                RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 4374               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4375                                  RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux
## 4376                RT @Jetto__: https://t.co/S22zS1ilVj                 \nHIGH MMR BIG PLAYS BIG ACTION\n#twitch #twitchtvstreamer #twitchstreamer #twitchtv  \n#…
## 4377                   RT @Tak_The_Mac: #LeagueOfLegends Yes! I love Rhaast and all but healing has been a problem in my mind since I started a little less than a…
## 4378                                                           RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT
## 4379                RT @_another_tina_: This took so long, but the Firelight Ezreal design I did for fun is done\n\n.\n#Ezreal #Ekko #LeagueOfLegends https://t.co…
## 4380                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4381                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4382                   RT @LaurenMorXO: Convinced majority of people in solo que have lower than average IQs or that the claimed average is actually much higher t…
## 4383                   RT @Pixel__Byte: Riot Games Trying To Get Out Of Terrible Crypto Sponsorship Deal https://t.co/rYK1WdeI90 #riotgames #riot #leagueoflegends…
## 4384                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4385                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4386                                                                              RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q
## 4387                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4388                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4389              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4390              RT @alexiassama: Finally finished my Vi artwork 💗✨ it's very simple but I'm proud of it! :)\n\nEvery retweet is appreciated 🙏\n\n#arcane #Leagu…
## 4391                    RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 4392                   RT @LaurenMorXO: Convinced majority of people in solo que have lower than average IQs or that the claimed average is actually much higher t…
## 4393                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4394                 RT @kilianjunk: Akali fanart in the style of Project L. You can find more shots on Artstation:\nhttps://t.co/J6MaRW2KDa\n@riotgames @ProtomCa…
## 4395                 RT @RangerEd_64: Reading, Everything We Should Have Said (K'Sante Story) https://t.co/3AeiGMeGZh via @YouTube \n\n#LeagueOfLegends #League_of…
## 4396                                                             RT @Erundel: 【AU】Saltying with Maple and Luca https://t.co/H149UFcwVn   #LeagueOfLegends #vtuber
## 4397                                                                              RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q
## 4398                                                 RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 4399              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4400                                                         RT @Lethalborz: Pantheon has Flashbacks.\n\n#pantheon #Aatrox #LeagueOfLegends https://t.co/zPcon6maqw
## 4401                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4402                                              RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 4403                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4404                       RT @pinksthinkss: just playing with a new artstyle :&gt;\n\n#vi #arcane #leagueoflegends #arcanefanart #viarcane https://t.co/MOpGrXFfd0
## 4405                RT @AndiDoodleStash: https://t.co/WvhpsjU4e4\nA drawing of KaynPhel as the singer and the bassist of a visual kei band 💙💜\n\n#Aphelios #Kayn #…
## 4406                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4407                                              RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 4408                       RT @tharouu: Match Icon\nYone &amp; Yasuo\nArtist : @MessyRi \n#Yone #Yasuo #LeagueOfLegends #Lol #SpiritBlossom https://t.co/sf5gOFHdCh
## 4409                                                                     RT @dravensgf: Dont leave me meow :c \n#leaguetwt #LeagueOfLegends https://t.co/YVOJx0g2wt
## 4410                                                   RT @NicoleB42064037: I like this game.🚀🚀🚀🚀 #MOBA #LeagueofLegends #ArtofLegends #StarGuardian #ФанАрт #TLWIN
## 4411           RT @Feather_Fatale: Decided to choose a chroma that fits the winter a little more (Even tho I don't have snow &gt;w&lt;)\n\nDo NOT repost my commis…
## 4412                                                                       RT @JUrsus: Happy Birthday Vi\n19/12\n#LeagueOfLegends #piltover https://t.co/lQoruvhSun
## 4413               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 4414                  RT @BMObop_: Final piece✨ | no repost | #arcane #fanart #sketch #drawing #art #digital #digitalasset #vi #viarcane #LeagueOfLegends #artwor…
## 4415                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4416                  RT @catinipicnic: By popular demand ♡ Choose the champion for the next set of emotes !\n\nI am beyond flattered with the amount of support I…
## 4417                RT @AndiDoodleStash: https://t.co/WvhpsjU4e4\nA drawing of KaynPhel as the singer and the bassist of a visual kei band 💙💜\n\n#Aphelios #Kayn #…
## 4418                                                 RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 4419                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4420                                                                              RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q
## 4421                  RT @LoLMemesBot: Zeri gets trolled\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Apheli…
## 4422                                                                                                           RT @WaxiTaxi_: Plz make ranked Aram #LeagueOfLegends
## 4423                RT @ikaatako: Neeko always manages to find new friends....\nit's a pity that they didn't intersect in the SG story\n\n#ArtofLegends #LeagueOfL…
## 4424                                                                                         RT @vatheja: arcana #jinx wip #LeagueOfLegends https://t.co/rqg9F7vAJP
## 4425                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4426                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4427                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4428                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4429               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4430                                                                              RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q
## 4431                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4432                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4433                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4434                                      RT @PamMoruno: Well... the horny jail is my place.\n\n#ArtofLegends #LeagueOfLegends #RenataGlasc https://t.co/u34EYkRYOG
## 4435                                                                 RT @riverf1sh: The President's New Year speach\n1\\2\n#leagueoflegends https://t.co/NXzbfB5321
## 4436                                                                                         RT @vatheja: arcana #jinx wip #LeagueOfLegends https://t.co/rqg9F7vAJP
## 4437                                                                              RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q
## 4438                  RT @GrumpyGoatie: I'm gonna dedicate this one to @neonluca (My dear Soraka from our RP server.) 🫂💙\nBA - battle academia Hecarim. Work in pr…
## 4439                              RT @summerswirlarts: Hecarim really knows how to treat a lady! 😇❤️\n\n#hecarim #ruination #LeagueOfLegends https://t.co/KqnTO7GSLb
## 4440              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4441                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 4442                 RT @fluori_draws: Spirit Blossom Soraka Strip Game🌸💜\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #stripgame #digitalart #ArtistOnTwitter https…
## 4443                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4444                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 4445                                        RT @GrumpyGoatie: Unbound Hecarim \n#Hecarim #LeagueOfLegendsFanArt #LeagueOfLegends #Ruination https://t.co/yca1wLKyT2
## 4446                  RT @GrumpyGoatie: Battle academia Hecarim! \nAs you see, roleplaying can be FUN and INSPIRING! That's why this shit happened... Im pretty pr…
## 4447                  RT @MYP_esport: Loading....\n+Info @messaval @MaraYPrice \n#valorant #ApexLegends #Fortnite #CSGO #RainbowSixSiege #LeagueOfLegends #eSports…
## 4448                                      RT @PamMoruno: Well... the horny jail is my place.\n\n#ArtofLegends #LeagueOfLegends #RenataGlasc https://t.co/u34EYkRYOG
## 4449                  RT @MYP_esport: Loading....\n+Info @messaval @MaraYPrice \n#valorant #ApexLegends #Fortnite #CSGO #RainbowSixSiege #LeagueOfLegends #eSports…
## 4450                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4451                                       RT @ibonedrawhentai: 😂👌 supp diff #comic #LeagueOfLegends #ArtofLegends #aphelios #hecarim #nami https://t.co/41t9eu4K6o
## 4452                   RT @o_oleu: Day 1 of #skintober (here we go 💖) Star Nemesis Lissandra “the stealer of dreams.” #LeagueOfLegends #ArtofLegends #lissandra ht…
## 4453                    RT @o_oleu: Day 6 of #skintober Monster Tamers Orianna. A tamer made of CORE with an affinity for darkness. #LeagueOfLegends #ArtofLegends…
## 4454                                                 RT @shrimpfriedpies: anyway heres wonderwall #ArtofLegends #seraphine #LeagueOfLegends https://t.co/AJX2a73XPP
## 4455                   RT @o_oleu: Day 19 of #skintober Space Groove Seraphine “The Groove Fairy” #LeagueOfLegends #ArtofLegends #seraphine https://t.co/MjFLHuDoDb
## 4456                   RT @o_oleu: Day 25 #skintober Crime City Nightmare Cassiopeia “Mmmhaha trust me…the pleasure is all mine”. #LeagueOfLegends #artoflegends #…
## 4457                   RT @o_oleu: Day 31 of #skintober Fright Night Kindred… “Another life extinguishes” #LeagueOfLegends #ArtofLegends #kindred https://t.co/HFF…
## 4458                                                                                         RT @NIJISE_: Us when \n#viego #LeagueOfLegends https://t.co/jeT97jisrq
## 4459                                     RT @o_oleu: Fright Night Lissandra…the woe remains cast. #LeagueOfLegends #ArtofLegends #Lissandra https://t.co/SoIbVTcNv2
## 4460                                                 RT @shrimpfriedpies: anyway heres wonderwall #ArtofLegends #seraphine #LeagueOfLegends https://t.co/AJX2a73XPP
## 4461                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4462              RT @Taryn_Cosplay: The end begins!\nTaking a break from my path of destruction and enjoying this amazing gift by @LeagueOfLegends &amp; @Editric…
## 4463                RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…
## 4464                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4465                   RT @virkayu: Simply using information you HAVE in-game can lead to more determined pathing... which leads to JG DIFF in your favour. Observ…
## 4466                                            RT @2Hathorn: Happy Birthday to Vi! (12/19/22) \n\n❤️♥️💜💗💖💕💞💓❣️💘💟💝\n\n#Arcane #LeagueOfLegends https://t.co/jtmrKvGvPE
## 4467                                  RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O
## 4468                                  RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O
## 4469              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4470            RT @kristy_che: Arcane. City of Iron and Glass\n\nGauntlet made by Sazura Craft\n\nphoto @kmitenkova \n\n@arcaneshow @riotgames \n\n#vi #vicosplay…
## 4471                RT @kristy_che: F*ck you, Silco! I'll destroy everything that belongs to you! \n\n@arcaneshow @riotgames \n\n#vi #vicosplay #jinx #arcane #lol…
## 4472             RT @kristy_che: Fighting VI 💜\n\nGauntlet made by Sazura Craft\n\nphoto @kmitenkova \n\n#vi #vicosplay #jinx #arcane #lol #arcanecosplay #jinxcos…
## 4473                   RT @MiseriaeAmet: Some time ago there were pbe leaks that showed a ward: Aatrox's sword. So there is a possibility that the new season cine…
## 4474                  RT @luce_azu: I thought i posted this here but i was wrong XD\nThis was a practice on ibis paint cuz i want to use my phone to draw to but i…
## 4475                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4476                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4477                                                                                         RT @vatheja: arcana #jinx wip #LeagueOfLegends https://t.co/rqg9F7vAJP
## 4478                                        RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT
## 4479                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4480                                       RT @symphoniaxv: Guess who bought new procreate brushes? #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/X8EMVsbOVO
## 4481                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4482                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4483                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 4484                 RT @AwenYu666: Hi everyone,This is my Animation Reel in 2020, I hope you will like it🤩👊\n#Animations  #LeagueOfLegends #reel https://t.co/Ft…
## 4485                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 4486                                        RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT
## 4487                                                                         RT @is_is_gemini_is: Powder #Jinx \n\n#arcane #LeagueOfLegends https://t.co/KyiS8U3YWD
## 4488                           RT @eternalxena: going live now definitely getting back into gold 2 today 🥹\n\ntwitch . tv / eternalxena\n\n#leagueoflegends #twitch
## 4489               RT @KwaPurple: Neeko spirit blossom🌸\nConcept by @plummitty  \nI love this Concept ✨\n#LeagueOfLegendsFanArt  #neeko #spiritblossom #ahri #con…
## 4490                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4491                   RT @Pixel__Byte: Riot Games Trying To Get Out Of Terrible Crypto Sponsorship Deal https://t.co/rYK1WdeI90 #riotgames #riot #leagueoflegends…
## 4492                   RT @MiseriaeAmet: Some time ago there were pbe leaks that showed a ward: Aatrox's sword. So there is a possibility that the new season cine…
## 4493                   RT @LaurenMorXO: Convinced majority of people in solo que have lower than average IQs or that the claimed average is actually much higher t…
## 4494                                  RT @MiseriaeAmet: Summary of the story so far\n\n#rhaast #aatrox #LeagueOfLegends #LegendsOfRuneterra https://t.co/1wQHxoNq5x
## 4495                                  RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux
## 4496                   RT @MiseriaeAmet: Here explained a little better. Rhaast is still in his weapon, Varus is very dead according to this, Aatrox defeated, Mih…
## 4497                   RT @MiseriaeAmet: Some time ago there were pbe leaks that showed a ward: Aatrox's sword. So there is a possibility that the new season cine…
## 4498                   RT @VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends #madnesscombatfanart htt…
## 4499               RT @amosthefanboy: "I will come back to life...\nBut only for you"💙❤️💜\n\nArcane fanart!\n\nNo exaggeration, Arcane is the best and most beautif…
## 4500                                      RT @chessnochoc: Celebrating bday w/her favourite zoomer \n#Arcanevi #arcanejinx #LeagueOfLegends https://t.co/dL6Y9spkkl
## 4501                RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…
## 4502                  RT @LoLMemesBot: Please... just stop\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphe…
## 4503                   RT @DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5
## 4504                   RT @DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5
## 4505                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 4506                      RT @leochamposa: Yuumi is so cute (and annoying 🙄) \n\n#yuumi #LeagueOfLegends #creadoresdelollatam #ArtofLegends https://t.co/MpXaOC3lPO
## 4507                                         RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2
## 4508                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4509              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:48 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 358\n🥈 #Lechigg➖Viewers: 109\n🥉 #whoisjup…
## 4510                                                      RT @BladeAndWhip: Fiora outplay 1v4 #LeagueOfLegends #riotgames #fiora #outplayed https://t.co/9DZNlNw19g
## 4511                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4512                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 4513                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 4514                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 4515                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4516                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4517                   RT @shizzleytb: GRAGAS AS BARON - League of Legends Custom Skin https://t.co/McRgfnoVku via @YouTube #leagueoflegends #lol #customskins #sk…
## 4518                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4519                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4520            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 4521                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4522                                                        RT @YuanLombardi: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/P6yp5Q0QXH
## 4523                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4524            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 4525                  RT @HaryantiLembah: It was done.😎😎😎😎😎 #LeagueofLegends #StarGuardian #КосплейLoL #YıldızMuhafızları #ФанАрт \nOriginal: esports_kashima http…
## 4526            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 4527           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 4528                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4529               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 4530                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4531              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4532                                             RT @LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd
## 4533                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 4534                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 4535                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 4536                 RT @Windwlkrz: The whole stadium saw the Elder Dragon at #LeagueofLegends 2017 World Championship Finals. That was awesome!\n\nYoutube video:…
## 4537                    RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 4538                   RT @paper_scratch: I loved Cait’s fearlessness and outspoken empathy in Arcane — it reminded me of another tall ponytailed haired girl I kn…
## 4539                   RT @shapy_wa: little miss fox is waiting for you💖 where? here: https://t.co/8zBk0uIJnj 🤭🍑 #popstar #ahri #LeagueOfLegends #LeagueOfLegendsF…
## 4540               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 4541                RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…
## 4542                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4543                   RT @DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5
## 4544                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4545                                             RT @LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd
## 4546                   RT @sanswitchz: My account got suspended for 2 weeks because I made sarcastic comments about how I got chat restricted for saying jg diff a…
## 4547                 RT @Velo12: I'm excited for #Vex enjoyed this :)\n\n #Leagueoflegends #LeagueOfLegendsFanArt  #ArtofLegends #LeagueofLegends #LoL #art  #Arti…
## 4548                   RT @PETlTCHATON: concept art for an anima squad neeko skin called "battle kitten neeko" !! #LeagueOfLegends #LeagueOfLegendsFanArt #ArtOfLe…
## 4549                RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…
## 4550              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4551              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4552                RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…
## 4553                   RT @RebornMods: Link to the mods and guide on how to swap to different presets in the replies. #tekkenmods #NewReleases #LeagueOfLegends  #…
## 4554            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 4555                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4556               RT @MikuoHatsuneTTV: Day 34 of @LeagueOfLegends quotes:\n\nA child who had known only hate confuses it for love.\n-Swain\n#LeagueOfLegends #quo…
## 4557                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4558                          RT @sanunderscoree: It's rough out here #LeagueOfLegends #ranked #soloqueue #competitive #esports #holioholio https://t.co/dbDUZPYLbx
## 4559                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4560                          RT @diet_chola: how i imagine sett and aphelios text each other #Settphel #SpiritBlossom2022 #leagueoflegends https://t.co/HBm2helzZv
## 4561                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 4562                   RT @BigLittleUnbox: Space is always a issue but l'm trying to fit everything in  #warcraft #worldofwarcraft #minecraft #halo #godofwar #lea…
## 4563              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4564               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4565                   RT @swifttitain: After about 2 years, I finally got every skin for my otp champ....#LeagueOfLegends #League_of_Legends #lolwr https://t.co/…
## 4566              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4567                                                     RT @hanacues: ✨🐸 neeko 🐸✨\n\n#leagueoflegends #artoflegends #neeko #shanhaineeko https://t.co/d0TOiVrW7P
## 4568               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4569                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4570                                          RT @fuwamoowa: mythmaker irelia 🥮\n\n#mythmakerirelia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/xnHojfPNte
## 4571                                          RT @fuwamoowa: mythmaker irelia 🥮\n\n#mythmakerirelia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/xnHojfPNte
## 4572                                                                 RT @riverf1sh: The President's New Year speach\n1\\2\n#leagueoflegends https://t.co/NXzbfB5321
## 4573                                             RT @LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd
## 4574                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4575                 RT @Leahmeow9: I didn't expect 🥺 I placed as first runner up at the cosplay competition.\n\nFishbones and boots crafted by me I also styled t…
## 4576                 RT @Leahmeow9: I didn't expect 🥺 I placed as first runner up at the cosplay competition.\n\nFishbones and boots crafted by me I also styled t…
## 4577              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4578                 RT @Helfergaming: Check out much more on Bilibili Comics - search "My Husband's Harem Is a Bit Too Much" and favorite!\n \n#leagueoflegends #…
## 4579                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4580                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4581                  RT @LoLMemesBot: Any off-meta enjoyers?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 4582                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4583                    RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 4584                                             RT @LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd
## 4585                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 4586               RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…
## 4587              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4588                   RT @shapy_wa: little miss fox is waiting for you💖 where? here: https://t.co/8zBk0uIJnj 🤭🍑 #popstar #ahri #LeagueOfLegends #LeagueOfLegendsF…
## 4589                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4590                RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…
## 4591              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4592                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 4593                RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…
## 4594                   RT @darkwolflegend: Very ~trash~ Christmas edit of the girls! I'm still new to doing edits, so sorry that they're kinda bad lol, I tried 🥹👍…
## 4595                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4596                   RT @shizzleytb: GRAGAS AS BARON - League of Legends Custom Skin https://t.co/McRgfnoVku via @YouTube #leagueoflegends #lol #customskins #sk…
## 4597                                      RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X
## 4598                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 4599                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 4600                   RT @PETlTCHATON: concept art for an anima squad neeko skin called "battle kitten neeko" !! #LeagueOfLegends #LeagueOfLegendsFanArt #ArtOfLe…
## 4601                RT @joestreladraw: just got a commissions that i could get together some  of stuff i like, Teemo + TFT 😍\n.\n.\n#TFT #LeagueOfLegendsFanArt #L…
## 4602                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 4603                                      RT @chessnochoc: Celebrating bday w/her favourite zoomer \n#Arcanevi #arcanejinx #LeagueOfLegends https://t.co/dL6Y9spkkl
## 4604                   RT @DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5
## 4605                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 4606                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 4607                                      RT @chessnochoc: Celebrating bday w/her favourite zoomer \n#Arcanevi #arcanejinx #LeagueOfLegends https://t.co/dL6Y9spkkl
## 4608            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 4609                   RT @PETlTCHATON: concept art for an anima squad neeko skin called "battle kitten neeko" !! #LeagueOfLegends #LeagueOfLegendsFanArt #ArtOfLe…
## 4610                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 4611            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 4612                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 4613                                      RT @chessnochoc: Celebrating bday w/her favourite zoomer \n#Arcanevi #arcanejinx #LeagueOfLegends https://t.co/dL6Y9spkkl
## 4614               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 4615                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 4616                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4617                 RT @Uselessdraws_z: Seraphine - League of Legends\nI love lol's character design, although this is my version of seraphine ^w^\n#LeagueOfLege…
## 4618                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4619              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4620                                                        RT @YuanLombardi: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/y5btiaA1GH
## 4621              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4622                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 4623                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 4624                    RT @Nadwardo: Arcane season 2 is just all of Megamind\n#arcane #lol #jayce #viktor #jayvik #LeagueOfLegends #fanart https://t.co/ak8o3CdIIX
## 4625                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4626                                        RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT
## 4627             RT @Evil2LiveBKWRDZ: @Blizzard_Ent, #DiabloIV\nShould take notes from #LeagueOfLegends, &amp; #Cyberpunk2077\nAn animated show will definitely pu…
## 4628                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 4629                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4630                 RT @metalichotchoco: Elderwood veigs is still plenty fuzzy, drawing him half mask was fun \n\n#LeagueOfLegendsFanArt #ArtofLegends #veigar #L…
## 4631           RT @Feather_Fatale: Decided to choose a chroma that fits the winter a little more (Even tho I don't have snow &gt;w&lt;)\n\nDo NOT repost my commis…
## 4632           RT @Feather_Fatale: Decided to choose a chroma that fits the winter a little more (Even tho I don't have snow &gt;w&lt;)\n\nDo NOT repost my commis…
## 4633                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4634                   RT @RebornMods: Link to the mods and guide on how to swap to different presets in the replies. #tekkenmods #NewReleases #LeagueOfLegends  #…
## 4635                                        RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT
## 4636                                               RT @Snegovski9623: Jinx and her long heavy epic braids✨\n#Arcane #jinx #LeagueOfLegends https://t.co/9N8nwAi5ok
## 4637                                                          RT @Wynn_tah: “Revenge is a dish best served by Starlight.”\n#LeagueofLegends https://t.co/aQuxaupwH6
## 4638              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4639                 RT @KlanikEsport: 🇬🇧 Are you a #LeagueOfLegends #coach looking for a new challenge in #esport? 🎯\n\nOur League Of Legends team is strengtheni…
## 4640                  RT @buck_shadow: Black bride Soraka 🖤\nShe so anime omg...\n\n#soraka #LeagueOfLegends #LeagueOfLegendsFanArt #fanart https://t.co/qhTdPzQoPV
## 4641                           RT @kikychayen: Crystal Rose💖\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Rivelia #Riven #Irelia https://t.co/Nr09cDppJa
## 4642               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4643                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 4644                                                         RT @Lethalborz: Pantheon has Flashbacks.\n\n#pantheon #Aatrox #LeagueOfLegends https://t.co/zPcon6maqw
## 4645                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4646             RT @paywithmana: #LeagueOfLegends players! We teamed up with @theblitzapp for an epic Arena event 🤩🤩\n\n$3500 prize pool, details &amp; sign-up h…
## 4647                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4648                   RT @shapy_wa: little miss fox is waiting for you💖 where? here: https://t.co/8zBk0uIJnj 🤭🍑 #popstar #ahri #LeagueOfLegends #LeagueOfLegendsF…
## 4649            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 4650              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4651               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4652              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4653                                       RT @VulpeDeCristal: just playin around with colors\n#Zoe #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/hDjk8lOtTi
## 4654             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 4655                 RT @KlanikEsport: 🇬🇧 Are you a #LeagueOfLegends #coach looking for a new challenge in #esport? 🎯\n\nOur League Of Legends team is strengtheni…
## 4656                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4657             RT @paywithmana: #LeagueOfLegends players! We teamed up with @theblitzapp for an epic Arena event 🤩🤩\n\n$3500 prize pool, details &amp; sign-up h…
## 4658             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 4659              RT @chessiecat105: 💎K/DA ALL OUT Ahri 🦊\n\n🎨 Artist: Anomis\n🌐 Platform: Artstation\n\n#leagueoflegends #fanart #leagueoflegendsfanart #ahri #ah…
## 4660                                  RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux
## 4661                   RT @darkwolflegend: Very ~trash~ Christmas edit of the girls! I'm still new to doing edits, so sorry that they're kinda bad lol, I tried 🥹👍…
## 4662                                  RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux
## 4663                   RT @darkwolflegend: Very ~trash~ Christmas edit of the girls! I'm still new to doing edits, so sorry that they're kinda bad lol, I tried 🥹👍…
## 4664    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 4665                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4666                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4667                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4668                RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 4669                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 4670                  RT @LoLMemesBot: A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 4671                                                  RT @soap_ai: shitposting hours #jinx #lux #lightcannon #leagueoflegends #ArtofLegends https://t.co/EXTuqKRJGv
## 4672            RT @Chizu_Artwork: Work in progress | JINX from Arcane or League of legens |\n\nthis face took so long, but it turned out okay. (っ^▿^)💨\n\n#man…
## 4673                  RT @LoLMemesBot: There is at least one in every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds…
## 4674                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4675              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4676               RT @KwaPurple: Neeko spirit blossom🌸\nConcept by @plummitty  \nI love this Concept ✨\n#LeagueOfLegendsFanArt  #neeko #spiritblossom #ahri #con…
## 4677                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 4678                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 4679                      RT @taojinn015: Fanart Month - Day 12 - Shyvana from League of Legends\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/2mIbVN7kfW
## 4680               RT @jericollage70: Happy Birthday to one of my Favorites, The Amazing @KriziaBajos! Have a Blessed Birthday &amp; Happy Holidays Krizia! 🎂😎🙏🏻👍🏻…
## 4681                  RT @LoLMemesBot: Any off-meta enjoyers?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 4682                   RT @BigLittleUnbox: Space is always a issue but l'm trying to fit everything in  #warcraft #worldofwarcraft #minecraft #halo #godofwar #lea…
## 4683                   RT @BigLittleUnbox: Space is always a issue but l'm trying to fit everything in  #warcraft #worldofwarcraft #minecraft #halo #godofwar #lea…
## 4684              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4685                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4686                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4687                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4688              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4689                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 4690                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4691                   RT @AnneAnd81932053: Looking forward to the game.🙊🙊🙊🙊 #LeagueofLegends #Gameplay #mobilegame #GuardianasEstelares #КосплейLoL #StarGuardian…
## 4692                                             RT @LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd
## 4693                                  RT @SPYKEEE1945: Play.🦊\n\nFor: A.R.\n\n#Ahri #LeagueOfLegends \n#ArtofLegends #LeagueOfLegendsFanArt https://t.co/M9iX0VhfMt
## 4694                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4695                                               RT @legaldumpling: little kda interaction #KDA #KDAISBACK #ArtofLegends #LeagueOfLegends https://t.co/ZkiZccoMny
## 4696              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4697                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 4698                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4699                   RT @shizzleytb: GRAGAS AS BARON - League of Legends Custom Skin https://t.co/McRgfnoVku via @YouTube #leagueoflegends #lol #customskins #sk…
## 4700                  RT @HyanideArt: 🖤 Janna 🌪️\n🖤 ... I guess I am finally cured of my playing ranked addiction 🤷\n#fanart #LeagueOfLegends https://t.co/91pbMWO5…
## 4701                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4702                 RT @metalichotchoco: Rumble- I mean Tristy asu, it turned out way better than i thought it would \n\n#League_Of_Legends #rumble #LeagueOfLege…
## 4703                                                                     RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 4704                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 4705            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 4706                                                                       RT @JUrsus: Happy Birthday Vi\n19/12\n#LeagueOfLegends #piltover https://t.co/lQoruvhSun
## 4707                 RT @_LtAndreas: ✨New Valorant Stream✨https://t.co/iJFxgT0EtS #TwitchStreamer #twitch #gamer #gaymer #Valorant #LeagueOfLegends #RiotGames #…
## 4708                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4709               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 4710                RT @6176ter: Miss Fortune league of legends ❤️❤️\n#MissFortune \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#FANART \n💙💙💙 https://t.co/uJ0ejUSj…
## 4711                  RT @LoLMemesBot: Ah shit, here we go again\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…
## 4712                 RT @fandifi: Just minding your own business when... 😵\n\n#gaming #twitch #valorant #leagueoflegends #overwatch #csgo #apexlegends #dota2 #cod…
## 4713                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 4714              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:48 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 358\n🥈 #Lechigg➖Viewers: 109\n🥉 #whoisjup…
## 4715               RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…
## 4716                                                      RT @BladeAndWhip: Fiora outplay 1v4 #LeagueOfLegends #riotgames #fiora #outplayed https://t.co/9DZNlNw19g
## 4717           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 4718              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4719               RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…
## 4720                   RT @Tetranima: Jinx TOP (Lethality / Arcane Comet) is on fire (10/2/6)! Rockets for everyone! - https://t.co/7w13uVE0YN #Jinx #Leagueoflege…
## 4721                   RT @Tetranima: Nice game starting (3/1/3) for Jinx TOP (Lethality / Arcane Comet)! Gotta pump those numbers up! - https://t.co/7w13uVE0YN #…
## 4722               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4723                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4724                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4725               RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…
## 4726                 RT @daniel_rreis: Dia 13 do #Inktober2022: Gentil\nNunu e Willump @LoLegendsBR\n\n#inktober #day13 #kind #leagueoflegends #leagueoflegendsart…
## 4727                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4728                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4729                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4730                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4731                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4732                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 4733                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4734                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4735              RT @Koiarts1: Fan art Navy Seal Jinx \n \nRT are appreciated 🔁✨\n#HumanArtists #CreateDontScrape\n\n#Jinx #leagueoflegends #artoflegends #huion…
## 4736                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4737                   RT @VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends #madnesscombatfanart htt…
## 4738                  RT @LoLMemesBot: Riot better start charging players $350 for these loading screen tips\n#memes #meme #funny #lol #leagueoflegends #Arcane #j…
## 4739                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4740                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4741                RT @_another_tina_: This took so long, but the Firelight Ezreal design I did for fun is done\n\n.\n#Ezreal #Ekko #LeagueOfLegends https://t.co…
## 4742                 RT @esports_maps: Sometimes i swear it worked... 😅\n\n#gaming #twitch #valorant #leagueoflegends #overwatch #csgo #apexlegends #dota2 #cod #r…
## 4743                   RT @RebornMods: Link to the mods and guide on how to swap to different presets in the replies. #tekkenmods #NewReleases #LeagueOfLegends  #…
## 4744                  RT @Axtrek1: Some of my favorites have been done.🙈🙈 #Gameplay #LeagueofLegends #LoL #ClashLoL #TransformaTuDestino #GuardiãsEstelares \nOrig…
## 4745               RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…
## 4746                 RT @esports_maps: Sometimes i swear it worked... 😅\n\n#gaming #twitch #valorant #leagueoflegends #overwatch #csgo #apexlegends #dota2 #cod #r…
## 4747                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4748                  RT @LoLMemesBot: Any off-meta enjoyers?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 4749               RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…
## 4750               RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…
## 4751                 RT @leochamposa: Zeri looking how the rest of ADC's are getting buffs while she keeps being nerfed\n\n#LeagueOfLegends #creadoresdelollatam #…
## 4752                RT @_another_tina_: This took so long, but the Firelight Ezreal design I did for fun is done\n\n.\n#Ezreal #Ekko #LeagueOfLegends https://t.co…
## 4753                RT @_another_tina_: This took so long, but the Firelight Ezreal design I did for fun is done\n\n.\n#Ezreal #Ekko #LeagueOfLegends https://t.co…
## 4754               RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…
## 4755            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 4756                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4757                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4758                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4759                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4760                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4761                RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 4762                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4763                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4764                   RT @floatinghanmi: super super cute seraphine and viego commissioned by @The_LadyScorpio 💜🖤 i had so much fun drawing this and i love the e…
## 4765                                        RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT
## 4766                                       RT @PapaTyRo: Cap detected 🧢\n#vtuber #ENVtuber #VTuberUprising #twitchstreamer #LeagueOfLegends https://t.co/AOfSgHwJqa
## 4767                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4768                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4769                    RT @Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I've yet…
## 4770                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4771                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 4772                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 4773                           RT @Descendeus1: 🌸🪷MOONCAKE🌸🪷\n\n#Settphel  #spiritblossom #RIOT #RiotGames #LeagueOfLegends #SETT #Aphelios https://t.co/tr91A3r0Zi
## 4774                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4775               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 4776               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 4777                                                   RT @LOLegendsMemes: Are there any fellow left handed players #LeagueOfLegends #Memes https://t.co/P8aa2RyvQs
## 4778                      RT @taojinn015: Fanart Month - Day 12 - Shyvana from League of Legends\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/2mIbVN7kfW
## 4779         RT @TenseiTaichou: Good morning☕️\nHanging out &amp; playing some #LeagueOfLegends \nhttps://t.co/Jo8FsAJxAm &lt;- Meme Builds😎\n#SupportSmallStreame…
## 4780                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4781                   RT @floatinghanmi: super super cute seraphine and viego commissioned by @The_LadyScorpio 💜🖤 i had so much fun drawing this and i love the e…
## 4782                                                                     RT @dravensgf: Dont leave me meow :c \n#leaguetwt #LeagueOfLegends https://t.co/YVOJx0g2wt
## 4783                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4784         RT @TenseiTaichou: Good morning☕️\nHanging out &amp; playing some #LeagueOfLegends \nhttps://t.co/Jo8FsAJxAm &lt;- Meme Builds😎\n#SupportSmallStreame…
## 4785         RT @TenseiTaichou: Good morning☕️\nHanging out &amp; playing some #LeagueOfLegends \nhttps://t.co/Jo8FsAJxAm &lt;- Meme Builds😎\n#SupportSmallStreame…
## 4786                                        RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT
## 4787                                        RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT
## 4788                   RT @majorfacepwn: Stream was fun!!!… until it wasn’t. Lol #LeagueOfLegends players that pick Yasuo have no brain. And I’m not wrong. Ridicu…
## 4789                                                         RT @absynth333: Thresh c0mm for a classmate ! ty!!\n\n#LeagueOfLegends #Thresh https://t.co/a7YGj3lmmR
## 4790                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4791                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4792                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 4793                                        RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT
## 4794                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 4795                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4796                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4797                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 4798               RT @leochamposa: #loltubre2022 DAY 4; Favorite couple \n\nThis year my favorite couple is Lee Sin and Udyr 🤠\n\n#LoLtubre #LeagueOfLegends #cre…
## 4799                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4800                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4801                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4802                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4803                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4804                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4805                  RT @LoLMemesBot: A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 4806                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4807                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4808                  RT @LoLMemesBot: A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 4809                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4810                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4811              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:20 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 401\n🥈 #Lechigg➖Viewers: 106\n🥉 #Dannahou…
## 4812                  RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…
## 4813                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4814                RT @DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock #leaguetwt h…
## 4815                    RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 4816                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4817                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4818                  RT @KJCeSports: Riot Games has just filed a motion in US Bankruptcy Court to terminate the LCS-FTX contract worth $96 million.\n\nRiot Games…
## 4819                RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 4820                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 4821                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 4822                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4823                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4824                RT @DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock #leaguetwt h…
## 4825                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4826           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 4827                  RT @Axtrek1: Some of my favorites have been done.🙈🙈 #Gameplay #LeagueofLegends #LoL #ClashLoL #TransformaTuDestino #GuardiãsEstelares \nOrig…
## 4828                                             RT @LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd
## 4829               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4830                   RT @shahs1221: It's the Last Drop gang, y'all! #arcane #ArcaneArt #Silco #jinx #sevika #lol #LeagueOfLegends #LeagueOfLegendsFanArt #digita…
## 4831                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4832                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 4833                RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 4834                                         RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2
## 4835            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 4836              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4837                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4838                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4839                   RT @paper_scratch: I loved Cait’s fearlessness and outspoken empathy in Arcane — it reminded me of another tall ponytailed haired girl I kn…
## 4840                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4841                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 4842                 RT @hugovindicare: trying to post something different than NoAi tweets...\nJust starting a 3d print fan-art for a friend. 🥰\n#LeagueOfLegends…
## 4843                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4844                    RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 4845                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4846                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4847                 RT @mikeycircus: Jayvik for the soul!\nPossible charm or sticker? Mayhaps\n#arcane #jayvik #leagueoflegends #jayce #viktor https://t.co/cf8MZ…
## 4848                            RT @HalanoSiblee: #belveth #LeagueOfLegends #b3d #blender\nBel'Veth Trying to escape by hacking my blender👾 https://t.co/rDpA6Zg2fl
## 4849                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 4850                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4851              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4852                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4853                RT @burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp #leagueoflegends #…
## 4854                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4855              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4856                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4857                                                RT @Leahmeow9: just you and me Fishbones- Jinx\n\n#arcane #jinxcosplay #LeagueOfLegends https://t.co/z1bcCaTIgx
## 4858              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4859              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 4860                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4861                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 4862               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4863               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4864                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4865                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4866               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4867                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4868                                             RT @ShinKongVT: The monday morning motivation rn\n#VTuberUprising #LeagueOfLegends #Vtuber https://t.co/ERTEF8wGoB
## 4869              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4870              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4871               RT @MissBlacktailed: I don't know how, i don't know why but, smol doodle with my moon meow meow( o˘◡˘o)\n.\n.\n.\n#Diana #LeagueOfLegends #Leag…
## 4872                 RT @EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #ga…
## 4873                  RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…
## 4874                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4875                              RT @Hoolies4: " 🐰💙🔥🔥🔥🔥 #LeagueofLegends #Game #ФанАрт #Nilah #GuardianasEstelares \nOriginal: HopeWang001 https://t.co/HRtK9PmuSS
## 4876           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 4877              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4878                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4879                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4880                RT @burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp #leagueoflegends #…
## 4881              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4882              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4883                   RT @explodinstuff: HOW COME I JUST FOUND OUT ABOUT THIS JINX FIGURE?!?! AND WHY CANT I FIND IT ANYWHERE AHHHHHH IT WAS MADE BY "R36 Worksho…
## 4884              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4885                  RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…
## 4886              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4887                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 4888                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4889                RT @burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp #leagueoflegends #…
## 4890              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:48 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 358\n🥈 #Lechigg➖Viewers: 109\n🥉 #whoisjup…
## 4891                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4892                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 4893                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4894                 RT @InSainyaka: #livenow Will there be salt today? A little #LeagueOfLegends shenanigans with @Riyou_Kisa @Hoten__, Kris and BOB!\n\nhttps://…
## 4895                                  RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux
## 4896           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 4897                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4898                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4899                   RT @OlchaSArt: My old sketch with nurse #Akali inspired me to draw nurses Mercy and Valentine a month ago. Now finished art with Akali hers…
## 4900           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 4901                           RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel
## 4902                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4903                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4904                   RT @OlchaSArt: Created special #Ahri version of my latest art to thank my patrons for supporting me this month 💖 Was super fun to  change d…
## 4905                                                RT @Leahmeow9: just you and me Fishbones- Jinx\n\n#arcane #jinxcosplay #LeagueOfLegends https://t.co/z1bcCaTIgx
## 4906                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4907                                                                     RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 4908                                                RT @Leahmeow9: just you and me Fishbones- Jinx\n\n#arcane #jinxcosplay #LeagueOfLegends https://t.co/z1bcCaTIgx
## 4909                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4910                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4911                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 4912               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 4913                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4914                RT @Mdndt1: A Vexing Stream\nhttps://t.co/Apm5aCxKAw\n\n#league #lol #leagueoflegends #gaming #stream #gamer #gaming #streaming #streamer #twi…
## 4915                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4916                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4917                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 4918                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4919                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4920                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4921                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4922                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4923                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4924          RT @Soondoong3: Wounds force a child to grow\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Arcane #jinx #아케인그림대회 https://t.co/3Pm…
## 4925                                          RT @Soondoong3: party!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #ARCANE #Jinx https://t.co/1QdxZCqgBs
## 4926                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4927                 RT @Soondoong3: her hair is really long\ntherefore...\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #ARCANE #Jinx #Silco #Vi https:/…
## 4928                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4929                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4930                        RT @Luckbox: A lot of great events this year, but what was your fav?\n\n#DOTA2 #LeagueOfLegends #CSGO #VALORANT https://t.co/e0N30IUizr
## 4931                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4932                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4933                            RT @Pearlslightshow: We’re live! 😊\n\nhttps://t.co/2mJAxT0io8\n\n#LeagueOfLegends #twitch #TwitchAffiliates https://t.co/Szw393XjKa
## 4934                            RT @Pearlslightshow: We’re live! 😊\n\nhttps://t.co/2mJAxT0io8\n\n#LeagueOfLegends #twitch #TwitchAffiliates https://t.co/Szw393XjKa
## 4935                                                   RT @LOLegendsMemes: Are there any fellow left handed players #LeagueOfLegends #Memes https://t.co/P8aa2RyvQs
## 4936                  RT @Mikestrosity: After Countless Minutes of playing Ranked Flex I have hit my new Peak, Bronze IV \n#LeagueOfLegends #Vtuber https://t.co/Y…
## 4937                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4938                    RT @Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I've yet…
## 4939                       RT @kse332_official: Beat board (part 2 of 3) I did a while ago \n@riotgames\n #LeagueOfLegends #Garen #Katarina https://t.co/9Mz8aHkmUh
## 4940                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4941                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4942                       RT @kse332_official: Beat board (part 2 of 3) I did a while ago \n@riotgames\n #LeagueOfLegends #Garen #Katarina https://t.co/9Mz8aHkmUh
## 4943                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4944                    RT @Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I've yet…
## 4945                                                           RT @LOLegendsMemes: I’m sure someone else can relate #LeagueOfLegends #Memes https://t.co/V0fCi6zusL
## 4946                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4947                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4948                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4949                                  RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux
## 4950                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4951                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4952                                                      RT @BladeAndWhip: Fiora outplay 1v4 #LeagueOfLegends #riotgames #fiora #outplayed https://t.co/9DZNlNw19g
## 4953                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4954                                      RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X
## 4955                                   RT @N_I_X_E_U: Mystic Porcelain Ahri\n\n⋗ https://t.co/eWo50Mm2Bd\n#LeagueOfLegends @LeagueOfLegends https://t.co/a7EXE4fuw6
## 4956                 RT @N_I_X_E_U: I want to draw Ashe again in near future :)\n#LeagueOfLegendsFanArt  #LeagueOfLegends \n⋗ https://t.co/eWo50Mm2Bd https://t.co…
## 4957                    RT @N_I_X_E_U: Young Sona trying bass for the first time.\n#digitalart #LeagueOfLegends \n⋗ https://t.co/eWo50Mm2Bd https://t.co/snI3aAqOm7
## 4958                               RT @N_I_X_E_U: Is that fear I smell ?\n#digitalart #katarina #LeagueOfLegends\n⋗ https://t.co/eWo50Mm2Bd https://t.co/6BDCv0Rrey
## 4959                RT @littlemasokitty: These two moments resulted in me nearly spittingmy drink from my nose in laughter \n\n#LeagueOfLegends \n#LoL https://t.c…
## 4960                  RT @LoLMemesBot: Third wheel\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Sp…
## 4961                                                   RT @LOLegendsMemes: Are there any fellow left handed players #LeagueOfLegends #Memes https://t.co/P8aa2RyvQs
## 4962              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 4963                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4964                  RT @KJCeSports: Riot Games has just filed a motion in US Bankruptcy Court to terminate the LCS-FTX contract worth $96 million.\n\nRiot Games…
## 4965                  RT @LoLMemesBot: Any off-meta enjoyers?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 4966                 RT @CATBR3AD: No price is too great. No atrocity beyond my reach.\n\n#LeagueofLegends #ArtofLegends #LeagueofLegendsFanart #Viego https://t.c…
## 4967                                    RT @ZTDLB1: Purple shooting stars💜🌟\n\n#Zoe #Vex #zoevex\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/o7rSA6UOMo
## 4968                  RT @KJCeSports: Riot Games has just filed a motion in US Bankruptcy Court to terminate the LCS-FTX contract worth $96 million.\n\nRiot Games…
## 4969                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4970                RT @Mdndt1: A Vexing Stream\nhttps://t.co/Apm5aCxKAw\n\n#league #lol #leagueoflegends #gaming #stream #gamer #gaming #streaming #streamer #twi…
## 4971                   RT @PalawanGamer: Live now with #LeagueOfLegendsWildRift been a while since i played this. #LeagueOfLegends #twitch #twitchstreamer #twitch…
## 4972                   RT @PalawanGamer: Live now with #LeagueOfLegendsWildRift been a while since i played this. #LeagueOfLegends #twitch #twitchstreamer #twitch…
## 4973                                                          RT @Rux0209: LOVE\n\n#StarGuardian #LeagueofLegends #xayahrakan #Xayah #Rakan https://t.co/kXXihScRdD
## 4974                        RT @asatashy: Ok but hear me out\n\nBATTLE ACADEMIA ZOE✨💖\n\n#Lux #Zoe #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/tH1OO7TKxZ
## 4975                   RT @Tak_The_Mac: #LeagueOfLegends Yes! I love Rhaast and all but healing has been a problem in my mind since I started a little less than a…
## 4976                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4977                                                                 RT @peghmey: Please, don’t go\n\n#Xayah #ArtofLegends #LeagueOfLegends https://t.co/caGClTsXM2
## 4978                  RT @KJCeSports: Riot Games has just filed a motion in US Bankruptcy Court to terminate the LCS-FTX contract worth $96 million.\n\nRiot Games…
## 4979                  RT @KJCeSports: Riot Games has just filed a motion in US Bankruptcy Court to terminate the LCS-FTX contract worth $96 million.\n\nRiot Games…
## 4980                        RT @asatashy: Ok but hear me out\n\nBATTLE ACADEMIA ZOE✨💖\n\n#Lux #Zoe #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/tH1OO7TKxZ
## 4981                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4982           RT @TKPFamily615123: 【League of Legends】Caitlyn Lulu vs Ezreal RenataGlasc | 2vs2 | bot gap\n\n#LOL #leagueoflegends #英雄聯盟  #caitlyn #lulu #e…
## 4983                 RT @InSainyaka: #livenow Will there be salt today? A little #LeagueOfLegends shenanigans with @Riyou_Kisa @Hoten__, Kris and BOB!\n\nhttps://…
## 4984                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4985           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 4986                                                              RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID
## 4987                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4988                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4989                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4990                      RT @LiLiNii7: Lillia just W's herself\noh deer~\n\n#ArtofLegends #LeagueOfLegends\n#Lillia #LeagueOfLegendsFanArt https://t.co/sJReGlkkda
## 4991                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4992                                   RT @ClowneryMilk: Sus\ni mean\nSylas\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Sylas https://t.co/4Cq1WSNN1F
## 4993                                   RT @ClowneryMilk: Sus\ni mean\nSylas\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Sylas https://t.co/4Cq1WSNN1F
## 4994                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4995                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4996                RT @eblensky: #LeagueOfLegendsFanArt #LeagueOfLegends #twistedfate #graves #tfgraves #idiotpirates \n\nour bitches gay!! ahhhhhh for realll\nw…
## 4997                RT @eblensky: #LeagueOfLegendsFanArt #LeagueOfLegends #twistedfate #graves #tfgraves #idiotpirates \n\nour bitches gay!! ahhhhhh for realll\nw…
## 4998                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4999                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5000                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5001                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5002              RT @Koiarts1: Fan art Navy Seal Jinx \n \nRT are appreciated 🔁✨\n#HumanArtists #CreateDontScrape\n\n#Jinx #leagueoflegends #artoflegends #huion…
## 5003                  RT @CyberArena_NFT: 2/ #RiotGames says Sam Bankman-Fried’s love of #LeagueofLegends hurts the brand. \n\nThe game developer wants to end its…
## 5004               RT @DieChanc3: Messed around and did a little painting with the boy \n(=^・ω・^)y=\n\n#LeagueOfLegends #Teemo #LeagueOfLegendsFanArt https://t.c…
## 5005                                               RT @CutHutagalung: I like the new design.😍😍 #LoL #MOBA #LeagueofLegends #YıldızMuhafızları #StarGuardian #FLYWIN
## 5006                         RT @puggiadraws: Here is one of ultimate waifus from LoL - Ahri!💞\n\n #LeagueOfLegends  #LeagueOfLegendsFanArt https://t.co/yHhDEXvR7A
## 5007                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5008                    RT @Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I've yet…
## 5009                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5010                                             RT @LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd
## 5011                                                          RT @avaeriax: dance in the dark\n#ArtofLegends #LeagueOfLegends #Leona #Diana https://t.co/JgQ4Cnkt39
## 5012                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5013                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5014                         RT @puggiadraws: Here is one of ultimate waifus from LoL - Ahri!💞\n\n #LeagueOfLegends  #LeagueOfLegendsFanArt https://t.co/yHhDEXvR7A
## 5015                                  RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux
## 5016                                                                RT @JUrsus: I peaked with the colors here me thinks 😔\n#LeagueOfLegends https://t.co/tMsWG33P4u
## 5017                                  RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux
## 5018                 RT @AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao. \n\nhttps:/…
## 5019                  RT @LoLMemesBot: Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #SpiritB…
## 5020                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5021                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5022                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5023                 RT @ZotacCup: It's almost time to jump into the Summoners Rift in today's ZOTAC CUP #LeagueofLegends tournament. Sign up now.\n\nNorth Americ…
## 5024                   RT @EsportLegendsGG: And here we go: @EinSpandau announced their Roster at the @DreamHackDE ! What a game against @NNOPrime! Well played to…
## 5025                   RT @EsportLegendsGG: And here we go: @EinSpandau announced their Roster at the @DreamHackDE ! What a game against @NNOPrime! Well played to…
## 5026               RT @MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain\n#LeagueOfLeg…
## 5027                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5028                              RT @Hoolies4: " 🐰💙🔥🔥🔥🔥 #LeagueofLegends #Game #ФанАрт #Nilah #GuardianasEstelares \nOriginal: HopeWang001 https://t.co/HRtK9PmuSS
## 5029               RT @MikuoHatsuneTTV: Day 34 of @LeagueOfLegends quotes:\n\nA child who had known only hate confuses it for love.\n-Swain\n#LeagueOfLegends #quo…
## 5030                   RT @KinimodYunmi: Mit 67 msg Top 11%, 83 msg Top 4% und 24 msg Top 15% der Chatter ^^" ??? @noway4u_sir @Agurinlol @Gronkh @RevedTV #Twitch…
## 5031                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5032                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5033                   RT @darkwolflegend: Very ~trash~ Christmas edit of the girls! I'm still new to doing edits, so sorry that they're kinda bad lol, I tried 🥹👍…
## 5034           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5035           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5036                          RT @Bluemist_72: A Zed piece I made recently! A hark to his original skin ✨ #LeagueOfLegends #zed #RiotGames https://t.co/4dXCkUP5nh
## 5037                  RT @Foudreika: Something a little different this time! I love strong shadows and lights, I'd like to get better at this 💅 \n#Silco #Arcane #…
## 5038                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 5039              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5040                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5041                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5042                RT @Solodrawx: Star Guardian Akali WIP - This one's gonna be hella time sensitive.\n.\n.\n#starguardianakali #starguardian #akali #riotgames #…
## 5043                 RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…
## 5044                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5045                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5046                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5047                   RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…
## 5048                 RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…
## 5049                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5050                  RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…
## 5051                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5052                  RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…
## 5053                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5054                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5055                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5056                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5057                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5058                                                  RT @_another_tina_: It's bright pink by the way \n\n.\n#Ezreal #Jinx #LeagueOfLegends https://t.co/7VGtG1lPfs
## 5059                                                  RT @_another_tina_: It's bright pink by the way \n\n.\n#Ezreal #Jinx #LeagueOfLegends https://t.co/7VGtG1lPfs
## 5060                                           RT @tanksboard: Love the game.😎😎😎😎😎 #ArtofLegends #LeagueofLegends #Game #StarGuardians #FLYWIN #TransformaTuDestino
## 5061                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5062                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 5063                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5064                  RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…
## 5065                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5066                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5067                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5068                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5069                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5070                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5071                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 5072                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5073                 RT @DieChanc3: Veigar really really likes to be tall around other ppl\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt https://t.co/wG4kZho…
## 5074              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5075              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5076                 RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…
## 5077                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5078                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5079                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5080              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5081                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 5082                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5083                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5084                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5085                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5086                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5087                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5088                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5089                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5090                                    RT @Myshkinka: Some old Atreus fanart \n\n#leagueoflegends #LeagueOfLegendsFanArt #pantheon #aatrox https://t.co/cukN3ll4Yt
## 5091                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5092                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 5093                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 5094                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5095                                                           RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT
## 5096              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5097                                                           RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT
## 5098                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 5099                                         RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2
## 5100                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 5101           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5102                                                              RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID
## 5103                   RT @EsportLegendsGG: And here we go: @EinSpandau announced their Roster at the @DreamHackDE ! What a game against @NNOPrime! Well played to…
## 5104                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5105                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 5106                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 5107                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5108                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5109              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5110                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5111                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 5112                 RT @riseiuriel: Another LOL fanart. And this time it's Sona 🥳🥳...\n\nSo happy that I did pull it off, it's hard for me at first since Im into…
## 5113                  RT @IsaZiets: White Monogram Name Personalized Water Bottle https://t.co/gQwzgA2QtW via @zazzle \n#zazzlemade #robloxArt #roblox #ReBloxer #…
## 5114                                                           RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT
## 5115              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5116                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 5117                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 5118                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5119                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5120              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5121                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5122              RT @NayoCosplay: Ahri had her bday recently ✨\nph @Por_no_foto \ncostume @miccostumes \n\n#Ahri #LeagueOfLegends #cosplay #kda https://t.co/JNC…
## 5123                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5124                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5125                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 5126                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 5127                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5128                 RT @AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao. \n\nhttps:/…
## 5129                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 5130                 RT @AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao. \n\nhttps:/…
## 5131                 RT @AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao. \n\nhttps:/…
## 5132                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 5133              RT @NayoCosplay: Ahri had her bday recently ✨\nph @Por_no_foto \ncostume @miccostumes \n\n#Ahri #LeagueOfLegends #cosplay #kda https://t.co/JNC…
## 5134                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5135                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5136                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 5137                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5138                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 5139                 RT @AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao. \n\nhttps:/…
## 5140                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 5141                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5142                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/6OHc7u…
## 5143                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5144                   RT @shapy_wa: little miss fox is waiting for you💖 where? here: https://t.co/8zBk0uIJnj 🤭🍑 #popstar #ahri #LeagueOfLegends #LeagueOfLegendsF…
## 5145                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5146                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5147                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 5148                 RT @AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao. \n\nhttps:/…
## 5149                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5150                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5151                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5152                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5153                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5154                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 5155                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5156                 RT @_LtAndreas: ✨New Valorant Stream✨https://t.co/iJFxgT0EtS #TwitchStreamer #twitch #gamer #gaymer #Valorant #LeagueOfLegends #RiotGames #…
## 5157                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5158                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5159                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5160              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:20 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 401\n🥈 #Lechigg➖Viewers: 106\n🥉 #Dannahou…
## 5161                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5162                                                  RT @_another_tina_: It's bright pink by the way \n\n.\n#Ezreal #Jinx #LeagueOfLegends https://t.co/7VGtG1lPfs
## 5163                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 5164                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5165                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 5166              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5167                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5168                   RT @EsportLegendsGG: And here we go: @EinSpandau announced their Roster at the @DreamHackDE ! What a game against @NNOPrime! Well played to…
## 5169                                                  RT @_another_tina_: It's bright pink by the way \n\n.\n#Ezreal #Jinx #LeagueOfLegends https://t.co/7VGtG1lPfs
## 5170                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 5171               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 5172              RT @Koiarts1: Fan art Jinx Happy Xmas 🎄\n\nRT are appreciated 🔁✨\n\n#Jinx #Christmas #Xmas  #leagueoflegends #artoflegends #leagueoflegendsfana…
## 5173                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5174                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5175                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5176                        RT @Lethalborz: My reaction when people post Aatrox &amp; Kayle ship fanart.\n\n#Aatrox #kayle #LeagueOfLegends https://t.co/fE1n7bz6Tt
## 5177                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 5178              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5179                    RT @kitsutea: ⚔️🌹Battle Queen Katarina 🌹⚔️\nI love this skin so much, just had to do a fan art 💗 Burnout has been super real lately but work…
## 5180                                                          RT @Phalanxus: The true pop sensation of Zaun\n#ArtofLegends #LeagueOfLegends https://t.co/d663cOTXbS
## 5181           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5182                                                                           RT @kaoruzer: 草\n #LeagueofLegends | Captured by #Outplayed https://t.co/DN93KCenb5
## 5183                    RT @GrumpyGoatie: "So, u want that back, huh?" UwU Crime lord and space dumbass. (What can I say except; they are giving me Quill and Thor…
## 5184                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5185                                                          RT @Phalanxus: The true pop sensation of Zaun\n#ArtofLegends #LeagueOfLegends https://t.co/d663cOTXbS
## 5186                 RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…
## 5187                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5188                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5189                                                              RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID
## 5190               RT @NixNyah: Day 21: Neon Stike Katarina\n\nA quick idea for Kat.\n\n#Skintober #Skintober2019 #Katarina #Neon #Strike #Lol #Leagueoflegends #A…
## 5191                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 5192                        RT @Lethalborz: My reaction when people post Aatrox &amp; Kayle ship fanart.\n\n#Aatrox #kayle #LeagueOfLegends https://t.co/fE1n7bz6Tt
## 5193              RT @Koiarts1: Fan art Jinx Happy Xmas 🎄\n\nRT are appreciated 🔁✨\n\n#Jinx #Christmas #Xmas  #leagueoflegends #artoflegends #leagueoflegendsfana…
## 5194              RT @Koiarts1: Fan art Navy Seal Jinx \n \nRT are appreciated 🔁✨\n#HumanArtists #CreateDontScrape\n\n#Jinx #leagueoflegends #artoflegends #huion…
## 5195                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5196                                                          RT @Phalanxus: The true pop sensation of Zaun\n#ArtofLegends #LeagueOfLegends https://t.co/d663cOTXbS
## 5197                                                                       RT @JUrsus: Happy Birthday Vi\n19/12\n#LeagueOfLegends #piltover https://t.co/lQoruvhSun
## 5198                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5199                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5200                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5201                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5202                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 5203                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5204                 RT @Polyxenastorm: A little #throwback to #SlayBelleKatarina to get you in the #christmasspirit 🎄\nCosplay made by ryann.kaykay \nWeapons mad…
## 5205                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5206                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5207                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5208                RT @starry_amari: "In the name of the Moon, we'll punish you!"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…
## 5209                                                              RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID
## 5210                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 5211                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5212                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5213                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 5214                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5215                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 5216              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5217                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5218                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 5219                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5220                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5221                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5222                   RT @LadyFortune5: Help them strip eachother :3 #stripgame #ahri #Missfortune #LeagueOfLegends #LeagueOfLegendsFanArt #sahri https://t.co/IN…
## 5223                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5224                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5225                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5226                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5227                RT @starry_amari: "In the name of the Moon, we'll punish you!"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…
## 5228                   RT @explodinstuff: HOW COME I JUST FOUND OUT ABOUT THIS JINX FIGURE?!?! AND WHY CANT I FIND IT ANYWHERE AHHHHHH IT WAS MADE BY "R36 Worksho…
## 5229              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5230                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5231                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5232                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 5233                 RT @acadarena: 🤝 Congratulations to our winner of ACES: #Valorant, #DOTA2 and #LeagueofLegends last weekend 💥\n\nCampus esports is #NotJustPl…
## 5234                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5235                                                              RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID
## 5236                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5237                    RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E
## 5238                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5239                 RT @ZotacCup: It's almost time to jump into the Summoners Rift in today's ZOTAC CUP #LeagueofLegends tournament. Sign up now.\n\nNorth Americ…
## 5240              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5241              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5242                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5243                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5244                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5245                   RT @explodinstuff: HOW COME I JUST FOUND OUT ABOUT THIS JINX FIGURE?!?! AND WHY CANT I FIND IT ANYWHERE AHHHHHH IT WAS MADE BY "R36 Worksho…
## 5246                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5247                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5248                 RT @ZotacCup: It's almost time to jump into the Summoners Rift in today's ZOTAC CUP #LeagueofLegends tournament. Sign up now.\n\nNorth Americ…
## 5249                        RT @Lethalborz: My reaction when people post Aatrox &amp; Kayle ship fanart.\n\n#Aatrox #kayle #LeagueOfLegends https://t.co/fE1n7bz6Tt
## 5250                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5251               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 5252                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5253                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5254                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5255                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5256                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5257                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5258                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5259                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5260           RT @BYB_Esports: Recruiting starts after #Christmas\n-#Streamers\n-#Esports\n-#GFX \n-#Management\n-#Coaches\n•#Competitive \n-#ApexLegends \n-#For…
## 5261                   RT @darkwolflegend: Very ~trash~ Christmas edit of the girls! I'm still new to doing edits, so sorry that they're kinda bad lol, I tried 🥹👍…
## 5262                 RT @Now_GuessWhoIAm: Subtitle 4 of my submission "Unedited documentary of scientific breakthrough." for @CrankitZine 🌟🐥🌟\n...\n#leagueoflegen…
## 5263                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5264                           RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel
## 5265                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5266                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5267                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5268                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 5269                 RT @ZotacCup: It's almost time to jump into the Summoners Rift in today's ZOTAC CUP #LeagueofLegends tournament. Sign up now.\n\nNorth Americ…
## 5270                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 5271                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5272                 RT @Leahmeow9: I didn't expect 🥺 I placed as first runner up at the cosplay competition.\n\nFishbones and boots crafted by me I also styled t…
## 5273                  RT @Axtrek1: Some of my favorites have been done.🙈🙈 #Gameplay #LeagueofLegends #LoL #ClashLoL #TransformaTuDestino #GuardiãsEstelares \nOrig…
## 5274                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5275                  RT @Axtrek1: Some of my favorites have been done.🙈🙈 #Gameplay #LeagueofLegends #LoL #ClashLoL #TransformaTuDestino #GuardiãsEstelares \nOrig…
## 5276                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5277           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5278           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5279                  RT @LoLMemesBot: what does it mean\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Apheli…
## 5280                RT @thefedr8tion: https://t.co/mlhgPIjmf7…\nUK University #LeagueOfLegends entry opens today!\nSaturday 17th December\nAs many teams as you li…
## 5281                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5282                   RT @asksredditques1: The piece will probably never be finished.🙉🙉🙉 #LeagueofLegends #mobilegame #Bjergsen #GuardiãsEstelares #YıldızMuhafızı
## 5283                                      RT @erineberries: Hehe 👉🏻😃 Zeri from League of Legends ⚡️💚🧡 #LeagueOfLegends #Cosplay #Zeri #Zaun https://t.co/QcjLGARIqH
## 5284                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5285                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5286             RT @DistortionGG: It's time for a new week of #gaming 🔥\n\nWhich game is your fav #fam? 👇\n\nYou can guess mine with this picture for sure 😂\n\n#…
## 5287                                                                                  RT @TMGefan: the meme #jayce #arcane #leagueoflegends https://t.co/fNY1zITFaR
## 5288                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5289             RT @annthu56: Repost my favorite piece cuz why not?\nFox girl and her Azakana boy 🌸🦊👹\n\nYone x Ahri commission I bought from 杜白.\n#ArtofLegend…
## 5290                  RT @LoLMemesBot: Garen?? No today is ARGEN 🇦🇷🇦🇷🇦🇷🇦🇷🇦🇷\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #World…
## 5291                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5292                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5293                     RT @kwjyaaah4: Cute couple 🥺🥺🥺🥺(free to use for  \n\nSocial Media Profile Pictures)#xayah #Rakan #LeagueOfLegends https://t.co/heKLc9FNxQ
## 5294                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5295                  RT @Mikestrosity: After Countless Minutes of playing Ranked Flex I have hit my new Peak, Bronze IV \n#LeagueOfLegends #Vtuber https://t.co/Y…
## 5296              RT @erythchi: 🍃🦊 Ahri Elderwood 🦊🍃\n\nI love so much how this photoshoot turned out 🥰💖\n\n📸 and edit @/enriquemicaelofotografia (insta)\nTails b…
## 5297                    RT @jaxenstheginger: Some time ago I was suggested to do Kayn with Akali and it made me thinking about them spending time together (not so…
## 5298                  RT @LightningBaron1: Saturday is now Ahri 🦊 Day here. It is also Christmas Time so here we go with some Holidays Ahri 🦊content 💕\nCosplayer:…
## 5299                                                                           RT @erythchi: Ahri Classic skin 🥰🥰 #LeagueOfLegends #cosplay https://t.co/gPYujfojgC
## 5300                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5301                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 5302                            RT @Pearlslightshow: We’re live! 😊\n\nhttps://t.co/2mJAxT0io8\n\n#LeagueOfLegends #twitch #TwitchAffiliates https://t.co/Szw393XjKa
## 5303                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5304                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5305                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 5306                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 5307                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 5308                                             RT @_Sean02: Whole friendship summed up to one clip #gangfights #fortnite #LeagueOfLegends https://t.co/9uFryWB4Od
## 5309           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5310           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5311                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5312                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5313                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5314                                                               RT @LOLegendsMemes: Protein for Protean builders #LeagueOfLegends #Memes https://t.co/vHKOGgI4yE
## 5315    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 5316                RT @Aoi_Uma_art: I forgot to post these here :(\n\n#LeagueOfLegends #LeagueOfLegendsFanArt \n@ArtePorDoquier_ @ApoyaAlArtista https://t.co/v2L…
## 5317                                           RT @byaelli: Soraka - League of legends \n\n#soraka #LeagueOfLegends #ArtofLegends  #drawing https://t.co/zln4z6YiE5
## 5318            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 5319           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5320                  RT @LoLMemesBot: Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #SpiritB…
## 5321                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5322                  RT @Katheri84765877: Discover More.👏👏👏👏👏 #LoL #LeagueofLegends #Fanart #GuardianasEstelares #StarGuardian #Nilah \nOriginal: RoTogel https:/…
## 5323                                              RT @Rux0209: “Zoe…”🌟\n\n🎨with @udommmmmm \n\n#LeagueOfLegends #Neeko #Zoe\n #StarGuardian https://t.co/OiXaqm133B
## 5324               RT @Neekoinator: u-uuum hi there~~ 🤣\nI drew you something ;w; Neeko in a cute frog outfit!\n\nHope you're well and happy!! \n*sends positive s…
## 5325           RT @miccostumes: Bang! \n\nCongratulations, my crazy girl😆\n\nCosplay from Miccostums\n\n🛒https://t.co/v3w9WS6TYQ\n\nCosplayer https://t.co/DPIdSiR…
## 5326           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5327                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5328           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5329           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5330                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5331                 RT @thejenneralchen: 🐝 BEE ‘ VETH 🐝 - Will you bee my snack? All that remains is a sea of honey 🍯 \n\nFull concept sheets for the @EraiViolet…
## 5332                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5333               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 5334                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5335                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5336                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5337                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5338                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5339                 RT @grymalk1nn: POV you stole your ad carry’s cs\n\n#Caitlyn #ArtofLegends #LeagueOfLegendsFanArt #LeagueofLegends #Riot #caitlynkiramman htt…
## 5340                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5341                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5342                                               RT @CutHutagalung: I like the new design.😍😍 #LoL #MOBA #LeagueofLegends #YıldızMuhafızları #StarGuardian #FLYWIN
## 5343                           RT @MikomihoArt: Star Guardian Kai'sa sketches as a break from finals\n#LeagueOfLegends #ArtofLegends #kaisa https://t.co/ggVUUHOh6F
## 5344                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5345                                                             RT @sarah_pim1: 🌸Long hair Neeko💙\n\n#LeagueOfLegends #ArtofLegends #neeko https://t.co/qN9hhs3FEx
## 5346                                               RT @_gtjnxd: star guardian jinx is so cute🥺⭐\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/S5xV1ZPhpD
## 5347                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5348                 RT @RangerEd_64: Reading, Everything We Should Have Said (K'Sante Story) https://t.co/3AeiGMeGZh via @YouTube \n\n#LeagueOfLegends #League_of…
## 5349                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5350                                               RT @_gtjnxd: star guardian jinx is so cute🥺⭐\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/S5xV1ZPhpD
## 5351                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5352                                               RT @CutHutagalung: I like the new design.😍😍 #LoL #MOBA #LeagueofLegends #YıldızMuhafızları #StarGuardian #FLYWIN
## 5353                 RT @EloDragonLoL: Thoughts?\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #game…
## 5354                                                          RT @fghg1232: The game is enjoyable.🙊 #Fanart #LeagueofLegends #Gameplay #StarGuardian #Nilah #ФанАрт
## 5355                                         RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2
## 5356            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 5357                   RT @SuperiorWolf82: When you didn't vote yes to surrender and the two players that were fighting are blaming each other. Too late to say so…
## 5358                   RT @SuperiorWolf82: When you didn't vote yes to surrender and the two players that were fighting are blaming each other. Too late to say so…
## 5359                                         RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2
## 5360                 RT @ChimeGF: Hey there , I'm a graphic designer currently looking to do commissions !  \n\nI can do any style but like to work with character…
## 5361               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 5362               RT @blablablayaoi: Go for it Zed!! \n\nThanks to Syundei for this beautiful and sweet manga! ❤\n\n#zed #Kayn #zedka #LeagueOfLegends #LeagueOfL…
## 5363                RT @starry_amari: "In the name of the Moon, we'll punish you!"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…
## 5364                 RT @EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #ga…
## 5365                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5366                                     RT @ClinoraWarrior: 103 iq Yone Gameplay #shorts #leagueoflegends #korea #gaming #subscribe #trend https://t.co/B2y1SGdNpv
## 5367              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:20 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 401\n🥈 #Lechigg➖Viewers: 106\n🥉 #Dannahou…
## 5368             RT @DistortionGG: It's time for a new week of #gaming 🔥\n\nWhich game is your fav #fam? 👇\n\nYou can guess mine with this picture for sure 😂\n\n#…
## 5369                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5370                                                                                 RT @LOLegendsMemes: based gank #LeagueOfLegends #Memes https://t.co/WthTB6ZQvw
## 5371                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5372                           RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel
## 5373                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5374                   RT @AllKnightTTV: 6pm ET tomorrow, its gonna be a chill stream. Come on down for live footage of a Bear mauling helpless passersby in the j…
## 5375    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 5376               RT @blablablayaoi: Go for it Zed!! \n\nThanks to Syundei for this beautiful and sweet manga! ❤\n\n#zed #Kayn #zedka #LeagueOfLegends #LeagueOfL…
## 5377             RT @stats_live_es: ▶️ League of Legends - Top streams a las 09:38 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 324\n🥈 #GODETO➖Viewers: 226\n🥉 #SVentur➖V…
## 5378                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5379                                                                            RT @LOLegendsMemes: Pretty accurate #LeagueOfLegends #Memes https://t.co/ClS64EG7SY
## 5380                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5381                                                            RT @LOLegendsMemes: Was bored and made Twisted Tate #LeagueOfLegends #Memes https://t.co/ftLsBCl7pY
## 5382               RT @blablablayaoi: Go for it Zed!! \n\nThanks to Syundei for this beautiful and sweet manga! ❤\n\n#zed #Kayn #zedka #LeagueOfLegends #LeagueOfL…
## 5383                   RT @LOLegendsMemes: The Chinese spyware gacha games are going to have a field day with this once they realize they don't even have to pay a…
## 5384                                RT @LuhualaArt: Portrait study\n#Ahri #LeagueOfLegends #artoflegends #digitalart #LeagueOfLegendsFanArt https://t.co/6pvK1zLlVQ
## 5385               RT @MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain\n#LeagueOfLeg…
## 5386                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5387                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 5388                RT @burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp #leagueoflegends #…
## 5389                   RT @DoomageddonGmig: Decided to play some top lane ziggs tonight and needless to say I made their top lane leave #LeagueOfLegends https://t…
## 5390                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5391               RT @swissghosts: Good morning 👀\nWe are still looking to fill up our #LeagueOfLegends\nmain roster: Top or Mid / supp\nDia2+ 🔥\nIf you are inte…
## 5392                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5393                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5394                   RT @AnneAnd81932053: Looking forward to the game.🙊🙊🙊🙊 #LeagueofLegends #Gameplay #mobilegame #GuardianasEstelares #КосплейLoL #StarGuardian…
## 5395                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5396                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5397                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5398                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5399                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 5400                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5401                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5402                  RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…
## 5403                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5404               RT @swissghosts: Good morning 👀\nWe are still looking to fill up our #LeagueOfLegends\nmain roster: Top or Mid / supp\nDia2+ 🔥\nIf you are inte…
## 5405                    RT @Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I've yet…
## 5406                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5407                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5408                              RT @Hoolies4: " 🐰💙🔥🔥🔥🔥 #LeagueofLegends #Game #ФанАрт #Nilah #GuardianasEstelares \nOriginal: HopeWang001 https://t.co/HRtK9PmuSS
## 5409                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5410                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5411                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5412                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5413                            RT @Pearlslightshow: We’re live! 😊\n\nhttps://t.co/2mJAxT0io8\n\n#LeagueOfLegends #twitch #TwitchAffiliates https://t.co/Szw393XjKa
## 5414                  RT @Mikestrosity: After Countless Minutes of playing Ranked Flex I have hit my new Peak, Bronze IV \n#LeagueOfLegends #Vtuber https://t.co/Y…
## 5415                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5416                         RT @sanunderscoree: The reason I only play with 5 stack #LeagueOfLegends #ranked #holioholio #teamgame #5stack https://t.co/A3CcyjKJvI
## 5417                                                                RT @jasikyu: Caitlyn wanted vi so I became her #arcane #LeagueOfLegends https://t.co/rBahVYMFEH
## 5418                                                                                         RT @Pradox___: En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G
## 5419                       RT @fesener1: I shared the drawing with you.❤️❤️❤️❤️ #MOBA #LeagueofLegends #mobilegame #GuardianasEstelares #StarGuardians #GuardiãsEstela…
## 5420                   RT @i4megistus: miss fortune sarah fortune fancam edit typa girl black pink league of legends lol mf #LeagueOfLegends #cblol #Qatar2022 htt…
## 5421                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5422               RT @MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain\n#LeagueOfLeg…
## 5423                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5424             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 5425                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5426                                                     RT @DonaldB74915047: Enjoy #ArtofLegends #Game #LeagueofLegends #Bjergsen #YıldızMuhafızı #GuardiãsEstelas
## 5427                   RT @explodinstuff: HOW COME I JUST FOUND OUT ABOUT THIS JINX FIGURE?!?! AND WHY CANT I FIND IT ANYWHERE AHHHHHH IT WAS MADE BY "R36 Worksho…
## 5428               RT @MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain\n#LeagueOfLeg…
## 5429                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5430                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5431                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 5432                                                                        RT @ModiKM_: What was he baking? \n\n#Pantheon #LeagueOfLegends https://t.co/13o7C2aGVp
## 5433                   RT @MorganCygnus: Vi holding her shoulder trough time.\nColored version. Found my old pantone stash, bought new ones because they work well…
## 5434             RT @StClair2803: I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o\n\n#Leagu…
## 5435                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 5436                                                                                         RT @Pradox___: En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G
## 5437                 RT @grymalk1nn: POV you stole your ad carry’s cs\n\n#Caitlyn #ArtofLegends #LeagueOfLegendsFanArt #LeagueofLegends #Riot #caitlynkiramman htt…
## 5438            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 5439                                                                                         RT @Pradox___: En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G
## 5440                                                                                         RT @Pradox___: En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G
## 5441               RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…
## 5442                                               RT @victorli_ran: "911 what's your emergency ?"\n#LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/PBAM2Rf3ad
## 5443                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5444                                                            RT @victorli_ran: the magical cat \n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/PgruUj8EKz
## 5445                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5446                                             RT @victorli_ran: heading to your bestfriend show\n#LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/Kt0wIwfZiD
## 5447                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5448                  RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…
## 5449                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 5450                RT @AllKnightTTV: Did you know, Polar Bears can smell prey from up to a kilometer away?\nEven fish can't hide their scent under the ice. \n\nS…
## 5451                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5452                   RT @LadyFortune5: Help them strip eachother :3 #stripgame #ahri #Missfortune #LeagueOfLegends #LeagueOfLegendsFanArt #sahri https://t.co/IN…
## 5453              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5454                  RT @LightningBaron1: Saturday is now Ahri 🦊 Day here. It is also Christmas Time so here we go with some Holidays Ahri 🦊content 💕\nCosplayer:…
## 5455             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 5456                   RT @GranadaGirl: I haven't drawn fanart in like YEARS but every bone in my body needed to draw  #Vi #Arcane #LeagueOfLegends !!! Better lat…
## 5457                   RT @SuperiorWolf82: When you didn't vote yes to surrender and the two players that were fighting are blaming each other. Too late to say so…
## 5458                  RT @LoLMemesBot: im sorry\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Spiri…
## 5459                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 5460                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 5461                            RT @AlphaCentauuri: Raffle prize for @l1noori \nThanks for participating!\n\n#ArtofLegends #LeagueOfLegends https://t.co/sbi0qnfzuW
## 5462                                                         RT @Jeffrey18755090: It means a lot to me.🔥🔥 #LeagueofLegends #LoL #GuardiãsEstelas #TLWIN #КосплейLoL
## 5463                   RT @Tetranima: Nice game starting (3/1/3) for Jinx TOP (Lethality / Arcane Comet)! Gotta pump those numbers up! - https://t.co/7w13uVE0YN #…
## 5464                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 5465                  RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…
## 5466                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5467                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5468                  RT @LoLMemesBot: Or when I'm literally ON MY WAY and the team jumps in a bad 4v5\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #L…
## 5469                              RT @Hoolies4: " 🐰💙🔥🔥🔥🔥 #LeagueofLegends #Game #ФанАрт #Nilah #GuardianasEstelares \nOriginal: HopeWang001 https://t.co/HRtK9PmuSS
## 5470                 RT @_another_tina_: 'These meddling kids'\nModern ghosthunters AU that I wanted to do for Halloween, we're in november now but who cares\n\n.…
## 5471                 RT @_another_tina_: 'These meddling kids'\nModern ghosthunters AU that I wanted to do for Halloween, we're in november now but who cares\n\n.…
## 5472                  RT @LoLMemesBot: Or when I'm literally ON MY WAY and the team jumps in a bad 4v5\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #L…
## 5473                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5474                                                           RT @LOLegendsMemes: I’m sure someone else can relate #LeagueOfLegends #Memes https://t.co/V0fCi6zusL
## 5475                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5476                 RT @DailyTaliyah: Day 1!\nAry by Manicpxmemeking!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #Rock #taliyahfanart https://t.co/S5E0U5G…
## 5477                   RT @DailyTaliyah: Day 5! \nArt by Chikinwaffless\n#taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock\n#leaguetwt https://t.co/887rEeXMV7
## 5478                                                          RT @freefireJack2: The world is wonderful.🎮🎮🎮🎮 #Gameplay #LeagueofLegends #Worlds2021 #TLWIN #GENGWIN
## 5479               RT @JynxTakasu: Carrying a Toxic Xin Zhao ingame\nWatch the whole video to find out,\n\n#WildRift #LeagueOfLegends #Youtube #NewVideo\nhttps://…
## 5480                   RT @shapy_wa: spirit blossom ahri #ahri #ArtofLegends #LeagueofLegends #fanart spicy versions (10) here: https://t.co/8zBk0v0kLT 🔥 https://…
## 5481                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5482               RT @MikuoHatsuneTTV: Day 34 of @LeagueOfLegends quotes:\n\nA child who had known only hate confuses it for love.\n-Swain\n#LeagueOfLegends #quo…
## 5483                                                                            RT @LOLegendsMemes: Pretty accurate #LeagueOfLegends #Memes https://t.co/ClS64EG7SY
## 5484                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5485               RT @MikuoHatsuneTTV: Day 34 of @LeagueOfLegends quotes:\n\nA child who had known only hate confuses it for love.\n-Swain\n#LeagueOfLegends #quo…
## 5486                         RT @sanunderscoree: The reason I only play with 5 stack #LeagueOfLegends #ranked #holioholio #teamgame #5stack https://t.co/A3CcyjKJvI
## 5487                 RT @esports12K: Best Esports Teams In The World of 2022\n\n #esport #gaming #esports #gamer #game #csgo #twitch #leagueoflegends #games #ps #…
## 5488             RT @stats_live_es: ▶️ League of Legends - Top streams a las 09:38 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 324\n🥈 #GODETO➖Viewers: 226\n🥉 #SVentur➖V…
## 5489               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 5490    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 5491             RT @stats_live_es: ▶️ League of Legends - Top streams a las 09:38 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 324\n🥈 #GODETO➖Viewers: 226\n🥉 #SVentur➖V…
## 5492                    RT @MarvOldGamer: 🔴Live | 👋🏻Welcome!👋🏻 | 🎅Merry Christmas🎅🎄Happy Holydays🎄🎆Happy New Year🎆🌠Wish you all the best🌠 #LeagueofLegends #Gaming…
## 5493                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5494                            RT @AlphaCentauuri: Raffle prize for @l1noori \nThanks for participating!\n\n#ArtofLegends #LeagueOfLegends https://t.co/sbi0qnfzuW
## 5495                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5496                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5497                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5498                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5499                                      RT @bcvr12: People value love and work.💕💕💕 #LeagueofLegends #LoL #Fanart #TransformaTuDestino #GuardianasEstelares #TLWIN
## 5500                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5501                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5502                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5503                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5504                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5505                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5506                               RT @N_I_X_E_U: Is that fear I smell ?\n#digitalart #katarina #LeagueOfLegends\n⋗ https://t.co/eWo50Mm2Bd https://t.co/6BDCv0Rrey
## 5507              RT @kumiholeague: • ARCANA icons\n• size: 720px\n• like if you use it\n• psd by peachcoloring.\n\n#LeagueOfLegends #arcana #ahri #xayah #rakan #…
## 5508                 RT @lhiradsg_: Personal header of Arcana Ahri, this splash art is so gorgeous!\n\n#leagueoflegends #ahri #arcanaahri #header https://t.co/7m9…
## 5509        RT @poisonfists: ⠀\n⠀⠀⠀⠀⠀𝐀𝐇𝐑𝐈 𝐀𝐑𝐂𝐀𝐍𝐀 𝐇𝐄𝐀𝐃𝐄𝐑\n⠀⠀⠀⠀⠀⠀⠀⠀ ⠀  RT &amp; ♡ \nFREE TO USE, credits if you use ©\n⠀⠀⠀⠀ Follow me for more! :]\n\n「 #ahri #arca…
## 5510                                                     RT @DonaldB74915047: Enjoy #ArtofLegends #Game #LeagueofLegends #Bjergsen #YıldızMuhafızı #GuardiãsEstelas
## 5511                   RT @LoLMemesBot: new feature. never seen before\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022…
## 5512                  RT @LightningBaron1: Saturday is now Ahri 🦊 Day here. It is also Christmas Time so here we go with some Holidays Ahri 🦊content 💕\nCosplayer:…
## 5513                                         RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2
## 5514                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5515                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5516               RT @NeverEvi: Day 4 of begging \n@riotgames\n\n to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petiti…
## 5517    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 5518              RT @chessiecat105: 💎K/DA ALL OUT Ahri 🦊\n\n🎨 Artist: Anomis\n🌐 Platform: Artstation\n\n#leagueoflegends #fanart #leagueoflegendsfanart #ahri #ah…
## 5519                  RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…
## 5520                  RT @victorli_ran: everybody wants to be my enemy\n#ARCANExDRAGONSxJID #ARCANE #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/WsWe03a7Vu
## 5521                                                                                                           RT @WaxiTaxi_: Plz make ranked Aram #LeagueOfLegends
## 5522                   RT @qinhaifu1: U.S. online game developer and publisher Riot Games has filed a motion with the court handling the #FTX bankruptcy case to t…
## 5523              RT @chessiecat105: 💎K/DA ALL OUT Ahri 🦊\n\n🎨 Artist: Anomis\n🌐 Platform: Artstation\n\n#leagueoflegends #fanart #leagueoflegendsfanart #ahri #ah…
## 5524    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 5525                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5526                                                                        RT @ModiKM_: What was he baking? \n\n#Pantheon #LeagueOfLegends https://t.co/13o7C2aGVp
## 5527                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5528                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5529                           RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel
## 5530                    RT @MarvOldGamer: 🔴Live | 👋🏻Welcome!👋🏻 | 🎅Merry Christmas🎅🎄Happy Holydays🎄🎆Happy New Year🎆🌠Wish you all the best🌠 #LeagueofLegends #Gaming…
## 5531               RT @NIJISE_: second member of #FirtsBlood\n(My Fan-Band)\n\nMorgana, vocalist and pianist\n#morgana #ArtofLegends #LeagueOfLegends https://t.co…
## 5532                  RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…
## 5533                  RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…
## 5534               RT @NIJISE_: second member of #FirtsBlood\n(My Fan-Band)\n\nMorgana, vocalist and pianist\n#morgana #ArtofLegends #LeagueOfLegends https://t.co…
## 5535                    RT @MarvOldGamer: 🔴Live | 👋🏻Welcome!👋🏻 | 🎅Merry Christmas🎅🎄Happy Holydays🎄🎆Happy New Year🎆🌠Wish you all the best🌠 #LeagueofLegends #Gaming…
## 5536                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5537                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5538                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5539                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5540                                             RT @victorli_ran: how to be an exemplary support \n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/B9qFX5g6z4
## 5541                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5542                                                                 RT @victorli_ran: wait what 😡\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/GlE4hCjZK8
## 5543                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5544                                                     RT @victorli_ran: bot lane meet Ms. Glasc\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/74xUBnTgHk
## 5545                              RT @victorli_ran: We dont talk about Yasuo o o o o o🎶🎵🎶\n#LeagueOfLegends #LeagueOfLegendsFanArt #Encanto https://t.co/AtIXnYnfLI
## 5546                                           RT @victorli_ran: What else can i build ? \n#LeagueOfLegends #LeagueOfLegendsFanArt #Encanto https://t.co/kmHi9p17S7
## 5547                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5548               RT @MikuoHatsuneTTV: Day 34 of @LeagueOfLegends quotes:\n\nA child who had known only hate confuses it for love.\n-Swain\n#LeagueOfLegends #quo…
## 5549                      RT @taojinn015: Fanart Month - Day 12 - Shyvana from League of Legends\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/2mIbVN7kfW
## 5550                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5551            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 5552                                                     RT @DonaldB74915047: Enjoy #ArtofLegends #Game #LeagueofLegends #Bjergsen #YıldızMuhafızı #GuardiãsEstelas
## 5553                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5554               RT @NeverEvi: Day 4 of begging \n@riotgames\n\n to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petiti…
## 5555               RT @NeverEvi: Day 4 of begging \n@riotgames\n\n to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petiti…
## 5556                                                     RT @DonaldB74915047: Enjoy #ArtofLegends #Game #LeagueofLegends #Bjergsen #YıldızMuhafızı #GuardiãsEstelas
## 5557                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5558                      RT @taojinn015: Fanart Month - Day 12 - Shyvana from League of Legends\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/2mIbVN7kfW
## 5559                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5560                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5561                              RT @FunkyWoomy: #Irelia from #LeagueOfLegends \n\n#LeagueOfLegendsFanArt #League_of_Legends #ArtofLegends https://t.co/DtYnMEERA6
## 5562                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5563                  RT @LoLMemesBot: Or when I'm literally ON MY WAY and the team jumps in a bad 4v5\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #L…
## 5564                   RT @majorfacepwn: Stream was fun!!!… until it wasn’t. Lol #LeagueOfLegends players that pick Yasuo have no brain. And I’m not wrong. Ridicu…
## 5565                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5566               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 5567               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 5568                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5569                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5570                                                                                   RT @ForcesGale: eve sketch #evelynn #LeagueOfLegends https://t.co/gUp11alCRj
## 5571                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5572                   RT @Pudd1nGaming: FACE CAM REVEAL IS HERE!!!! COME JOIN US IN SOME LOW-SILVER SMURF TOURISM!!! https://t.co/CeusPsDkRY #Jhin #LeagueofLegen…
## 5573                  RT @LoLMemesBot: i think I'm going to sleep.. now... *yawn* *bonk* ow. anyways the Bonking Deer is coming to WR on December 21 (probably)\n#…
## 5574                   RT @xrogue_x: Oh the misery...\n\n#arcane #textures #materials #gameartist #games #lol #leagueoflegends #riot #80lvl https://t.co/WnsKfQ6NjD
## 5575                   RT @SuperiorWolf82: When you didn't vote yes to surrender and the two players that were fighting are blaming each other. Too late to say so…
## 5576    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 5577                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5578                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5579                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5580                  RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…
## 5581                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5582                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5583                  RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…
## 5584                 RT @NakariiaLe: gotta introduce your gf and her gf to your new bestie\n\n#ekko #jinx #lux #zeri #LeagueOfLegends #ArtofLegends https://t.co/g…
## 5585                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5586               RT @MikuoHatsuneTTV: Day 35 of @LeagueOfLegends quotes:\n\nShut your mouth, or I will slap the soul out of you.\n-Illaoi\n#LeagueOfLegends #quo…
## 5587                   RT @rudy_crut: WinteeBlessed Warwick via @artstationhq https://t.co/lxAl7QkFWi #LeagueOfLegends #RiotGames #illustration #digitalpainting h…
## 5588                   RT @RyveGenesis: The RIOT MMO Everything Known in 2023: https://t.co/1M8IG6tgGB https://t.co/ULoKNh2cMS #RiotGames #riotmmo #LeagueOfLegend…
## 5589                                                          RT @Boazhaii: Made this today \n\n#PokemonScarlet #LeagueOfLegends #leaguetwt https://t.co/id0f5L2Ygo
## 5590                 RT @ImdumbHey: RIIIIICAAAAAAARDO WAAAAAAARUM\nhttps://t.co/jGU60TD41j\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnec…
## 5591                RT @ImdumbHey: RUN SINGED RUN\nhttps://t.co/ZVY5FbYU0N\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnect #jetztlive\n#T…
## 5592                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5593              RT @Sanda_sielin: Ez and Lux on a date 💕\n\nI made this drawing a while ago for the project that didnt happen 👀✨\n\n#LeagueOfLegendsFanArt #Lea…
## 5594                      RT @MoonMoon_Light2: '' Nyah!.......Did- Did i say it right Lux?''\n\n#Ezreal #lux #ArtofLegends #LeagueOfLegends https://t.co/A19JCpSyhz
## 5595    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 5596                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5597    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 5598             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 5599                                               RT @afarny4: There is peace of mind.💕💕 #LeagueofLegends #Gameplay #GuardiãsEstelares #TransformaTuDestino #G2WIN
## 5600                  RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…
## 5601                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5602                RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…
## 5603                                               RT @afarny4: There is peace of mind.💕💕 #LeagueofLegends #Gameplay #GuardiãsEstelares #TransformaTuDestino #G2WIN
## 5604                   RT @VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends #madnesscombatfanart htt…
## 5605                                                                        RT @DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN
## 5606                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 5607                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5608                                                                        RT @DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN
## 5609                                               RT @afarny4: There is peace of mind.💕💕 #LeagueofLegends #Gameplay #GuardiãsEstelares #TransformaTuDestino #G2WIN
## 5610                                                      RT @victorli_ran: The Queen of The Void \n#LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/1qMVoxICZr
## 5611                           RT @victorli_ran: “When will my reflection show\nwho i am inside?” \n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/GVcsAlmReh
## 5612                  RT @Mikestrosity: After Countless Minutes of playing Ranked Flex I have hit my new Peak, Bronze IV \n#LeagueOfLegends #Vtuber https://t.co/Y…
## 5613                  RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…
## 5614                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5615                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5616                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5617                 RT @Og_Rozen: episode 8 crumbs\n\n#Arcane #arcanefanart #Caitvi #piltoverfinest #LeagueOfLegends #ArtofLegends #CAITLYN #VI https://t.co/hXYl…
## 5618                              RT @Hoolies4: " 🐰💙🔥🔥🔥🔥 #LeagueofLegends #Game #ФанАрт #Nilah #GuardianasEstelares \nOriginal: HopeWang001 https://t.co/HRtK9PmuSS
## 5619                RT @burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp #leagueoflegends #…
## 5620                  RT @LoLMemesBot: The Blue Ezreal in Question\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Se…
## 5621                                                                        RT @DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN
## 5622                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5623                                                   RT @nivelli_: First contact...\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Sett https://t.co/M3wLRyfwKa
## 5624                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5625               RT @NeverEvi: Day 4 of begging \n@riotgames\n\n to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petiti…
## 5626                    RT @skymagpieart: Happy (belated) birthday to Zed and all the shadows of his past that are still a part of him, for better or worse ❤️🖤🤍 #L…
## 5627                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5628                  RT @LoLMemesBot: Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #SpiritB…
## 5629                  RT @LoLMemesBot: Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #SpiritB…
## 5630                RT @burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp #leagueoflegends #…
## 5631                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5632                        RT @asatashy: Ok but hear me out\n\nBATTLE ACADEMIA ZOE✨💖\n\n#Lux #Zoe #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/tH1OO7TKxZ
## 5633                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5634                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 5635                  RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…
## 5636                RT @GalloKikiriki: Formated my computer and lost all my brushes :´D.\nHave an sketch with a default pencil in the meantime.\n\n#Aphelios #Leag…
## 5637                   RT @xrogue_x: Oh the misery...\n\n#arcane #textures #materials #gameartist #games #lol #leagueoflegends #riot #80lvl https://t.co/WnsKfQ6NjD
## 5638                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5639                                                             RT @cchocolace: Surprise! 💕 \n#StarGuardian #xayah #rakan #LeagueOfLegends https://t.co/a9ebuSGpEm
## 5640                  RT @Katheri84765877: Discover More.👏👏👏👏👏 #LoL #LeagueofLegends #Fanart #GuardianasEstelares #StarGuardian #Nilah \nOriginal: RoTogel https:/…
## 5641            RT @iBurrGaming: I love this star puppo so much...\n\n@riotgames  PLEASE DON'T BREAK HIM :'( &lt;/3\n\n#aurelionsol #leagueoflegends https://t.co/…
## 5642                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 5643              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5644               RT @Kiri_845: https://t.co/v6UrUZEkbv Happy little Friday stream is live! Come hang out!!! LoL -&gt; Val #twitchstream #smallstreamer\n#livestr…
## 5645                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 5646                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5647                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5648                       RT @Medwza: POV: Poppy is going to whomp you, heroically \n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/0dNKkqnsPj
## 5649                                              RT @Medwza: Hero? Are you in here?\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/NrtTXUArjY
## 5650                                                RT @Avernath1: I would like to play this game.🙉🙉🙉🙉 #LeagueofLegends #MOBA #YıldızMuhafızları #Bjergsen #GENGWIN
## 5651                 RT @mikeycircus: Jayvik for the soul!\nPossible charm or sticker? Mayhaps\n#arcane #jayvik #leagueoflegends #jayce #viktor https://t.co/cf8MZ…
## 5652                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5653                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5654              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5655                 RT @Grilla: A rich prize dredged up from the depths!\n\nCongratulations to WAKR, who won @Trackie_D 's #TidesofTurmoil2 after an exciting fin…
## 5656                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 5657                 RT @mikeycircus: Jayvik for the soul!\nPossible charm or sticker? Mayhaps\n#arcane #jayvik #leagueoflegends #jayce #viktor https://t.co/cf8MZ…
## 5658                                  RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O
## 5659                 RT @PureArtsLimited: League of Legends Champion Teemo exudes boundless enthusiasm in this whimsical ¼ scale statue ⭐\nOur 150 Exclusives Edi…
## 5660                 RT @PureArtsLimited: "Captain Teemo on duty!" 🍄✨\nPre-order the League of Legends Teemo ¼ Scale Statue NOW ➡️ https://t.co/dywRjlXAbC\n\nOnly…
## 5661                   RT @p_c_esports: Planetary Collision Esports Part 12. Aegis League tryouts are scheduled and I can't wait till Thursday. Let us know, shoul…
## 5662            RT @iBurrGaming: I love this star puppo so much...\n\n@riotgames  PLEASE DON'T BREAK HIM :'( &lt;/3\n\n#aurelionsol #leagueoflegends https://t.co/…
## 5663                                                     RT @DonaldB74915047: Enjoy #ArtofLegends #Game #LeagueofLegends #Bjergsen #YıldızMuhafızı #GuardiãsEstelas
## 5664                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 5665                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5666                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5667                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 5668                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5669                  RT @eichan2d: Happy Birthday Nami!!! I love you so much 🫶🫶🫶\n#creadoresdelollatam #LeagueOfLegendsFanArt #LeagueOfLegends #myart https://t.c…
## 5670                  RT @LoLMemesBot: Just sylas things\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Apheli…
## 5671                  RT @LoLMemesBot: Just sylas things\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Apheli…
## 5672                                    RT @Narutsuru: #ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios Lunar Beast Aphelios https://t.co/lagnw2ZNhc
## 5673                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5674                 RT @Leahmeow9: I didn't expect 🥺 I placed as first runner up at the cosplay competition.\n\nFishbones and boots crafted by me I also styled t…
## 5675                  RT @art_wilkins: Some more work done for Riot Games. Loved doing these! More to come :) \n#KDA #Ahri #Kaisa #Akali #LeagueOfLegends #LOL #Ri…
## 5676              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5677                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5678                  RT @art_wilkins: Here's the second batch of work done for Riot! \n#KDA #Evelynn #Kaisa #Akali #LeagueOfLegends #LOL #RiotGames #conceptart #…
## 5679                 RT @art_wilkins: Third batch of Character Illustrations done for Riot :) \nCheck out the previous posts to see more! \n#KDA #Ahri #Kaisa #Ser…
## 5680                  RT @art_wilkins: Here's the second batch of work done for Riot! \n#KDA #Evelynn #Kaisa #Akali #LeagueOfLegends #LOL #RiotGames #conceptart #…
## 5681                  RT @art_wilkins: Some more work done for Riot Games. Loved doing these! More to come :) \n#KDA #Ahri #Kaisa #Akali #LeagueOfLegends #LOL #Ri…
## 5682                                    RT @Narutsuru: #ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios Lunar Beast Aphelios https://t.co/lagnw2ZNhc
## 5683                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 5684                                              RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 5685                  RT @luce_azu: I thought i posted this here but i was wrong XD\nThis was a practice on ibis paint cuz i want to use my phone to draw to but i…
## 5686                 RT @CATBR3AD: No price is too great. No atrocity beyond my reach.\n\n#LeagueofLegends #ArtofLegends #LeagueofLegendsFanart #Viego https://t.c…
## 5687              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5688                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5689                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5690                 RT @CATBR3AD: No price is too great. No atrocity beyond my reach.\n\n#LeagueofLegends #ArtofLegends #LeagueofLegendsFanart #Viego https://t.c…
## 5691                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5692                           RT @Nargaccino: Rt to scare a league player\n\n#yuumi #yuumicosplay #LeagueOfLegends #leagueoflegendscosplay https://t.co/pCbzvvH2ap
## 5693                    RT @Jacob_Twitch_jd: Shaco Live wallpaper available for free on wallpaper engine. By defenceless_baby #shaco #lol #LeagueOfLegends #fanart…
## 5694                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 5695                RT @starry_amari: "In the name of the Moon, we'll punish you!"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…
## 5696                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5697                           RT @_kyuyaa: In the name of the first star, I'll punish you!! ✨\n\n#leagueoflegends #lol #ahri @LoLegendsBR https://t.co/fK0HieXUv0
## 5698                                                                           RT @erythchi: Ahri Classic skin 🥰🥰 #LeagueOfLegends #cosplay https://t.co/gPYujfojgC
## 5699                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5700                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5701                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5702                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 5703                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5704                   RT @Romaantsu: "Mooncake" sketchh  #Sett #Aphelios #spiritblossom #LeagueOfLegends #ArtOfLegends #FanArt #SpiritBlossom2022 https://t.co/Dr…
## 5705                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5706                 RT @ImdumbHey: RIIIIICAAAAAAARDO WAAAAAAARUM\nhttps://t.co/jGU60TD41j\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnec…
## 5707                RT @ImdumbHey: RUN SINGED RUN\nhttps://t.co/ZVY5FbYU0N\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnect #jetztlive\n#T…
## 5708                RT @ImdumbHey: RUN SINGED RUN\nhttps://t.co/ZVY5FbYU0N\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnect #jetztlive\n#T…
## 5709                 RT @ImdumbHey: RIIIIICAAAAAAARDO WAAAAAAARUM\nhttps://t.co/jGU60TD41j\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnec…
## 5710                 RT @ImdumbHey: RIIIIICAAAAAAARDO WAAAAAAARUM\nhttps://t.co/jGU60TD41j\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnec…
## 5711                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5712                  RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…
## 5713                                                                        RT @DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN
## 5714                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 5715             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 5716                RT @joestreladraw: just got a commissions that i could get together some  of stuff i like, Teemo + TFT 😍\n.\n.\n#TFT #LeagueOfLegendsFanArt #L…
## 5717                 RT @Cookie3w3: One more drawing and the good is coming aAaAa\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #stripgame https://t.co…
## 5718                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5719                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5720                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5721                   RT @Tetranima: Nice game starting (3/1/3) for Jinx TOP (Lethality / Arcane Comet)! Gotta pump those numbers up! - https://t.co/7w13uVE0YN #…
## 5722              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5723              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5724                                                              RT @MikeJCart: League of Legends\n#LeagueOfLegends #LeagueOfLegendsfanart https://t.co/0gvMUznHCl
## 5725            RT @we_byun: "-Please... Brother... CARRY ME."\n"- FF 15." \nYasuo &amp; Yone. ♡\n#LeagueOfLegendsFanArt #LeagueOfLegends #LOL #FANART #yasuo #yon…
## 5726                                                                              RT @bichhoan1997: Yasuo portrait. #Yasuo #LeagueOfLegends https://t.co/A9rei2e52p
## 5727                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5728                   RT @Pixel__Byte: Riot Games Trying To Get Out Of Terrible Crypto Sponsorship Deal https://t.co/rYK1WdeI90 #riotgames #riot #leagueoflegends…
## 5729                  RT @sockoroni: Is it terrible parenting if you predict the possibilities of feeding adhd candy tho\n•~~~•\n#neeko #neekolol #leagueoflegends…
## 5730            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 5731                                                   RT @Eggpoach1: The squid battle is about to start. #mobilegame #LeagueofLegends #LoL https://t.co/ARybaqwjfM
## 5732                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5733                   RT @LFGdating: https://t.co/KK1w2kizYc   Did you know LFGdating has commercials filmed by a former Comedy Central pilot director?  #gamerda…
## 5734      RT @Neekosmic: I finally made Neekosmic, this fanskin\nAnd I'm soooo proud~ ! &gt;w&lt;\n\n"Neeko like stars, isn't it pretty ?"\n\n✨~ Neeko Cosmic ~✨…
## 5735               RT @Neekosmic: Sooooo my friend told me to do an evil Neeko cosmic...\n\n"This is very exciting ! Everything is falling down !"\n\n🌑~ Dark Cosm…
## 5736                  RT @LoLMemesBot: Protein for Protean builders\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #S…
## 5737                 RT @sockoroni: Finishing some old art yahoos yipppeeee\n•~~~•\n#leagueoflegends #artoflegends #leagueoflegendsfanart #neeko #neekolol #shanha…
## 5738                                                                    RT @RepulsiveMaid: repost for her birthday\n#neeko #LeagueOfLegends https://t.co/T2j866mmFw
## 5739                                                          RT @5p00kybunny: birthday girl!!! 🦎🎁\n\n#Neeko #LeagueOfLegends #ArtofLegends https://t.co/KYGXzIT4tK
## 5740                  RT @ValorCommission: OEFBHUDCBUHEDCB I'M SO LATEEE HAPPY BIRTHDAY NEEKO!!!\n#LeagueOfLegends #League_of_Legends #leagueoflegendsart #neeko h…
## 5741                                               RT @lm_lei: #Neeko release day anniversary ❤🦎\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/WQ5Nrb5RfP
## 5742                  RT @okamiyaselli: Neeko\n#art #artwork #digitalart #ilustracion #illustration #illustagram #commission #comissionsopen #painttoolsai #drawin…
## 5743                  RT @sockoroni: Is it terrible parenting if you predict the possibilities of feeding adhd candy tho\n•~~~•\n#neeko #neekolol #leagueoflegends…
## 5744               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 5745                            RT @chaoticb1ue: Mythmaker Irelia! I really love how she looks 🫶🏻\n #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/KZwvL3WNSE
## 5746               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 5747              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:48 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 358\n🥈 #Lechigg➖Viewers: 109\n🥉 #whoisjup…
## 5748               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 5749                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5750                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5751                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5752                RT @_Moonyya_: "Bot Diff" by me\nA fanart for my favorite ADC.\nPorcelain Protector Ezreal / Heartseeker Yuumi\n#LeagueOfLegends #fanart https…
## 5753                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5754                                                RT @_Moonyya_: Vaillant Sword Riven heart emote !\nmade by me\n#fanart #LeagueOfLegends https://t.co/ZGn6DPGiiT
## 5755                        RT @asatashy: Ok but hear me out\n\nBATTLE ACADEMIA ZOE✨💖\n\n#Lux #Zoe #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/tH1OO7TKxZ
## 5756               RT @ShabbaThaHut: Going live watching #ScuffedWorldTour and playing #LeagueOfLegends 🤙🏻🤙🏻🤙🏻🤙🏻\n\nStinky boo boo man \n\nhttps://t.co/MdsrrkJqdz…
## 5757                        RT @asatashy: Ok but hear me out\n\nBATTLE ACADEMIA ZOE✨💖\n\n#Lux #Zoe #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/tH1OO7TKxZ
## 5758                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 5759                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5760                   RT @DoomageddonGmig: Decided to play some top lane ziggs tonight and needless to say I made their top lane leave #LeagueOfLegends https://t…
## 5761              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:20 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 401\n🥈 #Lechigg➖Viewers: 106\n🥉 #Dannahou…
## 5762              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:20 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 401\n🥈 #Lechigg➖Viewers: 106\n🥉 #Dannahou…
## 5763              RT @stats_live_es: ▶️ League of Legends - Top streams a las 04:30 (Hora ESP)🔥\n\n🥇 #BarbaKahn➖Viewers: 8.750\n🥈 #ElKevo_➖Viewers: 742\n🥉 #JimRs…
## 5764              RT @stats_live_es: ▶️ League of Legends - Top streams a las 04:30 (Hora ESP)🔥\n\n🥇 #BarbaKahn➖Viewers: 8.750\n🥈 #ElKevo_➖Viewers: 742\n🥉 #JimRs…
## 5765                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5766                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5767                                               RT @geheichou: Spirit Blossom Aphelios - makeup test \n#SpiritBlossom #LeagueOfLegends 🌙 https://t.co/Omk1IM46PD
## 5768               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 5769                                      RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X
## 5770              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5771                                      RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X
## 5772               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 5773                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 5774                  RT @Katheri84765877: Discover More.👏👏👏👏👏 #LoL #LeagueofLegends #Fanart #GuardianasEstelares #StarGuardian #Nilah \nOriginal: RoTogel https:/…
## 5775                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 5776               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 5777             RT @emriikun: 🦊✨📚 Battle Academia Ahri 📚✨🦊 \n\nAhri is in her second year at Durendal Academy and is running for class president.\n\ncollab wit…
## 5778       RT @qtvictini: ꒰ა lookin for mutuals ໒꒱\n୨୧ ┄┄┄┄┄┄┄ ୨୧\nthings i like\n︙ ♡ #sanrio\n︙ ♡ #VALORANT #valtwt\n︙ ♡ #DeadbyDaylgiht\n︙ ♡ #LeagueOfLege…
## 5779              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:48 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 358\n🥈 #Lechigg➖Viewers: 109\n🥉 #whoisjup…
## 5780             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 5781                   RT @majorfacepwn: Stream was fun!!!… until it wasn’t. Lol #LeagueOfLegends players that pick Yasuo have no brain. And I’m not wrong. Ridicu…
## 5782                   RT @VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends #madnesscombatfanart htt…
## 5783                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5784                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5785                   RT @LadyFortune5: Help them strip eachother :3 #stripgame #ahri #Missfortune #LeagueOfLegends #LeagueOfLegendsFanArt #sahri https://t.co/IN…
## 5786                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 5787                RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…
## 5788                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5789                    RT @MarvOldGamer: 🔴Live | 👋🏻Welcome!👋🏻 | 🎅Merry Christmas🎅🎄Happy Holydays🎄🎆Happy New Year🎆🌠Wish you all the best🌠 #LeagueofLegends #Gaming…
## 5790                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5791                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5792                                         RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2
## 5793                                                           RT @NotEstyy: Don't\n\n#taliyah #LeagueOfLegends #StarGuardian #Fiddlesticks https://t.co/bwIn8Sw07n
## 5794                                                           RT @NotEstyy: Don't\n\n#taliyah #LeagueOfLegends #StarGuardian #Fiddlesticks https://t.co/bwIn8Sw07n
## 5795              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:48 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 358\n🥈 #Lechigg➖Viewers: 109\n🥉 #whoisjup…
## 5796                  RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…
## 5797                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 5798                                                                RT @victorli_ran: the surgery \n#LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/x5Wf1ias0B
## 5799                                                           RT @victorli_ran: Janna meets Swain\n#LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/UumLIhYLhO
## 5800                                                                 RT @victorli_ran: stay calm 😇\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/FmpI7fGgXj
## 5801                                                           RT @victorli_ran: chemistry class 🧪\n#LeagueofLegends #LeagueOfLegendsFanArt https://t.co/nIuxznDvim
## 5802                           RT @victorli_ran: Greetings miniature mortals! \n#LeagueOfLegends #LeagueOfLegendsFanArt #LegendsOfRuneterra https://t.co/jYPFyxVlvG
## 5803                                                           RT @victorli_ran: calling a friend \n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/utsiBg8Rtm
## 5804                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5805                                                              RT @MikeJCart: League of Legends\n#LeagueOfLegends #LeagueOfLegendsfanart https://t.co/0gvMUznHCl
## 5806                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5807                                                                  RT @doumaslefttitty: Spirit blossom yone again #yone #LeagueOfLegends https://t.co/Mx33g4MLgf
## 5808               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 5809                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5810               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 5811                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5812                                                                      RT @Zyyaann9: LIVE!!! #LeagueOfLegends \nhttps://t.co/2siPKe9sF8\nhttps://t.co/2siPKe9sF8
## 5813                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5814                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5815       RT @Gron2002: [ 2022/12/04 - A.G.F ]\n\n\\ MISS . FORTUNE \\\n\ncos - \n@Gyani_cos \n\npho - \n@Gron2002\n\n#LeagueOfLegends  #AGF2022 https://t.co/1gb…
## 5816              RT @Koiarts1: Fan art Navy Seal Jinx \n \nRT are appreciated 🔁✨\n#HumanArtists #CreateDontScrape\n\n#Jinx #leagueoflegends #artoflegends #huion…
## 5817             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 5818                                                                                 RT @Eggpoach1: Go play it! #game #LeagueofLegends #LoL https://t.co/41PWUjtYrm
## 5819                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5820               RT @MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain\n#LeagueOfLeg…
## 5821                                  RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O
## 5822                   RT @AnneAnd81932053: Looking forward to the game.🙊🙊🙊🙊 #LeagueofLegends #Gameplay #mobilegame #GuardianasEstelares #КосплейLoL #StarGuardian…
## 5823                   RT @AnneAnd81932053: Looking forward to the game.🙊🙊🙊🙊 #LeagueofLegends #Gameplay #mobilegame #GuardianasEstelares #КосплейLoL #StarGuardian…
## 5824                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5825             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 5826                RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…
## 5827                   RT @VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends #madnesscombatfanart htt…
## 5828                  RT @RivenStore: Hello there!\nLove League of Legends? Visit us: https://t.co/mlJxwK6Wo0\n#leagueoflegends #lolgame #lolgamer #rivenstore.com…
## 5829             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 5830                RT @burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp #leagueoflegends #…
## 5831                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5832                                                                            RT @vatheja: #evelynn Doodle for tonight!💕 #LeagueOfLegends https://t.co/6OsqkZFXBJ
## 5833             RT @StClair2803: I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o\n\n#Leagu…
## 5834             RT @StClair2803: I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o\n\n#Leagu…
## 5835                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5836             RT @StClair2803: I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o\n\n#Leagu…
## 5837                                  RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O
## 5838                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5839                   RT @DoomageddonGmig: Decided to play some top lane ziggs tonight and needless to say I made their top lane leave #LeagueOfLegends https://t…
## 5840                 RT @Grilla: A rich prize dredged up from the depths!\n\nCongratulations to WAKR, who won @Trackie_D 's #TidesofTurmoil2 after an exciting fin…
## 5841                  RT @_MasterAtGames_: Join the Buff Clan https://t.co/HULRxkhWzk\n#gamingcommunity #Buff #Free #Freegames #Freegamingstuff #Buffcoins #Fortni…
## 5842                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5843             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 5844                  RT @_MasterAtGames_: Join the Buff Clan https://t.co/HULRxkhWzk\n#gamingcommunity #Buff #Free #Freegames #Freegamingstuff #Buffcoins #Fortni…
## 5845                                                    RT @kamo46336290: 🐺🌙IF KDA\n#LeagueOfLegends #Settphel #Sett #Aphelios #settphelios https://t.co/5g9CXfKkfK
## 5846                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5847                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5848               RT @MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain\n#LeagueOfLeg…
## 5849              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5850               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 5851                                                                            RT @Shizzen45: @wildrift  please add new adc and support character #LeagueOfLegends
## 5852                  RT @LoLMemesBot: Nothing but clowns as far as the eye can see\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanAr…
## 5853                  RT @LoLMemesBot: I walk a lonely road\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aph…
## 5854              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:20 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 401\n🥈 #Lechigg➖Viewers: 106\n🥉 #Dannahou…
## 5855                  RT @Katheri84765877: Discover More.👏👏👏👏👏 #LoL #LeagueofLegends #Fanart #GuardianasEstelares #StarGuardian #Nilah \nOriginal: RoTogel https:/…
## 5856                                  RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O
## 5857                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5858                 RT @EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #ga…
## 5859                   RT @DoomageddonGmig: Decided to play some top lane ziggs tonight and needless to say I made their top lane leave #LeagueOfLegends https://t…
## 5860                       RT @l0Abyss: Spirit Blossom İrelia\n#irelia #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/s4XcXnxk5E
## 5861                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5862                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5863                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5864                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 5865                  RT @_junipuff_: hi twitter friends~ im live on twitch playing #LeagueOfLegends would you like to come say hi? :3 #smallstreamer \nhttps://t.…
## 5866                  RT @_junipuff_: hi twitter friends~ im live on twitch playing #LeagueOfLegends would you like to come say hi? :3 #smallstreamer \nhttps://t.…
## 5867                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5868                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5869                                  RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O
## 5870                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5871              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5872                   RT @VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends #madnesscombatfanart htt…
## 5873              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5874                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5875                 RT @metalichotchoco: Rumble- I mean Tristy asu, it turned out way better than i thought it would \n\n#League_Of_Legends #rumble #LeagueOfLege…
## 5876                                         RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2
## 5877              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5878                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 5879                 RT @KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.…
## 5880                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5881            RT @we_byun: "-Please... Brother... CARRY ME."\n"- FF 15." \nYasuo &amp; Yone. ♡\n#LeagueOfLegendsFanArt #LeagueOfLegends #LOL #FANART #yasuo #yon…
## 5882                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5883                   RT @AnneAnd81932053: Looking forward to the game.🙊🙊🙊🙊 #LeagueofLegends #Gameplay #mobilegame #GuardianasEstelares #КосплейLoL #StarGuardian…
## 5884                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5885                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5886                   RT @FunSizeDipStick: Dragon trainer Veigar ~ Splash art ( @FunSizeDipStick )\n#LeagueOfLegends #ArtofLegends #Veigar #LeagueOfLegendsFanArt…
## 5887                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5888                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 5889                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5890              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5891                RT @megilino: ✨ Of course I start getting sick 1 week before Christmas!!! |  !rampage https://t.co/97HMCqzpuE\n@LeagueOfLegends\n#LeagueOfLeg…
## 5892                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5893                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 5894                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5895                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5896                   RT @angiev_cosplay: Everyone's posting x-mas cosplay photos but here I am with my cute bunnysuit because my costume hasn't arrived yet... A…
## 5897                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 5898                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5899                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5900                   RT @angiev_cosplay: Everyone's posting x-mas cosplay photos but here I am with my cute bunnysuit because my costume hasn't arrived yet... A…
## 5901                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5902                  RT @LoLMemesBot: Garen?? No today is ARGEN 🇦🇷🇦🇷🇦🇷🇦🇷🇦🇷\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #World…
## 5903                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5904                  RT @LoLMemesBot: Garen?? No today is ARGEN 🇦🇷🇦🇷🇦🇷🇦🇷🇦🇷\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #World…
## 5905                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5906                           RT @mushiefrogg: some old musical #vieshan I need to draw pentakevin more\n\n#viego #akshan #LeagueOfLegends https://t.co/lrWO9gfdDp
## 5907                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5908                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5909                                                                         RT @vatheja: Doodle of #jinx for Christmas :) #LeagueOfLegends https://t.co/ZjmSe8C22L
## 5910                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5911               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 5912                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5913                 RT @mikeycircus: Jayvik for the soul!\nPossible charm or sticker? Mayhaps\n#arcane #jayvik #leagueoflegends #jayce #viktor https://t.co/cf8MZ…
## 5914                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5915                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5916                 RT @mikeycircus: Jayvik for the soul!\nPossible charm or sticker? Mayhaps\n#arcane #jayvik #leagueoflegends #jayce #viktor https://t.co/cf8MZ…
## 5917                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5918                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5919               RT @NeverEvi: Day 4 of begging \n@riotgames\n\n to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petiti…
## 5920                   RT @XSilverangel1: HOP THE SNOWBALL! https://t.co/lnxtlfk8tp via @YouTube  #LeagueOfLegends #leaguetwt #Subscribe #TwitchRecap #TwitchStrea…
## 5921                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5922                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5923              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5924                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 5925                                                              RT @LichVtuber: I love Gwen ✂️\n#LeagueOfLegends \n#gwenlol\n#ArtofLegends https://t.co/XhbQoa32NA
## 5926                                              RT @_mizah: redraw frame &lt;3\n#LeagueOfLegends  #LeagueOfLegendsFanArt  \n#StarGuardian https://t.co/QEySW8tepM
## 5927                RT @kardie00: Gwen is going to punish her daddy. \nViego, get ready for chik-chik!\n\n(Collab with Aylis. Face and boobes are her job, mine is…
## 5928                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 5929                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5930                 RT @ChimeGF: Hey there , I'm a graphic designer currently looking to do commissions !  \n\nI can do any style but like to work with character…
## 5931                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 5932                           RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel
## 5933                  RT @greeekthegreat: Heres a thread of all (most) of my posted and finished arcane fanart\n#lightcannon #arcane #leagueoflegends #caitvi http…
## 5934                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 5935                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5936                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5937                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5938                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 5939                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 5940                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5941                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5942                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 5943                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 5944                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5945                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 5946                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5947                                      RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X
## 5948                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5949                RT @lexiaron0: They should like hold hands or whatever 😳\nLOOK! They’re stinking cute I had to draw @Taiyo0kami ‘s skate AU 🙈⛸\n\n#arcane #pil…
## 5950                 RT @degenkyo: An impromptu 12-hour stream of pure #LeagueOfLegends w/ viewers... LFGGGGGGG!\n\nI lived up to my stream title and hardcore int…
## 5951                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5952                 RT @degenkyo: An impromptu 12-hour stream of pure #LeagueOfLegends w/ viewers... LFGGGGGGG!\n\nI lived up to my stream title and hardcore int…
## 5953                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 5954              RT @MakiEraclea: The coven skin line... 😌👌🏻🖤\nShould I cosplay coven LeBlanc too?\n\nPh + 3d orb @dizzymonogatari\n\n#LeagueOfLegends #ahricospl…
## 5955                           RT @LorificArts: Quiet chat in The Last Drop 🍻✨ ft. Oc Honey Badger\n#arcane #LeagueOfLegends #illustration https://t.co/OZnWdDNEAL
## 5956                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5957                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 5958                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 5959                                                                           RT @BonniieA: Mythmaker Irelia 🖤\n\n#Irelia #LeagueOfLegends https://t.co/WBo2ZEDFT8
## 5960              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5961                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5962                                RT @ToxicCookie2: Jinx's Sketch \n\n#art #digitalart #leagueoflegends #arcane #jinx #fanart #lol #krita https://t.co/9ug8qOwQBZ
## 5963                   RT @CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones I didn’…
## 5964                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5965                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5966                                      RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X
## 5967                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5968                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 5969                   RT @soap_ai: Jinx the homophobic homosexual \n#leagueoflegends #artoflegends #jinx #lux #lightcannon #caitvi #arcane https://t.co/PW3h696Ye8
## 5970                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 5971                  RT @LoLMemesBot: based gank\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Spi…
## 5972                               RT @soap_ai: It was funnier in my head\n\n#ArtofLegends #LeagueOfLegends #lightcannon #jinx #lux #arcane https://t.co/nPHYNzMuLD
## 5973                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5974                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5975                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5976                                                  RT @soap_ai: shitposting hours #jinx #lux #lightcannon #leagueoflegends #ArtofLegends https://t.co/EXTuqKRJGv
## 5977                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5978                 RT @EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #ga…
## 5979                           RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel
## 5980                           RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel
## 5981            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 5982                    RT @Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I've yet…
## 5983                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 5984                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5985                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5986                                                                              RT @dinkndots: 🐝Beellia🐝\n #LeagueOfLegends #artoflegends https://t.co/fW49z78DcF
## 5987                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5988            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 5989                                                                            RT @Shizzen45: @wildrift  please add new adc and support character #LeagueOfLegends
## 5990               RT @SpookziePunzie: 1,100 followers! Come say hi? 👉👈\n\nLink: https://t.co/wY2CM76j4J \n\n#vtuber #ENVtuber #vtuberuprising #VtuberSupport #Lea…
## 5991                 RT @EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #ga…
## 5992                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5993            RT @stats_live_es: 🔥Top streamings a las 16:01 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 7.946\n🥈 #LACOBRAAA➖Viewers: 4.597\n🥉 #ElChiringuitoTV➖Viewers…
## 5994                                                             RT @CHOCOT4RT: ⚓️marine look neeko💙\n#LeagueOfLegends #ArtofLegends #Neeko https://t.co/8LBa2INCcD
## 5995                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5996                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5997                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 5998               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 5999                   RT @MikuoHatsuneTTV: Day 31 of @LeagueOfLegends quotes:\n\nI will fight as long as I stand!\n-Garen\n#LeagueOfLegends #quotes #gaming #Garen
## 6000                 RT @EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #ga…
## 6001                                                                        RT @DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN
## 6002                  RT @Mochibunnny: Old drawing jsksksk (it was for december) uwu\n#LeagueOfLegends #LeagueOfLegendsFanArt #neeko #Nidalee #fanart https://t.co…
## 6003                                     RT @lyquoritte: Hmm... Their designs are fun to draw👀\n\n#LeagueofLegends #Vi #Jinx #Jayce #Viktor https://t.co/uFsJa0toBl
## 6004                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6005                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6006               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 6007            RT @stats_live_es: 🔥Top streamings a las 16:01 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 7.946\n🥈 #LACOBRAAA➖Viewers: 4.597\n🥉 #ElChiringuitoTV➖Viewers…
## 6008                                              RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 6009               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 6010                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6011                                                       RT @sagefoxart: Commission ✨\n#Rell #starguardian #battlequeen #LeagueOfLegends https://t.co/N9oJAN4i6o
## 6012                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6013                  RT @marcosuchima: Happy pride y'all! Here's some #Akalynn!😌\nHope you like it!\n\n#ArtofLegends #KDA #leagueoflegends https://t.co/C6R8uO5pUi
## 6014               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 6015                                                                                  RT @WOMstream: Dueling 101 #wildrift #leagueoflegends https://t.co/BlidT2DyPc
## 6016                  RT @marcosuchima: Happy pride y'all! Here's some #Akalynn!😌\nHope you like it!\n\n#ArtofLegends #KDA #leagueoflegends https://t.co/C6R8uO5pUi
## 6017                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6018                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6019                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6020                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 6021                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6022                                          RT @Ven0o4ka28: 🌒 moon and sun ☀️\nfull on my boostie!~\n\n#diana #leona #lol #LeagueOfLegends https://t.co/ovLEG3NIQR
## 6023                                                                              RT @dinkndots: 🐝Beellia🐝\n #LeagueOfLegends #artoflegends https://t.co/fW49z78DcF
## 6024                                                 RT @Ahnnoty_: Winterblessed diana doodle \nI love her so much😭💖💖💖⭐️💖\n#LeagueOfLegends https://t.co/pLqsnqcEmY
## 6025                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6026                  RT @thatsbiz4rre: This is a drawing.🚀🚀🚀🚀 #Game #LeagueOfLegendsFanArt #LeagueofLegends #YıldızMuhafızları #TransformaTuDestino #Nilah \nOrig…
## 6027               RT @J0ker_LoL: Empyrean Jax &amp; Spirit Blossom Master Yi header for a super nice customer💜 Loved working on this one because of the theme! Al…
## 6028                    RT @J0ker_LoL: Odyssey Kayn wallpaper that the amazing @LadyOfValyria wanted to gift to a friend❤️ I really love doing these wallpapers! As…
## 6029                    RT @J0ker_LoL: ❄️CHRISTMAS HEADER GIVEAWAY❄️\nAs it's Christmas and I'm so grateful for all of you, I really want to give you guys the oppor…
## 6030              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6031                                                      RT @eeriemev: happy halloween!! \n#LeagueOfLegends #ArtofLegends #Kalista #Ledros https://t.co/dHl0Why6nq
## 6032                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6033                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #dark #angel #morde #knight #gg #shutdown #big #jg #2vs1 #…
## 6034                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6035                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #dark #angel #morde #knight #gg #shutdown #big #jg #2vs1 #…
## 6036                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6037                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6038                                      RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X
## 6039              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 6040                                                                                           RT @Koifee__: Doodle doodle #LeagueOfLegends https://t.co/jdBwoZYkoj
## 6041                                      RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X
## 6042                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6043                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6044                                                              RT @LOL_Holidays: Morgana's ARAM Jingle\n#LeagueOfLegends #LOL #Christmas https://t.co/LlSMbMcQfk
## 6045                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6046                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 6047                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6048                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6049                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6050              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6051                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 6052                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 6053                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 6054                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6055                  RT @LoLMemesBot: Why add an item that makes us useless\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worl…
## 6056                 RT @leochamposa: In life are you Zed or Shen?🤔  What is your favorite ship for Zed?\n\n#zed #syndra #karma #kayn #shen #akali #LeagueOfLegend…
## 6057                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 6058                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 6059                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6060            RT @EnvyAloner: First time~ hmi hmi 🥰🥰🥰\n\nReq by TrixTheFox\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#LeonaxDiana #PRIDE \n#Leona #Diana ht…
## 6061                   RT @CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones I didn’…
## 6062                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 6063                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 6064                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 6065                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #winter #map #gg #urgot #push #top #tripple #fun #game #ga…
## 6066                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #dark #angel #morde #knight #gg #shutdown #big #jg #2vs1 #…
## 6067                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6068                 RT @PoroSandia: she may look tiny and cute but she can actually fucking kill you\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Diana #diana #fa…
## 6069                   RT @CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones I didn’…
## 6070               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 6071                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 6072                   RT @faeriefountain: reposting my #leagueoflegends #leona and #diana tarot #illustration thumbnail sketches from last night! more to come! h…
## 6073                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6074                  RT @dempugs1: There should be more games like this. #LeagueOfLegendsFanArt #LeagueofLegends #MOBA #TransformaTuDestino #ClashLoL #FLYWIN \nO…
## 6075               RT @slowsofss: I'm having Leona x Diana brainrot for DAYS and I had to make a fanart... They're everything &amp; worth my first art post here 🥺…
## 6076                                                                                              RT @CrowliiDE: Messi is Faker #WorldcupQatar2022 #LeagueOfLegends
## 6077                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6078            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6079                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6080                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6081                   RT @CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones I didn’…
## 6082                   RT @veegoesgrr: so got this idea from an old genji fanart and I wanna say I liked the old lore of how Diana got her mark? How it was suppos…
## 6083                   RT @veegoesgrr: why I haven't drawn these two in the outfit they used to wear while they were still acolytes? well that's because I can't c…
## 6084               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 6085                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6086              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6087                                                    RT @sasoxichomoshi: sasalele meme but targon edition 😎👉\n\n#targon #LeagueOfLegends https://t.co/bqT4q21C40
## 6088                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6089                 RT @NahoLadyDragon: Sorry yummi stolen 3dragon and 1 baron 😺🐉🍀💜✨\n#yummi #Pantheon #fanart #sketch #LeagueOfLegends #LeagueOfLegendsFanArt #…
## 6090                 RT @diazex_art: Whomever gets the high ground decides where they go for dinner that night, as it's always been.\n\n#leagueoflegends #artofleg…
## 6091                   RT @NahoLadyDragon: The old volibear 🍀💜✨🐉🐻‍❄️ :33 \n#fanart #LeagueOfLegends #LeagueOfLegendsFanArt #drawing #volibear https://t.co/5WDeCMQs…
## 6092                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6093                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 6094                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6095                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6096                 RT @NahoLadyDragon: Day14 dinner~ 🍀🐉✨💜\n#Rakantober2022 #xayahtober #draw #drawing #LeagueOfLegendsFanArt #LeagueOfLegends #fanart https://t…
## 6097                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6098               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 6099                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6100                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6101                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6102                   RT @CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones I didn’…
## 6103            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6104              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6105                  RT @greeekthegreat: Heres a thread of all (most) of my posted and finished arcane fanart\n#lightcannon #arcane #leagueoflegends #caitvi http…
## 6106                 RT @greeekthegreat: Cw: a boob\nLIGHTCANNON!!!!!!!!\n#lightcannon #jinxfanart #luxfanart #arcanefanart #arcane #LeagueOfLegends https://t.co/…
## 6107                                                                     RT @L0VERSEYES: big scary demon goes purr #leagueoflegends #rhaayn https://t.co/EmP4y37MZr
## 6108                   RT @CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones I didn’…
## 6109            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6110                   RT @CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones I didn’…
## 6111                                         RT @Darksword255: That's a strong diagnosis... accurate, but strong. #kindred #LeagueOfLegends https://t.co/TFIwULYTS0
## 6112                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6113                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6114                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6115                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6116     RT @TonsyGeek: 〘ℂℝ𝔸ℂ𝕂〙𝐍𝐚𝐦𝐞: Ahri\n〘ℂℝ𝔸ℂ𝕂〙𝐒𝐨𝐮𝐫𝐜𝐞: #LeagueOfLegends  \n〘ℂℝ𝔸ℂ𝕂〙𝐑𝐚𝐜𝐞:  #Kitsune  \n〘ℂℝ𝔸ℂ𝕂〙𝐀𝐠𝐞:  1023 ans ?\n〘ℂℝ𝔸ℂ𝕂〙𝐇𝐞𝐢𝐠𝐡𝐭𝐬:  167 cm…
## 6117              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 6118                                                              RT @LOL_Holidays: Morgana's ARAM Jingle\n#LeagueOfLegends #LOL #Christmas https://t.co/LlSMbMcQfk
## 6119              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6120                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6121               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 6122                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6123              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 6124                           RT @_kyuyaa: In the name of the first star, I'll punish you!! ✨\n\n#leagueoflegends #lol #ahri @LoLegendsBR https://t.co/fK0HieXUv0
## 6125                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6126                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6127                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6128                   RT @BigLittleUnbox: Space is always a issue but l'm trying to fit everything in  #warcraft #worldofwarcraft #minecraft #halo #godofwar #lea…
## 6129                 RT @duxteh2: You want style? You've found her 💜🌺\n\n#artoflegends #LeagueOfLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/31RsoFA…
## 6130               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 6131                                                              RT @LOL_Holidays: Morgana's ARAM Jingle\n#LeagueOfLegends #LOL #Christmas https://t.co/LlSMbMcQfk
## 6132                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6133              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6134                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6135              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6136                                                                        RT @DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN
## 6137                  RT @LoLMemesBot: This is my reward for making fun of France early in the first half of the game\n#memes #meme #funny #lol #leagueoflegends #…
## 6138              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6139                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6140                 RT @GameGymEsports: Final call for this weekend's #StepUpSeries tournaments powered by @Battlefy!!\n\nPlay games, have fun, and win prizes 🙌🏼…
## 6141              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6142                                                        RT @AsaiOreo: #LeagueOfLegends  #LeagueOfLegendsFanArt #Lux #Ezreal\ncommission https://t.co/EY5df9RSEB
## 6143                                              RT @Ahnnoty_: the bosses\n#ezko #ekko #Ezreal #LeagueOfLegends #lol #arcane #ArtofLegends https://t.co/d9UQurUxeq
## 6144                                                            RT @blothariel: he makes me happy 😖\n\n#ArtofLegends #LeagueOfLegends #yone https://t.co/zRtNj4Z2py
## 6145                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6146                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6147            RT @we_byun: "-Please... Brother... CARRY ME."\n"- FF 15." \nYasuo &amp; Yone. ♡\n#LeagueOfLegendsFanArt #LeagueOfLegends #LOL #FANART #yasuo #yon…
## 6148                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6149                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6150               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 6151                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6152                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 6153                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6154                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6155                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6156             RT @stats_live_es: ▶️ League of Legends - Top streams a las 16:08 (Hora ESP)🔥\n\n🥇 #Werlyb➖Viewers: 7.961\n🥈 #KXMI➖Viewers: 820\n🥉 #Th3Antonio➖…
## 6157                 RT @Elizuart_: Ruined King Viego and Senna\nAnd Lucian who tries to kill those monsters xD\n#ArtofLegends #LeagueOfLegends #RuinedKing #Viego…
## 6158                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6159                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6160                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6161             RT @KJCeSports: The @FNATIC legend returns to the team 2 years after playing for its rival, @G2esports &amp; @KarmineCorp.\n\n#KJCeSports #League…
## 6162               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 6163                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6164               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 6165                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6166                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6167                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6168                   RT @FunSizeDipStick: Dragon trainer Veigar ~ Splash art ( @FunSizeDipStick )\n#LeagueOfLegends #ArtofLegends #Veigar #LeagueOfLegendsFanArt…
## 6169             RT @KJCeSports: The @FNATIC legend returns to the team 2 years after playing for its rival, @G2esports &amp; @KarmineCorp.\n\n#KJCeSports #League…
## 6170             RT @KJCeSports: The @FNATIC legend returns to the team 2 years after playing for its rival, @G2esports &amp; @KarmineCorp.\n\n#KJCeSports #League…
## 6171                   RT @FunSizeDipStick: Dragon trainer Veigar ~ Splash art ( @FunSizeDipStick )\n#LeagueOfLegends #ArtofLegends #Veigar #LeagueOfLegendsFanArt…
## 6172             RT @KJCeSports: The @FNATIC legend returns to the team 2 years after playing for its rival, @G2esports &amp; @KarmineCorp.\n\n#KJCeSports #League…
## 6173                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6174                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6175                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6176                 RT @ZotacCup: It's almost time to jump into the Summoners Rift in today's ZOTAC CUP #LeagueofLegends tournament. Sign up now.\n\nNorth Americ…
## 6177                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6178                            RT @chaoticb1ue: Mythmaker Irelia! I really love how she looks 🫶🏻\n #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/KZwvL3WNSE
## 6179                   RT @DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5
## 6180                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 6181                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6182                RT @isekai_secah: Another Day in the rift B) come say hi unless u were diamond or higher 2022, screw u &gt;:L Check out poll on twitter #leagu…
## 6183                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6184                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6185                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6186                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6187                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6188                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6189                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6190                  RT @whisky14642781: Old butcher knife. My fifth handpainted asset. Mesh made in blender, paint in 3dCoat \n#b3D #handpainted #stylized #Warc…
## 6191                   RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…
## 6192                                                       RT @sagefoxart: Commission ✨\n#Rell #starguardian #battlequeen #LeagueOfLegends https://t.co/N9oJAN4i6o
## 6193                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 6194                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6195                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6196     RT @TonsyGeek: 〘ℂℝ𝔸ℂ𝕂〙𝐍𝐚𝐦𝐞: Ahri\n〘ℂℝ𝔸ℂ𝕂〙𝐒𝐨𝐮𝐫𝐜𝐞: #LeagueOfLegends  \n〘ℂℝ𝔸ℂ𝕂〙𝐑𝐚𝐜𝐞:  #Kitsune  \n〘ℂℝ𝔸ℂ𝕂〙𝐀𝐠𝐞:  1023 ans ?\n〘ℂℝ𝔸ℂ𝕂〙𝐇𝐞𝐢𝐠𝐡𝐭𝐬:  167 cm…
## 6197              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 6198                   RT @LoLMemesBot: that wasn't supposed to happen\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022…
## 6199                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 6200                  RT @Elizuart_: I was trying clip studio art and Drawing them is the best option 💖💕\n#LeoDia #LeonaxDiana #Leona #Diana #ArtofLegends #League…
## 6201                  RT @catinipicnic: By popular demand ♡ Choose the champion for the next set of emotes !\n\nI am beyond flattered with the amount of support I…
## 6202             RT @Chilllki: Schedule for the week. See you guys there\n\nMonday: Preaseason league(finally)\n\nTuesday: The long dark\n\nWednesday: xcom Ironma…
## 6203                                             RT @h0ngJvn: #rhaayn cuddles!! i cant get enough of them!!\n#rhaast #kayn #LeagueOfLegends https://t.co/Bwa3B8TKrH
## 6204                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 6205                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 6206                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6207                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6208                                             RT @h0ngJvn: #rhaayn cuddles!! i cant get enough of them!!\n#rhaast #kayn #LeagueOfLegends https://t.co/Bwa3B8TKrH
## 6209                  RT @Elizuart_: I was trying clip studio art and Drawing them is the best option 💖💕\n#LeoDia #LeonaxDiana #Leona #Diana #ArtofLegends #League…
## 6210                RT @louise_artist: TODAY ITS A BIG DAY FOR THE GAYS\nDIANA AND LEONA FINALLY KISSED YOU GUYS!!!!!\nso....... i was to excited and drew this\nd…
## 6211                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6212                                          RT @_erisiar: Leona and Diana ☀️🌙\n\n#ArtofLegends #LeagueOfLegends #Leona #Diana #LeonaxDiana https://t.co/dXoIyDGgMX
## 6213                         RT @LoLValosimp: Doodle cuz Leona and Diana are canon now LETS GOOOO 💓\n#LeagueOfLegends #LeonaxDiana 🏳️‍🌈🏳️‍🌈🏳️‍🌈☀️🌙 https://t.co/qc4KeUs4ta
## 6214                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6215                                                                      RT @atomicant_cami: diana you fool #LeagueOfLegends #ArtofLegends https://t.co/0YT9trDEMM
## 6216                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6217                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6218                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6219                                            RT @onion_on1: Again Kayn?\nNow you know who was my crush\n\n#Kayn #LeagueOfLegends #fanart https://t.co/fSBazNOdpH
## 6220                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6221                                              RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 6222                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6223              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6224                  RT @LoLMemesBot: Rate my new name\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelio…
## 6225                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6226                                                                               RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 6227                  RT @DeivCalviz: Apparently it is #PortfolioDay !\n\nHere are all the released splash art I've done for #LeagueOfLegends so far. More to come…
## 6228                  RT @PiniMizzaArt: Day 39 - Graves the Outlaw (29/161)\n#LeagueOfLegendsFanArt #LeagueOfLegends #graves \n(Took a little breather, back on it…
## 6229                        RT @PiniMizzaArt: Day 40 - Gwen the Hallowed Seamstress (40/161)\n#LeagueOfLegendsFanArt #LeagueOfLegends #Gwen https://t.co/DtAzu3TLyc
## 6230                  RT @PiniMizzaArt: Day 42 - Heimerdinger the Revered Inventor (42/161)\n#LeagueOfLegendsFanArt #LeagueOfLegends #Heimerdinger https://t.co/rm…
## 6231                               RT @PiniMizzaArt: Day 43 - Illaoi the Kraken Priestess \n#LeagueOfLegendsFanArt #LeagueOfLegends #illaoi https://t.co/dzAbtVnGtM
## 6232                           RT @PiniMizzaArt: Day 44 - Irelia the Blade Dancer (44/161)\n#LeagueOfLegendsFanArt #LeagueOfLegends #Irelia https://t.co/OtbkVjGB35
## 6233                            RT @PiniMizzaArt: Day 46 - Janna the Storm’s Furry (46/161)\n#LeagueOfLegendsFanArt #LeagueOfLegends #Janna https://t.co/FaShyMLhD4
## 6234                     RT @PiniMizzaArt: Day 49 - Jayce the Defender of Tomorrow (49/161)\n#LeagueOfLegendsFanArt #LeagueOfLegends #Jayce https://t.co/OM9QyPnfKR
## 6235                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6236                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6237                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6238                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6239                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6240                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6241                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6242                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6243                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6244                   RT @CrazedCBear: Working on expanding my champ pool today on stream by playing ARAM with only unowned/no chest champions! It will be...INTe…
## 6245                 RT @_LtAndreas: ✨New Valorant Stream✨https://t.co/iJFxgT0EtS #TwitchStreamer #twitch #gamer #gaymer #Valorant #LeagueOfLegends #RiotGames #…
## 6246            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6247                   RT @CrazedCBear: Working on expanding my champ pool today on stream by playing ARAM with only unowned/no chest champions! It will be...INTe…
## 6248                                              RT @Ahnnoty_: the bosses\n#ezko #ekko #Ezreal #LeagueOfLegends #lol #arcane #ArtofLegends https://t.co/d9UQurUxeq
## 6249                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 6250                           RT @PSG_Talon: We're ready. 😎\n\n#SOARWITHTALON #lolesports #pcs #psg #leagueoflegends #announcement #roster https://t.co/vXslnF9PHO
## 6251                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6252                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 6253                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6254                                                  RT @kmo339: #renataglasc #LeagueOfLegends\n\nYOU WERE REGRETTABLY EXPENDABLE, MY DEAR https://t.co/uMCcwnx0VM
## 6255                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6256                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6257                                              RT @Ahnnoty_: the bosses\n#ezko #ekko #Ezreal #LeagueOfLegends #lol #arcane #ArtofLegends https://t.co/d9UQurUxeq
## 6258                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6259                   RT @soap_ai: Jinx the homophobic homosexual \n#leagueoflegends #artoflegends #jinx #lux #lightcannon #caitvi #arcane https://t.co/PW3h696Ye8
## 6260                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6261                               RT @soap_ai: It was funnier in my head\n\n#ArtofLegends #LeagueOfLegends #lightcannon #jinx #lux #arcane https://t.co/nPHYNzMuLD
## 6262                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6263                   RT @HarryTh67235811: I just finished the game and wanted to share it.🥳🥳🥳🥳 #LoL #mobilegame #LeagueofLegends #ClashLoL #StarGuardians #Trans…
## 6264                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6265                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6266                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6267                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6268                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 6269                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6270                 RT @GameGymEsports: Final call for this weekend's #StepUpSeries tournaments powered by @Battlefy!!\n\nPlay games, have fun, and win prizes 🙌🏼…
## 6271                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6272                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6273                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6274                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 6275                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 6276                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6277             RT @stats_live_es: ▶️ League of Legends - Top streams a las 16:08 (Hora ESP)🔥\n\n🥇 #Werlyb➖Viewers: 7.961\n🥈 #KXMI➖Viewers: 820\n🥉 #Th3Antonio➖…
## 6278                 RT @LaverLaco: #ArtofLegends #LeagueOfLegends #KDA #KDAAkali #KDAEvelynn #evekali #akalynn \nK/DA Evelynn's glasses is so cooooool! \nEvelynn…
## 6279                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6280                           RT @LorificArts: Quiet chat in The Last Drop 🍻✨ ft. Oc Honey Badger\n#arcane #LeagueOfLegends #illustration https://t.co/OZnWdDNEAL
## 6281                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6282                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6283                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 6284                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6285                 RT @Shameichi: Since I had so much work to do, i decided to not do them at all.\n\nHere's a mock screenshot of Battle Academia Lux if it were…
## 6286                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6287                                                        RT @BrendaA56642710: I enjoy playing this game.🎮🎮🎮🎮 #LeagueofLegends #StarGuardians #ФанАрт #КосплейLoL
## 6288                RT @HiroLyte: "I asked her out on a date and she said yes!"✨💝 \n-Ezreal \n#LeagueOfLegendsFanArt #LeagueOfLegends #BattleAcademia #Ezreal #Ri…
## 6289                     RT @crystalmew: dont forget boy wonder, battle academia ezreal 🤘\n\n#LeagueOfLegends #BattleAcademia #ArtofLegends https://t.co/c3MuV6snMu
## 6290                                             RT @PurpleARTdude: I can't play it. Riot, where are the balanced tanks??\n#LeagueOfLegends https://t.co/J19rbQ4BVy
## 6291                 RT @Shameichi: Since I had so much work to do, i decided to not do them at all.\n\nHere's a mock screenshot of Battle Academia Lux if it were…
## 6292              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6293                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6294                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6295                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6296              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6297                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6298                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 6299                                                              RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID
## 6300                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6301                                                                     RT @LOLegendsMemes: lights me up everytime #LeagueOfLegends #Memes https://t.co/jBVC1ztpiS
## 6302                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6303                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6304                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6305                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6306                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6307                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6308                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6309                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 6310                                                              RT @LOL_Holidays: Morgana's ARAM Jingle\n#LeagueOfLegends #LOL #Christmas https://t.co/LlSMbMcQfk
## 6311                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6312                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 6313                  RT @Greysan_: Also I can’t explain myself here i just heard this audio the other day and i thought of these two\n#yasuo #taliyah #LeagueOfLe…
## 6314                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6315                  RT @LoLMemesBot: Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #SpiritB…
## 6316                 RT @metalichotchoco: Rumble- I mean Tristy asu, it turned out way better than i thought it would \n\n#League_Of_Legends #rumble #LeagueOfLege…
## 6317                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 6318                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6319                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6320                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6321                                      RT @Hazles14: lvl 18 full items adc #shorts #leagueoflegends #lol #gaming #lolshorts https://t.co/0hhPSEqlss via @YouTube
## 6322                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6323                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 6324                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6325                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6326                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 6327                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6328                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6329                 RT @metalichotchoco: Rumble- I mean Tristy asu, it turned out way better than i thought it would \n\n#League_Of_Legends #rumble #LeagueOfLege…
## 6330                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 6331                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6332                                                                           RT @erythchi: Ahri Classic skin 🥰🥰 #LeagueOfLegends #cosplay https://t.co/gPYujfojgC
## 6333                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6334               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6335                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6336                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6337                              RT @HdDxrth: They protect me.❤️❤️❤️ #LeagueofLegends #GENGWIN #G2WIN #YıldızMuhafızları \nOriginal: lazypoof https://t.co/qVgo3GNV6T
## 6338                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6339                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6340                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6341                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6342                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6343              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6344             RT @stats_live_es: ▶️ League of Legends - Top streams a las 16:08 (Hora ESP)🔥\n\n🥇 #Werlyb➖Viewers: 7.961\n🥈 #KXMI➖Viewers: 820\n🥉 #Th3Antonio➖…
## 6345                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6346                                                 RT @fazuo: #Kalista #Lol #LeagueOfLegends #LeagueOfLegendsFanArt \nJust fast paint meh https://t.co/3wXQXbyFC6
## 6347                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6348                  RT @Samandriade: When I imagine the ship dynamic for Swain and Leblanc I imagine this\n#LeagueOfLegends #LeagueOfLegendsFanArt #swain #lebla…
## 6349                 RT @rayyyyyyy_: CSGO Plays\n\n#CSGO #VAL #Dota2 #Underdog #GamblingTwitter #LeagueOfLegends #PlayerProps #PrizePicks #Follow #Like #Retweet h…
## 6350                                              RT @Ahnnoty_: the bosses\n#ezko #ekko #Ezreal #LeagueOfLegends #lol #arcane #ArtofLegends https://t.co/d9UQurUxeq
## 6351                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6352                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6353                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6354                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6355                   RT @i4megistus: miss fortune sarah fortune fancam edit typa girl black pink league of legends lol mf #LeagueOfLegends #cblol #Qatar2022 htt…
## 6356                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 6357                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6358                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6359                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6360                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6361                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6362                                    RT @Myshkinka: Some old Atreus fanart \n\n#leagueoflegends #LeagueOfLegendsFanArt #pantheon #aatrox https://t.co/cukN3ll4Yt
## 6363                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6364                  RT @ESNA__GG: Our Talents teams for today's LOL ⚔️ live stream 🔥 see you at 🕒 𝟏𝟓:𝟎𝟎\n\n👤🎙️ 𝐖𝐚𝐫𝐝𝐲\n👤🎙️ 𝐊𝐫𝐞𝐳𝐢𝐨\n👤🎙️ 𝐏𝐫𝐨𝐱𝐞𝐦𝐚\n\n 🎥 𝗪𝗮𝘁𝗰𝗵 𝘁𝗵𝗲 𝘀𝘁𝗿𝗲𝗮𝗺…
## 6365              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6366                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6367                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6368                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6369                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6370                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6371                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6372                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6373                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6374                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6375                 RT @kheilum: Akalynn having fun at the beach!! ⛱️🌊\n.\n.\n#Akali #Evelynn #Akalynn #LeagueOfLegends #KDA  #LeagueOfLegendsFanArt #leaguetwt #L…
## 6376                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6377                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6378                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 6379                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6380                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 6381                                                                      RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt  \n Neeko⛅️ https://t.co/Y8NqUaH2be
## 6382                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 6383                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6384                   RT @BadluckBringit: Its time, once again, for some League of Legends preseason shenanigans! Come join me as I navigate the seas of this new…
## 6385                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6386              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6387                  RT @SkohatiWolf: Just a little nap before the show . . \n#Akali #Evelynn #akalynn #LeagueOfLegends #3dart #WildRift #KDAAkali #KDAEvelynn #K…
## 6388                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6389                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6390                  RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…
## 6391                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 6392                 RT @SleinYesWowNC: It's the most wonderful time of the year\nEVETOBER STARTS NOW\n#Evelynn #LeagueOfLegends #ArtofLegends https://t.co/PKgCvS…
## 6393                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6394                  RT @art_wilkins: Here's the second batch of work done for Riot! \n#KDA #Evelynn #Kaisa #Akali #LeagueOfLegends #LOL #RiotGames #conceptart #…
## 6395                                                                            RT @vatheja: #evelynn Doodle for tonight!💕 #LeagueOfLegends https://t.co/6OsqkZFXBJ
## 6396                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6397                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6398                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6399                 RT @art_wilkins: Third batch of Character Illustrations done for Riot :) \nCheck out the previous posts to see more! \n#KDA #Ahri #Kaisa #Ser…
## 6400                  RT @art_wilkins: Here's the second batch of work done for Riot! \n#KDA #Evelynn #Kaisa #Akali #LeagueOfLegends #LOL #RiotGames #conceptart #…
## 6401                  RT @art_wilkins: Some more work done for Riot Games. Loved doing these! More to come :) \n#KDA #Ahri #Kaisa #Akali #LeagueOfLegends #LOL #Ri…
## 6402                                                                RT @jasikyu: Caitlyn wanted vi so I became her #arcane #LeagueOfLegends https://t.co/rBahVYMFEH
## 6403                  RT @Samandriade: "If only your kind could see what you see, Soraka, they would weep for you as you weep for us."\n#LeagueOfLegendsFanArt #le…
## 6404                                                    RT @D_0Leviathan: My Ahri drawing ✨\n#LeagueOfLegends #ahri #LeagueOfLegendsFanArt https://t.co/28dj79PRcg
## 6405                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 6406                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6407                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6408                         RT @BartsJr: [ENG/FIL] jesus what a world cup final https://t.co/YL0LvZ0ipB #leagueoflegends #twitchAffiliate #twitch #stream #yyc #NA
## 6409                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6410                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6411                                                  RT @kmo339: #renataglasc #LeagueOfLegends\n\nYOU WERE REGRETTABLY EXPENDABLE, MY DEAR https://t.co/uMCcwnx0VM
## 6412                                         RT @envykun99: Damn what a double kill!!\n\n#LeagueOfLegends #LoL #WildRift #gaming #seraphine https://t.co/HPxK1CVP9b
## 6413                  RT @LoLMemesBot: 🤜 🤛 symbol of friendship🤙\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…
## 6414                                                        RT @AsaiOreo: #LeagueOfLegends  #LeagueOfLegendsFanArt #Lux #Ezreal\ncommission https://t.co/EY5df9RSEB
## 6415                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6416                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6417                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6418                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6419                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6420                                               RT @geheichou: Spirit Blossom Aphelios - makeup test \n#SpiritBlossom #LeagueOfLegends 🌙 https://t.co/Omk1IM46PD
## 6421               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 6422                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6423                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6424                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6425               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 6426                  RT @AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming #LeagueOfLegends #…
## 6427                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6428                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6429                              RT @HdDxrth: They protect me.❤️❤️❤️ #LeagueofLegends #GENGWIN #G2WIN #YıldızMuhafızları \nOriginal: lazypoof https://t.co/qVgo3GNV6T
## 6430                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 6431                   RT @_chaosqueen1: Where are my league of legends and RuneScape players? 🎮🎮https://t.co/j51EAyA6aj #LeagueOfLegends #runescape #twitchstream…
## 6432                 RT @ichirototosaki: sivir then adopts fen into the family...well you know how the meme goes lol\n\n#ArtofLegends #LegendsOfRuneterra #LeagueO…
## 6433                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6434                                                              RT @LOL_Holidays: Morgana's ARAM Jingle\n#LeagueOfLegends #LOL #Christmas https://t.co/LlSMbMcQfk
## 6435                  RT @theuglyredditer: The commission is in the process.🔥🔥🔥 #LeagueofLegends #LeagueOfLegendsFanArt #Bjergsen #G2WIN #YıldızMuhafızları \nOrig…
## 6436                                                              RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID
## 6437                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6438                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 6439                  RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…
## 6440                                        RT @kiri__shiba: I love this girls 💗\n#lesbian #KDAEvelynn #KDAAhri #LeagueOfLegends #kirishiba https://t.co/VXETs2wx8b
## 6441                RT @TagAnimationz: The Queen in the shadows\n\n#leblanc #teaser #ArtofLegends \n#LeagueOfLegends #LeagueOfLegendsFanArt #leaguetwt https://t.c…
## 6442                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 6443                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6444                                         RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2
## 6445               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6446                  RT @greeekthegreat: Heres a thread of all (most) of my posted and finished arcane fanart\n#lightcannon #arcane #leagueoflegends #caitvi http…
## 6447                                                   RT @Giokz_TV: Ekkobob from Arcane is IMPOSSIBLE to catch 😵‍💫🧽#leagueoflegends #arcane https://t.co/I60tuQVIIv
## 6448                                                                                      RT @yoooeeeeeeeeee: #LeagueOfLegends\nTwin souls. https://t.co/nH7o20DQeD
## 6449                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6450                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6451                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6452                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6453                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6454                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6455                 RT @NeoNa_Gloom_ART: Coven Sivir [1.0~?]♦️\n\nI DON’T KNOW...maybe I'll redo this concept later, like the skin for Janna 🤣\n\n#LeagueOfLegends…
## 6456                RT @CumuloNocto: I don't play no League of Legends \nHOWEVER\nThis big guy??? With the flute!?!?!\nYea why it look like his ass got 2 kids????…
## 6457                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6458                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 6459               RT @SynthWolf_: They're a squad and they're up to something &gt;:3c\n#ArtofLegends #LeagueOfLegends #Sivir #Akshan #Aphelios https://t.co/Bno3T…
## 6460                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6461                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6462                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 6463                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6464                  RT @greeekthegreat: Heres a thread of all (most) of my posted and finished arcane fanart\n#lightcannon #arcane #leagueoflegends #caitvi http…
## 6465            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6466                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6467                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6468                                   RT @Milkywaycosplay: I feel soo confident as Lillia🥰 #lillia #Lillia #LeagueOfLegends #lilliacosplay https://t.co/TwQZjGNeVH
## 6469                               RT @LANUIT_03: Happy One Year Anniversary to Arcane 🎉 \n#leagueoflegends #arcane #RiotGames #jinxcosplay https://t.co/Xi1yqP6rm3
## 6470                 RT @KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.…
## 6471                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6472                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 6473                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 6474              RT @stats_live_es: ▶️ League of Legends - Top streams a las 04:30 (Hora ESP)🔥\n\n🥇 #BarbaKahn➖Viewers: 8.750\n🥈 #ElKevo_➖Viewers: 742\n🥉 #JimRs…
## 6475                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6476                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6477                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6478                       RT @o_oleu: Day 5 of #skintober Spirit Blossom Sona…”the blossoming melody” #LeagueOfLegends #ArtofLegends #sona https://t.co/imemDsXFv4
## 6479                  RT @leoliolao: Did a fanart of @seradotwav today, listening to her childhood dreams cover on repeat 😆\n#seraphine #leagueoflegends #ArtofLeg…
## 6480     RT @Rena_Angel1111: League of legends - Rift Scuttler\n\nI try Rift Scuttler cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 6481                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6482                              RT @MewMewMew_2: VI alternative outfit\n #Fanart #LeagueOfLegends #LeagueOfLegendsFanArt #commissionsopen https://t.co/gOZIqkN8dp
## 6483                 RT @BreeSciarpa: Seraphine KDA All Out ✨💎\n#seraphine #kda #kdaallout #lol #LeagueOfLegends #LeagueOfLegendsFanArt #leagueofarts https://t.c…
## 6484                  RT @LoLMemesBot: It can't be random right?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…
## 6485                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6486                 RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…
## 6487                  RT @isekai_secah: Preseason as a botlaner--how to fight against they scary heartsteel???? D:\n#leagueoflegends #vtuber #vtubers #animegirl #…
## 6488                                                    RT @sasoxichomoshi: sasalele meme but targon edition 😎👉\n\n#targon #LeagueOfLegends https://t.co/bqT4q21C40
## 6489                  RT @LoLMemesBot: It can't be random right?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…
## 6490                                                    RT @sasoxichomoshi: sasalele meme but targon edition 😎👉\n\n#targon #LeagueOfLegends https://t.co/bqT4q21C40
## 6491                 RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…
## 6492                                                     RT @DonaldB74915047: Enjoy #ArtofLegends #Game #LeagueofLegends #Bjergsen #YıldızMuhafızı #GuardiãsEstelas
## 6493                   RT @Tetranima: Finally a decent start (3/1/1) for Jinx TOP (Lethality / Arcane Comet)! Come cheer her up! - https://t.co/7w13uVE0YN #Jinx #…
## 6494                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 6495                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6496                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6497                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6498                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 6499               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6500                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6501                                   RT @darthfuzzy77: OLD DUDE GAMING\nW DERP SQUAD forever ❤️\n\n#twitch\n#twitchtv\n#LeagueOfLegends\n\nhttps://t.co/USs6KCtgTl
## 6502             RT @joonahnart: Zed homecoming  #ahri #zed #akali #ionia #LeagueOfLegends #LeagueOfLegendsFanArt #엘오엘 #라이엇 #RiotGames #conceptart #environm…
## 6503                                RT @Katheri06787154: I need a game.🤗🤗 #StarGuardian #LeagueofLegends #mobilegame #TLWIN #TransformaTuDestino #YıldızMuhafızları
## 6504                 RT @GameGymEsports: Final call for this weekend's #StepUpSeries tournaments powered by @Battlefy!!\n\nPlay games, have fun, and win prizes 🙌🏼…
## 6505                  RT @Samandriade: "If only your kind could see what you see, Soraka, they would weep for you as you weep for us."\n#LeagueOfLegendsFanArt #le…
## 6506                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6507                 RT @KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.…
## 6508                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 6509                                                               RT @LaurenB56946765: I like his design!😍😍 #StarGuardian #LeagueofLegends https://t.co/yivi2hTnkf
## 6510                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/6OHc7u…
## 6511                   RT @LuffyTheFox: Today I made another AI based on Equilibrium AI - Genesis. It can do semireal cosplay. No we have real Ahri :) 🦊 #ahri #st…
## 6512                 RT @KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.…
## 6513              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6514                 RT @KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.…
## 6515                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6516              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6517                 RT @Leahmeow9: I didn't expect 🥺 I placed as first runner up at the cosplay competition.\n\nFishbones and boots crafted by me I also styled t…
## 6518                 RT @diazex_art: Whomever gets the high ground decides where they go for dinner that night, as it's always been.\n\n#leagueoflegends #artofleg…
## 6519                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6520                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6521                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6522              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6523                                                            RT @WOMstream: Early morning Lee Sin shenanigans #WildRift #LeagueOfLegends https://t.co/GAWH2sOSlM
## 6524                    RT @kiwiiop: WIP - a mash between order of the banana soraka and pool party :) \n\n#LeagueOfLegends #soraka #fanart https://t.co/lawoYCu2hL
## 6525                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6526               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6527                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6528                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #ashe #queen #bot #tripple #swain #gg #game #gaming #gamer…
## 6529                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #ashe #queen #bot #tripple #swain #gg #game #gaming #gamer…
## 6530                 RT @CzX004: ⚡I AM THE STORM!⚡ #leagueoflegends #leagueoflegendsfanart #leagueofart #lol #volibear #thunder #bear #freljord #legends #m7 #li…
## 6531                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6532                                                                           RT @erythchi: Ahri Classic skin 🥰🥰 #LeagueOfLegends #cosplay https://t.co/gPYujfojgC
## 6533                 RT @CzX004: ❗🐺GOD KING DARIUS 🐺❗ #darius #leagueoflegends #leagueofart #artoflegends #leagueoflegendsfanart #wolf #godking #axe #lol #leagu…
## 6534                   RT @CzX004: ZED VS SHEN #zed #shen #brothers #LeagueOfLegends #leagueofart #artoflegends #LeagueOfLegendsfanart #LegendsOfRuneterra #league…
## 6535                   RT @CzX004: HIGH NOON LUCIAN #lucian #highnoon #highnoonlucian #leagueoflegends #leagueoflegendsfanart #leagueofart #artoflegends #leagueof…
## 6536                         RT @C_Malice: "The Foreglow's calling, Jhin."\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #pyke #jhin #Empyrean https://t.co/gRRsIVmNcc
## 6537                 RT @CzX004: ✨DARK STAR CHOGHAT VS COSIC MASTER YI✨#art #drawing #choghat #masteryi #cosmicmasteryi #darkstarchoghat #leagueoflegends #Leagu…
## 6538                   RT @CzX004: YONE #yone #leagueoflegends #leagueofart #artoflegends #LeagueOfLegendsFanArt #ionia #lol #legendsofruneterra https://t.co/5qwi…
## 6539                   RT @CzX004: SION 🗿🔥 #sion #leagueoflegends #noxus #leagueofart #artoflegends #LeagueOfLegendsFanArt #legendsofrunterra #bausffs https://t.c…
## 6540                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6541                   RT @CzX004: Lee Sin vs Sett #leagueoflegends #ionia #sett #leesin #lee #leagueofart #LeagueOfLegendsFanArt #art #artoflegends #fanart #draw…
## 6542                   RT @CzX004: Dragon Knight Mordekaiser 🐲 #mordekaiser #dragon #leagueoflegends #LeagueOfLegendsFanArt #ArtofLegends #leagueofart #art #artis…
## 6543                 RT @JJKunArts: I swear it sounded funnier in my head(?\n\n#Settphel  #settphelios  #Sett #Aphelios  #phelsett #settxaphelios #artoflegends #L…
## 6544                                                RT @t0ytle: ep2 jayce babygirl talis appreciation\n#arcane #leagueoflegends #jaycetalis https://t.co/gDbRZtUvvF
## 6545                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6546                                                RT @t0ytle: ep2 jayce babygirl talis appreciation\n#arcane #leagueoflegends #jaycetalis https://t.co/gDbRZtUvvF
## 6547                         RT @odeko_yma: Double standarts \n\n#Kayn #Aphelios #Zoe #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/t7tH2mUi0I
## 6548                  RT @baixuehuli: EDG Aphelios\nLate happy birthday to Phel and Alune.\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Aphelios #Alune…
## 6549                 RT @EloDragonLoL: Friday\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #game #g…
## 6550                                                                            RT @0sei6: Irelia - the will of the blades #LeagueOfLegends https://t.co/hCaG7lNMtY
## 6551                                              RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 6552                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 6553                 RT @JJKunArts: I swear it sounded funnier in my head(?\n\n#Settphel  #settphelios  #Sett #Aphelios  #phelsett #settxaphelios #artoflegends #L…
## 6554                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6555                 RT @Aikidork: I know everything about love\n\n#Settphel #settphelios #sett #aphelios #SpiritBlossom2022 #SpiritBlossom #SpiritBlossomSett #Le…
## 6556                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6557                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 6558                                              RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 6559                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6560                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 6561                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6562                  RT @Akitsuki_gg: Ready for our Guardian Game on League of Legends at 6:45PM CET?? #RiotGamesONE #LeagueOfLegends \nRight after the World Cup…
## 6563                  RT @Akitsuki_gg: Ready for our Guardian Game on League of Legends at 6:45PM CET?? #RiotGamesONE #LeagueOfLegends \nRight after the World Cup…
## 6564                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6565                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6566               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6567                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6568                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6569                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6570                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 6571              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6572                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6573                         RT @C_Malice: "The Foreglow's calling, Jhin."\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #pyke #jhin #Empyrean https://t.co/gRRsIVmNcc
## 6574                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6575                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6576                   RT @DumbAzzHell1: https://t.co/ksV78fY4do\n⬆️⬆️⬆️\nArcane: Season 1 - Review \n\nYo, here's my review for season 1 of the Netflix show Arcane:…
## 6577            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6578                RT @6176ter: Miss Fortune league of legends ❤️❤️\n#MissFortune \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#FANART \n💙💙💙 https://t.co/uJ0ejUSj…
## 6579            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6580              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6581                  RT @DalnimBlue: Ziggs vs Ahri 22-03-10 / Big big DMG  !! BOOM 🆕️ 💥🆙️👍  #LeagueOfLegends #ziggs\n#ahri #game #gamer #lol\n\nhttps://t.co/KVlol0…
## 6582                           RT @PSG_Talon: We're ready. 😎\n\n#SOARWITHTALON #lolesports #pcs #psg #leagueoflegends #announcement #roster https://t.co/vXslnF9PHO
## 6583                   RT @DonaldB74915047: Do you want to play the next game?😎😎😎😎😎 #ArtofLegends #LeagueofLegends #ФанАрт #ClashLoL #GENGWIN \nOriginal: Camdynn_…
## 6584                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 6585            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6586                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 6587                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 6588                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6589                 RT @Leahmeow9: I didn't expect 🥺 I placed as first runner up at the cosplay competition.\n\nFishbones and boots crafted by me I also styled t…
## 6590                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 6591                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6592               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 6593              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6594                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 6595                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6596                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6597              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6598                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6599                                                                                  RT @LavinciFrost: Just. Different. \n#LeagueOfLegends https://t.co/CE3FaViesT
## 6600               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6601                 RT @RivenStore: Who remembers that?\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lolstuff htt…
## 6602               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6603                                             RT @haruheartless: @BastianRoma1 Haymaker more like byemaker 👀👀👀\n\n#LeagueOfLegends #Sett https://t.co/bm72rf9ixo
## 6604                   RT @DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5
## 6605                                                                               RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 6606                    RT @xina60326269: kayn&amp;yone \nsnowmoon &amp; spiritblossom\n#kayn #yone #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/e0S88IaRMA
## 6607            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6608            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6609                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6610                   RT @DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5
## 6611            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6612                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 6613                  RT @LoLMemesBot: Nothing but clowns as far as the eye can see\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanAr…
## 6614                                    RT @TaliEsports: God tier would be 'Friend list full.' 🕶️\n\n#Dota2 #Valorant #CSGO #LeagueOfLegends https://t.co/rcIl9F3QQB
## 6615                           RT @LorificArts: Quiet chat in The Last Drop 🍻✨ ft. Oc Honey Badger\n#arcane #LeagueOfLegends #illustration https://t.co/OZnWdDNEAL
## 6616                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 6617                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6618                               RT @kumisblet: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 6619                   RT @o_oleu: Day 27 of #skintober Shan Hai Scrolls Vladimir “The Inkweaver Demon” #LeagueOfLegends #ArtofLegends #vladimir https://t.co/UTNY…
## 6620                                  RT @SakuraArt8: Gwen when she unlocks level 6 first \n#GwenLoL #LeagueOfLegends #Doodle #ArtofLegends https://t.co/wHKHEZoOAx
## 6621                 RT @AraKamelia: "𝒀𝒐𝒖 𝒔𝒉𝒐𝒖𝒍𝒅 𝒄𝒂𝒍𝒍 𝒎𝒆 𝑴𝒊𝒔𝒕𝒓𝒆𝒔𝒔 𝑴𝒂𝒕𝒉𝒊𝒍𝒅𝒂."\nSeems like #Caitlyn is the top tonight ✨ I'm sure #Vi wouldn't complain 😌\nSolo set…
## 6622                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6623                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 6624                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6625                                                                               RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 6626                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6627                  RT @Samandriade: When I imagine the ship dynamic for Swain and Leblanc I imagine this\n#LeagueOfLegends #LeagueOfLegendsFanArt #swain #lebla…
## 6628                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6629              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6630                                                 RT @kumisblet: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 6631                               RT @kumisblet: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 6632                                                 RT @kumisblet: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 6633                               RT @kumisblet: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 6634                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 6635                   RT @SadalsundC: 🌙 "Want a fight when the moon is high? Bad idea." Diana from #LeagueOfLegends  cosplay :)  Pic by @Todwest_ph  #Cosplay #lo…
## 6636                   RT @_chaosqueen1: Where are my league of legends and RuneScape players? 🎮🎮https://t.co/j51EAyA6aj #LeagueOfLegends #runescape #twitchstream…
## 6637                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6638                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6639                   RT @_chaosqueen1: Where are my league of legends and RuneScape players? 🎮🎮https://t.co/j51EAyA6aj #LeagueOfLegends #runescape #twitchstream…
## 6640                                                                                  RT @LavinciFrost: Just. Different. \n#LeagueOfLegends https://t.co/CE3FaViesT
## 6641                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 6642                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6643                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6644              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6645               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 6646                  RT @greeekthegreat: Heres a thread of all (most) of my posted and finished arcane fanart\n#lightcannon #arcane #leagueoflegends #caitvi http…
## 6647                 RT @Elizuart_: Ruined King Viego and Senna\nAnd Lucian who tries to kill those monsters xD\n#ArtofLegends #LeagueOfLegends #RuinedKing #Viego…
## 6648               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6649              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6650                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6651              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6652                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 6653                 RT @Elizuart_: Ruined King Viego and Senna\nAnd Lucian who tries to kill those monsters xD\n#ArtofLegends #LeagueOfLegends #RuinedKing #Viego…
## 6654                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6655                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6656                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6657                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6658                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6659               RT @YoloTaube: ❄️✨Winterblessed Gwen✨❄️\n\ni had no idea what to do with her scissors so just pretend they're there~\n\n#LeagueOfLegends #Leagu…
## 6660                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 6661                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6662                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 6663                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6664                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6665                                        RT @FanshaweFUEL: Fuel and Onu doing the trades\n\n@ECAC_Esports  #LeagueOfLegends  #ecacfinals https://t.co/FgM3y0yIGU
## 6666                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6667                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6668                                                          RT @SynthWolf_: Yeah\n#karma #irelia #karmelia #leagueoflegends #ArtofLegends https://t.co/PJkltwJWyK
## 6669                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6670            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6671                                                          RT @SynthWolf_: Yeah\n#karma #irelia #karmelia #leagueoflegends #ArtofLegends https://t.co/PJkltwJWyK
## 6672                 RT @Elizuart_: Ruined King Viego and Senna\nAnd Lucian who tries to kill those monsters xD\n#ArtofLegends #LeagueOfLegends #RuinedKing #Viego…
## 6673                 RT @ADEPT_gg: 🫂A new duo joins our partner roster!🫂\n\nWe are proud to welcome these two #LeagueofLegends multitalents to our family. Say hel…
## 6674                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6675                                                                           RT @erythchi: Ahri Classic skin 🥰🥰 #LeagueOfLegends #cosplay https://t.co/gPYujfojgC
## 6676                  RT @LoLMemesBot: Or when I'm literally ON MY WAY and the team jumps in a bad 4v5\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #L…
## 6677                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6678                                               RT @shikispace: Crystal.. fruit.. yone\n\n#yone #LeagueOfLegends #ArtofLegends #wildrift https://t.co/M3Lz8hso2x
## 6679                                                                           RT @erythchi: Ahri Classic skin 🥰🥰 #LeagueOfLegends #cosplay https://t.co/gPYujfojgC
## 6680                       RT @l0Abyss: Spirit Blossom İrelia\n#irelia #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/s4XcXnxk5E
## 6681                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 6682                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 6683                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 6684                  RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…
## 6685                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 6686                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 6687                 RT @HighNoonJhin: #jhin #LeagueOfLegends #LeagueOfLegendsFanArt \n\nbackside will be high noon jhin - will post soon and have in my shop come…
## 6688                                       RT @Phalanxus: Sometimes the light at the end of the tunnel is Leona\n\n#draven #LeagueOfLegends https://t.co/rshTnomkGi
## 6689                                       RT @Phalanxus: Sometimes the light at the end of the tunnel is Leona\n\n#draven #LeagueOfLegends https://t.co/rshTnomkGi
## 6690                                                                                      RT @OrekiGenya: doodle #LeagueOfLegends #Aphelios https://t.co/1jbs24lUsH
## 6691                RT @BlakeMe99112926: bmfourelements\nPen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing #stipple #FOUR…
## 6692                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6693                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6694                 RT @veegoesgrr: Just two gals being pals c:\n\n#LeagueOfLegends #ArtofLegends #Akali #kaisa #Kaikali #starguardian2022 #starguardian #StarGua…
## 6695                                                                           RT @envcry: sketches #ArtofLegends #LeagueOfLegends #kaikali https://t.co/T4XTGw8h7N
## 6696                                       RT @Phalanxus: Sometimes the light at the end of the tunnel is Leona\n\n#draven #LeagueOfLegends https://t.co/rshTnomkGi
## 6697                  RT @deerlaurs: they won’t leave my mind!! take these dumb sketches :]\n\n#kaikali #kda #akali #kaisa #leagueoflegends https://t.co/CBQXaKsZmG
## 6698                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 6699              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6700                 RT @ElodyGamerGirl: #Twitch 1v4 #Outplay 🔥\n\n#LeagueOfLegends • #LoL • #TwitchMain • #ADC • #GamerGirl • #eGirl • Whatever 🖕🏼 https://t.co/k…
## 6701                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 6702                                                RT @explodingquails: I blame the Leodia discord server for this #Diana #LeagueOfLegends https://t.co/fhSIYnZ0IH
## 6703              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6704                                                                     RT @LOLegendsMemes: lights me up everytime #LeagueOfLegends #Memes https://t.co/jBVC1ztpiS
## 6705              RT @stats_live_es: ▶️ League of Legends - Top streams a las 09:50 (Hora ESP)🔥\n\n🥇 #baldu➖Viewers: 475\n🥈 #The2ndLaw123➖Viewers: 205\n🥉 #MarioM…
## 6706               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6707                 RT @itsbrych: “hard to resist you, gonna make you mine” ⏱💣 #timebomb \n\n#ekkojinx #Ekko #Jinx #Arcane #ArtofLegends #LeagueOfLegends #ArtofA…
## 6708                                                              RT @mentalrhapsody: Here we go with Rhaast :&gt; #Rhaast #LeagueOfLegends https://t.co/9IBp9VWsIs
## 6709               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 6710            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6711                  RT @tom_hutchcraft: My first full year on Twitch! Thanks to those who tuned in ❤\nI aim to take Twitch more seriously in 2023! If you're int…
## 6712                                                      RT @complexmotivess: They are so me\n#LeagueOfLegends\n#Kled #Ziggs #Heimerdinger https://t.co/E8vQ8Pn1t5
## 6713                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6714                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6715                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6716              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6717                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6718                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6719                   RT @honeymoonpetal: #ArtofLegends #LeagueOfLegends #StarGuardian I hoped to see more star guardian harp fanarts but I got to see only a ver…
## 6720                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6721                   RT @CzX004: Dragon Knight Mordekaiser 🐲 #mordekaiser #dragon #leagueoflegends #LeagueOfLegendsFanArt #ArtofLegends #leagueofart #art #artis…
## 6722                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 6723                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6724                     RT @madikdev: Space Groove Nami Prestige from League of Legends 🧜🏻‍♀️💫 @LeagueOfLegends #nami #LeagueOfLegends #lolfanart #lol #spacegroove…
## 6725                     RT @madikdev: Space Groove Nami Prestige from League of Legends 🧜🏻‍♀️💫 @LeagueOfLegends #nami #LeagueOfLegends #lolfanart #lol #spacegroove…
## 6726                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6727                 RT @greeekthegreat: Cw: a boob\nLIGHTCANNON!!!!!!!!\n#lightcannon #jinxfanart #luxfanart #arcanefanart #arcane #LeagueOfLegends https://t.co/…
## 6728                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6729                   RT @CzX004: Lee Sin vs Sett #leagueoflegends #ionia #sett #leesin #lee #leagueofart #LeagueOfLegendsFanArt #art #artoflegends #fanart #draw…
## 6730                   RT @CzX004: SION 🗿🔥 #sion #leagueoflegends #noxus #leagueofart #artoflegends #LeagueOfLegendsFanArt #legendsofrunterra #bausffs https://t.c…
## 6731                   RT @CzX004: YONE #yone #leagueoflegends #leagueofart #artoflegends #LeagueOfLegendsFanArt #ionia #lol #legendsofruneterra https://t.co/5qwi…
## 6732                   RT @kasaichic: New YouTube video out. Just a small channel intro until I figure out how to properly edit :) #YouTube #twitchstreamer #Overw…
## 6733                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 6734                   RT @kasaichic: New YouTube video out. Just a small channel intro until I figure out how to properly edit :) #YouTube #twitchstreamer #Overw…
## 6735                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6736                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 6737                                      RT @bromaah: Good Ending 🌸\n\n#Sett #Soraka #LeagueOfLegends #LeagueOfLegendsFanArt #ArtOfLegends https://t.co/q3E4F0ycWm
## 6738            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6739                   RT @ibonedrawhentai: Happy B-Day Nami 😭💕 \n#nami #LeagueOfLegendsFanArt #namilol #LeagueOfLegends #ArtofLegends #uwu https://t.co/4vwV9CVew1
## 6740              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6741                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 6742            RT @stats_live_es: 🔥Top streamings a las 16:15 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 8.143\n🥈 #LACOBRAAA➖Viewers: 5.033\n🥉 #SpeedGamingEspanol➖View…
## 6743                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6744                                                  RT @soap_ai: shitposting hours #jinx #lux #lightcannon #leagueoflegends #ArtofLegends https://t.co/EXTuqKRJGv
## 6745                                   RT @soap_ai: drops this with no context #lightcannon #jinx #lux #ekko #LeagueOfLegends #ArtofLegends https://t.co/7nMEfR0F4j
## 6746                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 6747   RT @Rena_Angel1111: League of legends - Exhaust\n\nI try Exhaust cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #롤 #RiotGame…
## 6748                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6749    RT @Rena_Angel1111: League of legends - Control Ward\n\nI try Control Ward cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #R…
## 6750     RT @Rena_Angel1111: League of legends - Rift Scuttler\n\nI try Rift Scuttler cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 6751    RT @Rena_Angel1111: League of legends - Honeyfruit\n\nI try Honeyfruit cosplay.  \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #Riot…
## 6752                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 6753                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 6754                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 6755                                                            RT @WOMstream: Early morning Lee Sin shenanigans #WildRift #LeagueOfLegends https://t.co/GAWH2sOSlM
## 6756                                                     RT @Bleyzen404: New day\n#LeagueofLegends \n#LeagueOfLegendsFanArt \n#ArtofLegends https://t.co/7t9Am9YNBI
## 6757                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6758                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6759            RT @stats_live_es: 🔥Top streamings a las 16:15 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 8.143\n🥈 #LACOBRAAA➖Viewers: 5.033\n🥉 #SpeedGamingEspanol➖View…
## 6760                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6761                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6762            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6763               RT @shibeix: Massive respect to this Jinx cosplayer. \nJust gotta have a photo with her. \n#jinx #akali #LeagueOfLegends\n#comicfiesta2022\n...…
## 6764                   RT @skymagpieart: My piece for the @PrideRuneterra  zine - Kayn with the bisexual flag, phasing through all that hard terrain because as we…
## 6765                    RT @skymagpieart: Happy (belated) birthday to Zed and all the shadows of his past that are still a part of him, for better or worse ❤️🖤🤍 #L…
## 6766               RT @shibeix: Massive respect to this Jinx cosplayer. \nJust gotta have a photo with her. \n#jinx #akali #LeagueOfLegends\n#comicfiesta2022\n...…
## 6767               RT @dariana_montana: Rick y Ticctoco de lol tft \nRick le pertenece a @KimuraZmv \n#RickProwerTheFox\n#LeagueOfLegends \n#LeagueOfLegendsFanArt…
## 6768                                                                                  RT @WOMstream: Dueling 101 #wildrift #leagueoflegends https://t.co/BlidT2DyPc
## 6769                  RT @LoLMemesBot: Vikings Offense: Vote no we scale\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds20…
## 6770                                                                               RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 6771                                                                               RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 6772                                    RT @Myshkinka: Some old Atreus fanart \n\n#leagueoflegends #LeagueOfLegendsFanArt #pantheon #aatrox https://t.co/cukN3ll4Yt
## 6773                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6774                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 6775                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6776                                    RT @Myshkinka: Some old Atreus fanart \n\n#leagueoflegends #LeagueOfLegendsFanArt #pantheon #aatrox https://t.co/cukN3ll4Yt
## 6777                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6778            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6779                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6780            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6781                 RT @YThunderhead: Hey there players. Just made a #NewVideo. I hope it helps you all.\nTY\nCounter #wildrift champions starting with F and G h…
## 6782                 RT @NewsG2G: Riot Games submits a motion to compel on Friday, December 16, to end seven-year sponsorship deal with FTX\n\n@riotgames @FTX_Off…
## 6783                   RT @Jacob_Twitch_jd: Shaco it the only champ that matter change my mind! \nFree Shaco Live Wallpaper. Grab in on Wallpaper engine or msg me…
## 6784                                                                               RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 6785                 RT @TheChildofMoon2: I think, if Ekko had grown up in Piltover, why wouldn't Mel have adopted him?\n-\n#arcane #LeagueOfLegends #LeagueOfLege…
## 6786                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6787                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6788                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6789               RT @aleriy_: How close you want them to be from each other?\n\n-Yes \n\n#xayah #sett #rakan #LeagueOfLegends #ArtofLegends https://t.co/A5j3v8C…
## 6790              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6791                 RT @CarolynCherry_: 📢On part en live sur League Of Legends !!🔴\nhttps://t.co/j02PN5V2Co\n#streamergirl #twitch #LeagueOfLegends #LOL #Carolyn…
## 6792                               RT @yousseferra_art: League of Legends : Jinx\nhttps://t.co/toFJ0uBDLU\n\n#leagueoflegends #arcane #jinx https://t.co/NVYTprdOCv
## 6793                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 6794                      RT @By_meeeeeeeee: Viego cat part 3\n.\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends   #lolfanart #viego https://t.co/pXzKAGr2AW
## 6795                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 6796                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 6797              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6798                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6799                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 6800                 RT @YThunderhead: Hey there players. Just made a #NewVideo. I hope it helps you all.\nTY\nCounter #wildrift champions starting with F and G h…
## 6801                                   RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS
## 6802                  RT @baixuehuli: EDG Aphelios\nLate happy birthday to Phel and Alune.\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Aphelios #Alune…
## 6803                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6804                                   RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS
## 6805                  RT @AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming #LeagueOfLegends #…
## 6806                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6807                 RT @duxteh2: You want style? You've found her 💜🌺\n\n#artoflegends #LeagueOfLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/31RsoFA…
## 6808                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6809                                                                               RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 6810                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6811              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6812                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6813                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6814              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6815                   RT @Rusa_Diffusion: Caitlyn - "I got you in my sights" #LeagueOfLegends #CaitlynKiramman #Caitlyn #AIart #nijijourney https://t.co/MHrKRgje…
## 6816                   RT @Rusa_Diffusion: Caitlyn -  "I aim to win and my aim is excellent" #LeagueOfLegends #Caitlyn #CaitlynKiramman #nijijourney #AIart https:…
## 6817                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 6818                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 6819                  RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…
## 6820                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 6821                                                                               RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 6822                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6823               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6824               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 6825                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 6826            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6827              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6828              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6829                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6830               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6831                 RT @xwefoo: I did some music video with sync with song \nwas cool to animated with the beats :D\n#3dart #3dmodeling #LeagueOfLegends #ArtOfLe…
## 6832                                                            RT @WOMstream: Early morning Lee Sin shenanigans #WildRift #LeagueOfLegends https://t.co/GAWH2sOSlM
## 6833                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6834                                  RT @arcane_simp: Tell this mf to stop rizzing the camera\n#arcane #ekko #leagueoflegends #chromacrash https://t.co/z5sCzfkhHi
## 6835                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6836                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 6837                 RT @DoransNDragons: Like clockwork, it's time for a new build! This week, we're building the Icathian Time Mage, Zilean!\n\n#DnD #ttrpg #Leag…
## 6838                                                   RT @MandalaMahmud: For the love of the game. #LeagueofLegends #ArtofLegends #G2WIN #TLWIN #GuardiãsEstelares
## 6839                                                                               RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 6840                                                   RT @MandalaMahmud: For the love of the game. #LeagueofLegends #ArtofLegends #G2WIN #TLWIN #GuardiãsEstelares
## 6841                RT @odeko_yma: Hey, I just made a redraw of this exact moment in the anime.\n\nKayn and Evelynn are running on the edge…again.\n\n#Edgerunners…
## 6842                  RT @LoLMemesBot: 2 minutes of searching for icons and a minute of paint.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfL…
## 6843                  RT @AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming #LeagueOfLegends #…
## 6844            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6845                   RT @JaceeJackson: #houseofdragons #LeagueOfLegends #prematurecum think it’s time too “DO THE @YouTube @tiktok_us @Twitter @elonmusk @BUFoot…
## 6846              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6847                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6848                                     RT @OGGIHelga: #LeagueOfLegends #LeagueOfLegendsfanart #Talon #WildRift \n\nSly Big Werewolf Talon https://t.co/tBqPW9Ypo7
## 6849                   RT @JaceeJackson: #houseofdragons #LeagueOfLegends #prematurecum think it’s time too “DO THE @YouTube @tiktok_us @Twitter @elonmusk @BUFoot…
## 6850               RT @jericollage70: Happy Birthday to one of my Favorites, The Amazing @KriziaBajos! Have a Blessed Birthday &amp; Happy Holidays Krizia! 🎂😎🙏🏻👍🏻…
## 6851            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6852                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6853                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6854                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 6855                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 6856            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6857                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6858                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6859                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6860                 RT @DoransNDragons: Like clockwork, it's time for a new build! This week, we're building the Icathian Time Mage, Zilean!\n\n#DnD #ttrpg #Leag…
## 6861                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6862              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6863                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6864                  RT @LoLMemesBot: Nothing but clowns as far as the eye can see\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanAr…
## 6865                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6866                                                   RT @huanihua7: Good morning 🖤\n#arcane #arcanefanart #Silco #LeagueOfLegends #sketch https://t.co/gWMgUoJirj
## 6867                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6868                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6869                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6870     RT @Rena_Angel1111: League of legends - Teemo\n\nI try Teemo cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #LOL…
## 6871                                    RT @IkerWrld: Sunday back in &lt;3\n\nhttps://t.co/BzFM6lw2CD\n\n#LeagueOfLegends #Diamond #Stream #Streaming #Live #Twitch
## 6872                                                   RT @MandalaMahmud: For the love of the game. #LeagueofLegends #ArtofLegends #G2WIN #TLWIN #GuardiãsEstelares
## 6873                RT @Mdndt1: A Vexing Stream\nhttps://t.co/Apm5aCxKAw\n\n#league #lol #leagueoflegends #gaming #stream #gamer #gaming #streaming #streamer #twi…
## 6874            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6875               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 6876                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6877              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6878                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6879                                RT @yellowestmango: A day at the Spirit Blossom festival 🌸💗 #sett  #aphelios #settphel #leagueoflegends https://t.co/TBWbofs4V5
## 6880                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 6881                 RT @kiowle: winterblessed diana is the only santa i want to see\n\n#winterblessed #WinterblessedDiana #Diana #dianaLoL #LeagueOfLegends #Leag…
## 6882                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 6883                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6884                 RT @kiowle: winterblessed diana is the only santa i want to see\n\n#winterblessed #WinterblessedDiana #Diana #dianaLoL #LeagueOfLegends #Leag…
## 6885                  RT @greeekthegreat: Heres a thread of all (most) of my posted and finished arcane fanart\n#lightcannon #arcane #leagueoflegends #caitvi http…
## 6886                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6887               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6888               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 6889                 RT @DoransNDragons: Like clockwork, it's time for a new build! This week, we're building the Icathian Time Mage, Zilean!\n\n#DnD #ttrpg #Leag…
## 6890                                                                     RT @LOLegendsMemes: lights me up everytime #LeagueOfLegends #Memes https://t.co/jBVC1ztpiS
## 6891                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6892               RT @YoloTaube: ❄️✨Winterblessed Gwen✨❄️\n\ni had no idea what to do with her scissors so just pretend they're there~\n\n#LeagueOfLegends #Leagu…
## 6893                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 6894               RT @swissghosts: Good morning 👀\nWe are still looking to fill up our #LeagueOfLegends\nmain roster: Top or Mid / supp\nDia2+ 🔥\nIf you are inte…
## 6895                                                                         RT @Koifee__: Drawing the gays™️ #leona #diana #LeagueOfLegends https://t.co/cptkzARKt7
## 6896                   RT @o_oleu: Day 27 of #skintober Shan Hai Scrolls Vladimir “The Inkweaver Demon” #LeagueOfLegends #ArtofLegends #vladimir https://t.co/UTNY…
## 6897              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6898              RT @ChosenRival: DAYS OF GAMING 🚨\n7TH DAY - TODAY @ 5PM MST\nGAME: LEAGUE OF LEGENDS 1v1s \nPRIZE: $50 1st Place $25 2nd Place\n\nClick the lin…
## 6899                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6900                  RT @BluGiraf: We enjoy the game.🤩🤩 #LeagueofLegends #YıldızMuhafızı #TransformaTuDestino #GuardianasEstelares \nOriginal: PlayShareStar http…
## 6901                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6902                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6903               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6904                                                                  RT @vanessapiii: snowball MF yes\n#ARAM #LeagueOfLegends #MissFortune https://t.co/W276AkrH9B
## 6905               RT @jericollage70: Happy Birthday to one of my Favorites, The Amazing @KriziaBajos! Have a Blessed Birthday &amp; Happy Holidays Krizia! 🎂😎🙏🏻👍🏻…
## 6906                  RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…
## 6907                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 6908                 RT @Samandriade: Headcanon time\nZoe likes to sleep cuddling in Soraka's lap 💤💤\n#LeagueOfLegends #LeagueOfLegendsFanArt #zoe #soraka https:/…
## 6909               RT @YoloTaube: ❄️✨Winterblessed Gwen✨❄️\n\ni had no idea what to do with her scissors so just pretend they're there~\n\n#LeagueOfLegends #Leagu…
## 6910                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 6911                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6912                 RT @Polyxenastorm: A little #throwback to #SlayBelleKatarina to get you in the #christmasspirit 🎄\nCosplay made by ryann.kaykay \nWeapons mad…
## 6913                                                                        RT @iM7mdzz_: OKAAAAAAAAAAAAAAAAY LET'S GOO 🔥\n#LeagueOfLegends https://t.co/ZmC4vF7JN7
## 6914               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6915                                    RT @Myshkinka: Some old Atreus fanart \n\n#leagueoflegends #LeagueOfLegendsFanArt #pantheon #aatrox https://t.co/cukN3ll4Yt
## 6916                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6917                                                                                RT @LOLegendsMemes: Bros indeed #LeagueOfLegends #Memes https://t.co/aLU85PTk4B
## 6918              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6919              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6920                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6921                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6922                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6923                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 6924                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6925                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6926                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6927                     RT @TommyHilfiger: .@Luminumn is a #LeagueofLegends Grandmaster who knows how to play the fashion game. #TeamTommy https://t.co/Gf7vwiYzlB
## 6928                                                       RT @SMETS_: gift for @qqq_qqqqq_\n#LeagueOfLegends #LeagueOfLegendsFanArt #Swain https://t.co/XYwkBJfhxF
## 6929                   RT @soap_ai: Added a bit of colour to a sketch I posted on alt #lightcannon #jinx #lux #LeagueOfLegends #ArtofLegends https://t.co/TVJruPnR…
## 6930            RT @stats_live_es: 🔥Top streamings a las 16:15 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 8.143\n🥈 #LACOBRAAA➖Viewers: 5.033\n🥉 #SpeedGamingEspanol➖View…
## 6931                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6932                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6933                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 6934                                               RT @geheichou: Spirit Blossom Aphelios - makeup test \n#SpiritBlossom #LeagueOfLegends 🌙 https://t.co/Omk1IM46PD
## 6935             RT @StClair2803: I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o\n\n #Leag…
## 6936     RT @Rena_Angel1111: League of legends - Teemo\n\nI try Teemo cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #LOL…
## 6937                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 6938                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 6939                                               RT @geheichou: Spirit Blossom Aphelios - makeup test \n#SpiritBlossom #LeagueOfLegends 🌙 https://t.co/Omk1IM46PD
## 6940     RT @TonsyGeek: 〘ℂℝ𝔸ℂ𝕂〙𝐍𝐚𝐦𝐞: Ahri\n〘ℂℝ𝔸ℂ𝕂〙𝐒𝐨𝐮𝐫𝐜𝐞: #LeagueOfLegends  \n〘ℂℝ𝔸ℂ𝕂〙𝐑𝐚𝐜𝐞:  #Kitsune  \n〘ℂℝ𝔸ℂ𝕂〙𝐀𝐠𝐞:  1023 ans ?\n〘ℂℝ𝔸ℂ𝕂〙𝐇𝐞𝐢𝐠𝐡𝐭𝐬:  167 cm…
## 6941                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6942                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6943                  RT @LoLMemesBot: i am the white cat\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphel…
## 6944                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6945                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 6946                  RT @esegg_official: Frenzy's Ultraliga in 2022: \n 👁 10.1 mil views\n🕝 3.5 mil hours watched\n👨‍👩‍👧‍👦14.3 mil social media impressions\n📰 650 m…
## 6947               RT @MissBlacktailed: I don't know how, i don't know why but, smol doodle with my moon meow meow( o˘◡˘o)\n.\n.\n.\n#Diana #LeagueOfLegends #Leag…
## 6948                 RT @DoransNDragons: Like clockwork, it's time for a new build! This week, we're building the Icathian Time Mage, Zilean!\n\n#DnD #ttrpg #Leag…
## 6949                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6950                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6951                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6952                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6953                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6954     RT @Rena_Angel1111: League of legends - Teemo\n\nI try Teemo cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #LOL…
## 6955                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6956                                                                                  RT @WOMstream: Dueling 101 #wildrift #leagueoflegends https://t.co/BlidT2DyPc
## 6957                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6958                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6959                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6960                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 6961                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 6962                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6963                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 6964                 RT @xwefoo: I did some music video with sync with song \nwas cool to animated with the beats :D\nversion without music \nbut you can check on…
## 6965                                                       RT @SMETS_: gift for @qqq_qqqqq_\n#LeagueOfLegends #LeagueOfLegendsFanArt #Swain https://t.co/XYwkBJfhxF
## 6966                  RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…
## 6967                                   RT @soap_ai: drops this with no context #lightcannon #jinx #lux #ekko #LeagueOfLegends #ArtofLegends https://t.co/7nMEfR0F4j
## 6968                                                  RT @soap_ai: shitposting hours #jinx #lux #lightcannon #leagueoflegends #ArtofLegends https://t.co/EXTuqKRJGv
## 6969    RT @Rena_Angel1111: League of legends - Control Ward\n\nI try Control Ward cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #R…
## 6970                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6971                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6972            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6973                                RT @LuhualaArt: Portrait study\n#Ahri #LeagueOfLegends #artoflegends #digitalart #LeagueOfLegendsFanArt https://t.co/6pvK1zLlVQ
## 6974     RT @Rena_Angel1111: League of legends - Nasus\n\nI try Nasus cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #LOL…
## 6975                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6976                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6977    RT @Rena_Angel1111: League of legends - Control Ward\n\nI try Control Ward cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #R…
## 6978     RT @Rena_Angel1111: League of legends - Rift Scuttler\n\nI try Rift Scuttler cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 6979                 RT @AlphantArt: Chibi Spirit Blossom Jinx!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #spiritblossom #jinx https://t.co/jq…
## 6980                   RT @nimea25: If anyone wants to join a safespace for women in League of Legends, go here! I have met a lot of awesome people! #women #leagu…
## 6981                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6982                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6983                                                                     RT @kse332_official: League of Legends #LeagueOfLegends #RiotGames https://t.co/hx5E4v5NjF
## 6984                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6985                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6986                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6987                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 6988                                                              RT @mentalrhapsody: Here we go with Rhaast :&gt; #Rhaast #LeagueOfLegends https://t.co/9IBp9VWsIs
## 6989                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6990                          RT @etricronald: POV: You are Odyssey Kayn\n\nDark Star #Rhaast #LeagueOfLegends #LeagueOfLegendsFanArt #kang https://t.co/IyzUyiE5OE
## 6991                               RT @skymagpieart: Hot edgy assassins looking at you, wyd? \n#kayn #akali #LeagueOfLegends #akalixkayn 💚💙 https://t.co/1eT5xXgsTl
## 6992                                                          RT @imparria: Finished commission! \n\n#rhaast #LeagueOfLegends #ArtOfLegends https://t.co/dzCIaFtwoH
## 6993                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6994                RT @ColossusMibl: I love these two and tenderness ✨💜✨ \nWhile there is not enough time for full-fledged work, I will share sketches with you…
## 6995                   RT @phsfgg: subjects u to my darkin band au but theyre a grunge rock band cause thats the kinda music i like #aatrox #rhaast #varus #kayn #…
## 6996                           RT @malnourishd1: Tried some new tutorials\n#ahri #LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends https://t.co/bASpkXbzDV
## 6997                   RT @skymagpieart: My favourite trope is when a guy is obviously falling for someone and he looks at them with that loving and dumbfounded e…
## 6998                                   RT @soap_ai: drops this with no context #lightcannon #jinx #lux #ekko #LeagueOfLegends #ArtofLegends https://t.co/7nMEfR0F4j
## 6999                                   RT @soap_ai: drops this with no context #lightcannon #jinx #lux #ekko #LeagueOfLegends #ArtofLegends https://t.co/7nMEfR0F4j
## 7000                   RT @skymagpieart: My favourite trope is when a guy is obviously falling for someone and he looks at them with that loving and dumbfounded e…
## 7001                               RT @skymagpieart: Hot edgy assassins looking at you, wyd? \n#kayn #akali #LeagueOfLegends #akalixkayn 💚💙 https://t.co/1eT5xXgsTl
## 7002                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7003                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7004                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7005                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 7006                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7007              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7008                                                              RT @LOL_Holidays: Morgana's ARAM Jingle\n#LeagueOfLegends #LOL #Christmas https://t.co/LlSMbMcQfk
## 7009              RT @ChosenRival: DAYS OF GAMING 🚨\n7TH DAY - TODAY @ 5PM MST\nGAME: LEAGUE OF LEGENDS 1v1s \nPRIZE: $50 1st Place $25 2nd Place\n\nClick the lin…
## 7010            RT @EGO__Lounge: Are you ready for the fun🔥?\n\nOur website is ready!🎉🥳\n🕹 https://t.co/hHsuOE1ash\n\nWhich competitions will you join 👀 ? \n\n#Le…
## 7011                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7012              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7013                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7014                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 7015                                                              RT @LOL_Holidays: Morgana's ARAM Jingle\n#LeagueOfLegends #LOL #Christmas https://t.co/LlSMbMcQfk
## 7016                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7017            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7018                                                                        RT @ModiKM_: What was he baking? \n\n#Pantheon #LeagueOfLegends https://t.co/13o7C2aGVp
## 7019                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7020                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7021                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7022                                                   RT @MandalaMahmud: For the love of the game. #LeagueofLegends #ArtofLegends #G2WIN #TLWIN #GuardiãsEstelares
## 7023                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7024                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7025                                                      RT @BladeAndWhip: Fiora outplay 1v4 #LeagueOfLegends #riotgames #fiora #outplayed https://t.co/9DZNlNw19g
## 7026                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7027                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7028            RT @stats_live_es: 🔥Top streamings a las 16:29 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 9.775\n🥈 #LACOBRAAA➖Viewers: 5.120\n🥉 #SpeedGamingEspanol➖View…
## 7029            RT @stats_live_es: 🔥Top streamings a las 16:29 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 9.775\n🥈 #LACOBRAAA➖Viewers: 5.120\n🥉 #SpeedGamingEspanol➖View…
## 7030                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7031               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7032                                RT @LuhualaArt: Portrait study\n#Ahri #LeagueOfLegends #artoflegends #digitalart #LeagueOfLegendsFanArt https://t.co/6pvK1zLlVQ
## 7033                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7034                 RT @metalichotchoco: Hold your buddies close to your chest, especially if they can revive you \n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Ar…
## 7035                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 7036                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7037                 RT @Aredlac: haven't had time to draw the details but I love this skin so much🥺\n#sett \n#ArtofLegends #LeagueOfLegends https://t.co/f0s4Poyo…
## 7038                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7039                      RT @taojinn015: Fanart Month - Day 12 - Shyvana from League of Legends\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/2mIbVN7kfW
## 7040                  RT @isekai_secah: Hey fam check it out come one come all the amazing Secah tearing up the rift one way or another :D \n#vtuber #LeagueOfLege…
## 7041                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7042                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7043                RT @NeoNa_Gloom_ART: NEW: Ashen Knight Aatrox [update]\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwo…
## 7044                RT @NeoNa_Gloom_ART: NEW: Ashes Priestess Zyra [1.0]\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork…
## 7045                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7046             RT @NeoNa_Gloom_ART: *sketches* [blabla]\n\n- Zerath Old God [ IN PROCESS]\n- Zyra Ashen Priestess\n- Ashen Knight Jhin\n  \n#LeagueOfLegends #sk…
## 7047                                                                        RT @DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN
## 7048              RT @NeoNa_Gloom_ART: Or\n\nNEW: Old God Cho'Gath\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #chog…
## 7049                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7050                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Zed [update]\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork…
## 7051                   RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…
## 7052          RT @NeoNa_Gloom_ART: *sketches* \n\nPage 2:\n\n- Bel’Veth?\n- Warwick?\n- Ashen Knight Sion\n- Bel’Veth (coven universe) + ?\n\n#LeagueOfLegends #sk…
## 7053           RT @NeoNa_Gloom_ART: *Sketches*\n\n- Aatrox ?\n- Old God Kindred\n- Evelynn ?\n \n[coven Bel’Veth Already on instagram]\n \n#LeagueOfLegends #sketc…
## 7054               RT @NeoNa_Gloom_ART: @LeagueOfLegends NEW: Coven Bel’Veth [more]\n \nMy inst: https://t.co/qMTAfCmaBp \n  \n#LeagueOfLegends #LeagueOfLegendsFa…
## 7055                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7056                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7057                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7058                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7059                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 7060              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7061                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7062              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7063                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7064                  RT @mendelvich: +1 for the turret\n#twitchstreamer #TwitchAffiliates #LeagueOfLegends #League_of_Legends #twitchaffiliate #twitchstreamer #t…
## 7065                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7066                  RT @mendelvich: +1 for the turret\n#twitchstreamer #TwitchAffiliates #LeagueOfLegends #League_of_Legends #twitchaffiliate #twitchstreamer #t…
## 7067                  RT @mendelvich: +1 for the turret\n#twitchstreamer #TwitchAffiliates #LeagueOfLegends #League_of_Legends #twitchaffiliate #twitchstreamer #t…
## 7068                                  RT @redface180: I finally made it to gold Now's just all up from here\n#LeagueOfLegends #RiotGamesONE https://t.co/kpbjoUHVrv
## 7069                                                       RT @SMETS_: gift for @qqq_qqqqq_\n#LeagueOfLegends #LeagueOfLegendsFanArt #Swain https://t.co/XYwkBJfhxF
## 7070              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7071                                                                    RT @is_is_gemini_is: Updated! #caitlyn\n\n #LeagueOfLegends #arcane https://t.co/rvqx1djsRS
## 7072                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7073                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7074                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7075                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7076              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7077                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7078                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7079            RT @stats_live_es: 🔥Top streamings a las 16:29 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 9.775\n🥈 #LACOBRAAA➖Viewers: 5.120\n🥉 #SpeedGamingEspanol➖View…
## 7080              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7081              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7082                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 7083             RT @StClair2803: I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o\n\n#MAGIC…
## 7084                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7085                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7086                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7087               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7088                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 7089              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7090                  RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…
## 7091                  RT @LoLMemesBot: Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #SpiritB…
## 7092                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7093                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7094                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7095                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7096                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7097                 RT @fandifi: Video Game Logic 😅\n\n#gaming #skyrim #esports #esport #esportsteam #twitch #valorant #leagueoflegends #overwatch #csgo #apexleg…
## 7098                                             RT @Pochito_uwu: Yuumi chose violence today \n\n#ArtofLegends #lol #LeagueOfLegends #Yuumi https://t.co/Jn5Bo6kHIL
## 7099                                                                                  RT @LavinciFrost: Just. Different. \n#LeagueOfLegends https://t.co/CE3FaViesT
## 7100                 RT @xwefoo: I did some music video with sync with song \nwas cool to animated with the beats :D\nversion without music \nbut you can check on…
## 7101                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7102                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7103                  RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…
## 7104                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7105                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7106                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7107            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7108                  RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…
## 7109                                                           RT @Holycatx1: I hope you enjoy it!🙉 #LeagueofLegends #YıldızMuhafızları #G2WIN #TransformaTuDestino
## 7110                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7111                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7112              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7113              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7114                  RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…
## 7115                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7116                                                   RT @huanihua7: Good morning 🖤\n#arcane #arcanefanart #Silco #LeagueOfLegends #sketch https://t.co/gWMgUoJirj
## 7117                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7118               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7119              RT @lorddumbb: ✨Queen of Zaun✨\n\nI can’t wait for @arcaneshow s2 to come out….. \n\n#Jinx #arcane #jinxarcane #arcaneseason2 #LeagueOfLegends…
## 7120                                                                        RT @iM7mdzz_: OKAAAAAAAAAAAAAAAAY LET'S GOO 🔥\n#LeagueOfLegends https://t.co/ZmC4vF7JN7
## 7121                                                                        RT @ModiKM_: What was he baking? \n\n#Pantheon #LeagueOfLegends https://t.co/13o7C2aGVp
## 7122                                                                                     RT @BonniieA: i love them :] 🖤\n\n#LeagueOfLegends https://t.co/ksJquGBx1D
## 7123                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7124                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 7125                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 7126                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7127                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7128                               RT @yousseferra_art: League of Legends : Jinx\nhttps://t.co/toFJ0uBDLU\n\n#leagueoflegends #arcane #jinx https://t.co/NVYTprdOCv
## 7129                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7130                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7131                 RT @Polyxenastorm: A little #throwback to #SlayBelleKatarina to get you in the #christmasspirit 🎄\nCosplay made by ryann.kaykay \nWeapons mad…
## 7132           RT @NeoNa_Gloom_ART: *Sketches*\n\n- Aatrox ?\n- Old God Kindred\n- Evelynn ?\n \n[coven Bel’Veth Already on instagram]\n \n#LeagueOfLegends #sketc…
## 7133                RT @NeoNa_Gloom_ART: NEW: Coven Bel’Veth\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Morgana #B…
## 7134                                                                                  RT @LavinciFrost: Just. Different. \n#LeagueOfLegends https://t.co/CE3FaViesT
## 7135                 RT @kilianjunk: Akali fanart in the style of Project L. You can find more shots on Artstation:\nhttps://t.co/J6MaRW2KDa\n@riotgames @ProtomCa…
## 7136                 RT @kilianjunk: Akali fanart in the style of Project L. You can find more shots on Artstation:\nhttps://t.co/J6MaRW2KDa\n@riotgames @ProtomCa…
## 7137                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7138                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7139                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7140                                                    RT @D_0Leviathan: My Ahri drawing ✨\n#LeagueOfLegends #ahri #LeagueOfLegendsFanArt https://t.co/28dj79PRcg
## 7141               RT @NeoNa_Gloom_ART: "... Dance with me in the light of the eclipse"\n\nHmm...I have some ideas🤔\n\n#LeagueOfLegends #Evelynn #LeagueOfLegendsF…
## 7142                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7143                 RT @metalichotchoco: Space groove vex, she’s a bit of a beatnik and wallflower but her shadow sure isn’t \n\n#spacegroove #vex #LeagueOfLegen…
## 7144                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7145                                             RT @PrimaVeraArt19: Waiting for the caffeine to kick in \n#LeagueOfLegends #arcane #Viktor https://t.co/RUEQzEd4Cm
## 7146                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7147                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7148                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 7149                          RT @lemon_emlyn: Chromacrash Jinx is soo cute💙💚\n\n#jinx #LeagueOfLegends #ArtofLegends #jinxfanart #WildRift https://t.co/N2CT70Tx2E
## 7150                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 7151                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7152              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7153                  RT @Kiri_845: https://t.co/v6UrUZEkbv I'm Live come hang out!!! #twitchstream #smallstreamer\n#livestream #twitch #gaming #leagueoflegends #…
## 7154                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 7155               RT @dariana_montana: Rick y Ticctoco de lol tft \nRick le pertenece a @KimuraZmv \n#RickProwerTheFox\n#LeagueOfLegends \n#LeagueOfLegendsFanArt…
## 7156                                                                             RT @LOLegendsMemes: FUCK THIS GAME #LeagueOfLegends #Memes https://t.co/Vhaolk2ffs
## 7157                RT @DamianNoyciri: 🌕"Diana made Cookies"🍪\n\nIt's Christmas Time on Mount Targon and Diana worked real hard to make these cookies.\n#LeagueOfL…
## 7158               RT @MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain\n#LeagueOfLeg…
## 7159                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7160                                                                            RT @Shizzen45: @wildrift  please add new adc and support character #LeagueOfLegends
## 7161                   RT @jerrylohzy: My Arcane Jinx fanart\n\n#art #jinx #arcane #lol #LeagueOfLegends #LeagueOfLegendsFanArt #jinxfanart https://t.co/7EsTJvaPXt
## 7162                                                      RT @MiChumi: Ey Jinx!\n\n#LeagueOfLegends #Arcane #arcanefanart #Jinx #Jinxfanart https://t.co/uHRNkFixUI
## 7163                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7164     RT @TonsyGeek: 〘ℂℝ𝔸ℂ𝕂〙𝐍𝐚𝐦𝐞: Ahri\n〘ℂℝ𝔸ℂ𝕂〙𝐒𝐨𝐮𝐫𝐜𝐞: #LeagueOfLegends  \n〘ℂℝ𝔸ℂ𝕂〙𝐑𝐚𝐜𝐞:  #Kitsune  \n〘ℂℝ𝔸ℂ𝕂〙𝐀𝐠𝐞:  1023 ans ?\n〘ℂℝ𝔸ℂ𝕂〙𝐇𝐞𝐢𝐠𝐡𝐭𝐬:  167 cm…
## 7165                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 7166               RT @dariana_montana: Rick y Ticctoco de lol tft \nRick le pertenece a @KimuraZmv \n#RickProwerTheFox\n#LeagueOfLegends \n#LeagueOfLegendsFanArt…
## 7167                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7168              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7169                  RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…
## 7170                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7171                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7172                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7173                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7174                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7175                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7176                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7177              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7178                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7179                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 7180                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 7181                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7182                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7183               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7184                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7185                RT @6176ter: Miss Fortune league of legends ❤️❤️\n#MissFortune \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#FANART \n💙💙💙 https://t.co/uJ0ejUSj…
## 7186                                                      RT @MiChumi: Ey Jinx!\n\n#LeagueOfLegends #Arcane #arcanefanart #Jinx #Jinxfanart https://t.co/uHRNkFixUI
## 7187               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 7188                   RT @Drawing_Jimmy: Vacation with #mordekaiser ! #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #FANART #Beach https://t.co/b769msbsqk
## 7189                   RT @jerrylohzy: My Arcane Jinx fanart\n\n#art #jinx #arcane #lol #LeagueOfLegends #LeagueOfLegendsFanArt #jinxfanart https://t.co/7EsTJvaPXt
## 7190                  RT @Kiri_845: https://t.co/v6UrUZEkbv I'm Live come hang out!!! #twitchstream #smallstreamer\n#livestream #twitch #gaming #leagueoflegends #…
## 7191                                                                            RT @Shizzen45: @wildrift  please add new adc and support character #LeagueOfLegends
## 7192                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7193                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7194                RT @TagAnimationz: The Queen in the shadows\n\n#leblanc #teaser #ArtofLegends \n#LeagueOfLegends #LeagueOfLegendsFanArt #leaguetwt https://t.c…
## 7195                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7196                 RT @odeko_yma: Dawnbringer Lillia that turned into Nightbringer\n\n#Lillia #LeagueOfLegends #ArtofLegends #LeagueofLegendsFanart https://t.co…
## 7197                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 7198               RT @NeoNa_Gloom_ART: @LeagueOfLegends NEW: Coven Bel’Veth [more]\n \nMy inst: https://t.co/qMTAfCmaBp \n  \n#LeagueOfLegends #LeagueOfLegendsFa…
## 7199               RT @NeoNa_Gloom_ART: @LeagueOfLegends NEW: Coven Bel’Veth [more]\n \nMy inst: https://t.co/qMTAfCmaBp \n  \n#LeagueOfLegends #LeagueOfLegendsFa…
## 7200                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 7201             RT @stats_live_es: ▶️ League of Legends - Top streams a las 16:08 (Hora ESP)🔥\n\n🥇 #Werlyb➖Viewers: 7.961\n🥈 #KXMI➖Viewers: 820\n🥉 #Th3Antonio➖…
## 7202                RT @NeoNa_Gloom_ART: NEW: Coven Bel’Veth\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Morgana #B…
## 7203               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 7204               RT @NeoNa_Gloom_ART: @LeagueOfLegends NEW: Coven Bel’Veth [more]\n \nMy inst: https://t.co/qMTAfCmaBp \n  \n#LeagueOfLegends #LeagueOfLegendsFa…
## 7205              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7206                RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…
## 7207              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7208               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 7209              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7210                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7211                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7212              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7213                  RT @Todogadget_net: Cuenta Wild Rift 56 skins  | USD 650 | #LOL #wildrift #leagueoflegends #moba\nhttps://t.co/PYvfAtut5s https://t.co/Gp2B8…
## 7214                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 7215            RT @stats_live_es: 🔥Top streamings a las 16:43 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 11.286\n🥈 #LACOBRAAA➖Viewers: 5.260\n🥉 #SpeedGamingEspanol➖Vie…
## 7216                                                                     RT @LOLegendsMemes: lights me up everytime #LeagueOfLegends #Memes https://t.co/jBVC1ztpiS
## 7217                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7218              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7219                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7220                                               RT @geheichou: Spirit Blossom Aphelios - makeup test \n#SpiritBlossom #LeagueOfLegends 🌙 https://t.co/Omk1IM46PD
## 7221                                               RT @geheichou: Spirit Blossom Aphelios - makeup test \n#SpiritBlossom #LeagueOfLegends 🌙 https://t.co/Omk1IM46PD
## 7222                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 7223                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7224             RT @KJCeSports: The @FNATIC legend returns to the team 2 years after playing for its rival, @G2esports &amp; @KarmineCorp.\n\n#KJCeSports #League…
## 7225              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7226                                                                     RT @LOLegendsMemes: lights me up everytime #LeagueOfLegends #Memes https://t.co/jBVC1ztpiS
## 7227                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7228              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7229               RT @jericollage70: Happy Birthday to one of my Favorites, The Amazing @KriziaBajos! Have a Blessed Birthday &amp; Happy Holidays Krizia! 🎂😎🙏🏻👍🏻…
## 7230                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7231               RT @jericollage70: Happy Birthday to one of my Favorites, The Amazing @KriziaBajos! Have a Blessed Birthday &amp; Happy Holidays Krizia! 🎂😎🙏🏻👍🏻…
## 7232                 RT @DoransNDragons: Like clockwork, it's time for a new build! This week, we're building the Icathian Time Mage, Zilean!\n\n#DnD #ttrpg #Leag…
## 7233                               RT @yousseferra_art: League of Legends : Jinx\nhttps://t.co/toFJ0uBDLU\n\n#leagueoflegends #arcane #jinx https://t.co/NVYTprdOCv
## 7234                 RT @EloDragonLoL: Friday\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #game #g…
## 7235                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 7236                               RT @yousseferra_art: League of Legends : Jinx\nhttps://t.co/toFJ0uBDLU\n\n#leagueoflegends #arcane #jinx https://t.co/NVYTprdOCv
## 7237                  RT @LoLMemesBot: Nocturne had a hard life.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…
## 7238              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7239                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7240              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7241         RT @NFlyingofficial: N.Flying (엔플라잉) - Warriors + Enemy + RISE + POP/STARS┃League of Legends OST Medley 📸 Behind Photo\n\n#NFlying #엔플라잉 #Lea…
## 7242         RT @NFlyingofficial: N.Flying (엔플라잉) - Warriors + Enemy + RISE + POP/STARS┃League of Legends OST Medley 📸 Behind Photo\n\n#NFlying #엔플라잉 #Lea…
## 7243         RT @NFlyingofficial: N.Flying (엔플라잉) - Warriors + Enemy + RISE + POP/STARS┃League of Legends OST Medley 📸 Behind Photo\n\n#NFlying #엔플라잉 #Lea…
## 7244                  RT @DarunaKom: I'm excited to play this game.🤗🤗🤗 #LeagueofLegends #GuardiãsEstelares #GuardianasEstelares #TransformaTuDestino \nOriginal: a…
## 7245                   RT @GameOrNought: With Steam sale soon, can I recommend people check out League Of Legends The Ruined King? Gorgeous visuals, soundtrack, a…
## 7246                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7247                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 7248                                                               RT @histuniedraws: Anatomy practice #LeagueOfLegends #ArtofLegends #Sett https://t.co/3oadJuvwes
## 7249                                                                RT @vatheja: Lil thing of #evelynn for today💕 :)) #KDA #leagueoflegends https://t.co/YGkLULz5yq
## 7250                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7251              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7252     RT @TonsyGeek: 〘ℂℝ𝔸ℂ𝕂〙𝐍𝐚𝐦𝐞: Ahri\n〘ℂℝ𝔸ℂ𝕂〙𝐒𝐨𝐮𝐫𝐜𝐞: #LeagueOfLegends  \n〘ℂℝ𝔸ℂ𝕂〙𝐑𝐚𝐜𝐞:  #Kitsune  \n〘ℂℝ𝔸ℂ𝕂〙𝐀𝐠𝐞:  1023 ans ?\n〘ℂℝ𝔸ℂ𝕂〙𝐇𝐞𝐢𝐠𝐡𝐭𝐬:  167 cm…
## 7253     RT @TonsyGeek: 〘ℂℝ𝔸ℂ𝕂〙𝐍𝐚𝐦𝐞: Ahri\n〘ℂℝ𝔸ℂ𝕂〙𝐒𝐨𝐮𝐫𝐜𝐞: #LeagueOfLegends  \n〘ℂℝ𝔸ℂ𝕂〙𝐑𝐚𝐜𝐞:  #Kitsune  \n〘ℂℝ𝔸ℂ𝕂〙𝐀𝐠𝐞:  1023 ans ?\n〘ℂℝ𝔸ℂ𝕂〙𝐇𝐞𝐢𝐠𝐡𝐭𝐬:  167 cm…
## 7254                                                                RT @vatheja: Lil thing of #evelynn for today💕 :)) #KDA #leagueoflegends https://t.co/YGkLULz5yq
## 7255               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7256                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7257              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7258                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7259                 RT @EloDragonLoL: Friday\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #game #g…
## 7260                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7261                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7262                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7263                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 7264              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7265                 RT @EloDragonLoL: Friday\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #game #g…
## 7266                 RT @GMVTHub: Riot to Update Esports Broadcasts – Binge Watching Not Sustainable\n@riotgames @LeagueOfLegends @PlayVALORANT \n#riot #LeagueOfL…
## 7267                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7268                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7269             RT @paukshop: Spy X Family X Star Walkin\n\nI made a Spy x Family edit inspired by the 2022 League Worlds Song! \n\n#SPY_FAMILY #SPYxFamily #スパ…
## 7270              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7271                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7272                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7273                 RT @GMVTHub: Riot to Update Esports Broadcasts – Binge Watching Not Sustainable\n@riotgames @LeagueOfLegends @PlayVALORANT \n#riot #LeagueOfL…
## 7274                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7275                 RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…
## 7276                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7277                    RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E
## 7278                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 7279                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7280              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7281                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 7282                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 7283                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 7284                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 7285                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 7286                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 7287                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7288                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7289                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7290                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 7291                             RT @soap_ai: I saw this meme and this is all I could think of\n\n#Leagueoflegends #Artoflegends #Jinx #Lux https://t.co/ExblDj4Xo8
## 7292              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7293              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7294                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7295              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7296                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7297                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7298           RT @ThatDartTho: Ranked League Of Legends YAY\nhttps://t.co/tCmGjHppOj\n\n@ShoutRTs\n@SmallStreamersC\n@BlazedRTs\n@sme_rt\n@rtsmallstreams\n@Suppo…
## 7299                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7300              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7301                 RT @soap_ai: I am back with lightcannon and memes that capture their dynamic\n\n#Jinx #Lux #Leagueoflegends #ArtofLegends https://t.co/UBfayV…
## 7302                                                        RT @soap_ai: Oversized Sweater (1/2)\n#jinx #lux #artoflegends #leagueoflegends https://t.co/WcdntMlreS
## 7303                 RT @rayyyyyyy_: CSGO Plays\n\n#CSGO #VAL #Dota2 #Underdog #GamblingTwitter #LeagueOfLegends #PlayerProps #PrizePicks #Follow #Like #Retweet h…
## 7304                                                             RT @soap_ai: A Long Day's Light\n#Jinx #Lux #leagueoflegends #artoflegends https://t.co/9kT43Gem0I
## 7305                                                             RT @soap_ai: Yummy\n#Jinx #Lux #Lightcannon #Artoflegends #Leagueoflegends https://t.co/96l9QTafzV
## 7306              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7307                                               RT @soap_ai: Tongues &amp; Teeth\n#Jinx #Lux #Lightcannon #LeagueofLegends #ArtofLegends https://t.co/Q5VoBGFtmi
## 7308                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7309                 RT @leofoxart: Vi and Cait fanart. hope you liked, i enjoy a lot the show, but never played the game.\n\n#arcane #LeagueOfLegends https://t.c…
## 7310                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 7311                   RT @soap_ai: Jinx the homophobic homosexual \n#leagueoflegends #artoflegends #jinx #lux #lightcannon #caitvi #arcane https://t.co/PW3h696Ye8
## 7312                  RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…
## 7313                   RT @bekkomi: Commission for @NickisterC of Coven Morgana and Prestige Coven Zyra🌹✨ \n#ArtofLegends #LeagueOfLegends https://t.co/NjaMmucGXm
## 7314              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7315                                                  RT @soap_ai: shitposting hours #jinx #lux #lightcannon #leagueoflegends #ArtofLegends https://t.co/EXTuqKRJGv
## 7316                RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…
## 7317                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 7318                                RT @blueberryskyuwu: Smooch ~ 🎇\n\nI tried my best ;; \n#settphel #aphelios #sett #LoL #leagueoflegends https://t.co/4QFbwolCgh
## 7319                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7320                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7321                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7322                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7323                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7324                  RT @Todogadget_net: Cuenta Wild Rift 56 skins  | USD 650 | #LOL #wildrift #leagueoflegends #moba\nhttps://t.co/PYvfAtut5s https://t.co/Gp2B8…
## 7325                RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…
## 7326                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7327                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7328                RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…
## 7329                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7330                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 7331              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7332                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7333            RT @Dan_drage1: thanks to @ZTDLB1  for letting me use his drawing for animation &lt;3 \n\nart @ZTDLB1  animation @Dan_drage1 \n\n#zoe  #LeagueOfLe…
## 7334                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7335                                                                      RT @doctor_hypnotic: Damn Teemo shrooms... #leagueoflegends #ARAM https://t.co/slU3nS5o1L
## 7336                 RT @falanablake: https://t.co/VivXqSWEva \n\nOkay, so it says in the comments that this also happens with Blackfrost. Has this been fixed eve…
## 7337               RT @Junior36020199: I'm not good pyke but this play was sneaky.\n\n#Pyke #LeagueOfLegends #Aram #YOUTUBE \n\nSneaky Pyke in LoL Aram https://t.…
## 7338                RT @PlayShareStar: he's hiding tricks in his blindfold!\n🎬LOL COTD\n\n#leesin #leagueoflegends #mrbeast #blockbuster #fifa #france #worldcup #…
## 7339                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7340                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 7341                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7342                                                                                        RT @CasseroleFink: https://t.co/5tlN4kMNVA Hii playing #LeagueOfLegends
## 7343              RT @im_justapotato_: First attempt at League of Legends, join on me?  (✿◠ᴗ◠) ♡\nGOING LIVE AT 9:30 EST! \n \nhttps://t.co/RcwGdrAQmj\n\n#smallst…
## 7344                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7345                                                         RT @AlexTzitzi2: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/oQLCtLB5JR
## 7346                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7347                                                  RT @TeethPastelol: Why do I play this game.... https://t.co/ClQppHYPd5 #leagueoflegends #drinking #alcoholism
## 7348                 RT @burnieilies: Support Diff! KDA 11/3/14. \n\n#teemo #teemosup #teemosupport #teemolol #support #supportmain #leagueoflegends #lolteemo #lo…
## 7349                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7350                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7351                   RT @majorfacepwn: Going LIVE with #LeagueOfLegends and after a game or 2, heading to #WowClassic for some raiding! I have a pretty big anno…
## 7352                RT @tamashiiVT: 🔴 I'M LIVE 🔴 COME HANG OUT! 🖤\nhttps://t.co/yxFZYocH5M\n\n#GREENMANGAMING #TwitchAffliate #smallstreamer #valorant #streamer #…
## 7353           RT @ThatDartTho: Ranked League Of Legends YAY\nhttps://t.co/tCmGjHppOj\n\n@ShoutRTs\n@SmallStreamersC\n@BlazedRTs\n@sme_rt\n@rtsmallstreams\n@Suppo…
## 7354                                        RT @FanshaweFUEL: DONT RUN SHEN, COME BAAAAACK\n\n#ecac #finals #LeagueOfLegends  @ECAC_Esports https://t.co/xypzoaUOLP
## 7355                               RT @yousseferra_art: League of Legends : Jinx\nhttps://t.co/toFJ0uBDLU\n\n#leagueoflegends #arcane #jinx https://t.co/NVYTprdOCv
## 7356                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 7357                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7358                RT @ShuUsagi: LIVE NOW FORHEAD! playing some more LoL here we go aram worriers cuz im lazy lets be dumb down mid \n .\n.\n.\n#vtuber #envtuber…
## 7359                                                                       RT @ItsPrata: 📣 I'm going to #LeagueofLegends ! https://t.co/lVfP9e0p2s #wizebot #twitch
## 7360                                             RT @AnimeRPGgame: I can't understand a word, but I love it! https://t.co/qShRjTt9Bt #music #anime #LeagueOfLegends
## 7361                                                             RT @antimahi: Fine! I’ll do it myself🙅🗡️🫡\n#LeagueOfLegends #ليق #Pentakill https://t.co/vSYnOuBvdl
## 7362              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7363              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7364                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7365              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7366                                                                             RT @LOLegendsMemes: FUCK THIS GAME #LeagueOfLegends #Memes https://t.co/Vhaolk2ffs
## 7367            RT @EGO__Lounge: Are you ready for the fun🔥?\n\nOur website is ready!🎉🥳\n🕹 https://t.co/hHsuOE1ash\n\nWhich competitions will you join 👀 ? \n\n#Le…
## 7368                                                                                     RT @BonniieA: i love them :] 🖤\n\n#LeagueOfLegends https://t.co/ksJquGBx1D
## 7369                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7370                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7371                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 7372             RT @KJCeSports: The @FNATIC legend returns to the team 2 years after playing for its rival, @G2esports &amp; @KarmineCorp.\n\n#KJCeSports #League…
## 7373                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7374                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7375                                          RT @ZeeLinn: commission for viola 💖 who just wanted sad sisters 🥺\n\n#arcane #LeagueOfLegends https://t.co/1wgRn3a6iM
## 7376                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7377                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7378              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7379              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7380                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7381                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7382                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7383              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7384                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 7385                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 7386                                                             RT @antimahi: Fine! I’ll do it myself🙅🗡️🫡\n#LeagueOfLegends #ليق #Pentakill https://t.co/vSYnOuBvdl
## 7387                  RT @VickieZ25645605: Get the right games.🙉🙉🙉🙉 #ArtofLegends #mobilegame #LeagueofLegends #StarGuardians #G2WIN #Nilah \nOriginal: EhManInBla…
## 7388                    RT @Darqueria2: Yes, yes... i am bored... \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#yuumi\n#leagueoflegendsart https://t.co/Ya4bEVb1TS
## 7389              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7390                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7391                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 7392                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7393              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7394                                                  RT @chisi64726930: Cat of Glory~🐱💙👑\n#LeagueOfLegendsFanArt\n#LeagueOfLegends\n#Yummi https://t.co/VGEKSSl18p
## 7395              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7396                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 7397                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7398                                                     RT @Onezeroisten: welcome home Yasuo, dinners ready\n#yone #yasuo #LeagueOfLegends https://t.co/rnpndoIzkV
## 7399                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7400                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 7401                 RT @acelovesounds: Is @riotgames serious that there won't be any Rotating Game Mode at the end of the year, because ARAM update? \n\nWow, tha…
## 7402                 RT @rayyyyyyy_: CSGO Plays\n\n#CSGO #VAL #Dota2 #Underdog #GamblingTwitter #LeagueOfLegends #PlayerProps #PrizePicks #Follow #Like #Retweet h…
## 7403            RT @stats_live_es: 🔥Top streamings a las 16:43 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 11.286\n🥈 #LACOBRAAA➖Viewers: 5.260\n🥉 #SpeedGamingEspanol➖Vie…
## 7404                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7405                                                                RT @AsaiOreo: #Zoe #LeagueOfLegends #ArtofLegends commission,dot use~ https://t.co/jFGNLPbXw8
## 7406                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7407                               RT @yousseferra_art: League of Legends : Jinx\nhttps://t.co/toFJ0uBDLU\n\n#leagueoflegends #arcane #jinx https://t.co/NVYTprdOCv
## 7408                         RT @envykun99: Holy Hell, first time I've done that great with Pyke!!\n#LeagueofLegends #LoL #WildRift #gaming https://t.co/F5vyuaVFtk
## 7409              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7410              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7411               RT @JHe0w0: Always anxious when colour😢 I just like black and white so much\n\n#LeagueOfLegends  \n#Settphel #Sett\n#Aphelios https://t.co/pPPH…
## 7412              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7413                                                                 RT @JHe0w0: For commission!\n#LeagueOfLegends #Aphelios #ArtofLegends https://t.co/GmXiFTHBeV
## 7414              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7415              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7416              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7417                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7418              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7419                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7420                                                                      RT @LOLegendsMemes: Don’t worry we scale! #LeagueOfLegends #Memes https://t.co/0wgVNo8try
## 7421                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7422              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7423                  RT @PurpleARTdude: After a long time... I finally finished this!! Moon guys vs sun guys 🌚🌝\n#ValorantArt #VALORANTfanart #VALORANT #LeagueOf…
## 7424              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7425                              RT @ClinoraWarrior: Insane Dodge and 1v2 Ct Play! #shorts #gameplay #leagueoflegends #yone #gaming #trend https://t.co/eAORYIbi5H
## 7426               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7427              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7428                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7429                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7430              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7431                   RT @jerrylohzy: My Arcane Jinx fanart\n\n#art #jinx #arcane #lol #LeagueOfLegends #LeagueOfLegendsFanArt #jinxfanart https://t.co/7EsTJvaPXt
## 7432                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 7433               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7434               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7435                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7436                   RT @jerrylohzy: My Arcane Jinx fanart\n\n#art #jinx #arcane #lol #LeagueOfLegends #LeagueOfLegendsFanArt #jinxfanart https://t.co/7EsTJvaPXt
## 7437              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7438              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7439              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7440              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7441                RT @6176ter: Miss Fortune league of legends ❤️❤️\n#MissFortune \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#FANART \n💙💙💙 https://t.co/uJ0ejUSj…
## 7442                 RT @acelovesounds: Is @riotgames serious that there won't be any Rotating Game Mode at the end of the year, because ARAM update? \n\nWow, tha…
## 7443              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7444              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7445              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7446              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7447              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7448              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7449              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7450              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7451              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7452              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7453              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7454                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7455              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7456                   RT @iAaronPhone: When you have an Inter on your team and need to carry. Super toxic Kalista ADC. #LeagueOfLegends #leagueoflegendsclips #ga…
## 7457              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7458              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7459              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7460                                                                         RT @vatheja: Doodle of #jinx for Christmas :) #LeagueOfLegends https://t.co/ZjmSe8C22L
## 7461                                  RT @SPYKEEE1945: Play.🦊\n\nFor: A.R.\n\n#Ahri #LeagueOfLegends \n#ArtofLegends #LeagueOfLegendsFanArt https://t.co/M9iX0VhfMt
## 7462                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7463                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7464                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7465                  RT @xAndrastax: More genderbend cosplays is coming 👀💕\nViego from #Leagueoflegends were my last genderbend cosplay that I've made. But I'm w…
## 7466             RT @paukshop: Spy X Family X Star Walkin\n\nI made a Spy x Family edit inspired by the 2022 League Worlds Song! \n\n#SPY_FAMILY #SPYxFamily #スパ…
## 7467                                                                       RT @LOLegendsMemes: we where too late :( #LeagueOfLegends #Memes https://t.co/fF5iq8dvRi
## 7468                      RT @FanshaweFUEL: Fanshawe gets first blood on game 5, LETS GOOOO\n\n#ECAC #FINALS #LEAGUEOFLEGENDS @ECAC_Esports https://t.co/5LDOu5iSCL
## 7469                   RT @BemRems: back at it again  supposed to finish this on November 😂, crossover #10 November Mains #Evelynn #Nahidagenshinimpact #Kiriko #L…
## 7470                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7471                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7472                 RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…
## 7473               RT @MistressNyxVA: I'm LIVE on Twitch! Playing League of Legends\n\nhttps://t.co/CvLweTJDED\n\n#Twitch #LIVE #Gaming #VoiceActor #Streamer #Aff…
## 7474               RT @MistressNyxVA: I'm LIVE on Twitch! Playing League of Legends\n\nhttps://t.co/CvLweTJDED\n\n#Twitch #LIVE #Gaming #VoiceActor #Streamer #Aff…
## 7475                RT @starry_amari: "In the name of the Moon, we'll punish you!"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…
## 7476                                            RT @srkork: E K K O is so pretty :(((\n#illustration #LeagueOfLegends #Ekko #Arcane #FANART https://t.co/IIRSzfKWL1
## 7477                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7478                 RT @HighNoonJhin: #jhin #LeagueOfLegends #LeagueOfLegendsFanArt \n\nbackside will be high noon jhin - will post soon and have in my shop come…
## 7479               RT @neofox67: Did a small animated sequence/lipsync a month ago with the audio of this vid &gt; https://t.co/u325ro30Ek\nNot Arcane content but…
## 7480            RT @we_byun: "-Please... Brother... CARRY ME."\n"- FF 15." \nYasuo &amp; Yone. ♡\n#LeagueOfLegendsFanArt #LeagueOfLegends #LOL #FANART #yasuo #yon…
## 7481                  RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…
## 7482                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7483                                                                                  RT @LavinciFrost: Just. Different. \n#LeagueOfLegends https://t.co/CE3FaViesT
## 7484               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 7485                                       RT @iambeckyg: Me and my girl Qiyana 🤙🏽 @LeagueOfLegends @riotgames #TRUEDAMAGE #LEAGUEOFLEGENDS https://t.co/vmC0IWvKkg
## 7486                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7487                                                                             RT @LOLegendsMemes: FUCK THIS GAME #LeagueOfLegends #Memes https://t.co/Vhaolk2ffs
## 7488               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7489                 RT @Polyxenastorm: A little #throwback to #SlayBelleKatarina to get you in the #christmasspirit 🎄\nCosplay made by ryann.kaykay \nWeapons mad…
## 7490                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7491                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7492                  RT @deerlaurs: they won’t leave my mind!! take these dumb sketches :]\n\n#kaikali #kda #akali #kaisa #leagueoflegends https://t.co/CBQXaKsZmG
## 7493            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7494                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7495                                                            RT @21stCentryIdeot: When you're being nice again in #LeagueofLegends #TFT. https://t.co/dL3mwgURO0
## 7496                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7497                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7498            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7499                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7500                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7501                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7502                                            RT @soap_ai: (1/2) Seraphine? 😳💦\n#Qiyana #Senna #truedamage #artoflegends #leagueoflegends https://t.co/k2Vw31Gmfo
## 7503                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7504                 RT @welfero: "S-Stop it, I'm only a few centuries younger than you"\n\n#League_of_Legends #LeagueOfLegends #Poppy #Kayle https://t.co/jmvhVOG…
## 7505                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7506                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7507                               RT @soap_ai: It was funnier in my head\n\n#ArtofLegends #LeagueOfLegends #lightcannon #jinx #lux #arcane https://t.co/nPHYNzMuLD
## 7508                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7509                                                 RT @Whitemar3: Got a spot for  ✨Daddy ✨? \n\n#Warwick #ArtOfLegends #LeagueOfLegends https://t.co/HJLzFTvaDe
## 7510                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 7511                                     RT @soap_ai: If Jinx offered you some pocky would you take it #jinx #LeagueOfLegends #ArtofLegends https://t.co/ArUgfQRzZi
## 7512                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7513                                   RT @soap_ai: drops this with no context #lightcannon #jinx #lux #ekko #LeagueOfLegends #ArtofLegends https://t.co/7nMEfR0F4j
## 7514               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 7515                                                  RT @soap_ai: shitposting hours #jinx #lux #lightcannon #leagueoflegends #ArtofLegends https://t.co/EXTuqKRJGv
## 7516                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7517               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7518                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7519                   RT @LuffyTheFox: I love Ahri. She is my favorite hero from League Of Legends. Academy Ahri 💝🦊 #ahri #stableDifusion #aigeneratedart #League…
## 7520                  RT @Mikestrosity: After Countless Minutes of playing Ranked Flex I have hit my new Peak, Bronze IV \n#LeagueOfLegends #Vtuber https://t.co/Y…
## 7521                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7522                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7523                  RT @Mikestrosity: After Countless Minutes of playing Ranked Flex I have hit my new Peak, Bronze IV \n#LeagueOfLegends #Vtuber https://t.co/Y…
## 7524                   RT @LuffyTheFox: I love Ahri. She is my favorite hero from League Of Legends. Academy Ahri 💝🦊 #ahri #stableDifusion #aigeneratedart #League…
## 7525                 RT @m_for_mojo_jojo: Is there anyone in web 3 who does not like cats or Leauge of Legends? 😓\n\nWell, I couldn't help but adopt THIS cute nft…
## 7526                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7527                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 7528               RT @lorddumbb: [DT] Back to the old days [2]\n\nAnother young Silco doodles \n\n#arcane #ArcaneArt #Silco #silcofanart #youngsilco #doodle #Lea…
## 7529                  RT @LoLMemesBot: Vikings Offense: Vote no we scale\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds20…
## 7530                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 7531                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 7532               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7533                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7534                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7535                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7536              RT @ClauSketch: ❣ 𝗥𝗮𝗸𝗮𝗻 𝘅𝗺𝗮𝘀🎄 \n♡ ☕ https://t.co/BQKfxmldek\n♡  Available for monthly supporters\n\n#LeagueOfLegends #ArtofLegends #rakan https…
## 7537                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7538                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 7539                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7540                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7541                RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…
## 7542                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7543                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7544                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7545                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7546                                        RT @shupakabraa: Singed, orianna, heimerdinger, rio\nTW death mention\n#arcane #LeagueOfLegends https://t.co/XgiOTIANGp
## 7547                   RT @DoomageddonGmig: There were more, but twitter is stupid with longer vids, longer version on my tiktok #LeagueOfLegends #Vtubers #vtuber…
## 7548                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7549                            RT @LOLegendsMemes: Or when I'm literally ON MY WAY and the team jumps in a bad 4v5 #LeagueOfLegends #Memes https://t.co/425JMxDSdx
## 7550                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7551               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 7552                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7553                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7554                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7555                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7556                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 7557                               RT @yousseferra_art: League of Legends : Jinx\nhttps://t.co/toFJ0uBDLU\n\n#leagueoflegends #arcane #jinx https://t.co/NVYTprdOCv
## 7558                  RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…
## 7559                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7560                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7561                RT @Nazarenart: Space Groove Nami!\nIt's my first try in CSP, I kinda like how it turned out 💕\n\n#ArtofLegends #LeagueOfLegendsFanArt #Namilo…
## 7562                                                              RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID
## 7563               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7564                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 7565                      RT @strooodl: i had to draw a diagram for my friend - which vibe do YOU prefer? ✨🦈 #lightcannon #LeagueOfLegends https://t.co/s3bDQ2GKGH
## 7566                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7567                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7568                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7569               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7570                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 7571               RT @constellachion: another sanrio friend visits a star guardian ✨\nwho would you like to see next?\n\n#artistsontwitter #LeagueOfLegends http…
## 7572                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7573                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7574                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7575                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7576                      RT @strooodl: i had to draw a diagram for my friend - which vibe do YOU prefer? ✨🦈 #lightcannon #LeagueOfLegends https://t.co/s3bDQ2GKGH
## 7577               RT @T3M91: Check out my latest video "GANK FAIL #leagueoflegends #lol #gaming #shorts #clip"\n\nWatch Now: https://t.co/YLp7Fe2ARH\n\n(Posted v…
## 7578                  RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…
## 7579                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7580                    RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E
## 7581                                                                   RT @millondie: Get Jinxed ✨\n\n#art #drawing #LeagueOfLegends #Jinx https://t.co/OnZwUrIKiE
## 7582                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 7583                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7584                                                                           RT @BonniieA: Mythmaker Irelia 🖤\n\n#Irelia #LeagueOfLegends https://t.co/WBo2ZEDFT8
## 7585                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7586               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7587                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7588                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7589                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7590                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7591                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7592                                  RT @redface180: I finally made it to gold Now's just all up from here\n#LeagueOfLegends #RiotGamesONE https://t.co/kpbjoUHVrv
## 7593                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7594                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7595                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7596                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7597                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 7598                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7599                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7600                 RT @Aikidork: I paid your girlfriend a visit this morning\n\n#arcane #artoflegends #jinx #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co…
## 7601                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7602                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 7603                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7604            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7605                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7606                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7607                RT @ArtyiesLeague: #Diana fan art by Ben shaw on ArtStaion,\nlink: https://t.co/dzYenhUdGA\n\n#LeagueOfLegends #ArtofLegends #fanart #LeagueOf…
## 7608                  RT @LoLMemesBot: Beauty fades, Faker stays....\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #…
## 7609                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7610                    RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E
## 7611                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 7612                      RT @strooodl: i had to draw a diagram for my friend - which vibe do YOU prefer? ✨🦈 #lightcannon #LeagueOfLegends https://t.co/s3bDQ2GKGH
## 7613                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7614               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7615                  RT @HayashiDraws: Kayle\n\nFollow me on instagram! https://t.co/hUqLcJQ7wV\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/Y3oPhx5wQa
## 7616                  RT @LoLMemesBot: 2 minutes of searching for icons and a minute of paint.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfL…
## 7617                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 7618               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 7619                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7620                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7621               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 7622                  RT @HayashiDraws: Kayle\n\nFollow me on instagram! https://t.co/hUqLcJQ7wV\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/Y3oPhx5wQa
## 7623               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7624                                            RT @soap_ai: (1/2) Seraphine? 😳💦\n#Qiyana #Senna #truedamage #artoflegends #leagueoflegends https://t.co/k2Vw31Gmfo
## 7625                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7626                                                                                        RT @CasseroleFink: https://t.co/5tlN4kMNVA Hii playing #LeagueOfLegends
## 7627                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7628                  RT @metalichotchoco: The next chapter of this little fic is out ;] go check it out if you wanna. I’m kinda proud with it ngl\n#LeagueOfLegen…
## 7629                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7630                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7631                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7632                 RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…
## 7633                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7634                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7635                 RT @ficakesillus: I’d like to think Diana adopted these two and Zoe now has older siblings ✨💕✨💕 I love the new champs #aphelias #Alune #dia…
## 7636                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7637                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7638                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7639               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 7640                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7641                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7642                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 7643                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7644                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7645                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7646                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7647                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7648                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7649                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7650                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7651                  RT @RuthRob36470669: You can follow and share. #LeagueOfLegendsFanArt #LeagueofLegends #GENGWIN #GuardianasEstelares #YıldızMuhafızı \nOrigi…
## 7652                  RT @LoLMemesBot: Third wheel\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Sp…
## 7653              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7654            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7655                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7656                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7657                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7658                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7659                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7660                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7661                                        RT @FanshaweFUEL: Fuel and Onu doing the trades\n\n@ECAC_Esports  #LeagueOfLegends  #ecacfinals https://t.co/FgM3y0yIGU
## 7662                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7663                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7664                                                        RT @AsaiOreo: #LeagueOfLegends  #LeagueOfLegendsFanArt #Lux #Ezreal\ncommission https://t.co/EY5df9RSEB
## 7665                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7666               RT @paper_scratch: RIP Cait’s brain this morning \n.\n.\n.\n#arcaneart #leagueoflegends #leagueoflegendsfanart #vi #caitlyn #violyn #piltoversf…
## 7667               RT @paper_scratch: “I can’t believe you made me late for work AGAIN, Vi. Now can I please get a hand.”\n.\n.\n.\n#arcaneart #leagueoflegends #l…
## 7668            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7669                   RT @paper_scratch: I loved Cait’s fearlessness and outspoken empathy in Arcane — it reminded me of another tall ponytailed haired girl I kn…
## 7670               RT @paper_scratch: The moment Cait’s patience wears out after several awkward minutes of Vi hedging for the first kiss\n.\n.\n.\n#arcaneart #le…
## 7671               RT @paper_scratch: Cait has a bad day at work, sees Vi and allows herself to finally unwind\n.\n.\n.\n#arcaneart #leagueoflegends #leagueoflege…
## 7672                RT @paper_scratch: Only a moment of free time this week for some #Caitvi practice\n.\n.\n.\n#arcaneart #leagueoflegends #leagueoflegendsfanart…
## 7673                RT @paper_scratch: Cait unwinds for the evening, sketch dump\n.\n.\n.\n#arcaneart #leagueoflegends #leagueoflegendsfanart #vi #caitlyn #violyn…
## 7674               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7675               RT @paper_scratch: The moment Officer Kiramman becomes off-duty, Officer Kiramman 🥵\n.\n.\n.\n#arcaneart #leagueoflegends #leagueoflegendsfanar…
## 7676               RT @paper_scratch: When Vi finishes a shower, everyone’s 💦\n.\n.\n.\n#arcaneart #leagueoflegends #leagueoflegendsfanart #vi #caitlyn #violyn #p…
## 7677               RT @paper_scratch: Sketching Vi waking up on a hot summer morning, but really it’s about Cait freaking out silently into her pillow\n.\n.\n.\n#…
## 7678               RT @paper_scratch: Caitvi patrolling the Undercity\n.\n.\n.\n#arcaneart #leagueoflegends #leagueoflegendsfanart #vi #caitlyn #violyn #piltovers…
## 7679                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7680            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7681                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7682                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7683                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7684                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7685                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7686                RT @tamashiiVT: 🔴 I'M LIVE 🔴 COME HANG OUT! 🖤\nhttps://t.co/yxFZYocH5M\n\n#GREENMANGAMING #TwitchAffliate #smallstreamer #valorant #streamer #…
## 7687                RT @tamashiiVT: 🔴 I'M LIVE 🔴 COME HANG OUT! 🖤\nhttps://t.co/yxFZYocH5M\n\n#GREENMANGAMING #TwitchAffliate #smallstreamer #valorant #streamer #…
## 7688              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 7689                RT @tamashiiVT: 🔴 I'M LIVE 🔴 COME HANG OUT! 🖤\nhttps://t.co/yxFZYocH5M\n\n#GREENMANGAMING #TwitchAffliate #smallstreamer #valorant #streamer #…
## 7690                 RT @CarolynCherry_: 📢On part en live sur League Of Legends !!🔴\nhttps://t.co/j02PN5V2Co\n#streamergirl #twitch #LeagueOfLegends #LOL #Carolyn…
## 7691                 RT @CarolynCherry_: 📢On part en live sur League Of Legends !!🔴\nhttps://t.co/j02PN5V2Co\n#streamergirl #twitch #LeagueOfLegends #LOL #Carolyn…
## 7692            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7693              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7694                RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…
## 7695                 RT @duxteh2: You want style? You've found her 💜🌺\n\n#artoflegends #LeagueOfLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/31RsoFA…
## 7696                 RT @fandifi: A mistake everyone makes once 😜\n\n#gaming #esports #esport #esportsteam #twitch #valorant #leagueoflegends #overwatch #csgo #ap…
## 7697                 RT @fandifi: A mistake everyone makes once 😜\n\n#gaming #esports #esport #esportsteam #twitch #valorant #leagueoflegends #overwatch #csgo #ap…
## 7698                  RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…
## 7699                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7700                                                                                  RT @LavinciFrost: Just. Different. \n#LeagueOfLegends https://t.co/CE3FaViesT
## 7701                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7702                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7703              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7704                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7705               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7706                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7707                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7708                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7709                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7710                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7711                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7712                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7713                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7714              RT @im_justapotato_: First attempt at League of Legends, join on me?  (✿◠ᴗ◠) ♡\nGOING LIVE AT 9:30 EST! \n \nhttps://t.co/RcwGdrAQmj\n\n#smallst…
## 7715                  RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…
## 7716                 RT @moonimu_art: This is the second version of the upcoming Prestige skin for Sivir, Mythmaker!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #L…
## 7717                RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…
## 7718                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7719                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7720                   RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…
## 7721                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7722                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 7723                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7724                 RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…
## 7725                 RT @burnieilies: Support Diff! KDA 11/3/14. \n\n#teemo #teemosup #teemosupport #teemolol #support #supportmain #leagueoflegends #lolteemo #lo…
## 7726            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7727                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7728                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7729                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7730                 RT @firepix515: Zero War Ahri Fortnite skin concept!\n\nTrapped in a world far from her home, and with little choice, Ahri joins the fight to…
## 7731                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 7732                                                  RT @TeethPastelol: Why do I play this game.... https://t.co/ClQppHYPd5 #leagueoflegends #drinking #alcoholism
## 7733               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7734               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 7735                                                                         RT @artelsia: Happy Ahri Day 🖤\n#LeagueOfLegends #artoflegends https://t.co/gore9yvnxe
## 7736                 RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…
## 7737                RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…
## 7738                RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…
## 7739                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 7740               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7741                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7742                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7743               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7744                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7745                 RT @Samandriade: Headcanon time\nZoe likes to sleep cuddling in Soraka's lap 💤💤\n#LeagueOfLegends #LeagueOfLegendsFanArt #zoe #soraka https:/…
## 7746                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7747                 RT @NanaruSuzuka: Playing some Teamfight Tactics with Travis! Come vibe with me! \n\n#LeagueOfLegends #TeamfightTactics #VTuberUprising #Twit…
## 7748                                                                  RT @PizzaPC8: Unlucky\n@NaniRue\n\n#vtuber #envtuber #LeagueOfLegends https://t.co/yLYMSSsJ4r
## 7749                                           RT @somewhat_irked: Ruined Xayah and Sentinel Rakan - fanart\n#xayah #rakan #leagueoflegends https://t.co/8q0ZJgPuWO
## 7750                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7751            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7752                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 7753                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7754            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7755                                                                  RT @PizzaPC8: Unlucky\n@NaniRue\n\n#vtuber #envtuber #LeagueOfLegends https://t.co/yLYMSSsJ4r
## 7756                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7757                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7758                   RT @RiotKidakins: I did a thing!! full version in the replies (when it's done uploading) #StarGuardian #xayah #rakan #LeagueOfLegends #Star…
## 7759                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7760                  RT @LoLMemesBot: *sorry to say sir but.. no mana for ult*\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #W…
## 7761                RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…
## 7762                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7763                                  RT @SPYKEEE1945: Play.🦊\n\nFor: A.R.\n\n#Ahri #LeagueOfLegends \n#ArtofLegends #LeagueOfLegendsFanArt https://t.co/M9iX0VhfMt
## 7764                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7765                RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…
## 7766                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7767                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7768                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7769               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7770                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7771                                                                       RT @NIJISE_: Viego the Ruined King\n#LeagueOfLegends #viego #lol https://t.co/2hcLjFu32O
## 7772                RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…
## 7773                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7774               RT @megilino: ✨ Of course I start getting sick 1 week before Christmas!!! |  !rampage https://t.co/97HMCqzpuE\n#gamers\n@LeagueOfLegends\n#Lea…
## 7775                  RT @TNR_Arts18: No words HOW I WANT THIS SKIN\n#Thersh #thresh #LeagueOfLegends #LeagueOfLegendsFanArt #lunaremperor #art #fanart https://t.…
## 7776                 RT @AnythingAI_: League of legends ahri fanart skin \n\n#AIart #NovelAI #NovelAIDiffusion #anythingv3 #stableDifusion #stablediffusionart #ah…
## 7777                 RT @AIArtShines: Ahri on the beach.\n\n#AIArtwork #aiartist #AIArt #aiartcommunity #AI #AIArtistCommunity #LeagueOfLegends #ahri https://t.co…
## 7778                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7779              RT @Taryn_Cosplay: The end begins!\nTaking a break from my path of destruction and enjoying this amazing gift by @LeagueOfLegends &amp; @Editric…
## 7780                  RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…
## 7781                                                                RT @Phoenix10062002: Ahri in a red dress\n#ahri #LeagueofLegends #AIart https://t.co/oM3r916HCt
## 7782               RT @eueides_art: Ahri from @LeagueOfLegends  ✧\n-\n-\n-\n#aiart #aiartist #aiartcommunity #digitalart #stablediffusion #Ahri #leagueoflegends #…
## 7783                    RT @Levi1327: So if you have Xbox gamepass on PC and download league of legends, you automatically get all champions unlocked. Bruh wtf...…
## 7784                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7785              RT @Boxgkstore: "League of Legends" Ahri Cosplay😃 😍 \nHave a look👉 https://t.co/0sNtIUoFql \n.\n.\n.\n#LeagueofLegends #Ahri  #cosplaygirl  #cos…
## 7786                 RT @Blobie_The_Blob: 💫Oh no Space Groove Evelynn is out of control !!💫😱\n.\n#LeagueOfLegends #LeagueOfLegendsFanArt #leagueoflegendsart #leag…
## 7787                                                                       RT @NIJISE_: Viego the Ruined King\n#LeagueOfLegends #viego #lol https://t.co/2hcLjFu32O
## 7788               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 7789               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 7790                 RT @Blobie_The_Blob: 💫Oh no Space Groove Evelynn is out of control !!💫😱\n.\n#LeagueOfLegends #LeagueOfLegendsFanArt #leagueoflegendsart #leag…
## 7791                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7792                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7793                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7794                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7795                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7796                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7797                  RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…
## 7798                 RT @AlphantArt: Chibi Spirit Blossom Jinx!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #spiritblossom #jinx https://t.co/jq…
## 7799                 RT @bestcandylove: #cosplay #cosplayergirl #Ahri spirit blossom ahri\n#LeagueOfLegends #LeagueOfLegendscosplay\npart one https://t.co/pymB5J0…
## 7800                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7801                   RT @GameOrNought: With Steam sale soon, can I recommend people check out League Of Legends The Ruined King? Gorgeous visuals, soundtrack, a…
## 7802                 RT @firepix515: Zero War Ahri Fortnite skin concept!\n\nTrapped in a world far from her home, and with little choice, Ahri joins the fight to…
## 7803          RT @ahrifoxlovers: K/DA on stage ⭐\nArtist: Sampan_昱小炮\nOn: Weibo\n---\nFollow my Instagram: https://t.co/yJCGPyldBt\n---\n#Ahri #Akali #Evelynn…
## 7804                           RT @_kyuyaa: In the name of the first star, I'll punish you!! ✨\n\n#leagueoflegends #lol #ahri @LoLegendsBR https://t.co/fK0HieXUv0
## 7805                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7806                                                                       RT @NIJISE_: Viego the Ruined King\n#LeagueOfLegends #viego #lol https://t.co/2hcLjFu32O
## 7807                   RT @GameOrNought: With Steam sale soon, can I recommend people check out League Of Legends The Ruined King? Gorgeous visuals, soundtrack, a…
## 7808                   RT @piixxelle_: We may be a week away from Christmas, but that doesn't mean you can't spend time with your OTHER family for our COMMUNITY G…
## 7809                   RT @briirouge: Happy Ahri-versary to my favorite Nine Tailed Vastaya🦊🎂 #LeagueOfLegends #leagueoflegendswildrift #wildrift #riotgames #riot…
## 7810                 RT @AlphantArt: Chibi Spirit Blossom Jinx!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #spiritblossom #jinx https://t.co/jq…
## 7811                                                           RT @Klanczek1: Black mist blanket, comfy and warm\n\n#Viego #LeagueOfLegends https://t.co/xagVOAIyOi
## 7812                 RT @KenApplepi: Happy birthday to my comfort character ❤️ \n\n{thread of all the times I've drawn her}\n#ahri #ArtofLegends #LeagueOfLegends #…
## 7813                        RT @Ahrilicious: drew this in anticipation of her ASU🫡 #ahri #artoflegends #leagueoflegends #spiritblossom #lol https://t.co/huao0WNo8b
## 7814                RT @NIJISE_: Jinx First Blood\n\nthis is the first released design of my fan band\nThe drummer \n#jinx #LeagueOfLegends https://t.co/6sDpIKBDHp
## 7815                  RT @MechanicalVamp: Happy Birthday, Ahri!) Which Ahri is your favorite?\nMore Ahri here! Photosets are available for "One-time subscription"…
## 7816                RT @nymphahri: Happy birthday Ahri! 🦊💖\nCan we show her some love with 50 retweets? \nPh: solipsis79 (on IG)\n#LeagueOfLegends #ahri https://t…
## 7817                                RT @LuhualaArt: Portrait study\n#Ahri #LeagueOfLegends #artoflegends #digitalart #LeagueOfLegendsFanArt https://t.co/6pvK1zLlVQ
## 7818                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 7819                 RT @MEIz_uwu: Happy Birthday my love 🥹🫶\n\n#Ahri #LeagueOfLegends #LeagueOfLegendsFanart #LeagueOfLegendsArt #ArtofLegends https://t.co/FJigV…
## 7820                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7821                RT @Aoitama_yume: #LeagueOfLegends #LeagueOfLegendsFanArt #sett #Aphelios #Settphel #phelsett \n\nFirst time for drawing them xDDD \nI don’t k…
## 7822               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 7823                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7824            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7825                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7826                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7827                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7828                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7829                 RT @acelovesounds: Is @riotgames serious that there won't be any Rotating Game Mode at the end of the year, because ARAM update? \n\nWow, tha…
## 7830                 RT @Blobie_The_Blob: 💫Oh no Space Groove Evelynn is out of control !!💫😱\n.\n#LeagueOfLegends #LeagueOfLegendsFanArt #leagueoflegendsart #leag…
## 7831                                        RT @FanshaweFUEL: DONT RUN SHEN, COME BAAAAACK\n\n#ecac #finals #LeagueOfLegends  @ECAC_Esports https://t.co/xypzoaUOLP
## 7832                   RT @i4megistus: miss fortune sarah fortune fancam edit typa girl black pink league of legends lol mf #LeagueOfLegends #cblol #Qatar2022 htt…
## 7833                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7834                                                     RT @chuin01: #LeagueOfLegends #LoL #StarGuardian #ezreal\n\n🌠Star Guardian ezreal🌠 https://t.co/qZld45D0JC
## 7835                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7836                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 7837              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7838                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7839                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7840                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7841                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 7842                   RT @BemRems: back at it again  supposed to finish this on November 😂, crossover #10 November Mains #Evelynn #Nahidagenshinimpact #Kiriko #L…
## 7843                                                                                      RT @yoooeeeeeeeeee: #LeagueOfLegends\nTwin souls. https://t.co/nH7o20DQeD
## 7844            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7845                            RT @Phalanxus: Friend-zone, feat. Twisted Fate, Graves and Amumu\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/83LwWXdhWH
## 7846               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 7847                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7848                                  RT @SakuraArt8: Gwen when she unlocks level 6 first \n#GwenLoL #LeagueOfLegends #Doodle #ArtofLegends https://t.co/wHKHEZoOAx
## 7849                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7850            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7851              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7852                                            RT @_another_tina_: I enjoy drawing them being silly a lot\n\n.\n#LeagueOfLegends #riftgala https://t.co/YwoIwcA5KJ
## 7853                RT @EsportLegendsGG: Another Team announced their Roster for 2023.\nSee whos gonna play for Exel Esports at the LEC.\n\nFor more check our Web…
## 7854                   RT @piixxelle_: We may be a week away from Christmas, but that doesn't mean you can't spend time with your OTHER family for our COMMUNITY G…
## 7855                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7856                RT @GalloKikiriki: Formated my computer and lost all my brushes :´D.\nHave an sketch with a default pencil in the meantime.\n\n#Aphelios #Leag…
## 7857            RT @Cr0ssAir: Weekend ENFIN! GO NOCTURNE RANK! 😁  💪\n=&gt; https://t.co/0zC1zuQXQ8 \n#twitch #stream #twitchfr \n#twitchstreamers #streamerfr\n#Le…
## 7858                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7859                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7860                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7861                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7862                                             RT @mialoette: rakan will love to see her like that\n#xayah #leagueoflegends #artoflegends https://t.co/DpZ1hpu5Rt
## 7863                 RT @firepix515: Zero War Ahri Fortnite skin concept!\n\nTrapped in a world far from her home, and with little choice, Ahri joins the fight to…
## 7864               RT @golden8witch: There is only background left to finish!\n\nWithout watermark(+png) available on: https://t.co/Q0Aa0gG0vb\n\n#LeagueOfLegends…
## 7865                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7866                 RT @soap_ai: Short haired Lux this time! She’d definitely have a neat bob cut 🥰\n\n#LeagueOfLegends #artoflegends #lux #jinx https://t.co/b6P…
## 7867                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7868                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7869                                RT @blueberryskyuwu: Smooch ~ 🎇\n\nI tried my best ;; \n#settphel #aphelios #sett #LoL #leagueoflegends https://t.co/4QFbwolCgh
## 7870                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7871            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7872                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7873                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7874                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7875                RT @KylieSh60619580: Arcane is a yuri anime for me💖💖💖\n\nAll credits to the artist 👩‍🎨 \n\n#vi #caitlyn #LeagueOfLegends #yuriart #Acrane #coup…
## 7876                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7877                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7878            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7879                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 7880                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7881                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 7882                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7883                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7884                       RT @soap_ai: I saw this and I knew I had to make it lc\n\n#ArtofLegends #leagueoflegends #jinx #lux #lightcannon https://t.co/BY1ECgAM2s
## 7885                       RT @soap_ai: Crystal Rose x Gilded shenanigans\n\n#Artoflegends #LeagueOfLegends #ezreal #jinx #lux #lightcannon https://t.co/hRVCo6QmYA
## 7886                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7887                                                        RT @soap_ai: Oversized Sweater (1/2)\n#jinx #lux #artoflegends #leagueoflegends https://t.co/WcdntMlreS
## 7888                  RT @soap_ai: some more brainrot of oversized sweater jinx/lux please bear with me \n#jinx #lux #leagueoflegends #artoflegends https://t.co/Q…
## 7889               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 7890                  RT @LoLMemesBot: 2 minutes of searching for icons and a minute of paint.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfL…
## 7891                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7892                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7893                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7894            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7895            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7896            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7897                 RT @duxteh2: You want style? You've found her 💜🌺\n\n#artoflegends #LeagueOfLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/31RsoFA…
## 7898            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7899              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7900            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7901                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7902                                RT @blueberryskyuwu: Smooch ~ 🎇\n\nI tried my best ;; \n#settphel #aphelios #sett #LoL #leagueoflegends https://t.co/4QFbwolCgh
## 7903                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7904              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7905                 RT @blazordiffusion: League of Legends with Wings! 2/2 #stablediffusion #LeagueOfLegends #Angels \n\nhttps://t.co/TtaNVmWN7W https://t.co/URF…
## 7906                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7907                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7908                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7909              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7910                 RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…
## 7911                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7912                 RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…
## 7913                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7914                 RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…
## 7915               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 7916                                                   RT @morgiishere: Fast drawing of #senna from #leagueoflegends #leagueoflegendsfanart https://t.co/Kb4HGZ9DDP
## 7917                              RT @YoYusuke_: League players can't read?! TT\n\n#LeagueOfLegends \n#Overwatch2募集pc \n#ENVtuber #Vtuber https://t.co/7B2l3pudnW
## 7918            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7919                 RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…
## 7920            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7921                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7922                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7923            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7924                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7925                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7926            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7927                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7928                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7929                RT @starry_amari: "In the name of the Moon, we'll punish you!"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…
## 7930                                      RT @edelmaximoff: First game with this daddy and I got S and 3 honors????? #Sett #LeagueofLegends https://t.co/JGUeNcdER0
## 7931                   RT @esaatrw: i was trying to make kai'sa look cooler than her original design... #fanart #LeagueOfLegends #kaisa #WildRift https://t.co/Bhv…
## 7932            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7933                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 7934                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7935                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7936            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7937              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7938              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7939                  RT @Og_Rozen: I think they’re kinda cute~\n#seraphine #Zeri #zeriphine #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt https://t.co/FC…
## 7940               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7941                   RT @TheRight57: I get this two days ago leveling a new acc playing Singed, the more fruitful toxicity in league in this preseason  :DDDD  #…
## 7942            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7943                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7944            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7945            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7946               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7947               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 7948                   RT @shahs1221: It's the Last Drop gang, y'all! #arcane #ArcaneArt #Silco #jinx #sevika #lol #LeagueOfLegends #LeagueOfLegendsFanArt #digita…
## 7949                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7950                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7951                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7952                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7953                            RT @RockLoveJewelry: Do you game? 🎮 #LeagueofLegends X RockLove Coven restocked: https://t.co/mSK5lSxKo1 🖤🔮 https://t.co/z0tMw2CefF
## 7954                 RT @blazordiffusion: League of Legends with Wings! 1/2 #stablediffusion #LeagueOfLegends #Angels \n\nhttps://t.co/TtaNVmWN7W https://t.co/JiB…
## 7955                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7956                  RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…
## 7957                                                                           RT @sasayurie_: Today os jinx from Arcane \n#leagueoflegends https://t.co/XMAomeYFz0
## 7958                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 7959                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 7960               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 7961            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7962               RT @golden8witch: There is only background left to finish!\n\nWithout watermark(+png) available on: https://t.co/Q0Aa0gG0vb\n\n#LeagueOfLegends…
## 7963                 RT @LiliDrawsT: Here's you go~!\nMy first attempt at chibi-ing. 😊\n\nReally the trick is to nail the right crazy proportions chibis are known…
## 7964                  RT @entgrove: NEW VIDEO UP! ZAUN!!🧪\n\nJoin me on our journey through the map of #runeterra as we learn the lore of #LeagueOfLegends and the…
## 7965                                                                           RT @sasayurie_: Today os jinx from Arcane \n#leagueoflegends https://t.co/XMAomeYFz0
## 7966                  RT @marcosuchima: Pool Party Sett, Braum and Aphelios chillin while hot tub streaming!! 🍹🌺\nThank you for joining my art stream, hope you li…
## 7967            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7968            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7969                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7970                  RT @entgrove: NEW VIDEO UP! ZAUN!!🧪\n\nJoin me on our journey through the map of #runeterra as we learn the lore of #LeagueOfLegends and the…
## 7971                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7972                 RT @jason_xiaojie: girl with a chanel pearl earing——draw by random poor boy\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/sMHvDYBKaf
## 7973            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7974                                              RT @oheyspun: A little preview for tomorrows video. \n\n#riotmmo #leagueoflegends #mmorpg https://t.co/9RazaQea7T
## 7975             RT @paukshop: Spy X Family X Star Walkin\n\nI made a Spy x Family edit inspired by the 2022 League Worlds Song! \n\n#SPY_FAMILY #SPYxFamily #スパ…
## 7976                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7977              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7978            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7979                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7980                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7981                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7982                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7983                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7984                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7985                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7986                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7987                                                                                 RT @MielaInk: only one more\n\n#xayah #LeagueOfLegends https://t.co/Md2xTKKZn5
## 7988                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7989                              RT @YoYusuke_: League players can't read?! TT\n\n#LeagueOfLegends \n#Overwatch2募集pc \n#ENVtuber #Vtuber https://t.co/7B2l3pudnW
## 7990                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7991                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7992                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7993                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7994            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7995                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7996            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7997            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7998                                                     RT @Punbun_4Fun: them\n\n#sett #aphelios #settphel #spiritblossom #LeagueOfLegends https://t.co/pliRLXlM0l
## 7999                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8000                  RT @PurpleARTdude: After a long time... I finally finished this!! Moon guys vs sun guys 🌚🌝\n#ValorantArt #VALORANTfanart #VALORANT #LeagueOf…
## 8001                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8002                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8003            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8004                  RT @_smol_artist__: OPENING 5 SLOTS FOR JINX SKETCH COMMISSIONS\n#Jinx #commsopen #jinxlol #jinxarcane #arcane #LoL #LeagueOfLegends https:/…
## 8005                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8006                RT @starry_amari: "In the name of the Moon, we'll punish you!"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…
## 8007                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/6OHc7u…
## 8008                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8009                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8010                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8011                  RT @LoLMemesBot: They are husbands\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Apheli…
## 8012            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8013                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 8014            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8015                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8016                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8017            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8018                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8019                              RT @Rpikachu3: Man this skin is cool\n#ArenaofValor #LeagueOfLegends #mobilelegendsbangbang #FIFAWorldCup https://t.co/g3MhAXt2If
## 8020                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 8021                                                                        RT @iM7mdzz_: OKAAAAAAAAAAAAAAAAY LET'S GOO 🔥\n#LeagueOfLegends https://t.co/ZmC4vF7JN7
## 8022                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 8023                                                                            RT @vatheja: #evelynn Doodle for tonight!💕 #LeagueOfLegends https://t.co/6OsqkZFXBJ
## 8024                                                     RT @vatheja: Doodle of Bewitching #cassiopeia 🤍 ill pass out now! #LeagueOfLegends https://t.co/QaSBPwjN4R
## 8025                                     RT @vatheja: More art of #evelynn i did since yall liked the last piece so much!💕 #LeagueOfLegends https://t.co/TnWWSzFj4c
## 8026                                                                RT @vatheja: Lil thing of #evelynn for today💕 :)) #KDA #leagueoflegends https://t.co/YGkLULz5yq
## 8027                                                     RT @Onezeroisten: welcome home Yasuo, dinners ready\n#yone #yasuo #LeagueOfLegends https://t.co/rnpndoIzkV
## 8028                                                         RT @vatheja: doodle of #ahri 💕 Been feeling really tired #kda #LeagueOfLegends https://t.co/8Wc1Ebo2oK
## 8029            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8030                                                                         RT @vatheja: Doodle of #jinx for Christmas :) #LeagueOfLegends https://t.co/ZjmSe8C22L
## 8031                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8032                   RT @doctor_poro: NEW ROD of AGES on TAHM KENCH? 2023 build\nhttps://t.co/zovuckiKkg\n\n#leagueoflegends #gaming #lol https://t.co/s0sb77skrz
## 8033                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8034                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8035                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8036                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8037                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 8038                                                                                         RT @Pradox___: En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G
## 8039                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 8040                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8041                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8042                   RT @skyglubs: Remember my almost Kat penta 😭#LeagueOfLegends #Vtuber #pngtuber #VTuberUprising #vtubersupport #vtuberclips https://t.co/PUF…
## 8043                   RT @shahs1221: It's the Last Drop gang, y'all! #arcane #ArcaneArt #Silco #jinx #sevika #lol #LeagueOfLegends #LeagueOfLegendsFanArt #digita…
## 8044                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8045            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8046                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8047                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 8048                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8049            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8050               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 8051                                 RT @HyuckXBT: 6 Kills “Savage” To end the game back to back in #LeagueOfLegends #mobilelegendsbangbang https://t.co/oMztB4I3Fw
## 8052            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8053                 RT @antra16092: Vel'koz ruined come for corrupt Frejlord. \nKnowledge through... disintegration. \n#LeagueOfLegends #3dmodeling  #blendercycl…
## 8054                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8055            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8056                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 8057            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8058                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #mid #finish #gg #swain #support #late #game #power #gamer…
## 8059                  RT @DarunaKom: I'm excited to play this game.🤗🤗🤗 #LeagueofLegends #GuardiãsEstelares #GuardianasEstelares #TransformaTuDestino \nOriginal: a…
## 8060               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 8061                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8062            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8063                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8064               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 8065               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 8066            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8067                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 8068                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8069            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8070            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8071                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8072            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8073                                                    RT @Spiny0ctopus: #ArtofLegends #Leagueoflegends\nIsolde (and a shitty Kevin donut) https://t.co/qsXhc0NWG2
## 8074                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8075                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8076                 RT @blazordiffusion: League of Legends with Wings! 1/2 #stablediffusion #LeagueOfLegends #Angels \n\nhttps://t.co/TtaNVmWN7W https://t.co/JiB…
## 8077                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8078                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8079                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8080                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 8081                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8082                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8083            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8084                   RT @o_oleu: Day 31 of #skintober Fright Night Kindred… “Another life extinguishes” #LeagueOfLegends #ArtofLegends #kindred https://t.co/HFF…
## 8085                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8086                              RT @ClinoraWarrior: Insane Dodge and 1v2 Ct Play! #shorts #gameplay #leagueoflegends #yone #gaming #trend https://t.co/eAORYIbi5H
## 8087                 RT @RivenStore: Who remembers that?\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lo…
## 8088                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8089                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8090                       RT @soap_ai: I saw this and I knew I had to make it lc\n\n#ArtofLegends #leagueoflegends #jinx #lux #lightcannon https://t.co/BY1ECgAM2s
## 8091                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8092             RT @paukshop: Spy X Family X Star Walkin\n\nI made a Spy x Family edit inspired by the 2022 League Worlds Song! \n\n#SPY_FAMILY #SPYxFamily #スパ…
## 8093                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8094                    RT @LOLegendsMemes: EPIC RAP BATTLES OF LEAGUE OF LEGENDS | ZIGGS VS. MR BEEEEAAAAST!!!!!!! #LeagueOfLegends #Memes https://t.co/W2oScQWut0
## 8095                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8096               RT @MistressNyxVA: I'm LIVE on Twitch! Playing League of Legends\n\nhttps://t.co/RAMnRORPfh\n\n#Twitch #LIVE #Gaming #VoiceActor #Streamer #Aff…
## 8097            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8098                                                          RT @cchocolace: Boyfriend tee 🧡\n#StarGuardian #xayah #rakan #LeagueOfLegends https://t.co/ilhikkBQ56
## 8099                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8100                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8101                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 8102            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8103                                              RT @MielaInk: just an idea \n\n#xayah #LeagueOfLegendsFanArt #LeagueOfLegends #SPY_FAMILY https://t.co/SDWVEBPnee
## 8104             RT @AsaiOreo: #LeagueOfLegends #LeagueOfLegendsFanArt  #ArtofLegends #xayah #rakan \n✦ ARCANA ✦ Xayah &amp; Rakan\nWe were fated to meet cuz we a…
## 8105                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 8106                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8107                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8108                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 8109                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8110            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8111                 RT @moonimu_art: Version two of the Mythmaker Irelia, the upcoming Legendary skin for Irelia.\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Lea…
## 8112            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8113               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 8114               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 8115               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 8116                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 8117            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8118            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8119                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8120               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 8121                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8122                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 8123            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8124                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8125                RT @HibikuSan: Battle Academia Katarina Leauge of legends FanArt \n\nHope u like it 💙\n#LeagueOfLegends  #ArtOfLegends #Katarina #battleacadem…
## 8126            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8127            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8128                                RT @blueberryskyuwu: Smooch ~ 🎇\n\nI tried my best ;; \n#settphel #aphelios #sett #LoL #leagueoflegends https://t.co/4QFbwolCgh
## 8129                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8130                   RT @legaldumpling: ”A world that would rob me of beauty is a world that deserves destruction.” #Viego #ArtofLegends #LeagueOfLegends #Senna…
## 8131                      RT @FanshaweFUEL: Fanshawe gets first blood on game 5, LETS GOOOO\n\n#ECAC #FINALS #LEAGUEOFLEGENDS @ECAC_Esports https://t.co/5LDOu5iSCL
## 8132                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8133                                                                                   RT @digighost666: what in the fuck\n#LeagueOfLegends https://t.co/4yGORzx5Zo
## 8134                 RT @ChimeGF: Hey there , I'm a graphic designer currently looking to do commissions !  \n\nI can do any style but like to work with character…
## 8135            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8136                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8137                    RT @J0ker_LoL: Odyssey Kayn wallpaper that the amazing @LadyOfValyria wanted to gift to a friend❤️ I really love doing these wallpapers! As…
## 8138                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8139                  RT @WolfdawgArt: Fiddlewicks, update to an older Warwick/fiddle mashup concept \n#LeagueOfLegends #fanart #conceptart https://t.co/bjFoYEhyrM
## 8140               RT @the_string_king: #1 of a spooky set 🎃\n\ngwen and viego discover trick-or-treating!\n\n#artoflegends #LeagueOfLegends #LeagueOfLegendsFanAr…
## 8141               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 8142                           RT @malnourishd1: Tried some new tutorials\n#ahri #LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends https://t.co/bASpkXbzDV
## 8143                           RT @malnourishd1: Tried some new tutorials\n#ahri #LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends https://t.co/bASpkXbzDV
## 8144                  RT @WolfdawgArt: Fiddlewicks, update to an older Warwick/fiddle mashup concept \n#LeagueOfLegends #fanart #conceptart https://t.co/bjFoYEhyrM
## 8145                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8146                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8147                  RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…
## 8148                  RT @Piscina45512997: #LeagueOfLegends #LeagueOfLegendsfanart #Syndra #Zed\nSpirit Blossom Zed x Syndra\nI went through a lot of difficulties…
## 8149            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8150              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 8151                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8152                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8153                RT @LoLMemesBot: Save smite for camps, rift herald, or dragon? ❌ Save smite for cannon? ✅\n#memes #meme #funny #lol #leagueoflegends #Arcane…
## 8154                            RT @RockLoveJewelry: Do you game? 🎮 #LeagueofLegends X RockLove Coven restocked: https://t.co/mSK5lSxKo1 🖤🔮 https://t.co/z0tMw2CefF
## 8155            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8156                                RT @blueberryskyuwu: Smooch ~ 🎇\n\nI tried my best ;; \n#settphel #aphelios #sett #LoL #leagueoflegends https://t.co/4QFbwolCgh
## 8157            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8158                 RT @blazordiffusion: League of Legends with Wings! 1/2 #stablediffusion #LeagueOfLegends #Angels \n\nhttps://t.co/TtaNVmWN7W https://t.co/JiB…
## 8159                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8160                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8161                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 8162                   RT @_chaosqueen1: Where are my league of legends and RuneScape players? 🎮🎮https://t.co/j51EAyA6aj #LeagueOfLegends #runescape #twitchstream…
## 8163                  RT @WolfdawgArt: KDA Rek'Sai, this was a lot of fun, will never not enjoy the shiny.\n#LeagueOfLegends #kda #fanart #conceptart https://t.co…
## 8164                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 8165                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8166                                                                           RT @BonniieA: Mythmaker Irelia 🖤\n\n#Irelia #LeagueOfLegends https://t.co/WBo2ZEDFT8
## 8167                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 8168                  RT @AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming #LeagueOfLegends #…
## 8169                                                              RT @PrimaVeraArt19: Dean’s assistant \n\n#arcane #LeagueOfLegends #Viktor https://t.co/pmGVgmaBBN
## 8170                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8171                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8172                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8173                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8174                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8175                                                                                         RT @Pradox___: En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G
## 8176               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 8177                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8178                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 8179                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8180                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8181                RT @NeoNa_Gloom_ART: NEW: Coven Bel’Veth\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Morgana #B…
## 8182                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8183                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8184                   RT @MimicuteVT: Going live shortly trying out how League runs for stream right now! Playing some Arams, Norms or TFT #Vtuber #VtuberEN #Lea…
## 8185            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8186                                                                            RT @SkinSpotlights: Coven Evelynn VO! https://t.co/7CNuJoUx4y #PBE #LeagueOfLegends
## 8187               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 8188                                                                          RT @SkinSpotlights: Blood Moon Evelynn! #PBE #LeagueOfLegends https://t.co/AbGDgJ7BOi
## 8189                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8190            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8191                  RT @AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming #LeagueOfLegends #…
## 8192                  RT @AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming #LeagueOfLegends #…
## 8193                  RT @AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming #LeagueOfLegends #…
## 8194                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8195                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8196                 RT @duxteh2: You want style? You've found her 💜🌺\n\n#artoflegends #LeagueOfLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/31RsoFA…
## 8197                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8198                RT @TagAnimationz: The Queen in the shadows\n\n#leblanc #teaser #ArtofLegends \n#LeagueOfLegends #LeagueOfLegendsFanArt #leaguetwt https://t.c…
## 8199                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8200                   RT @HorusEsports1: Elmillor Korean Flash #LeagueofLegends #LeagueoflegendsEspañol #Elmillor #Elmillorclips #failflash #HorusEsports #fyp ht…
## 8201                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8202                  RT @LoLMemesBot: Beauty fades, Faker stays....\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #…
## 8203            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8204                  RT @LoLMemesBot: Beauty fades, Faker stays....\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #…
## 8205            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8206                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8207                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8208                              RT @PirateInvicta: Akali and Kai’sa are happy and in love right…? RIGHT??? #ArtofLegends #LeagueOfLegends https://t.co/oqww9kbV0K
## 8209                   RT @HorusEsports1: Elmillor Korean Flash #LeagueofLegends #LeagueoflegendsEspañol #Elmillor #Elmillorclips #failflash #HorusEsports #fyp ht…
## 8210                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8211                   RT @_chaosqueen1: Where are my league of legends and RuneScape players? 🎮🎮https://t.co/j51EAyA6aj #LeagueOfLegends #runescape #twitchstream…
## 8212                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8213            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8214                                                            RT @21stCentryIdeot: When you're being nice again in #LeagueofLegends #TFT. https://t.co/dL3mwgURO0
## 8215            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8216                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #ashe #queen #bot #tripple #swain #gg #game #gaming #gamer…
## 8217                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8218                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8219                  RT @Piscina45512997: #LeagueOfLegends #LeagueOfLegendsfanart #Syndra #Zed\nSpirit Blossom Zed x Syndra\nI went through a lot of difficulties…
## 8220                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8221                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 8222            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8223            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8224                                                               RT @MikaHeartt: Repainting stuff\n#Irelia #ArtOfLegends #LeagueOfLegends https://t.co/KN0YrvotiC
## 8225                  RT @xwefoo: New version of the last night theme didn't fit to well after some days\n Bevel and sub division was off i ll check those sharp e…
## 8226                                                                         RT @vatheja: Doodle of #jinx for Christmas :) #LeagueOfLegends https://t.co/ZjmSe8C22L
## 8227                                                                          RT @PirateInvicta: Yes captain #LeagueOfLegends #ArtofLegends https://t.co/N0SauuTACZ
## 8228               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 8229                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8230                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8231                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 8232            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8233                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8234            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8235                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8236                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 8237                  RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…
## 8238                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8239               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 8240                                                                          RT @LOLegendsMemes: They are husbands #LeagueOfLegends #Memes https://t.co/ymCmnG9GRm
## 8241                                                                     RT @Samandriade: Du Couteau gang is coming!\n#WIP #LeagueOfLegends https://t.co/0NmpRdsrE8
## 8242                   RT @NsNapk1: At last, he can finally hear something that aren't the screams of the damned or the Maiden rambling in his ear. It's a nice ch…
## 8243            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8244            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8245                                                     RT @soap_ai: Littol Lightcannon\n#LeagueOfLegends #artoflegends #jinx #lux #arcane https://t.co/yvkfplRZ7f
## 8246               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 8247                   RT @soap_ai: Jinx the homophobic homosexual \n#leagueoflegends #artoflegends #jinx #lux #lightcannon #caitvi #arcane https://t.co/PW3h696Ye8
## 8248                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8249                      RT @soap_ai: You are someone I have loved but never known\n#leagueoflegends #ArtofLegends #Jinx #Lux #lightcannon https://t.co/FD2mtpX7ss
## 8250                RT @ScytheofSeraph: Hello fellow summoners! 😳\nWe are looking for new players to compete in our #LeagueofLegends team. \n😎 Top\n🏹 Bot\n⛑️ Suppo…
## 8251                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8252                                                                     RT @Samandriade: Du Couteau gang is coming!\n#WIP #LeagueOfLegends https://t.co/0NmpRdsrE8
## 8253            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8254                               RT @soap_ai: It was funnier in my head\n\n#ArtofLegends #LeagueOfLegends #lightcannon #jinx #lux #arcane https://t.co/nPHYNzMuLD
## 8255                   RT @soap_ai: thing i had to get outta my head\n#lightcannon #jinx #lux #silco #arcane #ArtofLegends #LeagueOfLegends https://t.co/dI4KOjSrgW
## 8256                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8257                                                  RT @soap_ai: shitposting hours #jinx #lux #lightcannon #leagueoflegends #ArtofLegends https://t.co/EXTuqKRJGv
## 8258                 RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…
## 8259            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8260                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8261               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 8262               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 8263                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8264                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 8265                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8266                  RT @LoLMemesBot: Or when I'm literally ON MY WAY and the team jumps in a bad 4v5\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #L…
## 8267            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8268                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 8269                 RT @fandifi: Video Game Logic 😅\n\n#gaming #skyrim #esports #esport #esportsteam #twitch #valorant #leagueoflegends #overwatch #csgo #apexleg…
##                  created isRetweet
## 1    2022-12-21 23:58:41      TRUE
## 2    2022-12-21 23:57:58      TRUE
## 3    2022-12-21 23:57:28      TRUE
## 4    2022-12-21 23:57:05      TRUE
## 5    2022-12-21 23:56:40      TRUE
## 6    2022-12-21 23:56:23      TRUE
## 7    2022-12-21 23:56:09      TRUE
## 8    2022-12-21 23:56:03      TRUE
## 9    2022-12-21 23:55:59      TRUE
## 10   2022-12-21 23:54:43      TRUE
## 11   2022-12-21 23:54:20      TRUE
## 12   2022-12-21 23:54:19      TRUE
## 13   2022-12-21 23:54:12      TRUE
## 14   2022-12-21 23:54:11      TRUE
## 15   2022-12-21 23:53:39      TRUE
## 16   2022-12-21 23:53:34      TRUE
## 17   2022-12-21 23:53:16      TRUE
## 18   2022-12-21 23:52:14      TRUE
## 19   2022-12-21 23:52:03      TRUE
## 20   2022-12-21 23:50:50      TRUE
## 21   2022-12-21 23:50:11      TRUE
## 22   2022-12-21 23:49:35      TRUE
## 23   2022-12-21 23:48:48      TRUE
## 24   2022-12-21 23:48:43      TRUE
## 25   2022-12-21 23:47:57      TRUE
## 26   2022-12-21 23:47:50      TRUE
## 27   2022-12-21 23:45:51      TRUE
## 28   2022-12-21 23:45:25      TRUE
## 29   2022-12-21 23:45:18      TRUE
## 30   2022-12-21 23:45:16      TRUE
## 31   2022-12-21 23:45:06      TRUE
## 32   2022-12-21 23:44:56      TRUE
## 33   2022-12-21 23:44:17      TRUE
## 34   2022-12-21 23:44:13      TRUE
## 35   2022-12-21 23:43:50      TRUE
## 36   2022-12-21 23:43:33      TRUE
## 37   2022-12-21 23:42:13      TRUE
## 38   2022-12-21 23:39:59      TRUE
## 39   2022-12-21 23:39:52      TRUE
## 40   2022-12-21 23:36:43      TRUE
## 41   2022-12-21 23:36:21      TRUE
## 42   2022-12-21 23:36:20      TRUE
## 43   2022-12-21 23:36:14      TRUE
## 44   2022-12-21 23:34:56      TRUE
## 45   2022-12-21 23:34:36      TRUE
## 46   2022-12-21 23:34:36      TRUE
## 47   2022-12-21 23:33:20      TRUE
## 48   2022-12-21 23:32:33      TRUE
## 49   2022-12-21 23:32:17      TRUE
## 50   2022-12-21 23:32:13      TRUE
## 51   2022-12-21 23:30:28      TRUE
## 52   2022-12-21 23:30:20      TRUE
## 53   2022-12-21 23:29:57      TRUE
## 54   2022-12-21 23:29:24      TRUE
## 55   2022-12-21 23:29:23      TRUE
## 56   2022-12-21 23:28:31      TRUE
## 57   2022-12-21 23:27:19      TRUE
## 58   2022-12-21 23:26:38      TRUE
## 59   2022-12-21 23:26:20      TRUE
## 60   2022-12-21 23:26:00      TRUE
## 61   2022-12-21 23:25:19      TRUE
## 62   2022-12-21 23:24:39      TRUE
## 63   2022-12-21 23:21:51      TRUE
## 64   2022-12-21 23:21:10      TRUE
## 65   2022-12-21 23:20:53      TRUE
## 66   2022-12-21 23:19:54      TRUE
## 67   2022-12-21 23:19:45      TRUE
## 68   2022-12-21 23:19:32      TRUE
## 69   2022-12-21 23:18:32      TRUE
## 70   2022-12-21 23:18:25      TRUE
## 71   2022-12-21 23:18:07      TRUE
## 72   2022-12-21 23:17:30      TRUE
## 73   2022-12-21 23:17:24      TRUE
## 74   2022-12-21 23:17:23      TRUE
## 75   2022-12-21 23:17:20      TRUE
## 76   2022-12-21 23:17:04      TRUE
## 77   2022-12-21 23:16:26      TRUE
## 78   2022-12-21 23:16:24      TRUE
## 79   2022-12-21 23:16:19      TRUE
## 80   2022-12-21 23:15:54      TRUE
## 81   2022-12-21 23:15:32      TRUE
## 82   2022-12-21 23:15:21      TRUE
## 83   2022-12-21 23:15:10      TRUE
## 84   2022-12-21 23:15:10      TRUE
## 85   2022-12-21 23:14:32      TRUE
## 86   2022-12-21 23:13:56      TRUE
## 87   2022-12-21 23:13:32      TRUE
## 88   2022-12-21 23:13:23      TRUE
## 89   2022-12-21 23:13:02      TRUE
## 90   2022-12-21 23:12:42      TRUE
## 91   2022-12-21 23:12:40      TRUE
## 92   2022-12-21 23:12:30      TRUE
## 93   2022-12-21 23:12:16      TRUE
## 94   2022-12-21 23:11:45      TRUE
## 95   2022-12-21 23:11:42      TRUE
## 96   2022-12-21 23:11:26      TRUE
## 97   2022-12-21 23:10:24      TRUE
## 98   2022-12-21 23:10:06      TRUE
## 99   2022-12-21 23:09:20      TRUE
## 100  2022-12-21 23:09:03      TRUE
## 101  2022-12-21 23:08:58      TRUE
## 102  2022-12-21 23:08:43      TRUE
## 103  2022-12-21 23:08:32      TRUE
## 104  2022-12-21 23:08:25      TRUE
## 105  2022-12-21 23:08:14      TRUE
## 106  2022-12-21 23:08:09      TRUE
## 107  2022-12-21 23:07:34      TRUE
## 108  2022-12-21 23:07:33      TRUE
## 109  2022-12-21 23:07:17      TRUE
## 110  2022-12-21 23:05:40      TRUE
## 111  2022-12-21 23:04:04      TRUE
## 112  2022-12-21 23:03:40      TRUE
## 113  2022-12-21 23:02:33      TRUE
## 114  2022-12-21 23:02:33      TRUE
## 115  2022-12-21 23:02:26      TRUE
## 116  2022-12-21 23:02:24      TRUE
## 117  2022-12-21 23:02:08      TRUE
## 118  2022-12-21 23:01:44      TRUE
## 119  2022-12-21 23:01:19      TRUE
## 120  2022-12-21 23:00:39      TRUE
## 121  2022-12-21 23:00:06      TRUE
## 122  2022-12-21 22:59:12      TRUE
## 123  2022-12-21 22:58:59      TRUE
## 124  2022-12-21 22:58:43      TRUE
## 125  2022-12-21 22:58:28      TRUE
## 126  2022-12-21 22:58:21      TRUE
## 127  2022-12-21 22:58:14      TRUE
## 128  2022-12-21 22:58:05      TRUE
## 129  2022-12-21 22:57:16      TRUE
## 130  2022-12-21 22:56:50      TRUE
## 131  2022-12-21 22:56:09      TRUE
## 132  2022-12-21 22:55:23      TRUE
## 133  2022-12-21 22:55:06      TRUE
## 134  2022-12-21 22:54:55      TRUE
## 135  2022-12-21 22:54:13      TRUE
## 136  2022-12-21 22:53:45      TRUE
## 137  2022-12-21 22:53:39      TRUE
## 138  2022-12-21 22:53:33      TRUE
## 139  2022-12-21 22:53:30      TRUE
## 140  2022-12-21 22:53:23      TRUE
## 141  2022-12-21 22:51:58      TRUE
## 142  2022-12-21 22:51:57      TRUE
## 143  2022-12-21 22:50:21      TRUE
## 144  2022-12-21 22:49:53      TRUE
## 145  2022-12-21 22:49:20      TRUE
## 146  2022-12-21 22:49:16      TRUE
## 147  2022-12-21 22:48:51      TRUE
## 148  2022-12-21 22:48:45      TRUE
## 149  2022-12-21 22:48:27      TRUE
## 150  2022-12-21 22:47:24      TRUE
## 151  2022-12-21 22:47:03      TRUE
## 152  2022-12-21 22:46:02      TRUE
## 153  2022-12-21 22:46:02      TRUE
## 154  2022-12-21 22:45:51      TRUE
## 155  2022-12-21 22:45:46      TRUE
## 156  2022-12-21 22:45:44      TRUE
## 157  2022-12-21 22:44:48      TRUE
## 158  2022-12-21 22:44:09      TRUE
## 159  2022-12-21 22:43:49      TRUE
## 160  2022-12-21 22:43:48      TRUE
## 161  2022-12-21 22:43:06      TRUE
## 162  2022-12-21 22:42:37      TRUE
## 163  2022-12-21 22:42:30      TRUE
## 164  2022-12-21 22:42:23      TRUE
## 165  2022-12-21 22:41:44      TRUE
## 166  2022-12-21 22:41:21      TRUE
## 167  2022-12-21 22:40:58      TRUE
## 168  2022-12-21 22:40:57      TRUE
## 169  2022-12-21 22:40:55      TRUE
## 170  2022-12-21 22:40:53      TRUE
## 171  2022-12-21 22:40:17      TRUE
## 172  2022-12-21 22:39:29      TRUE
## 173  2022-12-21 22:39:27      TRUE
## 174  2022-12-21 22:39:25      TRUE
## 175  2022-12-21 22:39:16      TRUE
## 176  2022-12-21 22:38:27      TRUE
## 177  2022-12-21 22:38:14      TRUE
## 178  2022-12-21 22:38:12      TRUE
## 179  2022-12-21 22:38:11      TRUE
## 180  2022-12-21 22:38:00      TRUE
## 181  2022-12-21 22:37:32      TRUE
## 182  2022-12-21 22:37:10      TRUE
## 183  2022-12-21 22:36:40      TRUE
## 184  2022-12-21 22:36:37      TRUE
## 185  2022-12-21 22:36:32      TRUE
## 186  2022-12-21 22:36:14      TRUE
## 187  2022-12-21 22:35:54      TRUE
## 188  2022-12-21 22:35:31      TRUE
## 189  2022-12-21 22:35:15      TRUE
## 190  2022-12-21 22:35:02      TRUE
## 191  2022-12-21 22:34:38      TRUE
## 192  2022-12-21 22:34:34      TRUE
## 193  2022-12-21 22:33:46      TRUE
## 194  2022-12-21 22:33:26      TRUE
## 195  2022-12-21 22:32:05      TRUE
## 196  2022-12-21 22:31:44      TRUE
## 197  2022-12-21 22:31:40      TRUE
## 198  2022-12-21 22:31:11      TRUE
## 199  2022-12-21 22:30:34      TRUE
## 200  2022-12-21 22:30:16      TRUE
## 201  2022-12-21 22:29:59      TRUE
## 202  2022-12-21 22:29:43      TRUE
## 203  2022-12-21 22:29:10      TRUE
## 204  2022-12-21 22:28:59      TRUE
## 205  2022-12-21 22:28:46      TRUE
## 206  2022-12-21 22:28:42      TRUE
## 207  2022-12-21 22:28:35      TRUE
## 208  2022-12-21 22:28:27      TRUE
## 209  2022-12-21 22:27:40      TRUE
## 210  2022-12-21 22:27:18      TRUE
## 211  2022-12-21 22:27:01      TRUE
## 212  2022-12-21 22:26:56      TRUE
## 213  2022-12-21 22:26:06      TRUE
## 214  2022-12-21 22:26:04      TRUE
## 215  2022-12-21 22:25:16      TRUE
## 216  2022-12-21 22:25:06      TRUE
## 217  2022-12-21 22:24:53      TRUE
## 218  2022-12-21 22:24:49      TRUE
## 219  2022-12-21 22:23:50      TRUE
## 220  2022-12-21 22:23:35      TRUE
## 221  2022-12-21 22:23:35      TRUE
## 222  2022-12-21 22:23:27      TRUE
## 223  2022-12-21 22:23:19      TRUE
## 224  2022-12-21 22:23:11      TRUE
## 225  2022-12-21 22:22:53      TRUE
## 226  2022-12-21 22:21:36      TRUE
## 227  2022-12-21 22:21:14      TRUE
## 228  2022-12-21 22:20:50      TRUE
## 229  2022-12-21 22:20:48      TRUE
## 230  2022-12-21 22:20:18      TRUE
## 231  2022-12-21 22:20:10      TRUE
## 232  2022-12-21 22:19:59      TRUE
## 233  2022-12-21 22:19:27      TRUE
## 234  2022-12-21 22:19:16      TRUE
## 235  2022-12-21 22:19:06      TRUE
## 236  2022-12-21 22:19:05      TRUE
## 237  2022-12-21 22:18:52      TRUE
## 238  2022-12-21 22:17:49      TRUE
## 239  2022-12-21 22:16:55      TRUE
## 240  2022-12-21 22:16:43      TRUE
## 241  2022-12-21 22:16:27      TRUE
## 242  2022-12-21 22:16:14      TRUE
## 243  2022-12-21 22:15:45      TRUE
## 244  2022-12-21 22:15:08      TRUE
## 245  2022-12-21 22:14:14      TRUE
## 246  2022-12-21 22:13:57      TRUE
## 247  2022-12-21 22:13:32      TRUE
## 248  2022-12-21 22:13:10      TRUE
## 249  2022-12-21 22:12:37      TRUE
## 250  2022-12-21 22:12:11      TRUE
## 251  2022-12-21 22:11:09      TRUE
## 252  2022-12-21 22:10:58      TRUE
## 253  2022-12-21 22:10:28      TRUE
## 254  2022-12-21 22:10:07      TRUE
## 255  2022-12-21 22:09:52      TRUE
## 256  2022-12-21 22:08:52      TRUE
## 257  2022-12-21 22:08:37      TRUE
## 258  2022-12-21 22:07:24      TRUE
## 259  2022-12-21 22:07:16      TRUE
## 260  2022-12-21 22:06:14      TRUE
## 261  2022-12-21 22:06:04      TRUE
## 262  2022-12-21 22:05:15      TRUE
## 263  2022-12-21 22:04:42      TRUE
## 264  2022-12-21 22:04:24      TRUE
## 265  2022-12-21 22:04:00      TRUE
## 266  2022-12-21 22:02:52      TRUE
## 267  2022-12-21 22:02:23      TRUE
## 268  2022-12-21 22:02:04      TRUE
## 269  2022-12-21 22:02:03      TRUE
## 270  2022-12-21 22:01:58      TRUE
## 271  2022-12-21 22:01:55      TRUE
## 272  2022-12-21 22:01:48      TRUE
## 273  2022-12-21 22:01:09      TRUE
## 274  2022-12-21 22:00:59      TRUE
## 275  2022-12-21 22:00:41      TRUE
## 276  2022-12-21 22:00:03      TRUE
## 277  2022-12-21 21:59:54      TRUE
## 278  2022-12-21 21:59:36      TRUE
## 279  2022-12-21 21:59:23      TRUE
## 280  2022-12-21 21:59:08      TRUE
## 281  2022-12-21 21:58:49      TRUE
## 282  2022-12-21 21:58:25      TRUE
## 283  2022-12-21 21:58:03      TRUE
## 284  2022-12-21 21:57:12      TRUE
## 285  2022-12-21 21:56:35      TRUE
## 286  2022-12-21 21:56:30      TRUE
## 287  2022-12-21 21:56:29      TRUE
## 288  2022-12-21 21:56:14      TRUE
## 289  2022-12-21 21:56:11      TRUE
## 290  2022-12-21 21:56:10      TRUE
## 291  2022-12-21 21:56:07      TRUE
## 292  2022-12-21 21:55:26      TRUE
## 293  2022-12-21 21:55:15      TRUE
## 294  2022-12-21 21:54:55      TRUE
## 295  2022-12-21 21:54:41      TRUE
## 296  2022-12-21 21:54:00      TRUE
## 297  2022-12-21 21:53:51      TRUE
## 298  2022-12-21 21:53:43      TRUE
## 299  2022-12-21 21:53:09      TRUE
## 300  2022-12-21 21:52:47      TRUE
## 301  2022-12-21 21:52:17      TRUE
## 302  2022-12-21 21:51:53      TRUE
## 303  2022-12-21 21:51:33      TRUE
## 304  2022-12-21 21:51:09      TRUE
## 305  2022-12-21 21:50:12      TRUE
## 306  2022-12-21 21:50:01      TRUE
## 307  2022-12-21 21:49:37      TRUE
## 308  2022-12-21 21:49:21      TRUE
## 309  2022-12-21 21:48:43      TRUE
## 310  2022-12-21 21:48:37      TRUE
## 311  2022-12-21 21:47:56      TRUE
## 312  2022-12-21 21:47:46      TRUE
## 313  2022-12-21 21:46:27      TRUE
## 314  2022-12-21 21:46:22      TRUE
## 315  2022-12-21 21:46:20      TRUE
## 316  2022-12-21 21:46:08      TRUE
## 317  2022-12-21 21:46:03      TRUE
## 318  2022-12-21 21:45:23      TRUE
## 319  2022-12-21 21:45:17      TRUE
## 320  2022-12-21 21:44:39      TRUE
## 321  2022-12-21 21:44:23      TRUE
## 322  2022-12-21 21:43:37      TRUE
## 323  2022-12-21 21:42:57      TRUE
## 324  2022-12-21 21:42:36      TRUE
## 325  2022-12-21 21:42:32      TRUE
## 326  2022-12-21 21:42:21      TRUE
## 327  2022-12-21 21:42:11      TRUE
## 328  2022-12-21 21:42:02      TRUE
## 329  2022-12-21 21:42:02      TRUE
## 330  2022-12-21 21:42:00      TRUE
## 331  2022-12-21 21:41:51      TRUE
## 332  2022-12-21 21:41:48      TRUE
## 333  2022-12-21 21:41:47      TRUE
## 334  2022-12-21 21:41:31      TRUE
## 335  2022-12-21 21:41:20      TRUE
## 336  2022-12-21 21:41:02      TRUE
## 337  2022-12-21 21:41:01      TRUE
## 338  2022-12-21 21:40:52      TRUE
## 339  2022-12-21 21:40:36      TRUE
## 340  2022-12-21 21:40:11      TRUE
## 341  2022-12-21 21:40:04      TRUE
## 342  2022-12-21 21:40:00      TRUE
## 343  2022-12-21 21:39:59      TRUE
## 344  2022-12-21 21:39:49      TRUE
## 345  2022-12-21 21:39:38      TRUE
## 346  2022-12-21 21:39:22      TRUE
## 347  2022-12-21 21:39:09      TRUE
## 348  2022-12-21 21:38:43      TRUE
## 349  2022-12-21 21:38:23      TRUE
## 350  2022-12-21 21:38:22      TRUE
## 351  2022-12-21 21:37:22      TRUE
## 352  2022-12-21 21:36:36      TRUE
## 353  2022-12-21 21:35:33      TRUE
## 354  2022-12-21 21:35:33      TRUE
## 355  2022-12-21 21:35:24      TRUE
## 356  2022-12-21 21:34:43      TRUE
## 357  2022-12-21 21:34:40      TRUE
## 358  2022-12-21 21:34:19      TRUE
## 359  2022-12-21 21:34:06      TRUE
## 360  2022-12-21 21:33:59      TRUE
## 361  2022-12-21 21:33:03      TRUE
## 362  2022-12-21 21:31:13      TRUE
## 363  2022-12-21 21:31:11      TRUE
## 364  2022-12-21 21:31:06      TRUE
## 365  2022-12-21 21:30:42      TRUE
## 366  2022-12-21 21:29:13      TRUE
## 367  2022-12-21 21:28:33      TRUE
## 368  2022-12-21 21:28:21      TRUE
## 369  2022-12-21 21:27:52      TRUE
## 370  2022-12-21 21:27:32      TRUE
## 371  2022-12-21 21:27:26      TRUE
## 372  2022-12-21 21:27:21      TRUE
## 373  2022-12-21 21:27:01      TRUE
## 374  2022-12-21 21:26:39      TRUE
## 375  2022-12-21 21:26:14      TRUE
## 376  2022-12-21 21:25:49      TRUE
## 377  2022-12-21 21:24:24      TRUE
## 378  2022-12-21 21:24:05      TRUE
## 379  2022-12-21 21:23:48      TRUE
## 380  2022-12-21 21:23:31      TRUE
## 381  2022-12-21 21:23:27      TRUE
## 382  2022-12-21 21:22:47      TRUE
## 383  2022-12-21 21:22:38      TRUE
## 384  2022-12-21 21:21:44      TRUE
## 385  2022-12-21 21:21:42      TRUE
## 386  2022-12-21 21:21:31      TRUE
## 387  2022-12-21 21:21:07      TRUE
## 388  2022-12-21 21:20:28      TRUE
## 389  2022-12-21 21:20:02      TRUE
## 390  2022-12-21 21:19:54      TRUE
## 391  2022-12-21 21:19:51      TRUE
## 392  2022-12-21 21:19:15      TRUE
## 393  2022-12-21 21:18:45      TRUE
## 394  2022-12-21 21:18:21      TRUE
## 395  2022-12-21 21:18:01      TRUE
## 396  2022-12-21 21:17:50      TRUE
## 397  2022-12-21 21:17:42      TRUE
## 398  2022-12-21 21:17:19      TRUE
## 399  2022-12-21 21:16:39      TRUE
## 400  2022-12-21 21:16:38      TRUE
## 401  2022-12-21 21:16:25      TRUE
## 402  2022-12-21 21:16:21      TRUE
## 403  2022-12-21 21:15:58      TRUE
## 404  2022-12-21 21:15:56      TRUE
## 405  2022-12-21 21:15:43      TRUE
## 406  2022-12-21 21:15:41      TRUE
## 407  2022-12-21 21:15:41      TRUE
## 408  2022-12-21 21:15:16      TRUE
## 409  2022-12-21 21:14:59      TRUE
## 410  2022-12-21 21:14:15      TRUE
## 411  2022-12-21 21:13:59      TRUE
## 412  2022-12-21 21:13:18      TRUE
## 413  2022-12-21 21:13:17      TRUE
## 414  2022-12-21 21:13:12      TRUE
## 415  2022-12-21 21:13:10      TRUE
## 416  2022-12-21 21:13:09      TRUE
## 417  2022-12-21 21:12:09      TRUE
## 418  2022-12-21 21:11:59      TRUE
## 419  2022-12-21 21:11:47      TRUE
## 420  2022-12-21 21:11:41      TRUE
## 421  2022-12-21 21:10:51      TRUE
## 422  2022-12-21 21:10:43      TRUE
## 423  2022-12-21 21:10:35      TRUE
## 424  2022-12-21 21:10:23      TRUE
## 425  2022-12-21 21:10:21      TRUE
## 426  2022-12-21 21:09:57      TRUE
## 427  2022-12-21 21:09:38      TRUE
## 428  2022-12-21 21:09:15      TRUE
## 429  2022-12-21 21:08:50      TRUE
## 430  2022-12-21 21:08:37      TRUE
## 431  2022-12-21 21:08:26      TRUE
## 432  2022-12-21 21:08:15      TRUE
## 433  2022-12-21 21:08:09      TRUE
## 434  2022-12-21 21:07:50      TRUE
## 435  2022-12-21 21:07:36      TRUE
## 436  2022-12-21 21:07:09      TRUE
## 437  2022-12-21 21:07:07      TRUE
## 438  2022-12-21 21:06:58      TRUE
## 439  2022-12-21 21:06:39      TRUE
## 440  2022-12-21 21:06:23      TRUE
## 441  2022-12-21 21:06:16      TRUE
## 442  2022-12-21 21:06:14      TRUE
## 443  2022-12-21 21:05:49      TRUE
## 444  2022-12-21 21:05:05      TRUE
## 445  2022-12-21 21:05:01      TRUE
## 446  2022-12-21 21:04:58      TRUE
## 447  2022-12-21 21:04:26      TRUE
## 448  2022-12-21 21:03:01      TRUE
## 449  2022-12-21 21:02:57      TRUE
## 450  2022-12-21 21:02:45      TRUE
## 451  2022-12-21 21:02:45      TRUE
## 452  2022-12-21 21:01:58      TRUE
## 453  2022-12-21 21:01:57      TRUE
## 454  2022-12-21 21:01:32      TRUE
## 455  2022-12-21 21:01:27      TRUE
## 456  2022-12-21 21:01:15      TRUE
## 457  2022-12-21 21:01:05      TRUE
## 458  2022-12-21 21:00:18      TRUE
## 459  2022-12-21 20:58:34      TRUE
## 460  2022-12-21 20:57:50      TRUE
## 461  2022-12-21 20:57:32      TRUE
## 462  2022-12-21 20:57:22      TRUE
## 463  2022-12-21 20:57:15      TRUE
## 464  2022-12-21 20:57:12      TRUE
## 465  2022-12-21 20:56:47      TRUE
## 466  2022-12-21 20:56:29      TRUE
## 467  2022-12-21 20:56:27      TRUE
## 468  2022-12-21 20:56:08      TRUE
## 469  2022-12-21 20:56:03      TRUE
## 470  2022-12-21 20:55:32      TRUE
## 471  2022-12-21 20:54:19      TRUE
## 472  2022-12-21 20:53:58      TRUE
## 473  2022-12-21 20:52:10      TRUE
## 474  2022-12-21 20:50:50      TRUE
## 475  2022-12-21 20:50:31      TRUE
## 476  2022-12-21 20:50:04      TRUE
## 477  2022-12-21 20:48:53      TRUE
## 478  2022-12-21 20:48:36      TRUE
## 479  2022-12-21 20:48:34      TRUE
## 480  2022-12-21 20:48:26      TRUE
## 481  2022-12-21 20:48:23      TRUE
## 482  2022-12-21 20:48:04      TRUE
## 483  2022-12-21 20:47:36      TRUE
## 484  2022-12-21 20:47:24      TRUE
## 485  2022-12-21 20:47:23      TRUE
## 486  2022-12-21 20:47:03      TRUE
## 487  2022-12-21 20:46:08      TRUE
## 488  2022-12-21 20:44:06      TRUE
## 489  2022-12-21 20:42:51      TRUE
## 490  2022-12-21 20:42:24      TRUE
## 491  2022-12-21 20:41:41      TRUE
## 492  2022-12-21 20:41:39      TRUE
## 493  2022-12-21 20:41:16      TRUE
## 494  2022-12-21 20:41:12      TRUE
## 495  2022-12-21 20:40:41      TRUE
## 496  2022-12-21 20:40:28      TRUE
## 497  2022-12-21 20:40:27      TRUE
## 498  2022-12-21 20:40:22      TRUE
## 499  2022-12-21 20:40:21      TRUE
## 500  2022-12-21 20:40:06      TRUE
## 501  2022-12-21 20:38:39      TRUE
## 502  2022-12-21 20:37:54      TRUE
## 503  2022-12-21 20:35:53      TRUE
## 504  2022-12-21 20:35:53      TRUE
## 505  2022-12-21 20:35:43      TRUE
## 506  2022-12-21 20:35:39      TRUE
## 507  2022-12-21 20:35:27      TRUE
## 508  2022-12-21 20:35:25      TRUE
## 509  2022-12-21 20:35:16      TRUE
## 510  2022-12-21 20:34:25      TRUE
## 511  2022-12-21 20:33:45      TRUE
## 512  2022-12-21 20:33:35      TRUE
## 513  2022-12-21 20:32:35      TRUE
## 514  2022-12-21 20:32:25      TRUE
## 515  2022-12-21 20:32:04      TRUE
## 516  2022-12-21 20:32:02      TRUE
## 517  2022-12-21 20:31:46      TRUE
## 518  2022-12-21 20:31:10      TRUE
## 519  2022-12-21 20:30:29      TRUE
## 520  2022-12-21 20:30:21      TRUE
## 521  2022-12-21 20:30:18      TRUE
## 522  2022-12-21 20:30:07      TRUE
## 523  2022-12-21 20:29:52      TRUE
## 524  2022-12-21 20:29:38      TRUE
## 525  2022-12-21 20:29:19      TRUE
## 526  2022-12-21 20:29:10      TRUE
## 527  2022-12-21 20:28:08      TRUE
## 528  2022-12-21 20:27:49      TRUE
## 529  2022-12-21 20:27:04      TRUE
## 530  2022-12-21 20:27:02      TRUE
## 531  2022-12-21 20:26:28      TRUE
## 532  2022-12-21 20:26:27      TRUE
## 533  2022-12-21 20:26:22      TRUE
## 534  2022-12-21 20:25:57      TRUE
## 535  2022-12-21 20:25:02      TRUE
## 536  2022-12-21 20:24:20      TRUE
## 537  2022-12-21 20:24:08      TRUE
## 538  2022-12-21 20:22:48      TRUE
## 539  2022-12-21 20:22:05      TRUE
## 540  2022-12-21 20:22:02      TRUE
## 541  2022-12-21 20:21:41      TRUE
## 542  2022-12-21 20:21:39      TRUE
## 543  2022-12-21 20:21:34      TRUE
## 544  2022-12-21 20:21:21      TRUE
## 545  2022-12-21 20:21:17      TRUE
## 546  2022-12-21 20:20:07      TRUE
## 547  2022-12-21 20:19:17      TRUE
## 548  2022-12-21 20:18:42      TRUE
## 549  2022-12-21 20:18:32      TRUE
## 550  2022-12-21 20:18:29      TRUE
## 551  2022-12-21 20:18:02      TRUE
## 552  2022-12-21 20:17:26      TRUE
## 553  2022-12-21 20:16:47      TRUE
## 554  2022-12-21 20:16:23      TRUE
## 555  2022-12-21 20:15:35      TRUE
## 556  2022-12-21 20:15:15      TRUE
## 557  2022-12-21 20:14:48      TRUE
## 558  2022-12-21 20:14:42      TRUE
## 559  2022-12-21 20:14:16      TRUE
## 560  2022-12-21 20:13:51      TRUE
## 561  2022-12-21 20:13:12      TRUE
## 562  2022-12-21 20:12:44      TRUE
## 563  2022-12-21 20:12:42      TRUE
## 564  2022-12-21 20:11:54      TRUE
## 565  2022-12-21 20:10:53      TRUE
## 566  2022-12-21 20:10:15      TRUE
## 567  2022-12-21 20:10:04      TRUE
## 568  2022-12-21 20:10:00      TRUE
## 569  2022-12-21 20:08:47      TRUE
## 570  2022-12-21 20:08:26      TRUE
## 571  2022-12-21 20:08:15      TRUE
## 572  2022-12-21 20:08:04      TRUE
## 573  2022-12-21 20:08:03      TRUE
## 574  2022-12-21 20:07:58      TRUE
## 575  2022-12-21 20:07:13      TRUE
## 576  2022-12-21 20:07:13      TRUE
## 577  2022-12-21 20:07:13      TRUE
## 578  2022-12-21 20:07:01      TRUE
## 579  2022-12-21 20:06:56      TRUE
## 580  2022-12-21 20:06:49      TRUE
## 581  2022-12-21 20:06:00      TRUE
## 582  2022-12-21 20:05:33      TRUE
## 583  2022-12-21 20:05:32      TRUE
## 584  2022-12-21 20:05:17      TRUE
## 585  2022-12-21 20:05:09      TRUE
## 586  2022-12-21 20:05:01      TRUE
## 587  2022-12-21 20:04:29      TRUE
## 588  2022-12-21 20:04:06      TRUE
## 589  2022-12-21 20:03:47      TRUE
## 590  2022-12-21 20:03:38      TRUE
## 591  2022-12-21 20:03:18      TRUE
## 592  2022-12-21 20:02:43      TRUE
## 593  2022-12-21 20:01:04      TRUE
## 594  2022-12-21 20:00:45      TRUE
## 595  2022-12-21 20:00:16      TRUE
## 596  2022-12-21 19:58:58      TRUE
## 597  2022-12-21 19:58:53      TRUE
## 598  2022-12-21 19:58:42      TRUE
## 599  2022-12-21 19:58:10      TRUE
## 600  2022-12-21 19:57:00      TRUE
## 601  2022-12-21 19:56:40      TRUE
## 602  2022-12-21 19:56:11      TRUE
## 603  2022-12-21 19:55:02      TRUE
## 604  2022-12-21 19:54:52      TRUE
## 605  2022-12-21 19:54:36      TRUE
## 606  2022-12-21 19:52:30      TRUE
## 607  2022-12-21 19:51:52      TRUE
## 608  2022-12-21 19:51:52      TRUE
## 609  2022-12-21 19:51:42      TRUE
## 610  2022-12-21 19:50:46      TRUE
## 611  2022-12-21 19:50:43      TRUE
## 612  2022-12-21 19:50:20      TRUE
## 613  2022-12-21 19:50:04      TRUE
## 614  2022-12-21 19:49:56      TRUE
## 615  2022-12-21 19:49:43      TRUE
## 616  2022-12-21 19:49:30      TRUE
## 617  2022-12-21 19:49:17      TRUE
## 618  2022-12-21 19:49:09      TRUE
## 619  2022-12-21 19:48:48      TRUE
## 620  2022-12-21 19:47:53      TRUE
## 621  2022-12-21 19:45:48      TRUE
## 622  2022-12-21 19:45:37      TRUE
## 623  2022-12-21 19:45:24      TRUE
## 624  2022-12-21 19:45:14      TRUE
## 625  2022-12-21 19:45:11      TRUE
## 626  2022-12-21 19:45:05      TRUE
## 627  2022-12-21 19:44:58      TRUE
## 628  2022-12-21 19:44:33      TRUE
## 629  2022-12-21 19:44:18      TRUE
## 630  2022-12-21 19:44:06      TRUE
## 631  2022-12-21 19:43:14      TRUE
## 632  2022-12-21 19:43:06      TRUE
## 633  2022-12-21 19:43:04      TRUE
## 634  2022-12-21 19:42:40      TRUE
## 635  2022-12-21 19:42:34      TRUE
## 636  2022-12-21 19:41:27      TRUE
## 637  2022-12-21 19:39:51      TRUE
## 638  2022-12-21 19:39:36      TRUE
## 639  2022-12-21 19:37:25      TRUE
## 640  2022-12-21 19:37:18      TRUE
## 641  2022-12-21 19:36:58      TRUE
## 642  2022-12-21 19:35:44      TRUE
## 643  2022-12-21 19:35:40      TRUE
## 644  2022-12-21 19:34:25      TRUE
## 645  2022-12-21 19:33:55      TRUE
## 646  2022-12-21 19:33:52      TRUE
## 647  2022-12-21 19:33:43      TRUE
## 648  2022-12-21 19:31:57      TRUE
## 649  2022-12-21 19:31:30      TRUE
## 650  2022-12-21 19:31:23      TRUE
## 651  2022-12-21 19:31:14      TRUE
## 652  2022-12-21 19:30:51      TRUE
## 653  2022-12-21 19:30:37      TRUE
## 654  2022-12-21 19:30:25      TRUE
## 655  2022-12-21 19:30:21      TRUE
## 656  2022-12-21 19:29:59      TRUE
## 657  2022-12-21 19:28:30      TRUE
## 658  2022-12-21 19:27:56      TRUE
## 659  2022-12-21 19:27:16      TRUE
## 660  2022-12-21 19:26:50      TRUE
## 661  2022-12-21 19:26:34      TRUE
## 662  2022-12-21 19:26:14      TRUE
## 663  2022-12-21 19:26:02      TRUE
## 664  2022-12-21 19:24:33      TRUE
## 665  2022-12-21 19:23:03      TRUE
## 666  2022-12-21 19:21:59      TRUE
## 667  2022-12-21 19:21:00      TRUE
## 668  2022-12-21 19:20:56      TRUE
## 669  2022-12-21 19:20:30      TRUE
## 670  2022-12-21 19:19:34      TRUE
## 671  2022-12-21 19:19:23      TRUE
## 672  2022-12-21 19:18:58      TRUE
## 673  2022-12-21 19:18:41      TRUE
## 674  2022-12-21 19:18:36      TRUE
## 675  2022-12-21 19:18:14      TRUE
## 676  2022-12-21 19:18:06      TRUE
## 677  2022-12-21 19:17:42      TRUE
## 678  2022-12-21 19:17:37      TRUE
## 679  2022-12-21 19:17:03      TRUE
## 680  2022-12-21 19:17:03      TRUE
## 681  2022-12-21 19:16:41      TRUE
## 682  2022-12-21 19:16:35      TRUE
## 683  2022-12-21 19:16:30      TRUE
## 684  2022-12-21 19:16:18      TRUE
## 685  2022-12-21 19:16:17      TRUE
## 686  2022-12-21 19:15:33      TRUE
## 687  2022-12-21 19:15:27      TRUE
## 688  2022-12-21 19:14:51      TRUE
## 689  2022-12-21 19:13:57      TRUE
## 690  2022-12-21 19:13:48      TRUE
## 691  2022-12-21 19:12:54      TRUE
## 692  2022-12-21 19:12:44      TRUE
## 693  2022-12-21 19:12:14      TRUE
## 694  2022-12-21 19:11:19      TRUE
## 695  2022-12-21 19:11:13      TRUE
## 696  2022-12-21 19:11:12      TRUE
## 697  2022-12-21 19:10:30      TRUE
## 698  2022-12-21 19:10:25      TRUE
## 699  2022-12-21 19:10:21      TRUE
## 700  2022-12-21 19:07:37      TRUE
## 701  2022-12-21 19:07:23      TRUE
## 702  2022-12-21 19:07:10      TRUE
## 703  2022-12-21 19:06:34      TRUE
## 704  2022-12-21 19:06:26      TRUE
## 705  2022-12-21 19:06:22      TRUE
## 706  2022-12-21 19:06:14      TRUE
## 707  2022-12-21 19:06:01      TRUE
## 708  2022-12-21 19:05:46      TRUE
## 709  2022-12-21 19:05:27      TRUE
## 710  2022-12-21 19:05:24      TRUE
## 711  2022-12-21 19:05:19      TRUE
## 712  2022-12-21 19:02:57      TRUE
## 713  2022-12-21 19:02:51      TRUE
## 714  2022-12-21 19:02:24      TRUE
## 715  2022-12-21 19:02:16      TRUE
## 716  2022-12-21 19:01:38      TRUE
## 717  2022-12-21 19:01:19      TRUE
## 718  2022-12-21 19:01:00      TRUE
## 719  2022-12-21 19:00:00      TRUE
## 720  2022-12-21 18:59:57      TRUE
## 721  2022-12-21 18:59:32      TRUE
## 722  2022-12-21 18:59:08      TRUE
## 723  2022-12-21 18:55:47      TRUE
## 724  2022-12-21 18:53:54      TRUE
## 725  2022-12-21 18:53:51      TRUE
## 726  2022-12-21 18:53:49      TRUE
## 727  2022-12-21 18:53:04      TRUE
## 728  2022-12-21 18:52:23      TRUE
## 729  2022-12-21 18:51:51      TRUE
## 730  2022-12-21 18:50:12      TRUE
## 731  2022-12-21 18:49:14      TRUE
## 732  2022-12-21 18:48:44      TRUE
## 733  2022-12-21 18:48:31      TRUE
## 734  2022-12-21 18:48:09      TRUE
## 735  2022-12-21 18:48:06      TRUE
## 736  2022-12-21 18:47:36      TRUE
## 737  2022-12-21 18:47:14      TRUE
## 738  2022-12-21 18:46:27      TRUE
## 739  2022-12-21 18:45:29      TRUE
## 740  2022-12-21 18:45:08      TRUE
## 741  2022-12-21 18:45:03      TRUE
## 742  2022-12-21 18:44:48      TRUE
## 743  2022-12-21 18:44:19      TRUE
## 744  2022-12-21 18:43:54      TRUE
## 745  2022-12-21 18:43:16      TRUE
## 746  2022-12-21 18:43:08      TRUE
## 747  2022-12-21 18:43:04      TRUE
## 748  2022-12-21 18:42:05      TRUE
## 749  2022-12-21 18:40:06      TRUE
## 750  2022-12-21 18:39:14      TRUE
## 751  2022-12-21 18:38:08      TRUE
## 752  2022-12-21 18:37:50      TRUE
## 753  2022-12-21 18:37:32      TRUE
## 754  2022-12-21 18:37:19      TRUE
## 755  2022-12-21 18:36:18      TRUE
## 756  2022-12-21 18:36:16      TRUE
## 757  2022-12-21 18:36:14      TRUE
## 758  2022-12-21 18:34:42      TRUE
## 759  2022-12-21 18:33:06      TRUE
## 760  2022-12-21 18:31:30      TRUE
## 761  2022-12-21 18:31:27      TRUE
## 762  2022-12-21 18:31:07      TRUE
## 763  2022-12-21 18:31:02      TRUE
## 764  2022-12-21 18:30:37      TRUE
## 765  2022-12-21 18:28:37      TRUE
## 766  2022-12-21 18:27:14      TRUE
## 767  2022-12-21 18:26:08      TRUE
## 768  2022-12-21 18:26:04      TRUE
## 769  2022-12-21 18:25:19      TRUE
## 770  2022-12-21 18:24:56      TRUE
## 771  2022-12-21 18:24:20      TRUE
## 772  2022-12-21 18:23:53      TRUE
## 773  2022-12-21 18:23:51      TRUE
## 774  2022-12-21 18:23:28      TRUE
## 775  2022-12-21 18:23:17      TRUE
## 776  2022-12-21 18:23:03      TRUE
## 777  2022-12-21 18:22:55      TRUE
## 778  2022-12-21 18:22:33      TRUE
## 779  2022-12-21 18:22:13      TRUE
## 780  2022-12-21 18:22:01      TRUE
## 781  2022-12-21 18:21:56      TRUE
## 782  2022-12-21 18:21:24      TRUE
## 783  2022-12-21 18:21:02      TRUE
## 784  2022-12-21 18:20:53      TRUE
## 785  2022-12-21 18:19:04      TRUE
## 786  2022-12-21 18:18:37      TRUE
## 787  2022-12-21 18:18:18      TRUE
## 788  2022-12-21 18:16:17      TRUE
## 789  2022-12-21 18:16:04      TRUE
## 790  2022-12-21 18:15:29      TRUE
## 791  2022-12-21 18:14:41      TRUE
## 792  2022-12-21 18:14:20      TRUE
## 793  2022-12-21 18:14:12      TRUE
## 794  2022-12-21 18:13:24      TRUE
## 795  2022-12-21 18:13:12      TRUE
## 796  2022-12-21 18:13:11      TRUE
## 797  2022-12-21 18:12:44      TRUE
## 798  2022-12-21 18:12:23      TRUE
## 799  2022-12-21 18:12:18      TRUE
## 800  2022-12-21 18:11:57      TRUE
## 801  2022-12-21 18:11:52      TRUE
## 802  2022-12-21 18:11:36      TRUE
## 803  2022-12-21 18:10:59      TRUE
## 804  2022-12-21 18:10:54      TRUE
## 805  2022-12-21 18:10:28      TRUE
## 806  2022-12-21 18:10:20      TRUE
## 807  2022-12-21 18:10:12      TRUE
## 808  2022-12-21 18:10:08      TRUE
## 809  2022-12-21 18:09:45      TRUE
## 810  2022-12-21 18:09:25      TRUE
## 811  2022-12-21 18:09:10      TRUE
## 812  2022-12-21 18:08:51      TRUE
## 813  2022-12-21 18:08:35      TRUE
## 814  2022-12-21 18:07:54      TRUE
## 815  2022-12-21 18:07:51      TRUE
## 816  2022-12-21 18:07:50      TRUE
## 817  2022-12-21 18:07:13      TRUE
## 818  2022-12-21 18:06:32      TRUE
## 819  2022-12-21 18:06:29      TRUE
## 820  2022-12-21 18:06:19      TRUE
## 821  2022-12-21 18:06:15      TRUE
## 822  2022-12-21 18:05:36      TRUE
## 823  2022-12-21 18:05:08      TRUE
## 824  2022-12-21 18:04:41      TRUE
## 825  2022-12-21 18:04:40      TRUE
## 826  2022-12-21 18:04:08      TRUE
## 827  2022-12-21 18:03:35      TRUE
## 828  2022-12-21 18:03:10      TRUE
## 829  2022-12-21 18:03:10      TRUE
## 830  2022-12-21 18:02:47      TRUE
## 831  2022-12-21 18:02:37      TRUE
## 832  2022-12-21 18:02:30      TRUE
## 833  2022-12-21 18:02:06      TRUE
## 834  2022-12-21 18:02:06      TRUE
## 835  2022-12-21 18:02:03      TRUE
## 836  2022-12-21 18:01:48      TRUE
## 837  2022-12-21 18:00:59      TRUE
## 838  2022-12-21 18:00:30      TRUE
## 839  2022-12-21 17:58:54      TRUE
## 840  2022-12-21 17:58:50      TRUE
## 841  2022-12-21 17:57:56      TRUE
## 842  2022-12-21 17:57:50      TRUE
## 843  2022-12-21 17:57:00      TRUE
## 844  2022-12-21 17:56:58      TRUE
## 845  2022-12-21 17:56:42      TRUE
## 846  2022-12-21 17:56:36      TRUE
## 847  2022-12-21 17:56:30      TRUE
## 848  2022-12-21 17:56:28      TRUE
## 849  2022-12-21 17:55:58      TRUE
## 850  2022-12-21 17:55:54      TRUE
## 851  2022-12-21 17:54:56      TRUE
## 852  2022-12-21 17:54:00      TRUE
## 853  2022-12-21 17:53:58      TRUE
## 854  2022-12-21 17:53:44      TRUE
## 855  2022-12-21 17:53:42      TRUE
## 856  2022-12-21 17:52:54      TRUE
## 857  2022-12-21 17:52:12      TRUE
## 858  2022-12-21 17:52:00      TRUE
## 859  2022-12-21 17:51:51      TRUE
## 860  2022-12-21 17:51:32      TRUE
## 861  2022-12-21 17:51:29      TRUE
## 862  2022-12-21 17:50:56      TRUE
## 863  2022-12-21 17:50:38      TRUE
## 864  2022-12-21 17:50:30      TRUE
## 865  2022-12-21 17:49:40      TRUE
## 866  2022-12-21 17:49:01      TRUE
## 867  2022-12-21 17:47:52      TRUE
## 868  2022-12-21 17:47:45      TRUE
## 869  2022-12-21 17:47:14      TRUE
## 870  2022-12-21 17:46:39      TRUE
## 871  2022-12-21 17:46:24      TRUE
## 872  2022-12-21 17:46:14      TRUE
## 873  2022-12-21 17:46:12      TRUE
## 874  2022-12-21 17:45:32      TRUE
## 875  2022-12-21 17:45:02      TRUE
## 876  2022-12-21 17:44:48      TRUE
## 877  2022-12-21 17:44:01      TRUE
## 878  2022-12-21 17:41:43      TRUE
## 879  2022-12-21 17:41:39      TRUE
## 880  2022-12-21 17:41:37      TRUE
## 881  2022-12-21 17:41:33      TRUE
## 882  2022-12-21 17:40:21      TRUE
## 883  2022-12-21 17:40:05      TRUE
## 884  2022-12-21 17:39:57      TRUE
## 885  2022-12-21 17:39:44      TRUE
## 886  2022-12-21 17:39:24      TRUE
## 887  2022-12-21 17:38:03      TRUE
## 888  2022-12-21 17:36:37      TRUE
## 889  2022-12-21 17:36:32      TRUE
## 890  2022-12-21 17:36:14      TRUE
## 891  2022-12-21 17:35:53      TRUE
## 892  2022-12-21 17:35:52      TRUE
## 893  2022-12-21 17:35:37      TRUE
## 894  2022-12-21 17:35:36      TRUE
## 895  2022-12-21 17:35:24      TRUE
## 896  2022-12-21 17:34:01      TRUE
## 897  2022-12-21 17:33:59      TRUE
## 898  2022-12-21 17:31:13      TRUE
## 899  2022-12-21 17:31:03      TRUE
## 900  2022-12-21 17:30:08      TRUE
## 901  2022-12-21 17:29:49      TRUE
## 902  2022-12-21 17:29:34      TRUE
## 903  2022-12-21 17:29:00      TRUE
## 904  2022-12-21 17:28:51      TRUE
## 905  2022-12-21 17:28:35      TRUE
## 906  2022-12-21 17:28:30      TRUE
## 907  2022-12-21 17:28:18      TRUE
## 908  2022-12-21 17:28:12      TRUE
## 909  2022-12-21 17:27:55      TRUE
## 910  2022-12-21 17:26:35      TRUE
## 911  2022-12-21 17:26:14      TRUE
## 912  2022-12-21 17:25:37      TRUE
## 913  2022-12-21 17:25:19      TRUE
## 914  2022-12-21 17:24:43      TRUE
## 915  2022-12-21 17:24:26      TRUE
## 916  2022-12-21 17:24:00      TRUE
## 917  2022-12-21 17:23:54      TRUE
## 918  2022-12-21 17:23:19      TRUE
## 919  2022-12-21 17:23:18      TRUE
## 920  2022-12-21 17:23:16      TRUE
## 921  2022-12-21 17:22:22      TRUE
## 922  2022-12-21 17:21:41      TRUE
## 923  2022-12-21 17:20:23      TRUE
## 924  2022-12-21 17:20:08      TRUE
## 925  2022-12-21 17:19:41      TRUE
## 926  2022-12-21 17:19:08      TRUE
## 927  2022-12-21 17:19:05      TRUE
## 928  2022-12-21 17:17:28      TRUE
## 929  2022-12-21 17:16:40      TRUE
## 930  2022-12-21 17:16:32      TRUE
## 931  2022-12-21 17:16:04      TRUE
## 932  2022-12-21 17:15:20      TRUE
## 933  2022-12-21 17:15:16      TRUE
## 934  2022-12-21 17:14:20      TRUE
## 935  2022-12-21 17:14:02      TRUE
## 936  2022-12-21 17:12:10      TRUE
## 937  2022-12-21 17:12:10      TRUE
## 938  2022-12-21 17:11:56      TRUE
## 939  2022-12-21 17:11:46      TRUE
## 940  2022-12-21 17:10:48      TRUE
## 941  2022-12-21 17:10:36      TRUE
## 942  2022-12-21 17:10:35      TRUE
## 943  2022-12-21 17:09:17      TRUE
## 944  2022-12-21 17:09:17      TRUE
## 945  2022-12-21 17:09:04      TRUE
## 946  2022-12-21 17:08:51      TRUE
## 947  2022-12-21 17:07:49      TRUE
## 948  2022-12-21 17:07:29      TRUE
## 949  2022-12-21 17:07:10      TRUE
## 950  2022-12-21 17:06:49      TRUE
## 951  2022-12-21 17:06:29      TRUE
## 952  2022-12-21 17:06:15      TRUE
## 953  2022-12-21 17:05:48      TRUE
## 954  2022-12-21 17:05:32      TRUE
## 955  2022-12-21 17:05:22      TRUE
## 956  2022-12-21 17:04:53      TRUE
## 957  2022-12-21 17:04:48      TRUE
## 958  2022-12-21 17:04:28      TRUE
## 959  2022-12-21 17:04:21      TRUE
## 960  2022-12-21 17:03:03      TRUE
## 961  2022-12-21 17:02:52      TRUE
## 962  2022-12-21 17:02:51      TRUE
## 963  2022-12-21 17:02:42      TRUE
## 964  2022-12-21 17:02:34      TRUE
## 965  2022-12-21 17:01:54      TRUE
## 966  2022-12-21 17:01:18      TRUE
## 967  2022-12-21 17:00:59      TRUE
## 968  2022-12-21 17:00:52      TRUE
## 969  2022-12-21 17:00:19      TRUE
## 970  2022-12-21 17:00:14      TRUE
## 971  2022-12-21 16:59:35      TRUE
## 972  2022-12-21 16:58:56      TRUE
## 973  2022-12-21 16:58:40      TRUE
## 974  2022-12-21 16:58:25      TRUE
## 975  2022-12-21 16:57:34      TRUE
## 976  2022-12-21 16:57:04      TRUE
## 977  2022-12-21 16:56:50      TRUE
## 978  2022-12-21 16:56:41      TRUE
## 979  2022-12-21 16:55:38      TRUE
## 980  2022-12-21 16:54:57      TRUE
## 981  2022-12-21 16:54:14      TRUE
## 982  2022-12-21 16:53:36      TRUE
## 983  2022-12-21 16:53:12      TRUE
## 984  2022-12-21 16:52:51      TRUE
## 985  2022-12-21 16:52:01      TRUE
## 986  2022-12-21 16:51:12      TRUE
## 987  2022-12-21 16:51:11      TRUE
## 988  2022-12-21 16:51:07      TRUE
## 989  2022-12-21 16:50:16      TRUE
## 990  2022-12-21 16:49:48      TRUE
## 991  2022-12-21 16:49:46      TRUE
## 992  2022-12-21 16:49:39      TRUE
## 993  2022-12-21 16:49:17      TRUE
## 994  2022-12-21 16:47:31      TRUE
## 995  2022-12-21 16:47:24      TRUE
## 996  2022-12-21 16:46:51      TRUE
## 997  2022-12-21 16:46:17      TRUE
## 998  2022-12-21 16:46:15      TRUE
## 999  2022-12-21 16:46:03      TRUE
## 1000 2022-12-21 16:46:01      TRUE
## 1001 2022-12-21 16:45:32      TRUE
## 1002 2022-12-21 16:44:46      TRUE
## 1003 2022-12-21 16:44:17      TRUE
## 1004 2022-12-21 16:44:08      TRUE
## 1005 2022-12-21 16:43:41      TRUE
## 1006 2022-12-21 16:43:24      TRUE
## 1007 2022-12-21 16:43:23      TRUE
## 1008 2022-12-21 16:42:58      TRUE
## 1009 2022-12-21 16:42:24      TRUE
## 1010 2022-12-21 16:42:21      TRUE
## 1011 2022-12-21 16:42:13      TRUE
## 1012 2022-12-21 16:42:03      TRUE
## 1013 2022-12-21 16:42:00      TRUE
## 1014 2022-12-21 16:41:59      TRUE
## 1015 2022-12-21 16:41:42      TRUE
## 1016 2022-12-21 16:41:33      TRUE
## 1017 2022-12-21 16:41:28      TRUE
## 1018 2022-12-21 16:41:16      TRUE
## 1019 2022-12-21 16:40:56      TRUE
## 1020 2022-12-21 16:40:38      TRUE
## 1021 2022-12-21 16:39:55      TRUE
## 1022 2022-12-21 16:39:37      TRUE
## 1023 2022-12-21 16:38:58      TRUE
## 1024 2022-12-21 16:38:24      TRUE
## 1025 2022-12-21 16:38:13      TRUE
## 1026 2022-12-21 16:38:07      TRUE
## 1027 2022-12-21 16:36:14      TRUE
## 1028 2022-12-21 16:36:13      TRUE
## 1029 2022-12-21 16:34:46      TRUE
## 1030 2022-12-21 16:33:55      TRUE
## 1031 2022-12-21 16:33:29      TRUE
## 1032 2022-12-21 16:33:27      TRUE
## 1033 2022-12-21 16:32:53      TRUE
## 1034 2022-12-21 16:32:26      TRUE
## 1035 2022-12-21 16:31:31      TRUE
## 1036 2022-12-21 16:30:44      TRUE
## 1037 2022-12-21 16:30:21      TRUE
## 1038 2022-12-21 16:30:16      TRUE
## 1039 2022-12-21 16:30:13      TRUE
## 1040 2022-12-21 16:30:00      TRUE
## 1041 2022-12-21 16:29:57      TRUE
## 1042 2022-12-21 16:29:21      TRUE
## 1043 2022-12-21 16:28:58      TRUE
## 1044 2022-12-21 16:28:54      TRUE
## 1045 2022-12-21 16:28:20      TRUE
## 1046 2022-12-21 16:28:16      TRUE
## 1047 2022-12-21 16:27:24      TRUE
## 1048 2022-12-21 16:26:42      TRUE
## 1049 2022-12-21 16:26:15      TRUE
## 1050 2022-12-21 16:26:07      TRUE
## 1051 2022-12-21 16:26:07      TRUE
## 1052 2022-12-21 16:25:28      TRUE
## 1053 2022-12-21 16:24:02      TRUE
## 1054 2022-12-21 16:21:35      TRUE
## 1055 2022-12-21 16:21:13      TRUE
## 1056 2022-12-21 16:21:13      TRUE
## 1057 2022-12-21 16:20:23      TRUE
## 1058 2022-12-21 16:19:10      TRUE
## 1059 2022-12-21 16:18:44      TRUE
## 1060 2022-12-21 16:17:56      TRUE
## 1061 2022-12-21 16:17:52      TRUE
## 1062 2022-12-21 16:17:37      TRUE
## 1063 2022-12-21 16:17:03      TRUE
## 1064 2022-12-21 16:16:55      TRUE
## 1065 2022-12-21 16:16:33      TRUE
## 1066 2022-12-21 16:15:15      TRUE
## 1067 2022-12-21 16:14:08      TRUE
## 1068 2022-12-21 16:12:50      TRUE
## 1069 2022-12-21 16:11:26      TRUE
## 1070 2022-12-21 16:11:05      TRUE
## 1071 2022-12-21 16:10:41      TRUE
## 1072 2022-12-21 16:10:37      TRUE
## 1073 2022-12-21 16:10:24      TRUE
## 1074 2022-12-21 16:09:58      TRUE
## 1075 2022-12-21 16:09:13      TRUE
## 1076 2022-12-21 16:09:01      TRUE
## 1077 2022-12-21 16:08:23      TRUE
## 1078 2022-12-21 16:08:13      TRUE
## 1079 2022-12-21 16:07:44      TRUE
## 1080 2022-12-21 16:07:00      TRUE
## 1081 2022-12-21 16:06:02      TRUE
## 1082 2022-12-21 16:05:32      TRUE
## 1083 2022-12-21 16:05:12      TRUE
## 1084 2022-12-21 16:04:46      TRUE
## 1085 2022-12-21 16:04:23      TRUE
## 1086 2022-12-21 16:04:10      TRUE
## 1087 2022-12-21 16:03:54      TRUE
## 1088 2022-12-21 16:03:10      TRUE
## 1089 2022-12-21 16:03:00      TRUE
## 1090 2022-12-21 16:02:49      TRUE
## 1091 2022-12-21 16:02:04      TRUE
## 1092 2022-12-21 16:01:59      TRUE
## 1093 2022-12-21 16:01:58      TRUE
## 1094 2022-12-21 15:59:42      TRUE
## 1095 2022-12-21 15:59:14      TRUE
## 1096 2022-12-21 15:59:12      TRUE
## 1097 2022-12-21 15:59:10      TRUE
## 1098 2022-12-21 15:58:50      TRUE
## 1099 2022-12-21 15:58:35      TRUE
## 1100 2022-12-21 15:57:05      TRUE
## 1101 2022-12-21 15:57:02      TRUE
## 1102 2022-12-21 15:56:34      TRUE
## 1103 2022-12-21 15:55:13      TRUE
## 1104 2022-12-21 15:54:45      TRUE
## 1105 2022-12-21 15:53:55      TRUE
## 1106 2022-12-21 15:53:45      TRUE
## 1107 2022-12-21 15:53:39      TRUE
## 1108 2022-12-21 15:52:56      TRUE
## 1109 2022-12-21 15:51:16      TRUE
## 1110 2022-12-21 15:50:00      TRUE
## 1111 2022-12-21 15:49:57      TRUE
## 1112 2022-12-21 15:49:55      TRUE
## 1113 2022-12-21 15:48:07      TRUE
## 1114 2022-12-21 15:47:58      TRUE
## 1115 2022-12-21 15:45:14      TRUE
## 1116 2022-12-21 15:43:56      TRUE
## 1117 2022-12-21 15:41:59      TRUE
## 1118 2022-12-21 15:39:52      TRUE
## 1119 2022-12-21 15:39:35      TRUE
## 1120 2022-12-21 15:39:25      TRUE
## 1121 2022-12-21 15:39:22      TRUE
## 1122 2022-12-21 15:39:18      TRUE
## 1123 2022-12-21 15:36:17      TRUE
## 1124 2022-12-21 15:35:59      TRUE
## 1125 2022-12-21 15:35:42      TRUE
## 1126 2022-12-21 15:34:17      TRUE
## 1127 2022-12-21 15:33:55      TRUE
## 1128 2022-12-21 15:33:38      TRUE
## 1129 2022-12-21 15:33:36      TRUE
## 1130 2022-12-21 15:33:12      TRUE
## 1131 2022-12-21 15:31:50      TRUE
## 1132 2022-12-21 15:30:50      TRUE
## 1133 2022-12-21 15:30:49      TRUE
## 1134 2022-12-21 15:30:04      TRUE
## 1135 2022-12-21 15:29:58      TRUE
## 1136 2022-12-21 15:29:28      TRUE
## 1137 2022-12-21 15:29:00      TRUE
## 1138 2022-12-21 15:28:39      TRUE
## 1139 2022-12-21 15:28:09      TRUE
## 1140 2022-12-21 15:27:35      TRUE
## 1141 2022-12-21 15:27:27      TRUE
## 1142 2022-12-21 15:26:49      TRUE
## 1143 2022-12-21 15:26:37      TRUE
## 1144 2022-12-21 15:26:12      TRUE
## 1145 2022-12-21 15:24:19      TRUE
## 1146 2022-12-21 15:23:46      TRUE
## 1147 2022-12-21 15:23:41      TRUE
## 1148 2022-12-21 15:22:56      TRUE
## 1149 2022-12-21 15:22:30      TRUE
## 1150 2022-12-21 15:21:48      TRUE
## 1151 2022-12-21 15:21:12      TRUE
## 1152 2022-12-21 15:20:26      TRUE
## 1153 2022-12-21 15:20:26      TRUE
## 1154 2022-12-21 15:20:00      TRUE
## 1155 2022-12-21 15:19:52      TRUE
## 1156 2022-12-21 15:19:41      TRUE
## 1157 2022-12-21 15:18:50      TRUE
## 1158 2022-12-21 15:18:47      TRUE
## 1159 2022-12-21 15:17:20      TRUE
## 1160 2022-12-21 15:16:57      TRUE
## 1161 2022-12-21 15:16:20      TRUE
## 1162 2022-12-21 15:15:50      TRUE
## 1163 2022-12-21 15:14:13      TRUE
## 1164 2022-12-21 15:13:48      TRUE
## 1165 2022-12-21 15:12:18      TRUE
## 1166 2022-12-21 15:12:04      TRUE
## 1167 2022-12-21 15:11:05      TRUE
## 1168 2022-12-21 15:10:10      TRUE
## 1169 2022-12-21 15:09:53      TRUE
## 1170 2022-12-21 15:09:43      TRUE
## 1171 2022-12-21 15:09:13      TRUE
## 1172 2022-12-21 15:09:00      TRUE
## 1173 2022-12-21 15:07:35      TRUE
## 1174 2022-12-21 15:07:13      TRUE
## 1175 2022-12-21 15:06:14      TRUE
## 1176 2022-12-21 15:05:54      TRUE
## 1177 2022-12-21 15:05:23      TRUE
## 1178 2022-12-21 15:05:03      TRUE
## 1179 2022-12-21 15:05:02      TRUE
## 1180 2022-12-21 15:04:30      TRUE
## 1181 2022-12-21 15:04:09      TRUE
## 1182 2022-12-21 15:03:46      TRUE
## 1183 2022-12-21 15:03:42      TRUE
## 1184 2022-12-21 15:03:30      TRUE
## 1185 2022-12-21 15:02:28      TRUE
## 1186 2022-12-21 15:01:09      TRUE
## 1187 2022-12-21 15:01:08      TRUE
## 1188 2022-12-21 15:00:18      TRUE
## 1189 2022-12-21 15:00:01      TRUE
## 1190 2022-12-21 14:59:23      TRUE
## 1191 2022-12-21 14:59:11      TRUE
## 1192 2022-12-21 14:57:45      TRUE
## 1193 2022-12-21 14:57:20      TRUE
## 1194 2022-12-21 14:57:17      TRUE
## 1195 2022-12-21 14:57:04      TRUE
## 1196 2022-12-21 14:56:41      TRUE
## 1197 2022-12-21 14:56:32      TRUE
## 1198 2022-12-21 14:56:22      TRUE
## 1199 2022-12-21 14:56:19      TRUE
## 1200 2022-12-21 14:56:14      TRUE
## 1201 2022-12-21 14:56:04      TRUE
## 1202 2022-12-21 14:55:42      TRUE
## 1203 2022-12-21 14:55:22      TRUE
## 1204 2022-12-21 14:55:13      TRUE
## 1205 2022-12-21 14:53:52      TRUE
## 1206 2022-12-21 14:53:52      TRUE
## 1207 2022-12-21 14:52:56      TRUE
## 1208 2022-12-21 14:52:45      TRUE
## 1209 2022-12-21 14:52:08      TRUE
## 1210 2022-12-21 14:51:52      TRUE
## 1211 2022-12-21 14:51:26      TRUE
## 1212 2022-12-21 14:51:23      TRUE
## 1213 2022-12-21 14:50:35      TRUE
## 1214 2022-12-21 14:49:45      TRUE
## 1215 2022-12-21 14:49:22      TRUE
## 1216 2022-12-21 14:49:21      TRUE
## 1217 2022-12-21 14:47:53      TRUE
## 1218 2022-12-21 14:47:48      TRUE
## 1219 2022-12-21 14:45:50      TRUE
## 1220 2022-12-21 14:44:45      TRUE
## 1221 2022-12-21 14:44:44      TRUE
## 1222 2022-12-21 14:44:12      TRUE
## 1223 2022-12-21 14:43:46      TRUE
## 1224 2022-12-21 14:43:43      TRUE
## 1225 2022-12-21 14:43:42      TRUE
## 1226 2022-12-21 14:42:55      TRUE
## 1227 2022-12-21 14:42:08      TRUE
## 1228 2022-12-21 14:41:47      TRUE
## 1229 2022-12-21 14:41:41      TRUE
## 1230 2022-12-21 14:41:39      TRUE
## 1231 2022-12-21 14:41:28      TRUE
## 1232 2022-12-21 14:41:11      TRUE
## 1233 2022-12-21 14:41:01      TRUE
## 1234 2022-12-21 14:40:27      TRUE
## 1235 2022-12-21 14:40:23      TRUE
## 1236 2022-12-21 14:39:07      TRUE
## 1237 2022-12-21 14:38:14      TRUE
## 1238 2022-12-21 14:38:12      TRUE
## 1239 2022-12-21 14:38:06      TRUE
## 1240 2022-12-21 14:37:29      TRUE
## 1241 2022-12-21 14:37:05      TRUE
## 1242 2022-12-21 14:36:14      TRUE
## 1243 2022-12-21 14:36:05      TRUE
## 1244 2022-12-21 14:35:37      TRUE
## 1245 2022-12-21 14:35:14      TRUE
## 1246 2022-12-21 14:34:32      TRUE
## 1247 2022-12-21 14:34:18      TRUE
## 1248 2022-12-21 14:33:32      TRUE
## 1249 2022-12-21 14:33:29      TRUE
## 1250 2022-12-21 14:32:50      TRUE
## 1251 2022-12-21 14:32:36      TRUE
## 1252 2022-12-21 14:31:19      TRUE
## 1253 2022-12-21 14:29:30      TRUE
## 1254 2022-12-21 14:28:47      TRUE
## 1255 2022-12-21 14:28:12      TRUE
## 1256 2022-12-21 14:27:49      TRUE
## 1257 2022-12-21 14:27:01      TRUE
## 1258 2022-12-21 14:25:53      TRUE
## 1259 2022-12-21 14:24:59      TRUE
## 1260 2022-12-21 14:24:34      TRUE
## 1261 2022-12-21 14:24:15      TRUE
## 1262 2022-12-21 14:24:06      TRUE
## 1263 2022-12-21 14:24:05      TRUE
## 1264 2022-12-21 14:24:00      TRUE
## 1265 2022-12-21 14:23:30      TRUE
## 1266 2022-12-21 14:22:54      TRUE
## 1267 2022-12-21 14:22:52      TRUE
## 1268 2022-12-21 14:22:29      TRUE
## 1269 2022-12-21 14:22:27      TRUE
## 1270 2022-12-21 14:22:26      TRUE
## 1271 2022-12-21 14:22:19      TRUE
## 1272 2022-12-21 14:21:09      TRUE
## 1273 2022-12-21 14:20:36      TRUE
## 1274 2022-12-21 14:20:23      TRUE
## 1275 2022-12-21 14:20:17      TRUE
## 1276 2022-12-21 14:20:07      TRUE
## 1277 2022-12-21 14:19:52      TRUE
## 1278 2022-12-21 14:18:58      TRUE
## 1279 2022-12-21 14:18:08      TRUE
## 1280 2022-12-21 14:17:45      TRUE
## 1281 2022-12-21 14:16:45      TRUE
## 1282 2022-12-21 14:16:12      TRUE
## 1283 2022-12-21 14:14:20      TRUE
## 1284 2022-12-21 14:12:48      TRUE
## 1285 2022-12-21 14:11:12      TRUE
## 1286 2022-12-21 14:11:07      TRUE
## 1287 2022-12-21 14:10:42      TRUE
## 1288 2022-12-21 14:09:40      TRUE
## 1289 2022-12-21 14:09:39      TRUE
## 1290 2022-12-21 14:09:34      TRUE
## 1291 2022-12-21 14:07:46      TRUE
## 1292 2022-12-21 14:06:33      TRUE
## 1293 2022-12-21 14:06:30      TRUE
## 1294 2022-12-21 14:06:14      TRUE
## 1295 2022-12-21 14:05:28      TRUE
## 1296 2022-12-21 14:05:06      TRUE
## 1297 2022-12-21 14:02:43      TRUE
## 1298 2022-12-21 14:02:11      TRUE
## 1299 2022-12-21 14:02:00      TRUE
## 1300 2022-12-21 14:01:59      TRUE
## 1301 2022-12-21 14:01:58      TRUE
## 1302 2022-12-21 14:01:42      TRUE
## 1303 2022-12-21 14:00:19      TRUE
## 1304 2022-12-21 14:00:05      TRUE
## 1305 2022-12-21 13:59:37      TRUE
## 1306 2022-12-21 13:59:33      TRUE
## 1307 2022-12-21 13:58:44      TRUE
## 1308 2022-12-21 13:58:26      TRUE
## 1309 2022-12-21 13:56:46      TRUE
## 1310 2022-12-21 13:56:23      TRUE
## 1311 2022-12-21 13:55:16      TRUE
## 1312 2022-12-21 13:54:39      TRUE
## 1313 2022-12-21 13:54:34      TRUE
## 1314 2022-12-21 13:54:32      TRUE
## 1315 2022-12-21 13:54:07      TRUE
## 1316 2022-12-21 13:53:30      TRUE
## 1317 2022-12-21 13:52:15      TRUE
## 1318 2022-12-21 13:51:45      TRUE
## 1319 2022-12-21 13:50:15      TRUE
## 1320 2022-12-21 13:50:10      TRUE
## 1321 2022-12-21 13:49:54      TRUE
## 1322 2022-12-21 13:48:07      TRUE
## 1323 2022-12-21 13:47:47      TRUE
## 1324 2022-12-21 13:47:44      TRUE
## 1325 2022-12-21 13:47:22      TRUE
## 1326 2022-12-21 13:46:44      TRUE
## 1327 2022-12-21 13:46:43      TRUE
## 1328 2022-12-21 13:46:42      TRUE
## 1329 2022-12-21 13:46:25      TRUE
## 1330 2022-12-21 13:45:58      TRUE
## 1331 2022-12-21 13:44:25      TRUE
## 1332 2022-12-21 13:44:07      TRUE
## 1333 2022-12-21 13:43:54      TRUE
## 1334 2022-12-21 13:43:37      TRUE
## 1335 2022-12-21 13:43:04      TRUE
## 1336 2022-12-21 13:42:42      TRUE
## 1337 2022-12-21 13:41:46      TRUE
## 1338 2022-12-21 13:41:28      TRUE
## 1339 2022-12-21 13:40:34      TRUE
## 1340 2022-12-21 13:40:10      TRUE
## 1341 2022-12-21 13:39:29      TRUE
## 1342 2022-12-21 13:39:22      TRUE
## 1343 2022-12-21 13:39:13      TRUE
## 1344 2022-12-21 13:37:23      TRUE
## 1345 2022-12-21 13:36:40      TRUE
## 1346 2022-12-21 13:36:24      TRUE
## 1347 2022-12-21 13:34:39      TRUE
## 1348 2022-12-21 13:34:25      TRUE
## 1349 2022-12-21 13:33:53      TRUE
## 1350 2022-12-21 13:31:43      TRUE
## 1351 2022-12-21 13:31:11      TRUE
## 1352 2022-12-21 13:30:06      TRUE
## 1353 2022-12-21 13:29:58      TRUE
## 1354 2022-12-21 13:29:04      TRUE
## 1355 2022-12-21 13:27:52      TRUE
## 1356 2022-12-21 13:27:34      TRUE
## 1357 2022-12-21 13:26:56      TRUE
## 1358 2022-12-21 13:26:28      TRUE
## 1359 2022-12-21 13:26:19      TRUE
## 1360 2022-12-21 13:23:56      TRUE
## 1361 2022-12-21 13:22:57      TRUE
## 1362 2022-12-21 13:22:22      TRUE
## 1363 2022-12-21 13:22:05      TRUE
## 1364 2022-12-21 13:21:47      TRUE
## 1365 2022-12-21 13:21:10      TRUE
## 1366 2022-12-21 13:20:07      TRUE
## 1367 2022-12-21 13:19:50      TRUE
## 1368 2022-12-21 13:19:22      TRUE
## 1369 2022-12-21 13:19:17      TRUE
## 1370 2022-12-21 13:19:07      TRUE
## 1371 2022-12-21 13:19:03      TRUE
## 1372 2022-12-21 13:16:31      TRUE
## 1373 2022-12-21 13:16:17      TRUE
## 1374 2022-12-21 13:15:03      TRUE
## 1375 2022-12-21 13:14:41      TRUE
## 1376 2022-12-21 13:14:15      TRUE
## 1377 2022-12-21 13:13:54      TRUE
## 1378 2022-12-21 13:13:53      TRUE
## 1379 2022-12-21 13:13:39      TRUE
## 1380 2022-12-21 13:13:31      TRUE
## 1381 2022-12-21 13:12:52      TRUE
## 1382 2022-12-21 13:12:51      TRUE
## 1383 2022-12-21 13:11:58      TRUE
## 1384 2022-12-21 13:11:22      TRUE
## 1385 2022-12-21 13:11:10      TRUE
## 1386 2022-12-21 13:09:58      TRUE
## 1387 2022-12-21 13:09:52      TRUE
## 1388 2022-12-21 13:09:51      TRUE
## 1389 2022-12-21 13:09:21      TRUE
## 1390 2022-12-21 13:09:16      TRUE
## 1391 2022-12-21 13:08:48      TRUE
## 1392 2022-12-21 13:06:51      TRUE
## 1393 2022-12-21 13:06:46      TRUE
## 1394 2022-12-21 13:06:17      TRUE
## 1395 2022-12-21 13:06:14      TRUE
## 1396 2022-12-21 13:05:36      TRUE
## 1397 2022-12-21 13:04:35      TRUE
## 1398 2022-12-21 13:02:01      TRUE
## 1399 2022-12-21 13:01:48      TRUE
## 1400 2022-12-21 13:01:39      TRUE
## 1401 2022-12-21 13:01:39      TRUE
## 1402 2022-12-21 13:01:23      TRUE
## 1403 2022-12-21 12:59:49      TRUE
## 1404 2022-12-21 12:57:49      TRUE
## 1405 2022-12-21 12:56:59      TRUE
## 1406 2022-12-21 12:55:20      TRUE
## 1407 2022-12-21 12:55:13      TRUE
## 1408 2022-12-21 12:54:17      TRUE
## 1409 2022-12-21 12:53:52      TRUE
## 1410 2022-12-21 12:53:42      TRUE
## 1411 2022-12-21 12:51:27      TRUE
## 1412 2022-12-21 12:50:55      TRUE
## 1413 2022-12-21 12:50:43      TRUE
## 1414 2022-12-21 12:50:30      TRUE
## 1415 2022-12-21 12:50:23      TRUE
## 1416 2022-12-21 12:50:07      TRUE
## 1417 2022-12-21 12:49:42      TRUE
## 1418 2022-12-21 12:48:24      TRUE
## 1419 2022-12-21 12:48:05      TRUE
## 1420 2022-12-21 12:48:04      TRUE
## 1421 2022-12-21 12:47:48      TRUE
## 1422 2022-12-21 12:47:11      TRUE
## 1423 2022-12-21 12:46:58      TRUE
## 1424 2022-12-21 12:46:56      TRUE
## 1425 2022-12-21 12:45:53      TRUE
## 1426 2022-12-21 12:45:19      TRUE
## 1427 2022-12-21 12:45:13      TRUE
## 1428 2022-12-21 12:44:27      TRUE
## 1429 2022-12-21 12:43:45      TRUE
## 1430 2022-12-21 12:42:00      TRUE
## 1431 2022-12-21 12:41:08      TRUE
## 1432 2022-12-21 12:40:54      TRUE
## 1433 2022-12-21 12:40:52      TRUE
## 1434 2022-12-21 12:40:26      TRUE
## 1435 2022-12-21 12:39:21      TRUE
## 1436 2022-12-21 12:39:12      TRUE
## 1437 2022-12-21 12:38:36      TRUE
## 1438 2022-12-21 12:38:28      TRUE
## 1439 2022-12-21 12:38:16      TRUE
## 1440 2022-12-21 12:38:04      TRUE
## 1441 2022-12-21 12:37:58      TRUE
## 1442 2022-12-21 12:37:54      TRUE
## 1443 2022-12-21 12:37:33      TRUE
## 1444 2022-12-21 12:37:33      TRUE
## 1445 2022-12-21 12:37:05      TRUE
## 1446 2022-12-21 12:36:38      TRUE
## 1447 2022-12-21 12:36:31      TRUE
## 1448 2022-12-21 12:36:20      TRUE
## 1449 2022-12-21 12:36:15      TRUE
## 1450 2022-12-21 12:36:09      TRUE
## 1451 2022-12-21 12:35:48      TRUE
## 1452 2022-12-21 12:35:34      TRUE
## 1453 2022-12-21 12:35:31      TRUE
## 1454 2022-12-21 12:35:23      TRUE
## 1455 2022-12-21 12:34:51      TRUE
## 1456 2022-12-21 12:34:34      TRUE
## 1457 2022-12-21 12:32:58      TRUE
## 1458 2022-12-21 12:32:57      TRUE
## 1459 2022-12-21 12:32:46      TRUE
## 1460 2022-12-21 12:32:29      TRUE
## 1461 2022-12-21 12:32:27      TRUE
## 1462 2022-12-21 12:31:50      TRUE
## 1463 2022-12-21 12:31:44      TRUE
## 1464 2022-12-21 12:28:22      TRUE
## 1465 2022-12-21 12:27:25      TRUE
## 1466 2022-12-21 12:25:43      TRUE
## 1467 2022-12-21 12:24:14      TRUE
## 1468 2022-12-21 12:23:31      TRUE
## 1469 2022-12-21 12:23:01      TRUE
## 1470 2022-12-21 12:21:23      TRUE
## 1471 2022-12-21 12:21:21      TRUE
## 1472 2022-12-21 12:21:15      TRUE
## 1473 2022-12-21 12:21:12      TRUE
## 1474 2022-12-21 12:18:48      TRUE
## 1475 2022-12-21 12:17:00      TRUE
## 1476 2022-12-21 12:14:03      TRUE
## 1477 2022-12-21 12:13:14      TRUE
## 1478 2022-12-21 12:11:36      TRUE
## 1479 2022-12-21 12:11:04      TRUE
## 1480 2022-12-21 12:08:53      TRUE
## 1481 2022-12-21 12:06:14      TRUE
## 1482 2022-12-21 12:04:56      TRUE
## 1483 2022-12-21 12:04:30      TRUE
## 1484 2022-12-21 12:04:24      TRUE
## 1485 2022-12-21 12:04:01      TRUE
## 1486 2022-12-21 12:03:17      TRUE
## 1487 2022-12-21 12:03:06      TRUE
## 1488 2022-12-21 11:57:58      TRUE
## 1489 2022-12-21 11:57:56      TRUE
## 1490 2022-12-21 11:57:25      TRUE
## 1491 2022-12-21 11:56:46      TRUE
## 1492 2022-12-21 11:55:37      TRUE
## 1493 2022-12-21 11:53:22      TRUE
## 1494 2022-12-21 11:53:12      TRUE
## 1495 2022-12-21 11:52:17      TRUE
## 1496 2022-12-21 11:51:56      TRUE
## 1497 2022-12-21 11:51:25      TRUE
## 1498 2022-12-21 11:50:51      TRUE
## 1499 2022-12-21 11:49:44      TRUE
## 1500 2022-12-21 11:45:59      TRUE
## 1501 2022-12-21 11:44:54      TRUE
## 1502 2022-12-21 11:44:45      TRUE
## 1503 2022-12-21 11:44:01      TRUE
## 1504 2022-12-21 11:41:33      TRUE
## 1505 2022-12-21 11:40:57      TRUE
## 1506 2022-12-21 11:40:19      TRUE
## 1507 2022-12-21 11:39:33      TRUE
## 1508 2022-12-21 11:39:18      TRUE
## 1509 2022-12-21 11:38:21      TRUE
## 1510 2022-12-21 11:37:35      TRUE
## 1511 2022-12-21 11:37:31      TRUE
## 1512 2022-12-21 11:37:29      TRUE
## 1513 2022-12-21 11:36:16      TRUE
## 1514 2022-12-21 11:34:44      TRUE
## 1515 2022-12-21 11:34:16      TRUE
## 1516 2022-12-21 11:33:37      TRUE
## 1517 2022-12-21 11:30:00      TRUE
## 1518 2022-12-21 11:29:59      TRUE
## 1519 2022-12-21 11:29:17      TRUE
## 1520 2022-12-21 11:28:09      TRUE
## 1521 2022-12-21 11:27:02      TRUE
## 1522 2022-12-21 11:26:37      TRUE
## 1523 2022-12-21 11:25:21      TRUE
## 1524 2022-12-21 11:24:02      TRUE
## 1525 2022-12-21 11:22:58      TRUE
## 1526 2022-12-21 11:21:35      TRUE
## 1527 2022-12-21 11:21:31      TRUE
## 1528 2022-12-21 11:21:02      TRUE
## 1529 2022-12-21 11:18:08      TRUE
## 1530 2022-12-21 11:17:34      TRUE
## 1531 2022-12-21 11:16:48      TRUE
## 1532 2022-12-21 11:15:45      TRUE
## 1533 2022-12-21 11:14:59      TRUE
## 1534 2022-12-21 11:14:11      TRUE
## 1535 2022-12-21 11:13:38      TRUE
## 1536 2022-12-21 11:11:05      TRUE
## 1537 2022-12-21 11:08:28      TRUE
## 1538 2022-12-21 11:06:25      TRUE
## 1539 2022-12-21 11:06:21      TRUE
## 1540 2022-12-21 11:06:15      TRUE
## 1541 2022-12-21 11:05:37      TRUE
## 1542 2022-12-21 11:05:33      TRUE
## 1543 2022-12-21 11:01:56      TRUE
## 1544 2022-12-21 11:01:41      TRUE
## 1545 2022-12-21 10:58:24      TRUE
## 1546 2022-12-21 10:58:07      TRUE
## 1547 2022-12-21 10:57:56      TRUE
## 1548 2022-12-21 10:57:51      TRUE
## 1549 2022-12-21 10:57:07      TRUE
## 1550 2022-12-21 10:56:17      TRUE
## 1551 2022-12-21 10:55:34      TRUE
## 1552 2022-12-21 10:55:18      TRUE
## 1553 2022-12-21 10:54:56      TRUE
## 1554 2022-12-21 10:54:48      TRUE
## 1555 2022-12-21 10:51:59      TRUE
## 1556 2022-12-21 10:51:45      TRUE
## 1557 2022-12-21 10:50:36      TRUE
## 1558 2022-12-21 10:49:39      TRUE
## 1559 2022-12-21 10:48:50      TRUE
## 1560 2022-12-21 10:46:36      TRUE
## 1561 2022-12-21 10:46:26      TRUE
## 1562 2022-12-21 10:45:02      TRUE
## 1563 2022-12-21 10:44:25      TRUE
## 1564 2022-12-21 10:44:05      TRUE
## 1565 2022-12-21 10:43:36      TRUE
## 1566 2022-12-21 10:43:35      TRUE
## 1567 2022-12-21 10:41:47      TRUE
## 1568 2022-12-21 10:41:29      TRUE
## 1569 2022-12-21 10:40:03      TRUE
## 1570 2022-12-21 10:39:21      TRUE
## 1571 2022-12-21 10:37:34      TRUE
## 1572 2022-12-21 10:37:27      TRUE
## 1573 2022-12-21 10:36:53      TRUE
## 1574 2022-12-21 10:33:20      TRUE
## 1575 2022-12-21 10:30:26      TRUE
## 1576 2022-12-21 10:29:20      TRUE
## 1577 2022-12-21 10:29:05      TRUE
## 1578 2022-12-21 10:28:32      TRUE
## 1579 2022-12-21 10:28:26      TRUE
## 1580 2022-12-21 10:27:32      TRUE
## 1581 2022-12-21 10:26:17      TRUE
## 1582 2022-12-21 10:26:14      TRUE
## 1583 2022-12-21 10:24:44      TRUE
## 1584 2022-12-21 10:24:16      TRUE
## 1585 2022-12-21 10:23:36      TRUE
## 1586 2022-12-21 10:22:53      TRUE
## 1587 2022-12-21 10:22:52      TRUE
## 1588 2022-12-21 10:22:45      TRUE
## 1589 2022-12-21 10:22:19      TRUE
## 1590 2022-12-21 10:18:36      TRUE
## 1591 2022-12-21 10:16:32      TRUE
## 1592 2022-12-21 10:15:58      TRUE
## 1593 2022-12-21 10:15:24      TRUE
## 1594 2022-12-21 10:14:00      TRUE
## 1595 2022-12-21 10:13:56      TRUE
## 1596 2022-12-21 10:12:38      TRUE
## 1597 2022-12-21 10:11:15      TRUE
## 1598 2022-12-21 10:10:11      TRUE
## 1599 2022-12-21 10:09:46      TRUE
## 1600 2022-12-21 10:08:05      TRUE
## 1601 2022-12-21 10:07:15      TRUE
## 1602 2022-12-21 10:06:15      TRUE
## 1603 2022-12-21 10:05:31      TRUE
## 1604 2022-12-21 10:04:52      TRUE
## 1605 2022-12-21 10:04:12      TRUE
## 1606 2022-12-21 10:03:48      TRUE
## 1607 2022-12-21 10:03:36      TRUE
## 1608 2022-12-21 10:02:29      TRUE
## 1609 2022-12-21 10:01:18      TRUE
## 1610 2022-12-21 09:59:07      TRUE
## 1611 2022-12-21 09:59:01      TRUE
## 1612 2022-12-21 09:56:36      TRUE
## 1613 2022-12-21 09:55:03      TRUE
## 1614 2022-12-21 09:49:35      TRUE
## 1615 2022-12-21 09:49:16      TRUE
## 1616 2022-12-21 09:48:03      TRUE
## 1617 2022-12-21 09:47:20      TRUE
## 1618 2022-12-21 09:45:42      TRUE
## 1619 2022-12-21 09:45:26      TRUE
## 1620 2022-12-21 09:44:10      TRUE
## 1621 2022-12-21 09:43:38      TRUE
## 1622 2022-12-21 09:43:37      TRUE
## 1623 2022-12-21 09:42:13      TRUE
## 1624 2022-12-21 09:39:45      TRUE
## 1625 2022-12-21 09:37:38      TRUE
## 1626 2022-12-21 09:36:50      TRUE
## 1627 2022-12-21 09:33:46      TRUE
## 1628 2022-12-21 09:33:13      TRUE
## 1629 2022-12-21 09:32:20      TRUE
## 1630 2022-12-21 09:31:09      TRUE
## 1631 2022-12-21 09:31:05      TRUE
## 1632 2022-12-21 09:31:04      TRUE
## 1633 2022-12-21 09:30:54      TRUE
## 1634 2022-12-21 09:28:12      TRUE
## 1635 2022-12-21 09:28:03      TRUE
## 1636 2022-12-21 09:27:50      TRUE
## 1637 2022-12-21 09:26:53      TRUE
## 1638 2022-12-21 09:26:52      TRUE
## 1639 2022-12-21 09:26:46      TRUE
## 1640 2022-12-21 09:26:14      TRUE
## 1641 2022-12-21 09:25:24      TRUE
## 1642 2022-12-21 09:25:00      TRUE
## 1643 2022-12-21 09:24:45      TRUE
## 1644 2022-12-21 09:23:26      TRUE
## 1645 2022-12-21 09:22:47      TRUE
## 1646 2022-12-21 09:22:22      TRUE
## 1647 2022-12-21 09:22:17      TRUE
## 1648 2022-12-21 09:21:59      TRUE
## 1649 2022-12-21 09:20:44      TRUE
## 1650 2022-12-21 09:20:32      TRUE
## 1651 2022-12-21 09:18:36      TRUE
## 1652 2022-12-21 09:17:27      TRUE
## 1653 2022-12-21 09:16:16      TRUE
## 1654 2022-12-21 09:15:06      TRUE
## 1655 2022-12-21 09:14:34      TRUE
## 1656 2022-12-21 09:12:20      TRUE
## 1657 2022-12-21 09:12:05      TRUE
## 1658 2022-12-21 09:11:54      TRUE
## 1659 2022-12-21 09:11:29      TRUE
## 1660 2022-12-21 09:11:07      TRUE
## 1661 2022-12-21 09:10:48      TRUE
## 1662 2022-12-21 09:08:36      TRUE
## 1663 2022-12-21 09:08:00      TRUE
## 1664 2022-12-21 09:06:14      TRUE
## 1665 2022-12-21 09:05:41      TRUE
## 1666 2022-12-21 09:03:06      TRUE
## 1667 2022-12-21 09:02:37      TRUE
## 1668 2022-12-21 09:02:10      TRUE
## 1669 2022-12-21 09:01:57      TRUE
## 1670 2022-12-21 09:01:32      TRUE
## 1671 2022-12-21 09:00:43      TRUE
## 1672 2022-12-21 08:59:56      TRUE
## 1673 2022-12-21 08:58:53      TRUE
## 1674 2022-12-21 08:58:49      TRUE
## 1675 2022-12-21 08:58:26      TRUE
## 1676 2022-12-21 08:56:53      TRUE
## 1677 2022-12-21 08:56:50      TRUE
## 1678 2022-12-21 08:55:51      TRUE
## 1679 2022-12-21 08:55:26      TRUE
## 1680 2022-12-21 08:54:05      TRUE
## 1681 2022-12-21 08:53:33      TRUE
## 1682 2022-12-21 08:53:05      TRUE
## 1683 2022-12-21 08:52:18      TRUE
## 1684 2022-12-21 08:51:54      TRUE
## 1685 2022-12-21 08:51:53      TRUE
## 1686 2022-12-21 08:50:17      TRUE
## 1687 2022-12-21 08:50:15      TRUE
## 1688 2022-12-21 08:48:20      TRUE
## 1689 2022-12-21 08:48:02      TRUE
## 1690 2022-12-21 08:48:00      TRUE
## 1691 2022-12-21 08:47:41      TRUE
## 1692 2022-12-21 08:47:12      TRUE
## 1693 2022-12-21 08:47:02      TRUE
## 1694 2022-12-21 08:46:42      TRUE
## 1695 2022-12-21 08:42:07      TRUE
## 1696 2022-12-21 08:41:50      TRUE
## 1697 2022-12-21 08:41:39      TRUE
## 1698 2022-12-21 08:41:13      TRUE
## 1699 2022-12-21 08:40:35      TRUE
## 1700 2022-12-21 08:40:02      TRUE
## 1701 2022-12-21 08:39:49      TRUE
## 1702 2022-12-21 08:39:39      TRUE
## 1703 2022-12-21 08:39:32      TRUE
## 1704 2022-12-21 08:37:28      TRUE
## 1705 2022-12-21 08:37:11      TRUE
## 1706 2022-12-21 08:36:14      TRUE
## 1707 2022-12-21 08:35:07      TRUE
## 1708 2022-12-21 08:35:02      TRUE
## 1709 2022-12-21 08:34:59      TRUE
## 1710 2022-12-21 08:34:41      TRUE
## 1711 2022-12-21 08:34:21      TRUE
## 1712 2022-12-21 08:33:52      TRUE
## 1713 2022-12-21 08:32:17      TRUE
## 1714 2022-12-21 08:31:35      TRUE
## 1715 2022-12-21 08:30:39      TRUE
## 1716 2022-12-21 08:29:28      TRUE
## 1717 2022-12-21 08:29:27      TRUE
## 1718 2022-12-21 08:28:31      TRUE
## 1719 2022-12-21 08:27:39      TRUE
## 1720 2022-12-21 08:27:20      TRUE
## 1721 2022-12-21 08:27:16      TRUE
## 1722 2022-12-21 08:23:50      TRUE
## 1723 2022-12-21 08:21:37      TRUE
## 1724 2022-12-21 08:20:06      TRUE
## 1725 2022-12-21 08:18:16      TRUE
## 1726 2022-12-21 08:18:13      TRUE
## 1727 2022-12-21 08:17:42      TRUE
## 1728 2022-12-21 08:17:37      TRUE
## 1729 2022-12-21 08:17:21      TRUE
## 1730 2022-12-21 08:17:15      TRUE
## 1731 2022-12-21 08:16:56      TRUE
## 1732 2022-12-21 08:16:39      TRUE
## 1733 2022-12-21 08:16:20      TRUE
## 1734 2022-12-21 08:16:03      TRUE
## 1735 2022-12-21 08:15:49      TRUE
## 1736 2022-12-21 08:15:37      TRUE
## 1737 2022-12-21 08:14:41      TRUE
## 1738 2022-12-21 08:14:07      TRUE
## 1739 2022-12-21 08:14:03      TRUE
## 1740 2022-12-21 08:13:39      TRUE
## 1741 2022-12-21 08:11:59      TRUE
## 1742 2022-12-21 08:11:16      TRUE
## 1743 2022-12-21 08:09:25      TRUE
## 1744 2022-12-21 08:09:20      TRUE
## 1745 2022-12-21 08:08:30      TRUE
## 1746 2022-12-21 08:07:55      TRUE
## 1747 2022-12-21 08:07:52      TRUE
## 1748 2022-12-21 08:07:30      TRUE
## 1749 2022-12-21 08:07:22      TRUE
## 1750 2022-12-21 08:05:59      TRUE
## 1751 2022-12-21 08:05:50      TRUE
## 1752 2022-12-21 08:05:42      TRUE
## 1753 2022-12-21 08:05:34      TRUE
## 1754 2022-12-21 08:05:07      TRUE
## 1755 2022-12-21 08:04:17      TRUE
## 1756 2022-12-21 08:04:02      TRUE
## 1757 2022-12-21 08:03:53      TRUE
## 1758 2022-12-21 08:02:33      TRUE
## 1759 2022-12-21 08:01:46      TRUE
## 1760 2022-12-21 08:01:39      TRUE
## 1761 2022-12-21 08:01:09      TRUE
## 1762 2022-12-21 08:01:06      TRUE
## 1763 2022-12-21 08:00:44      TRUE
## 1764 2022-12-21 08:00:33      TRUE
## 1765 2022-12-21 07:57:32      TRUE
## 1766 2022-12-21 07:57:22      TRUE
## 1767 2022-12-21 07:56:46      TRUE
## 1768 2022-12-21 07:56:15      TRUE
## 1769 2022-12-21 07:55:14      TRUE
## 1770 2022-12-21 07:54:04      TRUE
## 1771 2022-12-21 07:51:23      TRUE
## 1772 2022-12-21 07:50:31      TRUE
## 1773 2022-12-21 07:49:56      TRUE
## 1774 2022-12-21 07:48:59      TRUE
## 1775 2022-12-21 07:48:13      TRUE
## 1776 2022-12-21 07:47:59      TRUE
## 1777 2022-12-21 07:47:13      TRUE
## 1778 2022-12-21 07:45:50      TRUE
## 1779 2022-12-21 07:42:39      TRUE
## 1780 2022-12-21 07:42:07      TRUE
## 1781 2022-12-21 07:41:52      TRUE
## 1782 2022-12-21 07:40:19      TRUE
## 1783 2022-12-21 07:40:15      TRUE
## 1784 2022-12-21 07:39:46      TRUE
## 1785 2022-12-21 07:39:45      TRUE
## 1786 2022-12-21 07:39:37      TRUE
## 1787 2022-12-21 07:39:34      TRUE
## 1788 2022-12-21 07:35:57      TRUE
## 1789 2022-12-21 07:34:39      TRUE
## 1790 2022-12-21 07:34:14      TRUE
## 1791 2022-12-21 07:33:31      TRUE
## 1792 2022-12-21 07:32:48      TRUE
## 1793 2022-12-21 07:32:30      TRUE
## 1794 2022-12-21 07:32:12      TRUE
## 1795 2022-12-21 07:30:14      TRUE
## 1796 2022-12-21 07:27:38      TRUE
## 1797 2022-12-21 07:27:08      TRUE
## 1798 2022-12-21 07:25:03      TRUE
## 1799 2022-12-21 07:23:52      TRUE
## 1800 2022-12-21 07:22:33      TRUE
## 1801 2022-12-21 07:22:09      TRUE
## 1802 2022-12-21 07:21:21      TRUE
## 1803 2022-12-21 07:20:32      TRUE
## 1804 2022-12-21 07:18:58      TRUE
## 1805 2022-12-21 07:18:20      TRUE
## 1806 2022-12-21 07:18:00      TRUE
## 1807 2022-12-21 07:17:12      TRUE
## 1808 2022-12-21 07:17:11      TRUE
## 1809 2022-12-21 07:16:57      TRUE
## 1810 2022-12-21 07:16:32      TRUE
## 1811 2022-12-21 07:16:09      TRUE
## 1812 2022-12-21 07:15:30      TRUE
## 1813 2022-12-21 07:14:54      TRUE
## 1814 2022-12-21 07:14:49      TRUE
## 1815 2022-12-21 07:14:26      TRUE
## 1816 2022-12-21 07:13:06      TRUE
## 1817 2022-12-21 07:12:38      TRUE
## 1818 2022-12-21 07:11:45      TRUE
## 1819 2022-12-21 07:11:35      TRUE
## 1820 2022-12-21 07:11:33      TRUE
## 1821 2022-12-21 07:10:21      TRUE
## 1822 2022-12-21 07:10:09      TRUE
## 1823 2022-12-21 07:09:13      TRUE
## 1824 2022-12-21 07:08:54      TRUE
## 1825 2022-12-21 07:08:46      TRUE
## 1826 2022-12-21 07:08:06      TRUE
## 1827 2022-12-21 07:06:56      TRUE
## 1828 2022-12-21 07:05:34      TRUE
## 1829 2022-12-21 07:04:14      TRUE
## 1830 2022-12-21 07:03:22      TRUE
## 1831 2022-12-21 07:02:16      TRUE
## 1832 2022-12-21 07:01:35      TRUE
## 1833 2022-12-21 06:59:40      TRUE
## 1834 2022-12-21 06:59:09      TRUE
## 1835 2022-12-21 06:57:56      TRUE
## 1836 2022-12-21 06:57:15      TRUE
## 1837 2022-12-21 06:54:27      TRUE
## 1838 2022-12-21 06:54:21      TRUE
## 1839 2022-12-21 06:54:15      TRUE
## 1840 2022-12-21 06:54:10      TRUE
## 1841 2022-12-21 06:53:54      TRUE
## 1842 2022-12-21 06:53:26      TRUE
## 1843 2022-12-21 06:51:48      TRUE
## 1844 2022-12-21 06:51:11      TRUE
## 1845 2022-12-21 06:50:47      TRUE
## 1846 2022-12-21 06:50:05      TRUE
## 1847 2022-12-21 06:49:59      TRUE
## 1848 2022-12-21 06:47:13      TRUE
## 1849 2022-12-21 06:45:40      TRUE
## 1850 2022-12-21 06:45:19      TRUE
## 1851 2022-12-21 06:44:59      TRUE
## 1852 2022-12-21 06:44:41      TRUE
## 1853 2022-12-21 06:43:44      TRUE
## 1854 2022-12-21 06:42:38      TRUE
## 1855 2022-12-21 06:41:42      TRUE
## 1856 2022-12-21 06:39:05      TRUE
## 1857 2022-12-21 06:38:57      TRUE
## 1858 2022-12-21 06:38:07      TRUE
## 1859 2022-12-21 06:37:39      TRUE
## 1860 2022-12-21 06:37:12      TRUE
## 1861 2022-12-21 06:34:35      TRUE
## 1862 2022-12-21 06:33:44      TRUE
## 1863 2022-12-21 06:32:31      TRUE
## 1864 2022-12-21 06:27:44      TRUE
## 1865 2022-12-21 06:27:16      TRUE
## 1866 2022-12-21 06:27:07      TRUE
## 1867 2022-12-21 06:26:14      TRUE
## 1868 2022-12-21 06:25:35      TRUE
## 1869 2022-12-21 06:25:31      TRUE
## 1870 2022-12-21 06:24:48      TRUE
## 1871 2022-12-21 06:24:19      TRUE
## 1872 2022-12-21 06:23:15      TRUE
## 1873 2022-12-21 06:22:54      TRUE
## 1874 2022-12-21 06:20:47      TRUE
## 1875 2022-12-21 06:20:30      TRUE
## 1876 2022-12-21 06:19:39      TRUE
## 1877 2022-12-21 06:19:16      TRUE
## 1878 2022-12-21 06:19:08      TRUE
## 1879 2022-12-21 06:18:03      TRUE
## 1880 2022-12-21 06:17:50      TRUE
## 1881 2022-12-21 06:17:43      TRUE
## 1882 2022-12-21 06:17:22      TRUE
## 1883 2022-12-21 06:17:03      TRUE
## 1884 2022-12-21 06:16:31      TRUE
## 1885 2022-12-21 06:12:13      TRUE
## 1886 2022-12-21 06:11:50      TRUE
## 1887 2022-12-21 06:11:36      TRUE
## 1888 2022-12-21 06:10:56      TRUE
## 1889 2022-12-21 06:10:40      TRUE
## 1890 2022-12-21 06:10:27      TRUE
## 1891 2022-12-21 06:10:14      TRUE
## 1892 2022-12-21 06:07:35      TRUE
## 1893 2022-12-21 06:06:34      TRUE
## 1894 2022-12-21 06:06:14      TRUE
## 1895 2022-12-21 06:05:42      TRUE
## 1896 2022-12-21 06:04:00      TRUE
## 1897 2022-12-21 06:03:43      TRUE
## 1898 2022-12-21 06:03:38      TRUE
## 1899 2022-12-21 05:59:49      TRUE
## 1900 2022-12-21 05:59:33      TRUE
## 1901 2022-12-21 05:57:52      TRUE
## 1902 2022-12-21 05:57:35      TRUE
## 1903 2022-12-21 05:56:45      TRUE
## 1904 2022-12-21 05:55:02      TRUE
## 1905 2022-12-21 05:54:01      TRUE
## 1906 2022-12-21 05:53:43      TRUE
## 1907 2022-12-21 05:53:39      TRUE
## 1908 2022-12-21 05:53:23      TRUE
## 1909 2022-12-21 05:53:18      TRUE
## 1910 2022-12-21 05:53:09      TRUE
## 1911 2022-12-21 05:52:31      TRUE
## 1912 2022-12-21 05:51:38      TRUE
## 1913 2022-12-21 05:50:43      TRUE
## 1914 2022-12-21 05:50:42      TRUE
## 1915 2022-12-21 05:50:14      TRUE
## 1916 2022-12-21 05:48:52      TRUE
## 1917 2022-12-21 05:48:13      TRUE
## 1918 2022-12-21 05:46:14      TRUE
## 1919 2022-12-21 05:43:52      TRUE
## 1920 2022-12-21 05:43:19      TRUE
## 1921 2022-12-21 05:43:00      TRUE
## 1922 2022-12-21 05:41:46      TRUE
## 1923 2022-12-21 05:40:48      TRUE
## 1924 2022-12-21 05:40:23      TRUE
## 1925 2022-12-21 05:39:53      TRUE
## 1926 2022-12-21 05:39:39      TRUE
## 1927 2022-12-21 05:39:31      TRUE
## 1928 2022-12-21 05:39:05      TRUE
## 1929 2022-12-21 05:39:04      TRUE
## 1930 2022-12-21 05:38:43      TRUE
## 1931 2022-12-21 05:37:17      TRUE
## 1932 2022-12-21 05:36:27      TRUE
## 1933 2022-12-21 05:36:14      TRUE
## 1934 2022-12-21 05:35:54      TRUE
## 1935 2022-12-21 05:35:52      TRUE
## 1936 2022-12-21 05:35:14      TRUE
## 1937 2022-12-21 05:35:13      TRUE
## 1938 2022-12-21 05:35:11      TRUE
## 1939 2022-12-21 05:35:04      TRUE
## 1940 2022-12-21 05:34:22      TRUE
## 1941 2022-12-21 05:34:06      TRUE
## 1942 2022-12-21 05:32:34      TRUE
## 1943 2022-12-21 05:27:29      TRUE
## 1944 2022-12-21 05:25:46      TRUE
## 1945 2022-12-21 05:25:04      TRUE
## 1946 2022-12-21 05:24:58      TRUE
## 1947 2022-12-21 05:24:51      TRUE
## 1948 2022-12-21 05:23:21      TRUE
## 1949 2022-12-21 05:22:29      TRUE
## 1950 2022-12-21 05:22:12      TRUE
## 1951 2022-12-21 05:21:37      TRUE
## 1952 2022-12-21 05:21:37      TRUE
## 1953 2022-12-21 05:21:15      TRUE
## 1954 2022-12-21 05:21:05      TRUE
## 1955 2022-12-21 05:20:20      TRUE
## 1956 2022-12-21 05:20:07      TRUE
## 1957 2022-12-21 05:19:11      TRUE
## 1958 2022-12-21 05:18:14      TRUE
## 1959 2022-12-21 05:17:32      TRUE
## 1960 2022-12-21 05:15:48      TRUE
## 1961 2022-12-21 05:14:09      TRUE
## 1962 2022-12-21 05:12:11      TRUE
## 1963 2022-12-21 05:11:08      TRUE
## 1964 2022-12-21 05:09:33      TRUE
## 1965 2022-12-21 05:08:24      TRUE
## 1966 2022-12-21 05:08:12      TRUE
## 1967 2022-12-21 05:07:49      TRUE
## 1968 2022-12-21 05:07:09      TRUE
## 1969 2022-12-21 05:06:44      TRUE
## 1970 2022-12-21 05:06:34      TRUE
## 1971 2022-12-21 05:06:14      TRUE
## 1972 2022-12-21 05:05:59      TRUE
## 1973 2022-12-21 05:04:55      TRUE
## 1974 2022-12-21 05:04:34      TRUE
## 1975 2022-12-21 05:04:04      TRUE
## 1976 2022-12-21 05:02:37      TRUE
## 1977 2022-12-21 05:02:34      TRUE
## 1978 2022-12-21 05:02:33      TRUE
## 1979 2022-12-21 05:02:05      TRUE
## 1980 2022-12-21 05:01:45      TRUE
## 1981 2022-12-21 05:01:00      TRUE
## 1982 2022-12-21 04:59:55      TRUE
## 1983 2022-12-21 04:57:46      TRUE
## 1984 2022-12-21 04:57:25      TRUE
## 1985 2022-12-21 04:57:21      TRUE
## 1986 2022-12-21 04:57:05      TRUE
## 1987 2022-12-21 04:56:36      TRUE
## 1988 2022-12-21 04:55:14      TRUE
## 1989 2022-12-21 04:53:59      TRUE
## 1990 2022-12-21 04:53:56      TRUE
## 1991 2022-12-21 04:53:12      TRUE
## 1992 2022-12-21 04:52:57      TRUE
## 1993 2022-12-21 04:51:29      TRUE
## 1994 2022-12-21 04:51:14      TRUE
## 1995 2022-12-21 04:48:26      TRUE
## 1996 2022-12-21 04:47:34      TRUE
## 1997 2022-12-21 04:43:58      TRUE
## 1998 2022-12-21 04:42:36      TRUE
## 1999 2022-12-21 04:42:32      TRUE
## 2000 2022-12-21 04:41:18      TRUE
## 2001 2022-12-21 04:41:06      TRUE
## 2002 2022-12-21 04:39:55      TRUE
## 2003 2022-12-21 04:39:47      TRUE
## 2004 2022-12-21 04:39:38      TRUE
## 2005 2022-12-21 04:39:29      TRUE
## 2006 2022-12-21 04:39:24      TRUE
## 2007 2022-12-21 04:38:54      TRUE
## 2008 2022-12-21 04:38:50      TRUE
## 2009 2022-12-21 04:36:24      TRUE
## 2010 2022-12-21 04:36:15      TRUE
## 2011 2022-12-21 04:35:26      TRUE
## 2012 2022-12-21 04:35:21      TRUE
## 2013 2022-12-21 04:35:15      TRUE
## 2014 2022-12-21 04:33:59      TRUE
## 2015 2022-12-21 04:31:56      TRUE
## 2016 2022-12-21 04:30:45      TRUE
## 2017 2022-12-21 04:30:44      TRUE
## 2018 2022-12-21 04:28:55      TRUE
## 2019 2022-12-21 04:28:14      TRUE
## 2020 2022-12-21 04:27:52      TRUE
## 2021 2022-12-21 04:26:30      TRUE
## 2022 2022-12-21 04:26:03      TRUE
## 2023 2022-12-21 04:25:33      TRUE
## 2024 2022-12-21 04:25:18      TRUE
## 2025 2022-12-21 04:24:57      TRUE
## 2026 2022-12-21 04:24:16      TRUE
## 2027 2022-12-21 04:24:00      TRUE
## 2028 2022-12-21 04:23:44      TRUE
## 2029 2022-12-21 04:23:22      TRUE
## 2030 2022-12-21 04:23:07      TRUE
## 2031 2022-12-21 04:23:07      TRUE
## 2032 2022-12-21 04:22:48      TRUE
## 2033 2022-12-21 04:22:17      TRUE
## 2034 2022-12-21 04:22:15      TRUE
## 2035 2022-12-21 04:21:32      TRUE
## 2036 2022-12-21 04:21:09      TRUE
## 2037 2022-12-21 04:19:57      TRUE
## 2038 2022-12-21 04:19:36      TRUE
## 2039 2022-12-21 04:19:19      TRUE
## 2040 2022-12-21 04:19:03      TRUE
## 2041 2022-12-21 04:18:43      TRUE
## 2042 2022-12-21 04:17:33      TRUE
## 2043 2022-12-21 04:17:24      TRUE
## 2044 2022-12-21 04:17:10      TRUE
## 2045 2022-12-21 04:16:08      TRUE
## 2046 2022-12-21 04:15:43      TRUE
## 2047 2022-12-21 04:15:41      TRUE
## 2048 2022-12-21 04:15:24      TRUE
## 2049 2022-12-21 04:14:40      TRUE
## 2050 2022-12-21 04:14:29      TRUE
## 2051 2022-12-21 04:13:07      TRUE
## 2052 2022-12-21 04:12:56      TRUE
## 2053 2022-12-21 04:12:40      TRUE
## 2054 2022-12-21 04:12:22      TRUE
## 2055 2022-12-21 04:11:56      TRUE
## 2056 2022-12-21 04:11:31      TRUE
## 2057 2022-12-21 04:10:45      TRUE
## 2058 2022-12-21 04:10:39      TRUE
## 2059 2022-12-21 04:09:54      TRUE
## 2060 2022-12-21 04:09:49      TRUE
## 2061 2022-12-21 04:09:01      TRUE
## 2062 2022-12-21 04:08:37      TRUE
## 2063 2022-12-21 04:07:49      TRUE
## 2064 2022-12-21 04:07:26      TRUE
## 2065 2022-12-21 04:06:43      TRUE
## 2066 2022-12-21 04:06:34      TRUE
## 2067 2022-12-21 04:06:20      TRUE
## 2068 2022-12-21 04:06:14      TRUE
## 2069 2022-12-21 04:05:32      TRUE
## 2070 2022-12-21 04:05:28      TRUE
## 2071 2022-12-21 04:04:24      TRUE
## 2072 2022-12-21 04:04:22      TRUE
## 2073 2022-12-21 04:03:23      TRUE
## 2074 2022-12-21 04:02:53      TRUE
## 2075 2022-12-21 04:02:21      TRUE
## 2076 2022-12-21 04:01:53      TRUE
## 2077 2022-12-21 04:01:35      TRUE
## 2078 2022-12-21 04:01:34      TRUE
## 2079 2022-12-21 04:00:14      TRUE
## 2080 2022-12-21 03:59:45      TRUE
## 2081 2022-12-21 03:59:16      TRUE
## 2082 2022-12-21 03:57:45      TRUE
## 2083 2022-12-21 03:57:24      TRUE
## 2084 2022-12-21 03:56:40      TRUE
## 2085 2022-12-21 03:56:36      TRUE
## 2086 2022-12-21 03:56:26      TRUE
## 2087 2022-12-21 03:56:14      TRUE
## 2088 2022-12-21 03:55:43      TRUE
## 2089 2022-12-21 03:55:29      TRUE
## 2090 2022-12-21 03:53:23      TRUE
## 2091 2022-12-21 03:53:01      TRUE
## 2092 2022-12-21 03:52:42      TRUE
## 2093 2022-12-21 03:51:58      TRUE
## 2094 2022-12-21 03:51:30      TRUE
## 2095 2022-12-21 03:49:40      TRUE
## 2096 2022-12-21 03:49:01      TRUE
## 2097 2022-12-21 03:48:55      TRUE
## 2098 2022-12-21 03:48:36      TRUE
## 2099 2022-12-21 03:48:07      TRUE
## 2100 2022-12-21 03:48:05      TRUE
## 2101 2022-12-21 03:47:40      TRUE
## 2102 2022-12-21 03:47:18      TRUE
## 2103 2022-12-21 03:46:47      TRUE
## 2104 2022-12-21 03:46:07      TRUE
## 2105 2022-12-21 03:45:38      TRUE
## 2106 2022-12-21 03:43:17      TRUE
## 2107 2022-12-21 03:42:58      TRUE
## 2108 2022-12-21 03:42:22      TRUE
## 2109 2022-12-21 03:41:41      TRUE
## 2110 2022-12-21 03:41:03      TRUE
## 2111 2022-12-21 03:40:54      TRUE
## 2112 2022-12-21 03:40:29      TRUE
## 2113 2022-12-21 03:39:51      TRUE
## 2114 2022-12-21 03:39:49      TRUE
## 2115 2022-12-21 03:39:37      TRUE
## 2116 2022-12-21 03:39:28      TRUE
## 2117 2022-12-21 03:39:20      TRUE
## 2118 2022-12-21 03:38:36      TRUE
## 2119 2022-12-21 03:38:04      TRUE
## 2120 2022-12-21 03:37:53      TRUE
## 2121 2022-12-21 03:37:51      TRUE
## 2122 2022-12-21 03:37:14      TRUE
## 2123 2022-12-21 03:36:59      TRUE
## 2124 2022-12-21 03:36:53      TRUE
## 2125 2022-12-21 03:36:51      TRUE
## 2126 2022-12-21 03:36:16      TRUE
## 2127 2022-12-21 03:36:16      TRUE
## 2128 2022-12-21 03:36:13      TRUE
## 2129 2022-12-21 03:36:04      TRUE
## 2130 2022-12-21 03:36:03      TRUE
## 2131 2022-12-21 03:35:14      TRUE
## 2132 2022-12-21 03:34:26      TRUE
## 2133 2022-12-21 03:34:12      TRUE
## 2134 2022-12-21 03:33:46      TRUE
## 2135 2022-12-21 03:33:26      TRUE
## 2136 2022-12-21 03:30:40      TRUE
## 2137 2022-12-21 03:30:33      TRUE
## 2138 2022-12-21 03:30:31      TRUE
## 2139 2022-12-21 03:29:47      TRUE
## 2140 2022-12-21 03:29:45      TRUE
## 2141 2022-12-21 03:29:08      TRUE
## 2142 2022-12-21 03:28:46      TRUE
## 2143 2022-12-21 03:28:33      TRUE
## 2144 2022-12-21 03:28:24      TRUE
## 2145 2022-12-21 03:28:17      TRUE
## 2146 2022-12-21 03:27:02      TRUE
## 2147 2022-12-21 03:25:38      TRUE
## 2148 2022-12-21 03:25:23      TRUE
## 2149 2022-12-21 03:25:04      TRUE
## 2150 2022-12-21 03:24:57      TRUE
## 2151 2022-12-21 03:24:52      TRUE
## 2152 2022-12-21 03:24:35      TRUE
## 2153 2022-12-21 03:24:03      TRUE
## 2154 2022-12-21 03:23:56      TRUE
## 2155 2022-12-21 03:23:47      TRUE
## 2156 2022-12-21 03:23:38      TRUE
## 2157 2022-12-21 03:23:22      TRUE
## 2158 2022-12-21 03:23:18      TRUE
## 2159 2022-12-21 03:23:06      TRUE
## 2160 2022-12-21 03:22:24      TRUE
## 2161 2022-12-21 03:22:16      TRUE
## 2162 2022-12-21 03:20:01      TRUE
## 2163 2022-12-21 03:19:42      TRUE
## 2164 2022-12-21 03:18:17      TRUE
## 2165 2022-12-21 03:17:47      TRUE
## 2166 2022-12-21 03:17:36      TRUE
## 2167 2022-12-21 03:13:03      TRUE
## 2168 2022-12-21 03:12:19      TRUE
## 2169 2022-12-21 03:11:39      TRUE
## 2170 2022-12-21 03:11:29      TRUE
## 2171 2022-12-21 03:11:18      TRUE
## 2172 2022-12-21 03:09:55      TRUE
## 2173 2022-12-21 03:08:46      TRUE
## 2174 2022-12-21 03:08:44      TRUE
## 2175 2022-12-21 03:08:36      TRUE
## 2176 2022-12-21 03:07:59      TRUE
## 2177 2022-12-21 03:07:32      TRUE
## 2178 2022-12-21 03:06:49      TRUE
## 2179 2022-12-21 03:06:48      TRUE
## 2180 2022-12-21 03:06:45      TRUE
## 2181 2022-12-21 03:04:52      TRUE
## 2182 2022-12-21 03:02:53      TRUE
## 2183 2022-12-21 03:02:22      TRUE
## 2184 2022-12-21 03:02:20      TRUE
## 2185 2022-12-21 03:02:04      TRUE
## 2186 2022-12-21 03:01:30      TRUE
## 2187 2022-12-21 02:59:38      TRUE
## 2188 2022-12-21 02:58:53      TRUE
## 2189 2022-12-21 02:58:45      TRUE
## 2190 2022-12-21 02:58:30      TRUE
## 2191 2022-12-21 02:57:47      TRUE
## 2192 2022-12-21 02:57:24      TRUE
## 2193 2022-12-21 02:57:06      TRUE
## 2194 2022-12-21 02:56:50      TRUE
## 2195 2022-12-21 02:56:50      TRUE
## 2196 2022-12-21 02:56:33      TRUE
## 2197 2022-12-21 02:56:28      TRUE
## 2198 2022-12-21 02:56:11      TRUE
## 2199 2022-12-21 02:55:29      TRUE
## 2200 2022-12-21 02:53:38      TRUE
## 2201 2022-12-21 02:52:03      TRUE
## 2202 2022-12-21 02:51:29      TRUE
## 2203 2022-12-21 02:51:10      TRUE
## 2204 2022-12-21 02:51:10      TRUE
## 2205 2022-12-21 02:51:08      TRUE
## 2206 2022-12-21 02:51:00      TRUE
## 2207 2022-12-21 02:50:57      TRUE
## 2208 2022-12-21 02:50:36      TRUE
## 2209 2022-12-21 02:49:53      TRUE
## 2210 2022-12-21 02:49:49      TRUE
## 2211 2022-12-21 02:48:39      TRUE
## 2212 2022-12-21 02:47:45      TRUE
## 2213 2022-12-21 02:47:11      TRUE
## 2214 2022-12-21 02:47:10      TRUE
## 2215 2022-12-21 02:46:35      TRUE
## 2216 2022-12-21 02:45:27      TRUE
## 2217 2022-12-21 02:44:01      TRUE
## 2218 2022-12-21 02:42:14      TRUE
## 2219 2022-12-21 02:41:37      TRUE
## 2220 2022-12-21 02:41:09      TRUE
## 2221 2022-12-21 02:41:00      TRUE
## 2222 2022-12-21 02:40:38      TRUE
## 2223 2022-12-21 02:40:24      TRUE
## 2224 2022-12-21 02:40:22      TRUE
## 2225 2022-12-21 02:38:48      TRUE
## 2226 2022-12-21 02:38:47      TRUE
## 2227 2022-12-21 02:38:29      TRUE
## 2228 2022-12-21 02:38:09      TRUE
## 2229 2022-12-21 02:37:57      TRUE
## 2230 2022-12-21 02:37:36      TRUE
## 2231 2022-12-21 02:37:06      TRUE
## 2232 2022-12-21 02:36:34      TRUE
## 2233 2022-12-21 02:36:31      TRUE
## 2234 2022-12-21 02:35:46      TRUE
## 2235 2022-12-21 02:35:38      TRUE
## 2236 2022-12-21 02:35:34      TRUE
## 2237 2022-12-21 02:35:23      TRUE
## 2238 2022-12-21 02:35:17      TRUE
## 2239 2022-12-21 02:35:11      TRUE
## 2240 2022-12-21 02:34:16      TRUE
## 2241 2022-12-21 02:34:12      TRUE
## 2242 2022-12-21 02:34:05      TRUE
## 2243 2022-12-21 02:34:02      TRUE
## 2244 2022-12-21 02:33:06      TRUE
## 2245 2022-12-21 02:32:46      TRUE
## 2246 2022-12-21 02:32:34      TRUE
## 2247 2022-12-21 02:32:30      TRUE
## 2248 2022-12-21 02:32:14      TRUE
## 2249 2022-12-21 02:32:01      TRUE
## 2250 2022-12-21 02:31:11      TRUE
## 2251 2022-12-21 02:30:59      TRUE
## 2252 2022-12-21 02:30:58      TRUE
## 2253 2022-12-21 02:30:43      TRUE
## 2254 2022-12-21 02:30:08      TRUE
## 2255 2022-12-21 02:29:49      TRUE
## 2256 2022-12-21 02:28:52      TRUE
## 2257 2022-12-21 02:28:44      TRUE
## 2258 2022-12-21 02:28:35      TRUE
## 2259 2022-12-21 02:27:58      TRUE
## 2260 2022-12-21 02:27:41      TRUE
## 2261 2022-12-21 02:26:54      TRUE
## 2262 2022-12-21 02:26:22      TRUE
## 2263 2022-12-21 02:25:46      TRUE
## 2264 2022-12-21 02:25:23      TRUE
## 2265 2022-12-21 02:24:49      TRUE
## 2266 2022-12-21 02:24:47      TRUE
## 2267 2022-12-21 02:24:27      TRUE
## 2268 2022-12-21 02:24:01      TRUE
## 2269 2022-12-21 02:23:47      TRUE
## 2270 2022-12-21 02:23:38      TRUE
## 2271 2022-12-21 02:23:21      TRUE
## 2272 2022-12-21 02:23:11      TRUE
## 2273 2022-12-21 02:22:45      TRUE
## 2274 2022-12-21 02:22:36      TRUE
## 2275 2022-12-21 02:22:25      TRUE
## 2276 2022-12-21 02:22:17      TRUE
## 2277 2022-12-21 02:22:11      TRUE
## 2278 2022-12-21 02:21:18      TRUE
## 2279 2022-12-21 02:21:14      TRUE
## 2280 2022-12-21 02:18:27      TRUE
## 2281 2022-12-21 02:17:37      TRUE
## 2282 2022-12-21 02:17:34      TRUE
## 2283 2022-12-21 02:17:27      TRUE
## 2284 2022-12-21 02:16:42      TRUE
## 2285 2022-12-21 02:16:14      TRUE
## 2286 2022-12-21 02:15:11      TRUE
## 2287 2022-12-21 02:15:07      TRUE
## 2288 2022-12-21 02:14:58      TRUE
## 2289 2022-12-21 02:14:44      TRUE
## 2290 2022-12-21 02:14:25      TRUE
## 2291 2022-12-21 02:14:16      TRUE
## 2292 2022-12-21 02:13:54      TRUE
## 2293 2022-12-21 02:13:45      TRUE
## 2294 2022-12-21 02:13:08      TRUE
## 2295 2022-12-21 02:12:15      TRUE
## 2296 2022-12-21 02:10:36      TRUE
## 2297 2022-12-21 02:09:48      TRUE
## 2298 2022-12-21 02:09:38      TRUE
## 2299 2022-12-21 02:09:03      TRUE
## 2300 2022-12-21 02:08:57      TRUE
## 2301 2022-12-21 02:07:03      TRUE
## 2302 2022-12-21 02:07:01      TRUE
## 2303 2022-12-21 02:06:13      TRUE
## 2304 2022-12-21 02:06:13      TRUE
## 2305 2022-12-21 02:05:42      TRUE
## 2306 2022-12-21 02:05:07      TRUE
## 2307 2022-12-21 02:04:42      TRUE
## 2308 2022-12-21 02:03:29      TRUE
## 2309 2022-12-21 02:03:06      TRUE
## 2310 2022-12-21 02:03:03      TRUE
## 2311 2022-12-21 02:03:01      TRUE
## 2312 2022-12-21 02:02:41      TRUE
## 2313 2022-12-21 02:02:30      TRUE
## 2314 2022-12-21 02:02:24      TRUE
## 2315 2022-12-21 02:01:41      TRUE
## 2316 2022-12-21 02:00:54      TRUE
## 2317 2022-12-21 02:00:29      TRUE
## 2318 2022-12-21 02:00:25      TRUE
## 2319 2022-12-21 01:59:06      TRUE
## 2320 2022-12-21 01:58:12      TRUE
## 2321 2022-12-21 01:57:32      TRUE
## 2322 2022-12-21 01:56:14      TRUE
## 2323 2022-12-21 01:56:08      TRUE
## 2324 2022-12-21 01:55:45      TRUE
## 2325 2022-12-21 01:55:37      TRUE
## 2326 2022-12-21 01:55:20      TRUE
## 2327 2022-12-21 01:55:01      TRUE
## 2328 2022-12-21 01:54:57      TRUE
## 2329 2022-12-21 01:54:06      TRUE
## 2330 2022-12-21 01:53:59      TRUE
## 2331 2022-12-21 01:53:41      TRUE
## 2332 2022-12-21 01:53:23      TRUE
## 2333 2022-12-21 01:53:06      TRUE
## 2334 2022-12-21 01:53:05      TRUE
## 2335 2022-12-21 01:52:16      TRUE
## 2336 2022-12-21 01:52:14      TRUE
## 2337 2022-12-21 01:52:01      TRUE
## 2338 2022-12-21 01:51:59      TRUE
## 2339 2022-12-21 01:51:50      TRUE
## 2340 2022-12-21 01:51:35      TRUE
## 2341 2022-12-21 01:50:57      TRUE
## 2342 2022-12-21 01:50:26      TRUE
## 2343 2022-12-21 01:50:25      TRUE
## 2344 2022-12-21 01:49:27      TRUE
## 2345 2022-12-21 01:49:04      TRUE
## 2346 2022-12-21 01:48:32      TRUE
## 2347 2022-12-21 01:48:11      TRUE
## 2348 2022-12-21 01:47:48      TRUE
## 2349 2022-12-21 01:47:47      TRUE
## 2350 2022-12-21 01:47:11      TRUE
## 2351 2022-12-21 01:46:50      TRUE
## 2352 2022-12-21 01:46:20      TRUE
## 2353 2022-12-21 01:45:56      TRUE
## 2354 2022-12-21 01:45:29      TRUE
## 2355 2022-12-21 01:45:04      TRUE
## 2356 2022-12-21 01:44:54      TRUE
## 2357 2022-12-21 01:44:17      TRUE
## 2358 2022-12-21 01:44:12      TRUE
## 2359 2022-12-21 01:44:08      TRUE
## 2360 2022-12-21 01:43:29      TRUE
## 2361 2022-12-21 01:43:29      TRUE
## 2362 2022-12-21 01:43:27      TRUE
## 2363 2022-12-21 01:42:38      TRUE
## 2364 2022-12-21 01:42:36      TRUE
## 2365 2022-12-21 01:41:55      TRUE
## 2366 2022-12-21 01:41:39      TRUE
## 2367 2022-12-21 01:41:32      TRUE
## 2368 2022-12-21 01:41:27      TRUE
## 2369 2022-12-21 01:40:29      TRUE
## 2370 2022-12-21 01:40:28      TRUE
## 2371 2022-12-21 01:39:36      TRUE
## 2372 2022-12-21 01:38:53      TRUE
## 2373 2022-12-21 01:38:45      TRUE
## 2374 2022-12-21 01:38:39      TRUE
## 2375 2022-12-21 01:37:00      TRUE
## 2376 2022-12-21 01:37:00      TRUE
## 2377 2022-12-21 01:35:14      TRUE
## 2378 2022-12-21 01:35:00      TRUE
## 2379 2022-12-21 01:33:27      TRUE
## 2380 2022-12-21 01:32:58      TRUE
## 2381 2022-12-21 01:32:22      TRUE
## 2382 2022-12-21 01:32:01      TRUE
## 2383 2022-12-21 01:30:29      TRUE
## 2384 2022-12-21 01:30:27      TRUE
## 2385 2022-12-21 01:30:10      TRUE
## 2386 2022-12-21 01:30:06      TRUE
## 2387 2022-12-21 01:29:17      TRUE
## 2388 2022-12-21 01:28:26      TRUE
## 2389 2022-12-21 01:27:24      TRUE
## 2390 2022-12-21 01:26:41      TRUE
## 2391 2022-12-21 01:26:24      TRUE
## 2392 2022-12-21 01:26:14      TRUE
## 2393 2022-12-21 01:26:07      TRUE
## 2394 2022-12-21 01:25:24      TRUE
## 2395 2022-12-21 01:25:10      TRUE
## 2396 2022-12-21 01:21:53      TRUE
## 2397 2022-12-21 01:21:12      TRUE
## 2398 2022-12-21 01:20:14      TRUE
## 2399 2022-12-21 01:18:36      TRUE
## 2400 2022-12-21 01:17:54      TRUE
## 2401 2022-12-21 01:16:39      TRUE
## 2402 2022-12-21 01:16:36      TRUE
## 2403 2022-12-21 01:16:25      TRUE
## 2404 2022-12-21 01:16:16      TRUE
## 2405 2022-12-21 01:15:54      TRUE
## 2406 2022-12-21 01:15:05      TRUE
## 2407 2022-12-21 01:14:47      TRUE
## 2408 2022-12-21 01:14:33      TRUE
## 2409 2022-12-21 01:13:45      TRUE
## 2410 2022-12-21 01:13:27      TRUE
## 2411 2022-12-21 01:13:22      TRUE
## 2412 2022-12-21 01:13:20      TRUE
## 2413 2022-12-21 01:12:51      TRUE
## 2414 2022-12-21 01:12:42      TRUE
## 2415 2022-12-21 01:11:55      TRUE
## 2416 2022-12-21 01:11:32      TRUE
## 2417 2022-12-21 01:11:19      TRUE
## 2418 2022-12-21 01:11:04      TRUE
## 2419 2022-12-21 01:10:07      TRUE
## 2420 2022-12-21 01:09:44      TRUE
## 2421 2022-12-21 01:09:36      TRUE
## 2422 2022-12-21 01:09:22      TRUE
## 2423 2022-12-21 01:09:13      TRUE
## 2424 2022-12-21 01:09:01      TRUE
## 2425 2022-12-21 01:08:26      TRUE
## 2426 2022-12-21 01:07:59      TRUE
## 2427 2022-12-21 01:07:17      TRUE
## 2428 2022-12-21 01:06:31      TRUE
## 2429 2022-12-21 01:06:28      TRUE
## 2430 2022-12-21 01:06:14      TRUE
## 2431 2022-12-21 01:06:13      TRUE
## 2432 2022-12-21 01:06:02      TRUE
## 2433 2022-12-21 01:04:46      TRUE
## 2434 2022-12-21 01:02:55      TRUE
## 2435 2022-12-21 01:01:59      TRUE
## 2436 2022-12-21 01:01:45      TRUE
## 2437 2022-12-21 01:01:26      TRUE
## 2438 2022-12-21 01:01:16      TRUE
## 2439 2022-12-21 01:01:07      TRUE
## 2440 2022-12-21 01:00:47      TRUE
## 2441 2022-12-21 00:59:54      TRUE
## 2442 2022-12-21 00:58:09      TRUE
## 2443 2022-12-21 00:57:53      TRUE
## 2444 2022-12-21 00:56:00      TRUE
## 2445 2022-12-21 00:56:00      TRUE
## 2446 2022-12-21 00:55:49      TRUE
## 2447 2022-12-21 00:55:28      TRUE
## 2448 2022-12-21 00:55:24      TRUE
## 2449 2022-12-21 00:55:19      TRUE
## 2450 2022-12-21 00:54:54      TRUE
## 2451 2022-12-21 00:54:47      TRUE
## 2452 2022-12-21 00:54:03      TRUE
## 2453 2022-12-21 00:53:11      TRUE
## 2454 2022-12-21 00:53:06      TRUE
## 2455 2022-12-21 00:52:42      TRUE
## 2456 2022-12-21 00:52:17      TRUE
## 2457 2022-12-21 00:52:10      TRUE
## 2458 2022-12-21 00:51:26      TRUE
## 2459 2022-12-21 00:51:22      TRUE
## 2460 2022-12-21 00:50:47      TRUE
## 2461 2022-12-21 00:50:26      TRUE
## 2462 2022-12-21 00:50:22      TRUE
## 2463 2022-12-21 00:49:42      TRUE
## 2464 2022-12-21 00:49:07      TRUE
## 2465 2022-12-21 00:48:59      TRUE
## 2466 2022-12-21 00:48:29      TRUE
## 2467 2022-12-21 00:48:13      TRUE
## 2468 2022-12-21 00:48:00      TRUE
## 2469 2022-12-21 00:47:28      TRUE
## 2470 2022-12-21 00:46:32      TRUE
## 2471 2022-12-21 00:46:14      TRUE
## 2472 2022-12-21 00:45:43      TRUE
## 2473 2022-12-21 00:45:13      TRUE
## 2474 2022-12-21 00:44:45      TRUE
## 2475 2022-12-21 00:44:25      TRUE
## 2476 2022-12-21 00:43:45      TRUE
## 2477 2022-12-21 00:43:26      TRUE
## 2478 2022-12-21 00:43:26      TRUE
## 2479 2022-12-21 00:42:53      TRUE
## 2480 2022-12-21 00:42:13      TRUE
## 2481 2022-12-21 00:38:00      TRUE
## 2482 2022-12-21 00:37:53      TRUE
## 2483 2022-12-21 00:37:53      TRUE
## 2484 2022-12-21 00:37:19      TRUE
## 2485 2022-12-21 00:37:17      TRUE
## 2486 2022-12-21 00:36:18      TRUE
## 2487 2022-12-21 00:34:52      TRUE
## 2488 2022-12-21 00:34:42      TRUE
## 2489 2022-12-21 00:34:18      TRUE
## 2490 2022-12-21 00:34:06      TRUE
## 2491 2022-12-21 00:33:52      TRUE
## 2492 2022-12-21 00:33:34      TRUE
## 2493 2022-12-21 00:33:10      TRUE
## 2494 2022-12-21 00:31:46      TRUE
## 2495 2022-12-21 00:31:36      TRUE
## 2496 2022-12-21 00:30:58      TRUE
## 2497 2022-12-21 00:30:30      TRUE
## 2498 2022-12-21 00:29:45      TRUE
## 2499 2022-12-21 00:29:26      TRUE
## 2500 2022-12-21 00:29:20      TRUE
## 2501 2022-12-21 00:29:11      TRUE
## 2502 2022-12-21 00:29:08      TRUE
## 2503 2022-12-21 00:27:56      TRUE
## 2504 2022-12-21 00:27:32      TRUE
## 2505 2022-12-21 00:27:05      TRUE
## 2506 2022-12-21 00:25:38      TRUE
## 2507 2022-12-21 00:24:48      TRUE
## 2508 2022-12-21 00:24:23      TRUE
## 2509 2022-12-21 00:24:06      TRUE
## 2510 2022-12-21 00:23:59      TRUE
## 2511 2022-12-21 00:23:04      TRUE
## 2512 2022-12-21 00:22:13      TRUE
## 2513 2022-12-21 00:21:59      TRUE
## 2514 2022-12-21 00:21:25      TRUE
## 2515 2022-12-21 00:21:17      TRUE
## 2516 2022-12-21 00:21:15      TRUE
## 2517 2022-12-21 00:19:29      TRUE
## 2518 2022-12-21 00:19:24      TRUE
## 2519 2022-12-21 00:18:47      TRUE
## 2520 2022-12-21 00:18:04      TRUE
## 2521 2022-12-21 00:16:45      TRUE
## 2522 2022-12-21 00:16:21      TRUE
## 2523 2022-12-21 00:16:14      TRUE
## 2524 2022-12-21 00:16:14      TRUE
## 2525 2022-12-21 00:16:06      TRUE
## 2526 2022-12-21 00:16:06      TRUE
## 2527 2022-12-21 00:15:16      TRUE
## 2528 2022-12-21 00:14:54      TRUE
## 2529 2022-12-21 00:14:36      TRUE
## 2530 2022-12-21 00:14:27      TRUE
## 2531 2022-12-21 00:13:52      TRUE
## 2532 2022-12-21 00:13:32      TRUE
## 2533 2022-12-21 00:13:29      TRUE
## 2534 2022-12-21 00:13:21      TRUE
## 2535 2022-12-21 00:12:56      TRUE
## 2536 2022-12-21 00:12:45      TRUE
## 2537 2022-12-21 00:12:44      TRUE
## 2538 2022-12-21 00:12:35      TRUE
## 2539 2022-12-21 00:12:26      TRUE
## 2540 2022-12-21 00:10:52      TRUE
## 2541 2022-12-21 00:10:45      TRUE
## 2542 2022-12-21 00:10:25      TRUE
## 2543 2022-12-21 00:10:09      TRUE
## 2544 2022-12-21 00:08:45      TRUE
## 2545 2022-12-21 00:08:23      TRUE
## 2546 2022-12-21 00:08:06      TRUE
## 2547 2022-12-21 00:07:53      TRUE
## 2548 2022-12-21 00:07:52      TRUE
## 2549 2022-12-21 00:07:47      TRUE
## 2550 2022-12-21 00:06:58      TRUE
## 2551 2022-12-21 00:06:57      TRUE
## 2552 2022-12-21 00:06:23      TRUE
## 2553 2022-12-21 00:06:15      TRUE
## 2554 2022-12-21 00:04:39      TRUE
## 2555 2022-12-21 00:03:43      TRUE
## 2556 2022-12-21 00:03:21      TRUE
## 2557 2022-12-21 00:02:59      TRUE
## 2558 2022-12-21 00:02:51      TRUE
## 2559 2022-12-21 00:02:33      TRUE
## 2560 2022-12-21 00:01:12      TRUE
## 2561 2022-12-21 00:00:01      TRUE
## 2562 2022-12-20 23:59:51      TRUE
## 2563 2022-12-20 23:59:49      TRUE
## 2564 2022-12-20 23:59:44      TRUE
## 2565 2022-12-20 23:59:41      TRUE
## 2566 2022-12-20 23:59:40      TRUE
## 2567 2022-12-20 23:59:19      TRUE
## 2568 2022-12-20 23:59:03      TRUE
## 2569 2022-12-20 23:58:26      TRUE
## 2570 2022-12-20 23:58:01      TRUE
## 2571 2022-12-20 23:57:41      TRUE
## 2572 2022-12-20 23:57:35      TRUE
## 2573 2022-12-20 23:57:09      TRUE
## 2574 2022-12-20 23:57:01      TRUE
## 2575 2022-12-20 23:56:59      TRUE
## 2576 2022-12-20 23:56:50      TRUE
## 2577 2022-12-20 23:56:48      TRUE
## 2578 2022-12-20 23:56:34      TRUE
## 2579 2022-12-20 23:56:24      TRUE
## 2580 2022-12-20 23:56:18      TRUE
## 2581 2022-12-20 23:55:38      TRUE
## 2582 2022-12-20 23:55:37      TRUE
## 2583 2022-12-20 23:54:46      TRUE
## 2584 2022-12-20 23:54:40      TRUE
## 2585 2022-12-20 23:54:23      TRUE
## 2586 2022-12-20 23:52:52      TRUE
## 2587 2022-12-20 23:52:20      TRUE
## 2588 2022-12-20 23:52:13      TRUE
## 2589 2022-12-20 23:51:45      TRUE
## 2590 2022-12-20 23:50:46      TRUE
## 2591 2022-12-20 23:50:36      TRUE
## 2592 2022-12-20 23:49:49      TRUE
## 2593 2022-12-20 23:48:06      TRUE
## 2594 2022-12-20 23:48:01      TRUE
## 2595 2022-12-20 23:47:53      TRUE
## 2596 2022-12-20 23:47:45      TRUE
## 2597 2022-12-20 23:47:17      TRUE
## 2598 2022-12-20 23:46:12      TRUE
## 2599 2022-12-20 23:44:29      TRUE
## 2600 2022-12-20 23:43:20      TRUE
## 2601 2022-12-20 23:43:15      TRUE
## 2602 2022-12-20 23:43:05      TRUE
## 2603 2022-12-20 23:43:00      TRUE
## 2604 2022-12-20 23:42:29      TRUE
## 2605 2022-12-20 23:42:17      TRUE
## 2606 2022-12-20 23:42:13      TRUE
## 2607 2022-12-20 23:42:02      TRUE
## 2608 2022-12-20 23:41:56      TRUE
## 2609 2022-12-20 23:41:11      TRUE
## 2610 2022-12-20 23:39:57      TRUE
## 2611 2022-12-20 23:39:12      TRUE
## 2612 2022-12-20 23:38:52      TRUE
## 2613 2022-12-20 23:38:45      TRUE
## 2614 2022-12-20 23:38:43      TRUE
## 2615 2022-12-20 23:38:31      TRUE
## 2616 2022-12-20 23:37:32      TRUE
## 2617 2022-12-20 23:37:14      TRUE
## 2618 2022-12-20 23:36:43      TRUE
## 2619 2022-12-20 23:36:23      TRUE
## 2620 2022-12-20 23:34:43      TRUE
## 2621 2022-12-20 23:33:14      TRUE
## 2622 2022-12-20 23:33:12      TRUE
## 2623 2022-12-20 23:32:38      TRUE
## 2624 2022-12-20 23:32:27      TRUE
## 2625 2022-12-20 23:31:30      TRUE
## 2626 2022-12-20 23:30:55      TRUE
## 2627 2022-12-20 23:30:09      TRUE
## 2628 2022-12-20 23:30:02      TRUE
## 2629 2022-12-20 23:29:45      TRUE
## 2630 2022-12-20 23:29:18      TRUE
## 2631 2022-12-20 23:28:46      TRUE
## 2632 2022-12-20 23:28:32      TRUE
## 2633 2022-12-20 23:28:29      TRUE
## 2634 2022-12-20 23:28:19      TRUE
## 2635 2022-12-20 23:27:40      TRUE
## 2636 2022-12-20 23:27:16      TRUE
## 2637 2022-12-20 23:26:41      TRUE
## 2638 2022-12-20 23:26:33      TRUE
## 2639 2022-12-20 23:26:28      TRUE
## 2640 2022-12-20 23:26:20      TRUE
## 2641 2022-12-20 23:26:13      TRUE
## 2642 2022-12-20 23:25:08      TRUE
## 2643 2022-12-20 23:25:06      TRUE
## 2644 2022-12-20 23:25:01      TRUE
## 2645 2022-12-20 23:24:57      TRUE
## 2646 2022-12-20 23:24:32      TRUE
## 2647 2022-12-20 23:24:25      TRUE
## 2648 2022-12-20 23:24:23      TRUE
## 2649 2022-12-20 23:22:18      TRUE
## 2650 2022-12-20 23:22:13      TRUE
## 2651 2022-12-20 23:21:31      TRUE
## 2652 2022-12-20 23:20:34      TRUE
## 2653 2022-12-20 23:20:33      TRUE
## 2654 2022-12-20 23:20:30      TRUE
## 2655 2022-12-20 23:20:20      TRUE
## 2656 2022-12-20 23:20:11      TRUE
## 2657 2022-12-20 23:19:48      TRUE
## 2658 2022-12-20 23:19:39      TRUE
## 2659 2022-12-20 23:18:27      TRUE
## 2660 2022-12-20 23:18:25      TRUE
## 2661 2022-12-20 23:17:58      TRUE
## 2662 2022-12-20 23:17:35      TRUE
## 2663 2022-12-20 23:15:51      TRUE
## 2664 2022-12-20 23:15:44      TRUE
## 2665 2022-12-20 23:15:33      TRUE
## 2666 2022-12-20 23:15:19      TRUE
## 2667 2022-12-20 23:15:15      TRUE
## 2668 2022-12-20 23:15:00      TRUE
## 2669 2022-12-20 23:14:53      TRUE
## 2670 2022-12-20 23:13:42      TRUE
## 2671 2022-12-20 23:13:31      TRUE
## 2672 2022-12-20 23:13:00      TRUE
## 2673 2022-12-20 23:12:42      TRUE
## 2674 2022-12-20 23:12:38      TRUE
## 2675 2022-12-20 23:12:17      TRUE
## 2676 2022-12-20 23:12:11      TRUE
## 2677 2022-12-20 23:11:57      TRUE
## 2678 2022-12-20 23:11:55      TRUE
## 2679 2022-12-20 23:11:14      TRUE
## 2680 2022-12-20 23:11:02      TRUE
## 2681 2022-12-20 23:10:52      TRUE
## 2682 2022-12-20 23:10:51      TRUE
## 2683 2022-12-20 23:10:37      TRUE
## 2684 2022-12-20 23:10:25      TRUE
## 2685 2022-12-20 23:10:15      TRUE
## 2686 2022-12-20 23:09:58      TRUE
## 2687 2022-12-20 23:09:32      TRUE
## 2688 2022-12-20 23:09:09      TRUE
## 2689 2022-12-20 23:08:28      TRUE
## 2690 2022-12-20 23:08:10      TRUE
## 2691 2022-12-20 23:07:26      TRUE
## 2692 2022-12-20 23:06:45      TRUE
## 2693 2022-12-20 23:06:24      TRUE
## 2694 2022-12-20 23:06:19      TRUE
## 2695 2022-12-20 23:06:15      TRUE
## 2696 2022-12-20 23:05:22      TRUE
## 2697 2022-12-20 23:04:45      TRUE
## 2698 2022-12-20 23:03:55      TRUE
## 2699 2022-12-20 23:03:41      TRUE
## 2700 2022-12-20 23:02:39      TRUE
## 2701 2022-12-20 23:02:15      TRUE
## 2702 2022-12-20 23:00:57      TRUE
## 2703 2022-12-20 23:00:56      TRUE
## 2704 2022-12-20 23:00:49      TRUE
## 2705 2022-12-20 23:00:15      TRUE
## 2706 2022-12-20 23:00:04      TRUE
## 2707 2022-12-20 23:00:04      TRUE
## 2708 2022-12-20 22:59:41      TRUE
## 2709 2022-12-20 22:59:38      TRUE
## 2710 2022-12-20 22:59:15      TRUE
## 2711 2022-12-20 22:59:03      TRUE
## 2712 2022-12-20 22:58:45      TRUE
## 2713 2022-12-20 22:58:27      TRUE
## 2714 2022-12-20 22:58:01      TRUE
## 2715 2022-12-20 22:57:43      TRUE
## 2716 2022-12-20 22:57:31      TRUE
## 2717 2022-12-20 22:56:14      TRUE
## 2718 2022-12-20 22:55:31      TRUE
## 2719 2022-12-20 22:55:26      TRUE
## 2720 2022-12-20 22:55:25      TRUE
## 2721 2022-12-20 22:55:14      TRUE
## 2722 2022-12-20 22:55:10      TRUE
## 2723 2022-12-20 22:55:04      TRUE
## 2724 2022-12-20 22:54:41      TRUE
## 2725 2022-12-20 22:54:24      TRUE
## 2726 2022-12-20 22:54:21      TRUE
## 2727 2022-12-20 22:54:11      TRUE
## 2728 2022-12-20 22:54:06      TRUE
## 2729 2022-12-20 22:53:28      TRUE
## 2730 2022-12-20 22:52:16      TRUE
## 2731 2022-12-20 22:52:08      TRUE
## 2732 2022-12-20 22:51:57      TRUE
## 2733 2022-12-20 22:51:52      TRUE
## 2734 2022-12-20 22:50:23      TRUE
## 2735 2022-12-20 22:50:01      TRUE
## 2736 2022-12-20 22:49:26      TRUE
## 2737 2022-12-20 22:49:25      TRUE
## 2738 2022-12-20 22:48:11      TRUE
## 2739 2022-12-20 22:47:25      TRUE
## 2740 2022-12-20 22:47:14      TRUE
## 2741 2022-12-20 22:46:37      TRUE
## 2742 2022-12-20 22:46:28      TRUE
## 2743 2022-12-20 22:46:14      TRUE
## 2744 2022-12-20 22:45:41      TRUE
## 2745 2022-12-20 22:44:56      TRUE
## 2746 2022-12-20 22:44:28      TRUE
## 2747 2022-12-20 22:43:53      TRUE
## 2748 2022-12-20 22:43:30      TRUE
## 2749 2022-12-20 22:43:17      TRUE
## 2750 2022-12-20 22:43:03      TRUE
## 2751 2022-12-20 22:42:41      TRUE
## 2752 2022-12-20 22:42:35      TRUE
## 2753 2022-12-20 22:42:28      TRUE
## 2754 2022-12-20 22:42:23      TRUE
## 2755 2022-12-20 22:41:02      TRUE
## 2756 2022-12-20 22:40:18      TRUE
## 2757 2022-12-20 22:40:11      TRUE
## 2758 2022-12-20 22:39:46      TRUE
## 2759 2022-12-20 22:39:45      TRUE
## 2760 2022-12-20 22:37:06      TRUE
## 2761 2022-12-20 22:36:42      TRUE
## 2762 2022-12-20 22:36:28      TRUE
## 2763 2022-12-20 22:36:18      TRUE
## 2764 2022-12-20 22:35:50      TRUE
## 2765 2022-12-20 22:35:41      TRUE
## 2766 2022-12-20 22:34:43      TRUE
## 2767 2022-12-20 22:34:38      TRUE
## 2768 2022-12-20 22:34:03      TRUE
## 2769 2022-12-20 22:33:55      TRUE
## 2770 2022-12-20 22:33:35      TRUE
## 2771 2022-12-20 22:33:25      TRUE
## 2772 2022-12-20 22:32:48      TRUE
## 2773 2022-12-20 22:30:20      TRUE
## 2774 2022-12-20 22:30:19      TRUE
## 2775 2022-12-20 22:30:14      TRUE
## 2776 2022-12-20 22:30:07      TRUE
## 2777 2022-12-20 22:29:43      TRUE
## 2778 2022-12-20 22:29:38      TRUE
## 2779 2022-12-20 22:29:08      TRUE
## 2780 2022-12-20 22:28:36      TRUE
## 2781 2022-12-20 22:27:57      TRUE
## 2782 2022-12-20 22:27:56      TRUE
## 2783 2022-12-20 22:27:15      TRUE
## 2784 2022-12-20 22:26:19      TRUE
## 2785 2022-12-20 22:26:14      TRUE
## 2786 2022-12-20 22:25:49      TRUE
## 2787 2022-12-20 22:23:12      TRUE
## 2788 2022-12-20 22:23:07      TRUE
## 2789 2022-12-20 22:22:40      TRUE
## 2790 2022-12-20 22:21:00      TRUE
## 2791 2022-12-20 22:20:43      TRUE
## 2792 2022-12-20 22:19:31      TRUE
## 2793 2022-12-20 22:18:34      TRUE
## 2794 2022-12-20 22:18:11      TRUE
## 2795 2022-12-20 22:17:52      TRUE
## 2796 2022-12-20 22:17:50      TRUE
## 2797 2022-12-20 22:17:39      TRUE
## 2798 2022-12-20 22:17:13      TRUE
## 2799 2022-12-20 22:16:17      TRUE
## 2800 2022-12-20 22:16:14      TRUE
## 2801 2022-12-20 22:15:35      TRUE
## 2802 2022-12-20 22:14:33      TRUE
## 2803 2022-12-20 22:14:12      TRUE
## 2804 2022-12-20 22:13:58      TRUE
## 2805 2022-12-20 22:12:05      TRUE
## 2806 2022-12-20 22:11:08      TRUE
## 2807 2022-12-20 22:10:26      TRUE
## 2808 2022-12-20 22:09:45      TRUE
## 2809 2022-12-20 22:09:01      TRUE
## 2810 2022-12-20 22:08:55      TRUE
## 2811 2022-12-20 22:08:48      TRUE
## 2812 2022-12-20 22:08:46      TRUE
## 2813 2022-12-20 22:08:37      TRUE
## 2814 2022-12-20 22:06:51      TRUE
## 2815 2022-12-20 22:06:38      TRUE
## 2816 2022-12-20 22:06:18      TRUE
## 2817 2022-12-20 22:06:09      TRUE
## 2818 2022-12-20 22:06:02      TRUE
## 2819 2022-12-20 22:06:01      TRUE
## 2820 2022-12-20 22:05:45      TRUE
## 2821 2022-12-20 22:05:35      TRUE
## 2822 2022-12-20 22:04:05      TRUE
## 2823 2022-12-20 22:03:47      TRUE
## 2824 2022-12-20 22:03:45      TRUE
## 2825 2022-12-20 22:03:04      TRUE
## 2826 2022-12-20 22:02:54      TRUE
## 2827 2022-12-20 22:02:09      TRUE
## 2828 2022-12-20 22:00:13      TRUE
## 2829 2022-12-20 21:59:49      TRUE
## 2830 2022-12-20 21:59:40      TRUE
## 2831 2022-12-20 21:58:53      TRUE
## 2832 2022-12-20 21:58:25      TRUE
## 2833 2022-12-20 21:56:42      TRUE
## 2834 2022-12-20 21:56:14      TRUE
## 2835 2022-12-20 21:52:52      TRUE
## 2836 2022-12-20 21:52:09      TRUE
## 2837 2022-12-20 21:49:54      TRUE
## 2838 2022-12-20 21:49:01      TRUE
## 2839 2022-12-20 21:47:57      TRUE
## 2840 2022-12-20 21:47:43      TRUE
## 2841 2022-12-20 21:47:41      TRUE
## 2842 2022-12-20 21:45:11      TRUE
## 2843 2022-12-20 21:44:47      TRUE
## 2844 2022-12-20 21:43:13      TRUE
## 2845 2022-12-20 21:42:46      TRUE
## 2846 2022-12-20 21:42:08      TRUE
## 2847 2022-12-20 21:40:29      TRUE
## 2848 2022-12-20 21:39:39      TRUE
## 2849 2022-12-20 21:36:51      TRUE
## 2850 2022-12-20 21:36:01      TRUE
## 2851 2022-12-20 21:35:51      TRUE
## 2852 2022-12-20 21:35:45      TRUE
## 2853 2022-12-20 21:35:40      TRUE
## 2854 2022-12-20 21:34:43      TRUE
## 2855 2022-12-20 21:34:18      TRUE
## 2856 2022-12-20 21:33:46      TRUE
## 2857 2022-12-20 21:28:10      TRUE
## 2858 2022-12-20 21:27:22      TRUE
## 2859 2022-12-20 21:20:59      TRUE
## 2860 2022-12-20 21:20:34      TRUE
## 2861 2022-12-20 21:19:33      TRUE
## 2862 2022-12-20 21:17:30      TRUE
## 2863 2022-12-20 21:17:06      TRUE
## 2864 2022-12-20 21:15:20      TRUE
## 2865 2022-12-20 21:14:08      TRUE
## 2866 2022-12-20 21:13:34      TRUE
## 2867 2022-12-20 21:13:21      TRUE
## 2868 2022-12-20 21:12:42      TRUE
## 2869 2022-12-20 21:10:20      TRUE
## 2870 2022-12-20 21:07:21      TRUE
## 2871 2022-12-20 21:07:04      TRUE
## 2872 2022-12-20 21:06:15      TRUE
## 2873 2022-12-20 21:04:44      TRUE
## 2874 2022-12-20 21:03:32      TRUE
## 2875 2022-12-20 21:00:52      TRUE
## 2876 2022-12-20 21:00:24      TRUE
## 2877 2022-12-20 21:00:24      TRUE
## 2878 2022-12-20 21:00:24      TRUE
## 2879 2022-12-20 21:00:19      TRUE
## 2880 2022-12-20 20:53:53      TRUE
## 2881 2022-12-20 20:53:36      TRUE
## 2882 2022-12-20 20:52:23      TRUE
## 2883 2022-12-20 20:51:47      TRUE
## 2884 2022-12-20 20:51:02      TRUE
## 2885 2022-12-20 20:49:58      TRUE
## 2886 2022-12-20 20:49:20      TRUE
## 2887 2022-12-20 20:49:15      TRUE
## 2888 2022-12-20 20:48:31      TRUE
## 2889 2022-12-20 20:46:44      TRUE
## 2890 2022-12-20 20:44:49      TRUE
## 2891 2022-12-20 20:43:56      TRUE
## 2892 2022-12-20 20:43:03      TRUE
## 2893 2022-12-20 20:42:55      TRUE
## 2894 2022-12-20 20:42:30      TRUE
## 2895 2022-12-20 20:42:11      TRUE
## 2896 2022-12-20 20:41:52      TRUE
## 2897 2022-12-20 20:40:21      TRUE
## 2898 2022-12-20 20:39:46      TRUE
## 2899 2022-12-20 20:39:27      TRUE
## 2900 2022-12-20 20:38:09      TRUE
## 2901 2022-12-20 20:35:51      TRUE
## 2902 2022-12-20 20:35:46      TRUE
## 2903 2022-12-20 20:34:40      TRUE
## 2904 2022-12-20 20:34:22      TRUE
## 2905 2022-12-20 20:34:14      TRUE
## 2906 2022-12-20 20:34:02      TRUE
## 2907 2022-12-20 20:32:21      TRUE
## 2908 2022-12-20 20:29:36      TRUE
## 2909 2022-12-20 20:29:07      TRUE
## 2910 2022-12-20 20:27:13      TRUE
## 2911 2022-12-20 20:26:49      TRUE
## 2912 2022-12-20 20:26:15      TRUE
## 2913 2022-12-20 20:25:47      TRUE
## 2914 2022-12-20 20:25:33      TRUE
## 2915 2022-12-20 20:24:32      TRUE
## 2916 2022-12-20 20:20:05      TRUE
## 2917 2022-12-20 20:17:18      TRUE
## 2918 2022-12-20 20:17:01      TRUE
## 2919 2022-12-20 20:15:24      TRUE
## 2920 2022-12-20 20:15:20      TRUE
## 2921 2022-12-20 20:15:14      TRUE
## 2922 2022-12-20 20:14:39      TRUE
## 2923 2022-12-20 20:13:16      TRUE
## 2924 2022-12-20 20:13:10      TRUE
## 2925 2022-12-20 20:11:51      TRUE
## 2926 2022-12-20 20:11:35      TRUE
## 2927 2022-12-20 20:11:23      TRUE
## 2928 2022-12-20 20:11:02      TRUE
## 2929 2022-12-20 20:10:38      TRUE
## 2930 2022-12-20 20:10:30      TRUE
## 2931 2022-12-20 20:10:24      TRUE
## 2932 2022-12-20 20:10:21      TRUE
## 2933 2022-12-20 20:10:12      TRUE
## 2934 2022-12-20 20:09:03      TRUE
## 2935 2022-12-20 20:08:41      TRUE
## 2936 2022-12-20 20:08:26      TRUE
## 2937 2022-12-20 20:08:15      TRUE
## 2938 2022-12-20 20:07:52      TRUE
## 2939 2022-12-20 20:06:03      TRUE
## 2940 2022-12-20 20:04:37      TRUE
## 2941 2022-12-20 20:04:11      TRUE
## 2942 2022-12-20 20:00:58      TRUE
## 2943 2022-12-20 19:59:30      TRUE
## 2944 2022-12-20 19:56:02      TRUE
## 2945 2022-12-20 19:54:32      TRUE
## 2946 2022-12-20 19:52:53      TRUE
## 2947 2022-12-20 19:52:52      TRUE
## 2948 2022-12-20 19:52:51      TRUE
## 2949 2022-12-20 19:49:51      TRUE
## 2950 2022-12-20 19:49:46      TRUE
## 2951 2022-12-20 19:48:55      TRUE
## 2952 2022-12-20 19:48:33      TRUE
## 2953 2022-12-20 19:48:11      TRUE
## 2954 2022-12-20 19:47:58      TRUE
## 2955 2022-12-20 19:47:34      TRUE
## 2956 2022-12-20 19:47:32      TRUE
## 2957 2022-12-20 19:46:27      TRUE
## 2958 2022-12-20 19:46:23      TRUE
## 2959 2022-12-20 19:46:21      TRUE
## 2960 2022-12-20 19:45:23      TRUE
## 2961 2022-12-20 19:45:09      TRUE
## 2962 2022-12-20 19:44:19      TRUE
## 2963 2022-12-20 19:43:37      TRUE
## 2964 2022-12-20 19:43:35      TRUE
## 2965 2022-12-20 19:40:45      TRUE
## 2966 2022-12-20 19:39:23      TRUE
## 2967 2022-12-20 19:39:02      TRUE
## 2968 2022-12-20 19:35:26      TRUE
## 2969 2022-12-20 19:35:18      TRUE
## 2970 2022-12-20 19:35:15      TRUE
## 2971 2022-12-20 19:34:58      TRUE
## 2972 2022-12-20 19:31:16      TRUE
## 2973 2022-12-20 19:30:52      TRUE
## 2974 2022-12-20 19:27:56      TRUE
## 2975 2022-12-20 19:27:55      TRUE
## 2976 2022-12-20 19:27:53      TRUE
## 2977 2022-12-20 19:26:44      TRUE
## 2978 2022-12-20 19:26:00      TRUE
## 2979 2022-12-20 19:25:39      TRUE
## 2980 2022-12-20 19:24:56      TRUE
## 2981 2022-12-20 19:24:42      TRUE
## 2982 2022-12-20 19:24:10      TRUE
## 2983 2022-12-20 19:22:34      TRUE
## 2984 2022-12-20 19:22:22      TRUE
## 2985 2022-12-20 19:20:15      TRUE
## 2986 2022-12-20 19:19:40      TRUE
## 2987 2022-12-20 19:19:14      TRUE
## 2988 2022-12-20 19:18:26      TRUE
## 2989 2022-12-20 19:17:51      TRUE
## 2990 2022-12-20 19:17:47      TRUE
## 2991 2022-12-20 19:17:29      TRUE
## 2992 2022-12-20 19:16:42      TRUE
## 2993 2022-12-20 19:14:34      TRUE
## 2994 2022-12-20 19:14:19      TRUE
## 2995 2022-12-20 19:12:31      TRUE
## 2996 2022-12-20 19:12:10      TRUE
## 2997 2022-12-20 19:11:59      TRUE
## 2998 2022-12-20 19:11:18      TRUE
## 2999 2022-12-20 19:10:05      TRUE
## 3000 2022-12-20 19:09:12      TRUE
## 3001 2022-12-20 19:08:56      TRUE
## 3002 2022-12-20 19:08:42      TRUE
## 3003 2022-12-20 19:08:18      TRUE
## 3004 2022-12-20 19:07:48      TRUE
## 3005 2022-12-20 19:07:34      TRUE
## 3006 2022-12-20 19:07:01      TRUE
## 3007 2022-12-20 19:06:35      TRUE
## 3008 2022-12-20 19:06:33      TRUE
## 3009 2022-12-20 19:06:14      TRUE
## 3010 2022-12-20 19:06:06      TRUE
## 3011 2022-12-20 19:05:59      TRUE
## 3012 2022-12-20 19:03:49      TRUE
## 3013 2022-12-20 19:03:34      TRUE
## 3014 2022-12-20 19:03:24      TRUE
## 3015 2022-12-20 19:02:19      TRUE
## 3016 2022-12-20 19:01:38      TRUE
## 3017 2022-12-20 18:59:42      TRUE
## 3018 2022-12-20 18:59:30      TRUE
## 3019 2022-12-20 18:59:20      TRUE
## 3020 2022-12-20 18:59:19      TRUE
## 3021 2022-12-20 18:58:13      TRUE
## 3022 2022-12-20 18:57:02      TRUE
## 3023 2022-12-20 18:56:43      TRUE
## 3024 2022-12-20 18:56:15      TRUE
## 3025 2022-12-20 18:55:50      TRUE
## 3026 2022-12-20 18:54:20      TRUE
## 3027 2022-12-20 18:53:03      TRUE
## 3028 2022-12-20 18:52:59      TRUE
## 3029 2022-12-20 18:51:54      TRUE
## 3030 2022-12-20 18:51:16      TRUE
## 3031 2022-12-20 18:50:11      TRUE
## 3032 2022-12-20 18:49:36      TRUE
## 3033 2022-12-20 18:48:50      TRUE
## 3034 2022-12-20 18:48:42      TRUE
## 3035 2022-12-20 18:48:41      TRUE
## 3036 2022-12-20 18:45:45      TRUE
## 3037 2022-12-20 18:45:26      TRUE
## 3038 2022-12-20 18:44:15      TRUE
## 3039 2022-12-20 18:43:51      TRUE
## 3040 2022-12-20 18:42:50      TRUE
## 3041 2022-12-20 18:40:58      TRUE
## 3042 2022-12-20 18:40:52      TRUE
## 3043 2022-12-20 18:40:39      TRUE
## 3044 2022-12-20 18:38:21      TRUE
## 3045 2022-12-20 18:37:17      TRUE
## 3046 2022-12-20 18:37:04      TRUE
## 3047 2022-12-20 18:36:14      TRUE
## 3048 2022-12-20 18:34:32      TRUE
## 3049 2022-12-20 18:34:09      TRUE
## 3050 2022-12-20 18:33:18      TRUE
## 3051 2022-12-20 18:31:23      TRUE
## 3052 2022-12-20 18:30:51      TRUE
## 3053 2022-12-20 18:28:10      TRUE
## 3054 2022-12-20 18:28:01      TRUE
## 3055 2022-12-20 18:27:48      TRUE
## 3056 2022-12-20 18:27:23      TRUE
## 3057 2022-12-20 18:27:22      TRUE
## 3058 2022-12-20 18:26:41      TRUE
## 3059 2022-12-20 18:25:29      TRUE
## 3060 2022-12-20 18:24:36      TRUE
## 3061 2022-12-20 18:23:05      TRUE
## 3062 2022-12-20 18:22:35      TRUE
## 3063 2022-12-20 18:21:45      TRUE
## 3064 2022-12-20 18:21:20      TRUE
## 3065 2022-12-20 18:19:06      TRUE
## 3066 2022-12-20 18:18:17      TRUE
## 3067 2022-12-20 18:16:33      TRUE
## 3068 2022-12-20 18:16:30      TRUE
## 3069 2022-12-20 18:15:28      TRUE
## 3070 2022-12-20 18:14:01      TRUE
## 3071 2022-12-20 18:13:54      TRUE
## 3072 2022-12-20 18:12:38      TRUE
## 3073 2022-12-20 18:11:49      TRUE
## 3074 2022-12-20 18:11:37      TRUE
## 3075 2022-12-20 18:11:19      TRUE
## 3076 2022-12-20 18:10:47      TRUE
## 3077 2022-12-20 18:10:40      TRUE
## 3078 2022-12-20 18:09:47      TRUE
## 3079 2022-12-20 18:08:11      TRUE
## 3080 2022-12-20 18:07:58      TRUE
## 3081 2022-12-20 18:07:40      TRUE
## 3082 2022-12-20 18:07:03      TRUE
## 3083 2022-12-20 18:06:48      TRUE
## 3084 2022-12-20 18:06:46      TRUE
## 3085 2022-12-20 18:04:41      TRUE
## 3086 2022-12-20 18:03:53      TRUE
## 3087 2022-12-20 18:03:31      TRUE
## 3088 2022-12-20 18:03:25      TRUE
## 3089 2022-12-20 18:01:58      TRUE
## 3090 2022-12-20 18:01:17      TRUE
## 3091 2022-12-20 17:59:53      TRUE
## 3092 2022-12-20 17:59:31      TRUE
## 3093 2022-12-20 17:59:05      TRUE
## 3094 2022-12-20 17:57:49      TRUE
## 3095 2022-12-20 17:56:16      TRUE
## 3096 2022-12-20 17:56:11      TRUE
## 3097 2022-12-20 17:55:57      TRUE
## 3098 2022-12-20 17:54:53      TRUE
## 3099 2022-12-20 17:54:28      TRUE
## 3100 2022-12-20 17:52:46      TRUE
## 3101 2022-12-20 17:51:35      TRUE
## 3102 2022-12-20 17:50:43      TRUE
## 3103 2022-12-20 17:48:22      TRUE
## 3104 2022-12-20 17:47:26      TRUE
## 3105 2022-12-20 17:47:24      TRUE
## 3106 2022-12-20 17:41:51      TRUE
## 3107 2022-12-20 17:39:48      TRUE
## 3108 2022-12-20 17:39:22      TRUE
## 3109 2022-12-20 17:37:40      TRUE
## 3110 2022-12-20 17:37:39      TRUE
## 3111 2022-12-20 17:37:28      TRUE
## 3112 2022-12-20 17:36:20      TRUE
## 3113 2022-12-20 17:36:14      TRUE
## 3114 2022-12-20 17:35:59      TRUE
## 3115 2022-12-20 17:35:58      TRUE
## 3116 2022-12-20 17:35:12      TRUE
## 3117 2022-12-20 17:34:37      TRUE
## 3118 2022-12-20 17:34:08      TRUE
## 3119 2022-12-20 17:32:55      TRUE
## 3120 2022-12-20 17:25:03      TRUE
## 3121 2022-12-20 17:24:55      TRUE
## 3122 2022-12-20 17:24:52      TRUE
## 3123 2022-12-20 17:23:28      TRUE
## 3124 2022-12-20 17:23:21      TRUE
## 3125 2022-12-20 17:23:19      TRUE
## 3126 2022-12-20 17:23:13      TRUE
## 3127 2022-12-20 17:22:33      TRUE
## 3128 2022-12-20 17:21:52      TRUE
## 3129 2022-12-20 17:21:22      TRUE
## 3130 2022-12-20 17:21:18      TRUE
## 3131 2022-12-20 17:21:13      TRUE
## 3132 2022-12-20 17:19:56      TRUE
## 3133 2022-12-20 17:18:09      TRUE
## 3134 2022-12-20 17:16:11      TRUE
## 3135 2022-12-20 17:15:34      TRUE
## 3136 2022-12-20 17:14:12      TRUE
## 3137 2022-12-20 17:14:02      TRUE
## 3138 2022-12-20 17:13:21      TRUE
## 3139 2022-12-20 17:13:19      TRUE
## 3140 2022-12-20 17:13:12      TRUE
## 3141 2022-12-20 17:12:57      TRUE
## 3142 2022-12-20 17:12:28      TRUE
## 3143 2022-12-20 17:12:04      TRUE
## 3144 2022-12-20 17:11:58      TRUE
## 3145 2022-12-20 17:11:32      TRUE
## 3146 2022-12-20 17:11:00      TRUE
## 3147 2022-12-20 17:10:16      TRUE
## 3148 2022-12-20 17:10:00      TRUE
## 3149 2022-12-20 17:08:30      TRUE
## 3150 2022-12-20 17:08:09      TRUE
## 3151 2022-12-20 17:08:00      TRUE
## 3152 2022-12-20 17:07:12      TRUE
## 3153 2022-12-20 17:06:33      TRUE
## 3154 2022-12-20 17:06:25      TRUE
## 3155 2022-12-20 17:06:15      TRUE
## 3156 2022-12-20 17:04:01      TRUE
## 3157 2022-12-20 17:02:00      TRUE
## 3158 2022-12-20 17:01:56      TRUE
## 3159 2022-12-20 17:01:15      TRUE
## 3160 2022-12-20 16:58:17      TRUE
## 3161 2022-12-20 16:58:16      TRUE
## 3162 2022-12-20 16:57:38      TRUE
## 3163 2022-12-20 16:57:20      TRUE
## 3164 2022-12-20 16:57:07      TRUE
## 3165 2022-12-20 16:56:46      TRUE
## 3166 2022-12-20 16:56:45      TRUE
## 3167 2022-12-20 16:56:09      TRUE
## 3168 2022-12-20 16:55:59      TRUE
## 3169 2022-12-20 16:54:34      TRUE
## 3170 2022-12-20 16:53:23      TRUE
## 3171 2022-12-20 16:53:14      TRUE
## 3172 2022-12-20 16:52:44      TRUE
## 3173 2022-12-20 16:51:35      TRUE
## 3174 2022-12-20 16:49:44      TRUE
## 3175 2022-12-20 16:49:39      TRUE
## 3176 2022-12-20 16:49:30      TRUE
## 3177 2022-12-20 16:49:07      TRUE
## 3178 2022-12-20 16:48:51      TRUE
## 3179 2022-12-20 16:47:58      TRUE
## 3180 2022-12-20 16:47:35      TRUE
## 3181 2022-12-20 16:47:06      TRUE
## 3182 2022-12-20 16:46:55      TRUE
## 3183 2022-12-20 16:45:41      TRUE
## 3184 2022-12-20 16:45:32      TRUE
## 3185 2022-12-20 16:45:25      TRUE
## 3186 2022-12-20 16:42:57      TRUE
## 3187 2022-12-20 16:41:50      TRUE
## 3188 2022-12-20 16:41:46      TRUE
## 3189 2022-12-20 16:40:34      TRUE
## 3190 2022-12-20 16:40:05      TRUE
## 3191 2022-12-20 16:39:57      TRUE
## 3192 2022-12-20 16:39:46      TRUE
## 3193 2022-12-20 16:39:40      TRUE
## 3194 2022-12-20 16:39:22      TRUE
## 3195 2022-12-20 16:36:06      TRUE
## 3196 2022-12-20 16:35:44      TRUE
## 3197 2022-12-20 16:35:28      TRUE
## 3198 2022-12-20 16:35:01      TRUE
## 3199 2022-12-20 16:34:38      TRUE
## 3200 2022-12-20 16:32:05      TRUE
## 3201 2022-12-20 16:30:08      TRUE
## 3202 2022-12-20 16:28:48      TRUE
## 3203 2022-12-20 16:27:48      TRUE
## 3204 2022-12-20 16:27:22      TRUE
## 3205 2022-12-20 16:26:32      TRUE
## 3206 2022-12-20 16:26:26      TRUE
## 3207 2022-12-20 16:26:20      TRUE
## 3208 2022-12-20 16:26:14      TRUE
## 3209 2022-12-20 16:25:46      TRUE
## 3210 2022-12-20 16:25:38      TRUE
## 3211 2022-12-20 16:23:41      TRUE
## 3212 2022-12-20 16:23:41      TRUE
## 3213 2022-12-20 16:23:31      TRUE
## 3214 2022-12-20 16:22:52      TRUE
## 3215 2022-12-20 16:22:45      TRUE
## 3216 2022-12-20 16:22:45      TRUE
## 3217 2022-12-20 16:20:50      TRUE
## 3218 2022-12-20 16:18:30      TRUE
## 3219 2022-12-20 16:18:10      TRUE
## 3220 2022-12-20 16:17:08      TRUE
## 3221 2022-12-20 16:16:53      TRUE
## 3222 2022-12-20 16:16:44      TRUE
## 3223 2022-12-20 16:16:17      TRUE
## 3224 2022-12-20 16:16:14      TRUE
## 3225 2022-12-20 16:15:24      TRUE
## 3226 2022-12-20 16:15:16      TRUE
## 3227 2022-12-20 16:15:04      TRUE
## 3228 2022-12-20 16:15:03      TRUE
## 3229 2022-12-20 16:14:58      TRUE
## 3230 2022-12-20 16:14:41      TRUE
## 3231 2022-12-20 16:13:45      TRUE
## 3232 2022-12-20 16:13:18      TRUE
## 3233 2022-12-20 16:13:07      TRUE
## 3234 2022-12-20 16:11:44      TRUE
## 3235 2022-12-20 16:11:34      TRUE
## 3236 2022-12-20 16:11:19      TRUE
## 3237 2022-12-20 16:10:42      TRUE
## 3238 2022-12-20 16:10:26      TRUE
## 3239 2022-12-20 16:09:41      TRUE
## 3240 2022-12-20 16:06:31      TRUE
## 3241 2022-12-20 16:06:26      TRUE
## 3242 2022-12-20 16:04:23      TRUE
## 3243 2022-12-20 16:04:06      TRUE
## 3244 2022-12-20 16:04:01      TRUE
## 3245 2022-12-20 16:02:55      TRUE
## 3246 2022-12-20 16:01:46      TRUE
## 3247 2022-12-20 16:01:41      TRUE
## 3248 2022-12-20 16:01:03      TRUE
## 3249 2022-12-20 16:01:02      TRUE
## 3250 2022-12-20 16:00:12      TRUE
## 3251 2022-12-20 15:59:57      TRUE
## 3252 2022-12-20 15:59:55      TRUE
## 3253 2022-12-20 15:58:47      TRUE
## 3254 2022-12-20 15:57:57      TRUE
## 3255 2022-12-20 15:56:39      TRUE
## 3256 2022-12-20 15:52:09      TRUE
## 3257 2022-12-20 15:51:59      TRUE
## 3258 2022-12-20 15:50:34      TRUE
## 3259 2022-12-20 15:50:05      TRUE
## 3260 2022-12-20 15:49:52      TRUE
## 3261 2022-12-20 15:45:32      TRUE
## 3262 2022-12-20 15:44:28      TRUE
## 3263 2022-12-20 15:44:02      TRUE
## 3264 2022-12-20 15:43:52      TRUE
## 3265 2022-12-20 15:43:50      TRUE
## 3266 2022-12-20 15:43:03      TRUE
## 3267 2022-12-20 15:42:50      TRUE
## 3268 2022-12-20 15:42:11      TRUE
## 3269 2022-12-20 15:41:30      TRUE
## 3270 2022-12-20 15:40:04      TRUE
## 3271 2022-12-20 15:38:59      TRUE
## 3272 2022-12-20 15:38:13      TRUE
## 3273 2022-12-20 15:37:23      TRUE
## 3274 2022-12-20 15:37:08      TRUE
## 3275 2022-12-20 15:37:01      TRUE
## 3276 2022-12-20 15:36:22      TRUE
## 3277 2022-12-20 15:36:21      TRUE
## 3278 2022-12-20 15:36:14      TRUE
## 3279 2022-12-20 15:35:38      TRUE
## 3280 2022-12-20 15:33:49      TRUE
## 3281 2022-12-20 15:33:16      TRUE
## 3282 2022-12-20 15:32:09      TRUE
## 3283 2022-12-20 15:30:54      TRUE
## 3284 2022-12-20 15:30:04      TRUE
## 3285 2022-12-20 15:30:03      TRUE
## 3286 2022-12-20 15:28:00      TRUE
## 3287 2022-12-20 15:27:17      TRUE
## 3288 2022-12-20 15:26:27      TRUE
## 3289 2022-12-20 15:26:14      TRUE
## 3290 2022-12-20 15:25:19      TRUE
## 3291 2022-12-20 15:21:38      TRUE
## 3292 2022-12-20 15:18:04      TRUE
## 3293 2022-12-20 15:17:35      TRUE
## 3294 2022-12-20 15:16:55      TRUE
## 3295 2022-12-20 15:16:44      TRUE
## 3296 2022-12-20 15:15:47      TRUE
## 3297 2022-12-20 15:15:42      TRUE
## 3298 2022-12-20 15:14:02      TRUE
## 3299 2022-12-20 15:13:09      TRUE
## 3300 2022-12-20 15:12:28      TRUE
## 3301 2022-12-20 15:12:21      TRUE
## 3302 2022-12-20 15:09:07      TRUE
## 3303 2022-12-20 15:07:42      TRUE
## 3304 2022-12-20 15:07:17      TRUE
## 3305 2022-12-20 15:07:00      TRUE
## 3306 2022-12-20 15:06:14      TRUE
## 3307 2022-12-20 15:05:21      TRUE
## 3308 2022-12-20 15:04:58      TRUE
## 3309 2022-12-20 15:04:05      TRUE
## 3310 2022-12-20 15:01:24      TRUE
## 3311 2022-12-20 15:01:13      TRUE
## 3312 2022-12-20 14:59:27      TRUE
## 3313 2022-12-20 14:58:56      TRUE
## 3314 2022-12-20 14:57:13      TRUE
## 3315 2022-12-20 14:55:59      TRUE
## 3316 2022-12-20 14:54:51      TRUE
## 3317 2022-12-20 14:53:44      TRUE
## 3318 2022-12-20 14:52:17      TRUE
## 3319 2022-12-20 14:51:45      TRUE
## 3320 2022-12-20 14:51:29      TRUE
## 3321 2022-12-20 14:51:27      TRUE
## 3322 2022-12-20 14:50:08      TRUE
## 3323 2022-12-20 14:49:59      TRUE
## 3324 2022-12-20 14:48:37      TRUE
## 3325 2022-12-20 14:48:28      TRUE
## 3326 2022-12-20 14:47:44      TRUE
## 3327 2022-12-20 14:47:37      TRUE
## 3328 2022-12-20 14:47:26      TRUE
## 3329 2022-12-20 14:47:18      TRUE
## 3330 2022-12-20 14:47:10      TRUE
## 3331 2022-12-20 14:47:10      TRUE
## 3332 2022-12-20 14:47:08      TRUE
## 3333 2022-12-20 14:47:00      TRUE
## 3334 2022-12-20 14:45:34      TRUE
## 3335 2022-12-20 14:45:18      TRUE
## 3336 2022-12-20 14:44:31      TRUE
## 3337 2022-12-20 14:44:21      TRUE
## 3338 2022-12-20 14:43:58      TRUE
## 3339 2022-12-20 14:43:02      TRUE
## 3340 2022-12-20 14:43:00      TRUE
## 3341 2022-12-20 14:42:48      TRUE
## 3342 2022-12-20 14:42:48      TRUE
## 3343 2022-12-20 14:42:01      TRUE
## 3344 2022-12-20 14:41:53      TRUE
## 3345 2022-12-20 14:41:39      TRUE
## 3346 2022-12-20 14:41:09      TRUE
## 3347 2022-12-20 14:40:17      TRUE
## 3348 2022-12-20 14:40:14      TRUE
## 3349 2022-12-20 14:36:56      TRUE
## 3350 2022-12-20 14:36:14      TRUE
## 3351 2022-12-20 14:34:07      TRUE
## 3352 2022-12-20 14:31:07      TRUE
## 3353 2022-12-20 14:27:41      TRUE
## 3354 2022-12-20 14:27:33      TRUE
## 3355 2022-12-20 14:26:38      TRUE
## 3356 2022-12-20 14:25:44      TRUE
## 3357 2022-12-20 14:24:31      TRUE
## 3358 2022-12-20 14:24:28      TRUE
## 3359 2022-12-20 14:23:50      TRUE
## 3360 2022-12-20 14:23:42      TRUE
## 3361 2022-12-20 14:23:39      TRUE
## 3362 2022-12-20 14:22:30      TRUE
## 3363 2022-12-20 14:22:24      TRUE
## 3364 2022-12-20 14:22:14      TRUE
## 3365 2022-12-20 14:21:50      TRUE
## 3366 2022-12-20 14:21:14      TRUE
## 3367 2022-12-20 14:20:52      TRUE
## 3368 2022-12-20 14:20:43      TRUE
## 3369 2022-12-20 14:20:28      TRUE
## 3370 2022-12-20 14:20:25      TRUE
## 3371 2022-12-20 14:20:14      TRUE
## 3372 2022-12-20 14:20:02      TRUE
## 3373 2022-12-20 14:19:57      TRUE
## 3374 2022-12-20 14:19:55      TRUE
## 3375 2022-12-20 14:18:15      TRUE
## 3376 2022-12-20 14:17:55      TRUE
## 3377 2022-12-20 14:16:55      TRUE
## 3378 2022-12-20 14:16:37      TRUE
## 3379 2022-12-20 14:16:14      TRUE
## 3380 2022-12-20 14:12:46      TRUE
## 3381 2022-12-20 14:10:41      TRUE
## 3382 2022-12-20 14:06:14      TRUE
## 3383 2022-12-20 14:02:36      TRUE
## 3384 2022-12-20 14:00:31      TRUE
## 3385 2022-12-20 14:00:21      TRUE
## 3386 2022-12-20 14:00:07      TRUE
## 3387 2022-12-20 13:59:33      TRUE
## 3388 2022-12-20 13:59:28      TRUE
## 3389 2022-12-20 13:58:41      TRUE
## 3390 2022-12-20 13:58:36      TRUE
## 3391 2022-12-20 13:57:56      TRUE
## 3392 2022-12-20 13:56:55      TRUE
## 3393 2022-12-20 13:56:38      TRUE
## 3394 2022-12-20 13:56:20      TRUE
## 3395 2022-12-20 13:56:15      TRUE
## 3396 2022-12-20 13:55:45      TRUE
## 3397 2022-12-20 13:54:50      TRUE
## 3398 2022-12-20 13:54:20      TRUE
## 3399 2022-12-20 13:53:57      TRUE
## 3400 2022-12-20 13:49:28      TRUE
## 3401 2022-12-20 13:48:55      TRUE
## 3402 2022-12-20 13:48:18      TRUE
## 3403 2022-12-20 13:46:43      TRUE
## 3404 2022-12-20 13:39:22      TRUE
## 3405 2022-12-20 13:37:31      TRUE
## 3406 2022-12-20 13:37:29      TRUE
## 3407 2022-12-20 13:34:32      TRUE
## 3408 2022-12-20 13:33:43      TRUE
## 3409 2022-12-20 13:31:26      TRUE
## 3410 2022-12-20 13:29:00      TRUE
## 3411 2022-12-20 13:27:42      TRUE
## 3412 2022-12-20 13:27:17      TRUE
## 3413 2022-12-20 13:25:54      TRUE
## 3414 2022-12-20 13:25:34      TRUE
## 3415 2022-12-20 13:23:48      TRUE
## 3416 2022-12-20 13:23:44      TRUE
## 3417 2022-12-20 13:21:48      TRUE
## 3418 2022-12-20 13:21:42      TRUE
## 3419 2022-12-20 13:20:56      TRUE
## 3420 2022-12-20 13:19:04      TRUE
## 3421 2022-12-20 13:19:01      TRUE
## 3422 2022-12-20 13:18:18      TRUE
## 3423 2022-12-20 13:18:12      TRUE
## 3424 2022-12-20 13:18:04      TRUE
## 3425 2022-12-20 13:17:00      TRUE
## 3426 2022-12-20 13:16:52      TRUE
## 3427 2022-12-20 13:16:41      TRUE
## 3428 2022-12-20 13:16:40      TRUE
## 3429 2022-12-20 13:16:35      TRUE
## 3430 2022-12-20 13:16:29      TRUE
## 3431 2022-12-20 13:16:11      TRUE
## 3432 2022-12-20 13:16:09      TRUE
## 3433 2022-12-20 13:15:49      TRUE
## 3434 2022-12-20 13:15:48      TRUE
## 3435 2022-12-20 13:14:47      TRUE
## 3436 2022-12-20 13:14:40      TRUE
## 3437 2022-12-20 13:14:24      TRUE
## 3438 2022-12-20 13:13:20      TRUE
## 3439 2022-12-20 13:12:39      TRUE
## 3440 2022-12-20 13:12:36      TRUE
## 3441 2022-12-20 13:12:30      TRUE
## 3442 2022-12-20 13:12:22      TRUE
## 3443 2022-12-20 13:11:45      TRUE
## 3444 2022-12-20 13:11:44      TRUE
## 3445 2022-12-20 13:11:33      TRUE
## 3446 2022-12-20 13:08:19      TRUE
## 3447 2022-12-20 13:08:11      TRUE
## 3448 2022-12-20 13:08:07      TRUE
## 3449 2022-12-20 13:08:03      TRUE
## 3450 2022-12-20 13:07:24      TRUE
## 3451 2022-12-20 13:07:23      TRUE
## 3452 2022-12-20 13:07:12      TRUE
## 3453 2022-12-20 13:07:11      TRUE
## 3454 2022-12-20 13:07:03      TRUE
## 3455 2022-12-20 13:07:02      TRUE
## 3456 2022-12-20 13:06:56      TRUE
## 3457 2022-12-20 13:06:52      TRUE
## 3458 2022-12-20 13:06:41      TRUE
## 3459 2022-12-20 13:06:36      TRUE
## 3460 2022-12-20 13:06:25      TRUE
## 3461 2022-12-20 13:06:15      TRUE
## 3462 2022-12-20 13:06:08      TRUE
## 3463 2022-12-20 13:06:02      TRUE
## 3464 2022-12-20 13:05:38      TRUE
## 3465 2022-12-20 13:05:32      TRUE
## 3466 2022-12-20 13:05:21      TRUE
## 3467 2022-12-20 13:05:20      TRUE
## 3468 2022-12-20 13:05:12      TRUE
## 3469 2022-12-20 13:05:06      TRUE
## 3470 2022-12-20 13:05:02      TRUE
## 3471 2022-12-20 13:04:58      TRUE
## 3472 2022-12-20 13:04:49      TRUE
## 3473 2022-12-20 13:04:13      TRUE
## 3474 2022-12-20 13:04:13      TRUE
## 3475 2022-12-20 13:04:12      TRUE
## 3476 2022-12-20 13:04:05      TRUE
## 3477 2022-12-20 13:03:55      TRUE
## 3478 2022-12-20 13:03:43      TRUE
## 3479 2022-12-20 13:03:35      TRUE
## 3480 2022-12-20 13:03:16      TRUE
## 3481 2022-12-20 13:03:01      TRUE
## 3482 2022-12-20 13:02:47      TRUE
## 3483 2022-12-20 13:02:09      TRUE
## 3484 2022-12-20 13:01:53      TRUE
## 3485 2022-12-20 13:00:37      TRUE
## 3486 2022-12-20 13:00:28      TRUE
## 3487 2022-12-20 13:00:03      TRUE
## 3488 2022-12-20 12:59:55      TRUE
## 3489 2022-12-20 12:59:47      TRUE
## 3490 2022-12-20 12:59:27      TRUE
## 3491 2022-12-20 12:59:22      TRUE
## 3492 2022-12-20 12:58:51      TRUE
## 3493 2022-12-20 12:58:45      TRUE
## 3494 2022-12-20 12:58:29      TRUE
## 3495 2022-12-20 12:57:47      TRUE
## 3496 2022-12-20 12:57:17      TRUE
## 3497 2022-12-20 12:56:53      TRUE
## 3498 2022-12-20 12:56:37      TRUE
## 3499 2022-12-20 12:56:26      TRUE
## 3500 2022-12-20 12:56:20      TRUE
## 3501 2022-12-20 12:56:18      TRUE
## 3502 2022-12-20 12:56:09      TRUE
## 3503 2022-12-20 12:55:14      TRUE
## 3504 2022-12-20 12:54:13      TRUE
## 3505 2022-12-20 12:54:02      TRUE
## 3506 2022-12-20 12:53:26      TRUE
## 3507 2022-12-20 12:53:09      TRUE
## 3508 2022-12-20 12:53:01      TRUE
## 3509 2022-12-20 12:52:54      TRUE
## 3510 2022-12-20 12:52:49      TRUE
## 3511 2022-12-20 12:52:47      TRUE
## 3512 2022-12-20 12:52:42      TRUE
## 3513 2022-12-20 12:52:32      TRUE
## 3514 2022-12-20 12:52:30      TRUE
## 3515 2022-12-20 12:52:24      TRUE
## 3516 2022-12-20 12:51:18      TRUE
## 3517 2022-12-20 12:51:09      TRUE
## 3518 2022-12-20 12:50:39      TRUE
## 3519 2022-12-20 12:50:28      TRUE
## 3520 2022-12-20 12:47:15      TRUE
## 3521 2022-12-20 12:47:10      TRUE
## 3522 2022-12-20 12:46:59      TRUE
## 3523 2022-12-20 12:46:48      TRUE
## 3524 2022-12-20 12:46:30      TRUE
## 3525 2022-12-20 12:46:28      TRUE
## 3526 2022-12-20 12:46:21      TRUE
## 3527 2022-12-20 12:46:14      TRUE
## 3528 2022-12-20 12:46:12      TRUE
## 3529 2022-12-20 12:45:59      TRUE
## 3530 2022-12-20 12:45:53      TRUE
## 3531 2022-12-20 12:45:42      TRUE
## 3532 2022-12-20 12:45:08      TRUE
## 3533 2022-12-20 12:45:06      TRUE
## 3534 2022-12-20 12:43:45      TRUE
## 3535 2022-12-20 12:43:08      TRUE
## 3536 2022-12-20 12:43:03      TRUE
## 3537 2022-12-20 12:42:57      TRUE
## 3538 2022-12-20 12:42:42      TRUE
## 3539 2022-12-20 12:42:22      TRUE
## 3540 2022-12-20 12:42:14      TRUE
## 3541 2022-12-20 12:41:42      TRUE
## 3542 2022-12-20 12:41:29      TRUE
## 3543 2022-12-20 12:41:08      TRUE
## 3544 2022-12-20 12:41:08      TRUE
## 3545 2022-12-20 12:41:04      TRUE
## 3546 2022-12-20 12:41:02      TRUE
## 3547 2022-12-20 12:40:59      TRUE
## 3548 2022-12-20 12:40:56      TRUE
## 3549 2022-12-20 12:40:49      TRUE
## 3550 2022-12-20 12:40:45      TRUE
## 3551 2022-12-20 12:40:31      TRUE
## 3552 2022-12-20 12:40:21      TRUE
## 3553 2022-12-20 12:39:54      TRUE
## 3554 2022-12-20 12:39:47      TRUE
## 3555 2022-12-20 12:39:40      TRUE
## 3556 2022-12-20 12:39:38      TRUE
## 3557 2022-12-20 12:39:20      TRUE
## 3558 2022-12-20 12:39:09      TRUE
## 3559 2022-12-20 12:38:57      TRUE
## 3560 2022-12-20 12:38:51      TRUE
## 3561 2022-12-20 12:38:48      TRUE
## 3562 2022-12-20 12:38:25      TRUE
## 3563 2022-12-20 12:37:49      TRUE
## 3564 2022-12-20 12:37:34      TRUE
## 3565 2022-12-20 12:37:11      TRUE
## 3566 2022-12-20 12:37:02      TRUE
## 3567 2022-12-20 12:36:51      TRUE
## 3568 2022-12-20 12:36:42      TRUE
## 3569 2022-12-20 12:36:17      TRUE
## 3570 2022-12-20 12:35:39      TRUE
## 3571 2022-12-20 12:34:58      TRUE
## 3572 2022-12-20 12:34:46      TRUE
## 3573 2022-12-20 12:34:36      TRUE
## 3574 2022-12-20 12:34:12      TRUE
## 3575 2022-12-20 12:34:03      TRUE
## 3576 2022-12-20 12:33:27      TRUE
## 3577 2022-12-20 12:32:30      TRUE
## 3578 2022-12-20 12:30:45      TRUE
## 3579 2022-12-20 12:30:25      TRUE
## 3580 2022-12-20 12:29:52      TRUE
## 3581 2022-12-20 12:29:12      TRUE
## 3582 2022-12-20 12:29:00      TRUE
## 3583 2022-12-20 12:28:22      TRUE
## 3584 2022-12-20 12:28:17      TRUE
## 3585 2022-12-20 12:28:00      TRUE
## 3586 2022-12-20 12:27:55      TRUE
## 3587 2022-12-20 12:27:50      TRUE
## 3588 2022-12-20 12:27:48      TRUE
## 3589 2022-12-20 12:27:42      TRUE
## 3590 2022-12-20 12:27:32      TRUE
## 3591 2022-12-20 12:27:27      TRUE
## 3592 2022-12-20 12:27:14      TRUE
## 3593 2022-12-20 12:27:09      TRUE
## 3594 2022-12-20 12:26:46      TRUE
## 3595 2022-12-20 12:26:08      TRUE
## 3596 2022-12-20 12:25:57      TRUE
## 3597 2022-12-20 12:24:40      TRUE
## 3598 2022-12-20 12:24:27      TRUE
## 3599 2022-12-20 12:24:16      TRUE
## 3600 2022-12-20 12:23:52      TRUE
## 3601 2022-12-20 12:23:32      TRUE
## 3602 2022-12-20 12:23:14      TRUE
## 3603 2022-12-20 12:22:46      TRUE
## 3604 2022-12-20 12:22:27      TRUE
## 3605 2022-12-20 12:22:15      TRUE
## 3606 2022-12-20 12:22:08      TRUE
## 3607 2022-12-20 12:22:02      TRUE
## 3608 2022-12-20 12:21:57      TRUE
## 3609 2022-12-20 12:21:52      TRUE
## 3610 2022-12-20 12:21:45      TRUE
## 3611 2022-12-20 12:21:41      TRUE
## 3612 2022-12-20 12:21:21      TRUE
## 3613 2022-12-20 12:21:19      TRUE
## 3614 2022-12-20 12:19:00      TRUE
## 3615 2022-12-20 12:18:52      TRUE
## 3616 2022-12-20 12:18:52      TRUE
## 3617 2022-12-20 12:18:40      TRUE
## 3618 2022-12-20 12:18:22      TRUE
## 3619 2022-12-20 12:18:12      TRUE
## 3620 2022-12-20 12:17:51      TRUE
## 3621 2022-12-20 12:17:50      TRUE
## 3622 2022-12-20 12:17:49      TRUE
## 3623 2022-12-20 12:17:45      TRUE
## 3624 2022-12-20 12:17:44      TRUE
## 3625 2022-12-20 12:17:34      TRUE
## 3626 2022-12-20 12:17:27      TRUE
## 3627 2022-12-20 12:16:53      TRUE
## 3628 2022-12-20 12:16:29      TRUE
## 3629 2022-12-20 12:14:43      TRUE
## 3630 2022-12-20 12:14:37      TRUE
## 3631 2022-12-20 12:14:33      TRUE
## 3632 2022-12-20 12:14:25      TRUE
## 3633 2022-12-20 12:14:25      TRUE
## 3634 2022-12-20 12:13:45      TRUE
## 3635 2022-12-20 12:13:39      TRUE
## 3636 2022-12-20 12:13:25      TRUE
## 3637 2022-12-20 12:13:18      TRUE
## 3638 2022-12-20 12:13:07      TRUE
## 3639 2022-12-20 12:13:01      TRUE
## 3640 2022-12-20 12:12:43      TRUE
## 3641 2022-12-20 12:12:30      TRUE
## 3642 2022-12-20 12:12:30      TRUE
## 3643 2022-12-20 12:12:21      TRUE
## 3644 2022-12-20 12:12:20      TRUE
## 3645 2022-12-20 12:12:06      TRUE
## 3646 2022-12-20 12:11:00      TRUE
## 3647 2022-12-20 12:11:00      TRUE
## 3648 2022-12-20 12:10:50      TRUE
## 3649 2022-12-20 12:10:43      TRUE
## 3650 2022-12-20 12:10:36      TRUE
## 3651 2022-12-20 12:10:31      TRUE
## 3652 2022-12-20 12:09:48      TRUE
## 3653 2022-12-20 12:09:27      TRUE
## 3654 2022-12-20 12:09:20      TRUE
## 3655 2022-12-20 12:09:18      TRUE
## 3656 2022-12-20 12:08:59      TRUE
## 3657 2022-12-20 12:08:56      TRUE
## 3658 2022-12-20 12:08:48      TRUE
## 3659 2022-12-20 12:08:38      TRUE
## 3660 2022-12-20 12:08:38      TRUE
## 3661 2022-12-20 12:08:31      TRUE
## 3662 2022-12-20 12:08:02      TRUE
## 3663 2022-12-20 12:07:57      TRUE
## 3664 2022-12-20 12:07:42      TRUE
## 3665 2022-12-20 12:07:24      TRUE
## 3666 2022-12-20 12:07:13      TRUE
## 3667 2022-12-20 12:07:03      TRUE
## 3668 2022-12-20 12:06:52      TRUE
## 3669 2022-12-20 12:06:15      TRUE
## 3670 2022-12-20 12:04:12      TRUE
## 3671 2022-12-20 12:03:43      TRUE
## 3672 2022-12-20 12:03:31      TRUE
## 3673 2022-12-20 12:03:15      TRUE
## 3674 2022-12-20 12:03:07      TRUE
## 3675 2022-12-20 12:02:44      TRUE
## 3676 2022-12-20 12:02:39      TRUE
## 3677 2022-12-20 12:02:30      TRUE
## 3678 2022-12-20 12:02:05      TRUE
## 3679 2022-12-20 12:01:58      TRUE
## 3680 2022-12-20 12:01:36      TRUE
## 3681 2022-12-20 12:01:26      TRUE
## 3682 2022-12-20 12:00:28      TRUE
## 3683 2022-12-20 11:58:33      TRUE
## 3684 2022-12-20 11:58:22      TRUE
## 3685 2022-12-20 11:58:06      TRUE
## 3686 2022-12-20 11:57:42      TRUE
## 3687 2022-12-20 11:57:18      TRUE
## 3688 2022-12-20 11:56:23      TRUE
## 3689 2022-12-20 11:56:05      TRUE
## 3690 2022-12-20 11:55:57      TRUE
## 3691 2022-12-20 11:55:57      TRUE
## 3692 2022-12-20 11:55:55      TRUE
## 3693 2022-12-20 11:55:51      TRUE
## 3694 2022-12-20 11:55:46      TRUE
## 3695 2022-12-20 11:55:45      TRUE
## 3696 2022-12-20 11:55:39      TRUE
## 3697 2022-12-20 11:55:27      TRUE
## 3698 2022-12-20 11:55:12      TRUE
## 3699 2022-12-20 11:53:33      TRUE
## 3700 2022-12-20 11:53:30      TRUE
## 3701 2022-12-20 11:53:27      TRUE
## 3702 2022-12-20 11:53:18      TRUE
## 3703 2022-12-20 11:52:49      TRUE
## 3704 2022-12-20 11:52:29      TRUE
## 3705 2022-12-20 11:52:12      TRUE
## 3706 2022-12-20 11:52:06      TRUE
## 3707 2022-12-20 11:52:01      TRUE
## 3708 2022-12-20 11:51:56      TRUE
## 3709 2022-12-20 11:51:55      TRUE
## 3710 2022-12-20 11:51:43      TRUE
## 3711 2022-12-20 11:51:26      TRUE
## 3712 2022-12-20 11:51:11      TRUE
## 3713 2022-12-20 11:50:28      TRUE
## 3714 2022-12-20 11:50:23      TRUE
## 3715 2022-12-20 11:49:54      TRUE
## 3716 2022-12-20 11:49:54      TRUE
## 3717 2022-12-20 11:48:33      TRUE
## 3718 2022-12-20 11:47:58      TRUE
## 3719 2022-12-20 11:47:38      TRUE
## 3720 2022-12-20 11:47:19      TRUE
## 3721 2022-12-20 11:47:07      TRUE
## 3722 2022-12-20 11:46:57      TRUE
## 3723 2022-12-20 11:46:57      TRUE
## 3724 2022-12-20 11:46:55      TRUE
## 3725 2022-12-20 11:46:06      TRUE
## 3726 2022-12-20 11:45:42      TRUE
## 3727 2022-12-20 11:45:39      TRUE
## 3728 2022-12-20 11:45:19      TRUE
## 3729 2022-12-20 11:43:51      TRUE
## 3730 2022-12-20 11:42:57      TRUE
## 3731 2022-12-20 11:42:46      TRUE
## 3732 2022-12-20 11:42:30      TRUE
## 3733 2022-12-20 11:42:20      TRUE
## 3734 2022-12-20 11:41:59      TRUE
## 3735 2022-12-20 11:41:43      TRUE
## 3736 2022-12-20 11:41:35      TRUE
## 3737 2022-12-20 11:41:34      TRUE
## 3738 2022-12-20 11:41:32      TRUE
## 3739 2022-12-20 11:41:27      TRUE
## 3740 2022-12-20 11:41:12      TRUE
## 3741 2022-12-20 11:41:00      TRUE
## 3742 2022-12-20 11:40:54      TRUE
## 3743 2022-12-20 11:40:53      TRUE
## 3744 2022-12-20 11:40:41      TRUE
## 3745 2022-12-20 11:40:38      TRUE
## 3746 2022-12-20 11:39:58      TRUE
## 3747 2022-12-20 11:39:32      TRUE
## 3748 2022-12-20 11:39:27      TRUE
## 3749 2022-12-20 11:39:23      TRUE
## 3750 2022-12-20 11:38:28      TRUE
## 3751 2022-12-20 11:38:25      TRUE
## 3752 2022-12-20 11:38:12      TRUE
## 3753 2022-12-20 11:37:58      TRUE
## 3754 2022-12-20 11:37:48      TRUE
## 3755 2022-12-20 11:37:38      TRUE
## 3756 2022-12-20 11:37:37      TRUE
## 3757 2022-12-20 11:37:27      TRUE
## 3758 2022-12-20 11:35:05      TRUE
## 3759 2022-12-20 11:35:03      TRUE
## 3760 2022-12-20 11:34:59      TRUE
## 3761 2022-12-20 11:34:53      TRUE
## 3762 2022-12-20 11:34:52      TRUE
## 3763 2022-12-20 11:34:43      TRUE
## 3764 2022-12-20 11:34:31      TRUE
## 3765 2022-12-20 11:34:26      TRUE
## 3766 2022-12-20 11:34:22      TRUE
## 3767 2022-12-20 11:34:19      TRUE
## 3768 2022-12-20 11:34:15      TRUE
## 3769 2022-12-20 11:33:34      TRUE
## 3770 2022-12-20 11:33:19      TRUE
## 3771 2022-12-20 11:32:34      TRUE
## 3772 2022-12-20 11:32:27      TRUE
## 3773 2022-12-20 11:32:13      TRUE
## 3774 2022-12-20 11:32:02      TRUE
## 3775 2022-12-20 11:26:14      TRUE
## 3776 2022-12-20 11:24:08      TRUE
## 3777 2022-12-20 11:22:38      TRUE
## 3778 2022-12-20 11:21:25      TRUE
## 3779 2022-12-20 11:17:37      TRUE
## 3780 2022-12-20 11:17:29      TRUE
## 3781 2022-12-20 11:17:17      TRUE
## 3782 2022-12-20 11:15:10      TRUE
## 3783 2022-12-20 11:11:45      TRUE
## 3784 2022-12-20 11:11:44      TRUE
## 3785 2022-12-20 11:07:58      TRUE
## 3786 2022-12-20 11:07:45      TRUE
## 3787 2022-12-20 11:07:39      TRUE
## 3788 2022-12-20 11:06:14      TRUE
## 3789 2022-12-20 11:03:45      TRUE
## 3790 2022-12-20 11:02:39      TRUE
## 3791 2022-12-20 11:02:31      TRUE
## 3792 2022-12-20 11:00:09      TRUE
## 3793 2022-12-20 10:59:07      TRUE
## 3794 2022-12-20 10:56:40      TRUE
## 3795 2022-12-20 10:55:08      TRUE
## 3796 2022-12-20 10:54:58      TRUE
## 3797 2022-12-20 10:54:27      TRUE
## 3798 2022-12-20 10:54:07      TRUE
## 3799 2022-12-20 10:53:43      TRUE
## 3800 2022-12-20 10:53:14      TRUE
## 3801 2022-12-20 10:51:16      TRUE
## 3802 2022-12-20 10:51:15      TRUE
## 3803 2022-12-20 10:48:41      TRUE
## 3804 2022-12-20 10:46:43      TRUE
## 3805 2022-12-20 10:46:07      TRUE
## 3806 2022-12-20 10:46:06      TRUE
## 3807 2022-12-20 10:44:08      TRUE
## 3808 2022-12-20 10:43:39      TRUE
## 3809 2022-12-20 10:40:14      TRUE
## 3810 2022-12-20 10:36:29      TRUE
## 3811 2022-12-20 10:35:51      TRUE
## 3812 2022-12-20 10:35:12      TRUE
## 3813 2022-12-20 10:33:20      TRUE
## 3814 2022-12-20 10:33:15      TRUE
## 3815 2022-12-20 10:31:11      TRUE
## 3816 2022-12-20 10:28:54      TRUE
## 3817 2022-12-20 10:27:52      TRUE
## 3818 2022-12-20 10:27:44      TRUE
## 3819 2022-12-20 10:27:14      TRUE
## 3820 2022-12-20 10:27:05      TRUE
## 3821 2022-12-20 10:23:55      TRUE
## 3822 2022-12-20 10:23:42      TRUE
## 3823 2022-12-20 10:22:18      TRUE
## 3824 2022-12-20 10:17:38      TRUE
## 3825 2022-12-20 10:16:14      TRUE
## 3826 2022-12-20 10:15:30      TRUE
## 3827 2022-12-20 10:14:24      TRUE
## 3828 2022-12-20 10:13:48      TRUE
## 3829 2022-12-20 10:13:04      TRUE
## 3830 2022-12-20 10:11:36      TRUE
## 3831 2022-12-20 10:11:34      TRUE
## 3832 2022-12-20 10:10:49      TRUE
## 3833 2022-12-20 10:09:56      TRUE
## 3834 2022-12-20 10:09:05      TRUE
## 3835 2022-12-20 10:08:08      TRUE
## 3836 2022-12-20 10:06:14      TRUE
## 3837 2022-12-20 10:05:30      TRUE
## 3838 2022-12-20 10:05:04      TRUE
## 3839 2022-12-20 10:05:00      TRUE
## 3840 2022-12-20 10:03:44      TRUE
## 3841 2022-12-20 10:03:31      TRUE
## 3842 2022-12-20 10:02:36      TRUE
## 3843 2022-12-20 10:02:09      TRUE
## 3844 2022-12-20 10:01:44      TRUE
## 3845 2022-12-20 10:01:17      TRUE
## 3846 2022-12-20 09:59:45      TRUE
## 3847 2022-12-20 09:56:40      TRUE
## 3848 2022-12-20 09:55:03      TRUE
## 3849 2022-12-20 09:53:46      TRUE
## 3850 2022-12-20 09:52:51      TRUE
## 3851 2022-12-20 09:50:03      TRUE
## 3852 2022-12-20 09:47:08      TRUE
## 3853 2022-12-20 09:44:19      TRUE
## 3854 2022-12-20 09:40:29      TRUE
## 3855 2022-12-20 09:37:26      TRUE
## 3856 2022-12-20 09:36:14      TRUE
## 3857 2022-12-20 09:36:12      TRUE
## 3858 2022-12-20 09:35:46      TRUE
## 3859 2022-12-20 09:35:34      TRUE
## 3860 2022-12-20 09:35:10      TRUE
## 3861 2022-12-20 09:33:59      TRUE
## 3862 2022-12-20 09:33:57      TRUE
## 3863 2022-12-20 09:33:56      TRUE
## 3864 2022-12-20 09:33:00      TRUE
## 3865 2022-12-20 09:32:50      TRUE
## 3866 2022-12-20 09:32:40      TRUE
## 3867 2022-12-20 09:31:53      TRUE
## 3868 2022-12-20 09:29:50      TRUE
## 3869 2022-12-20 09:29:19      TRUE
## 3870 2022-12-20 09:27:50      TRUE
## 3871 2022-12-20 09:26:26      TRUE
## 3872 2022-12-20 09:21:07      TRUE
## 3873 2022-12-20 09:20:32      TRUE
## 3874 2022-12-20 09:19:37      TRUE
## 3875 2022-12-20 09:12:26      TRUE
## 3876 2022-12-20 09:09:42      TRUE
## 3877 2022-12-20 09:07:56      TRUE
## 3878 2022-12-20 09:07:28      TRUE
## 3879 2022-12-20 09:07:19      TRUE
## 3880 2022-12-20 09:06:43      TRUE
## 3881 2022-12-20 09:06:35      TRUE
## 3882 2022-12-20 09:06:34      TRUE
## 3883 2022-12-20 09:05:27      TRUE
## 3884 2022-12-20 09:00:52      TRUE
## 3885 2022-12-20 09:00:19      TRUE
## 3886 2022-12-20 08:57:58      TRUE
## 3887 2022-12-20 08:57:15      TRUE
## 3888 2022-12-20 08:54:20      TRUE
## 3889 2022-12-20 08:51:48      TRUE
## 3890 2022-12-20 08:49:46      TRUE
## 3891 2022-12-20 08:48:51      TRUE
## 3892 2022-12-20 08:48:50      TRUE
## 3893 2022-12-20 08:46:11      TRUE
## 3894 2022-12-20 08:42:12      TRUE
## 3895 2022-12-20 08:41:36      TRUE
## 3896 2022-12-20 08:41:16      TRUE
## 3897 2022-12-20 08:40:22      TRUE
## 3898 2022-12-20 08:39:56      TRUE
## 3899 2022-12-20 08:39:42      TRUE
## 3900 2022-12-20 08:38:54      TRUE
## 3901 2022-12-20 08:38:45      TRUE
## 3902 2022-12-20 08:38:17      TRUE
## 3903 2022-12-20 08:38:03      TRUE
## 3904 2022-12-20 08:37:53      TRUE
## 3905 2022-12-20 08:37:41      TRUE
## 3906 2022-12-20 08:35:56      TRUE
## 3907 2022-12-20 08:35:49      TRUE
## 3908 2022-12-20 08:34:11      TRUE
## 3909 2022-12-20 08:21:57      TRUE
## 3910 2022-12-20 08:20:48      TRUE
## 3911 2022-12-20 08:19:37      TRUE
## 3912 2022-12-20 08:17:47      TRUE
## 3913 2022-12-20 08:17:38      TRUE
## 3914 2022-12-20 08:17:29      TRUE
## 3915 2022-12-20 08:17:22      TRUE
## 3916 2022-12-20 08:16:23      TRUE
## 3917 2022-12-20 08:15:26      TRUE
## 3918 2022-12-20 08:15:03      TRUE
## 3919 2022-12-20 08:12:17      TRUE
## 3920 2022-12-20 08:11:52      TRUE
## 3921 2022-12-20 08:10:20      TRUE
## 3922 2022-12-20 08:09:30      TRUE
## 3923 2022-12-20 08:08:59      TRUE
## 3924 2022-12-20 08:06:35      TRUE
## 3925 2022-12-20 08:06:27      TRUE
## 3926 2022-12-20 08:06:15      TRUE
## 3927 2022-12-20 07:56:53      TRUE
## 3928 2022-12-20 07:53:11      TRUE
## 3929 2022-12-20 07:51:56      TRUE
## 3930 2022-12-20 07:51:19      TRUE
## 3931 2022-12-20 07:50:15      TRUE
## 3932 2022-12-20 07:49:35      TRUE
## 3933 2022-12-20 07:48:04      TRUE
## 3934 2022-12-20 07:47:58      TRUE
## 3935 2022-12-20 07:47:09      TRUE
## 3936 2022-12-20 07:47:08      TRUE
## 3937 2022-12-20 07:46:41      TRUE
## 3938 2022-12-20 07:45:30      TRUE
## 3939 2022-12-20 07:43:19      TRUE
## 3940 2022-12-20 07:42:57      TRUE
## 3941 2022-12-20 07:37:05      TRUE
## 3942 2022-12-20 07:34:46      TRUE
## 3943 2022-12-20 07:30:01      TRUE
## 3944 2022-12-20 07:22:53      TRUE
## 3945 2022-12-20 07:22:32      TRUE
## 3946 2022-12-20 07:22:25      TRUE
## 3947 2022-12-20 07:12:01      TRUE
## 3948 2022-12-20 07:10:59      TRUE
## 3949 2022-12-20 07:10:59      TRUE
## 3950 2022-12-20 07:10:39      TRUE
## 3951 2022-12-20 07:09:41      TRUE
## 3952 2022-12-20 07:06:17      TRUE
## 3953 2022-12-20 07:05:28      TRUE
## 3954 2022-12-20 07:04:17      TRUE
## 3955 2022-12-20 07:01:54      TRUE
## 3956 2022-12-20 07:00:10      TRUE
## 3957 2022-12-20 06:59:20      TRUE
## 3958 2022-12-20 06:57:51      TRUE
## 3959 2022-12-20 06:57:49      TRUE
## 3960 2022-12-20 06:57:40      TRUE
## 3961 2022-12-20 06:56:50      TRUE
## 3962 2022-12-20 06:56:37      TRUE
## 3963 2022-12-20 06:55:58      TRUE
## 3964 2022-12-20 06:54:46      TRUE
## 3965 2022-12-20 06:52:53      TRUE
## 3966 2022-12-20 06:52:16      TRUE
## 3967 2022-12-20 06:52:13      TRUE
## 3968 2022-12-20 06:50:05      TRUE
## 3969 2022-12-20 06:48:19      TRUE
## 3970 2022-12-20 06:47:52      TRUE
## 3971 2022-12-20 06:47:46      TRUE
## 3972 2022-12-20 06:47:21      TRUE
## 3973 2022-12-20 06:47:08      TRUE
## 3974 2022-12-20 06:43:54      TRUE
## 3975 2022-12-20 06:41:55      TRUE
## 3976 2022-12-20 06:41:09      TRUE
## 3977 2022-12-20 06:40:14      TRUE
## 3978 2022-12-20 06:40:02      TRUE
## 3979 2022-12-20 06:36:14      TRUE
## 3980 2022-12-20 06:36:13      TRUE
## 3981 2022-12-20 06:35:53      TRUE
## 3982 2022-12-20 06:35:33      TRUE
## 3983 2022-12-20 06:32:51      TRUE
## 3984 2022-12-20 06:30:28      TRUE
## 3985 2022-12-20 06:29:58      TRUE
## 3986 2022-12-20 06:28:40      TRUE
## 3987 2022-12-20 06:26:51      TRUE
## 3988 2022-12-20 06:26:05      TRUE
## 3989 2022-12-20 06:25:20      TRUE
## 3990 2022-12-20 06:24:31      TRUE
## 3991 2022-12-20 06:23:11      TRUE
## 3992 2022-12-20 06:22:47      TRUE
## 3993 2022-12-20 06:21:58      TRUE
## 3994 2022-12-20 06:21:48      TRUE
## 3995 2022-12-20 06:21:40      TRUE
## 3996 2022-12-20 06:20:01      TRUE
## 3997 2022-12-20 06:19:42      TRUE
## 3998 2022-12-20 06:13:41      TRUE
## 3999 2022-12-20 06:11:43      TRUE
## 4000 2022-12-20 06:09:45      TRUE
## 4001 2022-12-20 06:06:20      TRUE
## 4002 2022-12-20 06:06:18      TRUE
## 4003 2022-12-20 06:05:35      TRUE
## 4004 2022-12-20 06:01:46      TRUE
## 4005 2022-12-20 06:01:23      TRUE
## 4006 2022-12-20 06:00:54      TRUE
## 4007 2022-12-20 06:00:45      TRUE
## 4008 2022-12-20 05:57:58      TRUE
## 4009 2022-12-20 05:57:17      TRUE
## 4010 2022-12-20 05:56:14      TRUE
## 4011 2022-12-20 05:56:01      TRUE
## 4012 2022-12-20 05:55:21      TRUE
## 4013 2022-12-20 05:53:23      TRUE
## 4014 2022-12-20 05:53:23      TRUE
## 4015 2022-12-20 05:50:29      TRUE
## 4016 2022-12-20 05:46:22      TRUE
## 4017 2022-12-20 05:43:45      TRUE
## 4018 2022-12-20 05:43:45      TRUE
## 4019 2022-12-20 05:42:19      TRUE
## 4020 2022-12-20 05:39:58      TRUE
## 4021 2022-12-20 05:37:55      TRUE
## 4022 2022-12-20 05:34:40      TRUE
## 4023 2022-12-20 05:34:06      TRUE
## 4024 2022-12-20 05:33:51      TRUE
## 4025 2022-12-20 05:33:30      TRUE
## 4026 2022-12-20 05:32:01      TRUE
## 4027 2022-12-20 05:30:19      TRUE
## 4028 2022-12-20 05:29:18      TRUE
## 4029 2022-12-20 05:26:24      TRUE
## 4030 2022-12-20 05:23:50      TRUE
## 4031 2022-12-20 05:23:08      TRUE
## 4032 2022-12-20 05:21:17      TRUE
## 4033 2022-12-20 05:20:33      TRUE
## 4034 2022-12-20 05:20:03      TRUE
## 4035 2022-12-20 05:16:13      TRUE
## 4036 2022-12-20 05:16:06      TRUE
## 4037 2022-12-20 05:14:44      TRUE
## 4038 2022-12-20 05:13:42      TRUE
## 4039 2022-12-20 05:13:29      TRUE
## 4040 2022-12-20 05:13:00      TRUE
## 4041 2022-12-20 05:12:32      TRUE
## 4042 2022-12-20 05:12:25      TRUE
## 4043 2022-12-20 05:11:53      TRUE
## 4044 2022-12-20 05:11:48      TRUE
## 4045 2022-12-20 05:11:16      TRUE
## 4046 2022-12-20 05:06:42      TRUE
## 4047 2022-12-20 05:06:30      TRUE
## 4048 2022-12-20 05:06:14      TRUE
## 4049 2022-12-20 05:05:09      TRUE
## 4050 2022-12-20 05:04:11      TRUE
## 4051 2022-12-20 05:03:48      TRUE
## 4052 2022-12-20 05:03:27      TRUE
## 4053 2022-12-20 05:03:05      TRUE
## 4054 2022-12-20 04:56:51      TRUE
## 4055 2022-12-20 04:56:39      TRUE
## 4056 2022-12-20 04:54:33      TRUE
## 4057 2022-12-20 04:51:01      TRUE
## 4058 2022-12-20 04:50:05      TRUE
## 4059 2022-12-20 04:48:29      TRUE
## 4060 2022-12-20 04:48:25      TRUE
## 4061 2022-12-20 04:47:02      TRUE
## 4062 2022-12-20 04:46:38      TRUE
## 4063 2022-12-20 04:46:36      TRUE
## 4064 2022-12-20 04:43:51      TRUE
## 4065 2022-12-20 04:43:49      TRUE
## 4066 2022-12-20 04:43:19      TRUE
## 4067 2022-12-20 04:42:47      TRUE
## 4068 2022-12-20 04:41:39      TRUE
## 4069 2022-12-20 04:41:27      TRUE
## 4070 2022-12-20 04:39:23      TRUE
## 4071 2022-12-20 04:32:47      TRUE
## 4072 2022-12-20 04:31:42      TRUE
## 4073 2022-12-20 04:30:34      TRUE
## 4074 2022-12-20 04:30:22      TRUE
## 4075 2022-12-20 04:28:56      TRUE
## 4076 2022-12-20 04:28:55      TRUE
## 4077 2022-12-20 04:26:15      TRUE
## 4078 2022-12-20 04:25:52      TRUE
## 4079 2022-12-20 04:25:00      TRUE
## 4080 2022-12-20 04:22:55      TRUE
## 4081 2022-12-20 04:19:14      TRUE
## 4082 2022-12-20 04:16:36      TRUE
## 4083 2022-12-20 04:14:35      TRUE
## 4084 2022-12-20 04:13:01      TRUE
## 4085 2022-12-20 04:08:30      TRUE
## 4086 2022-12-20 04:06:22      TRUE
## 4087 2022-12-20 04:06:14      TRUE
## 4088 2022-12-20 04:05:50      TRUE
## 4089 2022-12-20 04:05:13      TRUE
## 4090 2022-12-20 04:04:40      TRUE
## 4091 2022-12-20 04:03:54      TRUE
## 4092 2022-12-20 04:02:14      TRUE
## 4093 2022-12-20 03:54:12      TRUE
## 4094 2022-12-20 03:52:59      TRUE
## 4095 2022-12-20 03:52:01      TRUE
## 4096 2022-12-20 03:51:39      TRUE
## 4097 2022-12-20 03:49:11      TRUE
## 4098 2022-12-20 03:49:06      TRUE
## 4099 2022-12-20 03:46:36      TRUE
## 4100 2022-12-20 03:45:26      TRUE
## 4101 2022-12-20 03:45:22      TRUE
## 4102 2022-12-20 03:43:56      TRUE
## 4103 2022-12-20 03:42:25      TRUE
## 4104 2022-12-20 03:40:45      TRUE
## 4105 2022-12-20 03:36:39      TRUE
## 4106 2022-12-20 03:35:34      TRUE
## 4107 2022-12-20 03:35:20      TRUE
## 4108 2022-12-20 03:35:18      TRUE
## 4109 2022-12-20 03:33:25      TRUE
## 4110 2022-12-20 03:32:13      TRUE
## 4111 2022-12-20 03:28:33      TRUE
## 4112 2022-12-20 03:28:16      TRUE
## 4113 2022-12-20 03:28:15      TRUE
## 4114 2022-12-20 03:26:41      TRUE
## 4115 2022-12-20 03:26:24      TRUE
## 4116 2022-12-20 03:26:14      TRUE
## 4117 2022-12-20 03:23:11      TRUE
## 4118 2022-12-20 03:23:08      TRUE
## 4119 2022-12-20 03:22:19      TRUE
## 4120 2022-12-20 03:21:43      TRUE
## 4121 2022-12-20 03:20:36      TRUE
## 4122 2022-12-20 03:20:23      TRUE
## 4123 2022-12-20 03:19:44      TRUE
## 4124 2022-12-20 03:19:06      TRUE
## 4125 2022-12-20 03:18:58      TRUE
## 4126 2022-12-20 03:18:43      TRUE
## 4127 2022-12-20 03:17:15      TRUE
## 4128 2022-12-20 03:16:09      TRUE
## 4129 2022-12-20 03:15:06      TRUE
## 4130 2022-12-20 03:10:02      TRUE
## 4131 2022-12-20 03:09:36      TRUE
## 4132 2022-12-20 03:06:20      TRUE
## 4133 2022-12-20 03:05:28      TRUE
## 4134 2022-12-20 03:05:10      TRUE
## 4135 2022-12-20 03:03:48      TRUE
## 4136 2022-12-20 03:03:08      TRUE
## 4137 2022-12-20 03:02:28      TRUE
## 4138 2022-12-20 03:01:32      TRUE
## 4139 2022-12-20 02:59:56      TRUE
## 4140 2022-12-20 02:59:30      TRUE
## 4141 2022-12-20 02:58:30      TRUE
## 4142 2022-12-20 02:56:34      TRUE
## 4143 2022-12-20 02:55:53      TRUE
## 4144 2022-12-20 02:55:52      TRUE
## 4145 2022-12-20 02:55:51      TRUE
## 4146 2022-12-20 02:54:51      TRUE
## 4147 2022-12-20 02:53:20      TRUE
## 4148 2022-12-20 02:51:02      TRUE
## 4149 2022-12-20 02:50:45      TRUE
## 4150 2022-12-20 02:50:38      TRUE
## 4151 2022-12-20 02:48:51      TRUE
## 4152 2022-12-20 02:48:19      TRUE
## 4153 2022-12-20 02:48:03      TRUE
## 4154 2022-12-20 02:43:53      TRUE
## 4155 2022-12-20 02:43:32      TRUE
## 4156 2022-12-20 02:41:49      TRUE
## 4157 2022-12-20 02:41:26      TRUE
## 4158 2022-12-20 02:39:02      TRUE
## 4159 2022-12-20 02:38:47      TRUE
## 4160 2022-12-20 02:35:33      TRUE
## 4161 2022-12-20 02:35:16      TRUE
## 4162 2022-12-20 02:34:24      TRUE
## 4163 2022-12-20 02:28:42      TRUE
## 4164 2022-12-20 02:28:12      TRUE
## 4165 2022-12-20 02:27:48      TRUE
## 4166 2022-12-20 02:26:14      TRUE
## 4167 2022-12-20 02:25:52      TRUE
## 4168 2022-12-20 02:25:27      TRUE
## 4169 2022-12-20 02:23:49      TRUE
## 4170 2022-12-20 02:23:32      TRUE
## 4171 2022-12-20 02:23:16      TRUE
## 4172 2022-12-20 02:23:14      TRUE
## 4173 2022-12-20 02:20:36      TRUE
## 4174 2022-12-20 02:18:21      TRUE
## 4175 2022-12-20 02:18:03      TRUE
## 4176 2022-12-20 02:17:09      TRUE
## 4177 2022-12-20 02:16:31      TRUE
## 4178 2022-12-20 02:16:25      TRUE
## 4179 2022-12-20 02:14:55      TRUE
## 4180 2022-12-20 02:14:29      TRUE
## 4181 2022-12-20 02:14:06      TRUE
## 4182 2022-12-20 02:13:03      TRUE
## 4183 2022-12-20 02:10:00      TRUE
## 4184 2022-12-20 02:08:36      TRUE
## 4185 2022-12-20 02:08:24      TRUE
## 4186 2022-12-20 02:08:03      TRUE
## 4187 2022-12-20 02:06:35      TRUE
## 4188 2022-12-20 02:06:33      TRUE
## 4189 2022-12-20 02:06:14      TRUE
## 4190 2022-12-20 02:05:17      TRUE
## 4191 2022-12-20 02:05:08      TRUE
## 4192 2022-12-20 02:04:41      TRUE
## 4193 2022-12-20 02:03:57      TRUE
## 4194 2022-12-20 02:02:22      TRUE
## 4195 2022-12-20 02:01:45      TRUE
## 4196 2022-12-20 02:00:10      TRUE
## 4197 2022-12-20 01:59:41      TRUE
## 4198 2022-12-20 01:58:52      TRUE
## 4199 2022-12-20 01:58:38      TRUE
## 4200 2022-12-20 01:57:07      TRUE
## 4201 2022-12-20 01:54:47      TRUE
## 4202 2022-12-20 01:53:56      TRUE
## 4203 2022-12-20 01:53:45      TRUE
## 4204 2022-12-20 01:50:04      TRUE
## 4205 2022-12-20 01:49:25      TRUE
## 4206 2022-12-20 01:46:00      TRUE
## 4207 2022-12-20 01:45:23      TRUE
## 4208 2022-12-20 01:45:16      TRUE
## 4209 2022-12-20 01:44:15      TRUE
## 4210 2022-12-20 01:43:47      TRUE
## 4211 2022-12-20 01:40:49      TRUE
## 4212 2022-12-20 01:40:03      TRUE
## 4213 2022-12-20 01:39:39      TRUE
## 4214 2022-12-20 01:39:03      TRUE
## 4215 2022-12-20 01:34:14      TRUE
## 4216 2022-12-20 01:33:54      TRUE
## 4217 2022-12-20 01:32:38      TRUE
## 4218 2022-12-20 01:31:03      TRUE
## 4219 2022-12-20 01:28:17      TRUE
## 4220 2022-12-20 01:27:50      TRUE
## 4221 2022-12-20 01:26:14      TRUE
## 4222 2022-12-20 01:23:48      TRUE
## 4223 2022-12-20 01:21:53      TRUE
## 4224 2022-12-20 01:19:19      TRUE
## 4225 2022-12-20 01:18:32      TRUE
## 4226 2022-12-20 01:16:48      TRUE
## 4227 2022-12-20 01:16:14      TRUE
## 4228 2022-12-20 01:12:55      TRUE
## 4229 2022-12-20 01:11:40      TRUE
## 4230 2022-12-20 01:10:25      TRUE
## 4231 2022-12-20 01:10:18      TRUE
## 4232 2022-12-20 01:08:18      TRUE
## 4233 2022-12-20 01:06:40      TRUE
## 4234 2022-12-20 01:06:06      TRUE
## 4235 2022-12-20 01:05:35      TRUE
## 4236 2022-12-20 01:05:22      TRUE
## 4237 2022-12-20 01:04:44      TRUE
## 4238 2022-12-20 01:04:00      TRUE
## 4239 2022-12-20 01:02:51      TRUE
## 4240 2022-12-20 00:59:55      TRUE
## 4241 2022-12-20 00:59:51      TRUE
## 4242 2022-12-20 00:59:43      TRUE
## 4243 2022-12-20 00:57:58      TRUE
## 4244 2022-12-20 00:57:26      TRUE
## 4245 2022-12-20 00:56:27      TRUE
## 4246 2022-12-20 00:55:00      TRUE
## 4247 2022-12-20 00:54:55      TRUE
## 4248 2022-12-20 00:54:42      TRUE
## 4249 2022-12-20 00:52:53      TRUE
## 4250 2022-12-20 00:52:42      TRUE
## 4251 2022-12-20 00:49:27      TRUE
## 4252 2022-12-20 00:48:59      TRUE
## 4253 2022-12-20 00:48:20      TRUE
## 4254 2022-12-20 00:46:14      TRUE
## 4255 2022-12-20 00:46:08      TRUE
## 4256 2022-12-20 00:45:04      TRUE
## 4257 2022-12-20 00:44:22      TRUE
## 4258 2022-12-20 00:44:15      TRUE
## 4259 2022-12-20 00:43:32      TRUE
## 4260 2022-12-20 00:42:29      TRUE
## 4261 2022-12-20 00:41:40      TRUE
## 4262 2022-12-20 00:40:08      TRUE
## 4263 2022-12-20 00:38:56      TRUE
## 4264 2022-12-20 00:38:52      TRUE
## 4265 2022-12-20 00:38:42      TRUE
## 4266 2022-12-20 00:38:39      TRUE
## 4267 2022-12-20 00:36:13      TRUE
## 4268 2022-12-20 00:35:57      TRUE
## 4269 2022-12-20 00:34:49      TRUE
## 4270 2022-12-20 00:34:13      TRUE
## 4271 2022-12-20 00:31:00      TRUE
## 4272 2022-12-20 00:30:39      TRUE
## 4273 2022-12-20 00:30:28      TRUE
## 4274 2022-12-20 00:28:37      TRUE
## 4275 2022-12-20 00:24:01      TRUE
## 4276 2022-12-20 00:23:50      TRUE
## 4277 2022-12-20 00:23:03      TRUE
## 4278 2022-12-20 00:21:45      TRUE
## 4279 2022-12-20 00:21:08      TRUE
## 4280 2022-12-20 00:20:11      TRUE
## 4281 2022-12-20 00:18:28      TRUE
## 4282 2022-12-20 00:16:37      TRUE
## 4283 2022-12-20 00:16:23      TRUE
## 4284 2022-12-20 00:15:25      TRUE
## 4285 2022-12-20 00:15:17      TRUE
## 4286 2022-12-20 00:11:04      TRUE
## 4287 2022-12-20 00:10:25      TRUE
## 4288 2022-12-20 00:06:38      TRUE
## 4289 2022-12-20 00:06:14      TRUE
## 4290 2022-12-20 00:05:42      TRUE
## 4291 2022-12-20 00:04:57      TRUE
## 4292 2022-12-20 00:04:34      TRUE
## 4293 2022-12-20 00:04:02      TRUE
## 4294 2022-12-20 00:02:24      TRUE
## 4295 2022-12-20 00:01:24      TRUE
## 4296 2022-12-19 23:59:34      TRUE
## 4297 2022-12-19 23:59:27      TRUE
## 4298 2022-12-19 23:58:58      TRUE
## 4299 2022-12-19 23:58:24      TRUE
## 4300 2022-12-19 23:56:54      TRUE
## 4301 2022-12-19 23:56:21      TRUE
## 4302 2022-12-19 23:55:52      TRUE
## 4303 2022-12-19 23:54:01      TRUE
## 4304 2022-12-19 23:53:42      TRUE
## 4305 2022-12-19 23:52:02      TRUE
## 4306 2022-12-19 23:50:02      TRUE
## 4307 2022-12-19 23:49:39      TRUE
## 4308 2022-12-19 23:49:26      TRUE
## 4309 2022-12-19 23:49:19      TRUE
## 4310 2022-12-19 23:48:22      TRUE
## 4311 2022-12-19 23:48:01      TRUE
## 4312 2022-12-19 23:47:46      TRUE
## 4313 2022-12-19 23:46:14      TRUE
## 4314 2022-12-19 23:46:06      TRUE
## 4315 2022-12-19 23:45:05      TRUE
## 4316 2022-12-19 23:44:44      TRUE
## 4317 2022-12-19 23:44:36      TRUE
## 4318 2022-12-19 23:44:30      TRUE
## 4319 2022-12-19 23:43:44      TRUE
## 4320 2022-12-19 23:42:30      TRUE
## 4321 2022-12-19 23:42:23      TRUE
## 4322 2022-12-19 23:41:33      TRUE
## 4323 2022-12-19 23:41:13      TRUE
## 4324 2022-12-19 23:40:40      TRUE
## 4325 2022-12-19 23:40:14      TRUE
## 4326 2022-12-19 23:39:33      TRUE
## 4327 2022-12-19 23:38:01      TRUE
## 4328 2022-12-19 23:38:00      TRUE
## 4329 2022-12-19 23:37:54      TRUE
## 4330 2022-12-19 23:37:52      TRUE
## 4331 2022-12-19 23:37:25      TRUE
## 4332 2022-12-19 23:37:09      TRUE
## 4333 2022-12-19 23:37:05      TRUE
## 4334 2022-12-19 23:36:52      TRUE
## 4335 2022-12-19 23:36:44      TRUE
## 4336 2022-12-19 23:36:27      TRUE
## 4337 2022-12-19 23:36:18      TRUE
## 4338 2022-12-19 23:36:07      TRUE
## 4339 2022-12-19 23:36:00      TRUE
## 4340 2022-12-19 23:35:24      TRUE
## 4341 2022-12-19 23:35:20      TRUE
## 4342 2022-12-19 23:35:17      TRUE
## 4343 2022-12-19 23:34:51      TRUE
## 4344 2022-12-19 23:34:29      TRUE
## 4345 2022-12-19 23:34:19      TRUE
## 4346 2022-12-19 23:34:04      TRUE
## 4347 2022-12-19 23:33:40      TRUE
## 4348 2022-12-19 23:32:26      TRUE
## 4349 2022-12-19 23:32:07      TRUE
## 4350 2022-12-19 23:31:24      TRUE
## 4351 2022-12-19 23:29:45      TRUE
## 4352 2022-12-19 23:28:43      TRUE
## 4353 2022-12-19 23:27:32      TRUE
## 4354 2022-12-19 23:25:14      TRUE
## 4355 2022-12-19 23:24:03      TRUE
## 4356 2022-12-19 23:23:52      TRUE
## 4357 2022-12-19 23:21:48      TRUE
## 4358 2022-12-19 23:21:32      TRUE
## 4359 2022-12-19 23:21:12      TRUE
## 4360 2022-12-19 23:15:26      TRUE
## 4361 2022-12-19 23:15:01      TRUE
## 4362 2022-12-19 23:12:46      TRUE
## 4363 2022-12-19 23:12:27      TRUE
## 4364 2022-12-19 23:12:19      TRUE
## 4365 2022-12-19 23:11:15      TRUE
## 4366 2022-12-19 23:10:44      TRUE
## 4367 2022-12-19 23:09:43      TRUE
## 4368 2022-12-19 23:06:44      TRUE
## 4369 2022-12-19 23:06:14      TRUE
## 4370 2022-12-19 23:05:55      TRUE
## 4371 2022-12-19 23:05:32      TRUE
## 4372 2022-12-19 23:05:15      TRUE
## 4373 2022-12-19 23:03:06      TRUE
## 4374 2022-12-19 23:01:41      TRUE
## 4375 2022-12-19 23:01:15      TRUE
## 4376 2022-12-19 23:00:14      TRUE
## 4377 2022-12-19 22:59:55      TRUE
## 4378 2022-12-19 22:59:28      TRUE
## 4379 2022-12-19 22:57:27      TRUE
## 4380 2022-12-19 22:57:10      TRUE
## 4381 2022-12-19 22:53:05      TRUE
## 4382 2022-12-19 22:52:24      TRUE
## 4383 2022-12-19 22:50:24      TRUE
## 4384 2022-12-19 22:49:26      TRUE
## 4385 2022-12-19 22:49:15      TRUE
## 4386 2022-12-19 22:47:58      TRUE
## 4387 2022-12-19 22:45:38      TRUE
## 4388 2022-12-19 22:45:14      TRUE
## 4389 2022-12-19 22:44:56      TRUE
## 4390 2022-12-19 22:43:09      TRUE
## 4391 2022-12-19 22:42:45      TRUE
## 4392 2022-12-19 22:41:28      TRUE
## 4393 2022-12-19 22:41:13      TRUE
## 4394 2022-12-19 22:39:20      TRUE
## 4395 2022-12-19 22:39:18      TRUE
## 4396 2022-12-19 22:39:07      TRUE
## 4397 2022-12-19 22:39:03      TRUE
## 4398 2022-12-19 22:38:14      TRUE
## 4399 2022-12-19 22:37:00      TRUE
## 4400 2022-12-19 22:36:52      TRUE
## 4401 2022-12-19 22:34:15      TRUE
## 4402 2022-12-19 22:33:50      TRUE
## 4403 2022-12-19 22:33:49      TRUE
## 4404 2022-12-19 22:33:21      TRUE
## 4405 2022-12-19 22:33:06      TRUE
## 4406 2022-12-19 22:32:24      TRUE
## 4407 2022-12-19 22:31:18      TRUE
## 4408 2022-12-19 22:30:08      TRUE
## 4409 2022-12-19 22:29:09      TRUE
## 4410 2022-12-19 22:29:01      TRUE
## 4411 2022-12-19 22:28:51      TRUE
## 4412 2022-12-19 22:24:19      TRUE
## 4413 2022-12-19 22:23:17      TRUE
## 4414 2022-12-19 22:19:56      TRUE
## 4415 2022-12-19 22:17:27      TRUE
## 4416 2022-12-19 22:13:29      TRUE
## 4417 2022-12-19 22:06:54      TRUE
## 4418 2022-12-19 22:06:32      TRUE
## 4419 2022-12-19 22:06:27      TRUE
## 4420 2022-12-19 22:06:26      TRUE
## 4421 2022-12-19 22:06:14      TRUE
## 4422 2022-12-19 22:05:15      TRUE
## 4423 2022-12-19 22:05:06      TRUE
## 4424 2022-12-19 22:04:20      TRUE
## 4425 2022-12-19 22:03:51      TRUE
## 4426 2022-12-19 22:03:40      TRUE
## 4427 2022-12-19 22:00:55      TRUE
## 4428 2022-12-19 22:00:40      TRUE
## 4429 2022-12-19 22:00:30      TRUE
## 4430 2022-12-19 22:00:19      TRUE
## 4431 2022-12-19 21:59:42      TRUE
## 4432 2022-12-19 21:59:12      TRUE
## 4433 2022-12-19 21:58:47      TRUE
## 4434 2022-12-19 21:58:14      TRUE
## 4435 2022-12-19 21:56:36      TRUE
## 4436 2022-12-19 21:56:03      TRUE
## 4437 2022-12-19 21:54:48      TRUE
## 4438 2022-12-19 21:54:17      TRUE
## 4439 2022-12-19 21:52:46      TRUE
## 4440 2022-12-19 21:52:22      TRUE
## 4441 2022-12-19 21:51:47      TRUE
## 4442 2022-12-19 21:51:46      TRUE
## 4443 2022-12-19 21:51:45      TRUE
## 4444 2022-12-19 21:51:40      TRUE
## 4445 2022-12-19 21:50:15      TRUE
## 4446 2022-12-19 21:50:02      TRUE
## 4447 2022-12-19 21:49:32      TRUE
## 4448 2022-12-19 21:49:26      TRUE
## 4449 2022-12-19 21:49:23      TRUE
## 4450 2022-12-19 21:48:11      TRUE
## 4451 2022-12-19 21:48:09      TRUE
## 4452 2022-12-19 21:47:01      TRUE
## 4453 2022-12-19 21:46:49      TRUE
## 4454 2022-12-19 21:46:15      TRUE
## 4455 2022-12-19 21:46:11      TRUE
## 4456 2022-12-19 21:45:47      TRUE
## 4457 2022-12-19 21:45:21      TRUE
## 4458 2022-12-19 21:44:53      TRUE
## 4459 2022-12-19 21:44:50      TRUE
## 4460 2022-12-19 21:43:24      TRUE
## 4461 2022-12-19 21:42:48      TRUE
## 4462 2022-12-19 21:41:50      TRUE
## 4463 2022-12-19 21:39:36      TRUE
## 4464 2022-12-19 21:37:50      TRUE
## 4465 2022-12-19 21:36:06      TRUE
## 4466 2022-12-19 21:34:13      TRUE
## 4467 2022-12-19 21:32:14      TRUE
## 4468 2022-12-19 21:31:30      TRUE
## 4469 2022-12-19 21:31:28      TRUE
## 4470 2022-12-19 21:31:10      TRUE
## 4471 2022-12-19 21:31:08      TRUE
## 4472 2022-12-19 21:31:06      TRUE
## 4473 2022-12-19 21:30:50      TRUE
## 4474 2022-12-19 21:30:22      TRUE
## 4475 2022-12-19 21:30:11      TRUE
## 4476 2022-12-19 21:28:18      TRUE
## 4477 2022-12-19 21:28:12      TRUE
## 4478 2022-12-19 21:26:53      TRUE
## 4479 2022-12-19 21:26:32      TRUE
## 4480 2022-12-19 21:26:15      TRUE
## 4481 2022-12-19 21:25:59      TRUE
## 4482 2022-12-19 21:25:20      TRUE
## 4483 2022-12-19 21:25:04      TRUE
## 4484 2022-12-19 21:22:51      TRUE
## 4485 2022-12-19 21:21:49      TRUE
## 4486 2022-12-19 21:21:16      TRUE
## 4487 2022-12-19 21:19:21      TRUE
## 4488 2022-12-19 21:19:17      TRUE
## 4489 2022-12-19 21:18:46      TRUE
## 4490 2022-12-19 21:17:07      TRUE
## 4491 2022-12-19 21:15:47      TRUE
## 4492 2022-12-19 21:15:24      TRUE
## 4493 2022-12-19 21:15:00      TRUE
## 4494 2022-12-19 21:14:11      TRUE
## 4495 2022-12-19 21:14:02      TRUE
## 4496 2022-12-19 21:13:47      TRUE
## 4497 2022-12-19 21:13:29      TRUE
## 4498 2022-12-19 21:11:48      TRUE
## 4499 2022-12-19 21:11:44      TRUE
## 4500 2022-12-19 21:10:17      TRUE
## 4501 2022-12-19 21:06:16      TRUE
## 4502 2022-12-19 21:06:14      TRUE
## 4503 2022-12-19 21:05:57      TRUE
## 4504 2022-12-19 21:03:52      TRUE
## 4505 2022-12-19 21:03:21      TRUE
## 4506 2022-12-19 20:59:41      TRUE
## 4507 2022-12-19 20:56:17      TRUE
## 4508 2022-12-19 20:54:57      TRUE
## 4509 2022-12-19 20:54:46      TRUE
## 4510 2022-12-19 20:53:37      TRUE
## 4511 2022-12-19 20:51:23      TRUE
## 4512 2022-12-19 20:51:09      TRUE
## 4513 2022-12-19 20:51:05      TRUE
## 4514 2022-12-19 20:51:03      TRUE
## 4515 2022-12-19 20:50:45      TRUE
## 4516 2022-12-19 20:48:25      TRUE
## 4517 2022-12-19 20:47:27      TRUE
## 4518 2022-12-19 20:47:26      TRUE
## 4519 2022-12-19 20:42:06      TRUE
## 4520 2022-12-19 20:40:29      TRUE
## 4521 2022-12-19 20:39:57      TRUE
## 4522 2022-12-19 20:38:56      TRUE
## 4523 2022-12-19 20:38:55      TRUE
## 4524 2022-12-19 20:38:28      TRUE
## 4525 2022-12-19 20:37:40      TRUE
## 4526 2022-12-19 20:35:50      TRUE
## 4527 2022-12-19 20:34:16      TRUE
## 4528 2022-12-19 20:31:23      TRUE
## 4529 2022-12-19 20:30:42      TRUE
## 4530 2022-12-19 20:30:24      TRUE
## 4531 2022-12-19 20:28:20      TRUE
## 4532 2022-12-19 20:27:04      TRUE
## 4533 2022-12-19 20:24:53      TRUE
## 4534 2022-12-19 20:24:43      TRUE
## 4535 2022-12-19 20:22:53      TRUE
## 4536 2022-12-19 20:20:56      TRUE
## 4537 2022-12-19 20:18:44      TRUE
## 4538 2022-12-19 20:17:15      TRUE
## 4539 2022-12-19 20:16:34      TRUE
## 4540 2022-12-19 20:14:45      TRUE
## 4541 2022-12-19 20:13:47      TRUE
## 4542 2022-12-19 20:12:54      TRUE
## 4543 2022-12-19 20:12:49      TRUE
## 4544 2022-12-19 20:11:48      TRUE
## 4545 2022-12-19 20:11:28      TRUE
## 4546 2022-12-19 20:10:48      TRUE
## 4547 2022-12-19 20:10:43      TRUE
## 4548 2022-12-19 20:10:37      TRUE
## 4549 2022-12-19 20:10:12      TRUE
## 4550 2022-12-19 20:08:59      TRUE
## 4551 2022-12-19 20:08:48      TRUE
## 4552 2022-12-19 20:08:12      TRUE
## 4553 2022-12-19 20:07:12      TRUE
## 4554 2022-12-19 20:05:09      TRUE
## 4555 2022-12-19 20:04:47      TRUE
## 4556 2022-12-19 20:03:13      TRUE
## 4557 2022-12-19 20:02:59      TRUE
## 4558 2022-12-19 20:00:46      TRUE
## 4559 2022-12-19 20:00:34      TRUE
## 4560 2022-12-19 19:59:49      TRUE
## 4561 2022-12-19 19:58:11      TRUE
## 4562 2022-12-19 19:57:28      TRUE
## 4563 2022-12-19 19:57:21      TRUE
## 4564 2022-12-19 19:57:14      TRUE
## 4565 2022-12-19 19:57:12      TRUE
## 4566 2022-12-19 19:52:52      TRUE
## 4567 2022-12-19 19:52:47      TRUE
## 4568 2022-12-19 19:48:49      TRUE
## 4569 2022-12-19 19:47:22      TRUE
## 4570 2022-12-19 19:46:22      TRUE
## 4571 2022-12-19 19:46:13      TRUE
## 4572 2022-12-19 19:45:30      TRUE
## 4573 2022-12-19 19:44:49      TRUE
## 4574 2022-12-19 19:44:40      TRUE
## 4575 2022-12-19 19:44:05      TRUE
## 4576 2022-12-19 19:43:56      TRUE
## 4577 2022-12-19 19:41:21      TRUE
## 4578 2022-12-19 19:41:16      TRUE
## 4579 2022-12-19 19:41:16      TRUE
## 4580 2022-12-19 19:40:17      TRUE
## 4581 2022-12-19 19:39:38      TRUE
## 4582 2022-12-19 19:35:51      TRUE
## 4583 2022-12-19 19:35:04      TRUE
## 4584 2022-12-19 19:34:49      TRUE
## 4585 2022-12-19 19:33:39      TRUE
## 4586 2022-12-19 19:33:35      TRUE
## 4587 2022-12-19 19:32:58      TRUE
## 4588 2022-12-19 19:32:54      TRUE
## 4589 2022-12-19 19:27:42      TRUE
## 4590 2022-12-19 19:27:42      TRUE
## 4591 2022-12-19 19:27:06      TRUE
## 4592 2022-12-19 19:26:14      TRUE
## 4593 2022-12-19 19:25:07      TRUE
## 4594 2022-12-19 19:24:35      TRUE
## 4595 2022-12-19 19:24:18      TRUE
## 4596 2022-12-19 19:22:13      TRUE
## 4597 2022-12-19 19:22:03      TRUE
## 4598 2022-12-19 19:21:06      TRUE
## 4599 2022-12-19 19:20:56      TRUE
## 4600 2022-12-19 19:20:25      TRUE
## 4601 2022-12-19 19:19:18      TRUE
## 4602 2022-12-19 19:18:41      TRUE
## 4603 2022-12-19 19:18:25      TRUE
## 4604 2022-12-19 19:17:27      TRUE
## 4605 2022-12-19 19:17:12      TRUE
## 4606 2022-12-19 19:17:11      TRUE
## 4607 2022-12-19 19:17:04      TRUE
## 4608 2022-12-19 19:13:39      TRUE
## 4609 2022-12-19 19:12:58      TRUE
## 4610 2022-12-19 19:12:45      TRUE
## 4611 2022-12-19 19:12:14      TRUE
## 4612 2022-12-19 19:11:55      TRUE
## 4613 2022-12-19 19:11:43      TRUE
## 4614 2022-12-19 19:11:16      TRUE
## 4615 2022-12-19 19:10:59      TRUE
## 4616 2022-12-19 19:09:23      TRUE
## 4617 2022-12-19 19:06:15      TRUE
## 4618 2022-12-19 19:06:08      TRUE
## 4619 2022-12-19 19:05:11      TRUE
## 4620 2022-12-19 19:04:16      TRUE
## 4621 2022-12-19 19:00:00      TRUE
## 4622 2022-12-19 18:56:48      TRUE
## 4623 2022-12-19 18:56:44      TRUE
## 4624 2022-12-19 18:56:10      TRUE
## 4625 2022-12-19 18:55:43      TRUE
## 4626 2022-12-19 18:54:13      TRUE
## 4627 2022-12-19 18:52:24      TRUE
## 4628 2022-12-19 18:50:08      TRUE
## 4629 2022-12-19 18:49:15      TRUE
## 4630 2022-12-19 18:46:14      TRUE
## 4631 2022-12-19 18:45:37      TRUE
## 4632 2022-12-19 18:42:36      TRUE
## 4633 2022-12-19 18:42:32      TRUE
## 4634 2022-12-19 18:41:56      TRUE
## 4635 2022-12-19 18:40:15      TRUE
## 4636 2022-12-19 18:39:41      TRUE
## 4637 2022-12-19 18:39:32      TRUE
## 4638 2022-12-19 18:38:13      TRUE
## 4639 2022-12-19 18:38:10      TRUE
## 4640 2022-12-19 18:36:15      TRUE
## 4641 2022-12-19 18:34:15      TRUE
## 4642 2022-12-19 18:34:12      TRUE
## 4643 2022-12-19 18:33:57      TRUE
## 4644 2022-12-19 18:33:02      TRUE
## 4645 2022-12-19 18:30:47      TRUE
## 4646 2022-12-19 18:30:44      TRUE
## 4647 2022-12-19 18:30:30      TRUE
## 4648 2022-12-19 18:30:24      TRUE
## 4649 2022-12-19 18:30:05      TRUE
## 4650 2022-12-19 18:28:50      TRUE
## 4651 2022-12-19 18:28:31      TRUE
## 4652 2022-12-19 18:28:22      TRUE
## 4653 2022-12-19 18:26:25      TRUE
## 4654 2022-12-19 18:24:44      TRUE
## 4655 2022-12-19 18:24:40      TRUE
## 4656 2022-12-19 18:23:03      TRUE
## 4657 2022-12-19 18:22:59      TRUE
## 4658 2022-12-19 18:22:37      TRUE
## 4659 2022-12-19 18:21:17      TRUE
## 4660 2022-12-19 18:21:12      TRUE
## 4661 2022-12-19 18:20:27      TRUE
## 4662 2022-12-19 18:19:50      TRUE
## 4663 2022-12-19 18:19:39      TRUE
## 4664 2022-12-19 18:17:50      TRUE
## 4665 2022-12-19 18:16:57      TRUE
## 4666 2022-12-19 18:16:01      TRUE
## 4667 2022-12-19 18:15:04      TRUE
## 4668 2022-12-19 18:10:07      TRUE
## 4669 2022-12-19 18:08:46      TRUE
## 4670 2022-12-19 18:07:55      TRUE
## 4671 2022-12-19 18:07:02      TRUE
## 4672 2022-12-19 18:06:18      TRUE
## 4673 2022-12-19 18:06:14      TRUE
## 4674 2022-12-19 18:06:00      TRUE
## 4675 2022-12-19 18:05:38      TRUE
## 4676 2022-12-19 18:05:01      TRUE
## 4677 2022-12-19 18:04:53      TRUE
## 4678 2022-12-19 18:03:40      TRUE
## 4679 2022-12-19 18:01:39      TRUE
## 4680 2022-12-19 18:00:38      TRUE
## 4681 2022-12-19 18:00:30      TRUE
## 4682 2022-12-19 18:00:06      TRUE
## 4683 2022-12-19 17:58:40      TRUE
## 4684 2022-12-19 17:57:37      TRUE
## 4685 2022-12-19 17:57:21      TRUE
## 4686 2022-12-19 17:56:54      TRUE
## 4687 2022-12-19 17:56:05      TRUE
## 4688 2022-12-19 17:55:28      TRUE
## 4689 2022-12-19 17:54:48      TRUE
## 4690 2022-12-19 17:53:12      TRUE
## 4691 2022-12-19 17:52:55      TRUE
## 4692 2022-12-19 17:52:38      TRUE
## 4693 2022-12-19 17:52:18      TRUE
## 4694 2022-12-19 17:50:45      TRUE
## 4695 2022-12-19 17:50:43      TRUE
## 4696 2022-12-19 17:50:42      TRUE
## 4697 2022-12-19 17:49:59      TRUE
## 4698 2022-12-19 17:48:55      TRUE
## 4699 2022-12-19 17:48:46      TRUE
## 4700 2022-12-19 17:48:38      TRUE
## 4701 2022-12-19 17:47:52      TRUE
## 4702 2022-12-19 17:47:49      TRUE
## 4703 2022-12-19 17:47:03      TRUE
## 4704 2022-12-19 17:44:09      TRUE
## 4705 2022-12-19 17:44:08      TRUE
## 4706 2022-12-19 17:43:53      TRUE
## 4707 2022-12-19 17:42:36      TRUE
## 4708 2022-12-19 17:41:31      TRUE
## 4709 2022-12-19 17:41:11      TRUE
## 4710 2022-12-19 17:40:38      TRUE
## 4711 2022-12-19 17:40:10      TRUE
## 4712 2022-12-19 17:37:14      TRUE
## 4713 2022-12-19 17:36:48      TRUE
## 4714 2022-12-19 17:36:01      TRUE
## 4715 2022-12-19 17:35:26      TRUE
## 4716 2022-12-19 17:34:06      TRUE
## 4717 2022-12-19 17:32:43      TRUE
## 4718 2022-12-19 17:31:15      TRUE
## 4719 2022-12-19 17:29:57      TRUE
## 4720 2022-12-19 17:29:28      TRUE
## 4721 2022-12-19 17:29:13      TRUE
## 4722 2022-12-19 17:27:08      TRUE
## 4723 2022-12-19 17:25:39      TRUE
## 4724 2022-12-19 17:24:38      TRUE
## 4725 2022-12-19 17:22:26      TRUE
## 4726 2022-12-19 17:21:19      TRUE
## 4727 2022-12-19 17:20:51      TRUE
## 4728 2022-12-19 17:19:23      TRUE
## 4729 2022-12-19 17:18:19      TRUE
## 4730 2022-12-19 17:17:34      TRUE
## 4731 2022-12-19 17:17:28      TRUE
## 4732 2022-12-19 17:16:28      TRUE
## 4733 2022-12-19 17:16:19      TRUE
## 4734 2022-12-19 17:15:18      TRUE
## 4735 2022-12-19 17:14:00      TRUE
## 4736 2022-12-19 17:07:37      TRUE
## 4737 2022-12-19 17:06:20      TRUE
## 4738 2022-12-19 17:06:15      TRUE
## 4739 2022-12-19 17:06:12      TRUE
## 4740 2022-12-19 17:05:26      TRUE
## 4741 2022-12-19 17:04:18      TRUE
## 4742 2022-12-19 17:03:30      TRUE
## 4743 2022-12-19 17:03:22      TRUE
## 4744 2022-12-19 17:02:34      TRUE
## 4745 2022-12-19 17:00:54      TRUE
## 4746 2022-12-19 17:00:46      TRUE
## 4747 2022-12-19 17:00:41      TRUE
## 4748 2022-12-19 17:00:30      TRUE
## 4749 2022-12-19 17:00:15      TRUE
## 4750 2022-12-19 16:59:52      TRUE
## 4751 2022-12-19 16:59:21      TRUE
## 4752 2022-12-19 16:59:03      TRUE
## 4753 2022-12-19 16:57:54      TRUE
## 4754 2022-12-19 16:57:26      TRUE
## 4755 2022-12-19 16:55:39      TRUE
## 4756 2022-12-19 16:51:14      TRUE
## 4757 2022-12-19 16:48:38      TRUE
## 4758 2022-12-19 16:47:33      TRUE
## 4759 2022-12-19 16:46:34      TRUE
## 4760 2022-12-19 16:46:17      TRUE
## 4761 2022-12-19 16:46:07      TRUE
## 4762 2022-12-19 16:45:42      TRUE
## 4763 2022-12-19 16:45:03      TRUE
## 4764 2022-12-19 16:43:39      TRUE
## 4765 2022-12-19 16:42:57      TRUE
## 4766 2022-12-19 16:42:15      TRUE
## 4767 2022-12-19 16:42:01      TRUE
## 4768 2022-12-19 16:41:46      TRUE
## 4769 2022-12-19 16:41:14      TRUE
## 4770 2022-12-19 16:40:38      TRUE
## 4771 2022-12-19 16:38:37      TRUE
## 4772 2022-12-19 16:38:31      TRUE
## 4773 2022-12-19 16:35:48      TRUE
## 4774 2022-12-19 16:35:19      TRUE
## 4775 2022-12-19 16:34:45      TRUE
## 4776 2022-12-19 16:34:23      TRUE
## 4777 2022-12-19 16:33:40      TRUE
## 4778 2022-12-19 16:32:18      TRUE
## 4779 2022-12-19 16:30:03      TRUE
## 4780 2022-12-19 16:29:38      TRUE
## 4781 2022-12-19 16:29:26      TRUE
## 4782 2022-12-19 16:29:22      TRUE
## 4783 2022-12-19 16:28:16      TRUE
## 4784 2022-12-19 16:28:00      TRUE
## 4785 2022-12-19 16:27:37      TRUE
## 4786 2022-12-19 16:26:27      TRUE
## 4787 2022-12-19 16:26:07      TRUE
## 4788 2022-12-19 16:25:27      TRUE
## 4789 2022-12-19 16:23:59      TRUE
## 4790 2022-12-19 16:23:16      TRUE
## 4791 2022-12-19 16:23:00      TRUE
## 4792 2022-12-19 16:22:30      TRUE
## 4793 2022-12-19 16:22:28      TRUE
## 4794 2022-12-19 16:20:23      TRUE
## 4795 2022-12-19 16:19:56      TRUE
## 4796 2022-12-19 16:19:07      TRUE
## 4797 2022-12-19 16:18:17      TRUE
## 4798 2022-12-19 16:16:20      TRUE
## 4799 2022-12-19 16:14:36      TRUE
## 4800 2022-12-19 16:13:41      TRUE
## 4801 2022-12-19 16:13:03      TRUE
## 4802 2022-12-19 16:12:31      TRUE
## 4803 2022-12-19 16:11:38      TRUE
## 4804 2022-12-19 16:11:06      TRUE
## 4805 2022-12-19 16:08:27      TRUE
## 4806 2022-12-19 16:07:51      TRUE
## 4807 2022-12-19 16:06:20      TRUE
## 4808 2022-12-19 16:06:14      TRUE
## 4809 2022-12-19 16:05:41      TRUE
## 4810 2022-12-19 16:03:41      TRUE
## 4811 2022-12-19 16:02:22      TRUE
## 4812 2022-12-19 16:02:21      TRUE
## 4813 2022-12-19 16:01:56      TRUE
## 4814 2022-12-19 16:01:29      TRUE
## 4815 2022-12-19 16:01:04      TRUE
## 4816 2022-12-19 16:01:02      TRUE
## 4817 2022-12-19 15:59:13      TRUE
## 4818 2022-12-19 15:59:04      TRUE
## 4819 2022-12-19 15:58:44      TRUE
## 4820 2022-12-19 15:58:41      TRUE
## 4821 2022-12-19 15:58:01      TRUE
## 4822 2022-12-19 15:57:49      TRUE
## 4823 2022-12-19 15:57:13      TRUE
## 4824 2022-12-19 15:56:14      TRUE
## 4825 2022-12-19 15:55:55      TRUE
## 4826 2022-12-19 15:55:50      TRUE
## 4827 2022-12-19 15:53:46      TRUE
## 4828 2022-12-19 15:53:07      TRUE
## 4829 2022-12-19 15:52:57      TRUE
## 4830 2022-12-19 15:50:23      TRUE
## 4831 2022-12-19 15:47:41      TRUE
## 4832 2022-12-19 15:47:30      TRUE
## 4833 2022-12-19 15:46:15      TRUE
## 4834 2022-12-19 15:44:17      TRUE
## 4835 2022-12-19 15:44:02      TRUE
## 4836 2022-12-19 15:42:02      TRUE
## 4837 2022-12-19 15:41:01      TRUE
## 4838 2022-12-19 15:40:55      TRUE
## 4839 2022-12-19 15:40:43      TRUE
## 4840 2022-12-19 15:39:09      TRUE
## 4841 2022-12-19 15:37:31      TRUE
## 4842 2022-12-19 15:36:51      TRUE
## 4843 2022-12-19 15:36:48      TRUE
## 4844 2022-12-19 15:36:32      TRUE
## 4845 2022-12-19 15:34:23      TRUE
## 4846 2022-12-19 15:34:05      TRUE
## 4847 2022-12-19 15:33:47      TRUE
## 4848 2022-12-19 15:32:22      TRUE
## 4849 2022-12-19 15:31:31      TRUE
## 4850 2022-12-19 15:30:20      TRUE
## 4851 2022-12-19 15:29:55      TRUE
## 4852 2022-12-19 15:29:30      TRUE
## 4853 2022-12-19 15:26:44      TRUE
## 4854 2022-12-19 15:24:35      TRUE
## 4855 2022-12-19 15:24:26      TRUE
## 4856 2022-12-19 15:24:04      TRUE
## 4857 2022-12-19 15:23:34      TRUE
## 4858 2022-12-19 15:23:26      TRUE
## 4859 2022-12-19 15:21:55      TRUE
## 4860 2022-12-19 15:20:51      TRUE
## 4861 2022-12-19 15:20:40      TRUE
## 4862 2022-12-19 15:20:16      TRUE
## 4863 2022-12-19 15:19:34      TRUE
## 4864 2022-12-19 15:19:21      TRUE
## 4865 2022-12-19 15:18:36      TRUE
## 4866 2022-12-19 15:14:38      TRUE
## 4867 2022-12-19 15:13:31      TRUE
## 4868 2022-12-19 15:12:15      TRUE
## 4869 2022-12-19 15:11:54      TRUE
## 4870 2022-12-19 15:11:31      TRUE
## 4871 2022-12-19 15:10:10      TRUE
## 4872 2022-12-19 15:09:54      TRUE
## 4873 2022-12-19 15:09:44      TRUE
## 4874 2022-12-19 15:09:19      TRUE
## 4875 2022-12-19 15:07:39      TRUE
## 4876 2022-12-19 15:06:46      TRUE
## 4877 2022-12-19 15:06:15      TRUE
## 4878 2022-12-19 15:05:48      TRUE
## 4879 2022-12-19 15:04:26      TRUE
## 4880 2022-12-19 15:03:12      TRUE
## 4881 2022-12-19 15:01:50      TRUE
## 4882 2022-12-19 15:01:31      TRUE
## 4883 2022-12-19 15:01:20      TRUE
## 4884 2022-12-19 15:00:28      TRUE
## 4885 2022-12-19 14:59:55      TRUE
## 4886 2022-12-19 14:59:44      TRUE
## 4887 2022-12-19 14:59:00      TRUE
## 4888 2022-12-19 14:58:55      TRUE
## 4889 2022-12-19 14:57:45      TRUE
## 4890 2022-12-19 14:57:13      TRUE
## 4891 2022-12-19 14:57:12      TRUE
## 4892 2022-12-19 14:56:45      TRUE
## 4893 2022-12-19 14:54:47      TRUE
## 4894 2022-12-19 14:54:25      TRUE
## 4895 2022-12-19 14:54:25      TRUE
## 4896 2022-12-19 14:53:48      TRUE
## 4897 2022-12-19 14:51:30      TRUE
## 4898 2022-12-19 14:51:29      TRUE
## 4899 2022-12-19 14:50:22      TRUE
## 4900 2022-12-19 14:49:32      TRUE
## 4901 2022-12-19 14:47:49      TRUE
## 4902 2022-12-19 14:46:10      TRUE
## 4903 2022-12-19 14:45:56      TRUE
## 4904 2022-12-19 14:45:43      TRUE
## 4905 2022-12-19 14:45:34      TRUE
## 4906 2022-12-19 14:45:10      TRUE
## 4907 2022-12-19 14:44:22      TRUE
## 4908 2022-12-19 14:43:33      TRUE
## 4909 2022-12-19 14:42:55      TRUE
## 4910 2022-12-19 14:40:41      TRUE
## 4911 2022-12-19 14:38:02      TRUE
## 4912 2022-12-19 14:37:08      TRUE
## 4913 2022-12-19 14:36:29      TRUE
## 4914 2022-12-19 14:35:55      TRUE
## 4915 2022-12-19 14:34:46      TRUE
## 4916 2022-12-19 14:33:36      TRUE
## 4917 2022-12-19 14:31:18      TRUE
## 4918 2022-12-19 14:31:08      TRUE
## 4919 2022-12-19 14:30:13      TRUE
## 4920 2022-12-19 14:27:52      TRUE
## 4921 2022-12-19 14:27:01      TRUE
## 4922 2022-12-19 14:26:59      TRUE
## 4923 2022-12-19 14:26:07      TRUE
## 4924 2022-12-19 14:25:45      TRUE
## 4925 2022-12-19 14:25:24      TRUE
## 4926 2022-12-19 14:24:51      TRUE
## 4927 2022-12-19 14:24:38      TRUE
## 4928 2022-12-19 14:24:12      TRUE
## 4929 2022-12-19 14:23:43      TRUE
## 4930 2022-12-19 14:22:57      TRUE
## 4931 2022-12-19 14:22:07      TRUE
## 4932 2022-12-19 14:21:23      TRUE
## 4933 2022-12-19 14:20:33      TRUE
## 4934 2022-12-19 14:20:32      TRUE
## 4935 2022-12-19 14:19:59      TRUE
## 4936 2022-12-19 14:19:56      TRUE
## 4937 2022-12-19 14:19:34      TRUE
## 4938 2022-12-19 14:19:17      TRUE
## 4939 2022-12-19 14:18:29      TRUE
## 4940 2022-12-19 14:17:52      TRUE
## 4941 2022-12-19 14:17:48      TRUE
## 4942 2022-12-19 14:17:33      TRUE
## 4943 2022-12-19 14:17:33      TRUE
## 4944 2022-12-19 14:17:27      TRUE
## 4945 2022-12-19 14:16:34      TRUE
## 4946 2022-12-19 14:16:15      TRUE
## 4947 2022-12-19 14:15:52      TRUE
## 4948 2022-12-19 14:15:21      TRUE
## 4949 2022-12-19 14:14:46      TRUE
## 4950 2022-12-19 14:13:49      TRUE
## 4951 2022-12-19 14:13:41      TRUE
## 4952 2022-12-19 14:13:30      TRUE
## 4953 2022-12-19 14:13:29      TRUE
## 4954 2022-12-19 14:12:33      TRUE
## 4955 2022-12-19 14:11:56      TRUE
## 4956 2022-12-19 14:10:51      TRUE
## 4957 2022-12-19 14:10:39      TRUE
## 4958 2022-12-19 14:09:27      TRUE
## 4959 2022-12-19 14:08:24      TRUE
## 4960 2022-12-19 14:06:14      TRUE
## 4961 2022-12-19 14:02:30      TRUE
## 4962 2022-12-19 14:01:52      TRUE
## 4963 2022-12-19 13:59:28      TRUE
## 4964 2022-12-19 13:58:26      TRUE
## 4965 2022-12-19 13:56:46      TRUE
## 4966 2022-12-19 13:55:33      TRUE
## 4967 2022-12-19 13:55:27      TRUE
## 4968 2022-12-19 13:53:21      TRUE
## 4969 2022-12-19 13:53:18      TRUE
## 4970 2022-12-19 13:52:21      TRUE
## 4971 2022-12-19 13:52:03      TRUE
## 4972 2022-12-19 13:51:58      TRUE
## 4973 2022-12-19 13:51:54      TRUE
## 4974 2022-12-19 13:51:37      TRUE
## 4975 2022-12-19 13:51:22      TRUE
## 4976 2022-12-19 13:51:21      TRUE
## 4977 2022-12-19 13:51:04      TRUE
## 4978 2022-12-19 13:51:01      TRUE
## 4979 2022-12-19 13:50:44      TRUE
## 4980 2022-12-19 13:50:42      TRUE
## 4981 2022-12-19 13:49:34      TRUE
## 4982 2022-12-19 13:49:13      TRUE
## 4983 2022-12-19 13:48:24      TRUE
## 4984 2022-12-19 13:45:26      TRUE
## 4985 2022-12-19 13:44:07      TRUE
## 4986 2022-12-19 13:40:23      TRUE
## 4987 2022-12-19 13:36:20      TRUE
## 4988 2022-12-19 13:31:26      TRUE
## 4989 2022-12-19 13:31:16      TRUE
## 4990 2022-12-19 13:28:58      TRUE
## 4991 2022-12-19 13:27:30      TRUE
## 4992 2022-12-19 13:26:34      TRUE
## 4993 2022-12-19 13:26:22      TRUE
## 4994 2022-12-19 13:26:17      TRUE
## 4995 2022-12-19 13:26:14      TRUE
## 4996 2022-12-19 13:25:21      TRUE
## 4997 2022-12-19 13:25:10      TRUE
## 4998 2022-12-19 13:24:50      TRUE
## 4999 2022-12-19 13:24:13      TRUE
## 5000 2022-12-19 13:21:44      TRUE
## 5001 2022-12-19 13:20:48      TRUE
## 5002 2022-12-19 13:19:27      TRUE
## 5003 2022-12-19 13:19:06      TRUE
## 5004 2022-12-19 13:18:08      TRUE
## 5005 2022-12-19 13:16:33      TRUE
## 5006 2022-12-19 13:16:33      TRUE
## 5007 2022-12-19 13:16:15      TRUE
## 5008 2022-12-19 13:12:52      TRUE
## 5009 2022-12-19 13:12:02      TRUE
## 5010 2022-12-19 13:11:38      TRUE
## 5011 2022-12-19 13:11:21      TRUE
## 5012 2022-12-19 13:11:04      TRUE
## 5013 2022-12-19 13:10:27      TRUE
## 5014 2022-12-19 13:06:28      TRUE
## 5015 2022-12-19 13:06:15      TRUE
## 5016 2022-12-19 13:05:19      TRUE
## 5017 2022-12-19 13:05:08      TRUE
## 5018 2022-12-19 12:59:10      TRUE
## 5019 2022-12-19 12:58:19      TRUE
## 5020 2022-12-19 12:55:52      TRUE
## 5021 2022-12-19 12:55:10      TRUE
## 5022 2022-12-19 12:53:41      TRUE
## 5023 2022-12-19 12:53:12      TRUE
## 5024 2022-12-19 12:52:39      TRUE
## 5025 2022-12-19 12:52:29      TRUE
## 5026 2022-12-19 12:50:45      TRUE
## 5027 2022-12-19 12:50:30      TRUE
## 5028 2022-12-19 12:50:19      TRUE
## 5029 2022-12-19 12:50:09      TRUE
## 5030 2022-12-19 12:49:25      TRUE
## 5031 2022-12-19 12:49:13      TRUE
## 5032 2022-12-19 12:48:41      TRUE
## 5033 2022-12-19 12:48:19      TRUE
## 5034 2022-12-19 12:47:37      TRUE
## 5035 2022-12-19 12:44:52      TRUE
## 5036 2022-12-19 12:43:57      TRUE
## 5037 2022-12-19 12:43:08      TRUE
## 5038 2022-12-19 12:42:56      TRUE
## 5039 2022-12-19 12:42:03      TRUE
## 5040 2022-12-19 12:41:52      TRUE
## 5041 2022-12-19 12:41:29      TRUE
## 5042 2022-12-19 12:41:07      TRUE
## 5043 2022-12-19 12:40:02      TRUE
## 5044 2022-12-19 12:39:39      TRUE
## 5045 2022-12-19 12:39:09      TRUE
## 5046 2022-12-19 12:38:43      TRUE
## 5047 2022-12-19 12:37:44      TRUE
## 5048 2022-12-19 12:37:41      TRUE
## 5049 2022-12-19 12:37:33      TRUE
## 5050 2022-12-19 12:36:21      TRUE
## 5051 2022-12-19 12:36:01      TRUE
## 5052 2022-12-19 12:35:35      TRUE
## 5053 2022-12-19 12:35:33      TRUE
## 5054 2022-12-19 12:35:21      TRUE
## 5055 2022-12-19 12:35:14      TRUE
## 5056 2022-12-19 12:35:11      TRUE
## 5057 2022-12-19 12:35:07      TRUE
## 5058 2022-12-19 12:35:03      TRUE
## 5059 2022-12-19 12:34:42      TRUE
## 5060 2022-12-19 12:34:36      TRUE
## 5061 2022-12-19 12:34:34      TRUE
## 5062 2022-12-19 12:34:27      TRUE
## 5063 2022-12-19 12:34:24      TRUE
## 5064 2022-12-19 12:34:17      TRUE
## 5065 2022-12-19 12:34:09      TRUE
## 5066 2022-12-19 12:34:00      TRUE
## 5067 2022-12-19 12:33:24      TRUE
## 5068 2022-12-19 12:33:09      TRUE
## 5069 2022-12-19 12:33:07      TRUE
## 5070 2022-12-19 12:32:08      TRUE
## 5071 2022-12-19 12:31:56      TRUE
## 5072 2022-12-19 12:31:48      TRUE
## 5073 2022-12-19 12:31:39      TRUE
## 5074 2022-12-19 12:31:36      TRUE
## 5075 2022-12-19 12:31:34      TRUE
## 5076 2022-12-19 12:31:23      TRUE
## 5077 2022-12-19 12:31:22      TRUE
## 5078 2022-12-19 12:30:54      TRUE
## 5079 2022-12-19 12:30:07      TRUE
## 5080 2022-12-19 12:29:20      TRUE
## 5081 2022-12-19 12:28:14      TRUE
## 5082 2022-12-19 12:28:07      TRUE
## 5083 2022-12-19 12:27:56      TRUE
## 5084 2022-12-19 12:27:24      TRUE
## 5085 2022-12-19 12:27:06      TRUE
## 5086 2022-12-19 12:26:38      TRUE
## 5087 2022-12-19 12:26:32      TRUE
## 5088 2022-12-19 12:26:22      TRUE
## 5089 2022-12-19 12:26:09      TRUE
## 5090 2022-12-19 12:26:01      TRUE
## 5091 2022-12-19 12:25:35      TRUE
## 5092 2022-12-19 12:25:30      TRUE
## 5093 2022-12-19 12:25:24      TRUE
## 5094 2022-12-19 12:24:45      TRUE
## 5095 2022-12-19 12:24:42      TRUE
## 5096 2022-12-19 12:21:28      TRUE
## 5097 2022-12-19 12:21:15      TRUE
## 5098 2022-12-19 12:21:14      TRUE
## 5099 2022-12-19 12:20:48      TRUE
## 5100 2022-12-19 12:19:49      TRUE
## 5101 2022-12-19 12:19:41      TRUE
## 5102 2022-12-19 12:19:18      TRUE
## 5103 2022-12-19 12:19:10      TRUE
## 5104 2022-12-19 12:18:27      TRUE
## 5105 2022-12-19 12:17:49      TRUE
## 5106 2022-12-19 12:17:44      TRUE
## 5107 2022-12-19 12:17:41      TRUE
## 5108 2022-12-19 12:17:15      TRUE
## 5109 2022-12-19 12:16:50      TRUE
## 5110 2022-12-19 12:16:48      TRUE
## 5111 2022-12-19 12:16:44      TRUE
## 5112 2022-12-19 12:16:16      TRUE
## 5113 2022-12-19 12:15:13      TRUE
## 5114 2022-12-19 12:13:37      TRUE
## 5115 2022-12-19 12:13:36      TRUE
## 5116 2022-12-19 12:13:14      TRUE
## 5117 2022-12-19 12:12:50      TRUE
## 5118 2022-12-19 12:12:39      TRUE
## 5119 2022-12-19 12:12:38      TRUE
## 5120 2022-12-19 12:11:48      TRUE
## 5121 2022-12-19 12:11:42      TRUE
## 5122 2022-12-19 12:11:33      TRUE
## 5123 2022-12-19 12:11:10      TRUE
## 5124 2022-12-19 12:10:41      TRUE
## 5125 2022-12-19 12:10:38      TRUE
## 5126 2022-12-19 12:10:23      TRUE
## 5127 2022-12-19 12:09:47      TRUE
## 5128 2022-12-19 12:09:46      TRUE
## 5129 2022-12-19 12:09:35      TRUE
## 5130 2022-12-19 12:09:20      TRUE
## 5131 2022-12-19 12:09:05      TRUE
## 5132 2022-12-19 12:08:10      TRUE
## 5133 2022-12-19 12:08:00      TRUE
## 5134 2022-12-19 12:07:55      TRUE
## 5135 2022-12-19 12:07:52      TRUE
## 5136 2022-12-19 12:07:49      TRUE
## 5137 2022-12-19 12:07:40      TRUE
## 5138 2022-12-19 12:07:34      TRUE
## 5139 2022-12-19 12:07:22      TRUE
## 5140 2022-12-19 12:07:14      TRUE
## 5141 2022-12-19 12:06:56      TRUE
## 5142 2022-12-19 12:06:46      TRUE
## 5143 2022-12-19 12:06:29      TRUE
## 5144 2022-12-19 12:06:28      TRUE
## 5145 2022-12-19 12:06:01      TRUE
## 5146 2022-12-19 12:05:45      TRUE
## 5147 2022-12-19 12:05:30      TRUE
## 5148 2022-12-19 12:05:28      TRUE
## 5149 2022-12-19 12:05:24      TRUE
## 5150 2022-12-19 12:05:22      TRUE
## 5151 2022-12-19 12:05:16      TRUE
## 5152 2022-12-19 12:05:16      TRUE
## 5153 2022-12-19 12:05:13      TRUE
## 5154 2022-12-19 12:05:04      TRUE
## 5155 2022-12-19 12:04:42      TRUE
## 5156 2022-12-19 12:04:41      TRUE
## 5157 2022-12-19 12:04:28      TRUE
## 5158 2022-12-19 12:04:18      TRUE
## 5159 2022-12-19 12:03:53      TRUE
## 5160 2022-12-19 12:03:44      TRUE
## 5161 2022-12-19 12:03:17      TRUE
## 5162 2022-12-19 12:03:10      TRUE
## 5163 2022-12-19 12:03:09      TRUE
## 5164 2022-12-19 12:03:04      TRUE
## 5165 2022-12-19 12:02:50      TRUE
## 5166 2022-12-19 12:02:40      TRUE
## 5167 2022-12-19 12:01:01      TRUE
## 5168 2022-12-19 12:00:45      TRUE
## 5169 2022-12-19 12:00:27      TRUE
## 5170 2022-12-19 12:00:17      TRUE
## 5171 2022-12-19 11:59:39      TRUE
## 5172 2022-12-19 11:59:17      TRUE
## 5173 2022-12-19 11:59:14      TRUE
## 5174 2022-12-19 11:58:30      TRUE
## 5175 2022-12-19 11:57:48      TRUE
## 5176 2022-12-19 11:57:48      TRUE
## 5177 2022-12-19 11:57:29      TRUE
## 5178 2022-12-19 11:57:09      TRUE
## 5179 2022-12-19 11:56:36      TRUE
## 5180 2022-12-19 11:56:35      TRUE
## 5181 2022-12-19 11:55:38      TRUE
## 5182 2022-12-19 11:55:30      TRUE
## 5183 2022-12-19 11:55:06      TRUE
## 5184 2022-12-19 11:54:58      TRUE
## 5185 2022-12-19 11:54:57      TRUE
## 5186 2022-12-19 11:54:25      TRUE
## 5187 2022-12-19 11:54:20      TRUE
## 5188 2022-12-19 11:54:10      TRUE
## 5189 2022-12-19 11:54:01      TRUE
## 5190 2022-12-19 11:54:00      TRUE
## 5191 2022-12-19 11:53:55      TRUE
## 5192 2022-12-19 11:53:48      TRUE
## 5193 2022-12-19 11:53:22      TRUE
## 5194 2022-12-19 11:52:59      TRUE
## 5195 2022-12-19 11:52:53      TRUE
## 5196 2022-12-19 11:51:21      TRUE
## 5197 2022-12-19 11:51:00      TRUE
## 5198 2022-12-19 11:50:17      TRUE
## 5199 2022-12-19 11:50:09      TRUE
## 5200 2022-12-19 11:49:44      TRUE
## 5201 2022-12-19 11:49:20      TRUE
## 5202 2022-12-19 11:48:51      TRUE
## 5203 2022-12-19 11:48:16      TRUE
## 5204 2022-12-19 11:48:11      TRUE
## 5205 2022-12-19 11:47:43      TRUE
## 5206 2022-12-19 11:47:18      TRUE
## 5207 2022-12-19 11:47:11      TRUE
## 5208 2022-12-19 11:47:10      TRUE
## 5209 2022-12-19 11:46:21      TRUE
## 5210 2022-12-19 11:45:39      TRUE
## 5211 2022-12-19 11:45:36      TRUE
## 5212 2022-12-19 11:45:28      TRUE
## 5213 2022-12-19 11:45:15      TRUE
## 5214 2022-12-19 11:44:57      TRUE
## 5215 2022-12-19 11:44:30      TRUE
## 5216 2022-12-19 11:44:07      TRUE
## 5217 2022-12-19 11:44:02      TRUE
## 5218 2022-12-19 11:43:54      TRUE
## 5219 2022-12-19 11:43:44      TRUE
## 5220 2022-12-19 11:43:24      TRUE
## 5221 2022-12-19 11:43:17      TRUE
## 5222 2022-12-19 11:42:49      TRUE
## 5223 2022-12-19 11:42:33      TRUE
## 5224 2022-12-19 11:41:43      TRUE
## 5225 2022-12-19 11:41:01      TRUE
## 5226 2022-12-19 11:40:52      TRUE
## 5227 2022-12-19 11:40:25      TRUE
## 5228 2022-12-19 11:38:53      TRUE
## 5229 2022-12-19 11:38:30      TRUE
## 5230 2022-12-19 11:38:22      TRUE
## 5231 2022-12-19 11:38:17      TRUE
## 5232 2022-12-19 11:38:14      TRUE
## 5233 2022-12-19 11:38:10      TRUE
## 5234 2022-12-19 11:38:09      TRUE
## 5235 2022-12-19 11:38:06      TRUE
## 5236 2022-12-19 11:38:02      TRUE
## 5237 2022-12-19 11:38:01      TRUE
## 5238 2022-12-19 11:37:55      TRUE
## 5239 2022-12-19 11:37:52      TRUE
## 5240 2022-12-19 11:37:48      TRUE
## 5241 2022-12-19 11:37:36      TRUE
## 5242 2022-12-19 11:37:28      TRUE
## 5243 2022-12-19 11:37:26      TRUE
## 5244 2022-12-19 11:37:17      TRUE
## 5245 2022-12-19 11:37:14      TRUE
## 5246 2022-12-19 11:37:11      TRUE
## 5247 2022-12-19 11:37:05      TRUE
## 5248 2022-12-19 11:37:02      TRUE
## 5249 2022-12-19 11:36:54      TRUE
## 5250 2022-12-19 11:36:48      TRUE
## 5251 2022-12-19 11:36:48      TRUE
## 5252 2022-12-19 11:36:36      TRUE
## 5253 2022-12-19 11:36:22      TRUE
## 5254 2022-12-19 11:36:21      TRUE
## 5255 2022-12-19 11:36:10      TRUE
## 5256 2022-12-19 11:36:02      TRUE
## 5257 2022-12-19 11:34:05      TRUE
## 5258 2022-12-19 11:32:33      TRUE
## 5259 2022-12-19 11:32:24      TRUE
## 5260 2022-12-19 11:31:41      TRUE
## 5261 2022-12-19 11:29:32      TRUE
## 5262 2022-12-19 11:27:31      TRUE
## 5263 2022-12-19 11:24:26      TRUE
## 5264 2022-12-19 11:22:56      TRUE
## 5265 2022-12-19 11:19:38      TRUE
## 5266 2022-12-19 11:17:58      TRUE
## 5267 2022-12-19 11:16:21      TRUE
## 5268 2022-12-19 11:16:06      TRUE
## 5269 2022-12-19 11:15:17      TRUE
## 5270 2022-12-19 11:14:27      TRUE
## 5271 2022-12-19 11:13:39      TRUE
## 5272 2022-12-19 11:12:53      TRUE
## 5273 2022-12-19 11:12:50      TRUE
## 5274 2022-12-19 11:10:34      TRUE
## 5275 2022-12-19 11:09:59      TRUE
## 5276 2022-12-19 11:08:19      TRUE
## 5277 2022-12-19 11:07:25      TRUE
## 5278 2022-12-19 11:06:44      TRUE
## 5279 2022-12-19 11:06:18      TRUE
## 5280 2022-12-19 11:05:15      TRUE
## 5281 2022-12-19 11:04:16      TRUE
## 5282 2022-12-19 11:03:39      TRUE
## 5283 2022-12-19 11:03:33      TRUE
## 5284 2022-12-19 11:02:46      TRUE
## 5285 2022-12-19 11:02:31      TRUE
## 5286 2022-12-19 11:02:06      TRUE
## 5287 2022-12-19 11:01:58      TRUE
## 5288 2022-12-19 11:01:44      TRUE
## 5289 2022-12-19 11:00:16      TRUE
## 5290 2022-12-19 10:59:32      TRUE
## 5291 2022-12-19 10:59:26      TRUE
## 5292 2022-12-19 10:59:17      TRUE
## 5293 2022-12-19 10:57:35      TRUE
## 5294 2022-12-19 10:57:29      TRUE
## 5295 2022-12-19 10:57:05      TRUE
## 5296 2022-12-19 10:53:41      TRUE
## 5297 2022-12-19 10:53:27      TRUE
## 5298 2022-12-19 10:53:05      TRUE
## 5299 2022-12-19 10:51:52      TRUE
## 5300 2022-12-19 10:50:31      TRUE
## 5301 2022-12-19 10:50:10      TRUE
## 5302 2022-12-19 10:50:07      TRUE
## 5303 2022-12-19 10:48:40      TRUE
## 5304 2022-12-19 10:48:35      TRUE
## 5305 2022-12-19 10:46:56      TRUE
## 5306 2022-12-19 10:46:46      TRUE
## 5307 2022-12-19 10:45:36      TRUE
## 5308 2022-12-19 10:44:59      TRUE
## 5309 2022-12-19 10:44:23      TRUE
## 5310 2022-12-19 10:42:54      TRUE
## 5311 2022-12-19 10:40:15      TRUE
## 5312 2022-12-19 10:39:30      TRUE
## 5313 2022-12-19 10:38:40      TRUE
## 5314 2022-12-19 10:36:57      TRUE
## 5315 2022-12-19 10:36:20      TRUE
## 5316 2022-12-19 10:36:18      TRUE
## 5317 2022-12-19 10:36:14      TRUE
## 5318 2022-12-19 10:34:30      TRUE
## 5319 2022-12-19 10:34:06      TRUE
## 5320 2022-12-19 10:31:32      TRUE
## 5321 2022-12-19 10:31:31      TRUE
## 5322 2022-12-19 10:29:29      TRUE
## 5323 2022-12-19 10:29:17      TRUE
## 5324 2022-12-19 10:28:39      TRUE
## 5325 2022-12-19 10:26:47      TRUE
## 5326 2022-12-19 10:26:18      TRUE
## 5327 2022-12-19 10:22:12      TRUE
## 5328 2022-12-19 10:21:50      TRUE
## 5329 2022-12-19 10:21:05      TRUE
## 5330 2022-12-19 10:20:54      TRUE
## 5331 2022-12-19 10:19:47      TRUE
## 5332 2022-12-19 10:19:20      TRUE
## 5333 2022-12-19 10:19:12      TRUE
## 5334 2022-12-19 10:18:44      TRUE
## 5335 2022-12-19 10:16:33      TRUE
## 5336 2022-12-19 10:16:31      TRUE
## 5337 2022-12-19 10:14:56      TRUE
## 5338 2022-12-19 10:14:50      TRUE
## 5339 2022-12-19 10:09:29      TRUE
## 5340 2022-12-19 10:08:56      TRUE
## 5341 2022-12-19 10:06:21      TRUE
## 5342 2022-12-19 10:05:31      TRUE
## 5343 2022-12-19 10:05:25      TRUE
## 5344 2022-12-19 10:04:47      TRUE
## 5345 2022-12-19 10:04:35      TRUE
## 5346 2022-12-19 10:00:34      TRUE
## 5347 2022-12-19 09:59:07      TRUE
## 5348 2022-12-19 09:59:06      TRUE
## 5349 2022-12-19 09:58:08      TRUE
## 5350 2022-12-19 09:57:34      TRUE
## 5351 2022-12-19 09:57:19      TRUE
## 5352 2022-12-19 09:56:20      TRUE
## 5353 2022-12-19 09:55:44      TRUE
## 5354 2022-12-19 09:51:08      TRUE
## 5355 2022-12-19 09:50:31      TRUE
## 5356 2022-12-19 09:50:27      TRUE
## 5357 2022-12-19 09:49:19      TRUE
## 5358 2022-12-19 09:49:10      TRUE
## 5359 2022-12-19 09:49:05      TRUE
## 5360 2022-12-19 09:46:49      TRUE
## 5361 2022-12-19 09:45:44      TRUE
## 5362 2022-12-19 09:43:53      TRUE
## 5363 2022-12-19 09:43:30      TRUE
## 5364 2022-12-19 09:42:48      TRUE
## 5365 2022-12-19 09:42:00      TRUE
## 5366 2022-12-19 09:40:17      TRUE
## 5367 2022-12-19 09:37:18      TRUE
## 5368 2022-12-19 09:36:15      TRUE
## 5369 2022-12-19 09:35:18      TRUE
## 5370 2022-12-19 09:34:57      TRUE
## 5371 2022-12-19 09:34:00      TRUE
## 5372 2022-12-19 09:33:21      TRUE
## 5373 2022-12-19 09:32:41      TRUE
## 5374 2022-12-19 09:32:19      TRUE
## 5375 2022-12-19 09:32:15      TRUE
## 5376 2022-12-19 09:31:15      TRUE
## 5377 2022-12-19 09:28:03      TRUE
## 5378 2022-12-19 09:27:02      TRUE
## 5379 2022-12-19 09:26:44      TRUE
## 5380 2022-12-19 09:25:22      TRUE
## 5381 2022-12-19 09:25:02      TRUE
## 5382 2022-12-19 09:24:52      TRUE
## 5383 2022-12-19 09:24:26      TRUE
## 5384 2022-12-19 09:23:52      TRUE
## 5385 2022-12-19 09:23:34      TRUE
## 5386 2022-12-19 09:21:48      TRUE
## 5387 2022-12-19 09:21:41      TRUE
## 5388 2022-12-19 09:20:49      TRUE
## 5389 2022-12-19 09:20:47      TRUE
## 5390 2022-12-19 09:16:40      TRUE
## 5391 2022-12-19 09:16:30      TRUE
## 5392 2022-12-19 09:15:46      TRUE
## 5393 2022-12-19 09:13:40      TRUE
## 5394 2022-12-19 09:13:03      TRUE
## 5395 2022-12-19 09:12:55      TRUE
## 5396 2022-12-19 09:12:34      TRUE
## 5397 2022-12-19 09:12:19      TRUE
## 5398 2022-12-19 09:11:50      TRUE
## 5399 2022-12-19 09:10:26      TRUE
## 5400 2022-12-19 09:10:03      TRUE
## 5401 2022-12-19 09:09:39      TRUE
## 5402 2022-12-19 09:05:22      TRUE
## 5403 2022-12-19 09:05:20      TRUE
## 5404 2022-12-19 09:04:13      TRUE
## 5405 2022-12-19 09:03:41      TRUE
## 5406 2022-12-19 09:02:00      TRUE
## 5407 2022-12-19 09:01:24      TRUE
## 5408 2022-12-19 09:00:16      TRUE
## 5409 2022-12-19 08:59:25      TRUE
## 5410 2022-12-19 08:58:42      TRUE
## 5411 2022-12-19 08:56:53      TRUE
## 5412 2022-12-19 08:53:43      TRUE
## 5413 2022-12-19 08:53:23      TRUE
## 5414 2022-12-19 08:53:00      TRUE
## 5415 2022-12-19 08:52:45      TRUE
## 5416 2022-12-19 08:50:49      TRUE
## 5417 2022-12-19 08:50:15      TRUE
## 5418 2022-12-19 08:50:12      TRUE
## 5419 2022-12-19 08:50:01      TRUE
## 5420 2022-12-19 08:49:51      TRUE
## 5421 2022-12-19 08:49:04      TRUE
## 5422 2022-12-19 08:48:04      TRUE
## 5423 2022-12-19 08:47:42      TRUE
## 5424 2022-12-19 08:47:09      TRUE
## 5425 2022-12-19 08:46:42      TRUE
## 5426 2022-12-19 08:45:47      TRUE
## 5427 2022-12-19 08:45:33      TRUE
## 5428 2022-12-19 08:44:51      TRUE
## 5429 2022-12-19 08:43:59      TRUE
## 5430 2022-12-19 08:40:19      TRUE
## 5431 2022-12-19 08:38:02      TRUE
## 5432 2022-12-19 08:37:26      TRUE
## 5433 2022-12-19 08:36:26      TRUE
## 5434 2022-12-19 08:35:52      TRUE
## 5435 2022-12-19 08:33:05      TRUE
## 5436 2022-12-19 08:31:15      TRUE
## 5437 2022-12-19 08:26:15      TRUE
## 5438 2022-12-19 08:25:03      TRUE
## 5439 2022-12-19 08:24:56      TRUE
## 5440 2022-12-19 08:24:31      TRUE
## 5441 2022-12-19 08:24:21      TRUE
## 5442 2022-12-19 08:22:37      TRUE
## 5443 2022-12-19 08:21:54      TRUE
## 5444 2022-12-19 08:21:38      TRUE
## 5445 2022-12-19 08:20:55      TRUE
## 5446 2022-12-19 08:20:20      TRUE
## 5447 2022-12-19 08:19:03      TRUE
## 5448 2022-12-19 08:17:36      TRUE
## 5449 2022-12-19 08:13:42      TRUE
## 5450 2022-12-19 08:12:55      TRUE
## 5451 2022-12-19 08:11:36      TRUE
## 5452 2022-12-19 08:10:39      TRUE
## 5453 2022-12-19 08:09:45      TRUE
## 5454 2022-12-19 08:08:48      TRUE
## 5455 2022-12-19 08:08:44      TRUE
## 5456 2022-12-19 08:08:27      TRUE
## 5457 2022-12-19 08:06:29      TRUE
## 5458 2022-12-19 08:06:15      TRUE
## 5459 2022-12-19 08:05:41      TRUE
## 5460 2022-12-19 08:04:59      TRUE
## 5461 2022-12-19 08:04:04      TRUE
## 5462 2022-12-19 08:03:26      TRUE
## 5463 2022-12-19 08:02:34      TRUE
## 5464 2022-12-19 08:02:23      TRUE
## 5465 2022-12-19 08:02:08      TRUE
## 5466 2022-12-19 07:58:27      TRUE
## 5467 2022-12-19 07:55:56      TRUE
## 5468 2022-12-19 07:54:27      TRUE
## 5469 2022-12-19 07:53:42      TRUE
## 5470 2022-12-19 07:53:39      TRUE
## 5471 2022-12-19 07:53:03      TRUE
## 5472 2022-12-19 07:52:25      TRUE
## 5473 2022-12-19 07:51:49      TRUE
## 5474 2022-12-19 07:48:56      TRUE
## 5475 2022-12-19 07:47:20      TRUE
## 5476 2022-12-19 07:46:09      TRUE
## 5477 2022-12-19 07:45:55      TRUE
## 5478 2022-12-19 07:43:21      TRUE
## 5479 2022-12-19 07:42:45      TRUE
## 5480 2022-12-19 07:42:36      TRUE
## 5481 2022-12-19 07:39:10      TRUE
## 5482 2022-12-19 07:38:28      TRUE
## 5483 2022-12-19 07:36:18      TRUE
## 5484 2022-12-19 07:34:44      TRUE
## 5485 2022-12-19 07:31:06      TRUE
## 5486 2022-12-19 07:29:54      TRUE
## 5487 2022-12-19 07:27:18      TRUE
## 5488 2022-12-19 07:26:01      TRUE
## 5489 2022-12-19 07:25:36      TRUE
## 5490 2022-12-19 07:25:26      TRUE
## 5491 2022-12-19 07:23:25      TRUE
## 5492 2022-12-19 07:22:07      TRUE
## 5493 2022-12-19 07:19:38      TRUE
## 5494 2022-12-19 07:19:02      TRUE
## 5495 2022-12-19 07:17:48      TRUE
## 5496 2022-12-19 07:17:46      TRUE
## 5497 2022-12-19 07:17:06      TRUE
## 5498 2022-12-19 07:15:26      TRUE
## 5499 2022-12-19 07:13:42      TRUE
## 5500 2022-12-19 07:13:11      TRUE
## 5501 2022-12-19 07:12:48      TRUE
## 5502 2022-12-19 07:12:24      TRUE
## 5503 2022-12-19 07:12:08      TRUE
## 5504 2022-12-19 07:11:29      TRUE
## 5505 2022-12-19 07:11:23      TRUE
## 5506 2022-12-19 07:10:45      TRUE
## 5507 2022-12-19 07:10:14      TRUE
## 5508 2022-12-19 07:08:54      TRUE
## 5509 2022-12-19 07:08:26      TRUE
## 5510 2022-12-19 07:08:24      TRUE
## 5511 2022-12-19 07:06:14      TRUE
## 5512 2022-12-19 07:04:50      TRUE
## 5513 2022-12-19 07:04:44      TRUE
## 5514 2022-12-19 07:04:32      TRUE
## 5515 2022-12-19 07:04:15      TRUE
## 5516 2022-12-19 07:00:36      TRUE
## 5517 2022-12-19 06:59:46      TRUE
## 5518 2022-12-19 06:59:10      TRUE
## 5519 2022-12-19 06:59:05      TRUE
## 5520 2022-12-19 06:58:34      TRUE
## 5521 2022-12-19 06:58:31      TRUE
## 5522 2022-12-19 06:57:58      TRUE
## 5523 2022-12-19 06:56:15      TRUE
## 5524 2022-12-19 06:56:11      TRUE
## 5525 2022-12-19 06:53:22      TRUE
## 5526 2022-12-19 06:51:51      TRUE
## 5527 2022-12-19 06:50:47      TRUE
## 5528 2022-12-19 06:50:34      TRUE
## 5529 2022-12-19 06:50:15      TRUE
## 5530 2022-12-19 06:49:39      TRUE
## 5531 2022-12-19 06:49:02      TRUE
## 5532 2022-12-19 06:48:26      TRUE
## 5533 2022-12-19 06:47:31      TRUE
## 5534 2022-12-19 06:46:14      TRUE
## 5535 2022-12-19 06:45:49      TRUE
## 5536 2022-12-19 06:41:24      TRUE
## 5537 2022-12-19 06:41:11      TRUE
## 5538 2022-12-19 06:40:21      TRUE
## 5539 2022-12-19 06:39:07      TRUE
## 5540 2022-12-19 06:38:57      TRUE
## 5541 2022-12-19 06:38:48      TRUE
## 5542 2022-12-19 06:38:37      TRUE
## 5543 2022-12-19 06:37:47      TRUE
## 5544 2022-12-19 06:35:54      TRUE
## 5545 2022-12-19 06:35:29      TRUE
## 5546 2022-12-19 06:35:16      TRUE
## 5547 2022-12-19 06:34:47      TRUE
## 5548 2022-12-19 06:32:33      TRUE
## 5549 2022-12-19 06:31:21      TRUE
## 5550 2022-12-19 06:30:45      TRUE
## 5551 2022-12-19 06:30:36      TRUE
## 5552 2022-12-19 06:30:09      TRUE
## 5553 2022-12-19 06:29:54      TRUE
## 5554 2022-12-19 06:29:32      TRUE
## 5555 2022-12-19 06:28:58      TRUE
## 5556 2022-12-19 06:28:28      TRUE
## 5557 2022-12-19 06:28:17      TRUE
## 5558 2022-12-19 06:28:14      TRUE
## 5559 2022-12-19 06:27:44      TRUE
## 5560 2022-12-19 06:25:32      TRUE
## 5561 2022-12-19 06:25:27      TRUE
## 5562 2022-12-19 06:24:58      TRUE
## 5563 2022-12-19 06:23:27      TRUE
## 5564 2022-12-19 06:21:37      TRUE
## 5565 2022-12-19 06:20:49      TRUE
## 5566 2022-12-19 06:20:00      TRUE
## 5567 2022-12-19 06:19:05      TRUE
## 5568 2022-12-19 06:17:48      TRUE
## 5569 2022-12-19 06:13:30      TRUE
## 5570 2022-12-19 06:12:10      TRUE
## 5571 2022-12-19 06:09:25      TRUE
## 5572 2022-12-19 06:07:32      TRUE
## 5573 2022-12-19 06:06:14      TRUE
## 5574 2022-12-19 06:03:40      TRUE
## 5575 2022-12-19 05:59:43      TRUE
## 5576 2022-12-19 05:55:25      TRUE
## 5577 2022-12-19 05:55:23      TRUE
## 5578 2022-12-19 05:55:20      TRUE
## 5579 2022-12-19 05:54:39      TRUE
## 5580 2022-12-19 05:54:34      TRUE
## 5581 2022-12-19 05:53:58      TRUE
## 5582 2022-12-19 05:52:13      TRUE
## 5583 2022-12-19 05:50:40      TRUE
## 5584 2022-12-19 05:49:38      TRUE
## 5585 2022-12-19 05:49:29      TRUE
## 5586 2022-12-19 05:49:08      TRUE
## 5587 2022-12-19 05:48:43      TRUE
## 5588 2022-12-19 05:47:49      TRUE
## 5589 2022-12-19 05:45:02      TRUE
## 5590 2022-12-19 05:44:53      TRUE
## 5591 2022-12-19 05:44:52      TRUE
## 5592 2022-12-19 05:42:50      TRUE
## 5593 2022-12-19 05:41:49      TRUE
## 5594 2022-12-19 05:41:38      TRUE
## 5595 2022-12-19 05:39:15      TRUE
## 5596 2022-12-19 05:39:03      TRUE
## 5597 2022-12-19 05:38:56      TRUE
## 5598 2022-12-19 05:38:13      TRUE
## 5599 2022-12-19 05:36:06      TRUE
## 5600 2022-12-19 05:35:13      TRUE
## 5601 2022-12-19 05:34:11      TRUE
## 5602 2022-12-19 05:29:30      TRUE
## 5603 2022-12-19 05:28:18      TRUE
## 5604 2022-12-19 05:27:48      TRUE
## 5605 2022-12-19 05:27:42      TRUE
## 5606 2022-12-19 05:27:29      TRUE
## 5607 2022-12-19 05:27:05      TRUE
## 5608 2022-12-19 05:25:11      TRUE
## 5609 2022-12-19 05:24:28      TRUE
## 5610 2022-12-19 05:23:38      TRUE
## 5611 2022-12-19 05:23:29      TRUE
## 5612 2022-12-19 05:23:17      TRUE
## 5613 2022-12-19 05:21:26      TRUE
## 5614 2022-12-19 05:18:09      TRUE
## 5615 2022-12-19 05:17:11      TRUE
## 5616 2022-12-19 05:16:32      TRUE
## 5617 2022-12-19 05:14:42      TRUE
## 5618 2022-12-19 05:11:11      TRUE
## 5619 2022-12-19 05:06:38      TRUE
## 5620 2022-12-19 05:06:14      TRUE
## 5621 2022-12-19 05:06:09      TRUE
## 5622 2022-12-19 05:06:00      TRUE
## 5623 2022-12-19 05:05:24      TRUE
## 5624 2022-12-19 05:02:22      TRUE
## 5625 2022-12-19 05:02:19      TRUE
## 5626 2022-12-19 05:01:28      TRUE
## 5627 2022-12-19 05:00:01      TRUE
## 5628 2022-12-19 04:59:51      TRUE
## 5629 2022-12-19 04:59:09      TRUE
## 5630 2022-12-19 04:56:35      TRUE
## 5631 2022-12-19 04:55:54      TRUE
## 5632 2022-12-19 04:50:02      TRUE
## 5633 2022-12-19 04:49:34      TRUE
## 5634 2022-12-19 04:49:17      TRUE
## 5635 2022-12-19 04:48:32      TRUE
## 5636 2022-12-19 04:45:05      TRUE
## 5637 2022-12-19 04:43:28      TRUE
## 5638 2022-12-19 04:40:50      TRUE
## 5639 2022-12-19 04:40:45      TRUE
## 5640 2022-12-19 04:40:28      TRUE
## 5641 2022-12-19 04:39:50      TRUE
## 5642 2022-12-19 04:39:36      TRUE
## 5643 2022-12-19 04:38:39      TRUE
## 5644 2022-12-19 04:38:19      TRUE
## 5645 2022-12-19 04:37:49      TRUE
## 5646 2022-12-19 04:35:43      TRUE
## 5647 2022-12-19 04:35:11      TRUE
## 5648 2022-12-19 04:30:40      TRUE
## 5649 2022-12-19 04:30:22      TRUE
## 5650 2022-12-19 04:29:00      TRUE
## 5651 2022-12-19 04:28:19      TRUE
## 5652 2022-12-19 04:23:55      TRUE
## 5653 2022-12-19 04:23:47      TRUE
## 5654 2022-12-19 04:22:53      TRUE
## 5655 2022-12-19 04:22:47      TRUE
## 5656 2022-12-19 04:21:01      TRUE
## 5657 2022-12-19 04:20:20      TRUE
## 5658 2022-12-19 04:20:06      TRUE
## 5659 2022-12-19 04:17:19      TRUE
## 5660 2022-12-19 04:16:43      TRUE
## 5661 2022-12-19 04:15:54      TRUE
## 5662 2022-12-19 04:15:14      TRUE
## 5663 2022-12-19 04:15:00      TRUE
## 5664 2022-12-19 04:14:52      TRUE
## 5665 2022-12-19 04:13:28      TRUE
## 5666 2022-12-19 04:13:09      TRUE
## 5667 2022-12-19 04:11:34      TRUE
## 5668 2022-12-19 04:09:28      TRUE
## 5669 2022-12-19 04:07:00      TRUE
## 5670 2022-12-19 04:06:14      TRUE
## 5671 2022-12-19 04:03:31      TRUE
## 5672 2022-12-19 04:02:54      TRUE
## 5673 2022-12-19 04:02:29      TRUE
## 5674 2022-12-19 04:02:26      TRUE
## 5675 2022-12-19 04:02:18      TRUE
## 5676 2022-12-19 04:02:00      TRUE
## 5677 2022-12-19 04:01:58      TRUE
## 5678 2022-12-19 04:01:42      TRUE
## 5679 2022-12-19 04:01:41      TRUE
## 5680 2022-12-19 04:01:39      TRUE
## 5681 2022-12-19 04:01:36      TRUE
## 5682 2022-12-19 04:01:32      TRUE
## 5683 2022-12-19 03:59:02      TRUE
## 5684 2022-12-19 03:57:27      TRUE
## 5685 2022-12-19 03:56:14      TRUE
## 5686 2022-12-19 03:55:16      TRUE
## 5687 2022-12-19 03:54:50      TRUE
## 5688 2022-12-19 03:53:06      TRUE
## 5689 2022-12-19 03:52:39      TRUE
## 5690 2022-12-19 03:52:00      TRUE
## 5691 2022-12-19 03:50:40      TRUE
## 5692 2022-12-19 03:49:03      TRUE
## 5693 2022-12-19 03:47:33      TRUE
## 5694 2022-12-19 03:46:31      TRUE
## 5695 2022-12-19 03:43:15      TRUE
## 5696 2022-12-19 03:43:11      TRUE
## 5697 2022-12-19 03:39:04      TRUE
## 5698 2022-12-19 03:38:57      TRUE
## 5699 2022-12-19 03:37:23      TRUE
## 5700 2022-12-19 03:36:29      TRUE
## 5701 2022-12-19 03:32:41      TRUE
## 5702 2022-12-19 03:32:36      TRUE
## 5703 2022-12-19 03:31:12      TRUE
## 5704 2022-12-19 03:31:09      TRUE
## 5705 2022-12-19 03:30:29      TRUE
## 5706 2022-12-19 03:30:04      TRUE
## 5707 2022-12-19 03:30:04      TRUE
## 5708 2022-12-19 03:27:42      TRUE
## 5709 2022-12-19 03:27:02      TRUE
## 5710 2022-12-19 03:27:02      TRUE
## 5711 2022-12-19 03:26:15      TRUE
## 5712 2022-12-19 03:25:11      TRUE
## 5713 2022-12-19 03:23:58      TRUE
## 5714 2022-12-19 03:23:49      TRUE
## 5715 2022-12-19 03:21:53      TRUE
## 5716 2022-12-19 03:21:30      TRUE
## 5717 2022-12-19 03:21:14      TRUE
## 5718 2022-12-19 03:20:59      TRUE
## 5719 2022-12-19 03:16:52      TRUE
## 5720 2022-12-19 03:14:37      TRUE
## 5721 2022-12-19 03:13:53      TRUE
## 5722 2022-12-19 03:13:47      TRUE
## 5723 2022-12-19 03:12:31      TRUE
## 5724 2022-12-19 03:11:47      TRUE
## 5725 2022-12-19 03:11:17      TRUE
## 5726 2022-12-19 03:10:54      TRUE
## 5727 2022-12-19 03:10:13      TRUE
## 5728 2022-12-19 03:10:11      TRUE
## 5729 2022-12-19 03:09:35      TRUE
## 5730 2022-12-19 03:09:10      TRUE
## 5731 2022-12-19 03:08:58      TRUE
## 5732 2022-12-19 03:07:17      TRUE
## 5733 2022-12-19 03:06:57      TRUE
## 5734 2022-12-19 03:06:48      TRUE
## 5735 2022-12-19 03:06:40      TRUE
## 5736 2022-12-19 03:06:14      TRUE
## 5737 2022-12-19 03:06:12      TRUE
## 5738 2022-12-19 03:05:59      TRUE
## 5739 2022-12-19 03:05:44      TRUE
## 5740 2022-12-19 03:05:15      TRUE
## 5741 2022-12-19 03:05:09      TRUE
## 5742 2022-12-19 03:04:52      TRUE
## 5743 2022-12-19 03:04:30      TRUE
## 5744 2022-12-19 03:03:40      TRUE
## 5745 2022-12-19 03:02:45      TRUE
## 5746 2022-12-19 03:02:19      TRUE
## 5747 2022-12-19 03:01:57      TRUE
## 5748 2022-12-19 03:01:03      TRUE
## 5749 2022-12-19 02:59:19      TRUE
## 5750 2022-12-19 02:58:26      TRUE
## 5751 2022-12-19 02:57:36      TRUE
## 5752 2022-12-19 02:57:16      TRUE
## 5753 2022-12-19 02:57:09      TRUE
## 5754 2022-12-19 02:57:06      TRUE
## 5755 2022-12-19 02:56:14      TRUE
## 5756 2022-12-19 02:54:21      TRUE
## 5757 2022-12-19 02:53:08      TRUE
## 5758 2022-12-19 02:52:15      TRUE
## 5759 2022-12-19 02:51:52      TRUE
## 5760 2022-12-19 02:51:36      TRUE
## 5761 2022-12-19 02:49:39      TRUE
## 5762 2022-12-19 02:49:33      TRUE
## 5763 2022-12-19 02:48:39      TRUE
## 5764 2022-12-19 02:48:38      TRUE
## 5765 2022-12-19 02:48:27      TRUE
## 5766 2022-12-19 02:45:15      TRUE
## 5767 2022-12-19 02:44:17      TRUE
## 5768 2022-12-19 02:43:31      TRUE
## 5769 2022-12-19 02:42:55      TRUE
## 5770 2022-12-19 02:42:41      TRUE
## 5771 2022-12-19 02:41:55      TRUE
## 5772 2022-12-19 02:41:19      TRUE
## 5773 2022-12-19 02:37:04      TRUE
## 5774 2022-12-19 02:35:41      TRUE
## 5775 2022-12-19 02:35:25      TRUE
## 5776 2022-12-19 02:34:33      TRUE
## 5777 2022-12-19 02:34:05      TRUE
## 5778 2022-12-19 02:31:53      TRUE
## 5779 2022-12-19 02:31:23      TRUE
## 5780 2022-12-19 02:31:02      TRUE
## 5781 2022-12-19 02:30:55      TRUE
## 5782 2022-12-19 02:27:04      TRUE
## 5783 2022-12-19 02:26:42      TRUE
## 5784 2022-12-19 02:26:33      TRUE
## 5785 2022-12-19 02:25:42      TRUE
## 5786 2022-12-19 02:24:30      TRUE
## 5787 2022-12-19 02:22:42      TRUE
## 5788 2022-12-19 02:22:33      TRUE
## 5789 2022-12-19 02:22:03      TRUE
## 5790 2022-12-19 02:19:25      TRUE
## 5791 2022-12-19 02:18:15      TRUE
## 5792 2022-12-19 02:16:15      TRUE
## 5793 2022-12-19 02:14:16      TRUE
## 5794 2022-12-19 02:14:12      TRUE
## 5795 2022-12-19 02:12:34      TRUE
## 5796 2022-12-19 02:10:52      TRUE
## 5797 2022-12-19 02:10:46      TRUE
## 5798 2022-12-19 02:09:59      TRUE
## 5799 2022-12-19 02:09:21      TRUE
## 5800 2022-12-19 02:09:16      TRUE
## 5801 2022-12-19 02:08:36      TRUE
## 5802 2022-12-19 02:08:24      TRUE
## 5803 2022-12-19 02:08:19      TRUE
## 5804 2022-12-19 02:07:23      TRUE
## 5805 2022-12-19 02:06:19      TRUE
## 5806 2022-12-19 02:06:05      TRUE
## 5807 2022-12-19 02:04:51      TRUE
## 5808 2022-12-19 02:03:34      TRUE
## 5809 2022-12-19 02:03:08      TRUE
## 5810 2022-12-19 02:02:51      TRUE
## 5811 2022-12-19 02:02:43      TRUE
## 5812 2022-12-19 02:00:10      TRUE
## 5813 2022-12-19 01:58:41      TRUE
## 5814 2022-12-19 01:58:21      TRUE
## 5815 2022-12-19 01:57:24      TRUE
## 5816 2022-12-19 01:57:12      TRUE
## 5817 2022-12-19 01:55:46      TRUE
## 5818 2022-12-19 01:55:13      TRUE
## 5819 2022-12-19 01:53:38      TRUE
## 5820 2022-12-19 01:52:28      TRUE
## 5821 2022-12-19 01:50:21      TRUE
## 5822 2022-12-19 01:49:58      TRUE
## 5823 2022-12-19 01:49:41      TRUE
## 5824 2022-12-19 01:49:25      TRUE
## 5825 2022-12-19 01:49:19      TRUE
## 5826 2022-12-19 01:49:11      TRUE
## 5827 2022-12-19 01:48:48      TRUE
## 5828 2022-12-19 01:48:27      TRUE
## 5829 2022-12-19 01:45:07      TRUE
## 5830 2022-12-19 01:40:40      TRUE
## 5831 2022-12-19 01:39:23      TRUE
## 5832 2022-12-19 01:38:56      TRUE
## 5833 2022-12-19 01:36:48      TRUE
## 5834 2022-12-19 01:33:25      TRUE
## 5835 2022-12-19 01:33:04      TRUE
## 5836 2022-12-19 01:28:53      TRUE
## 5837 2022-12-19 01:25:46      TRUE
## 5838 2022-12-19 01:24:47      TRUE
## 5839 2022-12-19 01:23:36      TRUE
## 5840 2022-12-19 01:23:19      TRUE
## 5841 2022-12-19 01:22:13      TRUE
## 5842 2022-12-19 01:21:07      TRUE
## 5843 2022-12-19 01:20:43      TRUE
## 5844 2022-12-19 01:17:54      TRUE
## 5845 2022-12-19 01:17:14      TRUE
## 5846 2022-12-19 01:16:28      TRUE
## 5847 2022-12-19 01:10:57      TRUE
## 5848 2022-12-19 01:09:19      TRUE
## 5849 2022-12-19 01:08:37      TRUE
## 5850 2022-12-19 01:06:45      TRUE
## 5851 2022-12-19 01:06:31      TRUE
## 5852 2022-12-19 01:06:25      TRUE
## 5853 2022-12-19 01:06:14      TRUE
## 5854 2022-12-19 01:04:17      TRUE
## 5855 2022-12-19 01:03:11      TRUE
## 5856 2022-12-19 01:02:59      TRUE
## 5857 2022-12-19 01:02:34      TRUE
## 5858 2022-12-19 01:00:27      TRUE
## 5859 2022-12-19 00:59:50      TRUE
## 5860 2022-12-19 00:59:15      TRUE
## 5861 2022-12-19 00:58:21      TRUE
## 5862 2022-12-19 00:57:37      TRUE
## 5863 2022-12-19 00:57:00      TRUE
## 5864 2022-12-19 00:56:45      TRUE
## 5865 2022-12-19 00:53:18      TRUE
## 5866 2022-12-19 00:51:58      TRUE
## 5867 2022-12-19 00:50:54      TRUE
## 5868 2022-12-19 00:50:33      TRUE
## 5869 2022-12-19 00:49:52      TRUE
## 5870 2022-12-19 00:48:16      TRUE
## 5871 2022-12-19 00:46:09      TRUE
## 5872 2022-12-19 00:46:03      TRUE
## 5873 2022-12-19 00:43:38      TRUE
## 5874 2022-12-19 00:43:34      TRUE
## 5875 2022-12-19 00:43:18      TRUE
## 5876 2022-12-19 00:42:44      TRUE
## 5877 2022-12-19 00:42:09      TRUE
## 5878 2022-12-19 00:40:56      TRUE
## 5879 2022-12-19 00:37:39      TRUE
## 5880 2022-12-19 00:31:57      TRUE
## 5881 2022-12-19 00:29:51      TRUE
## 5882 2022-12-19 00:29:39      TRUE
## 5883 2022-12-19 00:29:29      TRUE
## 5884 2022-12-19 00:29:09      TRUE
## 5885 2022-12-19 00:27:44      TRUE
## 5886 2022-12-19 00:27:21      TRUE
## 5887 2022-12-19 00:27:19      TRUE
## 5888 2022-12-19 00:27:05      TRUE
## 5889 2022-12-19 00:26:49      TRUE
## 5890 2022-12-19 00:26:18      TRUE
## 5891 2022-12-19 00:26:12      TRUE
## 5892 2022-12-19 00:22:54      TRUE
## 5893 2022-12-19 00:21:59      TRUE
## 5894 2022-12-19 00:21:41      TRUE
## 5895 2022-12-19 00:20:47      TRUE
## 5896 2022-12-19 00:16:28      TRUE
## 5897 2022-12-19 00:16:28      TRUE
## 5898 2022-12-19 00:14:51      TRUE
## 5899 2022-12-19 00:14:29      TRUE
## 5900 2022-12-19 00:14:11      TRUE
## 5901 2022-12-19 00:14:04      TRUE
## 5902 2022-12-19 00:12:11      TRUE
## 5903 2022-12-19 00:06:40      TRUE
## 5904 2022-12-19 00:06:14      TRUE
## 5905 2022-12-19 00:05:30      TRUE
## 5906 2022-12-19 00:05:27      TRUE
## 5907 2022-12-19 00:04:52      TRUE
## 5908 2022-12-19 00:04:02      TRUE
## 5909 2022-12-19 00:02:14      TRUE
## 5910 2022-12-19 00:02:10      TRUE
## 5911 2022-12-19 00:02:06      TRUE
## 5912 2022-12-19 00:00:22      TRUE
## 5913 2022-12-18 23:59:52      TRUE
## 5914 2022-12-18 23:58:59      TRUE
## 5915 2022-12-18 23:58:41      TRUE
## 5916 2022-12-18 23:58:24      TRUE
## 5917 2022-12-18 23:57:59      TRUE
## 5918 2022-12-18 23:57:47      TRUE
## 5919 2022-12-18 23:57:43      TRUE
## 5920 2022-12-18 23:56:59      TRUE
## 5921 2022-12-18 23:56:18      TRUE
## 5922 2022-12-18 23:55:31      TRUE
## 5923 2022-12-18 23:52:22      TRUE
## 5924 2022-12-18 23:47:28      TRUE
## 5925 2022-12-18 23:44:17      TRUE
## 5926 2022-12-18 23:43:26      TRUE
## 5927 2022-12-18 23:43:23      TRUE
## 5928 2022-12-18 23:41:10      TRUE
## 5929 2022-12-18 23:40:02      TRUE
## 5930 2022-12-18 23:39:30      TRUE
## 5931 2022-12-18 23:38:32      TRUE
## 5932 2022-12-18 23:37:57      TRUE
## 5933 2022-12-18 23:36:09      TRUE
## 5934 2022-12-18 23:35:56      TRUE
## 5935 2022-12-18 23:33:05      TRUE
## 5936 2022-12-18 23:32:52      TRUE
## 5937 2022-12-18 23:31:55      TRUE
## 5938 2022-12-18 23:31:55      TRUE
## 5939 2022-12-18 23:31:19      TRUE
## 5940 2022-12-18 23:30:30      TRUE
## 5941 2022-12-18 23:30:25      TRUE
## 5942 2022-12-18 23:28:27      TRUE
## 5943 2022-12-18 23:28:19      TRUE
## 5944 2022-12-18 23:28:13      TRUE
## 5945 2022-12-18 23:28:08      TRUE
## 5946 2022-12-18 23:27:59      TRUE
## 5947 2022-12-18 23:25:52      TRUE
## 5948 2022-12-18 23:24:40      TRUE
## 5949 2022-12-18 23:21:56      TRUE
## 5950 2022-12-18 23:21:25      TRUE
## 5951 2022-12-18 23:21:25      TRUE
## 5952 2022-12-18 23:21:24      TRUE
## 5953 2022-12-18 23:20:35      TRUE
## 5954 2022-12-18 23:19:45      TRUE
## 5955 2022-12-18 23:19:42      TRUE
## 5956 2022-12-18 23:17:44      TRUE
## 5957 2022-12-18 23:17:27      TRUE
## 5958 2022-12-18 23:15:33      TRUE
## 5959 2022-12-18 23:15:16      TRUE
## 5960 2022-12-18 23:15:11      TRUE
## 5961 2022-12-18 23:15:02      TRUE
## 5962 2022-12-18 23:15:01      TRUE
## 5963 2022-12-18 23:14:19      TRUE
## 5964 2022-12-18 23:11:47      TRUE
## 5965 2022-12-18 23:10:57      TRUE
## 5966 2022-12-18 23:09:29      TRUE
## 5967 2022-12-18 23:08:48      TRUE
## 5968 2022-12-18 23:07:35      TRUE
## 5969 2022-12-18 23:07:08      TRUE
## 5970 2022-12-18 23:06:20      TRUE
## 5971 2022-12-18 23:06:14      TRUE
## 5972 2022-12-18 23:05:55      TRUE
## 5973 2022-12-18 23:05:51      TRUE
## 5974 2022-12-18 23:03:27      TRUE
## 5975 2022-12-18 23:02:36      TRUE
## 5976 2022-12-18 23:01:40      TRUE
## 5977 2022-12-18 23:01:07      TRUE
## 5978 2022-12-18 22:57:25      TRUE
## 5979 2022-12-18 22:57:14      TRUE
## 5980 2022-12-18 22:57:03      TRUE
## 5981 2022-12-18 22:56:57      TRUE
## 5982 2022-12-18 22:56:22      TRUE
## 5983 2022-12-18 22:56:14      TRUE
## 5984 2022-12-18 22:56:13      TRUE
## 5985 2022-12-18 22:56:13      TRUE
## 5986 2022-12-18 22:55:28      TRUE
## 5987 2022-12-18 22:54:31      TRUE
## 5988 2022-12-18 22:54:01      TRUE
## 5989 2022-12-18 22:52:51      TRUE
## 5990 2022-12-18 22:52:43      TRUE
## 5991 2022-12-18 22:51:16      TRUE
## 5992 2022-12-18 22:50:24      TRUE
## 5993 2022-12-18 22:50:09      TRUE
## 5994 2022-12-18 22:49:33      TRUE
## 5995 2022-12-18 22:49:19      TRUE
## 5996 2022-12-18 22:47:54      TRUE
## 5997 2022-12-18 22:47:20      TRUE
## 5998 2022-12-18 22:47:09      TRUE
## 5999 2022-12-18 22:46:47      TRUE
## 6000 2022-12-18 22:46:14      TRUE
## 6001 2022-12-18 22:46:05      TRUE
## 6002 2022-12-18 22:45:30      TRUE
## 6003 2022-12-18 22:44:50      TRUE
## 6004 2022-12-18 22:44:15      TRUE
## 6005 2022-12-18 22:44:10      TRUE
## 6006 2022-12-18 22:43:59      TRUE
## 6007 2022-12-18 22:43:00      TRUE
## 6008 2022-12-18 22:42:42      TRUE
## 6009 2022-12-18 22:42:01      TRUE
## 6010 2022-12-18 22:41:53      TRUE
## 6011 2022-12-18 22:40:54      TRUE
## 6012 2022-12-18 22:38:15      TRUE
## 6013 2022-12-18 22:38:10      TRUE
## 6014 2022-12-18 22:38:01      TRUE
## 6015 2022-12-18 22:37:51      TRUE
## 6016 2022-12-18 22:34:45      TRUE
## 6017 2022-12-18 22:34:32      TRUE
## 6018 2022-12-18 22:34:13      TRUE
## 6019 2022-12-18 22:32:38      TRUE
## 6020 2022-12-18 22:30:12      TRUE
## 6021 2022-12-18 22:30:08      TRUE
## 6022 2022-12-18 22:30:07      TRUE
## 6023 2022-12-18 22:29:05      TRUE
## 6024 2022-12-18 22:28:27      TRUE
## 6025 2022-12-18 22:26:37      TRUE
## 6026 2022-12-18 22:26:18      TRUE
## 6027 2022-12-18 22:26:04      TRUE
## 6028 2022-12-18 22:25:40      TRUE
## 6029 2022-12-18 22:25:25      TRUE
## 6030 2022-12-18 22:23:53      TRUE
## 6031 2022-12-18 22:23:49      TRUE
## 6032 2022-12-18 22:23:18      TRUE
## 6033 2022-12-18 22:22:48      TRUE
## 6034 2022-12-18 22:22:41      TRUE
## 6035 2022-12-18 22:22:37      TRUE
## 6036 2022-12-18 22:21:44      TRUE
## 6037 2022-12-18 22:21:06      TRUE
## 6038 2022-12-18 22:19:22      TRUE
## 6039 2022-12-18 22:18:46      TRUE
## 6040 2022-12-18 22:17:04      TRUE
## 6041 2022-12-18 22:16:14      TRUE
## 6042 2022-12-18 22:16:08      TRUE
## 6043 2022-12-18 22:15:35      TRUE
## 6044 2022-12-18 22:15:18      TRUE
## 6045 2022-12-18 22:15:02      TRUE
## 6046 2022-12-18 22:13:47      TRUE
## 6047 2022-12-18 22:13:22      TRUE
## 6048 2022-12-18 22:11:03      TRUE
## 6049 2022-12-18 22:09:54      TRUE
## 6050 2022-12-18 22:09:53      TRUE
## 6051 2022-12-18 22:09:19      TRUE
## 6052 2022-12-18 22:08:34      TRUE
## 6053 2022-12-18 22:07:35      TRUE
## 6054 2022-12-18 22:07:29      TRUE
## 6055 2022-12-18 22:06:14      TRUE
## 6056 2022-12-18 22:06:05      TRUE
## 6057 2022-12-18 22:05:44      TRUE
## 6058 2022-12-18 22:04:07      TRUE
## 6059 2022-12-18 22:03:42      TRUE
## 6060 2022-12-18 22:03:30      TRUE
## 6061 2022-12-18 22:02:55      TRUE
## 6062 2022-12-18 22:02:50      TRUE
## 6063 2022-12-18 22:02:07      TRUE
## 6064 2022-12-18 22:02:03      TRUE
## 6065 2022-12-18 22:00:08      TRUE
## 6066 2022-12-18 22:00:05      TRUE
## 6067 2022-12-18 21:59:15      TRUE
## 6068 2022-12-18 21:58:23      TRUE
## 6069 2022-12-18 21:58:09      TRUE
## 6070 2022-12-18 21:57:22      TRUE
## 6071 2022-12-18 21:57:17      TRUE
## 6072 2022-12-18 21:57:07      TRUE
## 6073 2022-12-18 21:56:46      TRUE
## 6074 2022-12-18 21:56:15      TRUE
## 6075 2022-12-18 21:55:58      TRUE
## 6076 2022-12-18 21:55:26      TRUE
## 6077 2022-12-18 21:55:13      TRUE
## 6078 2022-12-18 21:54:23      TRUE
## 6079 2022-12-18 21:54:22      TRUE
## 6080 2022-12-18 21:53:39      TRUE
## 6081 2022-12-18 21:52:28      TRUE
## 6082 2022-12-18 21:52:09      TRUE
## 6083 2022-12-18 21:51:56      TRUE
## 6084 2022-12-18 21:51:17      TRUE
## 6085 2022-12-18 21:51:08      TRUE
## 6086 2022-12-18 21:50:59      TRUE
## 6087 2022-12-18 21:49:30      TRUE
## 6088 2022-12-18 21:48:38      TRUE
## 6089 2022-12-18 21:48:29      TRUE
## 6090 2022-12-18 21:48:13      TRUE
## 6091 2022-12-18 21:48:06      TRUE
## 6092 2022-12-18 21:47:58      TRUE
## 6093 2022-12-18 21:47:53      TRUE
## 6094 2022-12-18 21:47:45      TRUE
## 6095 2022-12-18 21:47:34      TRUE
## 6096 2022-12-18 21:47:23      TRUE
## 6097 2022-12-18 21:46:40      TRUE
## 6098 2022-12-18 21:45:34      TRUE
## 6099 2022-12-18 21:45:10      TRUE
## 6100 2022-12-18 21:44:24      TRUE
## 6101 2022-12-18 21:43:42      TRUE
## 6102 2022-12-18 21:43:24      TRUE
## 6103 2022-12-18 21:41:58      TRUE
## 6104 2022-12-18 21:40:55      TRUE
## 6105 2022-12-18 21:40:45      TRUE
## 6106 2022-12-18 21:40:35      TRUE
## 6107 2022-12-18 21:38:52      TRUE
## 6108 2022-12-18 21:38:51      TRUE
## 6109 2022-12-18 21:38:20      TRUE
## 6110 2022-12-18 21:38:16      TRUE
## 6111 2022-12-18 21:36:41      TRUE
## 6112 2022-12-18 21:36:26      TRUE
## 6113 2022-12-18 21:32:42      TRUE
## 6114 2022-12-18 21:32:33      TRUE
## 6115 2022-12-18 21:31:31      TRUE
## 6116 2022-12-18 21:30:53      TRUE
## 6117 2022-12-18 21:29:42      TRUE
## 6118 2022-12-18 21:29:23      TRUE
## 6119 2022-12-18 21:28:48      TRUE
## 6120 2022-12-18 21:28:12      TRUE
## 6121 2022-12-18 21:26:10      TRUE
## 6122 2022-12-18 21:25:54      TRUE
## 6123 2022-12-18 21:25:33      TRUE
## 6124 2022-12-18 21:25:22      TRUE
## 6125 2022-12-18 21:24:34      TRUE
## 6126 2022-12-18 21:20:16      TRUE
## 6127 2022-12-18 21:18:38      TRUE
## 6128 2022-12-18 21:18:01      TRUE
## 6129 2022-12-18 21:15:21      TRUE
## 6130 2022-12-18 21:13:56      TRUE
## 6131 2022-12-18 21:11:53      TRUE
## 6132 2022-12-18 21:11:51      TRUE
## 6133 2022-12-18 21:10:08      TRUE
## 6134 2022-12-18 21:09:42      TRUE
## 6135 2022-12-18 21:08:50      TRUE
## 6136 2022-12-18 21:08:03      TRUE
## 6137 2022-12-18 21:06:14      TRUE
## 6138 2022-12-18 21:04:19      TRUE
## 6139 2022-12-18 21:04:10      TRUE
## 6140 2022-12-18 21:04:07      TRUE
## 6141 2022-12-18 21:03:07      TRUE
## 6142 2022-12-18 21:01:40      TRUE
## 6143 2022-12-18 21:01:25      TRUE
## 6144 2022-12-18 20:59:21      TRUE
## 6145 2022-12-18 20:58:56      TRUE
## 6146 2022-12-18 20:58:55      TRUE
## 6147 2022-12-18 20:58:39      TRUE
## 6148 2022-12-18 20:57:54      TRUE
## 6149 2022-12-18 20:56:45      TRUE
## 6150 2022-12-18 20:56:26      TRUE
## 6151 2022-12-18 20:56:20      TRUE
## 6152 2022-12-18 20:56:14      TRUE
## 6153 2022-12-18 20:56:06      TRUE
## 6154 2022-12-18 20:55:03      TRUE
## 6155 2022-12-18 20:54:27      TRUE
## 6156 2022-12-18 20:52:15      TRUE
## 6157 2022-12-18 20:51:56      TRUE
## 6158 2022-12-18 20:51:55      TRUE
## 6159 2022-12-18 20:51:46      TRUE
## 6160 2022-12-18 20:51:35      TRUE
## 6161 2022-12-18 20:48:27      TRUE
## 6162 2022-12-18 20:47:47      TRUE
## 6163 2022-12-18 20:46:23      TRUE
## 6164 2022-12-18 20:46:14      TRUE
## 6165 2022-12-18 20:46:03      TRUE
## 6166 2022-12-18 20:45:55      TRUE
## 6167 2022-12-18 20:45:37      TRUE
## 6168 2022-12-18 20:43:14      TRUE
## 6169 2022-12-18 20:42:02      TRUE
## 6170 2022-12-18 20:41:46      TRUE
## 6171 2022-12-18 20:40:51      TRUE
## 6172 2022-12-18 20:40:14      TRUE
## 6173 2022-12-18 20:39:34      TRUE
## 6174 2022-12-18 20:38:50      TRUE
## 6175 2022-12-18 20:38:39      TRUE
## 6176 2022-12-18 20:37:07      TRUE
## 6177 2022-12-18 20:36:46      TRUE
## 6178 2022-12-18 20:36:17      TRUE
## 6179 2022-12-18 20:34:54      TRUE
## 6180 2022-12-18 20:34:34      TRUE
## 6181 2022-12-18 20:32:58      TRUE
## 6182 2022-12-18 20:32:16      TRUE
## 6183 2022-12-18 20:30:59      TRUE
## 6184 2022-12-18 20:30:00      TRUE
## 6185 2022-12-18 20:29:35      TRUE
## 6186 2022-12-18 20:29:16      TRUE
## 6187 2022-12-18 20:28:02      TRUE
## 6188 2022-12-18 20:27:43      TRUE
## 6189 2022-12-18 20:26:53      TRUE
## 6190 2022-12-18 20:26:05      TRUE
## 6191 2022-12-18 20:25:43      TRUE
## 6192 2022-12-18 20:24:31      TRUE
## 6193 2022-12-18 20:23:56      TRUE
## 6194 2022-12-18 20:23:50      TRUE
## 6195 2022-12-18 20:20:37      TRUE
## 6196 2022-12-18 20:18:57      TRUE
## 6197 2022-12-18 20:17:56      TRUE
## 6198 2022-12-18 20:17:49      TRUE
## 6199 2022-12-18 20:17:28      TRUE
## 6200 2022-12-18 20:16:57      TRUE
## 6201 2022-12-18 20:16:56      TRUE
## 6202 2022-12-18 20:16:21      TRUE
## 6203 2022-12-18 20:15:45      TRUE
## 6204 2022-12-18 20:15:23      TRUE
## 6205 2022-12-18 20:15:16      TRUE
## 6206 2022-12-18 20:15:08      TRUE
## 6207 2022-12-18 20:15:06      TRUE
## 6208 2022-12-18 20:15:04      TRUE
## 6209 2022-12-18 20:14:52      TRUE
## 6210 2022-12-18 20:14:32      TRUE
## 6211 2022-12-18 20:14:29      TRUE
## 6212 2022-12-18 20:13:49      TRUE
## 6213 2022-12-18 20:12:10      TRUE
## 6214 2022-12-18 20:11:29      TRUE
## 6215 2022-12-18 20:11:04      TRUE
## 6216 2022-12-18 20:10:21      TRUE
## 6217 2022-12-18 20:08:37      TRUE
## 6218 2022-12-18 20:08:19      TRUE
## 6219 2022-12-18 20:08:08      TRUE
## 6220 2022-12-18 20:07:55      TRUE
## 6221 2022-12-18 20:07:10      TRUE
## 6222 2022-12-18 20:06:58      TRUE
## 6223 2022-12-18 20:06:39      TRUE
## 6224 2022-12-18 20:06:14      TRUE
## 6225 2022-12-18 20:05:46      TRUE
## 6226 2022-12-18 20:04:51      TRUE
## 6227 2022-12-18 20:03:23      TRUE
## 6228 2022-12-18 20:02:31      TRUE
## 6229 2022-12-18 20:02:28      TRUE
## 6230 2022-12-18 20:02:25      TRUE
## 6231 2022-12-18 20:02:21      TRUE
## 6232 2022-12-18 20:02:19      TRUE
## 6233 2022-12-18 20:02:15      TRUE
## 6234 2022-12-18 20:02:06      TRUE
## 6235 2022-12-18 20:00:19      TRUE
## 6236 2022-12-18 19:58:11      TRUE
## 6237 2022-12-18 19:57:51      TRUE
## 6238 2022-12-18 19:57:39      TRUE
## 6239 2022-12-18 19:56:53      TRUE
## 6240 2022-12-18 19:56:28      TRUE
## 6241 2022-12-18 19:55:37      TRUE
## 6242 2022-12-18 19:54:54      TRUE
## 6243 2022-12-18 19:53:52      TRUE
## 6244 2022-12-18 19:53:11      TRUE
## 6245 2022-12-18 19:50:26      TRUE
## 6246 2022-12-18 19:47:20      TRUE
## 6247 2022-12-18 19:46:43      TRUE
## 6248 2022-12-18 19:46:39      TRUE
## 6249 2022-12-18 19:46:15      TRUE
## 6250 2022-12-18 19:46:15      TRUE
## 6251 2022-12-18 19:45:46      TRUE
## 6252 2022-12-18 19:45:30      TRUE
## 6253 2022-12-18 19:44:52      TRUE
## 6254 2022-12-18 19:44:41      TRUE
## 6255 2022-12-18 19:44:08      TRUE
## 6256 2022-12-18 19:43:41      TRUE
## 6257 2022-12-18 19:43:31      TRUE
## 6258 2022-12-18 19:43:24      TRUE
## 6259 2022-12-18 19:42:30      TRUE
## 6260 2022-12-18 19:42:28      TRUE
## 6261 2022-12-18 19:41:15      TRUE
## 6262 2022-12-18 19:40:25      TRUE
## 6263 2022-12-18 19:37:19      TRUE
## 6264 2022-12-18 19:36:47      TRUE
## 6265 2022-12-18 19:36:35      TRUE
## 6266 2022-12-18 19:36:31      TRUE
## 6267 2022-12-18 19:36:13      TRUE
## 6268 2022-12-18 19:36:11      TRUE
## 6269 2022-12-18 19:35:11      TRUE
## 6270 2022-12-18 19:34:59      TRUE
## 6271 2022-12-18 19:34:36      TRUE
## 6272 2022-12-18 19:34:00      TRUE
## 6273 2022-12-18 19:33:19      TRUE
## 6274 2022-12-18 19:33:18      TRUE
## 6275 2022-12-18 19:33:07      TRUE
## 6276 2022-12-18 19:32:16      TRUE
## 6277 2022-12-18 19:31:00      TRUE
## 6278 2022-12-18 19:29:58      TRUE
## 6279 2022-12-18 19:28:14      TRUE
## 6280 2022-12-18 19:27:45      TRUE
## 6281 2022-12-18 19:25:53      TRUE
## 6282 2022-12-18 19:25:45      TRUE
## 6283 2022-12-18 19:25:06      TRUE
## 6284 2022-12-18 19:23:26      TRUE
## 6285 2022-12-18 19:21:58      TRUE
## 6286 2022-12-18 19:21:19      TRUE
## 6287 2022-12-18 19:21:09      TRUE
## 6288 2022-12-18 19:21:01      TRUE
## 6289 2022-12-18 19:20:50      TRUE
## 6290 2022-12-18 19:20:33      TRUE
## 6291 2022-12-18 19:20:14      TRUE
## 6292 2022-12-18 19:17:24      TRUE
## 6293 2022-12-18 19:17:00      TRUE
## 6294 2022-12-18 19:16:46      TRUE
## 6295 2022-12-18 19:16:03      TRUE
## 6296 2022-12-18 19:14:28      TRUE
## 6297 2022-12-18 19:13:59      TRUE
## 6298 2022-12-18 19:13:24      TRUE
## 6299 2022-12-18 19:13:23      TRUE
## 6300 2022-12-18 19:12:31      TRUE
## 6301 2022-12-18 19:11:32      TRUE
## 6302 2022-12-18 19:11:04      TRUE
## 6303 2022-12-18 19:10:48      TRUE
## 6304 2022-12-18 19:10:47      TRUE
## 6305 2022-12-18 19:10:44      TRUE
## 6306 2022-12-18 19:10:34      TRUE
## 6307 2022-12-18 19:10:30      TRUE
## 6308 2022-12-18 19:09:41      TRUE
## 6309 2022-12-18 19:09:05      TRUE
## 6310 2022-12-18 19:09:02      TRUE
## 6311 2022-12-18 19:08:41      TRUE
## 6312 2022-12-18 19:07:11      TRUE
## 6313 2022-12-18 19:06:51      TRUE
## 6314 2022-12-18 19:06:25      TRUE
## 6315 2022-12-18 19:06:25      TRUE
## 6316 2022-12-18 19:06:15      TRUE
## 6317 2022-12-18 19:06:09      TRUE
## 6318 2022-12-18 19:05:26      TRUE
## 6319 2022-12-18 19:04:46      TRUE
## 6320 2022-12-18 19:04:08      TRUE
## 6321 2022-12-18 19:03:12      TRUE
## 6322 2022-12-18 19:01:37      TRUE
## 6323 2022-12-18 19:01:21      TRUE
## 6324 2022-12-18 19:00:58      TRUE
## 6325 2022-12-18 18:59:28      TRUE
## 6326 2022-12-18 18:58:49      TRUE
## 6327 2022-12-18 18:58:48      TRUE
## 6328 2022-12-18 18:58:47      TRUE
## 6329 2022-12-18 18:58:40      TRUE
## 6330 2022-12-18 18:57:52      TRUE
## 6331 2022-12-18 18:56:40      TRUE
## 6332 2022-12-18 18:56:09      TRUE
## 6333 2022-12-18 18:56:08      TRUE
## 6334 2022-12-18 18:55:50      TRUE
## 6335 2022-12-18 18:55:47      TRUE
## 6336 2022-12-18 18:55:06      TRUE
## 6337 2022-12-18 18:54:24      TRUE
## 6338 2022-12-18 18:54:22      TRUE
## 6339 2022-12-18 18:53:17      TRUE
## 6340 2022-12-18 18:51:21      TRUE
## 6341 2022-12-18 18:51:18      TRUE
## 6342 2022-12-18 18:48:52      TRUE
## 6343 2022-12-18 18:48:50      TRUE
## 6344 2022-12-18 18:47:43      TRUE
## 6345 2022-12-18 18:47:36      TRUE
## 6346 2022-12-18 18:46:45      TRUE
## 6347 2022-12-18 18:45:33      TRUE
## 6348 2022-12-18 18:44:20      TRUE
## 6349 2022-12-18 18:43:02      TRUE
## 6350 2022-12-18 18:41:56      TRUE
## 6351 2022-12-18 18:41:28      TRUE
## 6352 2022-12-18 18:41:27      TRUE
## 6353 2022-12-18 18:41:23      TRUE
## 6354 2022-12-18 18:40:20      TRUE
## 6355 2022-12-18 18:36:55      TRUE
## 6356 2022-12-18 18:36:14      TRUE
## 6357 2022-12-18 18:34:20      TRUE
## 6358 2022-12-18 18:34:03      TRUE
## 6359 2022-12-18 18:33:50      TRUE
## 6360 2022-12-18 18:33:11      TRUE
## 6361 2022-12-18 18:31:12      TRUE
## 6362 2022-12-18 18:31:08      TRUE
## 6363 2022-12-18 18:29:49      TRUE
## 6364 2022-12-18 18:29:25      TRUE
## 6365 2022-12-18 18:28:25      TRUE
## 6366 2022-12-18 18:27:21      TRUE
## 6367 2022-12-18 18:26:52      TRUE
## 6368 2022-12-18 18:26:36      TRUE
## 6369 2022-12-18 18:26:30      TRUE
## 6370 2022-12-18 18:26:14      TRUE
## 6371 2022-12-18 18:26:05      TRUE
## 6372 2022-12-18 18:26:03      TRUE
## 6373 2022-12-18 18:25:26      TRUE
## 6374 2022-12-18 18:24:50      TRUE
## 6375 2022-12-18 18:24:38      TRUE
## 6376 2022-12-18 18:24:26      TRUE
## 6377 2022-12-18 18:24:25      TRUE
## 6378 2022-12-18 18:24:03      TRUE
## 6379 2022-12-18 18:23:59      TRUE
## 6380 2022-12-18 18:23:32      TRUE
## 6381 2022-12-18 18:23:14      TRUE
## 6382 2022-12-18 18:23:12      TRUE
## 6383 2022-12-18 18:22:26      TRUE
## 6384 2022-12-18 18:22:18      TRUE
## 6385 2022-12-18 18:22:16      TRUE
## 6386 2022-12-18 18:22:08      TRUE
## 6387 2022-12-18 18:21:58      TRUE
## 6388 2022-12-18 18:21:56      TRUE
## 6389 2022-12-18 18:21:47      TRUE
## 6390 2022-12-18 18:21:12      TRUE
## 6391 2022-12-18 18:20:34      TRUE
## 6392 2022-12-18 18:20:30      TRUE
## 6393 2022-12-18 18:19:38      TRUE
## 6394 2022-12-18 18:19:37      TRUE
## 6395 2022-12-18 18:19:33      TRUE
## 6396 2022-12-18 18:18:20      TRUE
## 6397 2022-12-18 18:17:06      TRUE
## 6398 2022-12-18 18:15:25      TRUE
## 6399 2022-12-18 18:13:57      TRUE
## 6400 2022-12-18 18:13:55      TRUE
## 6401 2022-12-18 18:13:21      TRUE
## 6402 2022-12-18 18:12:52      TRUE
## 6403 2022-12-18 18:11:57      TRUE
## 6404 2022-12-18 18:11:46      TRUE
## 6405 2022-12-18 18:11:43      TRUE
## 6406 2022-12-18 18:11:24      TRUE
## 6407 2022-12-18 18:10:53      TRUE
## 6408 2022-12-18 18:09:54      TRUE
## 6409 2022-12-18 18:09:18      TRUE
## 6410 2022-12-18 18:08:11      TRUE
## 6411 2022-12-18 18:07:51      TRUE
## 6412 2022-12-18 18:06:51      TRUE
## 6413 2022-12-18 18:06:15      TRUE
## 6414 2022-12-18 18:05:23      TRUE
## 6415 2022-12-18 18:04:35      TRUE
## 6416 2022-12-18 18:04:07      TRUE
## 6417 2022-12-18 18:02:14      TRUE
## 6418 2022-12-18 18:01:51      TRUE
## 6419 2022-12-18 18:01:23      TRUE
## 6420 2022-12-18 18:00:18      TRUE
## 6421 2022-12-18 17:59:59      TRUE
## 6422 2022-12-18 17:58:33      TRUE
## 6423 2022-12-18 17:57:52      TRUE
## 6424 2022-12-18 17:55:44      TRUE
## 6425 2022-12-18 17:53:38      TRUE
## 6426 2022-12-18 17:53:34      TRUE
## 6427 2022-12-18 17:51:25      TRUE
## 6428 2022-12-18 17:51:06      TRUE
## 6429 2022-12-18 17:50:50      TRUE
## 6430 2022-12-18 17:49:22      TRUE
## 6431 2022-12-18 17:49:00      TRUE
## 6432 2022-12-18 17:48:35      TRUE
## 6433 2022-12-18 17:47:14      TRUE
## 6434 2022-12-18 17:46:35      TRUE
## 6435 2022-12-18 17:46:14      TRUE
## 6436 2022-12-18 17:45:59      TRUE
## 6437 2022-12-18 17:45:26      TRUE
## 6438 2022-12-18 17:45:15      TRUE
## 6439 2022-12-18 17:44:50      TRUE
## 6440 2022-12-18 17:44:44      TRUE
## 6441 2022-12-18 17:44:25      TRUE
## 6442 2022-12-18 17:43:45      TRUE
## 6443 2022-12-18 17:43:21      TRUE
## 6444 2022-12-18 17:42:17      TRUE
## 6445 2022-12-18 17:40:08      TRUE
## 6446 2022-12-18 17:40:01      TRUE
## 6447 2022-12-18 17:37:23      TRUE
## 6448 2022-12-18 17:37:21      TRUE
## 6449 2022-12-18 17:36:19      TRUE
## 6450 2022-12-18 17:36:14      TRUE
## 6451 2022-12-18 17:35:50      TRUE
## 6452 2022-12-18 17:34:56      TRUE
## 6453 2022-12-18 17:33:56      TRUE
## 6454 2022-12-18 17:33:49      TRUE
## 6455 2022-12-18 17:33:44      TRUE
## 6456 2022-12-18 17:32:31      TRUE
## 6457 2022-12-18 17:32:17      TRUE
## 6458 2022-12-18 17:31:55      TRUE
## 6459 2022-12-18 17:31:33      TRUE
## 6460 2022-12-18 17:30:42      TRUE
## 6461 2022-12-18 17:30:29      TRUE
## 6462 2022-12-18 17:29:40      TRUE
## 6463 2022-12-18 17:27:38      TRUE
## 6464 2022-12-18 17:27:35      TRUE
## 6465 2022-12-18 17:27:18      TRUE
## 6466 2022-12-18 17:25:29      TRUE
## 6467 2022-12-18 17:24:21      TRUE
## 6468 2022-12-18 17:22:36      TRUE
## 6469 2022-12-18 17:19:11      TRUE
## 6470 2022-12-18 17:17:57      TRUE
## 6471 2022-12-18 17:17:17      TRUE
## 6472 2022-12-18 17:17:12      TRUE
## 6473 2022-12-18 17:16:57      TRUE
## 6474 2022-12-18 17:14:50      TRUE
## 6475 2022-12-18 17:12:01      TRUE
## 6476 2022-12-18 17:12:00      TRUE
## 6477 2022-12-18 17:11:23      TRUE
## 6478 2022-12-18 17:09:41      TRUE
## 6479 2022-12-18 17:08:18      TRUE
## 6480 2022-12-18 17:08:14      TRUE
## 6481 2022-12-18 17:07:29      TRUE
## 6482 2022-12-18 17:07:19      TRUE
## 6483 2022-12-18 17:06:26      TRUE
## 6484 2022-12-18 17:06:14      TRUE
## 6485 2022-12-18 17:04:44      TRUE
## 6486 2022-12-18 17:02:03      TRUE
## 6487 2022-12-18 17:02:01      TRUE
## 6488 2022-12-18 17:01:26      TRUE
## 6489 2022-12-18 17:00:14      TRUE
## 6490 2022-12-18 16:59:46      TRUE
## 6491 2022-12-18 16:59:00      TRUE
## 6492 2022-12-18 16:58:48      TRUE
## 6493 2022-12-18 16:58:42      TRUE
## 6494 2022-12-18 16:58:34      TRUE
## 6495 2022-12-18 16:57:19      TRUE
## 6496 2022-12-18 16:56:02      TRUE
## 6497 2022-12-18 16:55:21      TRUE
## 6498 2022-12-18 16:55:02      TRUE
## 6499 2022-12-18 16:53:49      TRUE
## 6500 2022-12-18 16:53:25      TRUE
## 6501 2022-12-18 16:53:18      TRUE
## 6502 2022-12-18 16:52:27      TRUE
## 6503 2022-12-18 16:50:00      TRUE
## 6504 2022-12-18 16:49:35      TRUE
## 6505 2022-12-18 16:49:04      TRUE
## 6506 2022-12-18 16:48:42      TRUE
## 6507 2022-12-18 16:48:29      TRUE
## 6508 2022-12-18 16:47:36      TRUE
## 6509 2022-12-18 16:47:25      TRUE
## 6510 2022-12-18 16:46:59      TRUE
## 6511 2022-12-18 16:46:28      TRUE
## 6512 2022-12-18 16:46:14      TRUE
## 6513 2022-12-18 16:45:58      TRUE
## 6514 2022-12-18 16:45:54      TRUE
## 6515 2022-12-18 16:45:28      TRUE
## 6516 2022-12-18 16:45:09      TRUE
## 6517 2022-12-18 16:42:32      TRUE
## 6518 2022-12-18 16:41:51      TRUE
## 6519 2022-12-18 16:38:01      TRUE
## 6520 2022-12-18 16:37:37      TRUE
## 6521 2022-12-18 16:37:18      TRUE
## 6522 2022-12-18 16:37:01      TRUE
## 6523 2022-12-18 16:36:55      TRUE
## 6524 2022-12-18 16:36:39      TRUE
## 6525 2022-12-18 16:36:07      TRUE
## 6526 2022-12-18 16:34:59      TRUE
## 6527 2022-12-18 16:30:12      TRUE
## 6528 2022-12-18 16:29:27      TRUE
## 6529 2022-12-18 16:29:25      TRUE
## 6530 2022-12-18 16:29:07      TRUE
## 6531 2022-12-18 16:29:01      TRUE
## 6532 2022-12-18 16:28:58      TRUE
## 6533 2022-12-18 16:28:57      TRUE
## 6534 2022-12-18 16:28:41      TRUE
## 6535 2022-12-18 16:28:29      TRUE
## 6536 2022-12-18 16:28:07      TRUE
## 6537 2022-12-18 16:27:24      TRUE
## 6538 2022-12-18 16:27:10      TRUE
## 6539 2022-12-18 16:26:53      TRUE
## 6540 2022-12-18 16:26:51      TRUE
## 6541 2022-12-18 16:26:45      TRUE
## 6542 2022-12-18 16:26:28      TRUE
## 6543 2022-12-18 16:25:51      TRUE
## 6544 2022-12-18 16:25:36      TRUE
## 6545 2022-12-18 16:25:24      TRUE
## 6546 2022-12-18 16:24:04      TRUE
## 6547 2022-12-18 16:24:00      TRUE
## 6548 2022-12-18 16:23:49      TRUE
## 6549 2022-12-18 16:23:08      TRUE
## 6550 2022-12-18 16:21:42      TRUE
## 6551 2022-12-18 16:20:04      TRUE
## 6552 2022-12-18 16:20:00      TRUE
## 6553 2022-12-18 16:18:11      TRUE
## 6554 2022-12-18 16:16:17      TRUE
## 6555 2022-12-18 16:11:15      TRUE
## 6556 2022-12-18 16:10:25      TRUE
## 6557 2022-12-18 16:10:01      TRUE
## 6558 2022-12-18 16:09:56      TRUE
## 6559 2022-12-18 16:09:09      TRUE
## 6560 2022-12-18 16:07:09      TRUE
## 6561 2022-12-18 16:06:15      TRUE
## 6562 2022-12-18 16:05:39      TRUE
## 6563 2022-12-18 16:05:37      TRUE
## 6564 2022-12-18 16:05:36      TRUE
## 6565 2022-12-18 16:03:54      TRUE
## 6566 2022-12-18 16:03:24      TRUE
## 6567 2022-12-18 16:02:11      TRUE
## 6568 2022-12-18 16:01:04      TRUE
## 6569 2022-12-18 16:00:36      TRUE
## 6570 2022-12-18 16:00:12      TRUE
## 6571 2022-12-18 15:59:39      TRUE
## 6572 2022-12-18 15:56:42      TRUE
## 6573 2022-12-18 15:56:26      TRUE
## 6574 2022-12-18 15:55:14      TRUE
## 6575 2022-12-18 15:52:16      TRUE
## 6576 2022-12-18 15:51:38      TRUE
## 6577 2022-12-18 15:51:33      TRUE
## 6578 2022-12-18 15:50:41      TRUE
## 6579 2022-12-18 15:50:05      TRUE
## 6580 2022-12-18 15:50:02      TRUE
## 6581 2022-12-18 15:49:46      TRUE
## 6582 2022-12-18 15:42:49      TRUE
## 6583 2022-12-18 15:40:18      TRUE
## 6584 2022-12-18 15:38:01      TRUE
## 6585 2022-12-18 15:37:42      TRUE
## 6586 2022-12-18 15:37:13      TRUE
## 6587 2022-12-18 15:36:59      TRUE
## 6588 2022-12-18 15:36:52      TRUE
## 6589 2022-12-18 15:36:37      TRUE
## 6590 2022-12-18 15:34:44      TRUE
## 6591 2022-12-18 15:34:07      TRUE
## 6592 2022-12-18 15:33:26      TRUE
## 6593 2022-12-18 15:31:06      TRUE
## 6594 2022-12-18 15:28:56      TRUE
## 6595 2022-12-18 15:28:54      TRUE
## 6596 2022-12-18 15:28:33      TRUE
## 6597 2022-12-18 15:28:13      TRUE
## 6598 2022-12-18 15:27:01      TRUE
## 6599 2022-12-18 15:22:51      TRUE
## 6600 2022-12-18 15:22:27      TRUE
## 6601 2022-12-18 15:21:19      TRUE
## 6602 2022-12-18 15:17:41      TRUE
## 6603 2022-12-18 15:16:46      TRUE
## 6604 2022-12-18 15:16:14      TRUE
## 6605 2022-12-18 15:12:56      TRUE
## 6606 2022-12-18 15:12:28      TRUE
## 6607 2022-12-18 15:10:47      TRUE
## 6608 2022-12-18 15:10:34      TRUE
## 6609 2022-12-18 15:10:06      TRUE
## 6610 2022-12-18 15:10:05      TRUE
## 6611 2022-12-18 15:09:34      TRUE
## 6612 2022-12-18 15:06:37      TRUE
## 6613 2022-12-18 15:06:15      TRUE
## 6614 2022-12-18 15:06:11      TRUE
## 6615 2022-12-18 15:05:21      TRUE
## 6616 2022-12-18 15:02:08      TRUE
## 6617 2022-12-18 15:01:46      TRUE
## 6618 2022-12-18 15:01:24      TRUE
## 6619 2022-12-18 15:00:25      TRUE
## 6620 2022-12-18 15:00:09      TRUE
## 6621 2022-12-18 14:58:52      TRUE
## 6622 2022-12-18 14:57:31      TRUE
## 6623 2022-12-18 14:56:14      TRUE
## 6624 2022-12-18 14:55:47      TRUE
## 6625 2022-12-18 14:53:53      TRUE
## 6626 2022-12-18 14:53:16      TRUE
## 6627 2022-12-18 14:50:18      TRUE
## 6628 2022-12-18 14:48:53      TRUE
## 6629 2022-12-18 14:47:43      TRUE
## 6630 2022-12-18 14:46:41      TRUE
## 6631 2022-12-18 14:46:32      TRUE
## 6632 2022-12-18 14:46:16      TRUE
## 6633 2022-12-18 14:46:14      TRUE
## 6634 2022-12-18 14:44:52      TRUE
## 6635 2022-12-18 14:44:06      TRUE
## 6636 2022-12-18 14:41:51      TRUE
## 6637 2022-12-18 14:41:28      TRUE
## 6638 2022-12-18 14:40:55      TRUE
## 6639 2022-12-18 14:40:21      TRUE
## 6640 2022-12-18 14:38:28      TRUE
## 6641 2022-12-18 14:37:52      TRUE
## 6642 2022-12-18 14:35:46      TRUE
## 6643 2022-12-18 14:35:44      TRUE
## 6644 2022-12-18 14:35:10      TRUE
## 6645 2022-12-18 14:34:57      TRUE
## 6646 2022-12-18 14:34:35      TRUE
## 6647 2022-12-18 14:32:51      TRUE
## 6648 2022-12-18 14:32:43      TRUE
## 6649 2022-12-18 14:30:00      TRUE
## 6650 2022-12-18 14:28:34      TRUE
## 6651 2022-12-18 14:28:08      TRUE
## 6652 2022-12-18 14:26:24      TRUE
## 6653 2022-12-18 14:22:51      TRUE
## 6654 2022-12-18 14:22:30      TRUE
## 6655 2022-12-18 14:20:11      TRUE
## 6656 2022-12-18 14:19:55      TRUE
## 6657 2022-12-18 14:19:48      TRUE
## 6658 2022-12-18 14:19:41      TRUE
## 6659 2022-12-18 14:18:55      TRUE
## 6660 2022-12-18 14:16:47      TRUE
## 6661 2022-12-18 14:15:44      TRUE
## 6662 2022-12-18 14:15:19      TRUE
## 6663 2022-12-18 14:14:33      TRUE
## 6664 2022-12-18 14:14:10      TRUE
## 6665 2022-12-18 14:13:47      TRUE
## 6666 2022-12-18 14:13:11      TRUE
## 6667 2022-12-18 14:13:08      TRUE
## 6668 2022-12-18 14:12:36      TRUE
## 6669 2022-12-18 14:12:14      TRUE
## 6670 2022-12-18 14:11:43      TRUE
## 6671 2022-12-18 14:11:11      TRUE
## 6672 2022-12-18 14:11:11      TRUE
## 6673 2022-12-18 14:09:20      TRUE
## 6674 2022-12-18 14:08:33      TRUE
## 6675 2022-12-18 14:07:58      TRUE
## 6676 2022-12-18 14:06:18      TRUE
## 6677 2022-12-18 14:04:50      TRUE
## 6678 2022-12-18 14:03:27      TRUE
## 6679 2022-12-18 14:02:44      TRUE
## 6680 2022-12-18 14:01:44      TRUE
## 6681 2022-12-18 14:00:11      TRUE
## 6682 2022-12-18 13:58:31      TRUE
## 6683 2022-12-18 13:56:31      TRUE
## 6684 2022-12-18 13:55:52      TRUE
## 6685 2022-12-18 13:55:39      TRUE
## 6686 2022-12-18 13:55:32      TRUE
## 6687 2022-12-18 13:54:32      TRUE
## 6688 2022-12-18 13:53:26      TRUE
## 6689 2022-12-18 13:52:18      TRUE
## 6690 2022-12-18 13:51:57      TRUE
## 6691 2022-12-18 13:51:16      TRUE
## 6692 2022-12-18 13:49:02      TRUE
## 6693 2022-12-18 13:48:34      TRUE
## 6694 2022-12-18 13:47:27      TRUE
## 6695 2022-12-18 13:47:17      TRUE
## 6696 2022-12-18 13:46:37      TRUE
## 6697 2022-12-18 13:46:28      TRUE
## 6698 2022-12-18 13:45:05      TRUE
## 6699 2022-12-18 13:44:15      TRUE
## 6700 2022-12-18 13:43:38      TRUE
## 6701 2022-12-18 13:40:46      TRUE
## 6702 2022-12-18 13:38:23      TRUE
## 6703 2022-12-18 13:37:53      TRUE
## 6704 2022-12-18 13:36:03      TRUE
## 6705 2022-12-18 13:35:55      TRUE
## 6706 2022-12-18 13:35:21      TRUE
## 6707 2022-12-18 13:34:47      TRUE
## 6708 2022-12-18 13:34:47      TRUE
## 6709 2022-12-18 13:34:17      TRUE
## 6710 2022-12-18 13:33:04      TRUE
## 6711 2022-12-18 13:32:41      TRUE
## 6712 2022-12-18 13:32:09      TRUE
## 6713 2022-12-18 13:32:02      TRUE
## 6714 2022-12-18 13:31:09      TRUE
## 6715 2022-12-18 13:29:58      TRUE
## 6716 2022-12-18 13:29:43      TRUE
## 6717 2022-12-18 13:28:54      TRUE
## 6718 2022-12-18 13:27:45      TRUE
## 6719 2022-12-18 13:26:52      TRUE
## 6720 2022-12-18 13:26:26      TRUE
## 6721 2022-12-18 13:26:14      TRUE
## 6722 2022-12-18 13:26:14      TRUE
## 6723 2022-12-18 13:25:49      TRUE
## 6724 2022-12-18 13:24:10      TRUE
## 6725 2022-12-18 13:22:33      TRUE
## 6726 2022-12-18 13:21:17      TRUE
## 6727 2022-12-18 13:19:59      TRUE
## 6728 2022-12-18 13:17:06      TRUE
## 6729 2022-12-18 13:16:36      TRUE
## 6730 2022-12-18 13:16:18      TRUE
## 6731 2022-12-18 13:16:14      TRUE
## 6732 2022-12-18 13:14:50      TRUE
## 6733 2022-12-18 13:14:44      TRUE
## 6734 2022-12-18 13:14:43      TRUE
## 6735 2022-12-18 13:11:14      TRUE
## 6736 2022-12-18 13:10:19      TRUE
## 6737 2022-12-18 13:08:31      TRUE
## 6738 2022-12-18 13:07:52      TRUE
## 6739 2022-12-18 13:07:05      TRUE
## 6740 2022-12-18 13:07:05      TRUE
## 6741 2022-12-18 13:05:43      TRUE
## 6742 2022-12-18 13:04:52      TRUE
## 6743 2022-12-18 13:04:47      TRUE
## 6744 2022-12-18 13:03:12      TRUE
## 6745 2022-12-18 13:01:36      TRUE
## 6746 2022-12-18 13:00:02      TRUE
## 6747 2022-12-18 12:58:26      TRUE
## 6748 2022-12-18 12:58:23      TRUE
## 6749 2022-12-18 12:57:47      TRUE
## 6750 2022-12-18 12:57:37      TRUE
## 6751 2022-12-18 12:57:19      TRUE
## 6752 2022-12-18 12:56:35      TRUE
## 6753 2022-12-18 12:55:40      TRUE
## 6754 2022-12-18 12:54:02      TRUE
## 6755 2022-12-18 12:52:40      TRUE
## 6756 2022-12-18 12:51:13      TRUE
## 6757 2022-12-18 12:51:07      TRUE
## 6758 2022-12-18 12:50:53      TRUE
## 6759 2022-12-18 12:50:39      TRUE
## 6760 2022-12-18 12:50:30      TRUE
## 6761 2022-12-18 12:50:24      TRUE
## 6762 2022-12-18 12:48:36      TRUE
## 6763 2022-12-18 12:46:43      TRUE
## 6764 2022-12-18 12:45:41      TRUE
## 6765 2022-12-18 12:45:32      TRUE
## 6766 2022-12-18 12:41:24      TRUE
## 6767 2022-12-18 12:40:59      TRUE
## 6768 2022-12-18 12:40:33      TRUE
## 6769 2022-12-18 12:37:56      TRUE
## 6770 2022-12-18 12:34:13      TRUE
## 6771 2022-12-18 12:31:38      TRUE
## 6772 2022-12-18 12:29:24      TRUE
## 6773 2022-12-18 12:28:47      TRUE
## 6774 2022-12-18 12:28:03      TRUE
## 6775 2022-12-18 12:27:46      TRUE
## 6776 2022-12-18 12:26:51      TRUE
## 6777 2022-12-18 12:25:50      TRUE
## 6778 2022-12-18 12:24:27      TRUE
## 6779 2022-12-18 12:23:00      TRUE
## 6780 2022-12-18 12:22:34      TRUE
## 6781 2022-12-18 12:22:20      TRUE
## 6782 2022-12-18 12:22:11      TRUE
## 6783 2022-12-18 12:21:29      TRUE
## 6784 2022-12-18 12:21:17      TRUE
## 6785 2022-12-18 12:21:12      TRUE
## 6786 2022-12-18 12:19:45      TRUE
## 6787 2022-12-18 12:18:39      TRUE
## 6788 2022-12-18 12:18:34      TRUE
## 6789 2022-12-18 12:18:03      TRUE
## 6790 2022-12-18 12:17:55      TRUE
## 6791 2022-12-18 12:17:29      TRUE
## 6792 2022-12-18 12:16:56      TRUE
## 6793 2022-12-18 12:15:57      TRUE
## 6794 2022-12-18 12:15:07      TRUE
## 6795 2022-12-18 12:14:46      TRUE
## 6796 2022-12-18 12:14:41      TRUE
## 6797 2022-12-18 12:13:48      TRUE
## 6798 2022-12-18 12:12:54      TRUE
## 6799 2022-12-18 12:12:48      TRUE
## 6800 2022-12-18 12:08:57      TRUE
## 6801 2022-12-18 12:06:47      TRUE
## 6802 2022-12-18 12:06:14      TRUE
## 6803 2022-12-18 12:05:19      TRUE
## 6804 2022-12-18 12:05:13      TRUE
## 6805 2022-12-18 12:03:51      TRUE
## 6806 2022-12-18 12:02:11      TRUE
## 6807 2022-12-18 12:02:06      TRUE
## 6808 2022-12-18 12:01:22      TRUE
## 6809 2022-12-18 12:00:55      TRUE
## 6810 2022-12-18 12:00:35      TRUE
## 6811 2022-12-18 11:59:43      TRUE
## 6812 2022-12-18 11:59:29      TRUE
## 6813 2022-12-18 11:59:01      TRUE
## 6814 2022-12-18 11:58:05      TRUE
## 6815 2022-12-18 11:56:22      TRUE
## 6816 2022-12-18 11:56:21      TRUE
## 6817 2022-12-18 11:56:00      TRUE
## 6818 2022-12-18 11:54:45      TRUE
## 6819 2022-12-18 11:54:21      TRUE
## 6820 2022-12-18 11:52:07      TRUE
## 6821 2022-12-18 11:51:32      TRUE
## 6822 2022-12-18 11:50:40      TRUE
## 6823 2022-12-18 11:49:11      TRUE
## 6824 2022-12-18 11:47:06      TRUE
## 6825 2022-12-18 11:46:19      TRUE
## 6826 2022-12-18 11:44:46      TRUE
## 6827 2022-12-18 11:44:07      TRUE
## 6828 2022-12-18 11:43:52      TRUE
## 6829 2022-12-18 11:43:38      TRUE
## 6830 2022-12-18 11:43:11      TRUE
## 6831 2022-12-18 11:42:23      TRUE
## 6832 2022-12-18 11:39:27      TRUE
## 6833 2022-12-18 11:37:47      TRUE
## 6834 2022-12-18 11:37:30      TRUE
## 6835 2022-12-18 11:37:29      TRUE
## 6836 2022-12-18 11:35:44      TRUE
## 6837 2022-12-18 11:34:37      TRUE
## 6838 2022-12-18 11:32:35      TRUE
## 6839 2022-12-18 11:31:59      TRUE
## 6840 2022-12-18 11:30:00      TRUE
## 6841 2022-12-18 11:28:37      TRUE
## 6842 2022-12-18 11:26:34      TRUE
## 6843 2022-12-18 11:24:17      TRUE
## 6844 2022-12-18 11:23:45      TRUE
## 6845 2022-12-18 11:23:18      TRUE
## 6846 2022-12-18 11:22:26      TRUE
## 6847 2022-12-18 11:18:21      TRUE
## 6848 2022-12-18 11:17:55      TRUE
## 6849 2022-12-18 11:15:16      TRUE
## 6850 2022-12-18 11:13:42      TRUE
## 6851 2022-12-18 11:13:27      TRUE
## 6852 2022-12-18 11:12:41      TRUE
## 6853 2022-12-18 11:12:41      TRUE
## 6854 2022-12-18 11:09:30      TRUE
## 6855 2022-12-18 11:09:12      TRUE
## 6856 2022-12-18 11:08:57      TRUE
## 6857 2022-12-18 11:08:39      TRUE
## 6858 2022-12-18 11:08:32      TRUE
## 6859 2022-12-18 11:08:01      TRUE
## 6860 2022-12-18 11:07:56      TRUE
## 6861 2022-12-18 11:07:56      TRUE
## 6862 2022-12-18 11:07:05      TRUE
## 6863 2022-12-18 11:06:47      TRUE
## 6864 2022-12-18 11:06:14      TRUE
## 6865 2022-12-18 11:05:05      TRUE
## 6866 2022-12-18 11:04:37      TRUE
## 6867 2022-12-18 11:04:28      TRUE
## 6868 2022-12-18 11:02:35      TRUE
## 6869 2022-12-18 11:01:38      TRUE
## 6870 2022-12-18 11:01:06      TRUE
## 6871 2022-12-18 10:59:45      TRUE
## 6872 2022-12-18 10:56:57      TRUE
## 6873 2022-12-18 10:55:43      TRUE
## 6874 2022-12-18 10:55:42      TRUE
## 6875 2022-12-18 10:55:32      TRUE
## 6876 2022-12-18 10:55:29      TRUE
## 6877 2022-12-18 10:54:12      TRUE
## 6878 2022-12-18 10:54:09      TRUE
## 6879 2022-12-18 10:53:41      TRUE
## 6880 2022-12-18 10:52:18      TRUE
## 6881 2022-12-18 10:52:04      TRUE
## 6882 2022-12-18 10:51:01      TRUE
## 6883 2022-12-18 10:50:27      TRUE
## 6884 2022-12-18 10:50:17      TRUE
## 6885 2022-12-18 10:50:12      TRUE
## 6886 2022-12-18 10:48:00      TRUE
## 6887 2022-12-18 10:46:52      TRUE
## 6888 2022-12-18 10:46:27      TRUE
## 6889 2022-12-18 10:46:26      TRUE
## 6890 2022-12-18 10:45:50      TRUE
## 6891 2022-12-18 10:44:48      TRUE
## 6892 2022-12-18 10:42:30      TRUE
## 6893 2022-12-18 10:42:26      TRUE
## 6894 2022-12-18 10:42:22      TRUE
## 6895 2022-12-18 10:41:37      TRUE
## 6896 2022-12-18 10:40:38      TRUE
## 6897 2022-12-18 10:40:29      TRUE
## 6898 2022-12-18 10:38:17      TRUE
## 6899 2022-12-18 10:37:57      TRUE
## 6900 2022-12-18 10:37:14      TRUE
## 6901 2022-12-18 10:36:59      TRUE
## 6902 2022-12-18 10:36:56      TRUE
## 6903 2022-12-18 10:35:50      TRUE
## 6904 2022-12-18 10:34:02      TRUE
## 6905 2022-12-18 10:32:48      TRUE
## 6906 2022-12-18 10:30:31      TRUE
## 6907 2022-12-18 10:30:29      TRUE
## 6908 2022-12-18 10:30:14      TRUE
## 6909 2022-12-18 10:29:54      TRUE
## 6910 2022-12-18 10:29:28      TRUE
## 6911 2022-12-18 10:29:25      TRUE
## 6912 2022-12-18 10:29:24      TRUE
## 6913 2022-12-18 10:28:55      TRUE
## 6914 2022-12-18 10:28:20      TRUE
## 6915 2022-12-18 10:26:18      TRUE
## 6916 2022-12-18 10:25:15      TRUE
## 6917 2022-12-18 10:24:01      TRUE
## 6918 2022-12-18 10:23:49      TRUE
## 6919 2022-12-18 10:22:32      TRUE
## 6920 2022-12-18 10:21:30      TRUE
## 6921 2022-12-18 10:20:43      TRUE
## 6922 2022-12-18 10:19:55      TRUE
## 6923 2022-12-18 10:16:48      TRUE
## 6924 2022-12-18 10:16:02      TRUE
## 6925 2022-12-18 10:14:52      TRUE
## 6926 2022-12-18 10:13:34      TRUE
## 6927 2022-12-18 10:13:30      TRUE
## 6928 2022-12-18 10:13:27      TRUE
## 6929 2022-12-18 10:13:16      TRUE
## 6930 2022-12-18 10:13:04      TRUE
## 6931 2022-12-18 10:12:40      TRUE
## 6932 2022-12-18 10:12:06      TRUE
## 6933 2022-12-18 10:11:05      TRUE
## 6934 2022-12-18 10:10:11      TRUE
## 6935 2022-12-18 10:09:52      TRUE
## 6936 2022-12-18 10:09:51      TRUE
## 6937 2022-12-18 10:09:35      TRUE
## 6938 2022-12-18 10:09:07      TRUE
## 6939 2022-12-18 10:08:53      TRUE
## 6940 2022-12-18 10:07:53      TRUE
## 6941 2022-12-18 10:07:18      TRUE
## 6942 2022-12-18 10:07:07      TRUE
## 6943 2022-12-18 10:06:14      TRUE
## 6944 2022-12-18 10:05:08      TRUE
## 6945 2022-12-18 10:05:08      TRUE
## 6946 2022-12-18 10:04:17      TRUE
## 6947 2022-12-18 10:03:51      TRUE
## 6948 2022-12-18 10:02:32      TRUE
## 6949 2022-12-18 10:01:16      TRUE
## 6950 2022-12-18 10:00:39      TRUE
## 6951 2022-12-18 09:59:57      TRUE
## 6952 2022-12-18 09:57:16      TRUE
## 6953 2022-12-18 09:56:13      TRUE
## 6954 2022-12-18 09:53:42      TRUE
## 6955 2022-12-18 09:53:23      TRUE
## 6956 2022-12-18 09:52:32      TRUE
## 6957 2022-12-18 09:51:05      TRUE
## 6958 2022-12-18 09:50:52      TRUE
## 6959 2022-12-18 09:50:48      TRUE
## 6960 2022-12-18 09:48:06      TRUE
## 6961 2022-12-18 09:47:42      TRUE
## 6962 2022-12-18 09:46:31      TRUE
## 6963 2022-12-18 09:44:38      TRUE
## 6964 2022-12-18 09:43:58      TRUE
## 6965 2022-12-18 09:43:40      TRUE
## 6966 2022-12-18 09:42:31      TRUE
## 6967 2022-12-18 09:42:18      TRUE
## 6968 2022-12-18 09:41:19      TRUE
## 6969 2022-12-18 09:40:08      TRUE
## 6970 2022-12-18 09:39:58      TRUE
## 6971 2022-12-18 09:36:49      TRUE
## 6972 2022-12-18 09:36:39      TRUE
## 6973 2022-12-18 09:35:54      TRUE
## 6974 2022-12-18 09:34:44      TRUE
## 6975 2022-12-18 09:34:44      TRUE
## 6976 2022-12-18 09:34:24      TRUE
## 6977 2022-12-18 09:34:00      TRUE
## 6978 2022-12-18 09:33:31      TRUE
## 6979 2022-12-18 09:30:05      TRUE
## 6980 2022-12-18 09:29:34      TRUE
## 6981 2022-12-18 09:27:58      TRUE
## 6982 2022-12-18 09:23:00      TRUE
## 6983 2022-12-18 09:21:38      TRUE
## 6984 2022-12-18 09:21:30      TRUE
## 6985 2022-12-18 09:21:13      TRUE
## 6986 2022-12-18 09:20:43      TRUE
## 6987 2022-12-18 09:19:27      TRUE
## 6988 2022-12-18 09:19:26      TRUE
## 6989 2022-12-18 09:18:31      TRUE
## 6990 2022-12-18 09:17:20      TRUE
## 6991 2022-12-18 09:17:18      TRUE
## 6992 2022-12-18 09:17:09      TRUE
## 6993 2022-12-18 09:17:07      TRUE
## 6994 2022-12-18 09:16:46      TRUE
## 6995 2022-12-18 09:16:44      TRUE
## 6996 2022-12-18 09:16:22      TRUE
## 6997 2022-12-18 09:16:06      TRUE
## 6998 2022-12-18 09:15:29      TRUE
## 6999 2022-12-18 09:14:41      TRUE
## 7000 2022-12-18 09:14:28      TRUE
## 7001 2022-12-18 09:14:07      TRUE
## 7002 2022-12-18 09:13:16      TRUE
## 7003 2022-12-18 09:12:53      TRUE
## 7004 2022-12-18 09:10:48      TRUE
## 7005 2022-12-18 09:08:34      TRUE
## 7006 2022-12-18 09:07:50      TRUE
## 7007 2022-12-18 09:06:30      TRUE
## 7008 2022-12-18 09:06:25      TRUE
## 7009 2022-12-18 09:05:41      TRUE
## 7010 2022-12-18 09:04:39      TRUE
## 7011 2022-12-18 09:01:28      TRUE
## 7012 2022-12-18 08:59:05      TRUE
## 7013 2022-12-18 08:58:39      TRUE
## 7014 2022-12-18 08:57:04      TRUE
## 7015 2022-12-18 08:55:05      TRUE
## 7016 2022-12-18 08:54:41      TRUE
## 7017 2022-12-18 08:53:59      TRUE
## 7018 2022-12-18 08:52:55      TRUE
## 7019 2022-12-18 08:52:47      TRUE
## 7020 2022-12-18 08:52:37      TRUE
## 7021 2022-12-18 08:51:22      TRUE
## 7022 2022-12-18 08:50:29      TRUE
## 7023 2022-12-18 08:50:17      TRUE
## 7024 2022-12-18 08:50:15      TRUE
## 7025 2022-12-18 08:49:16      TRUE
## 7026 2022-12-18 08:48:27      TRUE
## 7027 2022-12-18 08:48:04      TRUE
## 7028 2022-12-18 08:47:51      TRUE
## 7029 2022-12-18 08:47:33      TRUE
## 7030 2022-12-18 08:46:51      TRUE
## 7031 2022-12-18 08:45:35      TRUE
## 7032 2022-12-18 08:44:07      TRUE
## 7033 2022-12-18 08:43:28      TRUE
## 7034 2022-12-18 08:42:55      TRUE
## 7035 2022-12-18 08:41:55      TRUE
## 7036 2022-12-18 08:41:38      TRUE
## 7037 2022-12-18 08:40:56      TRUE
## 7038 2022-12-18 08:39:32      TRUE
## 7039 2022-12-18 08:39:31      TRUE
## 7040 2022-12-18 08:37:25      TRUE
## 7041 2022-12-18 08:37:23      TRUE
## 7042 2022-12-18 08:37:15      TRUE
## 7043 2022-12-18 08:36:18      TRUE
## 7044 2022-12-18 08:36:04      TRUE
## 7045 2022-12-18 08:35:53      TRUE
## 7046 2022-12-18 08:35:52      TRUE
## 7047 2022-12-18 08:35:11      TRUE
## 7048 2022-12-18 08:35:02      TRUE
## 7049 2022-12-18 08:34:57      TRUE
## 7050 2022-12-18 08:34:52      TRUE
## 7051 2022-12-18 08:34:05      TRUE
## 7052 2022-12-18 08:33:41      TRUE
## 7053 2022-12-18 08:32:53      TRUE
## 7054 2022-12-18 08:32:35      TRUE
## 7055 2022-12-18 08:32:28      TRUE
## 7056 2022-12-18 08:31:52      TRUE
## 7057 2022-12-18 08:31:05      TRUE
## 7058 2022-12-18 08:30:58      TRUE
## 7059 2022-12-18 08:30:21      TRUE
## 7060 2022-12-18 08:29:27      TRUE
## 7061 2022-12-18 08:29:19      TRUE
## 7062 2022-12-18 08:28:24      TRUE
## 7063 2022-12-18 08:28:02      TRUE
## 7064 2022-12-18 08:26:50      TRUE
## 7065 2022-12-18 08:26:41      TRUE
## 7066 2022-12-18 08:26:18      TRUE
## 7067 2022-12-18 08:26:15      TRUE
## 7068 2022-12-18 08:25:51      TRUE
## 7069 2022-12-18 08:25:40      TRUE
## 7070 2022-12-18 08:23:17      TRUE
## 7071 2022-12-18 08:21:59      TRUE
## 7072 2022-12-18 08:21:57      TRUE
## 7073 2022-12-18 08:21:48      TRUE
## 7074 2022-12-18 08:21:25      TRUE
## 7075 2022-12-18 08:20:46      TRUE
## 7076 2022-12-18 08:19:50      TRUE
## 7077 2022-12-18 08:19:29      TRUE
## 7078 2022-12-18 08:17:58      TRUE
## 7079 2022-12-18 08:17:17      TRUE
## 7080 2022-12-18 08:17:04      TRUE
## 7081 2022-12-18 08:17:03      TRUE
## 7082 2022-12-18 08:16:49      TRUE
## 7083 2022-12-18 08:16:36      TRUE
## 7084 2022-12-18 08:15:10      TRUE
## 7085 2022-12-18 08:14:32      TRUE
## 7086 2022-12-18 08:13:07      TRUE
## 7087 2022-12-18 08:11:22      TRUE
## 7088 2022-12-18 08:11:18      TRUE
## 7089 2022-12-18 08:10:06      TRUE
## 7090 2022-12-18 08:07:55      TRUE
## 7091 2022-12-18 08:06:15      TRUE
## 7092 2022-12-18 08:06:02      TRUE
## 7093 2022-12-18 08:05:53      TRUE
## 7094 2022-12-18 08:04:53      TRUE
## 7095 2022-12-18 08:02:50      TRUE
## 7096 2022-12-18 08:01:52      TRUE
## 7097 2022-12-18 08:00:46      TRUE
## 7098 2022-12-18 08:00:35      TRUE
## 7099 2022-12-18 07:58:20      TRUE
## 7100 2022-12-18 07:58:19      TRUE
## 7101 2022-12-18 07:57:55      TRUE
## 7102 2022-12-18 07:57:54      TRUE
## 7103 2022-12-18 07:57:36      TRUE
## 7104 2022-12-18 07:57:19      TRUE
## 7105 2022-12-18 07:56:42      TRUE
## 7106 2022-12-18 07:53:19      TRUE
## 7107 2022-12-18 07:52:04      TRUE
## 7108 2022-12-18 07:51:37      TRUE
## 7109 2022-12-18 07:50:49      TRUE
## 7110 2022-12-18 07:50:45      TRUE
## 7111 2022-12-18 07:50:40      TRUE
## 7112 2022-12-18 07:50:28      TRUE
## 7113 2022-12-18 07:49:38      TRUE
## 7114 2022-12-18 07:49:27      TRUE
## 7115 2022-12-18 07:48:06      TRUE
## 7116 2022-12-18 07:47:30      TRUE
## 7117 2022-12-18 07:47:26      TRUE
## 7118 2022-12-18 07:47:16      TRUE
## 7119 2022-12-18 07:46:43      TRUE
## 7120 2022-12-18 07:45:59      TRUE
## 7121 2022-12-18 07:44:29      TRUE
## 7122 2022-12-18 07:43:53      TRUE
## 7123 2022-12-18 07:41:29      TRUE
## 7124 2022-12-18 07:41:21      TRUE
## 7125 2022-12-18 07:39:26      TRUE
## 7126 2022-12-18 07:38:19      TRUE
## 7127 2022-12-18 07:36:05      TRUE
## 7128 2022-12-18 07:34:08      TRUE
## 7129 2022-12-18 07:32:44      TRUE
## 7130 2022-12-18 07:31:11      TRUE
## 7131 2022-12-18 07:27:28      TRUE
## 7132 2022-12-18 07:25:52      TRUE
## 7133 2022-12-18 07:25:51      TRUE
## 7134 2022-12-18 07:25:46      TRUE
## 7135 2022-12-18 07:25:16      TRUE
## 7136 2022-12-18 07:25:06      TRUE
## 7137 2022-12-18 07:23:30      TRUE
## 7138 2022-12-18 07:23:13      TRUE
## 7139 2022-12-18 07:20:41      TRUE
## 7140 2022-12-18 07:20:03      TRUE
## 7141 2022-12-18 07:18:23      TRUE
## 7142 2022-12-18 07:18:07      TRUE
## 7143 2022-12-18 07:17:01      TRUE
## 7144 2022-12-18 07:15:46      TRUE
## 7145 2022-12-18 07:15:03      TRUE
## 7146 2022-12-18 07:14:39      TRUE
## 7147 2022-12-18 07:13:55      TRUE
## 7148 2022-12-18 07:13:38      TRUE
## 7149 2022-12-18 07:13:36      TRUE
## 7150 2022-12-18 07:12:24      TRUE
## 7151 2022-12-18 07:10:40      TRUE
## 7152 2022-12-18 07:10:17      TRUE
## 7153 2022-12-18 07:07:00      TRUE
## 7154 2022-12-18 07:06:59      TRUE
## 7155 2022-12-18 07:06:15      TRUE
## 7156 2022-12-18 07:05:08      TRUE
## 7157 2022-12-18 07:04:35      TRUE
## 7158 2022-12-18 07:02:57      TRUE
## 7159 2022-12-18 07:02:51      TRUE
## 7160 2022-12-18 07:02:05      TRUE
## 7161 2022-12-18 07:01:35      TRUE
## 7162 2022-12-18 07:01:30      TRUE
## 7163 2022-12-18 07:00:22      TRUE
## 7164 2022-12-18 06:59:59      TRUE
## 7165 2022-12-18 06:57:54      TRUE
## 7166 2022-12-18 06:57:37      TRUE
## 7167 2022-12-18 06:57:01      TRUE
## 7168 2022-12-18 06:56:46      TRUE
## 7169 2022-12-18 06:54:50      TRUE
## 7170 2022-12-18 06:54:42      TRUE
## 7171 2022-12-18 06:53:49      TRUE
## 7172 2022-12-18 06:53:24      TRUE
## 7173 2022-12-18 06:52:52      TRUE
## 7174 2022-12-18 06:51:52      TRUE
## 7175 2022-12-18 06:51:07      TRUE
## 7176 2022-12-18 06:51:05      TRUE
## 7177 2022-12-18 06:50:09      TRUE
## 7178 2022-12-18 06:48:12      TRUE
## 7179 2022-12-18 06:46:56      TRUE
## 7180 2022-12-18 06:45:23      TRUE
## 7181 2022-12-18 06:45:07      TRUE
## 7182 2022-12-18 06:42:44      TRUE
## 7183 2022-12-18 06:41:58      TRUE
## 7184 2022-12-18 06:41:24      TRUE
## 7185 2022-12-18 06:40:58      TRUE
## 7186 2022-12-18 06:39:26      TRUE
## 7187 2022-12-18 06:37:55      TRUE
## 7188 2022-12-18 06:37:52      TRUE
## 7189 2022-12-18 06:37:30      TRUE
## 7190 2022-12-18 06:35:20      TRUE
## 7191 2022-12-18 06:35:08      TRUE
## 7192 2022-12-18 06:34:39      TRUE
## 7193 2022-12-18 06:33:56      TRUE
## 7194 2022-12-18 06:33:43      TRUE
## 7195 2022-12-18 06:32:54      TRUE
## 7196 2022-12-18 06:31:23      TRUE
## 7197 2022-12-18 06:31:08      TRUE
## 7198 2022-12-18 06:31:05      TRUE
## 7199 2022-12-18 06:31:02      TRUE
## 7200 2022-12-18 06:30:31      TRUE
## 7201 2022-12-18 06:29:02      TRUE
## 7202 2022-12-18 06:28:59      TRUE
## 7203 2022-12-18 06:28:47      TRUE
## 7204 2022-12-18 06:28:33      TRUE
## 7205 2022-12-18 06:28:10      TRUE
## 7206 2022-12-18 06:28:02      TRUE
## 7207 2022-12-18 06:27:41      TRUE
## 7208 2022-12-18 06:25:37      TRUE
## 7209 2022-12-18 06:25:11      TRUE
## 7210 2022-12-18 06:24:32      TRUE
## 7211 2022-12-18 06:24:11      TRUE
## 7212 2022-12-18 06:24:04      TRUE
## 7213 2022-12-18 06:23:58      TRUE
## 7214 2022-12-18 06:23:03      TRUE
## 7215 2022-12-18 06:20:55      TRUE
## 7216 2022-12-18 06:19:23      TRUE
## 7217 2022-12-18 06:18:05      TRUE
## 7218 2022-12-18 06:18:00      TRUE
## 7219 2022-12-18 06:17:54      TRUE
## 7220 2022-12-18 06:17:47      TRUE
## 7221 2022-12-18 06:17:17      TRUE
## 7222 2022-12-18 06:16:24      TRUE
## 7223 2022-12-18 06:16:09      TRUE
## 7224 2022-12-18 06:16:08      TRUE
## 7225 2022-12-18 06:16:00      TRUE
## 7226 2022-12-18 06:15:22      TRUE
## 7227 2022-12-18 06:14:19      TRUE
## 7228 2022-12-18 06:14:04      TRUE
## 7229 2022-12-18 06:13:44      TRUE
## 7230 2022-12-18 06:13:05      TRUE
## 7231 2022-12-18 06:11:48      TRUE
## 7232 2022-12-18 06:10:43      TRUE
## 7233 2022-12-18 06:10:40      TRUE
## 7234 2022-12-18 06:08:57      TRUE
## 7235 2022-12-18 06:07:14      TRUE
## 7236 2022-12-18 06:06:29      TRUE
## 7237 2022-12-18 06:06:14      TRUE
## 7238 2022-12-18 06:05:32      TRUE
## 7239 2022-12-18 06:05:31      TRUE
## 7240 2022-12-18 06:05:04      TRUE
## 7241 2022-12-18 06:03:11      TRUE
## 7242 2022-12-18 06:03:03      TRUE
## 7243 2022-12-18 06:02:57      TRUE
## 7244 2022-12-18 06:02:32      TRUE
## 7245 2022-12-18 06:02:17      TRUE
## 7246 2022-12-18 06:01:33      TRUE
## 7247 2022-12-18 06:01:11      TRUE
## 7248 2022-12-18 06:00:54      TRUE
## 7249 2022-12-18 06:00:33      TRUE
## 7250 2022-12-18 06:00:24      TRUE
## 7251 2022-12-18 05:59:57      TRUE
## 7252 2022-12-18 05:59:21      TRUE
## 7253 2022-12-18 05:58:46      TRUE
## 7254 2022-12-18 05:58:07      TRUE
## 7255 2022-12-18 05:58:01      TRUE
## 7256 2022-12-18 05:57:18      TRUE
## 7257 2022-12-18 05:57:10      TRUE
## 7258 2022-12-18 05:56:41      TRUE
## 7259 2022-12-18 05:56:15      TRUE
## 7260 2022-12-18 05:55:40      TRUE
## 7261 2022-12-18 05:54:49      TRUE
## 7262 2022-12-18 05:54:17      TRUE
## 7263 2022-12-18 05:52:17      TRUE
## 7264 2022-12-18 05:50:27      TRUE
## 7265 2022-12-18 05:50:22      TRUE
## 7266 2022-12-18 05:48:15      TRUE
## 7267 2022-12-18 05:43:59      TRUE
## 7268 2022-12-18 05:43:15      TRUE
## 7269 2022-12-18 05:42:23      TRUE
## 7270 2022-12-18 05:42:20      TRUE
## 7271 2022-12-18 05:42:11      TRUE
## 7272 2022-12-18 05:41:22      TRUE
## 7273 2022-12-18 05:40:02      TRUE
## 7274 2022-12-18 05:39:09      TRUE
## 7275 2022-12-18 05:37:46      TRUE
## 7276 2022-12-18 05:37:13      TRUE
## 7277 2022-12-18 05:37:09      TRUE
## 7278 2022-12-18 05:36:17      TRUE
## 7279 2022-12-18 05:35:37      TRUE
## 7280 2022-12-18 05:33:41      TRUE
## 7281 2022-12-18 05:33:27      TRUE
## 7282 2022-12-18 05:33:03      TRUE
## 7283 2022-12-18 05:32:41      TRUE
## 7284 2022-12-18 05:32:23      TRUE
## 7285 2022-12-18 05:31:52      TRUE
## 7286 2022-12-18 05:31:31      TRUE
## 7287 2022-12-18 05:30:38      TRUE
## 7288 2022-12-18 05:29:03      TRUE
## 7289 2022-12-18 05:28:57      TRUE
## 7290 2022-12-18 05:28:42      TRUE
## 7291 2022-12-18 05:26:26      TRUE
## 7292 2022-12-18 05:25:43      TRUE
## 7293 2022-12-18 05:25:31      TRUE
## 7294 2022-12-18 05:25:07      TRUE
## 7295 2022-12-18 05:24:47      TRUE
## 7296 2022-12-18 05:24:38      TRUE
## 7297 2022-12-18 05:23:18      TRUE
## 7298 2022-12-18 05:22:20      TRUE
## 7299 2022-12-18 05:21:40      TRUE
## 7300 2022-12-18 05:20:27      TRUE
## 7301 2022-12-18 05:19:59      TRUE
## 7302 2022-12-18 05:19:32      TRUE
## 7303 2022-12-18 05:18:45      TRUE
## 7304 2022-12-18 05:18:31      TRUE
## 7305 2022-12-18 05:15:19      TRUE
## 7306 2022-12-18 05:15:17      TRUE
## 7307 2022-12-18 05:15:10      TRUE
## 7308 2022-12-18 05:14:58      TRUE
## 7309 2022-12-18 05:14:33      TRUE
## 7310 2022-12-18 05:13:42      TRUE
## 7311 2022-12-18 05:12:13      TRUE
## 7312 2022-12-18 05:11:41      TRUE
## 7313 2022-12-18 05:10:56      TRUE
## 7314 2022-12-18 05:10:54      TRUE
## 7315 2022-12-18 05:10:02      TRUE
## 7316 2022-12-18 05:09:26      TRUE
## 7317 2022-12-18 05:09:16      TRUE
## 7318 2022-12-18 05:08:32      TRUE
## 7319 2022-12-18 05:08:27      TRUE
## 7320 2022-12-18 05:08:12      TRUE
## 7321 2022-12-18 05:08:03      TRUE
## 7322 2022-12-18 05:08:00      TRUE
## 7323 2022-12-18 05:07:27      TRUE
## 7324 2022-12-18 05:06:58      TRUE
## 7325 2022-12-18 05:06:15      TRUE
## 7326 2022-12-18 05:06:09      TRUE
## 7327 2022-12-18 05:05:09      TRUE
## 7328 2022-12-18 05:03:30      TRUE
## 7329 2022-12-18 05:02:22      TRUE
## 7330 2022-12-18 05:02:03      TRUE
## 7331 2022-12-18 05:01:35      TRUE
## 7332 2022-12-18 05:00:27      TRUE
## 7333 2022-12-18 04:59:17      TRUE
## 7334 2022-12-18 04:58:38      TRUE
## 7335 2022-12-18 04:57:56      TRUE
## 7336 2022-12-18 04:56:59      TRUE
## 7337 2022-12-18 04:56:43      TRUE
## 7338 2022-12-18 04:56:35      TRUE
## 7339 2022-12-18 04:56:34      TRUE
## 7340 2022-12-18 04:56:25      TRUE
## 7341 2022-12-18 04:55:36      TRUE
## 7342 2022-12-18 04:55:21      TRUE
## 7343 2022-12-18 04:55:14      TRUE
## 7344 2022-12-18 04:54:54      TRUE
## 7345 2022-12-18 04:54:50      TRUE
## 7346 2022-12-18 04:54:46      TRUE
## 7347 2022-12-18 04:54:08      TRUE
## 7348 2022-12-18 04:54:00      TRUE
## 7349 2022-12-18 04:53:58      TRUE
## 7350 2022-12-18 04:53:33      TRUE
## 7351 2022-12-18 04:53:24      TRUE
## 7352 2022-12-18 04:53:12      TRUE
## 7353 2022-12-18 04:53:02      TRUE
## 7354 2022-12-18 04:52:23      TRUE
## 7355 2022-12-18 04:52:19      TRUE
## 7356 2022-12-18 04:52:17      TRUE
## 7357 2022-12-18 04:52:11      TRUE
## 7358 2022-12-18 04:51:50      TRUE
## 7359 2022-12-18 04:51:06      TRUE
## 7360 2022-12-18 04:51:03      TRUE
## 7361 2022-12-18 04:50:55      TRUE
## 7362 2022-12-18 04:50:32      TRUE
## 7363 2022-12-18 04:49:44      TRUE
## 7364 2022-12-18 04:49:14      TRUE
## 7365 2022-12-18 04:48:06      TRUE
## 7366 2022-12-18 04:47:08      TRUE
## 7367 2022-12-18 04:46:55      TRUE
## 7368 2022-12-18 04:46:54      TRUE
## 7369 2022-12-18 04:46:42      TRUE
## 7370 2022-12-18 04:46:26      TRUE
## 7371 2022-12-18 04:46:14      TRUE
## 7372 2022-12-18 04:45:41      TRUE
## 7373 2022-12-18 04:45:04      TRUE
## 7374 2022-12-18 04:44:00      TRUE
## 7375 2022-12-18 04:43:13      TRUE
## 7376 2022-12-18 04:43:12      TRUE
## 7377 2022-12-18 04:41:42      TRUE
## 7378 2022-12-18 04:41:35      TRUE
## 7379 2022-12-18 04:41:26      TRUE
## 7380 2022-12-18 04:41:02      TRUE
## 7381 2022-12-18 04:40:41      TRUE
## 7382 2022-12-18 04:39:42      TRUE
## 7383 2022-12-18 04:38:57      TRUE
## 7384 2022-12-18 04:38:45      TRUE
## 7385 2022-12-18 04:38:06      TRUE
## 7386 2022-12-18 04:38:05      TRUE
## 7387 2022-12-18 04:36:15      TRUE
## 7388 2022-12-18 04:36:14      TRUE
## 7389 2022-12-18 04:35:51      TRUE
## 7390 2022-12-18 04:34:47      TRUE
## 7391 2022-12-18 04:34:23      TRUE
## 7392 2022-12-18 04:34:15      TRUE
## 7393 2022-12-18 04:33:50      TRUE
## 7394 2022-12-18 04:32:55      TRUE
## 7395 2022-12-18 04:31:30      TRUE
## 7396 2022-12-18 04:31:17      TRUE
## 7397 2022-12-18 04:30:16      TRUE
## 7398 2022-12-18 04:29:32      TRUE
## 7399 2022-12-18 04:28:52      TRUE
## 7400 2022-12-18 04:28:49      TRUE
## 7401 2022-12-18 04:28:44      TRUE
## 7402 2022-12-18 04:27:26      TRUE
## 7403 2022-12-18 04:27:22      TRUE
## 7404 2022-12-18 04:26:37      TRUE
## 7405 2022-12-18 04:26:27      TRUE
## 7406 2022-12-18 04:26:13      TRUE
## 7407 2022-12-18 04:25:03      TRUE
## 7408 2022-12-18 04:24:21      TRUE
## 7409 2022-12-18 04:22:54      TRUE
## 7410 2022-12-18 04:20:58      TRUE
## 7411 2022-12-18 04:20:51      TRUE
## 7412 2022-12-18 04:20:49      TRUE
## 7413 2022-12-18 04:19:01      TRUE
## 7414 2022-12-18 04:17:49      TRUE
## 7415 2022-12-18 04:16:51      TRUE
## 7416 2022-12-18 04:16:32      TRUE
## 7417 2022-12-18 04:16:09      TRUE
## 7418 2022-12-18 04:16:01      TRUE
## 7419 2022-12-18 04:15:53      TRUE
## 7420 2022-12-18 04:15:09      TRUE
## 7421 2022-12-18 04:14:24      TRUE
## 7422 2022-12-18 04:14:06      TRUE
## 7423 2022-12-18 04:13:41      TRUE
## 7424 2022-12-18 04:13:30      TRUE
## 7425 2022-12-18 04:13:00      TRUE
## 7426 2022-12-18 04:12:55      TRUE
## 7427 2022-12-18 04:11:49      TRUE
## 7428 2022-12-18 04:11:33      TRUE
## 7429 2022-12-18 04:11:28      TRUE
## 7430 2022-12-18 04:10:40      TRUE
## 7431 2022-12-18 04:09:35      TRUE
## 7432 2022-12-18 04:09:08      TRUE
## 7433 2022-12-18 04:08:47      TRUE
## 7434 2022-12-18 04:08:08      TRUE
## 7435 2022-12-18 04:08:04      TRUE
## 7436 2022-12-18 04:07:55      TRUE
## 7437 2022-12-18 04:06:56      TRUE
## 7438 2022-12-18 04:06:27      TRUE
## 7439 2022-12-18 04:06:26      TRUE
## 7440 2022-12-18 04:06:21      TRUE
## 7441 2022-12-18 04:06:14      TRUE
## 7442 2022-12-18 04:06:13      TRUE
## 7443 2022-12-18 04:05:16      TRUE
## 7444 2022-12-18 04:04:29      TRUE
## 7445 2022-12-18 04:04:28      TRUE
## 7446 2022-12-18 04:04:24      TRUE
## 7447 2022-12-18 04:04:22      TRUE
## 7448 2022-12-18 04:04:06      TRUE
## 7449 2022-12-18 04:04:03      TRUE
## 7450 2022-12-18 04:03:47      TRUE
## 7451 2022-12-18 04:03:47      TRUE
## 7452 2022-12-18 04:01:47      TRUE
## 7453 2022-12-18 04:00:31      TRUE
## 7454 2022-12-18 04:00:21      TRUE
## 7455 2022-12-18 04:00:17      TRUE
## 7456 2022-12-18 03:59:48      TRUE
## 7457 2022-12-18 03:58:59      TRUE
## 7458 2022-12-18 03:58:42      TRUE
## 7459 2022-12-18 03:56:23      TRUE
## 7460 2022-12-18 03:55:52      TRUE
## 7461 2022-12-18 03:55:37      TRUE
## 7462 2022-12-18 03:54:22      TRUE
## 7463 2022-12-18 03:52:21      TRUE
## 7464 2022-12-18 03:51:23      TRUE
## 7465 2022-12-18 03:50:12      TRUE
## 7466 2022-12-18 03:49:20      TRUE
## 7467 2022-12-18 03:48:33      TRUE
## 7468 2022-12-18 03:46:12      TRUE
## 7469 2022-12-18 03:44:47      TRUE
## 7470 2022-12-18 03:44:30      TRUE
## 7471 2022-12-18 03:44:03      TRUE
## 7472 2022-12-18 03:44:02      TRUE
## 7473 2022-12-18 03:41:32      TRUE
## 7474 2022-12-18 03:41:09      TRUE
## 7475 2022-12-18 03:38:06      TRUE
## 7476 2022-12-18 03:37:49      TRUE
## 7477 2022-12-18 03:37:42      TRUE
## 7478 2022-12-18 03:37:11      TRUE
## 7479 2022-12-18 03:35:41      TRUE
## 7480 2022-12-18 03:34:38      TRUE
## 7481 2022-12-18 03:34:21      TRUE
## 7482 2022-12-18 03:34:18      TRUE
## 7483 2022-12-18 03:33:50      TRUE
## 7484 2022-12-18 03:33:18      TRUE
## 7485 2022-12-18 03:33:03      TRUE
## 7486 2022-12-18 03:31:33      TRUE
## 7487 2022-12-18 03:30:42      TRUE
## 7488 2022-12-18 03:30:41      TRUE
## 7489 2022-12-18 03:29:59      TRUE
## 7490 2022-12-18 03:29:44      TRUE
## 7491 2022-12-18 03:29:01      TRUE
## 7492 2022-12-18 03:28:54      TRUE
## 7493 2022-12-18 03:28:40      TRUE
## 7494 2022-12-18 03:28:39      TRUE
## 7495 2022-12-18 03:28:18      TRUE
## 7496 2022-12-18 03:25:56      TRUE
## 7497 2022-12-18 03:25:42      TRUE
## 7498 2022-12-18 03:25:17      TRUE
## 7499 2022-12-18 03:24:18      TRUE
## 7500 2022-12-18 03:23:36      TRUE
## 7501 2022-12-18 03:23:15      TRUE
## 7502 2022-12-18 03:20:27      TRUE
## 7503 2022-12-18 03:20:13      TRUE
## 7504 2022-12-18 03:19:51      TRUE
## 7505 2022-12-18 03:18:40      TRUE
## 7506 2022-12-18 03:17:32      TRUE
## 7507 2022-12-18 03:16:47      TRUE
## 7508 2022-12-18 03:16:27      TRUE
## 7509 2022-12-18 03:16:24      TRUE
## 7510 2022-12-18 03:16:13      TRUE
## 7511 2022-12-18 03:16:10      TRUE
## 7512 2022-12-18 03:15:48      TRUE
## 7513 2022-12-18 03:15:30      TRUE
## 7514 2022-12-18 03:15:04      TRUE
## 7515 2022-12-18 03:15:04      TRUE
## 7516 2022-12-18 03:14:40      TRUE
## 7517 2022-12-18 03:14:39      TRUE
## 7518 2022-12-18 03:14:37      TRUE
## 7519 2022-12-18 03:14:29      TRUE
## 7520 2022-12-18 03:13:52      TRUE
## 7521 2022-12-18 03:13:29      TRUE
## 7522 2022-12-18 03:12:13      TRUE
## 7523 2022-12-18 03:12:12      TRUE
## 7524 2022-12-18 03:12:07      TRUE
## 7525 2022-12-18 03:11:54      TRUE
## 7526 2022-12-18 03:10:35      TRUE
## 7527 2022-12-18 03:07:09      TRUE
## 7528 2022-12-18 03:06:56      TRUE
## 7529 2022-12-18 03:06:15      TRUE
## 7530 2022-12-18 03:05:35      TRUE
## 7531 2022-12-18 03:05:33      TRUE
## 7532 2022-12-18 03:05:02      TRUE
## 7533 2022-12-18 03:04:40      TRUE
## 7534 2022-12-18 03:04:11      TRUE
## 7535 2022-12-18 03:04:03      TRUE
## 7536 2022-12-18 03:03:55      TRUE
## 7537 2022-12-18 03:03:54      TRUE
## 7538 2022-12-18 03:03:21      TRUE
## 7539 2022-12-18 03:02:43      TRUE
## 7540 2022-12-18 03:02:12      TRUE
## 7541 2022-12-18 03:02:01      TRUE
## 7542 2022-12-18 03:01:49      TRUE
## 7543 2022-12-18 03:01:31      TRUE
## 7544 2022-12-18 03:00:53      TRUE
## 7545 2022-12-18 03:00:11      TRUE
## 7546 2022-12-18 02:57:07      TRUE
## 7547 2022-12-18 02:56:47      TRUE
## 7548 2022-12-18 02:56:32      TRUE
## 7549 2022-12-18 02:55:54      TRUE
## 7550 2022-12-18 02:54:20      TRUE
## 7551 2022-12-18 02:52:13      TRUE
## 7552 2022-12-18 02:52:05      TRUE
## 7553 2022-12-18 02:50:50      TRUE
## 7554 2022-12-18 02:50:19      TRUE
## 7555 2022-12-18 02:50:12      TRUE
## 7556 2022-12-18 02:49:45      TRUE
## 7557 2022-12-18 02:49:30      TRUE
## 7558 2022-12-18 02:49:23      TRUE
## 7559 2022-12-18 02:49:06      TRUE
## 7560 2022-12-18 02:48:56      TRUE
## 7561 2022-12-18 02:48:52      TRUE
## 7562 2022-12-18 02:48:22      TRUE
## 7563 2022-12-18 02:48:02      TRUE
## 7564 2022-12-18 02:47:57      TRUE
## 7565 2022-12-18 02:47:37      TRUE
## 7566 2022-12-18 02:47:32      TRUE
## 7567 2022-12-18 02:47:20      TRUE
## 7568 2022-12-18 02:47:19      TRUE
## 7569 2022-12-18 02:47:16      TRUE
## 7570 2022-12-18 02:47:15      TRUE
## 7571 2022-12-18 02:47:14      TRUE
## 7572 2022-12-18 02:47:00      TRUE
## 7573 2022-12-18 02:46:53      TRUE
## 7574 2022-12-18 02:46:50      TRUE
## 7575 2022-12-18 02:46:40      TRUE
## 7576 2022-12-18 02:46:36      TRUE
## 7577 2022-12-18 02:46:18      TRUE
## 7578 2022-12-18 02:46:04      TRUE
## 7579 2022-12-18 02:46:01      TRUE
## 7580 2022-12-18 02:45:20      TRUE
## 7581 2022-12-18 02:45:18      TRUE
## 7582 2022-12-18 02:44:57      TRUE
## 7583 2022-12-18 02:44:13      TRUE
## 7584 2022-12-18 02:43:44      TRUE
## 7585 2022-12-18 02:43:21      TRUE
## 7586 2022-12-18 02:42:53      TRUE
## 7587 2022-12-18 02:42:35      TRUE
## 7588 2022-12-18 02:41:17      TRUE
## 7589 2022-12-18 02:40:36      TRUE
## 7590 2022-12-18 02:39:22      TRUE
## 7591 2022-12-18 02:38:19      TRUE
## 7592 2022-12-18 02:37:33      TRUE
## 7593 2022-12-18 02:37:28      TRUE
## 7594 2022-12-18 02:35:16      TRUE
## 7595 2022-12-18 02:34:44      TRUE
## 7596 2022-12-18 02:34:42      TRUE
## 7597 2022-12-18 02:33:23      TRUE
## 7598 2022-12-18 02:32:21      TRUE
## 7599 2022-12-18 02:31:46      TRUE
## 7600 2022-12-18 02:30:44      TRUE
## 7601 2022-12-18 02:29:45      TRUE
## 7602 2022-12-18 02:28:24      TRUE
## 7603 2022-12-18 02:27:40      TRUE
## 7604 2022-12-18 02:26:35      TRUE
## 7605 2022-12-18 02:26:11      TRUE
## 7606 2022-12-18 02:26:01      TRUE
## 7607 2022-12-18 02:24:30      TRUE
## 7608 2022-12-18 02:23:45      TRUE
## 7609 2022-12-18 02:22:13      TRUE
## 7610 2022-12-18 02:21:48      TRUE
## 7611 2022-12-18 02:21:33      TRUE
## 7612 2022-12-18 02:20:53      TRUE
## 7613 2022-12-18 02:20:34      TRUE
## 7614 2022-12-18 02:20:26      TRUE
## 7615 2022-12-18 02:19:57      TRUE
## 7616 2022-12-18 02:19:55      TRUE
## 7617 2022-12-18 02:19:49      TRUE
## 7618 2022-12-18 02:19:20      TRUE
## 7619 2022-12-18 02:17:15      TRUE
## 7620 2022-12-18 02:16:43      TRUE
## 7621 2022-12-18 02:16:33      TRUE
## 7622 2022-12-18 02:16:31      TRUE
## 7623 2022-12-18 02:16:07      TRUE
## 7624 2022-12-18 02:15:53      TRUE
## 7625 2022-12-18 02:15:18      TRUE
## 7626 2022-12-18 02:15:14      TRUE
## 7627 2022-12-18 02:14:36      TRUE
## 7628 2022-12-18 02:14:20      TRUE
## 7629 2022-12-18 02:13:17      TRUE
## 7630 2022-12-18 02:13:14      TRUE
## 7631 2022-12-18 02:12:41      TRUE
## 7632 2022-12-18 02:11:41      TRUE
## 7633 2022-12-18 02:11:35      TRUE
## 7634 2022-12-18 02:11:28      TRUE
## 7635 2022-12-18 02:11:22      TRUE
## 7636 2022-12-18 02:11:20      TRUE
## 7637 2022-12-18 02:10:56      TRUE
## 7638 2022-12-18 02:10:47      TRUE
## 7639 2022-12-18 02:10:44      TRUE
## 7640 2022-12-18 02:10:29      TRUE
## 7641 2022-12-18 02:10:03      TRUE
## 7642 2022-12-18 02:10:03      TRUE
## 7643 2022-12-18 02:09:58      TRUE
## 7644 2022-12-18 02:09:28      TRUE
## 7645 2022-12-18 02:09:17      TRUE
## 7646 2022-12-18 02:09:13      TRUE
## 7647 2022-12-18 02:09:05      TRUE
## 7648 2022-12-18 02:08:55      TRUE
## 7649 2022-12-18 02:08:36      TRUE
## 7650 2022-12-18 02:08:16      TRUE
## 7651 2022-12-18 02:06:44      TRUE
## 7652 2022-12-18 02:06:27      TRUE
## 7653 2022-12-18 02:06:26      TRUE
## 7654 2022-12-18 02:06:07      TRUE
## 7655 2022-12-18 02:06:05      TRUE
## 7656 2022-12-18 02:06:02      TRUE
## 7657 2022-12-18 02:05:26      TRUE
## 7658 2022-12-18 02:04:57      TRUE
## 7659 2022-12-18 02:04:53      TRUE
## 7660 2022-12-18 02:04:46      TRUE
## 7661 2022-12-18 02:04:02      TRUE
## 7662 2022-12-18 02:03:21      TRUE
## 7663 2022-12-18 02:03:10      TRUE
## 7664 2022-12-18 02:03:03      TRUE
## 7665 2022-12-18 02:02:55      TRUE
## 7666 2022-12-18 02:01:14      TRUE
## 7667 2022-12-18 02:01:11      TRUE
## 7668 2022-12-18 02:00:40      TRUE
## 7669 2022-12-18 02:00:33      TRUE
## 7670 2022-12-18 02:00:29      TRUE
## 7671 2022-12-18 02:00:25      TRUE
## 7672 2022-12-18 02:00:14      TRUE
## 7673 2022-12-18 02:00:11      TRUE
## 7674 2022-12-18 02:00:05      TRUE
## 7675 2022-12-18 01:59:23      TRUE
## 7676 2022-12-18 01:58:56      TRUE
## 7677 2022-12-18 01:58:53      TRUE
## 7678 2022-12-18 01:58:38      TRUE
## 7679 2022-12-18 01:58:30      TRUE
## 7680 2022-12-18 01:57:10      TRUE
## 7681 2022-12-18 01:56:24      TRUE
## 7682 2022-12-18 01:56:18      TRUE
## 7683 2022-12-18 01:55:20      TRUE
## 7684 2022-12-18 01:55:04      TRUE
## 7685 2022-12-18 01:54:25      TRUE
## 7686 2022-12-18 01:54:15      TRUE
## 7687 2022-12-18 01:54:00      TRUE
## 7688 2022-12-18 01:53:26      TRUE
## 7689 2022-12-18 01:53:23      TRUE
## 7690 2022-12-18 01:52:43      TRUE
## 7691 2022-12-18 01:52:41      TRUE
## 7692 2022-12-18 01:50:27      TRUE
## 7693 2022-12-18 01:48:49      TRUE
## 7694 2022-12-18 01:48:30      TRUE
## 7695 2022-12-18 01:48:29      TRUE
## 7696 2022-12-18 01:47:43      TRUE
## 7697 2022-12-18 01:47:40      TRUE
## 7698 2022-12-18 01:47:18      TRUE
## 7699 2022-12-18 01:46:33      TRUE
## 7700 2022-12-18 01:45:54      TRUE
## 7701 2022-12-18 01:43:43      TRUE
## 7702 2022-12-18 01:43:41      TRUE
## 7703 2022-12-18 01:42:46      TRUE
## 7704 2022-12-18 01:41:46      TRUE
## 7705 2022-12-18 01:41:35      TRUE
## 7706 2022-12-18 01:41:15      TRUE
## 7707 2022-12-18 01:40:06      TRUE
## 7708 2022-12-18 01:40:04      TRUE
## 7709 2022-12-18 01:39:30      TRUE
## 7710 2022-12-18 01:38:37      TRUE
## 7711 2022-12-18 01:38:04      TRUE
## 7712 2022-12-18 01:37:59      TRUE
## 7713 2022-12-18 01:37:36      TRUE
## 7714 2022-12-18 01:36:42      TRUE
## 7715 2022-12-18 01:36:10      TRUE
## 7716 2022-12-18 01:35:48      TRUE
## 7717 2022-12-18 01:34:26      TRUE
## 7718 2022-12-18 01:33:27      TRUE
## 7719 2022-12-18 01:32:53      TRUE
## 7720 2022-12-18 01:31:59      TRUE
## 7721 2022-12-18 01:31:27      TRUE
## 7722 2022-12-18 01:29:36      TRUE
## 7723 2022-12-18 01:28:52      TRUE
## 7724 2022-12-18 01:28:27      TRUE
## 7725 2022-12-18 01:28:26      TRUE
## 7726 2022-12-18 01:28:22      TRUE
## 7727 2022-12-18 01:27:03      TRUE
## 7728 2022-12-18 01:26:21      TRUE
## 7729 2022-12-18 01:25:14      TRUE
## 7730 2022-12-18 01:25:04      TRUE
## 7731 2022-12-18 01:24:33      TRUE
## 7732 2022-12-18 01:24:12      TRUE
## 7733 2022-12-18 01:24:06      TRUE
## 7734 2022-12-18 01:23:59      TRUE
## 7735 2022-12-18 01:23:50      TRUE
## 7736 2022-12-18 01:22:36      TRUE
## 7737 2022-12-18 01:22:15      TRUE
## 7738 2022-12-18 01:21:57      TRUE
## 7739 2022-12-18 01:20:26      TRUE
## 7740 2022-12-18 01:19:05      TRUE
## 7741 2022-12-18 01:18:32      TRUE
## 7742 2022-12-18 01:17:54      TRUE
## 7743 2022-12-18 01:17:51      TRUE
## 7744 2022-12-18 01:17:20      TRUE
## 7745 2022-12-18 01:17:08      TRUE
## 7746 2022-12-18 01:15:05      TRUE
## 7747 2022-12-18 01:13:32      TRUE
## 7748 2022-12-18 01:13:14      TRUE
## 7749 2022-12-18 01:12:39      TRUE
## 7750 2022-12-18 01:12:27      TRUE
## 7751 2022-12-18 01:12:22      TRUE
## 7752 2022-12-18 01:11:38      TRUE
## 7753 2022-12-18 01:11:08      TRUE
## 7754 2022-12-18 01:11:01      TRUE
## 7755 2022-12-18 01:10:46      TRUE
## 7756 2022-12-18 01:10:44      TRUE
## 7757 2022-12-18 01:10:33      TRUE
## 7758 2022-12-18 01:08:51      TRUE
## 7759 2022-12-18 01:06:53      TRUE
## 7760 2022-12-18 01:06:32      TRUE
## 7761 2022-12-18 01:06:14      TRUE
## 7762 2022-12-18 01:04:27      TRUE
## 7763 2022-12-18 01:04:27      TRUE
## 7764 2022-12-18 01:03:39      TRUE
## 7765 2022-12-18 01:02:29      TRUE
## 7766 2022-12-18 01:01:32      TRUE
## 7767 2022-12-18 01:01:14      TRUE
## 7768 2022-12-18 01:00:43      TRUE
## 7769 2022-12-18 01:00:09      TRUE
## 7770 2022-12-18 00:58:09      TRUE
## 7771 2022-12-18 00:58:06      TRUE
## 7772 2022-12-18 00:57:10      TRUE
## 7773 2022-12-18 00:56:45      TRUE
## 7774 2022-12-18 00:56:30      TRUE
## 7775 2022-12-18 00:56:14      TRUE
## 7776 2022-12-18 00:56:07      TRUE
## 7777 2022-12-18 00:55:52      TRUE
## 7778 2022-12-18 00:55:33      TRUE
## 7779 2022-12-18 00:55:23      TRUE
## 7780 2022-12-18 00:55:22      TRUE
## 7781 2022-12-18 00:55:19      TRUE
## 7782 2022-12-18 00:55:04      TRUE
## 7783 2022-12-18 00:54:57      TRUE
## 7784 2022-12-18 00:54:40      TRUE
## 7785 2022-12-18 00:54:26      TRUE
## 7786 2022-12-18 00:54:20      TRUE
## 7787 2022-12-18 00:54:14      TRUE
## 7788 2022-12-18 00:53:44      TRUE
## 7789 2022-12-18 00:53:37      TRUE
## 7790 2022-12-18 00:53:33      TRUE
## 7791 2022-12-18 00:53:27      TRUE
## 7792 2022-12-18 00:53:03      TRUE
## 7793 2022-12-18 00:53:01      TRUE
## 7794 2022-12-18 00:52:55      TRUE
## 7795 2022-12-18 00:52:42      TRUE
## 7796 2022-12-18 00:50:57      TRUE
## 7797 2022-12-18 00:50:33      TRUE
## 7798 2022-12-18 00:50:11      TRUE
## 7799 2022-12-18 00:49:23      TRUE
## 7800 2022-12-18 00:49:19      TRUE
## 7801 2022-12-18 00:49:12      TRUE
## 7802 2022-12-18 00:48:58      TRUE
## 7803 2022-12-18 00:48:43      TRUE
## 7804 2022-12-18 00:48:36      TRUE
## 7805 2022-12-18 00:48:34      TRUE
## 7806 2022-12-18 00:47:06      TRUE
## 7807 2022-12-18 00:46:51      TRUE
## 7808 2022-12-18 00:46:21      TRUE
## 7809 2022-12-18 00:46:18      TRUE
## 7810 2022-12-18 00:46:14      TRUE
## 7811 2022-12-18 00:46:02      TRUE
## 7812 2022-12-18 00:45:46      TRUE
## 7813 2022-12-18 00:45:37      TRUE
## 7814 2022-12-18 00:45:21      TRUE
## 7815 2022-12-18 00:45:20      TRUE
## 7816 2022-12-18 00:44:58      TRUE
## 7817 2022-12-18 00:44:49      TRUE
## 7818 2022-12-18 00:44:36      TRUE
## 7819 2022-12-18 00:44:31      TRUE
## 7820 2022-12-18 00:44:25      TRUE
## 7821 2022-12-18 00:44:15      TRUE
## 7822 2022-12-18 00:43:52      TRUE
## 7823 2022-12-18 00:43:19      TRUE
## 7824 2022-12-18 00:42:41      TRUE
## 7825 2022-12-18 00:41:19      TRUE
## 7826 2022-12-18 00:38:56      TRUE
## 7827 2022-12-18 00:38:16      TRUE
## 7828 2022-12-18 00:37:13      TRUE
## 7829 2022-12-18 00:37:12      TRUE
## 7830 2022-12-18 00:36:14      TRUE
## 7831 2022-12-18 00:35:37      TRUE
## 7832 2022-12-18 00:35:26      TRUE
## 7833 2022-12-18 00:35:21      TRUE
## 7834 2022-12-18 00:35:12      TRUE
## 7835 2022-12-18 00:33:37      TRUE
## 7836 2022-12-18 00:33:17      TRUE
## 7837 2022-12-18 00:32:45      TRUE
## 7838 2022-12-18 00:32:35      TRUE
## 7839 2022-12-18 00:32:25      TRUE
## 7840 2022-12-18 00:31:47      TRUE
## 7841 2022-12-18 00:30:49      TRUE
## 7842 2022-12-18 00:30:45      TRUE
## 7843 2022-12-18 00:29:29      TRUE
## 7844 2022-12-18 00:29:28      TRUE
## 7845 2022-12-18 00:29:10      TRUE
## 7846 2022-12-18 00:27:41      TRUE
## 7847 2022-12-18 00:27:32      TRUE
## 7848 2022-12-18 00:26:14      TRUE
## 7849 2022-12-18 00:23:58      TRUE
## 7850 2022-12-18 00:23:11      TRUE
## 7851 2022-12-18 00:22:56      TRUE
## 7852 2022-12-18 00:22:52      TRUE
## 7853 2022-12-18 00:21:40      TRUE
## 7854 2022-12-18 00:21:27      TRUE
## 7855 2022-12-18 00:20:42      TRUE
## 7856 2022-12-18 00:20:24      TRUE
## 7857 2022-12-18 00:20:19      TRUE
## 7858 2022-12-18 00:19:46      TRUE
## 7859 2022-12-18 00:19:23      TRUE
## 7860 2022-12-18 00:19:21      TRUE
## 7861 2022-12-18 00:19:07      TRUE
## 7862 2022-12-18 00:19:00      TRUE
## 7863 2022-12-18 00:17:57      TRUE
## 7864 2022-12-18 00:17:15      TRUE
## 7865 2022-12-18 00:17:03      TRUE
## 7866 2022-12-18 00:16:29      TRUE
## 7867 2022-12-18 00:16:13      TRUE
## 7868 2022-12-18 00:15:55      TRUE
## 7869 2022-12-18 00:15:54      TRUE
## 7870 2022-12-18 00:15:40      TRUE
## 7871 2022-12-18 00:14:31      TRUE
## 7872 2022-12-18 00:14:30      TRUE
## 7873 2022-12-18 00:14:14      TRUE
## 7874 2022-12-18 00:14:10      TRUE
## 7875 2022-12-18 00:13:57      TRUE
## 7876 2022-12-18 00:13:23      TRUE
## 7877 2022-12-18 00:12:34      TRUE
## 7878 2022-12-18 00:11:53      TRUE
## 7879 2022-12-18 00:11:49      TRUE
## 7880 2022-12-18 00:11:39      TRUE
## 7881 2022-12-18 00:11:13      TRUE
## 7882 2022-12-18 00:09:33      TRUE
## 7883 2022-12-18 00:09:33      TRUE
## 7884 2022-12-18 00:09:19      TRUE
## 7885 2022-12-18 00:09:02      TRUE
## 7886 2022-12-18 00:07:25      TRUE
## 7887 2022-12-18 00:07:12      TRUE
## 7888 2022-12-18 00:06:35      TRUE
## 7889 2022-12-18 00:06:16      TRUE
## 7890 2022-12-18 00:06:15      TRUE
## 7891 2022-12-18 00:06:05      TRUE
## 7892 2022-12-18 00:06:03      TRUE
## 7893 2022-12-18 00:05:35      TRUE
## 7894 2022-12-18 00:05:26      TRUE
## 7895 2022-12-18 00:04:57      TRUE
## 7896 2022-12-18 00:04:50      TRUE
## 7897 2022-12-18 00:04:40      TRUE
## 7898 2022-12-18 00:03:50      TRUE
## 7899 2022-12-18 00:03:44      TRUE
## 7900 2022-12-18 00:03:36      TRUE
## 7901 2022-12-18 00:03:08      TRUE
## 7902 2022-12-18 00:02:43      TRUE
## 7903 2022-12-18 00:01:26      TRUE
## 7904 2022-12-18 00:01:21      TRUE
## 7905 2022-12-18 00:00:58      TRUE
## 7906 2022-12-18 00:00:51      TRUE
## 7907 2022-12-18 00:00:47      TRUE
## 7908 2022-12-18 00:00:11      TRUE
## 7909 2022-12-17 23:59:42      TRUE
## 7910 2022-12-17 23:58:40      TRUE
## 7911 2022-12-17 23:58:35      TRUE
## 7912 2022-12-17 23:58:10      TRUE
## 7913 2022-12-17 23:58:04      TRUE
## 7914 2022-12-17 23:57:40      TRUE
## 7915 2022-12-17 23:56:29      TRUE
## 7916 2022-12-17 23:56:15      TRUE
## 7917 2022-12-17 23:56:13      TRUE
## 7918 2022-12-17 23:56:03      TRUE
## 7919 2022-12-17 23:54:56      TRUE
## 7920 2022-12-17 23:53:45      TRUE
## 7921 2022-12-17 23:53:20      TRUE
## 7922 2022-12-17 23:52:14      TRUE
## 7923 2022-12-17 23:52:06      TRUE
## 7924 2022-12-17 23:52:03      TRUE
## 7925 2022-12-17 23:51:46      TRUE
## 7926 2022-12-17 23:51:30      TRUE
## 7927 2022-12-17 23:51:25      TRUE
## 7928 2022-12-17 23:51:16      TRUE
## 7929 2022-12-17 23:51:06      TRUE
## 7930 2022-12-17 23:50:21      TRUE
## 7931 2022-12-17 23:48:57      TRUE
## 7932 2022-12-17 23:48:51      TRUE
## 7933 2022-12-17 23:48:37      TRUE
## 7934 2022-12-17 23:48:03      TRUE
## 7935 2022-12-17 23:47:50      TRUE
## 7936 2022-12-17 23:47:34      TRUE
## 7937 2022-12-17 23:47:33      TRUE
## 7938 2022-12-17 23:47:04      TRUE
## 7939 2022-12-17 23:46:18      TRUE
## 7940 2022-12-17 23:46:16      TRUE
## 7941 2022-12-17 23:45:48      TRUE
## 7942 2022-12-17 23:44:31      TRUE
## 7943 2022-12-17 23:44:30      TRUE
## 7944 2022-12-17 23:42:36      TRUE
## 7945 2022-12-17 23:42:36      TRUE
## 7946 2022-12-17 23:42:30      TRUE
## 7947 2022-12-17 23:41:48      TRUE
## 7948 2022-12-17 23:41:44      TRUE
## 7949 2022-12-17 23:41:31      TRUE
## 7950 2022-12-17 23:41:25      TRUE
## 7951 2022-12-17 23:41:03      TRUE
## 7952 2022-12-17 23:40:36      TRUE
## 7953 2022-12-17 23:40:26      TRUE
## 7954 2022-12-17 23:40:12      TRUE
## 7955 2022-12-17 23:40:07      TRUE
## 7956 2022-12-17 23:39:53      TRUE
## 7957 2022-12-17 23:39:06      TRUE
## 7958 2022-12-17 23:38:36      TRUE
## 7959 2022-12-17 23:38:08      TRUE
## 7960 2022-12-17 23:37:48      TRUE
## 7961 2022-12-17 23:37:43      TRUE
## 7962 2022-12-17 23:36:11      TRUE
## 7963 2022-12-17 23:35:59      TRUE
## 7964 2022-12-17 23:35:53      TRUE
## 7965 2022-12-17 23:35:03      TRUE
## 7966 2022-12-17 23:34:59      TRUE
## 7967 2022-12-17 23:34:51      TRUE
## 7968 2022-12-17 23:34:26      TRUE
## 7969 2022-12-17 23:34:15      TRUE
## 7970 2022-12-17 23:33:55      TRUE
## 7971 2022-12-17 23:33:52      TRUE
## 7972 2022-12-17 23:33:15      TRUE
## 7973 2022-12-17 23:33:14      TRUE
## 7974 2022-12-17 23:32:46      TRUE
## 7975 2022-12-17 23:31:34      TRUE
## 7976 2022-12-17 23:30:31      TRUE
## 7977 2022-12-17 23:29:41      TRUE
## 7978 2022-12-17 23:28:46      TRUE
## 7979 2022-12-17 23:28:44      TRUE
## 7980 2022-12-17 23:27:43      TRUE
## 7981 2022-12-17 23:26:58      TRUE
## 7982 2022-12-17 23:26:54      TRUE
## 7983 2022-12-17 23:25:43      TRUE
## 7984 2022-12-17 23:24:11      TRUE
## 7985 2022-12-17 23:23:54      TRUE
## 7986 2022-12-17 23:23:51      TRUE
## 7987 2022-12-17 23:23:42      TRUE
## 7988 2022-12-17 23:23:31      TRUE
## 7989 2022-12-17 23:22:12      TRUE
## 7990 2022-12-17 23:20:53      TRUE
## 7991 2022-12-17 23:20:00      TRUE
## 7992 2022-12-17 23:19:43      TRUE
## 7993 2022-12-17 23:18:36      TRUE
## 7994 2022-12-17 23:18:26      TRUE
## 7995 2022-12-17 23:18:25      TRUE
## 7996 2022-12-17 23:18:07      TRUE
## 7997 2022-12-17 23:17:50      TRUE
## 7998 2022-12-17 23:17:07      TRUE
## 7999 2022-12-17 23:17:01      TRUE
## 8000 2022-12-17 23:15:32      TRUE
## 8001 2022-12-17 23:14:18      TRUE
## 8002 2022-12-17 23:13:29      TRUE
## 8003 2022-12-17 23:11:31      TRUE
## 8004 2022-12-17 23:10:20      TRUE
## 8005 2022-12-17 23:09:55      TRUE
## 8006 2022-12-17 23:09:33      TRUE
## 8007 2022-12-17 23:09:19      TRUE
## 8008 2022-12-17 23:09:01      TRUE
## 8009 2022-12-17 23:08:44      TRUE
## 8010 2022-12-17 23:07:57      TRUE
## 8011 2022-12-17 23:06:14      TRUE
## 8012 2022-12-17 23:05:24      TRUE
## 8013 2022-12-17 23:05:19      TRUE
## 8014 2022-12-17 23:05:18      TRUE
## 8015 2022-12-17 23:05:13      TRUE
## 8016 2022-12-17 23:05:05      TRUE
## 8017 2022-12-17 23:04:52      TRUE
## 8018 2022-12-17 23:04:12      TRUE
## 8019 2022-12-17 23:03:50      TRUE
## 8020 2022-12-17 23:03:09      TRUE
## 8021 2022-12-17 23:03:07      TRUE
## 8022 2022-12-17 23:02:49      TRUE
## 8023 2022-12-17 23:02:44      TRUE
## 8024 2022-12-17 23:02:39      TRUE
## 8025 2022-12-17 23:02:18      TRUE
## 8026 2022-12-17 23:02:14      TRUE
## 8027 2022-12-17 23:01:29      TRUE
## 8028 2022-12-17 23:01:25      TRUE
## 8029 2022-12-17 23:01:19      TRUE
## 8030 2022-12-17 23:01:13      TRUE
## 8031 2022-12-17 23:00:03      TRUE
## 8032 2022-12-17 22:59:50      TRUE
## 8033 2022-12-17 22:59:46      TRUE
## 8034 2022-12-17 22:59:00      TRUE
## 8035 2022-12-17 22:58:51      TRUE
## 8036 2022-12-17 22:58:37      TRUE
## 8037 2022-12-17 22:58:05      TRUE
## 8038 2022-12-17 22:57:57      TRUE
## 8039 2022-12-17 22:57:43      TRUE
## 8040 2022-12-17 22:57:21      TRUE
## 8041 2022-12-17 22:56:50      TRUE
## 8042 2022-12-17 22:55:40      TRUE
## 8043 2022-12-17 22:54:50      TRUE
## 8044 2022-12-17 22:54:48      TRUE
## 8045 2022-12-17 22:53:32      TRUE
## 8046 2022-12-17 22:52:50      TRUE
## 8047 2022-12-17 22:52:18      TRUE
## 8048 2022-12-17 22:52:08      TRUE
## 8049 2022-12-17 22:52:02      TRUE
## 8050 2022-12-17 22:51:48      TRUE
## 8051 2022-12-17 22:51:31      TRUE
## 8052 2022-12-17 22:51:30      TRUE
## 8053 2022-12-17 22:50:44      TRUE
## 8054 2022-12-17 22:50:44      TRUE
## 8055 2022-12-17 22:49:50      TRUE
## 8056 2022-12-17 22:49:17      TRUE
## 8057 2022-12-17 22:48:31      TRUE
## 8058 2022-12-17 22:47:57      TRUE
## 8059 2022-12-17 22:46:30      TRUE
## 8060 2022-12-17 22:46:25      TRUE
## 8061 2022-12-17 22:46:10      TRUE
## 8062 2022-12-17 22:45:30      TRUE
## 8063 2022-12-17 22:45:20      TRUE
## 8064 2022-12-17 22:45:06      TRUE
## 8065 2022-12-17 22:43:41      TRUE
## 8066 2022-12-17 22:43:16      TRUE
## 8067 2022-12-17 22:42:07      TRUE
## 8068 2022-12-17 22:41:56      TRUE
## 8069 2022-12-17 22:41:54      TRUE
## 8070 2022-12-17 22:41:45      TRUE
## 8071 2022-12-17 22:40:25      TRUE
## 8072 2022-12-17 22:40:14      TRUE
## 8073 2022-12-17 22:40:10      TRUE
## 8074 2022-12-17 22:39:52      TRUE
## 8075 2022-12-17 22:39:41      TRUE
## 8076 2022-12-17 22:39:37      TRUE
## 8077 2022-12-17 22:39:11      TRUE
## 8078 2022-12-17 22:38:19      TRUE
## 8079 2022-12-17 22:38:18      TRUE
## 8080 2022-12-17 22:38:14      TRUE
## 8081 2022-12-17 22:37:51      TRUE
## 8082 2022-12-17 22:37:29      TRUE
## 8083 2022-12-17 22:37:16      TRUE
## 8084 2022-12-17 22:36:37      TRUE
## 8085 2022-12-17 22:36:24      TRUE
## 8086 2022-12-17 22:35:39      TRUE
## 8087 2022-12-17 22:34:54      TRUE
## 8088 2022-12-17 22:34:54      TRUE
## 8089 2022-12-17 22:33:43      TRUE
## 8090 2022-12-17 22:33:00      TRUE
## 8091 2022-12-17 22:32:49      TRUE
## 8092 2022-12-17 22:32:45      TRUE
## 8093 2022-12-17 22:32:10      TRUE
## 8094 2022-12-17 22:32:02      TRUE
## 8095 2022-12-17 22:31:59      TRUE
## 8096 2022-12-17 22:31:52      TRUE
## 8097 2022-12-17 22:31:06      TRUE
## 8098 2022-12-17 22:30:46      TRUE
## 8099 2022-12-17 22:30:23      TRUE
## 8100 2022-12-17 22:30:02      TRUE
## 8101 2022-12-17 22:29:52      TRUE
## 8102 2022-12-17 22:29:29      TRUE
## 8103 2022-12-17 22:29:29      TRUE
## 8104 2022-12-17 22:29:24      TRUE
## 8105 2022-12-17 22:28:35      TRUE
## 8106 2022-12-17 22:28:31      TRUE
## 8107 2022-12-17 22:26:12      TRUE
## 8108 2022-12-17 22:26:09      TRUE
## 8109 2022-12-17 22:25:56      TRUE
## 8110 2022-12-17 22:25:42      TRUE
## 8111 2022-12-17 22:25:29      TRUE
## 8112 2022-12-17 22:25:20      TRUE
## 8113 2022-12-17 22:25:14      TRUE
## 8114 2022-12-17 22:24:45      TRUE
## 8115 2022-12-17 22:24:29      TRUE
## 8116 2022-12-17 22:22:40      TRUE
## 8117 2022-12-17 22:22:24      TRUE
## 8118 2022-12-17 22:22:06      TRUE
## 8119 2022-12-17 22:21:35      TRUE
## 8120 2022-12-17 22:21:22      TRUE
## 8121 2022-12-17 22:20:23      TRUE
## 8122 2022-12-17 22:20:21      TRUE
## 8123 2022-12-17 22:19:59      TRUE
## 8124 2022-12-17 22:19:26      TRUE
## 8125 2022-12-17 22:19:08      TRUE
## 8126 2022-12-17 22:18:56      TRUE
## 8127 2022-12-17 22:17:58      TRUE
## 8128 2022-12-17 22:17:44      TRUE
## 8129 2022-12-17 22:17:14      TRUE
## 8130 2022-12-17 22:17:04      TRUE
## 8131 2022-12-17 22:16:13      TRUE
## 8132 2022-12-17 22:16:04      TRUE
## 8133 2022-12-17 22:15:49      TRUE
## 8134 2022-12-17 22:15:39      TRUE
## 8135 2022-12-17 22:15:20      TRUE
## 8136 2022-12-17 22:14:33      TRUE
## 8137 2022-12-17 22:14:22      TRUE
## 8138 2022-12-17 22:13:33      TRUE
## 8139 2022-12-17 22:11:43      TRUE
## 8140 2022-12-17 22:10:52      TRUE
## 8141 2022-12-17 22:10:45      TRUE
## 8142 2022-12-17 22:10:30      TRUE
## 8143 2022-12-17 22:10:21      TRUE
## 8144 2022-12-17 22:09:56      TRUE
## 8145 2022-12-17 22:09:50      TRUE
## 8146 2022-12-17 22:09:06      TRUE
## 8147 2022-12-17 22:07:49      TRUE
## 8148 2022-12-17 22:07:06      TRUE
## 8149 2022-12-17 22:06:53      TRUE
## 8150 2022-12-17 22:06:32      TRUE
## 8151 2022-12-17 22:06:26      TRUE
## 8152 2022-12-17 22:06:23      TRUE
## 8153 2022-12-17 22:06:20      TRUE
## 8154 2022-12-17 22:06:08      TRUE
## 8155 2022-12-17 22:06:06      TRUE
## 8156 2022-12-17 22:05:46      TRUE
## 8157 2022-12-17 22:05:46      TRUE
## 8158 2022-12-17 22:05:43      TRUE
## 8159 2022-12-17 22:05:39      TRUE
## 8160 2022-12-17 22:04:10      TRUE
## 8161 2022-12-17 22:03:34      TRUE
## 8162 2022-12-17 22:03:01      TRUE
## 8163 2022-12-17 22:02:56      TRUE
## 8164 2022-12-17 22:02:23      TRUE
## 8165 2022-12-17 22:02:19      TRUE
## 8166 2022-12-17 22:02:18      TRUE
## 8167 2022-12-17 22:02:15      TRUE
## 8168 2022-12-17 22:00:06      TRUE
## 8169 2022-12-17 21:59:53      TRUE
## 8170 2022-12-17 21:59:06      TRUE
## 8171 2022-12-17 21:58:57      TRUE
## 8172 2022-12-17 21:58:57      TRUE
## 8173 2022-12-17 21:58:02      TRUE
## 8174 2022-12-17 21:57:54      TRUE
## 8175 2022-12-17 21:56:36      TRUE
## 8176 2022-12-17 21:56:15      TRUE
## 8177 2022-12-17 21:55:42      TRUE
## 8178 2022-12-17 21:55:00      TRUE
## 8179 2022-12-17 21:54:39      TRUE
## 8180 2022-12-17 21:53:20      TRUE
## 8181 2022-12-17 21:52:30      TRUE
## 8182 2022-12-17 21:52:25      TRUE
## 8183 2022-12-17 21:52:25      TRUE
## 8184 2022-12-17 21:52:15      TRUE
## 8185 2022-12-17 21:51:33      TRUE
## 8186 2022-12-17 21:51:16      TRUE
## 8187 2022-12-17 21:51:01      TRUE
## 8188 2022-12-17 21:50:52      TRUE
## 8189 2022-12-17 21:50:26      TRUE
## 8190 2022-12-17 21:49:11      TRUE
## 8191 2022-12-17 21:47:49      TRUE
## 8192 2022-12-17 21:47:40      TRUE
## 8193 2022-12-17 21:47:28      TRUE
## 8194 2022-12-17 21:46:56      TRUE
## 8195 2022-12-17 21:46:20      TRUE
## 8196 2022-12-17 21:45:55      TRUE
## 8197 2022-12-17 21:45:44      TRUE
## 8198 2022-12-17 21:45:20      TRUE
## 8199 2022-12-17 21:45:14      TRUE
## 8200 2022-12-17 21:44:48      TRUE
## 8201 2022-12-17 21:44:41      TRUE
## 8202 2022-12-17 21:44:03      TRUE
## 8203 2022-12-17 21:43:51      TRUE
## 8204 2022-12-17 21:42:41      TRUE
## 8205 2022-12-17 21:42:10      TRUE
## 8206 2022-12-17 21:41:43      TRUE
## 8207 2022-12-17 21:41:25      TRUE
## 8208 2022-12-17 21:41:12      TRUE
## 8209 2022-12-17 21:40:50      TRUE
## 8210 2022-12-17 21:40:49      TRUE
## 8211 2022-12-17 21:39:09      TRUE
## 8212 2022-12-17 21:38:52      TRUE
## 8213 2022-12-17 21:37:44      TRUE
## 8214 2022-12-17 21:36:22      TRUE
## 8215 2022-12-17 21:36:00      TRUE
## 8216 2022-12-17 21:35:53      TRUE
## 8217 2022-12-17 21:35:43      TRUE
## 8218 2022-12-17 21:35:38      TRUE
## 8219 2022-12-17 21:34:30      TRUE
## 8220 2022-12-17 21:33:55      TRUE
## 8221 2022-12-17 21:33:52      TRUE
## 8222 2022-12-17 21:32:04      TRUE
## 8223 2022-12-17 21:31:52      TRUE
## 8224 2022-12-17 21:31:40      TRUE
## 8225 2022-12-17 21:31:08      TRUE
## 8226 2022-12-17 21:30:54      TRUE
## 8227 2022-12-17 21:30:47      TRUE
## 8228 2022-12-17 21:30:09      TRUE
## 8229 2022-12-17 21:30:04      TRUE
## 8230 2022-12-17 21:29:45      TRUE
## 8231 2022-12-17 21:28:45      TRUE
## 8232 2022-12-17 21:28:17      TRUE
## 8233 2022-12-17 21:27:07      TRUE
## 8234 2022-12-17 21:26:34      TRUE
## 8235 2022-12-17 21:26:31      TRUE
## 8236 2022-12-17 21:26:04      TRUE
## 8237 2022-12-17 21:26:01      TRUE
## 8238 2022-12-17 21:25:48      TRUE
## 8239 2022-12-17 21:25:41      TRUE
## 8240 2022-12-17 21:25:24      TRUE
## 8241 2022-12-17 21:25:08      TRUE
## 8242 2022-12-17 21:24:50      TRUE
## 8243 2022-12-17 21:24:23      TRUE
## 8244 2022-12-17 21:24:00      TRUE
## 8245 2022-12-17 21:23:18      TRUE
## 8246 2022-12-17 21:22:35      TRUE
## 8247 2022-12-17 21:22:31      TRUE
## 8248 2022-12-17 21:22:28      TRUE
## 8249 2022-12-17 21:22:26      TRUE
## 8250 2022-12-17 21:22:25      TRUE
## 8251 2022-12-17 21:22:21      TRUE
## 8252 2022-12-17 21:22:14      TRUE
## 8253 2022-12-17 21:22:12      TRUE
## 8254 2022-12-17 21:22:10      TRUE
## 8255 2022-12-17 21:21:58      TRUE
## 8256 2022-12-17 21:21:41      TRUE
## 8257 2022-12-17 21:21:32      TRUE
## 8258 2022-12-17 21:21:13      TRUE
## 8259 2022-12-17 21:21:12      TRUE
## 8260 2022-12-17 21:20:56      TRUE
## 8261 2022-12-17 21:20:31      TRUE
## 8262 2022-12-17 21:20:21      TRUE
## 8263 2022-12-17 21:20:17      TRUE
## 8264 2022-12-17 21:19:24      TRUE
## 8265 2022-12-17 21:19:16      TRUE
## 8266 2022-12-17 21:18:57      TRUE
## 8267 2022-12-17 21:18:47      TRUE
## 8268 2022-12-17 21:17:57      TRUE
## 8269 2022-12-17 21:17:46      TRUE
sub_tweets %>%  
  group_by(1) %>%  
  summarise(max = max(created), min = min(created))
## # A tibble: 1 × 3
##     `1` max                 min                
##   <dbl> <dttm>              <dttm>             
## 1     1 2022-12-21 23:58:41 2022-12-17 21:17:46
crt2 <- sub_tweets %>%  mutate(Created_At_Round = created %>% round(units = 'hours') %>% as.POSIXct())
crt2
##           screenName
## 1         aurumnexus
## 2     Forsaken_China
## 3        IStringer02
## 4          brokuroos
## 5        aiikawachan
## 6      MuffinKindred
## 7      MuffinKindred
## 8      MuffinKindred
## 9      MuffinKindred
## 10          Nanocyte
## 11          Miche0_0
## 12         SirApoolo
## 13          Daxolotl
## 14        Thorcadail
## 15   Kaiju3nthusiast
## 16           Epistoz
## 17    Fox_kom_trikru
## 18    Otaku_Violento
## 19         celxstine
## 20        MiwaHoshih
## 21       freehheartz
## 22      HellyonWhite
## 23           ZkyfalI
## 24         KoloKappa
## 25        kingstead_
## 26           ZkyfalI
## 27      LunariDevota
## 28     Steph_J_Millz
## 29         feleshtyn
## 30          saoimyth
## 31         ALEJOlize
## 32        Starrkzera
## 33        druidbirds
## 34       ace_ghambit
## 35    IntrinsicGames
## 36        Mrcastle08
## 37     RiderClubMain
## 38          Joongi__
## 39     RepulsiveMaid
## 40   notnoctisumbria
## 41        LXWasTaken
## 42   EmilyHa19633868
## 43       LOL_Art_Bot
## 44        rogerl0ver
## 45          yeloan11
## 46         lol_10x10
## 47     BeytiaEduardo
## 48         KasAidein
## 49          witajuwu
## 50          FufusArt
## 51      moroz_selina
## 52       igotyour666
## 53          LAOSSAYE
## 54      camilleeeexd
## 55    IamBenStirling
## 56    time_unraveled
## 57        visfreckle
## 58         ABCtheGUY
## 59        VGalaxy_EN
## 60        caitIynsvi
## 61       kogucik1519
## 62       Alejopin051
## 63     ElenaStars711
## 64     xxX_j0rj3_Xxx
## 65    _BRAIANJUAREZ_
## 66    acce_the_worst
## 67   BlackRose_Drago
## 68          amaday69
## 69       OnlyfansFTW
## 70       OnlyfansFTW
## 71       OnlyfansFTW
## 72       OnlyfansFTW
## 73          unpickel
## 74   Malvina05832468
## 75            xeIagi
## 76    fluffypuffy0w0
## 77    fluffypuffy0w0
## 78        gay_do_lol
## 79          rahateor
## 80           AlezzKY
## 81      T5und3r3_T5u
## 82        Sydney_DeM
## 83      Fragile_Guts
## 84     GalacticTitty
## 85           AlezzKY
## 86          molowise
## 87     smolartist101
## 88            zakruo
## 89           DiegGuu
## 90   Local_crack_hut
## 91           50Two25
## 92        eusoudede_
## 93         samk1401_
## 94     soranetarium_
## 95      KathaliaRose
## 96         lillylimm
## 97         Valkareya
## 98         softakali
## 99   ciiichhhhhhaaa_
## 100   preheatoven666
## 101        jellovice
## 102   preheatoven666
## 103        andychae_
## 104         pe_kiala
## 105   Joe_TazunaYTTD
## 106       IkaroIvyne
## 107   eden_magicworm
## 108    sweetie_hersh
## 109     JostarJhonny
## 110       Ootivatsug
## 111        m_buonani
## 112         Kaatamae
## 113    AntonioIvanLA
## 114   IntrinsicGames
## 115  StringsNBullets
## 116       Tali_Hawke
## 117   IntrinsicGames
## 118   IntrinsicGames
## 119       cell0phan3
## 120          R4mpeiG
## 121       durani_art
## 122          srjikks
## 123        MIMlCHAMA
## 124     Vanish_shinn
## 125      _mafusoratr
## 126       RhiLai_Art
## 127  NatArtandChoco1
## 128       wingedwoof
## 129     Pan_dulceuwu
## 130       RhiLai_Art
## 131            Ibumx
## 132  Absindimyrgitus
## 133       Ionic_Wind
## 134       KutetsKute
## 135       Nazarenart
## 136      Bloomdotwav
## 137     PrettyMogeko
## 138     sweetmeloboy
## 139   FruityyCupcake
## 140      Where_Wolf_
## 141          Gellusz
## 142           Thel0n
## 143       Tianeptin_
## 144  edgy_on_purpose
## 145          GINE_WR
## 146    NolegMcDowell
## 147      endiebendie
## 148  FenrirTheHunter
## 149        GedudoInk
## 150        heaven_rj
## 151     Micchonstars
## 152  FerringtheSylvi
## 153      trueLeStang
## 154  FerringtheSylvi
## 155   lilliafication
## 156    Alarothserana
## 157     AlfheimFreyr
## 158     misul_sebiny
## 159         sebiny74
## 160     KathaliaRose
## 161      alex_tlacuy
## 162   kphwu7554h3_hg
## 163     GalaLunaWolf
## 164         _Benji69
## 165   IntrinsicGames
## 166   IntrinsicGames
## 167        yuuneelli
## 168  JesseTa34766668
## 169           _blclv
## 170      Shauniiiiie
## 171    Josstevaan_22
## 172      Ragz_Melody
## 173     StoneTaliyah
## 174     papipapipair
## 175     chicken_safe
## 176   spacegoat4ever
## 177        YoloTaube
## 178  GothiccMushroom
## 179         AllTaric
## 180      papuchochoe
## 181      the_madjack
## 182   Capt_Serotonin
## 183  Nacholacalaca22
## 184        RetweetVT
## 185       Batata_owo
## 186      LOL_Art_Bot
## 187      likeTheSeed
## 188          Crusyto
## 189        ajobninja
## 190           Qoslaw
## 191       BigBadHuff
## 192     LadyFortune5
## 193      sunstoriess
## 194   tearsinblossom
## 195         Iamshy_2
## 196   CamaradaAlves5
## 197  ULTIMATEFUKOUDA
## 198        goodsmiIe
## 199         Kevingks
## 200  rNww3GKMfBH5cn0
## 201      CrustedDick
## 202        Aravira98
## 203        SeanNibzy
## 204         P00kN00t
## 205    undeadr3birth
## 206     lola_tsubasa
## 207       EvilKhazix
## 208         TheNone0
## 209        DarkVexon
## 210            TGWUO
## 211     Aetherwyvern
## 212         settits_
## 213      FluffyAkagi
## 214      calamittens
## 215       thelamestt
## 216         sosna564
## 217       mitskizita
## 218       jeyelnever
## 219        jpeghanzo
## 220       gumiholic_
## 221    RepulsiveMaid
## 222    CovertCassius
## 223    RepulsiveMaid
## 224     rafatroll450
## 225         TheNone0
## 226        Ojitomo78
## 227   HeadEmptyDevil
## 228     MuriloveLive
## 229        spaceylux
## 230     Xere_vastaya
## 231       HecalyNezu
## 232       HecalyNezu
## 233  sebasWithles011
## 234      sir_Shadfag
## 235     suenodeamore
## 236   Kankittynooget
## 237     Willmanworld
## 238       TealVelvet
## 239         RynKa487
## 240      Vitorpoc123
## 241         MrOrxata
## 242      LOL_Art_Bot
## 243         adrialae
## 244         Eona2828
## 245  HenryWi22693929
## 246          Gonedos
## 247    Oscar_Vianqui
## 248  SHATOSHIGEKOUGA
## 249     FunnyB0neMan
## 250        Kaethuhlu
## 251    Labyrinthsbox
## 252      SunDoesArt_
## 253    Labyrinthsbox
## 254           zxcaki
## 255         __MeriBe
## 256      Retweelgend
## 257  summerswirlarts
## 258  Strawberymoment
## 259    CorruptAngelo
## 260      LOL_Art_Bot
## 261       ssznshadow
## 262       SnowGirlHD
## 263         Lunahrix
## 264       alatuscos_
## 265          SamuwuK
## 266     spadethespud
## 267       aireenvena
## 268     BKampourakis
## 269          Mairkou
## 270     AnimeDDanceR
## 271   aureousCopycat
## 272   IntrinsicGames
## 273       ssznshadow
## 274   IntrinsicGames
## 275           zxcaki
## 276         FufusArt
## 277        RoberSTFU
## 278          GEerech
## 279       Loganort02
## 280  progressmachin4
## 281  summerswirlarts
## 282   notoriouslydev
## 283   gloriousrevol_
## 284   StuProductions
## 285  bitchbabyoclock
## 286    StarlightsLoL
## 287      LOL_Art_Bot
## 288      LOL_Art_Bot
## 289         HFiend67
## 290         CATBR3AD
## 291     pillowtalk_3
## 292   notoriouslydev
## 293       moonshoook
## 294           ph0esy
## 295     dittoronaldo
## 296        K1ngabsol
## 297      Lina_Rain__
## 298      MathIlustra
## 299      SaikouHakou
## 300      andreitolol
## 301    Perkdashboard
## 302   defiantgladius
## 303   Lafanartfuture
## 304    fanartformehi
## 305     Crapeman1233
## 306           KaijuZ
## 307       DailySylas
## 308      NotLabrinth
## 309         julis4rt
## 310  JuanGom67848765
## 311    GodsGameFreak
## 312     LadySpade101
## 313   EsportsTweeter
## 314      itsmeTsuTsu
## 315       jujuzonha_
## 316  JuanGom67848765
## 317       cherieguro
## 318       AWindtalon
## 319  JerkyProEsports
## 320         rizawaii
## 321          K1mkimi
## 322    Maluma_Malysh
## 323  GiwrgosIordani1
## 324         mehrartz
## 325         hypinico
## 326            c2h4n
## 327          _EnOre_
## 328       Fortune5an
## 329       SirPvitor1
## 330          v_vKat_
## 331   IntrinsicGames
## 332       pIasmagica
## 333         AtsuKcig
## 334   EflareFirestar
## 335     charlot2b9s5
## 336   IntrinsicGames
## 337     Choco_Shorty
## 338     Sahri4feedin
## 339   IntrinsicGames
## 340  Guy_Behind_You2
## 341  Guy_Behind_You2
## 342         TheExtah
## 343       CodaBear48
## 344         zver_gre
## 345           KlDEKi
## 346       Solar_Edge
## 347     steiiasaurus
## 348   hauntedsilver3
## 349       Peter_S325
## 350   Ambitionless12
## 351         vampreds
## 352       voland_lol
## 353      Dayflowersr
## 354     SRG_Nayaruko
## 355       MikaHeartt
## 356          DelemKi
## 357       josejulate
## 358      saito_san23
## 359       Color__lol
## 360    notallwitches
## 361      BigBadBear_
## 362          ZannGRE
## 363     SandskillArt
## 364      OjiroSniper
## 365     PeridotNunes
## 366     Pixcelerator
## 367    Alliethekitty
## 368    AmaruIshikawa
## 369      JadeGothUwU
## 370       kingstead_
## 371   happilyhumming
## 372      JadeGothUwU
## 373        SeilenC13
## 374      Ki_demption
## 375          NsNapk1
## 376    notallwitches
## 377      Torinoko647
## 378   GeorgeCraigie4
## 379     ricca_muffen
## 380     jaycegiopara
## 381  hayamaruna_gold
## 382         lyndrama
## 383    MirkoWolfhard
## 384        YoloTaube
## 385           CinmaB
## 386     _ExiledRiven
## 387       MarkJazbec
## 388   IntrinsicGames
## 389   preheatoven666
## 390   HassanAlJamri1
## 391   IntrinsicGames
## 392   IntrinsicGames
## 393      Jossy201TRM
## 394         lamespin
## 395      yolo_kurama
## 396    MirkoWolfhard
## 397        rodrongas
## 398         Skeevius
## 399       VShmalerie
## 400  rosstabowl_ross
## 401       SolenYaArt
## 402      TheNefistor
## 403     Otakuinabox1
## 404         Urmiyu93
## 405        muunbunns
## 406         lamespin
## 407    EmpanadaDepre
## 408        Valkareya
## 409       AlexAudiA4
## 410  Guy_Behind_You2
## 411        Foxanstar
## 412   Chalim88521086
## 413          NsNapk1
## 414          NsNapk1
## 415      HaphazardDM
## 416          NsNapk1
## 417  Kaiju3nthusiast
## 418  GrdGeneralSwain
## 419        murrlogic
## 420      GroundGiant
## 421   MahnThePie0318
## 422   GeorgeCraigie4
## 423   LoLcitoposting
## 424   LoLcitoposting
## 425    yasuoenjoyerr
## 426         GodinatC
## 427    yasuoenjoyerr
## 428      NONBINARYVI
## 429  Chertiloida_art
## 430     StoneTaliyah
## 431   EclipseVenexus
## 432    GingerSapphic
## 433            18kv_
## 434     ASED80136050
## 435         sanha666
## 436      belechtorVN
## 437      raiinxdrops
## 438            18kv_
## 439    BrianJimnez19
## 440       kyojinbeak
## 441      LOL_Art_Bot
## 442      LOL_Art_Bot
## 443         _Miellam
## 444         _Miellam
## 445    twistedballs_
## 446      AngelxJulie
## 447          Kazyya7
## 448       AllStarsLA
## 449       FrenchZyzz
## 450    noxianastolfo
## 451    swordbestowed
## 452      papuchochoe
## 453          Lawuuhi
## 454           aspivi
## 455       notmiseria
## 456         AlexHCbr
## 457         HERO__VT
## 458      vis_cupcake
## 459   TheTaliyahCHAD
## 460  Chantilily_Noir
## 461         MrMash01
## 462       empticandy
## 463  MekaniDragon_OP
## 464         MrMash01
## 465   prestigeclipse
## 466        Loonie090
## 467       pxnkrocket
## 468  TheRealMatterom
## 469       MineVoidMC
## 470       gubonenkov
## 471          Krotia2
## 472       KraxlerFox
## 473       TheRoseyRC
## 474   Arashi32116948
## 475      Dr_Oshawott
## 476    Yoshimitsumii
## 477  WhiteHoloSakura
## 478           fre334
## 479  AGFjuristagamer
## 480         Foxnathh
## 481         DrKoca12
## 482       linkuriboh
## 483         buterzz_
## 484        GDAutoArt
## 485          VeiIara
## 486       Greyfox451
## 487       eazelpaint
## 488        _Inozuka_
## 489         CH0SOART
## 490         Panduwu_
## 491      elmaldalene
## 492    SandyLeague19
## 493    TwoShadowSide
## 494     GraViTyMex09
## 495    flippinfrogss
## 496      lovesrxmen_
## 497       DailySylas
## 498      OSHIEDAKAYN
## 499   sleepyrapunzel
## 500        barbatars
## 501          VeiIara
## 502     Blackicecrow
## 503         winxixia
## 504        KaguyaX02
## 505   Hokage_JoyBoy_
## 506     str3ssIsReal
## 507       Cilantross
## 508       winthered2
## 509            Me4Vi
## 510      KoTinTrysaX
## 511        Sunset_sn
## 512         cenfitto
## 513   IntrinsicGames
## 514    _BoogiemanSam
## 515    DosisLetalis_
## 516   IntrinsicGames
## 517   IntrinsicGames
## 518   IntrinsicGames
## 519  JoshuaG51686210
## 520          YudaiR2
## 521     DespairGamma
## 522       rogueIoueh
## 523   ForsakeyDreamy
## 524       aeon_xayah
## 525      nattiawooga
## 526   ShawnillaLopez
## 527  JoseGom33136368
## 528   LilyTheFlorist
## 529   Steppenwolf_AN
## 530      techmaturgy
## 531   Palpalbuddypal
## 532         yirnezha
## 533       ItsAGruzzo
## 534     kitagawaruki
## 535     Sarah_MacK90
## 536    Atelier_Honey
## 537          marigfx
## 538       Art3missa0
## 539  heavycreepysoul
## 540       RoseBitchi
## 541       Rasher2000
## 542         Surgiote
## 543       ManuelLRZ1
## 544         Jabami12
## 545         percyoir
## 546    ruinmessenger
## 547     InperialDark
## 548          Evilyty
## 549    ensemblestars
## 550     locopoco_leo
## 551    ensemblestars
## 552    Bladedmeerkat
## 553    Linus59955305
## 554     RuckusWright
## 555       KokaKorart
## 556       Coolersimp
## 557       gwenphoria
## 558       Peter_S325
## 559  SongbirdBurning
## 560     josephdotexe
## 561         Wenward_
## 562         rad_beef
## 563       mindiakumo
## 564        HestiaVah
## 565      KoTinTrysaX
## 566   Bombillasaurio
## 567       tet_tettet
## 568     vastayacharm
## 569   IntrinsicGames
## 570        ZenyattaB
## 571     vastayacharm
## 572          kikyker
## 573      Danisan0692
## 574    Adri_Supr_Emo
## 575  ultimatebeowulf
## 576       KuriAvalon
## 577       AliEspino4
## 578            VHKet
## 579   Zeri_Cafeinada
## 580         95benjix
## 581        Wistorman
## 582          radakn1
## 583    TheWillshaper
## 584     sorayashanel
## 585     animalovatic
## 586  technoshell_san
## 587     TheGremlin02
## 588          Raulbp0
## 589    SecretEvening
## 590       kappa_brad
## 591  SuperRichyWorld
## 592     Ninja_Skill_
## 593      jinxedstar_
## 594          Fps_Kat
## 595          taeval_
## 596       MineVoidMC
## 597         Dagikat1
## 598          taeval_
## 599        DSanter94
## 600         ByLaid97
## 601   Bounty_Khalifa
## 602     TeamSoloDani
## 603        gbpwrtuga
## 604      RamixTheRed
## 605    Elfonomo_alto
## 606         aranbeik
## 607      Dispassione
## 608     carmens_wrld
## 609   MemeL0rdAdrien
## 610           i4kuya
## 611       MonadoSpam
## 612         DyronLoa
## 613        jdrider02
## 614       profawnsor
## 615         gdog2124
## 616      Gii_FaDeKNY
## 617         noddy182
## 618   SamWelllllllll
## 619      AppleTafaha
## 620   IntrinsicGames
## 621          Glowomy
## 622  strawberrjkaeya
## 623        Daiyusha1
## 624       Simlistomi
## 625     MooseLord150
## 626        EcremageT
## 627       MineVoidMC
## 628         _nahleao
## 629         troysshi
## 630      woodchipp17
## 631       TielWaters
## 632       _KotoKasus
## 633  xthelastbreathx
## 634       BlazyAkira
## 635          Mjeyzo_
## 636       raeh_FFXIV
## 637    GalloKikiriki
## 638      manhandsbro
## 639          Aksh434
## 640       JeMainSett
## 641      fish__white
## 642   eternalmercies
## 643    MirkoWolfhard
## 644  GothiccMushroom
## 645         nyxahrii
## 646   CrustaceanChar
## 647          CanwayM
## 648         404Wired
## 649      KoTinTrysaX
## 650      thekaisaotp
## 651  Rightwingdooles
## 652       BombaurMom
## 653     MooseLord150
## 654         ZAPHIRYS
## 655     MooseLord150
## 656     4strophilia_
## 657         ZAPHIRYS
## 658   IntrinsicGames
## 659         Hecteeee
## 660       profawnsor
## 661      endiebendie
## 662      LOL_Art_Bot
## 663  lampilluminatie
## 664  engelrocktmusik
## 665          xJuLeia
## 666        ElN_hound
## 667     MoonstaPluff
## 668       KazumaK423
## 669       shikispace
## 670  ScarecrowEffigy
## 671          Luxali_
## 672     rafaela_rush
## 673  camaroamarelo00
## 674          YewnCee
## 675     clockworkfic
## 676     BoltingSpace
## 677  BailitheoirAnam
## 678    AstroStellar7
## 679      DiegoDC0306
## 680      CarlenneART
## 681  TeamInseparable
## 682        DarkensBI
## 683         SyLoN412
## 684       xuan_viet_
## 685     clockworkfic
## 686      _LiancitaFR
## 687     octomagician
## 688      MarcLloyd13
## 689        s11121212
## 690  AmbivalentSlime
## 691        jellovice
## 692          lles_xx
## 693          SteveKB
## 694     wlw0nderland
## 695        SpicAlyce
## 696  KaeyaChildeMain
## 697       BananaGG22
## 698     Sakura108645
## 699  EnigmaOfDespair
## 700   eternalmercies
## 701          davudht
## 702   IntrinsicGames
## 703   IntrinsicGames
## 704           anxdry
## 705        huanihua7
## 706      LOL_Art_Bot
## 707   IntrinsicGames
## 708          dalnuna
## 709     yonethetwink
## 710   IntrinsicGames
## 711    InsaneArtist_
## 712  unseasonedchic4
## 713         B_art606
## 714        migvianna
## 715       BlanstierM
## 716       Spoopy_Owl
## 717       Navin_chan
## 718     LilyJilco666
## 719        NobodyDGF
## 720      dorealthing
## 721       command_52
## 722       ban_kai219
## 723          Romdrap
## 724       lexasjamie
## 725       IamNotFacu
## 726  ElizbethLaCroix
## 727       DARKINCORE
## 728      MageIngrid2
## 729  Enolawritestuff
## 730      Horseengine
## 731    franciscokobo
## 732          munq8i5
## 733      navorispath
## 734  _i_think_i_love
## 735       KokoLoreto
## 736        AldyViego
## 737        Erodaicon
## 738       dumbpiltie
## 739   Oficial_Shades
## 740          AzuaRyu
## 741   IntrinsicGames
## 742         Drk_Brum
## 743     geekandblink
## 744    littleraven90
## 745       dumbpiltie
## 746        sherlouch
## 747       Kaiyomiiii
## 748     Meme26692321
## 749     KokePancakes
## 750   marianneevans_
## 751       JESTERK0RE
## 752      Sofu_Tofu03
## 753      Sofu_Tofu03
## 754    ToastyMilkers
## 755   theruinedtw1nk
## 756      pickmeup__0
## 757      LOL_Art_Bot
## 758     DARKlNSCYTHE
## 759   edelgardfckr69
## 760      6GayoungSee
## 761    Robot_jesus__
## 762      bonetiddies
## 763       DeSumeragi
## 764     ArtGuerreiro
## 765  DonnaMa87493639
## 766       umbralcrow
## 767   Faulia89249342
## 768  lecobboibeeboop
## 769        TransKayn
## 770   IntrinsicGames
## 771   doubIeraiinbow
## 772      Sanchez1373
## 773       Chocolatu5
## 774    gattonero1321
## 775  Rafaelf30464641
## 776       Alexa_3203
## 777      Sanchez1373
## 778      Litterblade
## 779          ReynQen
## 780        Didia_n29
## 781    JoeySpecialEX
## 782  RodrigoSapatei1
## 783       JayGameZ13
## 784    ensalada_atun
## 785       Raazenroth
## 786          suidolz
## 787   BulletRetweets
## 788           Alueus
## 789        fernaUdaa
## 790  Jessica30236444
## 791      neo_kaogon2
## 792        Tantibuss
## 793      FlaskofSins
## 794    lesbianreysky
## 795        _Yanel00_
## 796      Mistereudai
## 797       MineVoidMC
## 798        Didia_n29
## 799     ALLOOO_SANEK
## 800      BossBurnish
## 801     nghtmarefuel
## 802          ImMcTay
## 803       weeb_otoko
## 804       JamesArts8
## 805     KathaliaRose
## 806  Jessica30236444
## 807    catchingnetss
## 808        Didia_n29
## 809  Jessica30236444
## 810       MoonMinami
## 811          FuqHana
## 812      IVY49470293
## 813  Real_25Isabelle
## 814      Hekka_Becca
## 815  tweetfo71515312
## 816       reistellae
## 817  eriksoldthworld
## 818      LOL_Art_Bot
## 819      LOL_Art_Bot
## 820      techmaturgy
## 821      LOL_Art_Bot
## 822  imdabestdvaind1
## 823           rk_seb
## 824            D3bli
## 825           ohpawa
## 826           sme_rt
## 827        cmdrhanji
## 828     DARKlNSCYTHE
## 829      Anee_Chrzan
## 830  amicablyAwesome
## 831         n3purrta
## 832        kaifu_ato
## 833        BlazedRTs
## 834         ariskr10
## 835      Iadymeyneth
## 836       buckybonee
## 837    Robot_jesus__
## 838       umbralcrow
## 839      mistletomel
## 840      evillordgig
## 841         amanitaz
## 842         keriahri
## 843   shortstackHell
## 844     ARIkatoteshi
## 845         Neshira2
## 846      LOL_Art_Bot
## 847   shortstackHell
## 848      LOL_Art_Bot
## 849  NikolajWasTaken
## 850    bunny_babbits
## 851  iwaitfortherain
## 852  OtroMainKindred
## 853     zottolovebot
## 854             50cc
## 855     Cum_Cumlainn
## 856          phaevis
## 857       sherry_zin
## 858   ShawnillaLopez
## 859  LadyRav63801490
## 860  Katheri84765877
## 861       cherieguro
## 862       sherry_zin
## 863         tqfttsdv
## 864    littlelamb_93
## 865             50cc
## 866   Mundanekitten1
## 867  _LucasTheSlime_
## 868      LiqIdessene
## 869     Stargiraffe1
## 870        fillikill
## 871      LOL_Art_Bot
## 872      LOL_Art_Bot
## 873     swedishwaifu
## 874         rahateor
## 875   Palpalbuddypal
## 876       DemianGoat
## 877   defiantgladius
## 878  ayylemayoecksde
## 879   jollynaoexiste
## 880   rashid_tercero
## 881        Amoretty_
## 882        mellobyne
## 883       nsfw8witch
## 884     Pixcelerator
## 885        faairiegf
## 886        Karniv0r3
## 887          Sah5252
## 888  ilikecheese3434
## 889   pnkrsblckclths
## 890      LOL_Art_Bot
## 891         Xarantur
## 892   Myatniy_karasb
## 893         JabaSong
## 894    MirkoWolfhard
## 895     SlmCMarouane
## 896      Mr_Blue2001
## 897         KaluDraw
## 898     nugothezreal
## 899   LadyVickytoria
## 900      meemeeshion
## 901   IntrinsicGames
## 902          Yweeshi
## 903   IntrinsicGames
## 904     JvMaybeDraws
## 905            g0dob
## 906      FRCretweets
## 907   faeriefountain
## 908       Hexteching
## 909       gay_do_lol
## 910    RepulsiveMaid
## 911      LOL_Art_Bot
## 912      colderorbit
## 913        NierKhada
## 914         BattyBit
## 915  shashatheitch22
## 916          _ronas0
## 917  UnlimitedSwords
## 918          PGrim40
## 919  Alexand81826424
## 920         BobiWow1
## 921        howdia_ir
## 922          vrakkot
## 923       zyorg_mage
## 924          goorcky
## 925       maiddonart
## 926     YangValkyrie
## 927          IkkeySk
## 928       Sassan_Sun
## 929       afelyosbey
## 930      HappyLion07
## 931        kataluxie
## 932         FOGUSZAA
## 933        YuriKiyan
## 934       ShayMutant
## 935   niceswordboots
## 936     sequestrata_
## 937    lolwhangchest
## 938       cahul_ujar
## 939     _stormrazor_
## 940        7iemaniac
## 941     OneAutumnGin
## 942           zaunsp
## 943   gingerbreadb0i
## 944          ju_g121
## 945    Antwq_lucario
## 946       RT_Inspire
## 947   AsymmetricDude
## 948          FrnZydd
## 949       SZEVERBIBI
## 950        Nick___xu
## 951        jacetrash
## 952      BigsmokeSan
## 953      jamekungOwO
## 954   IntrinsicGames
## 955    GoldenChanLoL
## 956          CanwayM
## 957          CanwayM
## 958       CeyseraLuL
## 959         hypinico
## 960        shukituwu
## 961   prinzessinmiko
## 962       Ursa_Maj0r
## 963         Yanz12Jp
## 964        howdia_ir
## 965      alto_joshua
## 966        aguabriel
## 967       shikispace
## 968      Chantzilla1
## 969    machfawnthree
## 970      MrGame00001
## 971        NullIsAt0
## 972  oleandrinhoreal
## 973        Maps_2000
## 974     KathaliaRose
## 975         buterzz_
## 976      MikoOneShot
## 977         buterzz_
## 978         buterzz_
## 979      JoshuaSekki
## 980       Cesar82001
## 981       VileAvatar
## 982  9nkXCKKHBWiKHSz
## 983        ToyVickii
## 984      zxcvbnm9132
## 985      haelflinart
## 986     DARKlNSCYTHE
## 987  metalichotchoco
## 988   FreelanceSeven
## 989           2kneon
## 990        NeriJade1
## 991        Bolverk15
## 992       Sarashieda
## 993   sunthehuman3_2
## 994          MrKrisi
## 995           Uhawka
## 996       ComicChato
## 997      LOL_Art_Bot
## 998      LOL_Art_Bot
## 999         kadart_h
## 1000 oleandrinhoreal
## 1001  T6264845Tobias
## 1002      a990421aaa
## 1003     nojambronim
## 1004     SilentF0x00
## 1005 Alexand99604676
## 1006  TadiliElkhalil
## 1007     dinosaurrro
## 1008  IntrinsicGames
## 1009     budafilhote
## 1010    Unf_Freckles
## 1011   shiedaarchive
## 1012         trovaso
## 1013    xxbraunstein
## 1014  IntrinsicGames
## 1015      softspells
## 1016  IntrinsicGames
## 1017         Iuviers
## 1018   shiedaarchive
## 1019  LadyVickytoria
## 1020         druzsea
## 1021      Batata_owo
## 1022       lornursus
## 1023          Fivi47
## 1024          Uhawka
## 1025      KutetsKute
## 1026   Sw33tEdgyD0gg
## 1027     LOL_Art_Bot
## 1028   caitviIovebot
## 1029        PTSDcore
## 1030        PTSDcore
## 1031    KanteEnjoyer
## 1032   TheSleepyBoba
## 1033      shikispace
## 1034          zaunsp
## 1035       fernaUdaa
## 1036 Lllllll55709233
## 1037 Veronic05948336
## 1038     Fjh17848173
## 1039     Fjh17848173
## 1040    suenodeamore
## 1041 oleandrinhoreal
## 1042     odetocowboy
## 1043     odetocowboy
## 1044  VoodooOneBenja
## 1045      JKsCaramel
## 1046  hawkknight2000
## 1047   just_for_note
## 1048     odetocowboy
## 1049     LOL_Art_Bot
## 1050         Kekori4
## 1051      vixx_ex233
## 1052      ajgorillaz
## 1053         MeliPXI
## 1054        alemeino
## 1055        frogbich
## 1056       roxxa5481
## 1057     luchoveltri
## 1058      anarka_ros
## 1059     alto_joshua
## 1060       Naibuleux
## 1061  IntrinsicGames
## 1062 NewGlitchyBoiYT
## 1063  IntrinsicGames
## 1064   AnieoneAround
## 1065     FloweryReid
## 1066        lichias_
## 1067         Bratzas
## 1068       LhXluiz23
## 1069  ozzystillgoldy
## 1070      FaxMcClewd
## 1071       RetweetVT
## 1072     RABIESGIR1L
## 1073 Alexand81826424
## 1074       fronezone
## 1075         hayxday
## 1076   _QueenOfVoid_
## 1077      FacuRueda3
## 1078     FloweryReid
## 1079      FacuRueda3
## 1080 SylasDesencade1
## 1081      MiwaHoshih
## 1082      FacuRueda3
## 1083      empticandy
## 1084          SCPSHJ
## 1085  TadiliElkhalil
## 1086  Nicodelangeloo
## 1087   LawlietFrixie
## 1088      taitaivilu
## 1089     robiflowan_
## 1090    Bunny_Xeniel
## 1091        Klonomoy
## 1092        anowanka
## 1093 academyvladimir
## 1094       quiffrey_
## 1095      Ja12Yd08Ee
## 1096 epitaphofghosts
## 1097   VIIUnforgiven
## 1098         Axtrek1
## 1099 GalaxyGamerYaY1
## 1100       LilacWisp
## 1101         neyenx4
## 1102 benignoortegama
## 1103        anowanka
## 1104    starving_fox
## 1105  IntrinsicGames
## 1106     KoTinTrysaX
## 1107  IntrinsicGames
## 1108      caitscuffs
## 1109   Carame_Rune12
## 1110    share_stream
## 1111    share_stream
## 1112       DXPeterGZ
## 1113    Ashy70462877
## 1114         jobmarr
## 1115     KinnieTwice
## 1116     _KuroiStar_
## 1117    WillzuCipher
## 1118      Brite_Ofc_
## 1119   RepulsiveMaid
## 1120    KobayashiRX7
## 1121  SnippyAsianGuy
## 1122        neonluca
## 1123     LOL_Art_Bot
## 1124      Asturielle
## 1125      alphaxayah
## 1126       KizunChan
## 1127   RepulsiveMaid
## 1128      Dimi3sajou
## 1129        066_hawk
## 1130       NoXiAKLoL
## 1131       07Evans16
## 1132     AmateurBane
## 1133      OliverRA15
## 1134  IntrinsicGames
## 1135     vexxingvixx
## 1136  IntrinsicGames
## 1137  IntrinsicGames
## 1138  IntrinsicGames
## 1139   Canut0uzumaki
## 1140  IntrinsicGames
## 1141        hi__host
## 1142     kogucik1519
## 1143      TagTeam008
## 1144      Arbuseze39
## 1145       icekaizen
## 1146      johny_deap
## 1147  theruinedtw1nk
## 1148      Joethemoey
## 1149        jogoagui
## 1150     JhonatanF94
## 1151         elyfii_
## 1152      RedDredKin
## 1153     Horseengine
## 1154 SweetTo35203855
## 1155 AmbivalentSlime
## 1156  GodAllMighty12
## 1157         XenoYtg
## 1158       perenipos
## 1159  BiancaGodfrey7
## 1160     clarartist_
## 1161     LOL_Art_Bot
## 1162     KaiSa_KDA23
## 1163         noromuh
## 1164        Greyhulf
## 1165     Sr_pankekes
## 1166   ScrewyLuiVEVO
## 1167         XenoYtg
## 1168 lvaroLoureiroM1
## 1169 ShawnCr40296007
## 1170      Ozzyozzboi
## 1171   Holydonuthole
## 1172   yikai11464133
## 1173      slleduarda
## 1174     Zuzuforever
## 1175     LOL_Art_Bot
## 1176      tomas_kowm
## 1177       _bambii1_
## 1178      seouvesani
## 1179  baitangsonggao
## 1180          Grllma
## 1181          9344w_
## 1182 IceTrainer_Jean
## 1183    PrismaxLight
## 1184       ram__cham
## 1185        Vinisstt
## 1186       sthekafka
## 1187      Valo113430
## 1188         IronD25
## 1189     Horseengine
## 1190     badgaldanni
## 1191     wandakunpls
## 1192     TTVAlaerias
## 1193          OwwlUw
## 1194     bippolarcat
## 1195 PirataPastelera
## 1196          OwwlUw
## 1197     LOL_Art_Bot
## 1198          OwwlUw
## 1199   Nashors_Tooth
## 1200     LOL_Art_Bot
## 1201    otakujigwang
## 1202     bonstardore
## 1203          OwwlUw
## 1204          OwwlUw
## 1205          OwwlUw
## 1206 ForeverCatrado1
## 1207          OwwlUw
## 1208          OwwlUw
## 1209         gaX3_23
## 1210 AlejandroOVel23
## 1211     Pedro_Luxio
## 1212    TwilightNyxx
## 1213   yukililapudel
## 1214         Meelo_U
## 1215      aordaz2546
## 1216        fffalgui
## 1217          OwwlUw
## 1218     ZedPrincess
## 1219         banwisu
## 1220  IntrinsicGames
## 1221  kodokuteIeport
## 1222    PHA_Coutinho
## 1223 umbransovereign
## 1224  IntrinsicGames
## 1225    PHA_Coutinho
## 1226     papuchochoe
## 1227     Spideraxe30
## 1228  Zeri_Cafeinada
## 1229  Zeri_Cafeinada
## 1230    fleur_flora_
## 1231          A26301
## 1232          OwwlUw
## 1233         SaqiUwU
## 1234  LilyTheFlorist
## 1235       SrGeneric
## 1236     KassiaStark
## 1237    Animexlover6
## 1238        P_X_T_Yz
## 1239     vvhitevvoIf
## 1240       ppopyster
## 1241     aishiteamor
## 1242     LOL_Art_Bot
## 1243 Anthony87651440
## 1244      RoseXRaven
## 1245        ariku_98
## 1246   justacaIamity
## 1247  MatthewTan7544
## 1248         _Kyousz
## 1249        Parmetan
## 1250       JayceSimp
## 1251       SeoRanRan
## 1252   CookieBadger6
## 1253      CounterLoL
## 1254     ladywolffie
## 1255    Akalynn23468
## 1256      klmoore_03
## 1257          0__O22
## 1258      MineVoidMC
## 1259      alexahmeow
## 1260      ZyroXandra
## 1261    myastheniaMG
## 1262  IntrinsicGames
## 1263      rottenyote
## 1264  IntrinsicGames
## 1265  IntrinsicGames
## 1266  IntrinsicGames
## 1267 ElcyyTheGobbler
## 1268       MrcrunchU
## 1269        moonzlyx
## 1270      hayate_ray
## 1271         DekoDGS
## 1272      PoroSandia
## 1273    AquaraxKaiju
## 1274  sasoxichomoshi
## 1275       Darthlixp
## 1276   AstralPotato0
## 1277         ar_yoop
## 1278        LASTWlSH
## 1279   morbidmoonart
## 1280 JumaraloHexCore
## 1281        wuzeirou
## 1282     hermeticuss
## 1283         LyaHime
## 1284         Lynxi__
## 1285       miemeoww1
## 1286        LDcoolVJ
## 1287      Zeikanchan
## 1288   epidemic_pain
## 1289     kogucik1519
## 1290      zipperbean
## 1291        SnipuReq
## 1292     LOL_Art_Bot
## 1293     LOL_Art_Bot
## 1294     LOL_Art_Bot
## 1295     sett_abuser
## 1296         IziBrah
## 1297      Batata_owo
## 1298   religion_jinx
## 1299   religion_jinx
## 1300  IntrinsicGames
## 1301 AmbivalentSlime
## 1302   religion_jinx
## 1303        noddy182
## 1304      seethecool
## 1305 Humble_Alex_fan
## 1306       KenopsiaW
## 1307     lotlapecera
## 1308   religion_jinx
## 1309   religion_jinx
## 1310      krakencigh
## 1311       Maymaysz_
## 1312    OrganoidZero
## 1313   religion_jinx
## 1314      MemyMemLoL
## 1315      gebo201410
## 1316 Pineapp22572727
## 1317      FoxySuzune
## 1318 Pineapp22572727
## 1319 Alonso024836477
## 1320 Pineapp22572727
## 1321     dmorales115
## 1322   Merciful_Crow
## 1323     1C4NTST0PM3
## 1324  TheKeyWeveLost
## 1325 EmeraldStalwart
## 1326 RavenMorningst6
## 1327   LordePeitocas
## 1328      IcyBlackGG
## 1329  bubblebubble_8
## 1330 RavenMorningst6
## 1331       _face1ess
## 1332 RuinedNecrokami
## 1333 RavenMorningst6
## 1334  Mariposa_Doida
## 1335  Blond_Slutgirl
## 1336         HygaraS
## 1337        RemoraOH
## 1338         hayxday
## 1339     AmarisHisae
## 1340       artkayama
## 1341     _Double_L__
## 1342 WindaSi14397179
## 1343 Benjami89760141
## 1344         IsshelS
## 1345       halemarii
## 1346 TwilightSylveon
## 1347 Michael23506524
## 1348       Doris7988
## 1349       Doris7988
## 1350 streamerwallcom
## 1351      MineVoidMC
## 1352    daweaselbass
## 1353     AgentKiwi09
## 1354   Quang86567768
## 1355      jaguarlsey
## 1356        jothsuke
## 1357      khada_sama
## 1358       sockoroni
## 1359          LL1ONN
## 1360   Quang86567768
## 1361         apgadoz
## 1362    marshmallgom
## 1363     VortexSiren
## 1364  IntrinsicGames
## 1365  IntrinsicGames
## 1366  PauloMarcelo16
## 1367         sbl_580
## 1368       UmbraRuby
## 1369     Horseengine
## 1370     Horseengine
## 1371        pauji132
## 1372      talenthiel
## 1373    TioPoicoLoko
## 1374        Lluch_97
## 1375  raymanmago1265
## 1376      Navaldeus1
## 1377        koburoki
## 1378    DenkoDesign_
## 1379        txitoexe
## 1380     Reptiloid83
## 1381    Koco64954985
## 1382      Annie__Lee
## 1383        Sowora21
## 1384         gaX3_23
## 1385      lofigirlxo
## 1386     FairyDarius
## 1387      gabby_meds
## 1388        SOxkeoLs
## 1389 JaneczkoBrygida
## 1390      TagTeam008
## 1391        kaposury
## 1392        zombuppy
## 1393         railoth
## 1394     rotateXaxis
## 1395     LOL_Art_Bot
## 1396        Deirajda
## 1397    indigo_kagep
## 1398        Rirokito
## 1399     skruttpojke
## 1400         KlAMElS
## 1401         Susoeng
## 1402     VtuberDella
## 1403      NiceNerdTV
## 1404      Conankun66
## 1405  IntrinsicGames
## 1406 KarlMoo20450862
## 1407        KyRiiee4
## 1408  AlteredNonagon
## 1409    hottuck13579
## 1410      RoseBitchi
## 1411       DiedaLion
## 1412    art_of_arthy
## 1413     bunxianying
## 1414 Chloeisveryhott
## 1415      Peter_S325
## 1416         FaeteVT
## 1417      nsfwbarros
## 1418        ciderxii
## 1419      sarah_pim1
## 1420       Raaina619
## 1421       Raaina619
## 1422  ChavalitoSuave
## 1423     monkyonmain
## 1424           U_GYU
## 1425      Domorphism
## 1426     vi_cupcake_
## 1427    Shin_in_love
## 1428        thicario
## 1429   sailor_lunari
## 1430       fladporte
## 1431       dullman38
## 1432   AshlockKnight
## 1433       Hey__Enzo
## 1434 the_demystifier
## 1435 NadiaCarvajal14
## 1436      Dianee_idk
## 1437    DuskCamaleao
## 1438       lyel_mil3
## 1439    _AnimeFanboy
## 1440      JyLaverick
## 1441   lolwhangchest
## 1442    decalcomaniu
## 1443  Cheyenne_Valor
## 1444 Awaluneocxcanon
## 1445 JeanneBestRuler
## 1446   CuteaLavender
## 1447       yorickzoa
## 1448          prthnl
## 1449     LOL_Art_Bot
## 1450 carapherneeliia
## 1451   FancyRedScone
## 1452   yordleloveall
## 1453       spgoth523
## 1454       spgoth523
## 1455   FineekoPotara
## 1456       zeitfuchs
## 1457      martyjjang
## 1458     arenlovesvi
## 1459   cloudyy_gayys
## 1460  Cheyenne_Valor
## 1461        shiosesh
## 1462   Elfonomo_alto
## 1463       rredrriot
## 1464          IkAhr1
## 1465  JackAnanaStorm
## 1466       shinkumon
## 1467       Vi4Violet
## 1468       Asumi0114
## 1469         LyaHime
## 1470       Dark__127
## 1471         Qeboflu
## 1472      Sp1ne_Sh0t
## 1473      Sp1ne_Sh0t
## 1474     psychicwall
## 1475      XaNdiebean
## 1476      tapiyocaaa
## 1477  FernandoOrfila
## 1478   _Kawaii_Akuma
## 1479        CanalTGM
## 1480  bafodecachorro
## 1481     LOL_Art_Bot
## 1482      crayfish86
## 1483     javisan0302
## 1484          ZOE1SM
## 1485          pR10m5
## 1486    Aaronhart323
## 1487  TheChannelGage
## 1488  clay_slytherin
## 1489         HMo2309
## 1490       KIRArus51
## 1491  putrefactione_
## 1492    winterreyess
## 1493 xXfishlover69Xx
## 1494       KIRArus51
## 1495       KIRArus51
## 1496       KIRArus51
## 1497       ssstyle93
## 1498    AnandaYumeko
## 1499         3scu3r0
## 1500         Pug616P
## 1501       cchatskey
## 1502     your_palico
## 1503     Erodaicon_H
## 1504      MineVoidMC
## 1505     NiffyNifNif
## 1506   legendofthicc
## 1507        sanha666
## 1508     Sanchez1373
## 1509 Ladymardibujos1
## 1510 kishore_prasann
## 1511   redroselilith
## 1512       zoureimei
## 1513        Sugijuro
## 1514      R1chardzor
## 1515    yoongoboongi
## 1516      MikaUsagi1
## 1517        20_wendz
## 1518 Alexand81826424
## 1519         nixaris
## 1520  IntrinsicGames
## 1521          bcvr12
## 1522        Meowlico
## 1523 JerryBu49551618
## 1524     arcadia_who
## 1525         17YYANG
## 1526    NakanoMiku12
## 1527       ser0ser0_
## 1528      LaGiraffle
## 1529      GayGrayInu
## 1530      GayGrayInu
## 1531         sxokmin
## 1532   meu_mundo_meu
## 1533     laplante_01
## 1534     Artbadger82
## 1535       D1ANADUSK
## 1536       meeIgaroo
## 1537     FeatherBoy4
## 1538     LOL_Art_Bot
## 1539  spacegoat4ever
## 1540     LOL_Art_Bot
## 1541  IntrinsicGames
## 1542        reniichu
## 1543       jxmymxzon
## 1544    BillieCypher
## 1545      TagTeam008
## 1546        TyanaUwU
## 1547 SausageSmoothie
## 1548      TagTeam008
## 1549     comicaldust
## 1550        Ramus___
## 1551   yukililapudel
## 1552       EdinnaPie
## 1553        BTangLoL
## 1554        Agent152
## 1555       yuuneelli
## 1556    fan_valkyrie
## 1557       guze_tora
## 1558          wammlm
## 1559      TagTeam008
## 1560      akalishair
## 1561         radakn1
## 1562         gheymur
## 1563 nottingseriouss
## 1564  IntrinsicGames
## 1565       TaeYooNhy
## 1566  IntrinsicGames
## 1567   lifelight_fps
## 1568       yuuneelli
## 1569 angelic_morgana
## 1570         _amblee
## 1571 GANYITTOLOVEBOT
## 1572     thekaisaotp
## 1573       chibikchi
## 1574    putneyswope7
## 1575      visfreckle
## 1576        Oraangsh
## 1577  Chloe__Shepard
## 1578   thenightowl_x
## 1579     Ohmygosh413
## 1580          sxxmmv
## 1581   NEEKOLOVE0311
## 1582     LOL_Art_Bot
## 1583 RaidicThndercoc
## 1584     KoTinTrysaX
## 1585       DekDoy191
## 1586   bazelgeuse131
## 1587       CHOCOT4RT
## 1588   bazelgeuse131
## 1589         GMHTTYD
## 1590      lofigirlxo
## 1591     hiso_satoru
## 1592         Pug616P
## 1593       Hooni_Sam
## 1594         LinkyaG
## 1595    __Lemon_Tree
## 1596   FacuWithDelay
## 1597       munyag111
## 1598      FredsterV1
## 1599      BlackDahly
## 1600  LesbianReptile
## 1601         zaysonx
## 1602     LOL_Art_Bot
## 1603      dinahmatre
## 1604         Vlabla_
## 1605        fran7u7x
## 1606    Safira_Baran
## 1607       sirvosijk
## 1608      parapleurs
## 1609  IntrinsicGames
## 1610        S_Scout_
## 1611    moontips_ao3
## 1612     Regu_lii_us
## 1613        NisraLoL
## 1614     VtuberDella
## 1615   _dreamsvalery
## 1616        GzmLucas
## 1617        camiwahh
## 1618     sanity_less
## 1619     NonCuteLisa
## 1620    vanellope271
## 1621 Ibarakidoji1411
## 1622    ItsStillGrle
## 1623        TkxdYone
## 1624       Luis13551
## 1625       Asumi0114
## 1626      _Minorich_
## 1627       um_bunny_
## 1628   Efflyn_tweets
## 1629        aimufake
## 1630     xGamingRose
## 1631      Mineficent
## 1632  StarDust200445
## 1633        est_lord
## 1634        yumojiri
## 1635 bytesoftoxicity
## 1636     XMiguelZero
## 1637     XMiguelZero
## 1638      mambolina0
## 1639     XMiguelZero
## 1640     LOL_Art_Bot
## 1641     tamamomaeno
## 1642       Cookie3w3
## 1643      nujalagann
## 1644      sarah_pim1
## 1645  IntrinsicGames
## 1646        lazypoof
## 1647  IntrinsicGames
## 1648  IntrinsicGames
## 1649        lazypoof
## 1650     SwankJackal
## 1651  Matthewsherbet
## 1652   roguewolfgirl
## 1653     LOL_Art_Bot
## 1654       arleehale
## 1655        mirayrrr
## 1656          SCPSHJ
## 1657      ponnybritt
## 1658 RazenBabouche02
## 1659    Brais_Morujo
## 1660           yswip
## 1661        KinkJang
## 1662        gabusosu
## 1663   chantillylime
## 1664     LOL_Art_Bot
## 1665        anowanka
## 1666   flyindutchess
## 1667       foxicorns
## 1668   Chirping_arts
## 1669       GiaGiorva
## 1670   flyindutchess
## 1671      MineVoidMC
## 1672  EsportsTweeter
## 1673      bunsbread_
## 1674      MineVoidMC
## 1675 ULTIMATEFUKOUDA
## 1676   The_Saracen__
## 1677       howdia_ir
## 1678       Ingeroff_
## 1679          RDD_98
## 1680      gabby_meds
## 1681       Norstein_
## 1682     king___pete
## 1683     seolbim2022
## 1684       NeoNinfas
## 1685       LepsGames
## 1686   deathorlive99
## 1687   deathorlive99
## 1688        FPXDiego
## 1689     BooksndLife
## 1690     BooksndLife
## 1691     fuck1nprick
## 1692    everuderadio
## 1693          _Sixiw
## 1694      MidoriiGam
## 1695 candied_corpses
## 1696          nidz_l
## 1697 candied_corpses
## 1698          _Sixiw
## 1699 JosephF21058235
## 1700  DreamingAether
## 1701 MoonCakeBlossom
## 1702      confettier
## 1703    BooskAlcoolo
## 1704   Its_YaBoiJack
## 1705      podajkurwa
## 1706     LOL_Art_Bot
## 1707     Jossy201TRM
## 1708      JackNines_
## 1709      pendoragun
## 1710 belovedseraphim
## 1711       Son0fAGun
## 1712   alsiconpanini
## 1713     FuckTheGlue
## 1714     PhantasornL
## 1715      NoriGrace2
## 1716  SamTheMoose101
## 1717   alsiconpanini
## 1718        sotivesi
## 1719       Riot_Pain
## 1720   Kyoya02535746
## 1721        sotivesi
## 1722     Underidisui
## 1723          eiLCie
## 1724   ChillSpoon603
## 1725     timbergel08
## 1726          euaery
## 1727        ragammmm
## 1728          euaery
## 1729           CP0rk
## 1730          euaery
## 1731          euaery
## 1732    MarianitoNOB
## 1733          euaery
## 1734    crissy_valle
## 1735        Dio_Cena
## 1736          euaery
## 1737      Zapphiren_
## 1738          euaery
## 1739    irmk_helvasu
## 1740       sutausagi
## 1741   VincentDawn89
## 1742          PR013E
## 1743     Nsf91865050
## 1744 NetMoneyLearner
## 1745      PastelPine
## 1746     MagusRendus
## 1747        llsmarye
## 1748     MagusRendus
## 1749        Hoolies4
## 1750     KinnieTwice
## 1751       willcia07
## 1752   TheSeptimoMes
## 1753 lordofspiritsan
## 1754 SteamPunkRabbit
## 1755      HelpMe2137
## 1756     RabiidAngel
## 1757   ShorstackKing
## 1758       valooutre
## 1759       setsususu
## 1760      Benderswe1
## 1761  IntrinsicGames
## 1762      Benderswe1
## 1763 StreetPunkStyle
## 1764 EmanueleDomani1
## 1765      nino_najno
## 1766 atlanticsthetic
## 1767       CHOCOT4RT
## 1768     LOL_Art_Bot
## 1769   felixchong345
## 1770       FOkamiaka
## 1771    roseyoongity
## 1772    DiaDiamond12
## 1773    DiaDiamond12
## 1774     hochicoffee
## 1775    DiaDiamond12
## 1776     hochicoffee
## 1777      joyjangart
## 1778       YuuRiiiiz
## 1779     _MONOPH0BIA
## 1780     phelmorcego
## 1781        buddymjb
## 1782        Faeyrunn
## 1783  IntrinsicGames
## 1784       DaCruz_39
## 1785     1Artpoptica
## 1786  IntrinsicGames
## 1787    wosumusu1974
## 1788   Graphene_Tart
## 1789    MatasGuzman7
## 1790        m006098s
## 1791  spiritualtails
## 1792    XayahQuinzel
## 1793      Mi___TeNai
## 1794      Mi___TeNai
## 1795    Not_Zeratul_
## 1796    TylerDashArt
## 1797      nolettuce2
## 1798     AstorAstari
## 1799      Navin_chan
## 1800      sherry_zin
## 1801     ___Youmi___
## 1802      phantom_ko
## 1803        P00kN00t
## 1804      NotAnEgril
## 1805       OnlyMO___
## 1806  NynaSweetheart
## 1807     vexxingvixx
## 1808        caitvist
## 1809  IntrinsicGames
## 1810   einfach_jules
## 1811  IntrinsicGames
## 1812    RiokichiSnow
## 1813      GongYun_32
## 1814      GongYun_32
## 1815     KoTinTrysaX
## 1816 DonnaJo43302569
## 1817   luckygood1234
## 1818          JeffTh
## 1819     FeatherBoy4
## 1820          JeffTh
## 1821   koriafterdark
## 1822    BusinessDeer
## 1823    BobaTeaWench
## 1824        PTSDcore
## 1825        PTSDcore
## 1826      Broccolii_
## 1827          JeffTh
## 1828        rudy_fgc
## 1829   nebulous_newt
## 1830     postmorteum
## 1831  StrawbeePlushy
## 1832  StrawbeePlushy
## 1833     manholychee
## 1834          JeffTh
## 1835   SayukiArakawa
## 1836         wokie_5
## 1837   DuskHarlequin
## 1838        hypinico
## 1839      command_52
## 1840  IntrinsicGames
## 1841   bimbopaganism
## 1842     Arbiter0557
## 1843       TaiKyunA4
## 1844  _Saerandipity_
## 1845         mikouae
## 1846      Lava_Bird_
## 1847      JackNines_
## 1848        smysmysm
## 1849        CrimCrys
## 1850           C_J_E
## 1851 deepbluefeeling
## 1852       TaiKyunA4
## 1853        Kagetsyu
## 1854   miki_uchiha_3
## 1855        AstethNZ
## 1856  LadyVickytoria
## 1857        greyy_12
## 1858         aeimako
## 1859          Xeylen
## 1860       ilytshoto
## 1861       TaiKyunA4
## 1862     Doucelune24
## 1863        DarmetYT
## 1864      ravenfears
## 1865   Jennycorrea17
## 1866        Hati_05_
## 1867     LOL_Art_Bot
## 1868     LordShoyo27
## 1869     LordShoyo27
## 1870     LordShoyo27
## 1871     LordShoyo27
## 1872     Doucelune24
## 1873     alto_joshua
## 1874     Gray1239111
## 1875       LLinne922
## 1876   MoxieMuramasa
## 1877   RowdyRowdyRat
## 1878    xxivruthless
## 1879       meeIgaroo
## 1880       meeIgaroo
## 1881   AlexisDaPomky
## 1882      akiralolol
## 1883     mawarisaka3
## 1884     LordShoyo27
## 1885      that_ghoul
## 1886        haze_tkn
## 1887   mostimasinine
## 1888 ZgBGXEKnqc3xgC0
## 1889   AlexLockheart
## 1890         TaigaKC
## 1891         Pug616P
## 1892        marcky_z
## 1893    pinkydragonn
## 1894     LOL_Art_Bot
## 1895        AmarouLP
## 1896  Lafanartfuture
## 1897         v_vKat_
## 1898         jobmarr
## 1899         NIJISE_
## 1900       Stoots404
## 1901          pazl37
## 1902   EmpanadaDepre
## 1903      Druescilla
## 1904     neekosbread
## 1905  preheatoven666
## 1906        JabaSong
## 1907  preheatoven666
## 1908  preheatoven666
## 1909  Dexholder_Ruby
## 1910   QuinneJojofag
## 1911       smilewept
## 1912        laufvers
## 1913  Dynamic_violet
## 1914   StarIoannis25
## 1915     Iobandrades
## 1916  Dynamic_violet
## 1917        Mewchiip
## 1918     LOL_Art_Bot
## 1919   Steph_J_Millz
## 1920       nn2020192
## 1921        Kip00101
## 1922      Kagomesama
## 1923       RyeBreado
## 1924    OoviKatNeeko
## 1925      MattVreche
## 1926    pommepompom_
## 1927       pandatexb
## 1928    Yoghuts_thar
## 1929       ElandEnzo
## 1930      gamerr4444
## 1931 AdamWhi01826851
## 1932     LOL_Art_Bot
## 1933     LOL_Art_Bot
## 1934    BobaTeasNuts
## 1935       ElandEnzo
## 1936       ST5upport
## 1937       Veebrat0r
## 1938       ozzusheep
## 1939 ElizbethLaCroix
## 1940    radiant_lite
## 1941      Hexteching
## 1942     Bel_the_Bel
## 1943     FuggsLovely
## 1944       marikuroh
## 1945  IntrinsicGames
## 1946    MooncakePhel
## 1947 yong_tau_fu_art
## 1948 blueberryskyuwu
## 1949 Sherrie06541379
## 1950    TheCookiOreo
## 1951 Sherrie06541379
## 1952       THEDOMI98
## 1953    FunBunz_Fany
## 1954       _L_M_C_R_
## 1955         HuenHSV
## 1956       _L_M_C_R_
## 1957   dndisturbmode
## 1958    girlbosshisu
## 1959  LadyVickytoria
## 1960        Kywry247
## 1961  kittylovecharm
## 1962         271108_
## 1963      nolettuce2
## 1964 hextechenforcer
## 1965      Aharen_122
## 1966        atronixz
## 1967  NicholasDias3d
## 1968         Ekko_tv
## 1969       SigmaJust
## 1970      Leferismos
## 1971     LOL_Art_Bot
## 1972    EGG_Retweets
## 1973    korbel_marie
## 1974          SBAFag
## 1975      sappysapph
## 1976        Chan1Sio
## 1977      rotelanico
## 1978 William46237988
## 1979     _MONOPH0BIA
## 1980  IntrinsicGames
## 1981 DonnaJo26713385
## 1982       lqdiycris
## 1983    cloudbeifong
## 1984      insane_nya
## 1985     iiifalcoiii
## 1986    mizore_ame43
## 1987     Sanchez1373
## 1988        Haabibic
## 1989          niu_kr
## 1990        bii_mare
## 1991  StrawbeePlushy
## 1992  MilkySweetTeaa
## 1993    Dowgymeister
## 1994      KosmicKali
## 1995    _artfulpages
## 1996      vinkca_san
## 1997 Emiliano_Funes1
## 1998    Cerberic_art
## 1999 Beiguangiscanon
## 2000        Malnoran
## 2001   bunny_babbits
## 2002 JulioGo61201740
## 2003    Bunny_Blushx
## 2004  IntrinsicGames
## 2005    luminal_zero
## 2006       eliisvoid
## 2007      FoodLoverD
## 2008  super_snuffles
## 2009 Emiliano_Funes1
## 2010      DDLiebling
## 2011      DDLiebling
## 2012         muuhdee
## 2013        k1tastic
## 2014       kyuni0250
## 2015      EggsTeaSea
## 2016         i5G_nLn
## 2017       xlqnchlrh
## 2018     Godspeed207
## 2019   BrokenMoon___
## 2020        yumiibon
## 2021 DarkSyndraQueen
## 2022   Orlando_Clark
## 2023      astraember
## 2024    rafatroll450
## 2025     gentleduck_
## 2026   StrongFoxie13
## 2027         dera_uh
## 2028       birzgalis
## 2029          phsfgg
## 2030      gabsmfuckz
## 2031     jojosesito_
## 2032       sylvieshx
## 2033    Smol_Fox_Boi
## 2034   VTuberTweeter
## 2035   ChristmasMilo
## 2036         davum20
## 2037     lhannah2004
## 2038  GabTheBigBully
## 2039  IntrinsicGames
## 2040   Assbukiriyako
## 2041  IntrinsicGames
## 2042 visecurityguard
## 2043        tinydxve
## 2044        rukasuzz
## 2045         TaiCywr
## 2046         Quenos2
## 2047    ChiyukiRamen
## 2048      VriskaChat
## 2049     inorihammer
## 2050        EEErolis
## 2051  Kris_Scribbles
## 2052    07Elisabeth_
## 2053     morimustdie
## 2054        BlankLA_
## 2055        RSmolyne
## 2056      beidoudrip
## 2057         joaotmx
## 2058        Oraangsh
## 2059      bunnymiilk
## 2060 noselfawareness
## 2061    MidnightG246
## 2062 kosame_kisaragi
## 2063   sebascheredia
## 2064         C3ijas1
## 2065     homohextech
## 2066         C3ijas1
## 2067    xxivruthless
## 2068     LOL_Art_Bot
## 2069      raidenning
## 2070         Truslei
## 2071      Shaycook20
## 2072      astraember
## 2073      caffetaffe
## 2074    Olsen_JayceT
## 2075      riffle2014
## 2076      command_52
## 2077   Jesus81383519
## 2078     sapolicuado
## 2079        Wrb_neon
## 2080 Kaiju3nthusiast
## 2081  ahrislovecharm
## 2082  IntrinsicGames
## 2083  IntrinsicGames
## 2084        niccichi
## 2085        niccichi
## 2086       arafolie_
## 2087       DOGBYTES_
## 2088    MooncakePhel
## 2089    ferjkiramman
## 2090      IzzyKuma66
## 2091    xluminouslin
## 2092       ALEJOlize
## 2093       roguebeau
## 2094      xNotOrange
## 2095         ty0410z
## 2096  ElikaVioletAO3
## 2097       tuo_marsh
## 2098         Yuoneeh
## 2099    loonatrash22
## 2100        nakamuho
## 2101       dinkndots
## 2102      GabyFirmo1
## 2103        Solus_51
## 2104        rooibokk
## 2105       SeuArcano
## 2106     Marcy_Anime
## 2107       Metataros
## 2108  _galacticghost
## 2109      Scarab2256
## 2110  babygirIwonwoo
## 2111  Hallowedseamss
## 2112       peachfuit
## 2113 HextechBrainrot
## 2114  babygirIwonwoo
## 2115  babygirIwonwoo
## 2116        BlakHntR
## 2117  babygirIwonwoo
## 2118        AYAK4SBF
## 2119       peachfuit
## 2120  babygirIwonwoo
## 2121     OWorthyFool
## 2122       ArentGoob
## 2123   peachmagician
## 2124          enenn2
## 2125          Kioky6
## 2126 JohnMar92131581
## 2127  babygirIwonwoo
## 2128  IntrinsicGames
## 2129  babygirIwonwoo
## 2130   MagnetGame216
## 2131          uurrlt
## 2132    Ryouta201113
## 2133      RhinoMemes
## 2134        _Misumii
## 2135   AgustinVacani
## 2136     MapacheEdgy
## 2137  GothgirlloverT
## 2138 StringsNBullets
## 2139    Lyonnaise101
## 2140   XxannamalikxX
## 2141      lipkiihren
## 2142 summerswirlarts
## 2143        LansDraw
## 2144         aleriy_
## 2145      GabyFirmo1
## 2146        S_Scout_
## 2147        AkutoRen
## 2148         baruuk_
## 2149 LightningBaron1
## 2150 LightningBaron1
## 2151         sbsmdky
## 2152 LightningBaron1
## 2153 LightningBaron1
## 2154 LightningBaron1
## 2155 LightningBaron1
## 2156 LightningBaron1
## 2157       Carl44lol
## 2158    KcalbGabriel
## 2159 LightningBaron1
## 2160     haleyalien_
## 2161       jh_am1302
## 2162        sakatemi
## 2163       MargaSofr
## 2164    VexAntidepre
## 2165  sr_andypanda18
## 2166      PogBlossom
## 2167       kilistent
## 2168       Faeyrinn_
## 2169 MattockMechanic
## 2170     ArthaielEng
## 2171      xOttoMatic
## 2172        ZaptyzXD
## 2173   Armanditto100
## 2174 Chechii_Chepito
## 2175      mathrookie
## 2176 Carolin26512460
## 2177     helloducky7
## 2178     InfectedMew
## 2179      SoroDaBlob
## 2180     InfectedMew
## 2181  TidalWavesLion
## 2182     MtsCarmesim
## 2183     VintageAron
## 2184       holy_ngao
## 2185   StrongFoxie13
## 2186    duckyzequack
## 2187       mimiendos
## 2188 Lark_Baudelaire
## 2189   machfawnthree
## 2190       marivayne
## 2191  nomoreesports_
## 2192  nomoreesports_
## 2193       KazandPaz
## 2194       guacemoly
## 2195        feernobb
## 2196 thegirlwithotps
## 2197     Fructose_39
## 2198        Haabibic
## 2199  Virana74024290
## 2200        xKiilash
## 2201     LeNyanPurrr
## 2202        mustyOwO
## 2203   Gwen_The_Derp
## 2204        kizuxiie
## 2205     coffeecottn
## 2206        Neuroify
## 2207 Chiccharron____
## 2208    Micchonstars
## 2209        KuAksoft
## 2210        KuAksoft
## 2211      wafflemiks
## 2212       Vailynn__
## 2213    tsubasabless
## 2214 pikachuelpirata
## 2215     CaitViWhore
## 2216       dvm351974
## 2217  CommanderSquee
## 2218 BiancaLindonel4
## 2219      MineVoidMC
## 2220    MrLagTheKing
## 2221      MineVoidMC
## 2222    leankuroneko
## 2223     CaitViWhore
## 2224        TAMNALUX
## 2225     Iya_Marilyn
## 2226 JeanneBestRuler
## 2227    PeridotNunes
## 2228   Sulkyfridge01
## 2229       Blissium1
## 2230      Nanopnanop
## 2231    leankuroneko
## 2232  LadyVickytoria
## 2233       Loonie090
## 2234  LadyVickytoria
## 2235        Akiataff
## 2236      sindavar33
## 2237   soggie_goblin
## 2238        Fionn_23
## 2239         AlezzKY
## 2240          R6plUl
## 2241 HibikiTodorokiV
## 2242      jinxghost_
## 2243          k1ekaa
## 2244     yoou_haruna
## 2245       Evisamora
## 2246       UrelemDX1
## 2247   limblless_art
## 2248    KOOPATROOPRT
## 2249   limblless_art
## 2250      SonneKaeya
## 2251         _Meduka
## 2252        vreiskph
## 2253      kim_shakek
## 2254    AlexissEdith
## 2255   Akatsukiman15
## 2256     momiko_dayo
## 2257         Truslei
## 2258   Justathrowlol
## 2259    sequestrata_
## 2260 SandyEs15186927
## 2261      sophiamap_
## 2262     LOL_Art_Bot
## 2263     PROJECTJhin
## 2264     RabiidAngel
## 2265    PotatoDevil2
## 2266 LightningBaron1
## 2267 LightningBaron1
## 2268 LightningBaron1
## 2269          443Eze
## 2270 LightningBaron1
## 2271     FRCretweets
## 2272       monoakasi
## 2273      opalcoyote
## 2274      no96990404
## 2275      KraxlerFox
## 2276      KraxlerFox
## 2277          LYCA0N
## 2278     krissibarks
## 2279   CaravanLurker
## 2280    froggiehands
## 2281       lillylimm
## 2282    sequestrata_
## 2283     MerelyMoore
## 2284         yokumka
## 2285     LOL_Art_Bot
## 2286         yokumka
## 2287     astro_kitsu
## 2288     Wolfrayne17
## 2289     Ryklonprime
## 2290         virksie
## 2291       THEDOMI98
## 2292        Aumtimus
## 2293   Raychel_Draws
## 2294 ibonedrawhentai
## 2295        sanha666
## 2296  nomoreesports_
## 2297        Belzagat
## 2298    Kurono_Gaara
## 2299  IntrinsicGames
## 2300       IanMika15
## 2301       Loonie090
## 2302     Homeboy_226
## 2303   KrimsonMaiden
## 2304       Thanadess
## 2305   ArtLaceDreams
## 2306       rakanpaws
## 2307    micsouleater
## 2308     gambacchino
## 2309    HexxedWriter
## 2310  Catmint7777777
## 2311 Liddell_FinchAG
## 2312     _moonclairs
## 2313      sorie_meow
## 2314  connorgetsownd
## 2315     _vaizravana
## 2316    poisonbatcat
## 2317       FOkamiaka
## 2318       Kaethuhlu
## 2319       Hasenreag
## 2320  artchronicles_
## 2321   jandrereserva
## 2322     LOL_Art_Bot
## 2323   messy_diglett
## 2324       chuunyuyu
## 2325        TheExtah
## 2326       chuunyuyu
## 2327         HygaraS
## 2328     alto_joshua
## 2329      mastermepp
## 2330           K0hnM
## 2331      FellHound_
## 2332      PogBlossom
## 2333         HygaraS
## 2334    PppizzaRolls
## 2335           Ninv_
## 2336 Lwasunavailable
## 2337 BaphometCosplay
## 2338    hollowparvus
## 2339      PogBlossom
## 2340         kikyker
## 2341     SpaceDrinks
## 2342     Cryz_Ekisde
## 2343    Lunarkinesis
## 2344    Lunarkinesis
## 2345      gappy_shen
## 2346       PunpunPyo
## 2347  Strawbunny2077
## 2348  supersparta333
## 2349      CorrinMaya
## 2350     avalanchezz
## 2351        Crissawa
## 2352   cosmicjirachi
## 2353        KyRiiee4
## 2354      shikitohru
## 2355       kryzetano
## 2356 YeoReum56993351
## 2357          Yewyii
## 2358      DeerSkin27
## 2359   Justathrowlol
## 2360     jddhjej6969
## 2361     FRCretweets
## 2362  IntrinsicGames
## 2363  IntrinsicGames
## 2364      luxdodi3be
## 2365      Navin_chan
## 2366    OrganicalCat
## 2367 Pasta_al_tonno_
## 2368  windowwisteria
## 2369    PeachyVision
## 2370        sio_wave
## 2371 fellfromheaven2
## 2372  LesbianReptile
## 2373         AsheSoy
## 2374       GPirate12
## 2375  kphwu7554h3_hg
## 2376  IntrinsicGames
## 2377    hollowparvus
## 2378 verysafeforarty
## 2379      bunniyspit
## 2380     mie77014827
## 2381     RABIESGIR1L
## 2382       val_cainx
## 2383       zlemonpie
## 2384     BungusLover
## 2385    daweaselbass
## 2386 ValVolinori1944
## 2387  GenderDruid420
## 2388  Isthefickleone
## 2389      kinako_077
## 2390   StarIoannis25
## 2391   victorius_ana
## 2392     LOL_Art_Bot
## 2393     Biscoittin1
## 2394  VisFavgauntlet
## 2395      EmeraldPSD
## 2396      zNathuszzz
## 2397         drxgss8
## 2398         DrLokki
## 2399           Ninv_
## 2400       manby2121
## 2401        KyRiiee4
## 2402 SilverAMeowmeow
## 2403        Sc4rl3t_
## 2404        larcmaia
## 2405       fladporte
## 2406         Jjft645
## 2407       kataluxie
## 2408  DoujinMaster69
## 2409      MineVoidMC
## 2410        Keitane_
## 2411        Keitane_
## 2412      PXNDX83926
## 2413          CAlTVl
## 2414    MoItenManiac
## 2415       aevallare
## 2416      Samyc_2014
## 2417  IntrinsicGames
## 2418      sincophant
## 2419  IntrinsicGames
## 2420      Nagiisa707
## 2421  cxzw1234567890
## 2422    MidnightsCos
## 2423      PecanSanVT
## 2424      green_ram7
## 2425       KArchetti
## 2426    EthheRegerge
## 2427 Fernand01625188
## 2428     LOL_Art_Bot
## 2429 streamerwallcom
## 2430     LOL_Art_Bot
## 2431       naeunvlog
## 2432      maiddonart
## 2433     Simpgamer01
## 2434     akali_lover
## 2435 thegentlesadman
## 2436     MoB12027886
## 2437     Ragz_Melody
## 2438        __kirene
## 2439   Raychel_Draws
## 2440   SrirachaWhale
## 2441       DarkVexon
## 2442      xNotOrange
## 2443     jamekungOwO
## 2444       frann_boo
## 2445        KaguXIII
## 2446     VintageAron
## 2447        Yordetta
## 2448   PUNPUN0N0DERA
## 2449        moonxpov
## 2450        InkuGrim
## 2451    RickKisaragi
## 2452       meungsoul
## 2453          halfmx
## 2454 vistands4violet
## 2455    possumshanty
## 2456     navorispath
## 2457  IntrinsicGames
## 2458     rockstarxby
## 2459  IntrinsicGames
## 2460     ___Youmi___
## 2461  gaberoidthe2nd
## 2462 Eclipse_Phalanx
## 2463     RalConchas2
## 2464        Phytos10
## 2465       Wetaanya1
## 2466      Ty75217357
## 2467  themermaidstyx
## 2468    AriiOxenfree
## 2469 Eclipse_Phalanx
## 2470  DrunkInSorrows
## 2471  AsswecanSenpai
## 2472    MikhelaRosko
## 2473  IntrinsicGames
## 2474      arcaneekko
## 2475  IntrinsicGames
## 2476    Toriatte0926
## 2477        pireputo
## 2478       Cesaron59
## 2479         SaqiUwU
## 2480       FrekiBite
## 2481     minkerfoils
## 2482     LabarreTheo
## 2483        ac3orsai
## 2484       Aleramtz2
## 2485  SwordsManYasuo
## 2486       dinkndots
## 2487         mieIIa_
## 2488       merya1891
## 2489    NoirLadyever
## 2490        MknD_Jos
## 2491 AvatriceGrdlhrk
## 2492        AkutoRen
## 2493   SteffenRenger
## 2494 AvatriceGrdlhrk
## 2495   ClaraTehKitty
## 2496        Nesstg_C
## 2497       kenmanism
## 2498       Mitsuriaa
## 2499  Arcanemachine1
## 2500        Keitane_
## 2501        Keitane_
## 2502  _usagi_haruhi_
## 2503 legendas_brasil
## 2504        EXlink32
## 2505       RaiStar18
## 2506        Keitane_
## 2507           RdcUw
## 2508  marytweetsmtms
## 2509    yourkilljoys
## 2510        iisazora
## 2511         Fazbott
## 2512  sandralamador1
## 2513      FoxySuzune
## 2514     gunsforcait
## 2515 transcendentlux
## 2516 lovely_protagon
## 2517   Naphatchaya10
## 2518      monnnsseee
## 2519        viesolde
## 2520        Tsukiomi
## 2521        _zeemug_
## 2522  PlumedPunisher
## 2523     LOL_Art_Bot
## 2524       itmebebii
## 2525    bittyburrito
## 2526        _zeemug_
## 2527 kuristiandiorkk
## 2528 ibonedrawhentai
## 2529     TTVBrianFRG
## 2530        JoulkerM
## 2531        _zeemug_
## 2532       fsundae55
## 2533  GabTheBigBully
## 2534    fangerriffic
## 2535        Punpress
## 2536        _zeemug_
## 2537     jinx_kinner
## 2538        Punpress
## 2539        _zeemug_
## 2540        _zeemug_
## 2541       campesnap
## 2542       angeeelsw
## 2543      VatsOfGoop
## 2544     Linialomdil
## 2545  3carasnumamoto
## 2546       XSaphira2
## 2547        osodog12
## 2548     saito_san23
## 2549     saito_san23
## 2550         ODB_ORG
## 2551        cosmeows
## 2552     RacsitOscar
## 2553 Richell35099639
## 2554       NendoKame
## 2555        Rafaalkr
## 2556        eliaaexe
## 2557     RieSonomura
## 2558         Xabla45
## 2559  IntrinsicGames
## 2560      FishyGrill
## 2561      Kaziks_619
## 2562       severarte
## 2563        _nebeski
## 2564      MineVoidMC
## 2565       roxxa5481
## 2566  skepticdoodles
## 2567  TacosareTasty5
## 2568 arcane_brainrot
## 2569       mialoette
## 2570    bonjour_hero
## 2571      dumbpiltie
## 2572      aeon_xayah
## 2573         Sa1oNam
## 2574        osodog12
## 2575 SocialDesignCr1
## 2576        konisrow
## 2577    DespairGamma
## 2578     LOL_Art_Bot
## 2579        saoimyth
## 2580     LOL_Art_Bot
## 2581      MineVoidMC
## 2582  NaughtyNocturn
## 2583         HygaraS
## 2584       VTCK_2022
## 2585       BelialHoe
## 2586         kaput_j
## 2587 oleandrinhoreal
## 2588   Sw33tEdgyD0gg
## 2589      ennautilus
## 2590        vicaitzz
## 2591  bluestar121797
## 2592       Raposa_SQ
## 2593      ennautilus
## 2594 JulieRo98205390
## 2595      DeviLyLily
## 2596    Didi_Scarlet
## 2597       RetweetVT
## 2598     Lololohan69
## 2599      gwenphoria
## 2600       g_porcayo
## 2601      JuMaShorda
## 2602 blossomwritingg
## 2603 whatisthissheet
## 2604          fxncx4
## 2605   VTuberTweeter
## 2606         JeDropR
## 2607    mauriciorb82
## 2608         iminix_
## 2609      CryptidSeb
## 2610    Noemimi_Fran
## 2611      podajkurwa
## 2612     Retweelgend
## 2613     saito_san23
## 2614    Black3wing69
## 2615        midonesa
## 2616        kriss246
## 2617  IntrinsicGames
## 2618     cyberlele02
## 2619    a_daydreamin
## 2620      EmiliapcCP
## 2621    moraicosplay
## 2622 HeadBangerPoppy
## 2623     woodchipp17
## 2624      CENDRlLLON
## 2625 projectduality_
## 2626      MidoriiGam
## 2627        mxrinori
## 2628     ChuuPamela5
## 2629 CrzedJuggernaut
## 2630       fapfaplml
## 2631      caitlinmkz
## 2632  caitlynstophat
## 2633  Moleculartears
## 2634  lilliafication
## 2635 Pancho221039660
## 2636  mitskisfavhomo
## 2637    major_namada
## 2638      belledalle
## 2639 EmilyHa19633868
## 2640       Sharjamon
## 2641          Kxinix
## 2642     KinnieTwice
## 2643       fronezone
## 2644  StrawbeePlushy
## 2645       invuaseul
## 2646  mitskisfavhomo
## 2647       dinosdoor
## 2648        TAMNALUX
## 2649    KOOPATROOPRT
## 2650        wulfyihh
## 2651       kremotaro
## 2652 kingofmisthaven
## 2653       munsturCS
## 2654 kingofmisthaven
## 2655   HellToTheNo11
## 2656        r0kensia
## 2657          bop911
## 2658  crytical_error
## 2659     excalibreed
## 2660         MeliPXI
## 2661  W4nderingstar1
## 2662       lilyzbell
## 2663     asimm_asimm
## 2664 GenericName0042
## 2665        vafanoir
## 2666  IamBenStirling
## 2667  LavaniOfAnhult
## 2668  vishotcupcakee
## 2669        seungGix
## 2670       HaidyKnox
## 2671 Cass2Gaige2lift
## 2672         SaqiUwU
## 2673      kiwiclipse
## 2674 DakotaWayneNels
## 2675        _chenlie
## 2676       whimsican
## 2677      lexasjamie
## 2678        Bitty_in
## 2679      caitIynsvi
## 2680      GwenFanAcc
## 2681 BloodyCookieUwu
## 2682  Ms_PinkSpartan
## 2683    MooseLord150
## 2684     HallowedNat
## 2685        lKokito_
## 2686  IntrinsicGames
## 2687          bop911
## 2688   Mama_Kiramman
## 2689     evehateclub
## 2690       elenMEXll
## 2691 tsisqua_unoyvgv
## 2692       elenMEXll
## 2693    MonkGymBunny
## 2694     LOL_Art_Bot
## 2695     LOL_Art_Bot
## 2696   JoeySpecialEX
## 2697       XaijaHawk
## 2698       ezredwan0
## 2699       Mikatsiii
## 2700       sockoroni
## 2701    Nessa_Avatar
## 2702       psyemocon
## 2703      DeeVulture
## 2704   Perkdashboard
## 2705       palmsvvay
## 2706        Mikonon_
## 2707        jogoagui
## 2708     SimpForCait
## 2709 GrdGeneralSwain
## 2710       Vexnalrum
## 2711     OxenfreeAO3
## 2712       vcvcvc516
## 2713       salas_doc
## 2714         biforvi
## 2715    sapphiccwolf
## 2716    velvetcaitvi
## 2717     everfrost37
## 2718 Lucky_apple_cos
## 2719        ahiruzin
## 2720         skiwiak
## 2721        cyframes
## 2722      DDLiebling
## 2723    Boopitybooma
## 2724      prettym4ge
## 2725      Broccolii_
## 2726      gabby_meds
## 2727      Lucanavart
## 2728   Josstevaan_22
## 2729   50spadesofgay
## 2730      gabby_meds
## 2731      gabby_meds
## 2732          Raiztt
## 2733   JoeySpecialEX
## 2734        nemshifn
## 2735   Josstevaan_22
## 2736    KimThanhTrn1
## 2737        NkUlises
## 2738     vis_cupcake
## 2739        NkUlises
## 2740       SH1GADABI
## 2741 CarlosL48818423
## 2742   Infernal_Gaia
## 2743     LOL_Art_Bot
## 2744        nixtenaa
## 2745        iam4_LOL
## 2746     woodchipp17
## 2747   Maluma_Malysh
## 2748      EVAUNlT_00
## 2749  IntrinsicGames
## 2750 rulerzreachfan3
## 2751  IntrinsicGames
## 2752         Ganzir2
## 2753      durani_art
## 2754   Kimmy52368001
## 2755 RaindropsLovely
## 2756      AlvarosZ08
## 2757         caniivi
## 2758      KingeGamer
## 2759 Miyakowasurelol
## 2760        k1ngzani
## 2761         LyaHime
## 2762      marconinet
## 2763  TrueDarkness35
## 2764      KimuraTris
## 2765     CloudyGoaty
## 2766  M1ssM0n0chr0m3
## 2767       ShyVortex
## 2768       Gonza_gc2
## 2769      SpyneMount
## 2770     Batin_Black
## 2771          __teqU
## 2772 belovedseraphim
## 2773 streamerwallcom
## 2774    daweaselbass
## 2775       kirrraman
## 2776    daweaselbass
## 2777   labryswielder
## 2778  miss_nothingO1
## 2779       THEDOMI98
## 2780          shtwvv
## 2781      command_52
## 2782    micsouleater
## 2783        Yoxfairy
## 2784 AmbivalentSlime
## 2785     LOL_Art_Bot
## 2786        YugureAi
## 2787     kohakukatou
## 2788     OSHIEDAKAYN
## 2789   Alarothserana
## 2790 streamerwallcom
## 2791 Luisbla73292189
## 2792 StringsNBullets
## 2793        OGdedrul
## 2794       Darthlixp
## 2795     Retweelgend
## 2796    Emery_Vtuber
## 2797        lekimbel
## 2798    Pan_dulceuwu
## 2799     LOL_Art_Bot
## 2800     LOL_Art_Bot
## 2801  IntrinsicGames
## 2802  EngelhardtSeth
## 2803         MakvbeX
## 2804  raymanmago1265
## 2805   thathiddencat
## 2806      larsquell1
## 2807         ar_yoop
## 2808        tirandsl
## 2809         EK04HR1
## 2810      PirobaLoca
## 2811      LeafaMokai
## 2812       GaboShiny
## 2813   Toxic20697657
## 2814     LOL_Art_Bot
## 2815     LOL_Art_Bot
## 2816     LOL_Art_Bot
## 2817       hyakuraii
## 2818 the_string_king
## 2819  LoLuizaINTZFAN
## 2820        moonxpov
## 2821    defiantdance
## 2822      bouncytuna
## 2823      1LonelyFan
## 2824 MayraTo21668248
## 2825 The_Snorkel_Ops
## 2826     GuiltySkull
## 2827        CATBR3AD
## 2828    daweaselbass
## 2829      PKRockinTM
## 2830         jobmarr
## 2831 RaidenEnjoyer_X
## 2832 RaidenEnjoyer_X
## 2833 Leonard80049351
## 2834     LOL_Art_Bot
## 2835    JuggerNotte_
## 2836        316Glock
## 2837     ArthaielEng
## 2838         BenZakk
## 2839  potatoetomato1
## 2840         RordyGG
## 2841  IntrinsicGames
## 2842      GwenFanAcc
## 2843        krcr2022
## 2844      AdalAurora
## 2845     NahuelDaz19
## 2846   BraianAlcocer
## 2847     Linialomdil
## 2848      Mrcastle08
## 2849       crepes_tm
## 2850         Numroid
## 2851     Retweelgend
## 2852     NicoleKW_3D
## 2853    yayakanDaily
## 2854        MrDragoR
## 2855 streamerwallcom
## 2856       jo_gnomeo
## 2857          LyxMun
## 2858        naphet34
## 2859     notmissdior
## 2860     diavolo_not
## 2861     DiegoTarin1
## 2862   AhmedMedhatxo
## 2863       RemaOtaku
## 2864          BUUM0_
## 2865  selfcestsenpai
## 2866    Pixcelerator
## 2867  LightsValhalla
## 2868     MacDoubleDT
## 2869 Isair_Soberanis
## 2870       Cypher101
## 2871   whxtelamb_cos
## 2872     LOL_Art_Bot
## 2873    defiantdance
## 2874        AllTaric
## 2875          nya__v
## 2876    rafatroll450
## 2877         ziIdjan
## 2878     Sanchez1373
## 2879   Sw33tEdgyD0gg
## 2880      Aidan_lol_
## 2881  IntrinsicGames
## 2882  IntrinsicGames
## 2883  IntrinsicGames
## 2884 LightforgedGwyn
## 2885   darkshade0101
## 2886       nokacarry
## 2887          ih8seb
## 2888 DnDClericHorgar
## 2889         la0niix
## 2890    2016Lostsoul
## 2891      profawnsor
## 2892           bimbs
## 2893    nicomistico5
## 2894       sutausagi
## 2895         ziIdjan
## 2896      iAmHypnosH
## 2897  SirMultifandom
## 2898  SirMultifandom
## 2899  nihilistic_max
## 2900       sleudonym
## 2901   StarIoannis25
## 2902   armandlerusse
## 2903     Forearms626
## 2904    ksenia_lewis
## 2905   Darth_Fan_Boy
## 2906 DariusR43955606
## 2907        Ajohnkat
## 2908   IronLiberates
## 2909   IronLiberates
## 2910 strawberrypurrs
## 2911  AyaMallowmarsh
## 2912     LOL_Art_Bot
## 2913      nsfw8witch
## 2914 yoberrystrawgur
## 2915      pubbymoder
## 2916   ChronusDragos
## 2917       Enki_Rin_
## 2918     ekkoportuga
## 2919  LilyTheFlorist
## 2920  IamBenStirling
## 2921   JubMakotoYuki
## 2922   JubMakotoYuki
## 2923        VtuberCC
## 2924  TheRuinedNymph
## 2925        DeonixLA
## 2926   Miyuki_Hinode
## 2927     AlexisVent1
## 2928      TRACE_USTP
## 2929          ZleW00
## 2930       dante173p
## 2931  TheRuinedNymph
## 2932        Guh_sanp
## 2933  TheRuinedNymph
## 2934  TheRuinedNymph
## 2935  TheRuinedNymph
## 2936    xluminouslin
## 2937    PyroAssass1n
## 2938  TheRuinedNymph
## 2939        Mikonon_
## 2940 chica_curiosa_1
## 2941   GalloKikiriki
## 2942 tweetfo71515312
## 2943   nuvemotimista
## 2944  IntrinsicGames
## 2945  Mundanekitten1
## 2946     Cannibal002
## 2947       Kyubiemil
## 2948        cahri_ai
## 2949     JackTiger61
## 2950     pauarqueros
## 2951     AndalusiaLu
## 2952    spiritofpity
## 2953 REGINAELEMENTUM
## 2954 REGINAELEMENTUM
## 2955 REGINAELEMENTUM
## 2956      zombiegab6
## 2957 REGINAELEMENTUM
## 2958    Jose_Gil1997
## 2959 REGINAELEMENTUM
## 2960    Fredic_Nieto
## 2961       ABCtheGUY
## 2962 Rori_Blackraven
## 2963        DeightDT
## 2964   real_dalio123
## 2965     Vis_caitlyn
## 2966     Salted_Beef
## 2967    heitortremor
## 2968    seventhcoord
## 2969     lilliamain_
## 2970          ayb3_m
## 2971         Ganzir2
## 2972  IllegalDustbin
## 2973 HeadBangerPoppy
## 2974 Silverofgolden1
## 2975    StellersJays
## 2976    StellersJays
## 2977        GDohosan
## 2978      MineVoidMC
## 2979         wiriia1
## 2980          morz4t
## 2981          NXelor
## 2982        niharu00
## 2983   XenoSeraphine
## 2984        niharu00
## 2985 Humble_Alex_fan
## 2986      CoreSinouh
## 2987    AquaraxKaiju
## 2988      MaxFire132
## 2989     Retweelgend
## 2990      MineVoidMC
## 2991      Navin_chan
## 2992 JamesBlackquill
## 2993 LEMONDOGicec0ld
## 2994      charlizemb
## 2995         tarkiov
## 2996      luv_astral
## 2997     jinxedstar_
## 2998 ellenripley1408
## 2999      cell0phan3
## 3000 StringsNBullets
## 3001          Ewizew
## 3002       namezero9
## 3003     GuiltySkull
## 3004    ChloeTheWivi
## 3005 Adrian_lessname
## 3006        ToniLh03
## 3007     LOL_Art_Bot
## 3008     LOL_Art_Bot
## 3009     LOL_Art_Bot
## 3010  autisticyordle
## 3011        Desmurff
## 3012      MineVoidMC
## 3013    AriiOxenfree
## 3014     wolfensnoot
## 3015   VTuberTweeter
## 3016         tarkiov
## 3017  IntrinsicGames
## 3018   TrashedMammal
## 3019      charlizemb
## 3020       am_tired_
## 3021        saito450
## 3022      lesbopal56
## 3023 PurpleYordlNSFW
## 3024     LOL_Art_Bot
## 3025 Yolanda85832856
## 3026     freifechter
## 3027         Golgrax
## 3028  Detrex00094877
## 3029   tsunagamerbr1
## 3030      bunkokoron
## 3031   _littlepoorme
## 3032       whizy3140
## 3033 UchihaT94977113
## 3034      bqrserklvs
## 3035    MuniveYanina
## 3036         PMari0o
## 3037 UchihaT94977113
## 3038 UchihaT94977113
## 3039      Cilantross
## 3040        CATBR3AD
## 3041 LuxannaDuCoutea
## 3042    Libiline_exe
## 3043    peeeeeinnnnn
## 3044       tashasgf_
## 3045    EnderPvP2015
## 3046   JoeySpecialEX
## 3047     LOL_Art_Bot
## 3048       10440Matt
## 3049        miimilch
## 3050     boneheadbum
## 3051  IntrinsicGames
## 3052 PabloAn48826577
## 3053        Eien7887
## 3054      Fukurokuya
## 3055 Awaluneocxcanon
## 3056       ashhhcsgo
## 3057       Kis4_Kash
## 3058        Eien7887
## 3059        DaMan_gg
## 3060  _thetinyknight
## 3061       astelcore
## 3062       JSherer20
## 3063         EZLOL_R
## 3064       Pacowski_
## 3065 melovehentai311
## 3066    nerdystrudel
## 3067    MOONSTlTCHES
## 3068       RetweetVT
## 3069  AnijsmelkLover
## 3070        Haabibic
## 3071      caitIynsvi
## 3072       data_gawd
## 3073 ilvjullyandrews
## 3074    wannastopnow
## 3075       requinn_e
## 3076     _VAMPIRATES
## 3077   riveressenc_e
## 3078         caniivi
## 3079         morxzas
## 3080       thehaakun
## 3081       thehaakun
## 3082  Virana74024290
## 3083    NelwishAlive
## 3084        timpinii
## 3085          Auvy3n
## 3086   ladyof_liight
## 3087  _another_tina_
## 3088         biforvi
## 3089      zipperbean
## 3090 LightforgedGwyn
## 3091       1_110_06C
## 3092      AllStarsLA
## 3093      DDLiebling
## 3094      Frappujiku
## 3095          _hilvc
## 3096       torimiyaz
## 3097    DiegoCiferri
## 3098     notanuggetz
## 3099      CappleProd
## 3100 LightforgedGwyn
## 3101      Hexteching
## 3102 LightforgedGwyn
## 3103      MineVoidMC
## 3104  eternalmercies
## 3105   lehnert_timon
## 3106      KokoLoreto
## 3107     Noxalways07
## 3108  Blooming_Blows
## 3109      GET_JlNXED
## 3110      kymkarasan
## 3111      KokoLoreto
## 3112      elshan0193
## 3113     LOL_Art_Bot
## 3114         erisrab
## 3115        kamaerta
## 3116  IntrinsicGames
## 3117  TheMelonBender
## 3118  TheMelonBender
## 3119  Arctic_Mirafox
## 3120 JeanTheQueen_13
## 3121 JeanTheQueen_13
## 3122    Gremlin_rat_
## 3123 JeanTheQueen_13
## 3124 JeanTheQueen_13
## 3125     DSeulrenity
## 3126 JeanTheQueen_13
## 3127    camilleorafk
## 3128         OniOzen
## 3129    batatacawboy
## 3130 JeanTheQueen_13
## 3131 JeanTheQueen_13
## 3132    YuumiZoomies
## 3133   imnotmartina_
## 3134      firepix515
## 3135      JorgeV1806
## 3136        TheRakis
## 3137 JeanTheQueen_13
## 3138       jellovice
## 3139  DuncanAbizaid1
## 3140      alya_seemo
## 3141 Tuffbomb_s4vi0r
## 3142 margare74215906
## 3143 JamesBlackquill
## 3144     FlyingKaida
## 3145    ootathcyrtss
## 3146      eazelpaint
## 3147      draconniax
## 3148     nekonathann
## 3149  IntrinsicGames
## 3150 WesselMontfoort
## 3151 Carolin26512460
## 3152  SummonerOrthan
## 3153     LOL_Art_Bot
## 3154    VulpisinLove
## 3155     LOL_Art_Bot
## 3156   Marie123Pizza
## 3157 cafecutiesoraka
## 3158    yourkilljoys
## 3159        bubu3488
## 3160      Peter_S325
## 3161        minicoru
## 3162      AfgathaOsa
## 3163      AfgathaOsa
## 3164       Duckonsea
## 3165        minicoru
## 3166      Mr_Golu_01
## 3167      AfgathaOsa
## 3168       Duckonsea
## 3169      AfgathaOsa
## 3170        buterzz_
## 3171    batatacawboy
## 3172       FrekiBite
## 3173 RockatanskyGirl
## 3174     sunaowolfie
## 3175     daily_viego
## 3176       AldyViego
## 3177       robot_rad
## 3178       robot_rad
## 3179       LEMONFlSH
## 3180  faeriefountain
## 3181       fudeberto
## 3182      ZigZagZett
## 3183    rainestorms_
## 3184      ZigZagZett
## 3185    PotatoDevil2
## 3186    karasunomajo
## 3187   Slenderwomanh
## 3188  IntrinsicGames
## 3189  IntrinsicGames
## 3190     Arbiter0557
## 3191  IntrinsicGames
## 3192        sasa_llm
## 3193     CuppaDoppio
## 3194 cyanobacterieee
## 3195 oleandrinhoreal
## 3196     belechtorVN
## 3197     LeonCorn_LC
## 3198   Indra82233438
## 3199   Steven_Islas1
## 3200 oleandrinhoreal
## 3201   AkiraKassadin
## 3202   _BoogiemanSam
## 3203          CAlTVl
## 3204      Jetstar245
## 3205       fluggzero
## 3206       Rest1ess1
## 3207     LOL_Art_Bot
## 3208     LOL_Art_Bot
## 3209    mitskiramman
## 3210      wonderjans
## 3211    rohan_ashido
## 3212     papuchochoe
## 3213    rohan_ashido
## 3214          sztrot
## 3215          vrike1
## 3216 ChopCho97295949
## 3217 vispantspouches
## 3218      DARKINCORE
## 3219    VisRomanNose
## 3220         Chashku
## 3221     kirammanhoe
## 3222  EBDLA_original
## 3223  EBDLA_original
## 3224     LOL_Art_Bot
## 3225      EnoshimaAJ
## 3226      EnoshimaAJ
## 3227  EBDLA_original
## 3228      cherry0eve
## 3229     mellyyang22
## 3230         Jinxour
## 3231       VTCK_2022
## 3232        MikeWu36
## 3233        phantcas
## 3234    Nessa_Avatar
## 3235        MikeWu36
## 3236  IntrinsicGames
## 3237  IntrinsicGames
## 3238       zemiizart
## 3239         imaiwon
## 3240     LOL_Art_Bot
## 3241     LOL_Art_Bot
## 3242    a_daydreamin
## 3243    JoyfulManati
## 3244      DeathBlue3
## 3245  VisFavgauntlet
## 3246     ashenhallow
## 3247        nyaayato
## 3248        CashursS
## 3249    ODII98473731
## 3250 AmbivalentSlime
## 3251       DNGR_Dave
## 3252       Valor_Bot
## 3253      insane_nya
## 3254       DNGR_Dave
## 3255       DNGR_Dave
## 3256       vcvcvc516
## 3257         HygaraS
## 3258    faroshuffle_
## 3259       yorickzoa
## 3260   loud_gothbird
## 3261 Albert_K_Vincen
## 3262    xayahsona_27
## 3263      ErrKira_ss
## 3264  IntrinsicGames
## 3265         Isgaruh
## 3266  IntrinsicGames
## 3267  LeSaintDauphin
## 3268      pjatek_art
## 3269       howdia_ir
## 3270       Lem0ncita
## 3271    RSilentNinja
## 3272        Ernan_64
## 3273       Elvinguhl
## 3274         jstsoni
## 3275     caitsviolet
## 3276         NIJISE_
## 3277         daritm1
## 3278     LOL_Art_Bot
## 3279    luca48434780
## 3280 SylasDesencade1
## 3281     crystalkayo
## 3282        TheMoro9
## 3283   RepulsiveMaid
## 3284 IceTrainer_Jean
## 3285    France_Verte
## 3286  Arcanemachine1
## 3287        caitvist
## 3288      losena_art
## 3289     LOL_Art_Bot
## 3290   Kamii23237368
## 3291 igrabbedthemoon
## 3292      SheepEddie
## 3293  IntrinsicGames
## 3294  WRlTTENlNSTARS
## 3295         Clieant
## 3296  IntrinsicGames
## 3297      DDLiebling
## 3298         lyqwann
## 3299         yoiokoo
## 3300      dumbpiltie
## 3301 Smoked_SalmonOG
## 3302       M4ier_lol
## 3303       megle1912
## 3304        Uness_YB
## 3305     LOL_Art_Bot
## 3306     LOL_Art_Bot
## 3307       Bunshee97
## 3308      Shaycook20
## 3309      Shaycook20
## 3310  The_von_Truber
## 3311 DarkSyndraQueen
## 3312   NocturnaDraco
## 3313      dumbpiltie
## 3314        Rianvids
## 3315       MrTragicX
## 3316       kodoh_jin
## 3317 r07Z972dmvFBB9c
## 3318     LeodiaCanon
## 3319      DarkSteler
## 3320       langsiluo
## 3321    Tsukihime_NF
## 3322     LeodiaCanon
## 3323   Kirishimakrbk
## 3324     sxlvercatra
## 3325        wydderka
## 3326     catboyreiji
## 3327          lttoii
## 3328    SuccubaRossa
## 3329      Vinyonetta
## 3330         levirxn
## 3331     FRCretweets
## 3332  IntrinsicGames
## 3333     pickmeup__0
## 3334    seza20001021
## 3335     LeodiaCanon
## 3336         ceykore
## 3337     tigrekatowo
## 3338       shangluen
## 3339   RepulsiveMaid
## 3340     LeodiaCanon
## 3341     LeodiaCanon
## 3342   softie_writes
## 3343       miemeoww1
## 3344       healerlb3
## 3345     LeodiaCanon
## 3346      sideboooot
## 3347       healerlb3
## 3348     egirlkayla_
## 3349       RetweetVT
## 3350     LOL_Art_Bot
## 3351        drealost
## 3352       cryingace
## 3353    vanellope271
## 3354         EZLOL_R
## 3355      RxgueGod69
## 3356     mazeducko_o
## 3357           Me4Vi
## 3358         Dtea_DC
## 3359  marytweetsmtms
## 3360     ItsBaanshee
## 3361  SsA_DIzzY_diOt
## 3362 kusanoryou_yuri
## 3363       Ingeroff_
## 3364   VTuberTweeter
## 3365  IntrinsicGames
## 3366  IntrinsicGames
## 3367    PHVTuberLive
## 3368          zphyrd
## 3369   luhai24321463
## 3370  IntrinsicGames
## 3371        nrudr0kk
## 3372     theWAHtcher
## 3373 streamerwallcom
## 3374      MineVoidMC
## 3375   ladyof_liight
## 3376     theWAHtcher
## 3377  GODHUMANDANIEL
## 3378     egirlkayla_
## 3379     LOL_Art_Bot
## 3380  IamBenStirling
## 3381 piltovrlesbians
## 3382     LOL_Art_Bot
## 3383        MiKA_cos
## 3384     aazurewords
## 3385 DianaYamashita3
## 3386    lordshaxx007
## 3387     30_anapaula
## 3388     30_anapaula
## 3389     30_anapaula
## 3390     30_anapaula
## 3391        Virtuzz2
## 3392  thisrapturesys
## 3393     LOL_Art_Bot
## 3394     LOL_Art_Bot
## 3395     LOL_Art_Bot
## 3396       sonson_ch
## 3397       sonson_ch
## 3398      joyjangart
## 3399  IntrinsicGames
## 3400         bIowody
## 3401      Liviaphine
## 3402      Liviaphine
## 3403   lilspiritella
## 3404         Puunkti
## 3405      KutetsKute
## 3406       ondi_puri
## 3407 LightningBaron1
## 3408   LoboDeHumanas
## 3409   thelastalive1
## 3410    PAClFICADORA
## 3411  IntrinsicGames
## 3412      AvianNerdy
## 3413  IntrinsicGames
## 3414   krzywy_pierog
## 3415 Cupcakekirraman
## 3416      bouncytuna
## 3417        marcky_z
## 3418        ShotmanG
## 3419       astelcore
## 3420     papuchochoe
## 3421     papuchochoe
## 3422     zulianyusup
## 3423     zulianyusup
## 3424     zulianyusup
## 3425   yousufrockz40
## 3426   yousufrockz40
## 3427       yollabeib
## 3428     yawfabulous
## 3429   yousufrockz40
## 3430     yawfabulous
## 3431    xxx_mhAldita
## 3432     yawfabulous
## 3433     albahaca_94
## 3434    xxx_mhAldita
## 3435     tringates22
## 3436     tringates22
## 3437     tringates22
## 3438 cafecutiesoraka
## 3439     Tegarjkt48l
## 3440      SusanSoniq
## 3441      SusanSoniq
## 3442     susy_sss_11
## 3443 stevengraham485
## 3444     stefanny347
## 3445     stefanny347
## 3446 SaveOurCulture1
## 3447 satpalsingh9782
## 3448 SaveOurCulture1
## 3449 satpalsingh9782
## 3450       sagutdato
## 3451        rtena_18
## 3452          rpis08
## 3453        rtena_18
## 3454        rtena_18
## 3455          rpis08
## 3456   ronan26145164
## 3457          rpis08
## 3458  blazedafirecat
## 3459   ronan26145164
## 3460   ronan26145164
## 3461     LOL_Art_Bot
## 3462     risqynifira
## 3463  robifernando47
## 3464     risqynifira
## 3465    Rascal0rMilk
## 3466   RICHARDTCESAR
## 3467      resender55
## 3468      resender55
## 3469      resender55
## 3470  DeadlyGhoulsPH
## 3471        refaa339
## 3472        refaa339
## 3473    ramadiesel96
## 3474    PeridotNunes
## 3475    Xwarship3003
## 3476       randy_ilo
## 3477    ramadiesel96
## 3478       rajshak14
## 3479      visfreckle
## 3480   Rahul77218415
## 3481 rafifputraabana
## 3482 rafifputraabana
## 3483    purbadelta25
## 3484    purbadelta25
## 3485      pepet_utab
## 3486      pepet_utab
## 3487  IntrinsicGames
## 3488  park_bom30cute
## 3489  park_bom30cute
## 3490  IntrinsicGames
## 3491   RepulsiveMaid
## 3492    ny8826836822
## 3493    ny8826836822
## 3494   oblasterais04
## 3495     NotAustinYT
## 3496   KaramzinovArt
## 3497          nasut8
## 3498      newfooacct
## 3499      neduphilzy
## 3500      newfooacct
## 3501      neduphilzy
## 3502      neduphilzy
## 3503        AllTaric
## 3504     MorrisSilva
## 3505   NormanProbert
## 3506   Mocibarongsai
## 3507    MitraPrasaja
## 3508    MitraPrasaja
## 3509 mirandaakanuk14
## 3510    MitraPrasaja
## 3511  MirableRainbow
## 3512 mirandaakanuk14
## 3513 mirandaakanuk14
## 3514  MirableRainbow
## 3515 mirandaakanuk14
## 3516   menbusiness10
## 3517   menbusiness10
## 3518  medoalabede392
## 3519  medoalabede392
## 3520   harry_gremlin
## 3521   littlefoot_cx
## 3522   littlefoot_cx
## 3523   littlefoot_cx
## 3524 Micaela24883709
## 3525 leonidesisoreta
## 3526 leonidesisoreta
## 3527     LOL_Art_Bot
## 3528 leonidesisoreta
## 3529  lebeaurachel48
## 3530  lebeaurachel48
## 3531  lebeaurachel48
## 3532      Krefcionek
## 3533     barrokmusic
## 3534       krisdem10
## 3535   Kittyloveisme
## 3536   Kittyloveisme
## 3537   Kittyloveisme
## 3538 kinanti_latifah
## 3539     kimberrly98
## 3540     kimberrly98
## 3541   KeyProgram999
## 3542  ken_martinez24
## 3543     keithremy89
## 3544 katyatakyavasya
## 3545      katieholji
## 3546     keithremy89
## 3547    chambre_leon
## 3548 katyatakyavasya
## 3549 katyatakyavasya
## 3550      katieholji
## 3551    KathaliaRose
## 3552    KARESHIMICHI
## 3553        kalmick3
## 3554        kalmick3
## 3555   justineflauta
## 3556        kalmick3
## 3557   Blood_Magicks
## 3558    jullannajara
## 3559    jullannajara
## 3560     safiroanejo
## 3561    jullannajara
## 3562        joshfanl
## 3563     jonyverma48
## 3564     jonyverma48
## 3565     joeweiner15
## 3566    jneric_photo
## 3567        g0at1337
## 3568    jneric_photo
## 3569        g0at1337
## 3570        JesY0587
## 3571      jendral232
## 3572      jendral232
## 3573  jenelyn_adra26
## 3574          jazvhe
## 3575          jazvhe
## 3576     jaggerperla
## 3577     KaiSa_KDA23
## 3578      icomate123
## 3579      icomate123
## 3580     KaiSa_KDA23
## 3581       theluziza
## 3582    hishunny2010
## 3583     crescelotus
## 3584     hikimalove6
## 3585   hermancorder1
## 3586      heri220798
## 3587   hermancorder1
## 3588      heri220798
## 3589      heri220798
## 3590      heri220798
## 3591    82kmnr_works
## 3592     HelenluvLuv
## 3593     HelenluvLuv
## 3594 WindaSi14397179
## 3595      HannyCarry
## 3596      HannyCarry
## 3597      MineVoidMC
## 3598   gonzalezo2373
## 3599   gonzalezo2373
## 3600   gleesyahputra
## 3601   gleesyahputra
## 3602    ghostlyaaron
## 3603    Lunarkinesis
## 3604        SyzyfekA
## 3605        gaudamil
## 3606        gaudamil
## 3607   GalangSubakti
## 3608      gegegotham
## 3609   GalangSubakti
## 3610        gaudamil
## 3611   GalangSubakti
## 3612 UkraineOnGround
## 3613 lordofspiritsan
## 3614 felipecornejo11
## 3615 felipecornejo11
## 3616  fathi007emenem
## 3617 felipecornejo11
## 3618  fathi007emenem
## 3619       faridz466
## 3620     Retweelgend
## 3621     FarAWAYTyga
## 3622       faridz466
## 3623      fannyelf26
## 3624     FarAWAYTyga
## 3625     FarAWAYTyga
## 3626      fannyelf26
## 3627    Lunarkinesis
## 3628 SilverBullet97_
## 3629   erickaconde88
## 3630   erickaconde88
## 3631   ergrgrgregrgr
## 3632   erickaconde88
## 3633     222valberry
## 3634     endah200887
## 3635     endah200887
## 3636        emyluv27
## 3637        emyluv27
## 3638        emyluv27
## 3639      retrodisk_
## 3640      elmarfabro
## 3641      elmarfabro
## 3642     elle_lalola
## 3643 elizabethagyek1
## 3644      elmarfabro
## 3645 elizabethagyek1
## 3646 JosSilv75155726
## 3647      efan_efdhs
## 3648      efan_efdhs
## 3649      efan_efdhs
## 3650      edesipeyye
## 3651     vis_rainbow
## 3652    poisonbatcat
## 3653  IntrinsicGames
## 3654       dunan_sto
## 3655      dpeeples32
## 3656      dpeeples32
## 3657    yanderesarts
## 3658   downtoearth98
## 3659  IntrinsicGames
## 3660  dolpinzlonelye
## 3661  dolpinzlonelye
## 3662  IntrinsicGames
## 3663         shproto
## 3664         divnagi
## 3665    dillonruppqt
## 3666    dillonruppqt
## 3667       diloyusuf
## 3668    dillonruppqt
## 3669     LOL_Art_Bot
## 3670  destyanurahayu
## 3671   desi_rama2000
## 3672   desi_rama2000
## 3673   desi_rama2000
## 3674     BigsmokeSan
## 3675    zakaria3robi
## 3676    denisramalan
## 3677   delvin_mongan
## 3678      deegz72094
## 3679      deegz72094
## 3680      deegz72094
## 3681    82kmnr_works
## 3682      albaadonay
## 3683   curtliamkulot
## 3684   curtliamkulot
## 3685       ToffyNaNa
## 3686    CosainHainah
## 3687    CorpuzLovely
## 3688   cloudsailTOS2
## 3689   cloudsailTOS2
## 3690  ChrisannaHenry
## 3691 ChrisyanBernard
## 3692     chuksdani10
## 3693      chriskimik
## 3694 ChrisyanBernard
## 3695  ChrisannaHenry
## 3696  ChrisannaHenry
## 3697  ChrisannaHenry
## 3698      zoraldopls
## 3699         cdlerez
## 3700  carmenreyes214
## 3701         cdlerez
## 3702  carmenreyes214
## 3703   camilleeulaio
## 3704   camilleeulaio
## 3705     calicami_10
## 3706     calicami_10
## 3707        bzofocus
## 3708     calicami_10
## 3709        bzofocus
## 3710        bzofocus
## 3711 bubbles_vampire
## 3712 bubbles_vampire
## 3713  BriannPrincess
## 3714 brenda_parker87
## 3715  bousmahabeghni
## 3716 brenda_parker87
## 3717          BimaGd
## 3718         Merqrry
## 3719    bdasilva1789
## 3720    bdasilva1789
## 3721    bdasilva1789
## 3722          bbinsh
## 3723        AllTaric
## 3724      bangardy92
## 3725   babababannnba
## 3726   nil_sanctuary
## 3727     Mikanukiart
## 3728  ayeitsbangbang
## 3729 arydheathmeath1
## 3730  IntrinsicGames
## 3731    Ariieqadhamz
## 3732    Ariieqadhamz
## 3733    Ariieqadhamz
## 3734   ardiankemal10
## 3735   ardiankemal10
## 3736      MSUFIAN721
## 3737   ardiankemal10
## 3738  IntrinsicGames
## 3739  ansarifarhan50
## 3740  ansarifarhan50
## 3741   annemheyiloso
## 3742   annemheyiloso
## 3743  AnisahEvhenzar
## 3744    DARKlNSCYTHE
## 3745 RodrigoSapatei1
## 3746  angelicadivini
## 3747   AndreaThereze
## 3748   AndreaThereze
## 3749  andreamvalenia
## 3750  soninho_da_zoe
## 3751 AmundsonJohanna
## 3752 AmundsonJohanna
## 3753        amil2118
## 3754         amat949
## 3755       amhilette
## 3756         amat949
## 3757       amhilette
## 3758        ajshaawa
## 3759      LXWasTaken
## 3760    akbar_alul97
## 3761        ajshaawa
## 3762    akbar_alul97
## 3763   AHMEDHEMDA750
## 3764   AHMEDHEMDA750
## 3765          KZe157
## 3766   AHMEDHEMDA750
## 3767          pixony
## 3768   AHMEDHEMDA750
## 3769        adonkdoy
## 3770        adonkdoy
## 3771    abu_hanif124
## 3772        Riku_Fox
## 3773    abu_hanif124
## 3774          te4_ll
## 3775     LOL_Art_Bot
## 3776   pridelessrage
## 3777 thedarkknightEF
## 3778      EnjoyerAdc
## 3779  IntrinsicGames
## 3780      nsfw8witch
## 3781    Pixcelerator
## 3782 thedarkknightEF
## 3783    hiilovetrash
## 3784      bouncytuna
## 3785       Maid_albi
## 3786 JustSomeWendigo
## 3787   _KingOmelette
## 3788     LOL_Art_Bot
## 3789         wezoot_
## 3790     JoseJuanxd2
## 3791 KamusValenzuela
## 3792    IggyBornRulz
## 3793     lou_pancake
## 3794     xx_succubus
## 3795  IntrinsicGames
## 3796       yuuneelli
## 3797         pshybyl
## 3798  IntrinsicGames
## 3799  Max_Blacknight
## 3800  LeGrandNNathan
## 3801     mxandrazent
## 3802       howdia_ir
## 3803          443Eze
## 3804        AtmajaPd
## 3805     syndraology
## 3806   Josstevaan_22
## 3807         Srlannd
## 3808     syndraology
## 3809     safiroanejo
## 3810       JustYato_
## 3811       JustYato_
## 3812      joyjangart
## 3813    StoneTaliyah
## 3814      Suzhip_jab
## 3815     spoof_floof
## 3816      natkas_art
## 3817       stounyx22
## 3818 KuroNekoKimiArt
## 3819  IntrinsicGames
## 3820 KuroNekoKimiArt
## 3821        Riku_Fox
## 3822     FeatherBoy4
## 3823      SuChen_awa
## 3824     Aun44361883
## 3825     LOL_Art_Bot
## 3826        Skeevius
## 3827         KirS_93
## 3828    saint_quince
## 3829       Rosaluxa_
## 3830      FurryTechs
## 3831         Vencsi_
## 3832        ItzGrand
## 3833        35inechi
## 3834       yuuneelli
## 3835  LunaValkyriaVT
## 3836         radakn1
## 3837    Bacon__Berry
## 3838      eclipsepie
## 3839      eclipsepie
## 3840        Valphyre
## 3841        Valphyre
## 3842  IntrinsicGames
## 3843          vuyecc
## 3844          vuyecc
## 3845       TSGKurama
## 3846        dnonovan
## 3847 AshleyC67028952
## 3848       Rudio1337
## 3849         Axtrek1
## 3850      MokshaGasm
## 3851    TheFinalTilt
## 3852     MLA96772709
## 3853         bnnyk00
## 3854 RicardoDavenp13
## 3855 TheRealMatterom
## 3856     LOL_Art_Bot
## 3857    mininebuloid
## 3858  IntrinsicGames
## 3859         Lowe136
## 3860  IntrinsicGames
## 3861  CosplayEnjoyer
## 3862  IntrinsicGames
## 3863   AndHisManyOCs
## 3864  KikiDrawsStuff
## 3865   AndHisManyOCs
## 3866   AndHisManyOCs
## 3867   AndHisManyOCs
## 3868 NARUSHIMA_CGFAN
## 3869        tioomeow
## 3870   AhmedMedhatxo
## 3871  eternalmercies
## 3872        caitvist
## 3873    Shikadota123
## 3874       FrostAHAH
## 3875       DaGamer51
## 3876       exhaaaust
## 3877  IntrinsicGames
## 3878      AlicefireM
## 3879  IntrinsicGames
## 3880  IntrinsicGames
## 3881     KoTinTrysaX
## 3882       Thanadess
## 3883        rahateor
## 3884      lipsk33t96
## 3885    goalkeeprr91
## 3886      lipsk33t96
## 3887        slee3141
## 3888        EnbyDion
## 3889        KDAAkali
## 3890    enzowashere_
## 3891 bytesoftoxicity
## 3892   martinblomcmu
## 3893        Hoolies4
## 3894    Jellian_fish
## 3895     Redd_Colour
## 3896   lucascorreios
## 3897    Jellian_fish
## 3898   Len_Tomodachi
## 3899  IntrinsicGames
## 3900  IntrinsicGames
## 3901        ShyluFox
## 3902  IntrinsicGames
## 3903   StarIoannis25
## 3904      MineVoidMC
## 3905    BrotherRayn_
## 3906       RetweetVT
## 3907         arvazi2
## 3908 Gabriel82290320
## 3909        Reshirat
## 3910    hiilovetrash
## 3911     CroptopKing
## 3912     CroptopKing
## 3913 collect84817297
## 3914   twistedmyke92
## 3915        thanzags
## 3916     CroptopKing
## 3917     yuumedreams
## 3918       RetweetVT
## 3919   VTuberTweeter
## 3920  IntrinsicGames
## 3921         cho_izi
## 3922     CroptopKing
## 3923        AtmajaPd
## 3924     LOL_Art_Bot
## 3925   DongoranOliva
## 3926     LOL_Art_Bot
## 3927 ReginaC26432536
## 3928      shinnnitai
## 3929    corpse_guide
## 3930       Matth1as2
## 3931        Fl4tLinr
## 3932     ICHlMOKUREN
## 3933   dragonSpencer
## 3934  IntrinsicGames
## 3935  IntrinsicGames
## 3936     ICHlMOKUREN
## 3937     ICHlMOKUREN
## 3938      AfgathaOsa
## 3939 DanielW11607642
## 3940        Kai_CUm0
## 3941        MrOrxata
## 3942   MrMalapropism
## 3943  spiritualtails
## 3944      Lambada104
## 3945 SuperKenshiro17
## 3946      Lambada104
## 3947      chaossanii
## 3948        fern_400
## 3949    yayakanDaily
## 3950 Barbara12772130
## 3951 DonnaKe86054501
## 3952     LOL_Art_Bot
## 3953       farm_sari
## 3954 JoshuaH65875147
## 3955        Sairenix
## 3956 SuperKenshiro17
## 3957 KingofEvils0308
## 3958  IntrinsicGames
## 3959   Miojo58314565
## 3960 Makayla88190882
## 3961  IntrinsicGames
## 3962 SuperKenshiro17
## 3963        MrDragoR
## 3964   IrisesOfLilac
## 3965 Benjami89760141
## 3966   IrisesOfLilac
## 3967   IrisesOfLilac
## 3968      spike55151
## 3969  jjanjjangmyeon
## 3970         RordyGG
## 3971       KaLoK0423
## 3972        sckebtch
## 3973       Sl4sh3r51
## 3974      polainmida
## 3975         Gaafff2
## 3976         Gaafff2
## 3977 NightWolf122552
## 3978        chun1324
## 3979     LOL_Art_Bot
## 3980   AnOnPsyCkOlol
## 3981 EdwardT61032813
## 3982   StarIoannis25
## 3983     Retweelgend
## 3984  whale_lonliest
## 3985  IntrinsicGames
## 3986  JesusGarrison7
## 3987   cosmicjirachi
## 3988      BaiLangArt
## 3989         Yuoneeh
## 3990       Smash3218
## 3991         mixties
## 3992     MageIngrid2
## 3993 JosephF21058235
## 3994     MageIngrid2
## 3995   ShiranuiSolar
## 3996   thelastalive1
## 3997         Ibank8s
## 3998       Luxsarina
## 3999  pigbeecreative
## 4000        Adrag0nx
## 4001 300clownfiesta_
## 4002     LOL_Art_Bot
## 4003       SigmaJust
## 4004  IntrinsicGames
## 4005       Holycatx1
## 4006      matrishark
## 4007  IntrinsicGames
## 4008         VeiIara
## 4009        TL_kiloa
## 4010     LOL_Art_Bot
## 4011    metalxpetals
## 4012     raiinxdrops
## 4013    EnderPvP2015
## 4014         beowpig
## 4015 AnimaNe74890918
## 4016 Kimberl15899765
## 4017          CKMwho
## 4018      yakisou132
## 4019 Katheri06419639
## 4020  SummonerOrthan
## 4021      MineVoidMC
## 4022  IntrinsicGames
## 4023 PaulDye78280963
## 4024  IntrinsicGames
## 4025      reistellae
## 4026    aesthetic316
## 4027       LOL_Beeta
## 4028     belka_arts_
## 4029     LOL_Art_Bot
## 4030  sldfspectresix
## 4031    shrimpisnice
## 4032   pyrephasewolf
## 4033         _yuigen
## 4034       BlazedRTs
## 4035          Stryks
## 4036 TylerTh90475456
## 4037        yumiibon
## 4038   JamesYouDidIt
## 4039       MrTragicX
## 4040        HmsmemeO
## 4041   cosmicjirachi
## 4042  SlothFactsBot1
## 4043      0ceanSoul_
## 4044        Mesakiie
## 4045    SirVanteDero
## 4046 BrendaA56642710
## 4047 BrendaA56642710
## 4048     LOL_Art_Bot
## 4049     pickmeup__0
## 4050  IntrinsicGames
## 4051 rosstabowl_ross
## 4052        DyronLoa
## 4053 RainfallinSpace
## 4054     Retweelgend
## 4055     meowitsonyx
## 4056 AaronWi87826121
## 4057 JaredDa29812775
## 4058      _Gamicity_
## 4059        dempugs1
## 4060   superyoyo2000
## 4061  LadyVickytoria
## 4062     StrongPorco
## 4063  LadyVickytoria
## 4064  LadyVickytoria
## 4065  LadyVickytoria
## 4066 Jeffrey18755090
## 4067  LadyVickytoria
## 4068         X17Swan
## 4069          Gobse1
## 4070      gabi7miere
## 4071       muunbunns
## 4072 Christo58898072
## 4073  ValeLaCrack0v0
## 4074 AmandaR74669040
## 4075        DannteTD
## 4076       yun010357
## 4077     LOL_Art_Bot
## 4078       ArtsaSaky
## 4079   LinktheCelebi
## 4080     maycolmb909
## 4081     PolloPepe34
## 4082      lipsk33t96
## 4083     everfrost37
## 4084  IntrinsicGames
## 4085          48d347
## 4086     LOL_Art_Bot
## 4087     LOL_Art_Bot
## 4088     _Double_L__
## 4089        BloobyVT
## 4090        huey7724
## 4091       yuriferno
## 4092  marytweetsmtms
## 4093 AnneAnd81932053
## 4094      Shaycook20
## 4095         Kauroth
## 4096      MineVoidMC
## 4097       Hey__Enzo
## 4098     HummingVoid
## 4099     FRCretweets
## 4100 IceMake48443355
## 4101  IntrinsicGames
## 4102         Gaafff2
## 4103         tom4mos
## 4104   SammiNgSamYi1
## 4105 KarenJo98992013
## 4106 rosstabowl_ross
## 4107 rosstabowl_ross
## 4108   EmpanadaDepre
## 4109       cryingace
## 4110          tryfss
## 4111   madsabouthugh
## 4112     riotquik_ak
## 4113      loli_lolka
## 4114 BlueSta68283104
## 4115     LOL_Art_Bot
## 4116     LOL_Art_Bot
## 4117      Alylej1108
## 4118      Alylej1108
## 4119       bonerfly1
## 4120   Erwin_Rommels
## 4121       noe_mindy
## 4122      jelly_nugg
## 4123 metalichotchoco
## 4124  IntrinsicGames
## 4125   Erwin_Rommels
## 4126    Rujiawoof501
## 4127 AngelaR81493370
## 4128      Solar_Edge
## 4129    ABProminence
## 4130        taeevvvv
## 4131         R3Palma
## 4132          USHO98
## 4133         deregyu
## 4134    froggiehands
## 4135     rivaillekim
## 4136  W4nderingstar1
## 4137  W4nderingstar1
## 4138   Marie123Pizza
## 4139      LupeMohawk
## 4140  W4nderingstar1
## 4141  W4nderingstar1
## 4142          C_Sh3n
## 4143 PlzIjustwanawin
## 4144        _cosm1kk
## 4145   Marie123Pizza
## 4146  IntrinsicGames
## 4147  SayaVermillion
## 4148  W4nderingstar1
## 4149      xSendoh_01
## 4150  W4nderingstar1
## 4151  TheSuperRadRad
## 4152        localsya
## 4153     saito_san23
## 4154      Caitvibaby
## 4155        SirVicta
## 4156    Nessa_Avatar
## 4157 Charles83176631
## 4158         lompotu
## 4159      Iudensecho
## 4160 SuperRichyWorld
## 4161         rhaayns
## 4162      skillybee1
## 4163  W4nderingstar1
## 4164   the_Cat_man01
## 4165  W4nderingstar1
## 4166     LOL_Art_Bot
## 4167  W4nderingstar1
## 4168  W4nderingstar1
## 4169   slatebluehues
## 4170 KarlaFabiolaLp4
## 4171      _rutuja21_
## 4172     saito_san23
## 4173         ak_elon
## 4174  ChampionofAsh1
## 4175  FF14Rengar_cow
## 4176         HahValH
## 4177         yamuckk
## 4178       cryingace
## 4179 WindaSi14397179
## 4180       beedlewin
## 4181        Eien7887
## 4182 StringsNBullets
## 4183      DailySylas
## 4184     MilkyPitaya
## 4185     MilkyPitaya
## 4186        CristOw0
## 4187      DoggyDuder
## 4188         TaigaKC
## 4189     LOL_Art_Bot
## 4190  IntrinsicGames
## 4191      MineVoidMC
## 4192  IntrinsicGames
## 4193        loline24
## 4194     IanRimando4
## 4195     asimm_asimm
## 4196    daweaselbass
## 4197      BionicleDB
## 4198      DDLiebling
## 4199      DDLiebling
## 4200   D_Dimension_S
## 4201       Gustrixtx
## 4202          WLdF0x
## 4203       FanguFufu
## 4204 AnneAnd81932053
## 4205   messy_diglett
## 4206   _ShellCosplay
## 4207 streamerwallcom
## 4208   messy_diglett
## 4209   liam_palomino
## 4210      GShizuchan
## 4211     gambacchino
## 4212 Maurice32496106
## 4213      Hissucubus
## 4214 Neftali29698538
## 4215  CuevasEstuardo
## 4216       meeIgaroo
## 4217    Xwarship3003
## 4218         Alesba3
## 4219        __berner
## 4220         xxb12x1
## 4221     LOL_Art_Bot
## 4222         ZHP0000
## 4223       KikoroImp
## 4224         Gaafff2
## 4225      hollowhoe1
## 4226        viesolde
## 4227     LOL_Art_Bot
## 4228  IntrinsicGames
## 4229       KetsyCola
## 4230        Phytos10
## 4231      KokoLoreto
## 4232    Slipstream_S
## 4233  Daniel17263040
## 4234       requinn_e
## 4235   JoeySpecialEX
## 4236       requinn_e
## 4237    ArtGuerreiro
## 4238      KraxlerFox
## 4239        powpowgz
## 4240      tortiitart
## 4241       mialoette
## 4242    lopolystudio
## 4243         Shuk_BS
## 4244         Shuk_BS
## 4245    ArtGuerreiro
## 4246   KamchiGryphon
## 4247 arcaneebrainrot
## 4248         Shuk_BS
## 4249      eazelpaint
## 4250      Hexteching
## 4251 liahasbeenfound
## 4252       birdnwind
## 4253 ibonedrawhentai
## 4254     LOL_Art_Bot
## 4255       lybg_ivxn
## 4256  IntrinsicGames
## 4257 BrendaA56642710
## 4258  IntrinsicGames
## 4259       Grenix5XG
## 4260         addusto
## 4261     papuchochoe
## 4262      sherry_zin
## 4263  faeriefountain
## 4264      linkuriboh
## 4265      linkuriboh
## 4266      linkuriboh
## 4267         dev1ca1
## 4268 Christo00911332
## 4269   Runechaos1999
## 4270      viridia_n_
## 4271          A26301
## 4272      Sydney_DeM
## 4273    lopolystudio
## 4274        akaryias
## 4275 DavidWe60582422
## 4276 HikariNoYamides
## 4277      ProPeanut3
## 4278 jjkflamenguista
## 4279      PrinnyVelo
## 4280   FireStarDraws
## 4281        anne_iti
## 4282  IntrinsicGames
## 4283 BeckyMo89279313
## 4284  IntrinsicGames
## 4285      KokoLoreto
## 4286         Gaafff2
## 4287    00001111b29s
## 4288      Lizzardday
## 4289     LOL_Art_Bot
## 4290        anne_iti
## 4291 koronbaintenshi
## 4292         SamuwuK
## 4293  DeliveryPandaa
## 4294   VTuberTweeter
## 4295   EvinhaNinfeta
## 4296 AmandaR74669040
## 4297     RonnyStyles
## 4298 AmandaR74669040
## 4299      NinuughAXO
## 4300    Boopitybooma
## 4301      sungmeijoo
## 4302  gothdatefriend
## 4303 WholesomeOldOne
## 4304 WholesomeOldOne
## 4305      cherry0eve
## 4306         Hezixx1
## 4307   LunaluxWrites
## 4308      gabby_meds
## 4309         Numroid
## 4310  IntrinsicGames
## 4311       Pahviboxi
## 4312  IntrinsicGames
## 4313     LOL_Art_Bot
## 4314    nesquik_yt22
## 4315 Eclipse_Phalanx
## 4316 Eclipse_Phalanx
## 4317       melkyrion
## 4318        AllTaric
## 4319 DonaldB74915047
## 4320 academyvladimir
## 4321    Meme26692321
## 4322        kozzy_k_
## 4323        ImMochi_
## 4324  UnknownN3znamy
## 4325         Numroid
## 4326   Rusty78509004
## 4327       monkario1
## 4328     papuchochoe
## 4329 felinae_felidae
## 4330 enterfromthesky
## 4331     papuchochoe
## 4332     papuchochoe
## 4333     papuchochoe
## 4334     papuchochoe
## 4335   M1chael_M_LoL
## 4336     papuchochoe
## 4337    SirenOfAgony
## 4338     papuchochoe
## 4339     papuchochoe
## 4340     papuchochoe
## 4341     papuchochoe
## 4342     papuchochoe
## 4343        moonxpov
## 4344     papuchochoe
## 4345     papuchochoe
## 4346     papuchochoe
## 4347     papuchochoe
## 4348     papuchochoe
## 4349       Caerbear1
## 4350     papuchochoe
## 4351   StarIoannis25
## 4352 BlackMe50174881
## 4353    santioken190
## 4354 Code_Monkey_Dan
## 4355 JosephF21058235
## 4356  IntrinsicGames
## 4357 Veronic79750180
## 4358     KerryNova21
## 4359      Ardian6621
## 4360   Soila53419268
## 4361        Asuyono0
## 4362       Hummerion
## 4363   WitchDoctorGG
## 4364 daddy_daddyduke
## 4365 lovestrangememe
## 4366      HienLeGia1
## 4367      MihoDLuffy
## 4368         ImMcTay
## 4369     LOL_Art_Bot
## 4370  nexhonsartnook
## 4371     Cannibal002
## 4372       alienokhl
## 4373  Moon_nocturne0
## 4374      transcnded
## 4375    StPhantom666
## 4376    daweaselbass
## 4377 Christo22662470
## 4378       Settringh
## 4379       GPirate12
## 4380    CsarEduardo6
## 4381 Crystalwolfmale
## 4382 EdwardT61032813
## 4383         ZyklusW
## 4384    CoachLegocan
## 4385  Blitzshadow021
## 4386       katarexic
## 4387        ItzGrand
## 4388          iiMoki
## 4389        xulijana
## 4390     alexiassama
## 4391    EzrealIsLife
## 4392        fesener1
## 4393 Jessica74714136
## 4394        DonWippo
## 4395 Catheri27847830
## 4396         Zekurix
## 4397    KathaliaRose
## 4398    KathaliaRose
## 4399 la_cueva_de_Aki
## 4400    KobayashiRX7
## 4401      Rincontaku
## 4402         SoTaric
## 4403           Ninv_
## 4404      chasetalix
## 4405 dashofstarshine
## 4406    Chikoritalyn
## 4407        hi__host
## 4408         taeval_
## 4409       lllkyolll
## 4410  IntrinsicGames
## 4411      elshan0193
## 4412  CatsMapleshade
## 4413        Milkybus
## 4414  CatsMapleshade
## 4415         Diogolb
## 4416       roriexart
## 4417       robot_rad
## 4418       AldyViego
## 4419      gutspivete
## 4420       AldyViego
## 4421     LOL_Art_Bot
## 4422 GalaxyGamerYaY1
## 4423       smoresboi
## 4424        jageroux
## 4425    powpowgoboom
## 4426        merfulir
## 4427  IntrinsicGames
## 4428   BeefCakeQween
## 4429       _lupipupi
## 4430  IntrinsicGames
## 4431  IntrinsicGames
## 4432 Alonso024836477
## 4433   HuntressAzora
## 4434     oldrunemage
## 4435 different_squig
## 4436     xGamingRose
## 4437      Anim8rgirl
## 4438     FloweryReid
## 4439     FloweryReid
## 4440         SrWebo1
## 4441       LilacWisp
## 4442         Toooxxy
## 4443   All_My_Havens
## 4444   All_My_Havens
## 4445     FloweryReid
## 4446     FloweryReid
## 4447  IntrinsicGames
## 4448       PamMoruno
## 4449 Kimberl89500266
## 4450    MicaSaldivar
## 4451     FloweryReid
## 4452        notfingu
## 4453        notfingu
## 4454     LOL_Art_Bot
## 4455        notfingu
## 4456        notfingu
## 4457        notfingu
## 4458      AfgathaOsa
## 4459        notfingu
## 4460    ronaldjaegan
## 4461      RatRatGirl
## 4462      AfgathaOsa
## 4463    DamadiSangue
## 4464   SivirPrincess
## 4465       dante173p
## 4466      CelStacker
## 4467  IntrinsicGames
## 4468         DTEishi
## 4469 katerinechan145
## 4470   FeelMyStealth
## 4471   FeelMyStealth
## 4472   FeelMyStealth
## 4473       theZerada
## 4474       BurrPuppy
## 4475    maprangmp079
## 4476  sayakamyblorbo
## 4477    RuckusWright
## 4478   Barry87836497
## 4479          Huudys
## 4480     LOL_Art_Bot
## 4481         a1isaie
## 4482   JoeySpecialEX
## 4483  sennamybeloved
## 4484      SonnyBurge
## 4485       yuuneelli
## 4486         vylnora
## 4487 tweetfo71515312
## 4488     FRCretweets
## 4489        Sass_lol
## 4490     vis_cupcake
## 4491           CP0rk
## 4492    Death_Warden
## 4493 BrendaA56642710
## 4494       moonser21
## 4495        Lunion22
## 4496       moonser21
## 4497       moonser21
## 4498    solace222sys
## 4499     Twilit_Hero
## 4500         HepTuxi
## 4501     LOL_Art_Bot
## 4502     LOL_Art_Bot
## 4503  IntrinsicGames
## 4504           CP0rk
## 4505      Xx_VOlD_xX
## 4506 HannahB36441825
## 4507         Motafu2
## 4508        jrdavlos
## 4509       Avernath1
## 4510       Avernath1
## 4511        keriahri
## 4512 streamerwallcom
## 4513     FRCretweets
## 4514 AdamSmi33050444
## 4515       smol_rosi
## 4516       DejaFoxxx
## 4517     evasivecorn
## 4518 StreetPunkStyle
## 4519       Jageriann
## 4520         Zonka69
## 4521         Zonka69
## 4522     hermeticuss
## 4523         Jjft645
## 4524  IntrinsicGames
## 4525  IntrinsicGames
## 4526         Zonka69
## 4527     Fortuna_exe
## 4528        astrodid
## 4529         Zonka69
## 4530 JackNap47234938
## 4531        Sonomic1
## 4532      funkerdale
## 4533       Rubileeto
## 4534       lucanaka_
## 4535      AstralAhri
## 4536 ccscottservices
## 4537       WormieArt
## 4538  IamBenStirling
## 4539         ahrij19
## 4540        alttokan
## 4541     BilykNadiia
## 4542 YeoReum56993351
## 4543 Lindsey11360895
## 4544 oleandrinhoreal
## 4545 Melissa72140639
## 4546  IntrinsicGames
## 4547         5unknyA
## 4548      TagTeam008
## 4549  IntrinsicGames
## 4550  IntrinsicGames
## 4551 tsisqua_unoyvgv
## 4552    gorobchik_ua
## 4553      BlueBoii12
## 4554        ayuki337
## 4555     BixbyManing
## 4556 William90381973
## 4557   EmpanadaDepre
## 4558  EsportsTweeter
## 4559          NK_Tiz
## 4560      edogawamio
## 4561   essentiafurto
## 4562 RobertK17737734
## 4563   essentiafurto
## 4564       sa_juhong
## 4565         X17Swan
## 4566     kryptidkore
## 4567  jinxgirlfriend
## 4568        Vilictor
## 4569     AntareX_306
## 4570     LOL_Art_Bot
## 4571      CoreSinouh
## 4572  IntrinsicGames
## 4573 Christo58898072
## 4574        M00NSB4K
## 4575  IntrinsicGames
## 4576 Christo58898072
## 4577      bunkokoron
## 4578 JamesJi46864721
## 4579 gettinbiggertha
## 4580      DarkSteler
## 4581        g0at1337
## 4582          ih8seb
## 4583 sansundertale68
## 4584 Matthew06228275
## 4585      threshbaby
## 4586        misenuwu
## 4587      KraxlerFox
## 4588      KraxlerFox
## 4589   ProjectRedEye
## 4590         BogShev
## 4591       spaceylux
## 4592     LOL_Art_Bot
## 4593      kavovarova
## 4594 rosstabowl_ross
## 4595          baux_u
## 4596         HdDxrth
## 4597        RazzleyD
## 4598      ssznshadow
## 4599   Kashi89300726
## 4600  Noc_artsngames
## 4601       itstu_art
## 4602       _face1ess
## 4603  IntrinsicGames
## 4604 GalaxyGamerYaY1
## 4605  IntrinsicGames
## 4606  StrawbeePlushy
## 4607     senika_okti
## 4608   clarkpeter200
## 4609     sparklytowa
## 4610        Larvanin
## 4611      Terryfic87
## 4612        Larvanin
## 4613 StaishBlackRose
## 4614        Larvanin
## 4615        Larvanin
## 4616   flyindutchess
## 4617     LOL_Art_Bot
## 4618     _RockinJoe_
## 4619  LilyTheFlorist
## 4620 William75341199
## 4621   egirldajungle
## 4622         A_RXSSK
## 4623 Chiccharron____
## 4624     xitosucries
## 4625      irisdregal
## 4626    EnderMarty96
## 4627       Farathil3
## 4628       Zockyer73
## 4629  sundialMelodic
## 4630     LOL_Art_Bot
## 4631       Flat__Ray
## 4632  Feather_Fatale
## 4633      JinxAndLux
## 4634      stoner_037
## 4635      DrawLighty
## 4636       nessa_05_
## 4637       jonj14442
## 4638     mittensdoif
## 4639      KanaPeriod
## 4640     LOL_Art_Bot
## 4641       howdia_ir
## 4642       ilesbeeca
## 4643    cinnamon_kel
## 4644  CirculatingArt
## 4645   DoubleLarriet
## 4646        TheFatt_
## 4647 angelic_morgana
## 4648          _Alo3_
## 4649          SsscyT
## 4650      aeon_xayah
## 4651      bel_lkaart
## 4652         imaiwon
## 4653     LOL_Art_Bot
## 4654        OfOmnath
## 4655      VaVikStyle
## 4656 hextechenforcer
## 4657    Wizard707420
## 4658         X17Swan
## 4659    rafaela_rush
## 4660    rafaela_rush
## 4661  IntrinsicGames
## 4662  IntrinsicGames
## 4663    rafaela_rush
## 4664       quasheck_
## 4665  AsswecanSenpai
## 4666   bunny_babbits
## 4667  yarwolf3216655
## 4668         KDAEkko
## 4669      Chrisccr06
## 4670    Andromeda_xh
## 4671     kudos2hachi
## 4672     LOL_Art_Bot
## 4673     LOL_Art_Bot
## 4674     RatThumbsUp
## 4675  sinodemsakalin
## 4676     sparklytowa
## 4677        Waldfeld
## 4678    lola_tsubasa
## 4679        jprrrrrr
## 4680   memesos333999
## 4681 AshleyM13544744
## 4682  IntrinsicGames
## 4683 GailWil45711350
## 4684      gumiholic_
## 4685       its_joans
## 4686    Aaronhart323
## 4687      FoxySuzune
## 4688     KoTinTrysaX
## 4689      eazelpaint
## 4690  IntrinsicGames
## 4691 MrRonaldRaymon1
## 4692 Kristin82565964
## 4693         kirki__
## 4694     saloock1999
## 4695        evynfall
## 4696  tiny_bulbasaur
## 4697    QuitzeAlissa
## 4698       Sunset_sn
## 4699        dempugs1
## 4700     Kaimactrash
## 4701         a1isaie
## 4702         TheMrJ5
## 4703 AdityaS23672097
## 4704          P0rco_
## 4705          keji76
## 4706    Unf_Freckles
## 4707 JohnGla60217428
## 4708        LC_daniM
## 4709  NotCarlFortune
## 4710  NotCarlFortune
## 4711      BreiizKage
## 4712      MineVoidMC
## 4713    WitchFanLMAO
## 4714         ZyklusW
## 4715      lolBeullee
## 4716     kalita_spec
## 4717      Mrcastle08
## 4718      MicheleASP
## 4719      LunaticADC
## 4720        gamrrant
## 4721        gamrrant
## 4722       KoDiArt96
## 4723      Allenkun18
## 4724      Zephry_zep
## 4725      MineVoidMC
## 4726 ApenasUmCara188
## 4727    Unf_Freckles
## 4728      Giulio_Xem
## 4729        sanha666
## 4730     KoTinTrysaX
## 4731          48d347
## 4732   Petitchuuchuu
## 4733      evowolf520
## 4734      Sp1ne_Sh0t
## 4735       cederox08
## 4736       HacnaSnar
## 4737 JaredCl90352732
## 4738     LOL_Art_Bot
## 4739      luv_astral
## 4740          zaunsp
## 4741       _HSKY1805
## 4742      MineVoidMC
## 4743      CDDTReborn
## 4744        BluGiraf
## 4745    ilti70315702
## 4746        Chojinki
## 4747 raulgom86066610
## 4748 AshleyC67028952
## 4749          Goosx7
## 4750  IntrinsicGames
## 4751   Pitch_B_Queen
## 4752  IntrinsicGames
## 4753  _another_tina_
## 4754         root2ww
## 4755     StormikSzef
## 4756        kaposury
## 4757  MoonlightLigh5
## 4758          _Dethi
## 4759       _bansshi_
## 4760        xsayvian
## 4761    ArtGuerreiro
## 4762      kingstead_
## 4763     Zarath_10th
## 4764   jonslilaceyes
## 4765        hi__host
## 4766   VTuberTweeter
## 4767 TuskorWolfsClaw
## 4768    slyfersakura
## 4769       ajobninja
## 4770   I_LOVE_MALINA
## 4771      pizzazpizy
## 4772 Eclipse_Phalanx
## 4773   cloud68588590
## 4774        Mirrenis
## 4775  IntrinsicGames
## 4776        Mirrenis
## 4777         KenRddt
## 4778         KmUK902
## 4779    daweaselbass
## 4780       campesnap
## 4781 The_LadyScorpio
## 4782      alicesixth
## 4783       fronezone
## 4784    Hitsugaya210
## 4785 streamerwallcom
## 4786       fudeberto
## 4787 SquishyMaster01
## 4788      Lambada104
## 4789      LinkBowzer
## 4790      RatRatGirl
## 4791       angeeelsw
## 4792       didkosoia
## 4793 SylasDesencade1
## 4794     papuchochoe
## 4795        moonxpov
## 4796       Ainrehtea
## 4797         shefox_
## 4798 GuaxinimApaixo1
## 4799     techmaturgy
## 4800         JayCx96
## 4801  marytweetsmtms
## 4802     barbahatury
## 4803    CureRhapsody
## 4804       howdia_ir
## 4805  IntrinsicGames
## 4806  IntrinsicGames
## 4807        nicsm516
## 4808     LOL_Art_Bot
## 4809 theartoftempest
## 4810       luxsexual
## 4811 Catheri27847830
## 4812  CosmicPeanut_0
## 4813   RepulsiveMaid
## 4814        AxelHoza
## 4815      Gay_Vibes_
## 4816    MartinBole19
## 4817     VesperyNoir
## 4818 Melissa72140639
## 4819       ezredwan0
## 4820 The_Little_Iral
## 4821          RewTox
## 4822  ThisIsNotChito
## 4823         asshego
## 4824     LOL_Art_Bot
## 4825      gabby_meds
## 4826     Jossy201TRM
## 4827 KarenJo98992013
## 4828      AskyReddit
## 4829      gabby_meds
## 4830        MssLupin
## 4831  NoImaginationP
## 4832     StoneLaRone
## 4833     LOL_Art_Bot
## 4834     chabonbon13
## 4835        amr83160
## 4836         shefox_
## 4837 Bananasandmilk3
## 4838     DrakeLord07
## 4839     StoneLaRone
## 4840    Lethalflames
## 4841  AlejandroFG207
## 4842         Diox942
## 4843     YELVXIFASHI
## 4844     LOL_Art_Bot
## 4845     abze_darius
## 4846      Tyrann1992
## 4847   Nightly_Valle
## 4848    lopolystudio
## 4849          NbYn27
## 4850     Ryklonprime
## 4851      DivaSaorin
## 4852  DianaTheLonely
## 4853 asksredditques1
## 4854         LegioIs
## 4855    OriginalAjax
## 4856     Lueur_Bleue
## 4857         Lowe136
## 4858      mambolina0
## 4859        icosmic_
## 4860       ken309515
## 4861  Caretakersmark
## 4862  MegumiBandicot
## 4863     AzukiSaishi
## 4864      kasukitsuu
## 4865      umbralcrow
## 4866  IntrinsicGames
## 4867   luisobborges2
## 4868   VTuberTweeter
## 4869     Imagine_Mes
## 4870       NullIsAt0
## 4871    rafaela_rush
## 4872   BushidoViking
## 4873        morlon_n
## 4874 panchasplanchas
## 4875   CutHutagalung
## 4876         Soumac_
## 4877     LOL_Art_Bot
## 4878      DivaSaorin
## 4879         giiggit
## 4880    TheGooseGod3
## 4881       Asillan_T
## 4882     Polevolter_
## 4883    OdinOverlord
## 4884     ratha_draws
## 4885    Oikawasimp13
## 4886       nezikoart
## 4887    mandarinable
## 4888   tonyrobledo16
## 4889   freefireJack2
## 4890   freefireJack2
## 4891      afterhopee
## 4892    crossedfires
## 4893      SCangrejos
## 4894         Hoten__
## 4895         PudimTf
## 4896   CaravanLurker
## 4897         amil0r1
## 4898        LuvuGwen
## 4899 JeanTheQueen_13
## 4900 HeadBangerPoppy
## 4901         giiggit
## 4902  IntrinsicGames
## 4903 CaitlynSheriffB
## 4904 JeanTheQueen_13
## 4905  IntrinsicGames
## 4906         ErizsNm
## 4907  IntrinsicGames
## 4908   FappachinoLOL
## 4909 ForeverCatrado1
## 4910    TaokakaAna98
## 4911 wertyui29094395
## 4912       tubbylubs
## 4913      AgGenki444
## 4914 MarySol79574442
## 4915       KSebaxter
## 4916     seraaphine1
## 4917       Imkleiner
## 4918     KinnieTwice
## 4919     pokefriki97
## 4920 AmbivalentSlime
## 4921     Kalosking08
## 4922   chen_shaoqing
## 4923       Pip0o0piP
## 4924   _Ahri_Rimror_
## 4925   _Ahri_Rimror_
## 4926    voids_shadow
## 4927   _Ahri_Rimror_
## 4928       jeqon2020
## 4929  Kreinyolkendov
## 4930  IntrinsicGames
## 4931      katofrivia
## 4932   biggdaddygerm
## 4933     FRCretweets
## 4934    AdriansyahPt
## 4935         Axtrek1
## 4936    AdriansyahPt
## 4937 MishMos07938344
## 4938  IntrinsicGames
## 4939  IntrinsicGames
## 4940  IntrinsicGames
## 4941     BLADEDANCXR
## 4942    hicks61katie
## 4943       Hanafi__B
## 4944        Lunahrix
## 4945    thatsbiz4rre
## 4946     LOL_Art_Bot
## 4947          443Eze
## 4948     ArthaielEng
## 4949  KuroNekoKimiVT
## 4950          Jorzz_
## 4951      LkgodEye03
## 4952 NicoleC26828091
## 4953         Sevaoao
## 4954       RyuBlaze6
## 4955  Violeta_201294
## 4956  Violeta_201294
## 4957  Violeta_201294
## 4958  Violeta_201294
## 4959 littlemasokitty
## 4960     LOL_Art_Bot
## 4961         Gaafff2
## 4962    XXAltiliumXX
## 4963         sacorxi
## 4964  EsportsTweeter
## 4965 AmandaR74669040
## 4966 Eclipse_Phalanx
## 4967 psychedel_world
## 4968      MineVoidMC
## 4969        PTSDcore
## 4970      bdimenbort
## 4971       BlazedRTs
## 4972          sme_rt
## 4973 psychedel_world
## 4974  IntrinsicGames
## 4975      wordlimit1
## 4976   Josstevaan_22
## 4977 psychedel_world
## 4978  IntrinsicGames
## 4979        dempugs1
## 4980      oreoartist
## 4981    kingofpizzas
## 4982 DonnaMa87493639
## 4983      Riyou_Kisa
## 4984   Josstevaan_22
## 4985    vrxjewelvi__
## 4986     BlinkyChild
## 4987 DrZieglerAngela
## 4988  bluestar121797
## 4989      hollowfae1
## 4990        LiLiNii7
## 4991        Godxolot
## 4992     LOL_Art_Bot
## 4993  IntrinsicGames
## 4994    AtunCachondo
## 4995     LOL_Art_Bot
## 4996  IntrinsicGames
## 4997     Llonmalfarc
## 4998       Kyromderg
## 4999      rindrakemo
## 5000        akalynn4
## 5001          fxncx4
## 5002       daxzxdraw
## 5003       TRLcrypto
## 5004        666daeva
## 5005        Matej941
## 5006       lennycate
## 5007       aleigh_99
## 5008    LadyFortune5
## 5009        MaChi977
## 5010 AshleyC67028952
## 5011     illumitroxa
## 5012  TainTed_WisdoM
## 5013        napo_ofc
## 5014     LOL_Art_Bot
## 5015     LOL_Art_Bot
## 5016     illumitroxa
## 5017     KoTinTrysaX
## 5018    CsjgamingtvR
## 5019 NicoleB42064037
## 5020   CookieBadger6
## 5021        VoloVoss
## 5022       zmeitsssa
## 5023        mwestep1
## 5024 TeamInseparable
## 5025        SyLoN412
## 5026 WendyNe56305357
## 5027 BobocaCarambola
## 5028 WendyNe56305357
## 5029 WendyNe56305357
## 5030 William93707525
## 5031         HygaraS
## 5032      _Lucacine_
## 5033         shibeix
## 5034         DekoDGS
## 5035   morbidmoonart
## 5036        T41LW1ND
## 5037      Chorromppy
## 5038         HygaraS
## 5039     yzagatilogo
## 5040     yzagatilogo
## 5041 yayanannakbonek
## 5042        T41LW1ND
## 5043    vyra_gunawan
## 5044          tmsoae
## 5045     Tegarjkt48l
## 5046        tatidiba
## 5047 shortieaikqueen
## 5048   shodwingsby12
## 5049   shodwingsby12
## 5050      saz_miyake
## 5051  satibikakadede
## 5052     salah201436
## 5053     nicononeeko
## 5054        rosydonk
## 5055   ronan26145164
## 5056        rosydonk
## 5057   ronan26145164
## 5058        rosydonk
## 5059   rinarustina18
## 5060  IntrinsicGames
## 5061   rinarustina18
## 5062   rinarustina18
## 5063      resender55
## 5064      resender55
## 5065      gushii_art
## 5066  IntrinsicGames
## 5067  rahman55340298
## 5068    rafitasari88
## 5069     AnaaUchihaa
## 5070       pchensiau
## 5071       pchensiau
## 5072       pchensiau
## 5073        SidHyena
## 5074       pchensiau
## 5075 OneDire64575252
## 5076 OneDire64575252
## 5077 OneDire83098184
## 5078   Numba1TwiGurl
## 5079  Adolfo59450198
## 5080         ndonepi
## 5081         mshraak
## 5082         mshraak
## 5083         mshraak
## 5084      moiseskuzu
## 5085   mithakirana86
## 5086   mithakirana86
## 5087       BoonDolan
## 5088    minarnakimut
## 5089         mimau26
## 5090      retrodisk_
## 5091   memey_itachie
## 5092   memey_itachie
## 5093   memey_itachie
## 5094   imnotmartina_
## 5095        TyanaUwU
## 5096     larrybiddyy
## 5097       CHOCOT4RT
## 5098     larrybiddyy
## 5099      Liviaphine
## 5100    knottangel66
## 5101         _saIad_
## 5102 kinanti_latifah
## 5103      MineVoidMC
## 5104        Trendix3
## 5105    MayhemJunker
## 5106        k2ngdrew
## 5107        kalmick3
## 5108      NashDumont
## 5109     josevaldano
## 5110        ohniznus
## 5111     josevaldano
## 5112     LOL_Art_Bot
## 5113         rtItBot
## 5114    hottuck13579
## 5115   Idrisyabdy254
## 5116    IdOn58601217
## 5117       IamLhaila
## 5118  iamlollieperry
## 5119       IamLhaila
## 5120       hicbwicbw
## 5121       hicbwicbw
## 5122       hicbwicbw
## 5123       BabyAskou
## 5124 hasanprastiawan
## 5125      hannyfah77
## 5126      hannyfah77
## 5127   hamdy49421754
## 5128     TweetingIGz
## 5129   hamdy49421754
## 5130     safiroanejo
## 5131  Arashikami_Jun
## 5132       Gemwookie
## 5133       Gemwookie
## 5134 bacon_pancake_8
## 5135       Gemwookie
## 5136   GalangSubakti
## 5137   GalangSubakti
## 5138 FromInsideGuard
## 5139  IntrinsicGames
## 5140 FromInsideGuard
## 5141      framu_nice
## 5142  IntrinsicGames
## 5143    fofoahmed955
## 5144   LoveCatsRobin
## 5145  LilyTheFlorist
## 5146     XVI_tAWOOer
## 5147  fathansytahibi
## 5148  kirisaki_ritsu
## 5149  fathansytahibi
## 5150  fatarubasarfan
## 5151       fasmaryta
## 5152  fatarubasarfan
## 5153  fathansytahibi
## 5154       fasmaryta
## 5155      haseolinkz
## 5156   AtomicLuke705
## 5157    fadilalfatin
## 5158    fadilalfatin
## 5159  fadilahahmad27
## 5160 GalaxyGamerYaY1
## 5161   ernestodavidg
## 5162     ernaputri19
## 5163   ernestodavidg
## 5164   ernestodavidg
## 5165     ernaputri19
## 5166   ergrgrgregrgr
## 5167     elle_lalola
## 5168         railoth
## 5169 Elizabe65892211
## 5170 Elizabe65892211
## 5171 JeanTheQueen_13
## 5172    MartinBole19
## 5173   IgorAlves1209
## 5174       dunan_sto
## 5175       dordansi1
## 5176       DJStrong6
## 5177     DjohitzOFC1
## 5178     DjohitzOFC1
## 5179   DesertRose_NZ
## 5180       Wistorman
## 5181      LyreHikari
## 5182    BKMR46944635
## 5183    dorito_green
## 5184    Derpywifflez
## 5185       yorickzoa
## 5186  dessimortality
## 5187 SunGodLuffytaro
## 5188      desimutz88
## 5189      desimutz88
## 5190   DesertRose_NZ
## 5191      desimutz88
## 5192      desimutz88
## 5193        Koiarts1
## 5194        Koiarts1
## 5195      DellaKlara
## 5196       Phalanxus
## 5197 YasminaTheDeeva
## 5198   cute_julienne
## 5199   cristina_remo
## 5200     SkytheAnnur
## 5201         P1X3LT4
## 5202      Vinyonetta
## 5203 Charles62217253
## 5204 William90381973
## 5205        Cavience
## 5206      ceazar_jay
## 5207        Cavience
## 5208      ceazar_jay
## 5209   bubblegum1111
## 5210  brendadobrazil
## 5211 brenda_parker87
## 5212 brenda_parker87
## 5213       bmbaktiar
## 5214     Zarath_10th
## 5215       BayuSorga
## 5216       BayuSorga
## 5217    baynxbhetink
## 5218   babababannnba
## 5219   babababannnba
## 5220   AyestasNahomy
## 5221   AyestasNahomy
## 5222    Aswinksajeev
## 5223    Aswinksajeev
## 5224    arulsazza123
## 5225   ardiankemal10
## 5226   ardiankemal10
## 5227  ansarifarhan50
## 5228  IntrinsicGames
## 5229    alvie_petere
## 5230    alvie_petere
## 5231  IntrinsicGames
## 5232    aliviacorley
## 5233  AliyudinRezink
## 5234      allwayshop
## 5235    aldilaclouds
## 5236      aldynbulay
## 5237    aliviacorley
## 5238    aliakbar3543
## 5239         Hezixx1
## 5240    aliakbar3543
## 5241    aldilaclouds
## 5242  IntrinsicGames
## 5243       agong_mia
## 5244       Aiwuyoben
## 5245         Hezixx1
## 5246    AikooNicolas
## 5247       agong_mia
## 5248      MineVoidMC
## 5249   adenurohman53
## 5250     abner_ajjah
## 5251   adenurohman53
## 5252   adenurohman53
## 5253     abner_ajjah
## 5254      13_shaunna
## 5255      13_shaunna
## 5256      13_shaunna
## 5257        Dark390N
## 5258         Aulyer1
## 5259        Etno_Log
## 5260  OfficialAinstu
## 5261        SnowEish
## 5262    SandskillArt
## 5263        Badrafox
## 5264  1consimptsukki
## 5265      sussymissy
## 5266   GabuGabu_Fang
## 5267       xiao_ilyb
## 5268      aceetlstan
## 5269      loli_lolka
## 5270         Pug616P
## 5271      abbottsoos
## 5272 Lindsey11360895
## 5273  IntrinsicGames
## 5274    CryingFurby1
## 5275        hlk50000
## 5276   SombraSupport
## 5277     BlueAnKyung
## 5278       qwaszx986
## 5279     LOL_Art_Bot
## 5280           KCLGE
## 5281  ShiiinaGoNNNNN
## 5282         Loza710
## 5283        jelovrgr
## 5284       meeIgaroo
## 5285    Deepblue_Fox
## 5286      senvantiel
## 5287       jawboukie
## 5288 chica_curiosa_1
## 5289   neekopandetta
## 5290 TaraWoo80025913
## 5291        A1978asd
## 5292    Lunarkinesis
## 5293   neekopandetta
## 5294 NanaStoryweaver
## 5295        hlk50000
## 5296 LightningBaron1
## 5297        T41LW1ND
## 5298          te4_ll
## 5299 LightningBaron1
## 5300        Radgar12
## 5301    1HAgrandmama
## 5302 JoshuaH65875147
## 5303         slash0x
## 5304      Hellionplz
## 5305  TieflingLovers
## 5306         Dtea_DC
## 5307   GloriesUnsung
## 5308  IntrinsicGames
## 5309  IntrinsicGames
## 5310       fronezone
## 5311   Tugceamaadeka
## 5312    killmonger52
## 5313      bunkokoron
## 5314   pheonixdroid1
## 5315      Pielord640
## 5316      mariam270_
## 5317     LOL_Art_Bot
## 5318   TheFallen0506
## 5319   Carameli_arts
## 5320 Kristin82565964
## 5321 alejandrocarv13
## 5322       Alan22910
## 5323        Shiwowuu
## 5324        Shiwowuu
## 5325        legen_87
## 5326     LOL_Art_Bot
## 5327       Rick_0097
## 5328           lA30C
## 5329 Far0fer0fficial
## 5330     KaptainKang
## 5331   SnatcherStuff
## 5332         xrosh00
## 5333 KatarinaMyCrush
## 5334       medok_art
## 5335  IntrinsicGames
## 5336   KuroIkazukchi
## 5337       critdamnn
## 5338  sunkilledyouth
## 5339   RidiculedSeal
## 5340      koopa_yang
## 5341        levercle
## 5342  HaryantiLembah
## 5343 BritishDudeGame
## 5344        Reyon_81
## 5345        Shiwowuu
## 5346    1HAgrandmama
## 5347  0ceanGrayWaves
## 5348 SocialDesignCr1
## 5349         Vardda_
## 5350         kyh1992
## 5351 DanieLL39885840
## 5352 ArtawanNajmudin
## 5353 ThomasP70724796
## 5354  IntrinsicGames
## 5355  IntrinsicGames
## 5356     Sandy_Raven
## 5357  IntrinsicGames
## 5358       atego3691
## 5359      FredsterV1
## 5360        nami_irl
## 5361       Hiron2018
## 5362        Julczaqu
## 5363  nomoreesports_
## 5364       howdia_ir
## 5365       Hey__Enzo
## 5366       jldurham6
## 5367       SkullyTeh
## 5368     LOL_Art_Bot
## 5369     merlin99961
## 5370  MrJoshuaGibbs1
## 5371    pissdichalte
## 5372      Jinxdatsme
## 5373       CrabbyBlu
## 5374     MageIngrid2
## 5375        miri9336
## 5376 rhaaa_st_kawaii
## 5377         HdDxrth
## 5378 Werewolflord767
## 5379 asksredditques1
## 5380        FezlLeBG
## 5381  IntrinsicGames
## 5382       Rubileeto
## 5383  IntrinsicGames
## 5384   GetDunkedCarl
## 5385      ChompSpark
## 5386   romaschka1590
## 5387        amorhobi
## 5388 Anthony87651440
## 5389       suryono_r
## 5390  MissingFurKeys
## 5391        MM_SeLRa
## 5392       ManuBrook
## 5393       TaiKyunA4
## 5394  wildncrazyguy1
## 5395    1HAgrandmama
## 5396    CloudedLotus
## 5397       Mogalexxx
## 5398  RaineInarigami
## 5399       LMinmochi
## 5400     Monthertt99
## 5401   FrigateFuture
## 5402       TaiKyunA4
## 5403          dmiice
## 5404    swissesports
## 5405          NgSoma
## 5406   GreenDevil606
## 5407     C_Y_R_U_S_9
## 5408 Alonso024836477
## 5409       Mimmilol_
## 5410   AngelAviaLen1
## 5411        xulijana
## 5412 verysafeforarty
## 5413        fesener1
## 5414        fesener1
## 5415        OpLekker
## 5416 AnneAnd81932053
## 5417          OsSiCl
## 5418         Rfkdu01
## 5419      _Gamicity_
## 5420         euweslz
## 5421        LadyImel
## 5422      MineVoidMC
## 5423   blake_the_gay
## 5424     hiimhigh231
## 5425       Synapical
## 5426 AliciaW92648805
## 5427   sponk38976647
## 5428        BPstalin
## 5429       Globeplay
## 5430 iu_exo_xoxoasma
## 5431  IntrinsicGames
## 5432 HarryTh67235811
## 5433    MorganCygnus
## 5434      Odette0081
## 5435         MidnLen
## 5436 RazenBabouche02
## 5437     LOL_Art_Bot
## 5438    fan_valkyrie
## 5439        GzmLucas
## 5440    BooskAlcoolo
## 5441    fan_valkyrie
## 5442       AnaBCDias
## 5443        angase_6
## 5444       AnaBCDias
## 5445     LabarreTheo
## 5446       AnaBCDias
## 5447   GaetanTheWise
## 5448   Hylla_T_Aldan
## 5449     ColdenJulks
## 5450     MageIngrid2
## 5451       notlazeon
## 5452     Duh98993131
## 5453 missbluewatch26
## 5454    BKMR46944635
## 5455       jbaileyz1
## 5456      lexasjamie
## 5457   freefireJack2
## 5458     LOL_Art_Bot
## 5459   LunariSolveig
## 5460 aphelionaphelia
## 5461       parakonal
## 5462   quetsacloatl1
## 5463 AshleyC67028952
## 5464    MokshdaDesai
## 5465 AshleyC67028952
## 5466 Kingdomkirklan1
## 5467    FelixRevaera
## 5468  IntrinsicGames
## 5469        D4Rkfor3
## 5470  IntrinsicGames
## 5471        ohmwaist
## 5472 RizkiBu19604930
## 5473       ArcanosXX
## 5474         ZyklusW
## 5475  AndradeNacimba
## 5476      Cilantross
## 5477      Cilantross
## 5478  IntrinsicGames
## 5479  IntrinsicGames
## 5480  spiritualtails
## 5481  reevemealone02
## 5482      MineVoidMC
## 5483 GalaxyGamerYaY1
## 5484 studiouscrocod4
## 5485   CutHutagalung
## 5486        gamrrant
## 5487  EsportsTweeter
## 5488  IntrinsicGames
## 5489   DestinyMoon66
## 5490      oatzealquo
## 5491 Christo58898072
## 5492      MineVoidMC
## 5493       _nanakat_
## 5494  Ishtar45767208
## 5495 candied_corpses
## 5496     FrasierWolf
## 5497         NesmeGR
## 5498     LeifTheMizu
## 5499  IntrinsicGames
## 5500    Juls06460843
## 5501      cvj_arcane
## 5502  Red_Pepperlove
## 5503         DTEishi
## 5504  Bellathekid269
## 5505 phantasmicheart
## 5506        K4t4kvr1
## 5507    OfKittyAngel
## 5508    OfKittyAngel
## 5509    OfKittyAngel
## 5510 JoshuaH65875147
## 5511     LOL_Art_Bot
## 5512     coder_cajun
## 5513 SausageSmoothie
## 5514        vicaitzz
## 5515     jddhjej6969
## 5516        hlk50000
## 5517  IntrinsicGames
## 5518  IntrinsicGames
## 5519      thronewell
## 5520        o_jota_v
## 5521        snoonoo3
## 5522  IntrinsicGames
## 5523     LOL_Art_Bot
## 5524         MeubIes
## 5525    VisRomanNose
## 5526 Anthony87651440
## 5527        Oraangsh
## 5528     Stan_VI_516
## 5529   VirG010092006
## 5530  IntrinsicGames
## 5531  IntrinsicGames
## 5532  IntrinsicGames
## 5533    MooncakePhel
## 5534     LOL_Art_Bot
## 5535 Christo13205095
## 5536        Svelstri
## 5537        SOSOMill
## 5538        Agolaris
## 5539  GloryToPeaches
## 5540        o_jota_v
## 5541  levihuynh25121
## 5542        o_jota_v
## 5543          bop911
## 5544        o_jota_v
## 5545        o_jota_v
## 5546        o_jota_v
## 5547      ClintWolfo
## 5548     kalita_spec
## 5549  IntrinsicGames
## 5550  IntrinsicGames
## 5551       selenoria
## 5552  IntrinsicGames
## 5553    DavidWolf717
## 5554  IntrinsicGames
## 5555  Blitzshadow021
## 5556 Katheri84765877
## 5557       selenoria
## 5558    brasil_klaus
## 5559      DeeVulture
## 5560 sebasti59498792
## 5561  Hoochiemamah0e
## 5562  Hoochiemamah0e
## 5563   DongoranOliva
## 5564           CP0rk
## 5565  IntrinsicGames
## 5566  IntrinsicGames
## 5567        Collieyg
## 5568       Jackie_zi
## 5569     edgarpazos1
## 5570     KoTinTrysaX
## 5571   jhonmartorres
## 5572 William11454856
## 5573     LOL_Art_Bot
## 5574       Avernath1
## 5575       bonerfly1
## 5576  wtd3qthDlz460n
## 5577      dullahanya
## 5578     vis_cupcake
## 5579       rescrapts
## 5580  IntrinsicGames
## 5581  IntrinsicGames
## 5582 Matches89420436
## 5583        Hoolies4
## 5584        AkutoRen
## 5585     Ryklonprime
## 5586      MineVoidMC
## 5587      Ramzi__Art
## 5588    darioman9086
## 5589 DavidSa19466223
## 5590         Riixzoh
## 5591         Riixzoh
## 5592   MonkeyMenacee
## 5593      lblueviper
## 5594      lblueviper
## 5595       soge_____
## 5596        V0idrune
## 5597  ahrislovecharm
## 5598 William90381973
## 5599 DonMalo30078585
## 5600     kingswaggy6
## 5601   ZachNorthwood
## 5602  EvelynAndEevee
## 5603  IntrinsicGames
## 5604    Ghostycheese
## 5605  IntrinsicGames
## 5606    OriginalAjax
## 5607     dorago_kyun
## 5608        Neomeir1
## 5609 salisburymista1
## 5610        o_jota_v
## 5611        o_jota_v
## 5612 salisburymista1
## 5613        fesener1
## 5614      annettepsd
## 5615         Kaaale6
## 5616  komaeda_nagisa
## 5617        adduriel
## 5618 DonnaJo43302569
## 5619  dalamarthedank
## 5620     LOL_Art_Bot
## 5621 Anthony87651440
## 5622       AshJellah
## 5623     YukioHelsie
## 5624 DakunesuDorago2
## 5625    BKMR46944635
## 5626   a_distantstar
## 5627    corpse_guide
## 5628  IntrinsicGames
## 5629 JerryBu49551618
## 5630     coder_cajun
## 5631       SArckadiy
## 5632         TIXIXX1
## 5633    Ell_DragonAD
## 5634     akemidotwav
## 5635   MandalaMahmud
## 5636  SatansPinkGoat
## 5637 HarryTh67235811
## 5638       simp_of2d
## 5639    yayakanDaily
## 5640 Melissa72140639
## 5641 RicardoDavenp13
## 5642    yayakanDaily
## 5643    Yami_Tsuki34
## 5644      chaintool2
## 5645       Sara_903_
## 5646          Taokyi
## 5647      LXWasTaken
## 5648     CrunchSupre
## 5649     CrunchSupre
## 5650  IntrinsicGames
## 5651     Myriadtruth
## 5652      Marllons_y
## 5653  BlakhartDragon
## 5654     imScott_uwu
## 5655      TheJakoMan
## 5656        telogrus
## 5657   NortonGaybell
## 5658     pickmeup__0
## 5659 PureArtsLimited
## 5660 PureArtsLimited
## 5661  EsportsTweeter
## 5662      ChompSpark
## 5663  wildncrazyguy1
## 5664  Arctic_Mirafox
## 5665      UnNadieMas
## 5666       That_Neal
## 5667       miemeoww1
## 5668    STPoradragon
## 5669     sato_mikage
## 5670     LOL_Art_Bot
## 5671  IntrinsicGames
## 5672  IntrinsicGames
## 5673   RigorousSeven
## 5674       MykalWane
## 5675  IntrinsicGames
## 5676 HungryTaurus509
## 5677        Linshy90
## 5678  IntrinsicGames
## 5679 arturia_wolfink
## 5680 arturia_wolfink
## 5681 arturia_wolfink
## 5682    Kalem_Astral
## 5683        DyronLoa
## 5684        DyronLoa
## 5685     LOL_Art_Bot
## 5686      AfgathaOsa
## 5687        LoonaINK
## 5688  EmeraldShooter
## 5689       ANA_45677
## 5690     papuchochoe
## 5691 JesusVp04498967
## 5692   PojiDogForest
## 5693   TemperedElder
## 5694      ssznshadow
## 5695      paulbaroja
## 5696       SheplyRam
## 5697       asd_saray
## 5698   HooplaZeppeli
## 5699    ElessarWolff
## 5700       HOONlECAT
## 5701 apocalypsesolar
## 5702  FlyingRose4014
## 5703 VrilloVrillante
## 5704        __kirene
## 5705    AnotherOneMZ
## 5706    daweaselbass
## 5707    daweaselbass
## 5708 streamerwallcom
## 5709   StreamerSupRT
## 5710 streamerwallcom
## 5711 SausageSmoothie
## 5712         ZyklusW
## 5713 GalaxyGamerYaY1
## 5714   BraianAlcocer
## 5715     BigsmokeSan
## 5716      StuSturaro
## 5717       Shade4765
## 5718      Nyktricity
## 5719     Anon_raxt92
## 5720        Pyke_OTP
## 5721 AustinJ20200106
## 5722  asamaru_soraru
## 5723       nehrowken
## 5724   ghost_wubbers
## 5725    somewhatbees
## 5726  SwordsManYasuo
## 5727    Glambert_Kat
## 5728  IntrinsicGames
## 5729  IntrinsicGames
## 5730        koburoki
## 5731  IntrinsicGames
## 5732          DERSCO
## 5733 TylerJa07944160
## 5734    neekocentral
## 5735    neekocentral
## 5736     LOL_Art_Bot
## 5737    neekocentral
## 5738    neekocentral
## 5739    neekocentral
## 5740    neekocentral
## 5741    neekocentral
## 5742    neekocentral
## 5743    neekocentral
## 5744   alloutevelynn
## 5745     8lue_Dra6on
## 5746 ARNOLDTHESTRONK
## 5747 Christo58898072
## 5748         NIJISE_
## 5749 1Verloreneseele
## 5750     8lue_Dra6on
## 5751     SailorCrocs
## 5752       PainPanty
## 5753        hlucarts
## 5754       PainPanty
## 5755     LOL_Art_Bot
## 5756        Divheri_
## 5757      SheepStar8
## 5758          Sa4Tou
## 5759 Clo_Midnight129
## 5760 Anthony87651440
## 5761     FRCretweets
## 5762 JosephF21058235
## 5763     FRCretweets
## 5764   freefireJack2
## 5765      AfgathaOsa
## 5766        chisaa22
## 5767        InusamaU
## 5768  IntrinsicGames
## 5769  IntrinsicGames
## 5770  kittylovecharm
## 5771  SamTheMoose101
## 5772 GamerOnWheelz21
## 5773      elshan0193
## 5774    thatsbiz4rre
## 5775    TearsOfMania
## 5776    MooseLord150
## 5777    thedogmanowo
## 5778       qtvictini
## 5779        gamrrant
## 5780        gamrrant
## 5781        gamrrant
## 5782      Marama1903
## 5783 liahasbeenfound
## 5784       nehrowken
## 5785      ItsTheBirb
## 5786      MicheleASP
## 5787        Nevos___
## 5788         HKiwiii
## 5789 Stephen23022822
## 5790         9ringsx
## 5791       snickiett
## 5792       laotakuts
## 5793  IntrinsicGames
## 5794      Blueboyyy5
## 5795 WindaSi14397179
## 5796       bonerfly1
## 5797  SuddenlyKalias
## 5798        o_jota_v
## 5799        o_jota_v
## 5800        o_jota_v
## 5801        o_jota_v
## 5802        o_jota_v
## 5803        o_jota_v
## 5804        miyukis_
## 5805     LOL_Art_Bot
## 5806         y4hnfei
## 5807    tartagIiette
## 5808      Yellow_Osk
## 5809  LoLcitoposting
## 5810        env0cada
## 5811      Yellow_Osk
## 5812 Madison57462147
## 5813 ventrue_theurge
## 5814      a127908131
## 5815        Gron2002
## 5816   reminiscentxc
## 5817      tanksboard
## 5818      tanksboard
## 5819   TheSparkRoxas
## 5820      MineVoidMC
## 5821    camellia_tnb
## 5822      _Gamicity_
## 5823      ChompSpark
## 5824       YozueMoon
## 5825  IntrinsicGames
## 5826      EVANxOMEGA
## 5827      L0STSP1RIT
## 5828       Holycatx1
## 5829        Neomeir1
## 5830        fesener1
## 5831      morganasoI
## 5832     JustShantiK
## 5833   BettyGirl3000
## 5834 TrendingJackson
## 5835       MWBarcode
## 5836      XYZbaby777
## 5837      tsunaken11
## 5838  soichodien2000
## 5839 Alonso024836477
## 5840      AlGoody421
## 5841  IntrinsicGames
## 5842        __kirene
## 5843 AustinJ20200106
## 5844 _MasterAtGames_
## 5845    Cerberic_art
## 5846      LovsHangez
## 5847   HappyPitFiend
## 5848          xiefux
## 5849       Makogaru_
## 5850      JESTERK0RE
## 5851         ak_elon
## 5852 TimKenn19544325
## 5853     LOL_Art_Bot
## 5854   MandalaMahmud
## 5855 DonnaJo26713385
## 5856         LeWolfy
## 5857          xkupix
## 5858 BomberG11904090
## 5859 JoshuaH65875147
## 5860    prfexecution
## 5861    prfexecution
## 5862    i_tora_touch
## 5863       Shinya345
## 5864      ItsTheBirb
## 5865  IntrinsicGames
## 5866 Anthony72193195
## 5867      KlarionSea
## 5868    DespairGamma
## 5869       acdra_art
## 5870  Cracker_Macker
## 5871  Pink_Confusion
## 5872 MenacaryChamber
## 5873  MadarasMadness
## 5874  bluestar121797
## 5875 metalichotchoco
## 5876    Nessa_Avatar
## 5877       ArenWolf1
## 5878        Lunion22
## 5879    powpowgoboom
## 5880   RepulsiveMaid
## 5881  kannak0baysahi
## 5882         Lagbels
## 5883 RuthRob36470669
## 5884        furry_08
## 5885     Callyummeow
## 5886   CaravanLurker
## 5887      Nazarenart
## 5888     Callyummeow
## 5889  IntrinsicGames
## 5890    GugaTascheri
## 5891  IntrinsicGames
## 5892  UnfilledMoonTR
## 5893       mizu_7923
## 5894       icycatgon
## 5895   sunset_sunbae
## 5896     LOL_Art_Bot
## 5897       dekunyart
## 5898 Lulu4Presidente
## 5899    VulpisinLove
## 5900 LightningBaron1
## 5901        Vilictor
## 5902     YunoTuWaifu
## 5903   WolferAbaddon
## 5904     LOL_Art_Bot
## 5905          Sa4Tou
## 5906    Xwarship3003
## 5907       ookamiaho
## 5908     PokelMiguel
## 5909 tweetfo71515312
## 5910 runac_unleashed
## 5911     _raviolini_
## 5912     Norbillo130
## 5913     MikeGayton_
## 5914    akalis_honey
## 5915    GnarTv_Vnzla
## 5916  IntrinsicGames
## 5917      Ars_Aeroga
## 5918  IntrinsicGames
## 5919 Benjami89760141
## 5920  IntrinsicGames
## 5921   Symphonicpyro
## 5922    OhGODitsaFOX
## 5923  whitewolf_flor
## 5924    Wild_Ferret_
## 5925      gwenphoria
## 5926       Astolfuwu
## 5927      gwenphoria
## 5928  ChrisAlbanese9
## 5929   UniverseShera
## 5930         Lammyta
## 5931      elshan0193
## 5932       ASTROJUHU
## 5933    kirammanlove
## 5934   BLINK02845905
## 5935        laugh_70
## 5936   StarIoannis25
## 5937  SergeantDaynes
## 5938  IntrinsicGames
## 5939  IntrinsicGames
## 5940  IntrinsicGames
## 5941         luhhdan
## 5942     AriesDotWav
## 5943        buterzz_
## 5944    DiaDiamond12
## 5945    DiaDiamond12
## 5946      Moonfelled
## 5947      KaoticGeek
## 5948      AlK0TANAKA
## 5949       salas_doc
## 5950     FRCretweets
## 5951       Parpage97
## 5952         Mitmout
## 5953      squishcat_
## 5954 BookerD38960968
## 5955 SydneyT77736990
## 5956         emy_txt
## 5957     Google82422
## 5958     theventinho
## 5959     theventinho
## 5960        argas_01
## 5961     theventinho
## 5962      Chischita1
## 5963      AzulaBanks
## 5964     Luojie59420
## 5965     alto_joshua
## 5966   dione_mizuryu
## 5967    BDawnbringer
## 5968      VanillaADC
## 5969 RodrigoFoxhound
## 5970     LOL_Art_Bot
## 5971     LOL_Art_Bot
## 5972 RodrigoFoxhound
## 5973    CaueYamikaze
## 5974       itsOmNoms
## 5975     Toffee_Time
## 5976 RodrigoFoxhound
## 5977      OldManAced
## 5978        cahri_ai
## 5979       Lolizta27
## 5980           D3bli
## 5981      dididreems
## 5982     LOL_Art_Bot
## 5983     LOL_Art_Bot
## 5984      Felperson_
## 5985       howdia_ir
## 5986      Peter_S325
## 5987      KutetsKute
## 5988   emawindrunner
## 5989 DonnaBa28520872
## 5990  Qu33namidala25
## 5991      MineVoidMC
## 5992  himboprotector
## 5993  HaryantiLembah
## 5994       ilyplskys
## 5995      Peter_S325
## 5996       fiercinha
## 5997    blueOrtensia
## 5998      squishcat_
## 5999 JohnWas14194251
## 6000     LOL_Art_Bot
## 6001 Christo79382636
## 6002        jhindilf
## 6003    RansFromHoab
## 6004  LadyVickytoria
## 6005      auxancerie
## 6006      remyleboob
## 6007 RahmatNovitasa1
## 6008       gemhearty
## 6009       requinn_e
## 6010        AllTaric
## 6011    ogaihtotelon
## 6012   GreysonMander
## 6013  IntrinsicGames
## 6014   viegoheigaari
## 6015    OdinOverlord
## 6016      Lilith2235
## 6017      Hitodeman6
## 6018         Vdal737
## 6019    DreamerofIce
## 6020    daweaselbass
## 6021       kitsushi_
## 6022   LunariSolveig
## 6023       dinkndots
## 6024   LunariSolveig
## 6025     sadboyviego
## 6026     LOL_Art_Bot
## 6027          SSmsmi
## 6028          SSmsmi
## 6029          SSmsmi
## 6030     krugerxeren
## 6031 lovely_protagon
## 6032        lolHasuu
## 6033 streamerwallcom
## 6034   ScalieMadness
## 6035      MineVoidMC
## 6036       MAMARAGAM
## 6037        vicaitzz
## 6038 littlekittenAmy
## 6039      AlokaBlack
## 6040   LunariSolveig
## 6041     LOL_Art_Bot
## 6042     mogchaaaaan
## 6043       KeroKroac
## 6044 Michael06832367
## 6045      Storiaxion
## 6046         Clieant
## 6047   KitsunesUmbra
## 6048    hyuga_himiko
## 6049       PRlMARINA
## 6050 ElcyyTheGobbler
## 6051      washighost
## 6052         KidC_EX
## 6053        lntrelia
## 6054     YanissouIma
## 6055     LOL_Art_Bot
## 6056       yahir708v
## 6057  IntrinsicGames
## 6058          sme_rt
## 6059       spaceylux
## 6060   LunariSolveig
## 6061       chrchmaus
## 6062     Retweelgend
## 6063 streamerwallcom
## 6064         SGH_RTs
## 6065    daweaselbass
## 6066    daweaselbass
## 6067 MoonBea90491606
## 6068   LunariSolveig
## 6069     elmaldalene
## 6070        Derucorn
## 6071   lorenfortunex
## 6072   LunariSolveig
## 6073   LukaRoseberry
## 6074     LOL_Art_Bot
## 6075          ktjsuh
## 6076 DebraMa53699765
## 6077       Okitasji2
## 6078       gakisnake
## 6079    GWolfStories
## 6080       Blackrigz
## 6081  themagecalisto
## 6082   LunariSolveig
## 6083   LunariSolveig
## 6084 StringsNBullets
## 6085    chxrlotte13_
## 6086     TigerNatKat
## 6087   LunariSolveig
## 6088        Lexnxrdo
## 6089       alexz1386
## 6090   LunariSolveig
## 6091       alexz1386
## 6092  CoyoteInTheHat
## 6093    DELT4xDRE4Mz
## 6094    1HAgrandmama
## 6095        sosna564
## 6096       alexz1386
## 6097 SynicleAxzander
## 6098 umbransovereign
## 6099   pov_youreAAAA
## 6100 LilfurWhiteFang
## 6101    godking37571
## 6102        AllTaric
## 6103     firequarts1
## 6104       _r4gn0r0k
## 6105    godking37571
## 6106    godking37571
## 6107   Hylla_T_Aldan
## 6108  IntrinsicGames
## 6109 youngbo50448381
## 6110      bojjenclon
## 6111      niccolazzy
## 6112  cristiancr1704
## 6113      vixx_ex233
## 6114       Dark__127
## 6115         WantAdc
## 6116       bonerfly1
## 6117  Goodheartless1
## 6118  Abisco54911105
## 6119      vixx_ex233
## 6120         kelpuwu
## 6121     ItsBaanshee
## 6122      JUHRUBEBAA
## 6123        r0kensia
## 6124     ItsBaanshee
## 6125      dumbpiltie
## 6126       roxxa5481
## 6127         _Dechta
## 6128  IntrinsicGames
## 6129         duxteh2
## 6130        viesolde
## 6131 JoyComb70362421
## 6132 benignoortegama
## 6133  IntrinsicGames
## 6134         KDAEkko
## 6135 witch_fairytale
## 6136          ga_ja3
## 6137     LOL_Art_Bot
## 6138        shyynowo
## 6139         AlezzKY
## 6140 DennisG26502741
## 6141    LittleRedC0s
## 6142    vanellope271
## 6143    vanellope271
## 6144       blxssomzw
## 6145         KielD06
## 6146          lysnix
## 6147       blxssomzw
## 6148       Skylarin_
## 6149         aquano_
## 6150      AfgathaOsa
## 6151     taquito_exe
## 6152     LOL_Art_Bot
## 6153       Dlafrferg
## 6154      Peter_S325
## 6155        CATBR3AD
## 6156   CutHutagalung
## 6157    Xwarship3003
## 6158         bIowody
## 6159         _mierii
## 6160    Xwarship3003
## 6161      MineVoidMC
## 6162         Numroid
## 6163 KaduMav59563075
## 6164     LOL_Art_Bot
## 6165      Chipcel_BS
## 6166      xXShakorXx
## 6167   viegoheigaari
## 6168  IntrinsicGames
## 6169  IntrinsicGames
## 6170 William90381973
## 6171         _saIad_
## 6172 salisburymista1
## 6173    RosCryptoNFT
## 6174  SavanahWalker8
## 6175        Dashi_DS
## 6176      MineVoidMC
## 6177    mara_rogojan
## 6178     LOL_Art_Bot
## 6179         KDAEkko
## 6180     papuchochoe
## 6181         kikyker
## 6182       HeyKaisky
## 6183          443Eze
## 6184        mr_dekaw
## 6185       MrTolkkkk
## 6186       jxmymxzon
## 6187  RebelDragon101
## 6188  not_too_import
## 6189 II_BlackBird_II
## 6190        YugureAi
## 6191       0NETOSEAL
## 6192 cottoncandyafro
## 6193       Wektor2_0
## 6194          Kxinix
## 6195     memecalypse
## 6196 VickieZ25645605
## 6197          _mizah
## 6198       farm_sari
## 6199 army_of_dolls24
## 6200  IntrinsicGames
## 6201       faairiegf
## 6202  IntrinsicGames
## 6203  IntrinsicGames
## 6204      thornyzyra
## 6205      cosmic_oro
## 6206  IntrinsicGames
## 6207     AppleTafaha
## 6208     IVY49470293
## 6209   LunariSolveig
## 6210   LunariSolveig
## 6211     SimpForCait
## 6212   LunariSolveig
## 6213   LunariSolveig
## 6214       Cookie3w3
## 6215   LunariSolveig
## 6216        viesolde
## 6217        shimydim
## 6218    MoonDuster29
## 6219 JanetBa90858067
## 6220        HaiScone
## 6221      AfgathaOsa
## 6222         kikyker
## 6223  SapphireMiles2
## 6224     LOL_Art_Bot
## 6225 Cinheartshuskys
## 6226 StringsNBullets
## 6227        Aiidreon
## 6228    mira_miranha
## 6229    mira_miranha
## 6230    mira_miranha
## 6231    mira_miranha
## 6232    mira_miranha
## 6233    mira_miranha
## 6234    mira_miranha
## 6235       caitville
## 6236     vis_rainbow
## 6237 summerswirlarts
## 6238 arcane_brainrot
## 6239  gothdatefriend
## 6240      Tali_Hawke
## 6241 StringsNBullets
## 6242     mightyena58
## 6243      JESTERK0RE
## 6244    QiyanaSimpai
## 6245        JuanBRob
## 6246 Maximil84866965
## 6247      bojjenclon
## 6248        quentxns
## 6249     LOL_Art_Bot
## 6250    TheGooseGod3
## 6251        quentxns
## 6252      nsfw8witch
## 6253   Yellow_Radio_
## 6254      AstralSky_
## 6255        sonaissm
## 6256  Wicked_Lobster
## 6257       ezredwan0
## 6258       requinn_e
## 6259 yourm0m_1ovesm3
## 6260     YurielleArt
## 6261 yourm0m_1ovesm3
## 6262 Foxburddle_0809
## 6263 Grimloc86927206
## 6264 Eclipse_Phalanx
## 6265   BrittainLogan
## 6266   BrittainLogan
## 6267     Gold_Okachi
## 6268         Tufffyi
## 6269      Spoopy_Owl
## 6270           CP0rk
## 6271  ny45oty43wk5tk
## 6272        thornarn
## 6273       dinkndots
## 6274        plebberi
## 6275 Kristin82565964
## 6276     papuchochoe
## 6277        D4Rkfor3
## 6278        SnowEish
## 6279        Pretzinn
## 6280     TUnscrubbed
## 6281  WebBywestsides
## 6282  WebBywestsides
## 6283 CitronFrontiers
## 6284     BizarreRayo
## 6285  IntrinsicGames
## 6286  fateless_oscar
## 6287  IntrinsicGames
## 6288         EZLOL_R
## 6289         EZLOL_R
## 6290  IntrinsicGames
## 6291         EZLOL_R
## 6292      RafaelC142
## 6293         NIJISE_
## 6294         Skaarly
## 6295    huyamia_miao
## 6296        rae_vynn
## 6297       _quilters
## 6298       yuuneelli
## 6299   Kobobobobobo2
## 6300    lulubelle___
## 6301         KenRddt
## 6302        ZexionGS
## 6303    Maverick6806
## 6304          kpizee
## 6305   AureaTragedia
## 6306  dairytactician
## 6307        Naariluh
## 6308  dairytactician
## 6309   RepulsiveMaid
## 6310 RicardoDavenp13
## 6311         Lenidax
## 6312     lunapfarias
## 6313     lou_pancake
## 6314      MeisterNaz
## 6315     LOL_Art_Bot
## 6316     LOL_Art_Bot
## 6317        AllTaric
## 6318     Jabarodrago
## 6319 Kushiki_Aphelii
## 6320   RosaDeRealeza
## 6321      MineVoidMC
## 6322    vivipickedme
## 6323         Vardda_
## 6324    vivipickedme
## 6325        Serogath
## 6326        CATBR3AD
## 6327         HamuUwU
## 6328        Serogath
## 6329      luv_astral
## 6330    StoneTaliyah
## 6331        spertekh
## 6332        Ivanska_
## 6333         radakn1
## 6334       Ball00n27
## 6335   ChumpanionBoy
## 6336  LinyeSupremacy
## 6337        fghg1232
## 6338 nickythehatchet
## 6339       yuuneelli
## 6340      Navin_chan
## 6341     hcm_Abigail
## 6342     Warehouse04
## 6343       Mochi2137
## 6344         ak_elon
## 6345  LexiosWereYeen
## 6346     LOL_Art_Bot
## 6347   _N_a_z_i_r_a_
## 6348   eldritchkinds
## 6349        Matej941
## 6350 yoberrystrawgur
## 6351    dark_kronnos
## 6352 MidSkashOficial
## 6353      RedRominio
## 6354      lesbopal56
## 6355         Famemqs
## 6356     LOL_Art_Bot
## 6357       Shiikiie1
## 6358       howdia_ir
## 6359       Foxanstar
## 6360      MartiVroom
## 6361      RenektonVE
## 6362   ILovePantheon
## 6363   Le_Kitty_Skie
## 6364        wate2028
## 6365  MarkitosArt20_
## 6366    Light_Sparky
## 6367     tofana_rain
## 6368  IntrinsicGames
## 6369      marochiinn
## 6370     LOL_Art_Bot
## 6371     chimmypuffs
## 6372    ascoresdalua
## 6373   BookerMeister
## 6374    Hikari_Astra
## 6375        PTSDcore
## 6376        gwinshin
## 6377    Krisss_Angel
## 6378        PTSDcore
## 6379       CJ_Hatter
## 6380 liahasbeenfound
## 6381       CHOCOT4RT
## 6382      svogel_xii
## 6383    Erick_League
## 6384   VTuberTweeter
## 6385    tatianacs475
## 6386    Hiko_Takashi
## 6387        PTSDcore
## 6388   WhippedChoccy
## 6389       rurica005
## 6390         Blinix2
## 6391     RogueQuartz
## 6392        PTSDcore
## 6393     nicorukya27
## 6394        PTSDcore
## 6395        PTSDcore
## 6396    KokanII_1411
## 6397     AbelSpiders
## 6398      HellSunmie
## 6399        0Capsule
## 6400        0Capsule
## 6401        0Capsule
## 6402  Nealon28085000
## 6403      Managodess
## 6404 TinaCru55531818
## 6405      FlexerOnyx
## 6406 ULTIMATEFUKOUDA
## 6407 MontyQwertovsky
## 6408     FRCretweets
## 6409  general_magma1
## 6410     _fallenstxr
## 6411    Comma_Parker
## 6412       Gabciooo1
## 6413     LOL_Art_Bot
## 6414         EZLOL_R
## 6415     Abyssfather
## 6416  Capitantinick1
## 6417        PTSDcore
## 6418     shinjispice
## 6419      atlasxmoon
## 6420        FufusArt
## 6421         UZeePow
## 6422    minegirl1345
## 6423      FuzzyPones
## 6424     WolfieWaisu
## 6425     nicorukya27
## 6426        hlk50000
## 6427      Ookami_Non
## 6428        FurTerry
## 6429 TrevorL79200836
## 6430       RaiStar18
## 6431       Splash13_
## 6432    RainTempest_
## 6433    elShiavoDono
## 6434        BPstalin
## 6435     LOL_Art_Bot
## 6436 mikeandgodsquad
## 6437      AG11432190
## 6438         Blinix2
## 6439 mikeandgodsquad
## 6440        KI17dile
## 6441     elpueroloco
## 6442 mikeandgodsquad
## 6443    AquaraxKaiju
## 6444    honiebee_art
## 6445      IZISora_pv
## 6446 GenericName0042
## 6447 AustinJ20200106
## 6448      command_52
## 6449   adorexsmendes
## 6450     LOL_Art_Bot
## 6451      hornsleeve
## 6452    Draconic_sky
## 6453     JustXanderg
## 6454    TheInkReaper
## 6455    RainTempest_
## 6456  IntrinsicGames
## 6457     TheArtSpot2
## 6458  IntrinsicGames
## 6459    RainTempest_
## 6460  IntrinsicGames
## 6461       nullisgay
## 6462     alto_joshua
## 6463   AbsolutelyEgg
## 6464 candied_corpses
## 6465  SilverWolfx210
## 6466    poisonbatcat
## 6467      _DickCorn_
## 6468   owy_rodriguez
## 6469    goat_lover45
## 6470    ARIkatoteshi
## 6471      quello_Lee
## 6472     phelmorcego
## 6473        Eien7887
## 6474      MakeeYhang
## 6475    comfy_banana
## 6476 _Cappu_cinO_Ace
## 6477    comfy_banana
## 6478     Wasaby08123
## 6479     MattDruzian
## 6480    moomoopiikes
## 6481    AdeebxNoelle
## 6482     yerminator1
## 6483     MattDruzian
## 6484     LOL_Art_Bot
## 6485   Kingslayeroof
## 6486  IntrinsicGames
## 6487    Gamergi35261
## 6488  IntrinsicGames
## 6489  IntrinsicGames
## 6490   PraiseArtoria
## 6491      UrikoYuuki
## 6492 Benjami89760141
## 6493 asksredditques1
## 6494    1127Argentum
## 6495         6_0U0_7
## 6496  VisFavgauntlet
## 6497         zakeits
## 6498   SpookerLooper
## 6499   ThePunzPocket
## 6500     gothicxjhin
## 6501     ThatDartTho
## 6502      UNORThXD0X
## 6503      _Gamicity_
## 6504 JosephF21058235
## 6505     Samandriade
## 6506    hentayanamae
## 6507       _bansshi_
## 6508 pettitesuccubus
## 6509    OdinOverlord
## 6510     FloconSugar
## 6511     LOL_Art_Bot
## 6512     LOL_Art_Bot
## 6513  AmadeusZepelli
## 6514          Fivi47
## 6515  Tyler_Hannukie
## 6516      matth3w737
## 6517         Lowe136
## 6518    blueOrtensia
## 6519  Messy_Archives
## 6520       M1randaa4
## 6521       Dxrkkings
## 6522     I_love_Sett
## 6523 Kristin82565964
## 6524        Towendio
## 6525         visnsfw
## 6526     emleekitten
## 6527     dramaticbij
## 6528     FRCretweets
## 6529 ghostda25367963
## 6530          JMas3k
## 6531 ScarecrowEffigy
## 6532       EdinnaPie
## 6533          JMas3k
## 6534          JMas3k
## 6535          JMas3k
## 6536      a990421aaa
## 6537          JMas3k
## 6538          JMas3k
## 6539          JMas3k
## 6540      SoukakuOni
## 6541          JMas3k
## 6542          JMas3k
## 6543 oneshiningdream
## 6544    lunaireriche
## 6545         soap_ai
## 6546      occuItdeck
## 6547    TheWeirdCat3
## 6548 oneshiningdream
## 6549    LadyFortune5
## 6550      HttpsChine
## 6551 Eclipse_Phalanx
## 6552 Eclipse_Phalanx
## 6553       holy_ngao
## 6554   ealcantara806
## 6555       requinn_e
## 6556        mvsicqrl
## 6557         MegComb
## 6558         MegComb
## 6559  StarFlower_UwU
## 6560     LeodiaCanon
## 6561  IntrinsicGames
## 6562  IntrinsicGames
## 6563  0xCryptoCypher
## 6564 Santiag47953743
## 6565       helergoft
## 6566      Kirbitouwu
## 6567  Limefrost_Milo
## 6568       A_G4y_Bee
## 6569    MooseLord150
## 6570       flowrmosh
## 6571  AstrowardenUwU
## 6572       karlmayne
## 6573       Tyre_4770
## 6574     hannrei0730
## 6575    mike_siladan
## 6576 ComptonAnimator
## 6577    Klyn74504668
## 6578        99foxxes
## 6579    MatthewKania
## 6580      Eddie_hami
## 6581 9HUrne5nPVQ7p5h
## 6582         KBanryu
## 6583        HmsmemeO
## 6584   the_moonghost
## 6585        Kyeongh4
## 6586    everuderadio
## 6587       LMinmochi
## 6588       J27091920
## 6589  IntrinsicGames
## 6590          xkupix
## 6591      grention_l
## 6592         alch343
## 6593  CosmicPeanut_0
## 6594      AKA_Sparda
## 6595 luiscandelari20
## 6596 luiscandelari20
## 6597      FroztLouis
## 6598 pettitesuccubus
## 6599      lipsk33t96
## 6600        Mael_789
## 6601 jattsaa89057200
## 6602     FueledByRam
## 6603 EdwardT61032813
## 6604     LOL_Art_Bot
## 6605       Sunset_sn
## 6606 kurapikacatboy1
## 6607        Afk01011
## 6608  IntrinsicGames
## 6609     Raiden_Lxrd
## 6610      Tali_Hawke
## 6611          lysnix
## 6612  bluestar121797
## 6613     LOL_Art_Bot
## 6614     safiroanejo
## 6615     LorificArts
## 6616        _Miellam
## 6617   sadbunnylala_
## 6618   no1lemonsnout
## 6619      eazelpaint
## 6620         Cyiixar
## 6621      AraKamelia
## 6622    SophieUwUUwU
## 6623     LOL_Art_Bot
## 6624      heustienne
## 6625      Samyc_2014
## 6626    SophieUwUUwU
## 6627      Sassan_Sun
## 6628       NanaDraw1
## 6629   XxannamalikxX
## 6630     papuchochoe
## 6631     papuchochoe
## 6632     LOL_Art_Bot
## 6633     LOL_Art_Bot
## 6634    PsychoticMob
## 6635     aaliyahrabe
## 6636  IntrinsicGames
## 6637    DelthaWilson
## 6638   Anett71918487
## 6639     joel188xPRx
## 6640 TrevorL79200836
## 6641      hollowfae1
## 6642   KnightFurball
## 6643     TaidanaNeko
## 6644   highlancowman
## 6645         jp01927
## 6646      visfreckle
## 6647       requinn_e
## 6648        OiLlandz
## 6649     Fem_Branwen
## 6650 yukiphel_lokfar
## 6651        MrFurias
## 6652      AfgathaOsa
## 6653         radakn1
## 6654       YeoPsmith
## 6655   AliceFangirl1
## 6656        schaekey
## 6657     doomngloomz
## 6658  SamTheMoose101
## 6659     alto_joshua
## 6660  IntrinsicGames
## 6661  its_colleeeeen
## 6662    SophieUwUUwU
## 6663    dondremurray
## 6664       YeoPsmith
## 6665       FanguFufu
## 6666 savanna66470227
## 6667    ItsNotLocal_
## 6668    1stMateRafen
## 6669        YohaC0re
## 6670    Michael44512
## 6671     BLADEDANCXR
## 6672     papuchochoe
## 6673        Mori09TV
## 6674    lesbeanlatte
## 6675       Seleseal_
## 6676     LOL_Art_Bot
## 6677      mit_willow
## 6678      umbralcrow
## 6679          Rovito
## 6680          vicae_
## 6681      Sodastrip1
## 6682        laufvers
## 6683      AlphantArt
## 6684 morgana_ana_ana
## 6685     papuchochoe
## 6686   RepulsiveMaid
## 6687 vKQ1iVYS9TRmAsY
## 6688         radakn1
## 6689       yuuneelli
## 6690   CamilaPandorf
## 6691  IntrinsicGames
## 6692 ishimarueswaifu
## 6693 nqyuUeFkHzSlImH
## 6694       7iemaniac
## 6695       7iemaniac
## 6696       Phalanxus
## 6697       7iemaniac
## 6698      cherry0eve
## 6699 Alexand81826424
## 6700     FRCretweets
## 6701      saficasami
## 6702     AkaPictorem
## 6703       gvdtvkvmi
## 6704     evasivecorn
## 6705 salisburymista1
## 6706        Deku_Ash
## 6707      _kittykiri
## 6708 slaylikesamurai
## 6709     nicononeeko
## 6710     nicononeeko
## 6711  tom_hutchcraft
## 6712  BunsenIsOnFire
## 6713 ghghghgh1357911
## 6714      reygestorm
## 6715      reygestorm
## 6716     Yurena_RA25
## 6717       Lyshami56
## 6718   HikouNoKangae
## 6719      LikaWriter
## 6720   HikouNoKangae
## 6721     LOL_Art_Bot
## 6722      JESTERK0RE
## 6723  _galacticghost
## 6724  IntrinsicGames
## 6725       zelka1994
## 6726   Prism61012722
## 6727      thehardgum
## 6728 _i_think_i_love
## 6729     LOL_Art_Bot
## 6730     LOL_Art_Bot
## 6731     LOL_Art_Bot
## 6732     Retweelgend
## 6733    AlexCrimson7
## 6734      AchillesWG
## 6735   MiniMeowgunov
## 6736     xGamingRose
## 6737       zelka1994
## 6738         7Luffy2
## 6739       zelka1994
## 6740     FairyDarius
## 6741      annettepsd
## 6742 Katheri06419639
## 6743      Nooby1332c
## 6744      Nooby1332c
## 6745      Nooby1332c
## 6746      Bamboo_Guy
## 6747      Lukraccoon
## 6748        shouuwu_
## 6749      Lukraccoon
## 6750      Lukraccoon
## 6751      Lukraccoon
## 6752      Bamboo_Guy
## 6753      annettepsd
## 6754      charlizemb
## 6755  whale_lonliest
## 6756    tritritricky
## 6757    Rookstar0239
## 6758    Rookstar0239
## 6759 Christo58898072
## 6760        Jarul_91
## 6761        Jarul_91
## 6762     MetManSoton
## 6763  HaryantiLembah
## 6764      HelpMe2137
## 6765      HelpMe2137
## 6766          xiefux
## 6767        AriK0916
## 6768          xiefux
## 6769 AustinJ20200106
## 6770         aryfeks
## 6771       yuuneelli
## 6772  IntrinsicGames
## 6773 Inlustresmoment
## 6774       Heimdaal2
## 6775      pythice420
## 6776       Faatrox07
## 6777       _kokomigf
## 6778 Gabriel07858163
## 6779 DragonHuntress1
## 6780         SCP_041
## 6781      MineVoidMC
## 6782      MineVoidMC
## 6783 Jacob_Twitch_jd
## 6784 AmbivalentSlime
## 6785       _HSKY1805
## 6786   catradoraship
## 6787    EGGY72634690
## 6788          JuhnXi
## 6789      birb_waifu
## 6790 bubblesrbubbles
## 6791 AngelaC36497372
## 6792 DianaTa82022476
## 6793      nnahuel002
## 6794    Xwarship3003
## 6795         Ekko_tv
## 6796    Xwarship3003
## 6797 Littlemermaidyt
## 6798       D86085097
## 6799         Miep0_0
## 6800     safiroanejo
## 6801        Julczaqu
## 6802     LOL_Art_Bot
## 6803         vissieh
## 6804      HelpMe2137
## 6805 NicoleB42064037
## 6806 Lizzy_ArtDragon
## 6807    ElvenovaBlue
## 6808         Filmmon
## 6809   SketchyRhemie
## 6810       sushloops
## 6811       belavarus
## 6812  IntrinsicGames
## 6813         Numroid
## 6814    syarurenpepo
## 6815       Jackie_zi
## 6816       Jackie_zi
## 6817 springpeachleaf
## 6818       XSaphira2
## 6819    ItsStillGrle
## 6820   Jesus81383519
## 6821    StoneTaliyah
## 6822 bubblesrbubbles
## 6823   Black_Cat_uwu
## 6824       NullIsAt0
## 6825    FreezinSanji
## 6826        ushpower
## 6827     LordDraztor
## 6828     ThePixollie
## 6829           ji5ux
## 6830      YunaKung27
## 6831      tanksboard
## 6832 DonaldB74915047
## 6833       SAZUNA132
## 6834      nasaie_nur
## 6835       SAZUNA132
## 6836        Xarantur
## 6837 EricSch79189081
## 6838  IntrinsicGames
## 6839  IntrinsicGames
## 6840    thatsbiz4rre
## 6841     kimNoyahyun
## 6842 Zachary18200966
## 6843       mmoppiiee
## 6844    FENY65658755
## 6845 DonMalo30078585
## 6846       Zockyer73
## 6847 thedarkknightEF
## 6848       sun0204ny
## 6849  whale_lonliest
## 6850   ronan68977484
## 6851   MandyRombaut1
## 6852      vannie_mnz
## 6853  ChemaElFrutero
## 6854       HeXxWaste
## 6855  shortstackHell
## 6856           yxmiv
## 6857    Cerberic_art
## 6858    Cerberic_art
## 6859    reinamorcego
## 6860          ga_ja3
## 6861    reinamorcego
## 6862  nomoreesports_
## 6863    RobynCornett
## 6864     LOL_Art_Bot
## 6865  IntrinsicGames
## 6866        _missace
## 6867  IntrinsicGames
## 6868    pommepompom_
## 6869    pommepompom_
## 6870         Zauceyy
## 6871    luisberrade1
## 6872 AdamSwa54539149
## 6873       bobbawon2
## 6874     jorgebq1999
## 6875 mabradhedhellen
## 6876  CatsMapleshade
## 6877  musician_guy96
## 6878  GrimReaper2115
## 6879       asamitsu9
## 6880        GGlassyy
## 6881        hadeonnn
## 6882       Pacha0003
## 6883 DanielElliotGea
## 6884     LOL_Art_Bot
## 6885         biforvi
## 6886        Hikajima
## 6887       Sotelingo
## 6888        ishellax
## 6889     evasivecorn
## 6890 theuglyredditer
## 6891   Diamond_Bortz
## 6892      Peter_S325
## 6893     XMiguelZero
## 6894     real_sioser
## 6895   LunariSolveig
## 6896     Rakuku_game
## 6897      Nixus_Clow
## 6898     BigsmokeSan
## 6899      eclipsepie
## 6900  IntrinsicGames
## 6901    SquaredNinja
## 6902    SquaredNinja
## 6903        HelRinka
## 6904     MageIngrid2
## 6905     MikeLouder3
## 6906    2minutemocha
## 6907    2minutemocha
## 6908    2minutemocha
## 6909       YoloTaube
## 6910           CP0rk
## 6911    2minutemocha
## 6912    thebeanmouth
## 6913         tgk_kom
## 6914    2minutemocha
## 6915     LOL_Art_Bot
## 6916    NorienMajere
## 6917     JadeKatBond
## 6918   Jjdeathpoint1
## 6919    Fontinebleau
## 6920    FainterBread
## 6921    FainterBread
## 6922   louisetatmaia
## 6923      tedkainsfw
## 6924    aimherrscher
## 6925        L17L6363
## 6926  byulInTheNight
## 6927     modelshuhua
## 6928  funisforlosers
## 6929     elurraissad
## 6930       waltz1917
## 6931        rrrheina
## 6932        __Akarui
## 6933        AllTaric
## 6934  IntrinsicGames
## 6935 Barbara12772130
## 6936     syakkousama
## 6937  IntrinsicGames
## 6938    Koco64954985
## 6939    saturnoviick
## 6940         Hezixx1
## 6941      3amcreates
## 6942      3amcreates
## 6943     LOL_Art_Bot
## 6944     FloconSugar
## 6945 TrevorL79200836
## 6946 ScottHa72258268
## 6947 MissBlacktailed
## 6948      funkerdale
## 6949    Blazing_Yang
## 6950    Blazing_Yang
## 6951         reirill
## 6952       Llurghoyf
## 6953         e_archa
## 6954          EGear_
## 6955     block_headd
## 6956 VickieZ25645605
## 6957      GET_JlNXED
## 6958        anowanka
## 6959       kikuruchu
## 6960         GMHTTYD
## 6961         GMHTTYD
## 6962    theskorpion7
## 6963         zaysonx
## 6964 JosephF21058235
## 6965   COMPLADAIMAOU
## 6966    Faustino1103
## 6967  ARandomShrimP1
## 6968  ARandomShrimP1
## 6969    duckbeardeer
## 6970       Marclaz05
## 6971  ARandomShrimP1
## 6972      bobacatowo
## 6973  kphwu7554h3_hg
## 6974    moltingkaisa
## 6975       St_Sword_
## 6976  ARandomShrimP1
## 6977    moltingkaisa
## 6978    moltingkaisa
## 6979         duxteh2
## 6980    chambre_leon
## 6981      Ayyystar23
## 6982    KirsteinYuno
## 6983       aalviiuus
## 6984        crisfg93
## 6985        ViViart_
## 6986        crisfg93
## 6987       sockoroni
## 6988   shiedaarchive
## 6989     PurosBordes
## 6990   shiedaarchive
## 6991  IntrinsicGames
## 6992   shiedaarchive
## 6993        AstethNZ
## 6994      stealmango
## 6995   shiedaarchive
## 6996      GraySakura
## 6997  IntrinsicGames
## 6998  IntrinsicGames
## 6999       LunaBucks
## 7000   shiedaarchive
## 7001   shiedaarchive
## 7002    baklangghost
## 7003       sockoroni
## 7004        ShioHato
## 7005     KoTinTrysaX
## 7006          unu_io
## 7007        T1_Ziana
## 7008       waltz1917
## 7009      AskyReddit
## 7010     Crystalb_tw
## 7011       moonser21
## 7012 nottingseriouss
## 7013  Raphs_Wolfgang
## 7014        lomo_267
## 7015 Christo58898072
## 7016   rickastromega
## 7017         SyNNk62
## 7018       Faatrox07
## 7019    iskierkacest
## 7020    iskierkacest
## 7021       joyofelix
## 7022        Hoolies4
## 7023      wonderjosk
## 7024      wonderjosk
## 7025  IntrinsicGames
## 7026  IntrinsicGames
## 7027       LunaBucks
## 7028  IntrinsicGames
## 7029     coder_cajun
## 7030  White_Day_1999
## 7031      ruru_ffxiv
## 7032         illusRT
## 7033         Mr_Fazy
## 7034 metalichotchoco
## 7035 Humble_Alex_fan
## 7036     belechtorVN
## 7037  Arctic_Mirafox
## 7038    ashdumplings
## 7039     OceanicNare
## 7040       HeyKaisky
## 7041    QuitzeAlissa
## 7042  ArrianneSittiy
## 7043    dragonzzilla
## 7044    dragonzzilla
## 7045     lucidsapphs
## 7046    dragonzzilla
## 7047 DavidWe93580760
## 7048    dragonzzilla
## 7049  shichimi415411
## 7050    dragonzzilla
## 7051         afarny4
## 7052    dragonzzilla
## 7053    dragonzzilla
## 7054    dragonzzilla
## 7055        NinoR250
## 7056    dragonzzilla
## 7057       aalflyyds
## 7058 bittercoffee123
## 7059    dragonzzilla
## 7060       Ashoka974
## 7061     MoB12027886
## 7062     AoNoHasuArt
## 7063    HeckinChoncc
## 7064     Retweelgend
## 7065    VanjesticART
## 7066     FRCretweets
## 7067 TracyBa81304399
## 7068 Catheri27847830
## 7069   centuryblue02
## 7070   centuryblue02
## 7071  CatsMapleshade
## 7072        rashowea
## 7073   centuryblue02
## 7074     0devil_girl
## 7075       LunazuliD
## 7076    YadisThantos
## 7077       LunazuliD
## 7078      SuwucideTM
## 7079       dds_glass
## 7080    Mark42363331
## 7081     Clefairy443
## 7082      gabby_meds
## 7083      XYZbaby777
## 7084      bibitomboy
## 7085     centipeetle
## 7086         Hnnekk1
## 7087       HaidyKnox
## 7088      Navy_Sonic
## 7089     RabiidAngel
## 7090          LframW
## 7091     LOL_Art_Bot
## 7092      Randzahroc
## 7093        ohmwaist
## 7094   pakorraermalo
## 7095       Starveila
## 7096       rwbywhore
## 7097 therealsupersa1
## 7098 Antonio61232281
## 7099        Neomeir1
## 7100 DonaldB74915047
## 7101       uwuwright
## 7102    gaystargazer
## 7103     StrongPorco
## 7104        morax_82
## 7105        morax_82
## 7106    HaruGamingRD
## 7107        selypete
## 7108  IntrinsicGames
## 7109  IntrinsicGames
## 7110   EnPotteplante
## 7111   EnPotteplante
## 7112    MarkHorwood7
## 7113   dione_mizuryu
## 7114       ZBishop11
## 7115        syunsunz
## 7116         Pug616P
## 7117     LaureIIeE27
## 7118       muri_muni
## 7119         Pug616P
## 7120 TaylorH69267923
## 7121    Imperius_Ira
## 7122       hisseeuvu
## 7123        Asuyono0
## 7124      Navin_chan
## 7125     ColaLordKyo
## 7126     IzayasKnife
## 7127     MrZombie893
## 7128       suryono_r
## 7129       eclvtrose
## 7130         Lun_On2
## 7131    NoxDMartinez
## 7132 dark_lonely_sky
## 7133 dark_lonely_sky
## 7134       Gabciooo1
## 7135  IntrinsicGames
## 7136  cheersforthat1
## 7137   MTruthbringer
## 7138   MTruthbringer
## 7139   Ooobabyapenta
## 7140 TammyWi60790806
## 7141        Virberos
## 7142        shilderi
## 7143 metalichotchoco
## 7144  SavanahWalker8
## 7145      MonstaTofu
## 7146  BasilNeedsMeds
## 7147  BasilNeedsMeds
## 7148        Hoolies4
## 7149     gothicxjhin
## 7150  redflowergrows
## 7151  xfunkydowntown
## 7152 konkonbakegitne
## 7153      MineVoidMC
## 7154     IshidaRyuse
## 7155     LOL_Art_Bot
## 7156 AnneAnd81932053
## 7157      Loco_Chavo
## 7158      MineVoidMC
## 7159     Cutsiewitch
## 7160       dds_glass
## 7161     oraymundo03
## 7162     oraymundo03
## 7163         josxxo_
## 7164 Katheri84765877
## 7165      remyleboob
## 7166  IntrinsicGames
## 7167    vanellope271
## 7168       CamiloAII
## 7169       vitusmmrc
## 7170     _jeanne2442
## 7171         Tae_Rai
## 7172     LivelyWolfy
## 7173       Ragknyell
## 7174    Rixt_Welmoed
## 7175    DonohoeEthan
## 7176          xikiyi
## 7177      VNgcLinh20
## 7178    moonybunbun_
## 7179    aaaaangel0w0
## 7180     Lady_Muzza_
## 7181  kumainngkeypie
## 7182 GeoMcflyUncanny
## 7183     Xavendarius
## 7184 SlayerOPotatoes
## 7185    LadyFortune5
## 7186     Twilit_Hero
## 7187       faairiegf
## 7188      command_52
## 7189     Twilit_Hero
## 7190       sweet1ee7
## 7191 KarenJo98992013
## 7192           0N1l0
## 7193    blackhhoodie
## 7194  Stacie86959402
## 7195          Mag_n4
## 7196    LaRobaWaifus
## 7197  NynaSweetheart
## 7198       Voidbring
## 7199       Voidbring
## 7200  NynaSweetheart
## 7201         theva71
## 7202       Voidbring
## 7203  IntrinsicGames
## 7204       Voidbring
## 7205  IntrinsicGames
## 7206       faairiegf
## 7207   MirkoWolfhard
## 7208     Twilit_Hero
## 7209  AndyDoesStuff_
## 7210       RIKONOJAN
## 7211      _peeerawat
## 7212        jaelybee
## 7213      Lambada104
## 7214      kittycatgf
## 7215     hermeticuss
## 7216      pizapirate
## 7217     sadboyviego
## 7218 Diana_43_Mizuno
## 7219     paradoksana
## 7220    MooncakePhel
## 7221 YasminaTheDeeva
## 7222     sadboyviego
## 7223     Consomnio09
## 7224        BPstalin
## 7225    usapiiiyoJP1
## 7226 DonnaJo26713385
## 7227 NameWithheld666
## 7228      keenodraws
## 7229       grizord92
## 7230  mamawebomaduro
## 7231   jericollage70
## 7232 RuthRob36470669
## 7233 salisburymista1
## 7234      MineVoidMC
## 7235    lycanthropii
## 7236 BrendaA56642710
## 7237     LOL_Art_Bot
## 7238   sam1elses_acc
## 7239      i_randommm
## 7240 TheXaelaVampire
## 7241       N_ppang_G
## 7242       N_ppang_G
## 7243       N_ppang_G
## 7244         CkerzR0
## 7245         Veerojr
## 7246  bigmarchauthor
## 7247      x19players
## 7248   histuniedraws
## 7249  IntrinsicGames
## 7250 LittleBirdWren_
## 7251  IntrinsicGames
## 7252  IntrinsicGames
## 7253 MariahDoughert3
## 7254        unbloomy
## 7255        RakaNoir
## 7256         Seddha1
## 7257          hen_ea
## 7258          xkari5
## 7259     LOL_Art_Bot
## 7260       hanyusoft
## 7261        ZuzuMaku
## 7262  chicken_bading
## 7263        CATBR3AD
## 7264        xchiitos
## 7265        JuanBRob
## 7266      MineVoidMC
## 7267    SamuelJhone1
## 7268     scorqiology
## 7269      ReaperyThe
## 7270      _Gwiyuumi_
## 7271   dantisjourney
## 7272   RonaldelsinBr
## 7273 Catheri64182457
## 7274  LadyVickytoria
## 7275      simpzedlol
## 7276     Prophetx691
## 7277    BushidoFlame
## 7278      lettucepei
## 7279    Yoghuts_thar
## 7280    B00STEDEGIRL
## 7281       covencait
## 7282      dreamyLol_
## 7283  IntrinsicGames
## 7284   Lexis90412446
## 7285       kawaiTsun
## 7286      Mona_Yuuki
## 7287      Mayanomi00
## 7288      charlizemb
## 7289      charlizemb
## 7290       lilliawii
## 7291       Wheataker
## 7292      DominoAI45
## 7293 darkusdemon0407
## 7294     SpaceMan413
## 7295 Chiccharron____
## 7296      fristt_ria
## 7297     NostraLight
## 7298     OwlRetweets
## 7299    theparanmaum
## 7300     KazeNinja17
## 7301       Wheataker
## 7302       Wheataker
## 7303     DonJorgeSW1
## 7304       Wheataker
## 7305       Wheataker
## 7306      just_vinny
## 7307       Wheataker
## 7308       Lanolilya
## 7309    Unf_Freckles
## 7310      TenTuParte
## 7311       Wheataker
## 7312      DerpyKiin2
## 7313      DelReyFafa
## 7314        PumaGuio
## 7315       Wheataker
## 7316       honeyxgab
## 7317  xDevilBringerx
## 7318    yeayesyesmom
## 7319      ATaragashi
## 7320 AndiDoodleStash
## 7321       Wheataker
## 7322       Wheataker
## 7323 CaitlynSheriffB
## 7324 AlyssaH59725147
## 7325      MelynnRose
## 7326    Kungonmoy969
## 7327 ValVolinori1944
## 7328       v1gorous1
## 7329    venerablerat
## 7330         BOFURRY
## 7331      pikakoneko
## 7332     songofsleep
## 7333    Nico02926324
## 7334    Milagrosmc05
## 7335     MageIngrid2
## 7336     MageIngrid2
## 7337     MageIngrid2
## 7338     MageIngrid2
## 7339           ElG4l
## 7340     GuiltySkull
## 7341      Athenisiaa
## 7342     MageIngrid2
## 7343     MageIngrid2
## 7344     Mrsurvival6
## 7345     MageIngrid2
## 7346       ssachiaro
## 7347     MageIngrid2
## 7348     MageIngrid2
## 7349     Mrsurvival6
## 7350      HatHatMans
## 7351     MageIngrid2
## 7352     MageIngrid2
## 7353   DataAugmented
## 7354 AshleyC67028952
## 7355      ChompSpark
## 7356     jinxedstar_
## 7357     jinxedstar_
## 7358     MageIngrid2
## 7359     MageIngrid2
## 7360     MageIngrid2
## 7361     MageIngrid2
## 7362  ConanEdogawa14
## 7363    Edna75582569
## 7364      SalieriXIV
## 7365       holy_ngao
## 7366 RobertK17737734
## 7367    Bears123Talb
## 7368        SOxkeoLs
## 7369 PenguisPenguina
## 7370     GerardoEsp4
## 7371     LOL_Art_Bot
## 7372  whale_lonliest
## 7373  Jonathan_kujoh
## 7374   LUXCR0WNGUARD
## 7375      boo_hu_tao
## 7376      GuantesGro
## 7377     madudspanda
## 7378        gokeria_
## 7379       lei_jessy
## 7380       ourenjiro
## 7381         jsmnt12
## 7382    velvykat5731
## 7383       susie1004
## 7384  AsswecanSenpai
## 7385    Rascal0rMilk
## 7386  IntrinsicGames
## 7387     LOL_Art_Bot
## 7388     LOL_Art_Bot
## 7389 janjanj08949515
## 7390  HaywireWindgod
## 7391         wh0scam
## 7392     scostalraft
## 7393        PHOEBY02
## 7394        chan__go
## 7395      123Yotsuba
## 7396  Darkraider4597
## 7397  Darkraider4597
## 7398   callmetheloop
## 7399   dreamlumlooka
## 7400  WookiesCantFly
## 7401 Matthew06228275
## 7402         X17Swan
## 7403        AtmajaPd
## 7404      Sp1ne_Sh0t
## 7405      lolman2134
## 7406       TaraTemma
## 7407          xiefux
## 7408 JustinB00203322
## 7409  MarcsBeauTifuL
## 7410          bae943
## 7411        __kirene
## 7412 GatitoMiauMia12
## 7413        __kirene
## 7414       roxxa5481
## 7415   Crayonclaire_
## 7416      AngelUsako
## 7417  merinotimelord
## 7418        ubetaro_
## 7419 ShadowW61782046
## 7420 Stefani59287278
## 7421      mjulie1205
## 7422   smad_cosplays
## 7423     techmaturgy
## 7424   SrirachaWhale
## 7425        tomvs123
## 7426        a1righty
## 7427      herarclift
## 7428        Andy7544
## 7429       plasmarum
## 7430    alicegyutaro
## 7431  IntrinsicGames
## 7432        mustyOwO
## 7433  IntrinsicGames
## 7434       GreysLazo
## 7435 _castanhadecaju
## 7436     ryokucharyu
## 7437       varoness_
## 7438        mguel_v1
## 7439    OverdriveExe
## 7440    marshmallgom
## 7441     LOL_Art_Bot
## 7442  Flissy35039555
## 7443  SummonerOrthan
## 7444  niya_niya_2222
## 7445          Deyls3
## 7446 S45jfzrrHMpIGpO
## 7447     David07Artk
## 7448 LuisAlb71877873
## 7449      SonneKaeya
## 7450   jolyne_unit01
## 7451       Shi_Okami
## 7452        zizon_T1
## 7453   T1_Hideonbush
## 7454    UnfamiliarSD
## 7455     divined1ife
## 7456     kraydickson
## 7457      gumayusing
## 7458         Xxylerz
## 7459     rivaillekim
## 7460  CatsMapleshade
## 7461         aiu3003
## 7462       7iemaniac
## 7463         gom_mxm
## 7464     skullicarus
## 7465         aiwerry
## 7466       SkullyTeh
## 7467 JamesJi46864721
## 7468         CK30006
## 7469    stefanarenas
## 7470 androgynoushark
## 7471     Karma_Goryu
## 7472      Joy5148635
## 7473  IntrinsicGames
## 7474 FrankSi38183223
## 7475         W0shua_
## 7476      tnuoxolleh
## 7477  aynhadanimates
## 7478         Owlie01
## 7479         ilugwen
## 7480    _09_01_1997_
## 7481 antoniominari04
## 7482   MaryOrozco999
## 7483 MariahDoughert3
## 7484    OfKittyAngel
## 7485        08WSouza
## 7486    OfKittyAngel
## 7487       bonerfly1
## 7488    OfKittyAngel
## 7489   WadeWatts4761
## 7490        xheophes
## 7491        jjmmmmm8
## 7492         Zervive
## 7493          tls419
## 7494    lempekdi1323
## 7495         Hezixx1
## 7496          LfgYou
## 7497    BeyondFables
## 7498  AndradeNacimba
## 7499         CH1M34A
## 7500  takoyakiiii718
## 7501  takoyakiiii718
## 7502         Zervive
## 7503   GlassCurrents
## 7504     Horseengine
## 7505 Succubus_Desuuu
## 7506  Willow20374636
## 7507         Zervive
## 7508  Ninna_NP_Gomes
## 7509    P_Poohcatdol
## 7510      AfgathaOsa
## 7511         Zervive
## 7512      moguukinki
## 7513         Zervive
## 7514   ll_Celeste_ll
## 7515         Zervive
## 7516     SkeansJason
## 7517      pvnkstitch
## 7518     SkeansJason
## 7519  IntrinsicGames
## 7520  IntrinsicGames
## 7521  Ninna_NP_Gomes
## 7522       vattghern
## 7523   VTuberTweeter
## 7524 KellyCh15130609
## 7525      Am_Ameliar
## 7526       7iemaniac
## 7527     rooftopbird
## 7528  preheatoven666
## 7529     LOL_Art_Bot
## 7530     rioliciouss
## 7531     rioliciouss
## 7532     rioliciouss
## 7533     rioliciouss
## 7534        skinx717
## 7535     rioliciouss
## 7536          rumgfs
## 7537      KaningIsOK
## 7538     FloofyHuman
## 7539       _Hizashi_
## 7540       fabszineo
## 7541       roriexart
## 7542       fishay_id
## 7543     joeysbberii
## 7544  RussellKarters
## 7545     Ribbit_Jack
## 7546        Sinelia_
## 7547 DonnaJo26713385
## 7548        tisLatte
## 7549    snottyhead64
## 7550    clover3green
## 7551       25thDraco
## 7552     SierraAzure
## 7553       NotPowPow
## 7554 briemelissastan
## 7555  himboprotector
## 7556   CielosCambala
## 7557 JerryBu49551618
## 7558     MortisGh0st
## 7559  FloralianAroma
## 7560        Koifee__
## 7561     MortisGh0st
## 7562     MortisGh0st
## 7563   KurookamiSama
## 7564     RTFanartLOL
## 7565  IntrinsicGames
## 7566     MortisGh0st
## 7567     weed_kitteh
## 7568       GDAutoArt
## 7569     weed_kitteh
## 7570  LadyVickytoria
## 7571          te4_ll
## 7572    t3ars0fman1a
## 7573      viperfarts
## 7574       3Rattyrat
## 7575     nadearielis
## 7576     MortisGh0st
## 7577           T3M91
## 7578   Raychel_Draws
## 7579     nadearielis
## 7580     MortisGh0st
## 7581        ViralexR
## 7582     MortisGh0st
## 7583    AllyTheRuler
## 7584 cafecutiesoraka
## 7585    Lunarkinesis
## 7586     MortisGh0st
## 7587       Burstale1
## 7588         esbeath
## 7589      AfgathaOsa
## 7590        Tanin_LW
## 7591      mastermepp
## 7592 JoshuaH65875147
## 7593    useful_butch
## 7594  loveisfujiwara
## 7595      mintbearjr
## 7596      mintbearjr
## 7597      aurumnexus
## 7598    Lunarkinesis
## 7599         suidolz
## 7600        ViralexR
## 7601  Kaeden75449726
## 7602  SemSkinDaNeeko
## 7603   Josstevaan_22
## 7604         GmMimio
## 7605   MerpyProjects
## 7606         howlMeu
## 7607         00XM00N
## 7608 ayylemayoecksde
## 7609  Signoraposting
## 7610     GoneGirl_WR
## 7611          Mawasz
## 7612     GoneGirl_WR
## 7613     panda_ashes
## 7614     GoneGirl_WR
## 7615  IntrinsicGames
## 7616         jmnzf92
## 7617        Vilictor
## 7618  IntrinsicGames
## 7619 gettinbiggertha
## 7620     MuitoTr0uxa
## 7621   JoeySpecialEX
## 7622      blabla0216
## 7623          Miawka
## 7624         Iuridsn
## 7625      Blood_Lich
## 7626      buttpossum
## 7627  duckduckgosins
## 7628 metalichotchoco
## 7629 diangelograce13
## 7630     ZatsuneJuon
## 7631 archoncalpernia
## 7632        thotadin
## 7633        idbell10
## 7634     Horseengine
## 7635         00XM00N
## 7636        thotadin
## 7637         clyxpix
## 7638     Yukihohohoh
## 7639       _nanakat_
## 7640 matildabradbvry
## 7641          WC_WIT
## 7642         00XM00N
## 7643          WC_WIT
## 7644     krissibarks
## 7645        idbell10
## 7646     DramaticGei
## 7647 Local_crack_hut
## 7648  michaeljande19
## 7649   Cass_a_rollie
## 7650      LilFaeFawn
## 7651     LOL_Art_Bot
## 7652     LOL_Art_Bot
## 7653       fatovzz18
## 7654       GmSalesss
## 7655         Haizlyx
## 7656  acce_the_worst
## 7657        CATBR3AD
## 7658      gabby_meds
## 7659    SkuIIyKnight
## 7660         Iuridsn
## 7661 AlyssaH59725147
## 7662          sly382
## 7663          sly382
## 7664  StrawbeePlushy
## 7665   TwoShadowSide
## 7666 AlexanderBaguet
## 7667 AlexanderBaguet
## 7668        notwehat
## 7669 AlexanderBaguet
## 7670 AlexanderBaguet
## 7671 AlexanderBaguet
## 7672 AlexanderBaguet
## 7673 AlexanderBaguet
## 7674      Bxrdxrlxne
## 7675 AlexanderBaguet
## 7676 AlexanderBaguet
## 7677 AlexanderBaguet
## 7678 AlexanderBaguet
## 7679       larasslut
## 7680     Michaeldeww
## 7681    TeaCakeTiger
## 7682       Okizemee_
## 7683     NekrosLykos
## 7684      ShushiYeni
## 7685   LoveableMei66
## 7686     safiroanejo
## 7687   JoniGamer1996
## 7688     Nievezhitus
## 7689     FRCretweets
## 7690     FRCretweets
## 7691 Pookiedicksuga1
## 7692     EmiBruxinha
## 7693  anthony_ryouko
## 7694         maekery
## 7695          soruui
## 7696     FRCretweets
## 7697       Maxorzoom
## 7698       KemurChan
## 7699       fronezone
## 7700        D4Rkfor3
## 7701   QuinneJojofag
## 7702   jandrereserva
## 7703 ogFeelEmotional
## 7704      reistellae
## 7705   Luciesagarika
## 7706      Navin_chan
## 7707    Evho_Phoenix
## 7708    Evho_Phoenix
## 7709       NicCHeinz
## 7710 JumaraloHexCore
## 7711       keatydesu
## 7712       keatydesu
## 7713      lolnuggies
## 7714       Macky07GF
## 7715         Oream10
## 7716          RewTox
## 7717  Kamino_Shimobe
## 7718  milesfromloona
## 7719  milesfromloona
## 7720         ak_elon
## 7721     CitrusPress
## 7722        onittoes
## 7723   Astro_potatoe
## 7724  PhantasmalGirl
## 7725 SocialDesignCr1
## 7726           hzlfs
## 7727         GMHTTYD
## 7728      shikandayo
## 7729       alttspeed
## 7730     1987_zombie
## 7731    _Saint_Ghoul
## 7732  IntrinsicGames
## 7733        hanag0re
## 7734   Ursa_Mediocre
## 7735    Sonicx5040__
## 7736       NullIsAt0
## 7737      tamashiiVT
## 7738      EVANxOMEGA
## 7739          RewTox
## 7740       sunamiis2
## 7741        viesolde
## 7742 oneshiningdream
## 7743 AuroraKirkland_
## 7744         ZJay_99
## 7745         ZJay_99
## 7746         ZJay_99
## 7747         EnR_Bar
## 7748        VtuberCC
## 7749     racertrainz
## 7750         bc_bby_
## 7751       EL_nachas
## 7752       Sunset_sn
## 7753       bebackl8r
## 7754        Goupil68
## 7755 StevenS53125904
## 7756       meeIgaroo
## 7757       meeIgaroo
## 7758     racertrainz
## 7759    MooseLord150
## 7760     LOL_Art_Bot
## 7761     LOL_Art_Bot
## 7762    thedunewitch
## 7763     josemorojas
## 7764     mellowavess
## 7765        No2Astro
## 7766 TaylorH55952945
## 7767         berhres
## 7768    _eeearfquake
## 7769      valkyrsimp
## 7770        AllTaric
## 7771        AllTaric
## 7772         GimRari
## 7773 SpaceArtemisCat
## 7774      jim_duffus
## 7775     LOL_Art_Bot
## 7776 NightStalkerTBO
## 7777 NightStalkerTBO
## 7778  IntrinsicGames
## 7779         NIJISE_
## 7780   AcrylicKiss17
## 7781 NightStalkerTBO
## 7782 NightStalkerTBO
## 7783  IntrinsicGames
## 7784    ClosetWeeb11
## 7785 NightStalkerTBO
## 7786  IntrinsicGames
## 7787     papuchochoe
## 7788  IntrinsicGames
## 7789    MyOwnEnemyOP
## 7790       KyaHimiko
## 7791     papuchochoe
## 7792     VoidGarzelm
## 7793 summerswirlarts
## 7794         _Katrat
## 7795      KRRosales1
## 7796          xkeniv
## 7797      Ionic_Wind
## 7798     papuchochoe
## 7799 NightStalkerTBO
## 7800 SebastinAceve20
## 7801        BKCearns
## 7802  BlueTheRaptors
## 7803 NightStalkerTBO
## 7804 NightStalkerTBO
## 7805    stxrrydreams
## 7806 lovely_protagon
## 7807      AirshipSyn
## 7808    Esports_Zach
## 7809 NightStalkerTBO
## 7810     LOL_Art_Bot
## 7811 lovely_protagon
## 7812 NightStalkerTBO
## 7813 NightStalkerTBO
## 7814 lovely_protagon
## 7815 NightStalkerTBO
## 7816 NightStalkerTBO
## 7817 NightStalkerTBO
## 7818 NightStalkerTBO
## 7819 NightStalkerTBO
## 7820 lovely_protagon
## 7821       LOL_adel_
## 7822 NightStalkerTBO
## 7823       vencerjoy
## 7824           tetto
## 7825 StringsNBullets
## 7826       selmishen
## 7827       nohtanhoj
## 7828   LawlietFrixie
## 7829 ReginaC26432536
## 7830     LOL_Art_Bot
## 7831 AngelaR81493370
## 7832       YuuhChan_
## 7833 YamimotoRequiem
## 7834    AmericaKrisi
## 7835         Pug616P
## 7836        Helg0st1
## 7837        AkiroS58
## 7838     Kaiji_Garou
## 7839     Kaiji_Garou
## 7840  FruityyCupcake
## 7841         Xamalam
## 7842         Zellzo_
## 7843         sqttoru
## 7844     MrImposterX
## 7845     joonikwon01
## 7846   Anton50206078
## 7847        limaopwp
## 7848     LOL_Art_Bot
## 7849    suenodeamore
## 7850        benceolr
## 7851 Chiccharron____
## 7852        idbell10
## 7853 DianeWi87179150
## 7854     SirShadow76
## 7855      AnnSenpai1
## 7856        telogrus
## 7857  French_Retweet
## 7858   nxghtmarefvel
## 7859     xXxKosiaxXx
## 7860          Zwie03
## 7861          Zwie03
## 7862    darkyoshi360
## 7863      kittelgame
## 7864  IntrinsicWorld
## 7865      Yogui_sama
## 7866 enblovesamphbia
## 7867 oleandrinhoreal
## 7868    Kiimberlyss_
## 7869        gudcoock
## 7870       smile_ral
## 7871      ZZetsubou_
## 7872     Fluffypupy2
## 7873        Nickx_27
## 7874        Nickx_27
## 7875        rw234065
## 7876          J_ASHX
## 7877      joblack369
## 7878        Flouke21
## 7879    Lionchief158
## 7880          J_ASHX
## 7881    ST4RGU4RDIAN
## 7882      ren_kozume
## 7883     _MONOPH0BIA
## 7884        Zdradas_
## 7885        Zdradas_
## 7886    FloTinnyPaws
## 7887 enblovesamphbia
## 7888 enblovesamphbia
## 7889    Sahri4feedin
## 7890     LOL_Art_Bot
## 7891    FloTinnyPaws
## 7892        kawayanu
## 7893       ManuBrook
## 7894      Ilmorrison
## 7895         WantAdc
## 7896 EmtoenMareAjuan
## 7897  Mariposa_Doida
## 7898     LaprasChild
## 7899  IntrinsicGames
## 7900   krasnyyArthur
## 7901  IntrinsicGames
## 7902     phelmorcego
## 7903      Zelmetabee
## 7904        marcky_z
## 7905        BluGiraf
## 7906     skylightrmm
## 7907        Jostler0
## 7908    edelgardvonh
## 7909   EvinhaNinfeta
## 7910        AllTaric
## 7911      EG_Robert1
## 7912          vuyecc
## 7913        jazzoo51
## 7914      Peter_S325
## 7915        Annaneaz
## 7916     LOL_Art_Bot
## 7917       YoYusuke_
## 7918     jacobtull77
## 7919     miss_annewe
## 7920      RiceRoyce1
## 7921        tinydxve
## 7922     thebenitime
## 7923    Marshall_L99
## 7924 enblovesamphbia
## 7925         yeskkkj
## 7926 el_matias_velez
## 7927      Davi8Velez
## 7928     bobisinlove
## 7929      CENDRlLLON
## 7930     MageIngrid2
## 7931         esaatrw
## 7932    Gabrielf_105
## 7933     DZenT_Boiia
## 7934       Nana_3014
## 7935       Nana_3014
## 7936         DReugue
## 7937       GDAutoArt
## 7938   StarIoannis25
## 7939       robot_rad
## 7940         chimcia
## 7941 JohnFor32542013
## 7942      EricZhan10
## 7943   realkaycatboy
## 7944         Falst3r
## 7945        LolAxelr
## 7946       Anaisucho
## 7947       DrakeKw95
## 7948  IamBenStirling
## 7949  IamBenStirling
## 7950  IamBenStirling
## 7951         belacb_
## 7952    GeneralLhama
## 7953         ZyklusW
## 7954         ZyklusW
## 7955   coisa_ruim666
## 7956       krozbones
## 7957          gckoov
## 7958        camii_ei
## 7959        Agent152
## 7960       spaceylux
## 7961         casgawa
## 7962       rakanismo
## 7963    ArtGuerreiro
## 7964  IntrinsicGames
## 7965 BEIDOU0BSESS1ON
## 7966 nottingseriouss
## 7967  IntrinsicGames
## 7968    Bran13234611
## 7969         _kuroom
## 7970     MageIngrid2
## 7971      mini_tacos
## 7972        ivbaoshi
## 7973       SherterXY
## 7974     MageIngrid2
## 7975 Anthony87651440
## 7976  Simp_for_Amity
## 7977   SrirachaWhale
## 7978       CutieChan
## 7979     lalaryssaum
## 7980      NontoxicGG
## 7981       Yuk1m4_B1
## 7982       Yuk1m4_B1
## 7983    TeamustbeHOT
## 7984  MarcyReginaWu3
## 7985      indizar314
## 7986      indizar314
## 7987  DuncanAbizaid1
## 7988  MarcyReginaWu3
## 7989   VTuberTweeter
## 7990         MerahB1
## 7991        Eli_Huiz
## 7992     DuckFriend2
## 7993       Aleramtz2
## 7994 BlackLe34162712
## 7995      kerkillian
## 7996    yukinoisfree
## 7997    JimboxShrimp
## 7998     Togedemmaru
## 7999         AzuaRyu
## 8000 MetelikPropovid
## 8001         PO_S_CA
## 8002      Encantadoh
## 8003        Joneybud
## 8004  _awaken_mylove
## 8005  IntrinsicGames
## 8006    radianthosts
## 8007  IntrinsicGames
## 8008     spartan_065
## 8009   professornugs
## 8010         luke_uw
## 8011     LOL_Art_Bot
## 8012     _fallenstxr
## 8013        Blue3098
## 8014        OpLekker
## 8015        Blue3098
## 8016   zacky_batalet
## 8017  ratata75147175
## 8018   basicnbizarre
## 8019 Timothy98617987
## 8020         CY4N4R4
## 8021        DENGRAWE
## 8022   GloriesUnsung
## 8023        Skeevius
## 8024        Skeevius
## 8025        Skeevius
## 8026        Skeevius
## 8027      Goliazinho
## 8028        Skeevius
## 8029         _pr8rr_
## 8030        Skeevius
## 8031   thekillercapo
## 8032 TerriBa33627771
## 8033    LustyOregano
## 8034     KoTinTrysaX
## 8035    thefinal_act
## 8036         PatYS57
## 8037         PatYS57
## 8038        GzmLucas
## 8039     catboysilco
## 8040     PhantomAwoo
## 8041         Dwalien
## 8042       RetweetVT
## 8043     StoneLaRone
## 8044      Pasteltwtx
## 8045         dzkmm23
## 8046 Hammy_La_Patata
## 8047         NeroRPG
## 8048         NeroRPG
## 8049        FebosSoy
## 8050       KinaSyrup
## 8051           vcx7s
## 8052  DonutsJonathan
## 8053    COFFEEDRUGS1
## 8054     DragonProse
## 8055     AdharaTenyi
## 8056        merfulir
## 8057      IamTheCyka
## 8058 AnnCart15704870
## 8059 DeniseJ01043830
## 8060      Sarashieda
## 8061       Vulkiveir
## 8062      bwebber222
## 8063       maregret_
## 8064 tasteoftwiceluv
## 8065  general_magma1
## 8066          Sraal7
## 8067      PIRATEJIWE
## 8068      PIRATEJIWE
## 8069       Elygmabel
## 8070  CrimsonGirlAmy
## 8071          Nhnkk_
## 8072       Gluwutchy
## 8073     Ohmygosh413
## 8074      moleofsalt
## 8075        keybardi
## 8076    FilmsJawsome
## 8077        notoce4n
## 8078    frostvo1tage
## 8079       GR3Y_arts
## 8080   _aterRorizada
## 8081  CorvusYildirim
## 8082   _aterRorizada
## 8083    MixterKill29
## 8084      SunnyP1lls
## 8085    ZeroOnTwiter
## 8086 TheUnto88744393
## 8087 ScottTa24134577
## 8088 JuanRui93752871
## 8089 GrdGeneralSwain
## 8090        unpickel
## 8091   Kandel_Duarte
## 8092          xiefux
## 8093      ELDOKYraro
## 8094 GalaxyGamerYaY1
## 8095      insane_nya
## 8096     FRCretweets
## 8097       Kurona_98
## 8098        T41LW1ND
## 8099   Gato_lystrado
## 8100      Yuki_Lumi_
## 8101   AmaruIshikawa
## 8102       PoDeTsuki
## 8103        T41LW1ND
## 8104        T41LW1ND
## 8105 oleandrinhoreal
## 8106       koka_luka
## 8107  love_bouboubou
## 8108   loud_gothbird
## 8109         ceezest
## 8110         acpredo
## 8111   DesertRose_NZ
## 8112        VERGOM06
## 8113  tiny_bulbasaur
## 8114    souici_farah
## 8115        1_dahaka
## 8116 the7thsense____
## 8117      sRubyMaple
## 8118 Henriquefelikes
## 8119    DetectiveRos
## 8120     Sailor_Arti
## 8121 Shadow__Nothing
## 8122 Shadow__Nothing
## 8123    King62151668
## 8124        Migs_752
## 8125   DesertRose_NZ
## 8126       IHavePipi
## 8127       davilibra
## 8128  CommodoreChaos
## 8129        MrKiruem
## 8130     Ohmygosh413
## 8131     elpueroloco
## 8132  LMountaingoats
## 8133 mrdocto36571669
## 8134     L4DYF0RTUNE
## 8135         Spy_Iol
## 8136  tiny_bulbasaur
## 8137   SandyLeague19
## 8138         sqiibby
## 8139  IntrinsicGames
## 8140          RewTox
## 8141     n_nasti_007
## 8142  IntrinsicGames
## 8143          RewTox
## 8144      EribbanBEP
## 8145         Vic1848
## 8146    Drackwayland
## 8147       GrynnDyre
## 8148        JuanRPG_
## 8149    Manaforce_TH
## 8150          RewTox
## 8151  UwULunaChanUwU
## 8152      herrenchan
## 8153          RewTox
## 8154         KBanryu
## 8155 BenguDaBigPoppa
## 8156    Koopalings58
## 8157       AltStarZ_
## 8158         KBanryu
## 8159     UwU15475317
## 8160     moonbylette
## 8161     moonbylette
## 8162        Fattsoll
## 8163      EribbanBEP
## 8164      healpoints
## 8165         Asphen7
## 8166      healpoints
## 8167        viesolde
## 8168    daweaselbass
## 8169       Popo_Gang
## 8170        llwd_jjw
## 8171   BudgetMuffins
## 8172   RamenKider913
## 8173      HuzzahGeek
## 8174  leashy46973439
## 8175 RazenBabouche02
## 8176         L1zarda
## 8177        rukasuzz
## 8178 a_person_online
## 8179       Bobafaeri
## 8180 a_person_online
## 8181 yeojinsupremacy
## 8182         evuriii
## 8183 AverageAnimeFa2
## 8184       RetweetVT
## 8185    BrnY49843613
## 8186 LuisAlfonsoUga1
## 8187    darklord2099
## 8188 LuisAlfonsoUga1
## 8189  MatheusVicen73
## 8190   kevin78857014
## 8191     Retweelgend
## 8192 streamerwallcom
## 8193         RordyGG
## 8194 Marauder_Kawaii
## 8195      MangoMazes
## 8196   RepulsiveMaid
## 8197     BlightArtie
## 8198   TagAnimationz
## 8199        jogoagui
## 8200 TinaMye65138162
## 8201     RottenJinx_
## 8202  IntrinsicGames
## 8203          FLjeta
## 8204          RewTox
## 8205      VolukJikan
## 8206         Yweeshi
## 8207      Karima130X
## 8208  pillowninja121
## 8209 TrevorM74993978
## 8210 _mercwithmouth_
## 8211        aztec995
## 8212    FreshBakedRy
## 8213      kerkillian
## 8214 billyrocketsau1
## 8215    marinactonci
## 8216 Christi42459393
## 8217    str4wbryc4ke
## 8218      MaahesRion
## 8219          EISuco
## 8220       teviayuri
## 8221       teviayuri
## 8222       HisuiKiba
## 8223       NerdCSGO_
## 8224   RepulsiveMaid
## 8225       suryono_r
## 8226        sullvani
## 8227        btreght7
## 8228      MaxGamerF2
## 8229    Black_Moral9
## 8230    BruhTurururu
## 8231      Batata_owo
## 8232    Big_Richardo
## 8233       Qu33nAgar
## 8234        rawbin2K
## 8235    YesicaMylano
## 8236   Infernal_Gaia
## 8237        ernesew1
## 8238     FloppyWitch
## 8239   maxxcaulf1eld
## 8240     JadeKatBond
## 8241     lepushearts
## 8242     MinaBuvelle
## 8243        sunb3nny
## 8244       Candiey15
## 8245   Frisk67491510
## 8246      firepix515
## 8247   Frisk67491510
## 8248      medusa7708
## 8249   Frisk67491510
## 8250       asheeeshi
## 8251    theblinkfrog
## 8252 Adrian_lessname
## 8253          lekyyu
## 8254   Frisk67491510
## 8255   Frisk67491510
## 8256      andrex2311
## 8257   Frisk67491510
## 8258        _Miellam
## 8259   storm42058563
## 8260      HelpMe2137
## 8261 ohhello39556554
## 8262      RhiLai_Art
## 8263    TheCookiOreo
## 8264   Frisk67491510
## 8265       fematerox
## 8266          RewTox
## 8267         LegioIs
## 8268    moonboynihat
## 8269    nurgleherald
##                                                                                                                                                                text
## 1                                          RT @CherryRobber: i just really like his face tbh\n#arcane #LeagueOfLegends #silco #arcanefanart https://t.co/0Rf4XxghYT
## 2                     RT @uemasters: Italy is in good hands as Unipd Cheng will defend its flag in #AUEM23 👐\n\n⚔️They have marked March with an X on their calenda…
## 3                                                      RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 4                    RT @damongreenhalgh: Spirit Blossom has such a fun and colorful aesthetic. Had a blast painting this and learned a lot too!\n\n#LeagueOfLegen…
## 5                                       RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 6                                           RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 7                    RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 8                                                                RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 9                               RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 10                                                         RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 11                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 12                  RT @cinamoncune: Would you be Thresh or Ahri’s valentine? ♥️\n\n(You might need to trade in something though) \n\n#LeagueOfLegends #ArtofLegend…
## 13                                                         RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 14                    RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 15                   RT @tikitorchies: Lets get some lineart done for Coven Neeko!!! Now live!\n\n#LeagueOfLegends #VtubersEN #LeagueOfLegendsFanArt https://t.co/…
## 16                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 17                                                         RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 18                                                               RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 19                   RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 20                                      RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 21                                                       RT @ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq
## 22                   RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 23                               RT @CherryRobber: screencap redraw of the rat man! \n#silco #arcane #LeagueOfLegends #arcanefanart #fanart https://t.co/D2l7rtPigw
## 24                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 25                                         RT @CherryRobber: i just really like his face tbh\n#arcane #LeagueOfLegends #silco #arcanefanart https://t.co/0Rf4XxghYT
## 26                                         RT @CherryRobber: i just really like his face tbh\n#arcane #LeagueOfLegends #silco #arcanefanart https://t.co/0Rf4XxghYT
## 27                   RT @PoroSandia: my project is taking more time than i thought since my keyboard trolls me more than my team in a rank \n\nso i leave this her…
## 28                    RT @StephJMillz1: New Book of Kamille chapter on the Twitch channel! My Twitch subscribers know what to do! 📺🎮⚔️💯🌎\n\n#leagueoflegends #Steph…
## 29                                                         RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 30                                                         RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 31                                                                   RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C
## 32                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 33                   RT @cnnmncntpd: Waaaaah, my girl Soraka is so pretty! I really loved the vibe of her splash art 😭🙏\n\n#leagueoflegends #leagueoflegendsfanart…
## 34                   RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 35                             RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/BE1ua0K4bZ https://t.co/oe2TqsFI35
## 36                                            RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL
## 37                                                     RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 38                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 39                   RT @cnnmncntpd: Waaaaah, my girl Soraka is so pretty! I really loved the vibe of her splash art 😭🙏\n\n#leagueoflegends #leagueoflegendsfanart…
## 40                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 41                                                               RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 42                  RT @whxtelamb_cos: [...] In the future, one of us is alive. Hint : it's not you.🧁\n\n❤︎\nLeague Of Legends's Caitlyn Kiramman from ARCANE \n\n📸…
## 43                 RT @JoJoelleTV: Finales is killing me D:!!! Here's a lissandra study from LOL tho\n.\n.\n.\n#ArtistOnTwitter #artistontwt #LeagueOfLegendsFanAr…
## 44                                                               RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 45                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 46                   RT @PoroSandia: my project is taking more time than i thought since my keyboard trolls me more than my team in a rank \n\nso i leave this her…
## 47                 RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 48                                                                          RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 49                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 50                   RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 51                                                                           RT @DailyTeenVi: guess who's back #Arcane #Vi #LeagueOfLegends https://t.co/Ohq8UdBwhJ
## 52                   RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 53                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 54                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 55                  RT @whxtelamb_cos: [...] In the future, one of us is alive. Hint : it's not you.🧁\n\n❤︎\nLeague Of Legends's Caitlyn Kiramman from ARCANE \n\n📸…
## 56                   RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 57                  RT @whxtelamb_cos: [...] In the future, one of us is alive. Hint : it's not you.🧁\n\n❤︎\nLeague Of Legends's Caitlyn Kiramman from ARCANE \n\n📸…
## 58                                              RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 59                   RT @LumiereVtuber: Vtuber| Playing League of legends trying to level up?\n https://t.co/m6ixn2O8dW\n#Vtubers #VTuberEN #streamer #TeamFightTa…
## 60                  RT @whxtelamb_cos: [...] In the future, one of us is alive. Hint : it's not you.🧁\n\n❤︎\nLeague Of Legends's Caitlyn Kiramman from ARCANE \n\n📸…
## 61                                                               RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 62                                      RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 63                                                               RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 64                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 65                                                               RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 66                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 67                                                               RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 68                                                         RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 69                                                                                      RT @jasikyu: Ruined Miss Fortune 💚 #LeagueOfLegends https://t.co/3ExGS6n2kU
## 70                                                                  RT @jasikyu: Caitlyn wanted vi so I became her #arcane #LeagueOfLegends https://t.co/rBahVYMFEH
## 71                                                                                         RT @jasikyu: Coven Ahri selfies #LeagueOfLegends https://t.co/z1zx0erJwA
## 72                                                                          RT @jasikyu: Coven Evelynn cosplay after 2yrs 🫣#leagueoflegends https://t.co/4WacCuzRT6
## 73                                                                                  RT @Ultrashokk: fixed her jacket #zeri #LeagueOfLegends https://t.co/jba8OId0UB
## 74                   RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 75                   RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 76                RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 77                   RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 78                   RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 79                                                                                RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 80                                                                 RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 81                                                                       RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 82                                                         RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 83                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 84                   RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 85                                                                          RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 86                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 87                                                     RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 88                   RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 89                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 90                                                               RT @sarah_pim1: 🌸Long hair Neeko💙\n\n#LeagueOfLegends #ArtofLegends #neeko https://t.co/qN9hhs3FEx
## 91                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 92                  RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 93                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 94                    RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 95                                                                                RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 96                   RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 97                    RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 98                                                     RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 99                    RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 100                                        RT @CherryRobber: i just really like his face tbh\n#arcane #LeagueOfLegends #silco #arcanefanart https://t.co/0Rf4XxghYT
## 101                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 102                              RT @CherryRobber: screencap redraw of the rat man! \n#silco #arcane #LeagueOfLegends #arcanefanart #fanart https://t.co/D2l7rtPigw
## 103                   RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 104                 RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 105                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 106                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 107                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 108                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 109                  RT @PoroSandia: my project is taking more time than i thought since my keyboard trolls me more than my team in a rank \n\nso i leave this her…
## 110                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 111                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 112                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 113                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 114                  RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 115                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 116                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 117                                                                                  RT @DunkmasterSett: DUNK!!\n272 PTS\n#Dunkmaster🏀 #FeelIonia🍃#LeagueOfLegends👊
## 118                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 119                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 120                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 121                  RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 122                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 123                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 124                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 125                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 126                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 127                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 128                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 129                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 130                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 131                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 132                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 133                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 134                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 135                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 136                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 137                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 138                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 139                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 140                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 141                             RT @UnrankedSmurfs: Breaking news!\nHopefully, he will be on your team tho.\n #LeagueOfLegends #Funny #Meme https://t.co/mWBswSg2QX
## 142                                             RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 143                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 144                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 145                 RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 146                                             RT @NolegAdvanced: "Hunger never sleep."\n\n@LeagueOfLegends #LeagueOfLegends #ArtofLegends https://t.co/Cr6sMuezPN
## 147                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 148                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 149                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 150                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 151                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 152                                                       RT @RukiaDaichi: Blood Moon Evelynn! ꉂ(ˊᗜˋ*)♡\n\n#LeagueOfLegends\n#ArtofLegends https://t.co/uJBjBpIYOu
## 153                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 154                          RT @RukiaDaichi: Doodle of the lil angsty yordle \n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#ArtofLegends https://t.co/DtammexkXP
## 155                                         RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 156                     RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 157                    RT @Chizu_Artwork: Finished! I am very surprised how my style changes. But I think I'm improving a bit. I'm still not happy with the colors…
## 158                                                                    RT @myrrhneo: he is 😳\n#LeagueOfLegends #LeagueOfLegendsFanArt #Yone https://t.co/ouL0QxGGnM
## 159                                                                    RT @myrrhneo: he is 😳\n#LeagueOfLegends #LeagueOfLegendsFanArt #Yone https://t.co/ouL0QxGGnM
## 160                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 161                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 162                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 163                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 164                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 165                   RT @esports12K: Blitzcrank’s self-slow is eventually put to use by league players @LeagueOfLegends\nCheckout the full story: https://t.co/lM…
## 166                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 167                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 168                   RT @esports12K: Blitzcrank’s self-slow is eventually put to use by league players @LeagueOfLegends\nCheckout the full story: https://t.co/lM…
## 169                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 170                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 171                                                                      RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 172                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 173                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 174                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 175                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 176                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 177                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 178                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 179                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 180                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 181                   RT @viniSfw: Evelynn Death Sworn Fan skin \n#WildRift #LeagueOfLegendsFanArt #LeagueOfLegends @riotgames #Evelynn #ibisPaintX https://t.co/r…
## 182                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 183                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 184                    RT @flyying_raijin: Hey Hey whats up everyone? Sorry for the small break but we are back again tonight we doing another drunk stream playin…
## 185                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 186                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 187                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 188                  RT @Inkspirate_art: Jinx 💥 Powder\n\n#Arcane #ArcaneFanArt #LeagueOfLegends #ArtofLegends #Jinx 💥\nhttps://t.co/QJsywY55UP ✍️🏻 https://t.co/C0…
## 189                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 190                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 191                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 192                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 193                  RT @anxiodine: Star Guardian Rell :)\n\n#Art #TraditionalArt #LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #AnimeArt #ArtistOnTwitter…
## 194                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 195                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 196                  RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 197                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 198                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 199                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 200                    RT @cyanceebee: 2 out of 6 Pride sketches from last year! These were the closest to being finished but the project was too ambitious 🥲 #Lea…
## 201                              RT @LaurenMorXO: Quitting league until I find someone who I can duo with cuz all these kids in solo q are dumb af #LeagueOfLegends
## 202                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 203                                                 RT @theScoreesports: Rekkles Is Back 😲\n\n▶️ https://t.co/Yzzq4MaSRL\n\n#LeagueOfLegends https://t.co/J8eC07tJWr
## 204                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 205                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 206                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 207                RT @BartholomauEUNE: Taking commissions for cute animated stream cameras with emotes ^^\n\nRetweet if you like\nHit me up if interested\n#Leagu…
## 208                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 209                  RT @cnnmncntpd: Waaaaah, my girl Soraka is so pretty! I really loved the vibe of her splash art 😭🙏\n\n#leagueoflegends #leagueoflegendsfanart…
## 210                  RT @Inkspirate_art: Jinx 💥 Powder\n\n#Arcane #ArcaneFanArt #LeagueOfLegends #ArtofLegends #Jinx 💥\nhttps://t.co/QJsywY55UP ✍️🏻 https://t.co/C0…
## 211                                                      RT @ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq
## 212                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 213                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 214                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 215                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 216                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 217                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 218                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 219                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 220                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 221                  RT @tikitorchies: Lets get some lineart done for Coven Neeko!!! Now live!\n\n#LeagueOfLegends #VtubersEN #LeagueOfLegendsFanArt https://t.co/…
## 222                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 223                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 224                     RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 225                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 226                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 227                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 228                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 229                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 230                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 231                   RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 232                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 233                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 234                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 235                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 236                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 237                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 238                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 239                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 240                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 241                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 242                   RT @viniSfw: Evelynn Death Sworn Fan skin \n#WildRift #LeagueOfLegendsFanArt #LeagueOfLegends @riotgames #Evelynn #ibisPaintX https://t.co/r…
## 243                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 244                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 245                   RT @LoLMemesBot: Why add an item that makes us useless\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worl…
## 246                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 247                                        RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 248                                                                  RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C
## 249                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 250                   RT @kizimiyo: The Ruined King Viego 💚\n#LeagueOfLegends #LeagueOfLegendsFanArt #art #draw #LoLFanart #viego #theruinedking https://t.co/Tesz…
## 251                                            RT @L0VERSEYES: they will never be besties... *spits cereal*\n#leagueoflegends #rhaast #jinx https://t.co/DsfXCufMCj
## 252                  RT @_Karruzed_: I did a sketch of a creature from a game I don't even play. I wonder where she comes from🤔\n\n#LeagueOfLegends #furries #kind…
## 253                                                                                 RT @L0VERSEYES: jinx and kayn doodle 🚀 #leagueoflegends https://t.co/z6KN1rP5o6
## 254                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 255                                                      RT @ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq
## 256                RT @Nanal0l: 😎PMA GRIND😎Interactive streamer😎Totally not a one trick😎 \n\nLive now at Twitch . tv / Nana ! 🔗\n\n#LeagueOfLegends #Twitch #Twitc…
## 257                                              RT @starblussh: Gwen in a cute dress 🛐\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #gwenlol https://t.co/v2WSABf0Np
## 258                                                                      RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 259                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 260                                             RT @NolegAdvanced: "Hunger never sleep."\n\n@LeagueOfLegends #LeagueOfLegends #ArtofLegends https://t.co/Cr6sMuezPN
## 261                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 262                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 263                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 264                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 265                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 266                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 267                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 268                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 269                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 270                                                                  RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C
## 271                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 272                                             RT @NolegAdvanced: "Hunger never sleep."\n\n@LeagueOfLegends #LeagueOfLegends #ArtofLegends https://t.co/Cr6sMuezPN
## 273                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 274                  RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 275                  RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 276                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 277                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 278                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 279                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 280                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 281                   RT @kizimiyo: The Ruined King Viego 💚\n#LeagueOfLegends #LeagueOfLegendsFanArt #art #draw #LoLFanart #viego #theruinedking https://t.co/Tesz…
## 282                  RT @damongreenhalgh: Spirit Blossom has such a fun and colorful aesthetic. Had a blast painting this and learned a lot too!\n\n#LeagueOfLegen…
## 283                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 284                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 285                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 286                                        RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 287                                              RT @starblussh: Gwen in a cute dress 🛐\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #gwenlol https://t.co/v2WSABf0Np
## 288                   RT @kizimiyo: The Ruined King Viego 💚\n#LeagueOfLegends #LeagueOfLegendsFanArt #art #draw #LoLFanart #viego #theruinedking https://t.co/Tesz…
## 289                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 290                  RT @cnnmncntpd: Waaaaah, my girl Soraka is so pretty! I really loved the vibe of her splash art 😭🙏\n\n#leagueoflegends #leagueoflegendsfanart…
## 291                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 292                RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 293                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 294                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 295                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 296                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 297                                                      RT @ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq
## 298                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 299                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 300                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 301                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 302                      RT @dearestryna: Gwen helping Riven and Irelia getting along 💚💙❤️\n#LeagueOfLegends #LeagueOfLegendsFanArt #rivelia https://t.co/GC6soeAPuE
## 303                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 304                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 305                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 306                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 307                                                         RT @hi__host: rating (almost) every Sylas !! \n~~\n#sylas #LeagueOfLegends #lol https://t.co/mSzi73YeKE
## 308                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 309                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 310                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 311                                                                  RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C
## 312                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 313                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 314                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 315                  RT @_kyuyaa: Rules are made to be broken... like buildings! Or people! 💗🍥 Tcha-tcha-tcha-tcha! \n\n#jinx #LeagueOfLegends @LoLegendsBR https:…
## 316                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 317                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 318                                                      RT @ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq
## 319                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 320                  RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 321                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 322                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 323                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 324                 RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 325                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 326                                                                  RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C
## 327                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 328                                                                  RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C
## 329                RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 330                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 331                                                                  RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C
## 332                  RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 333                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 334                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 335                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 336                  RT @Phalanxus: #Anivia keeping the brothers in check 💙\n\n#volibear #ornn #ArtofLegends #art #LeagueOfLegends #LeagueOfLegendsFanArt #comic h…
## 337                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 338                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 339                  RT @Cookie3w3: The Gods of Freljord UWU\n\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Volibear #Ornn #Anivia #Freljord https://t.…
## 340                  RT @Cookie3w3: The Gods of Freljord UWU\n\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Volibear #Ornn #Anivia #Freljord https://t.…
## 341                  RT @Phalanxus: #Anivia keeping the brothers in check 💙\n\n#volibear #ornn #ArtofLegends #art #LeagueOfLegends #LeagueOfLegendsFanArt #comic h…
## 342                                                                  RT @HayashiDraws: Celestial Fashion 💅 | #LeagueOfLegends #ArtofLegends https://t.co/Q2vyJo3t2C
## 343                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 344                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 345                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 346                    RT @NsNapk1: At last, he can finally hear something that aren't the screams of the damned or the Maiden rambling in his ear. It's a nice ch…
## 347                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 348                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 349                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 350                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 351                            RT @Descendeus1: 🌸🪷MOONCAKE🌸🪷\n\n#Settphel  #spiritblossom #RIOT #RiotGames #LeagueOfLegends #SETT #Aphelios https://t.co/tr91A3r0Zi
## 352                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 353                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 354                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 355                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 356                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 357                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 358                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 359                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 360                     RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 361                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 362                   RT @leao1_: After a long time and  good experience from pro-am with Team Paradox.  Im LFT #LFT #LeagueOfLegends #eSports  \n@League_LFT http…
## 363                 RT @funky_pepe: Day 6 - Battle Tiger Vi\n\n#conceptober2022  hosted by  @EraiViolett\n#LeagueOfLegends #ArtOfLegends #Vi https://t.co/vCT1CyM9…
## 364                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 365                  RT @Patchy_art: Wanted to try drawing in a different way so here is the result, Neeko again\n\n#Neeko #LeagueOfLegends #LeagueOfLegendsFanArt…
## 366                                                                RT @fnkdrg: Just messing around on Aseprite.\n#pixelart #LeagueOfLegends https://t.co/c6vvCHNzKm
## 367                                        RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 368                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 369                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 370                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 371                                                      RT @ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq
## 372                  RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 373                    RT @Xion_Eisenhart: W-W-What do you mean? *oh my she is looking at my eyes, she is so close I'm going to faint* #caitvi #arcane #cosplay #L…
## 374                      RT @dearestryna: Gwen helping Riven and Irelia getting along 💚💙❤️\n#LeagueOfLegends #LeagueOfLegendsFanArt #rivelia https://t.co/GC6soeAPuE
## 375                                          RT @NsNapk1: Suggested plus-sized #Alune.🌕\n\n#artistsontwitter #ArtofLegends #LeagueOfLegends https://t.co/b3rIZue6ks
## 376                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 377                    RT @bichhoan1997: Happy Lunar New Year. 🐃🧧Here my new painting, nightblossom Yasuo enjoys a yogurt chocopie. #yasuo #spiritblossom #ArtofLe…
## 378                RT @lorddumbb: [DT] Back to the old days [2]\n\nAnother young Silco doodles \n\n#arcane #ArcaneArt #Silco #silcofanart #youngsilco #doodle #Lea…
## 379                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 380                  RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 381                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 382                                                  RT @AAAADDDDing: sett is coming!\n#SETT #LeagueOfLegends #ArtofLegends #spiritblossom https://t.co/j6ErUBKBtJ
## 383                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 384                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 385                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 386                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 387                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 388                                           RT @Chertiloida_art: Gift for @nice_pebble_tea\n#Kaisa #Ezreal #leagueoflegends #artoflegends https://t.co/UNENi8LFwK
## 389                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 390                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 391                                                                                                       RT @NerfWindWall: nerf Yasuo's Wind Wall #LeagueOfLegends
## 392                 RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 393                 RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 394                                           RT @Chertiloida_art: Gift for @nice_pebble_tea\n#Kaisa #Ezreal #leagueoflegends #artoflegends https://t.co/UNENi8LFwK
## 395                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 396                  RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 397                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 398                                                                          RT @lumieluna: You're perfect.\n#Arcane #leagueoflegends #Jinx https://t.co/yMGmNvBojs
## 399                                                      RT @ArtByClaina: Commissioned piece for Riot Games 🥹💜 #digitalart #leagueoflegends https://t.co/jI3K2VHNuq
## 400                   RT @Gamer_Iss101: Ah yes my second 3D art and I'm starting to get the hang of it \n#sfm #ahri #kasumi #LeagueOfLegends #Paladins #SourceFilm…
## 401                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 402                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 403                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 404                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 405                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 406                    RT @NsNapk1: At last, he can finally hear something that aren't the screams of the damned or the Maiden rambling in his ear. It's a nice ch…
## 407                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 408                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 409                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 410                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 411                  RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 412                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 413                    RT @NsNapk1: At last, he can finally hear something that aren't the screams of the damned or the Maiden rambling in his ear. It's a nice ch…
## 414                                 RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 415                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 416                   RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 417                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 418               RT @Asuramaru_arts: What is Love? Settphelios 💕\n\nSett model by: @sokurabbit\nAphelios by me\n\n#sett #aphelios #settphelios #leagueoflegends #…
## 419                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 420                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 421             RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 422                       RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 423                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 424                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 425                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 426                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 427                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 428                                                                      RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 429                                           RT @Chertiloida_art: Gift for @nice_pebble_tea\n#Kaisa #Ezreal #leagueoflegends #artoflegends https://t.co/UNENi8LFwK
## 430                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 431                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 432                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 433                  RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 434                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 435                  RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 436                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 437                                                                      RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 438                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 439                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 440                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 441                  RT @tikitorchies: Lets get some lineart done for Coven Neeko!!! Now live!\n\n#LeagueOfLegends #VtubersEN #LeagueOfLegendsFanArt https://t.co/…
## 442                   RT @LoLMemesBot: "Just build armor bro" Starter Pack\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds…
## 443                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 444                   RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 445                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 446                  RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 447                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 448                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 449                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 450                                        RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 451                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 452                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 453                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 454                 RT @funky_pepe: Day 6 - Battle Tiger Vi\n\n#conceptober2022  hosted by  @EraiViolett\n#LeagueOfLegends #ArtOfLegends #Vi https://t.co/vCT1CyM9…
## 455                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 456                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 457                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 458                                                                      RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 459                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 460                  RT @leochamposa: Oh no, Vander is now a furry 🤔 \n\n#LeagueOfLegends #ArtofLegends #creadoresdelollatam #warwick #vi #jinx #arcane https://t.…
## 461                 RT @xAndrastax: Arcane on Netflix is coming! \nJust a few days 💕💙 I'm patient, I'm patient, I'm patient... OH I'M NOT! 😖😖\n\n#arcane #arcanesh…
## 462                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 463                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 464                    RT @xAndrastax: I'm gonna do another shoot as Jinx from @arcaneshow ! I hope you're not tired of her 😂😂💙💙 wait for a lot of good content 😏😏…
## 465                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 466                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 467                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 468                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 469                   RT @ckreater: BARREL GAME #lol #gaming #videogames #streamer #highlights #stream #leagueoflegends #fyp #fypツ #reels #viral #stream https://…
## 470                                   RT @juubiisan: Not sure what this trend is called but I’m obsessed 🤪\n#LeagueOfLegends #ahri #cosplay https://t.co/uaHQqVi8X2
## 471                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 472                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 473                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 474                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 475                     RT @lPopotrix: Smoking day...\nWhat are they watching at?\n~\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ue1w6HCTuZ
## 476                  RT @odeko_yma: Here's the full comic about Ruined Lillia and Yone as I promised 💦\n\nSupport me on PATREON to find a HD version, sketches and…
## 477                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 478                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 479                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 480                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 481                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 482                                                                           RT @XenoBla76578464: Sylas #LeagueOfLegends  #Montage  #sylas https://t.co/EhRyxKUIRv
## 483                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 484                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 485                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 486                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 487                                        RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 488                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 489                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 490                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 491                                                                           RT @XenoBla76578464: Sylas #LeagueOfLegends  #Montage  #sylas https://t.co/EhRyxKUIRv
## 492                    RT @J0ker_LoL: Dark Cosmic Jhin header for a lovely customer💜 Been wanting to make a header for this skin, so I'm happy I finally got to do…
## 493                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 494               RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 495                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 496                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 497                                                                           RT @XenoBla76578464: Sylas #LeagueOfLegends  #Montage  #sylas https://t.co/EhRyxKUIRv
## 498                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 499                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 500                     RT @_another_tina_: I decided to clean up a little these old sketches from June, have some pulsefire bfs because I didn't draw them at all…
## 501                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 502                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 503                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 504                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 505                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 506                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 507                 RT @DailyTaliyah: Day 13!\nTaliyah portraits!!\nArt by @/Kishiskolaash\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #rock #leaguetwt http…
## 508                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 509                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 510                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 511                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 512                 RT @funky_pepe: Day 6 - Battle Tiger Vi\n\n#conceptober2022  hosted by  @EraiViolett\n#LeagueOfLegends #ArtOfLegends #Vi https://t.co/vCT1CyM9…
## 513                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 514                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 515                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 516                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 517                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 518                                 RT @Moondustina: Supports life 🤧\n\n#leagueoflegends #artoflegends #leagueoflegendsfanart #janna #xayah https://t.co/XZwS8bnIgy
## 519                                 RT @Moondustina: Supports life 🤧\n\n#leagueoflegends #artoflegends #leagueoflegendsfanart #janna #xayah https://t.co/XZwS8bnIgy
## 520                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 521                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 522                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 523                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 524                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 525                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 526                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 527                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 528                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 529                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 530                 RT @funky_pepe: Day 6 - Battle Tiger Vi\n\n#conceptober2022  hosted by  @EraiViolett\n#LeagueOfLegends #ArtOfLegends #Vi https://t.co/vCT1CyM9…
## 531                                        RT @CherryRobber: i just really like his face tbh\n#arcane #LeagueOfLegends #silco #arcanefanart https://t.co/0Rf4XxghYT
## 532                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 533                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 534                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 535                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 536                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 537                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 538                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 539                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 540                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 541                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 542                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 543                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 544                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 545                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 546                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 547                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 548                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 549                                             RT @UYAWE: happy chinese new year!! have a porcelain ezreal\n#LeagueOfLegends #ArtofLegends https://t.co/UPgj4AvWQF
## 550                                        RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 551                  RT @JARRO_Art: finally a clean version of my Porcelain Ezreal... please guys enjoy\n\n#Ezreal #Artoflegends #Leagueoflegends #Porcelain #Porc…
## 552                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 553                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 554                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 555                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 556                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 557                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 558                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 559                  RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 560                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 561                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 562                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 563                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 564                    RT @J0ker_LoL: Dark Cosmic Jhin header for a lovely customer💜 Been wanting to make a header for this skin, so I'm happy I finally got to do…
## 565                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 566                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 567                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 568               RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 569               RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 570                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 571               RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 572                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 573                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 574                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 575                 RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 576                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 577                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 578                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 579                RT @namezero9: #Zeri #LeagueOfLegendsFanArt #League_of_Legends #leagueoflegends #ArtofLegends \n\nMy love\n( ´ ▽ ` ).。o♡ https://t.co/8500jsLa…
## 580                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 581                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 582                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 583                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 584                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 585                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 586                                                                          RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 587                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 588                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 589                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 590                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 591                                                              RT @_mierii: Miss Fortune &amp; Ahri fusion ✨\n\n#LeagueOfLegends #fanart https://t.co/hb5MY3zrbH
## 592                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 593                                             RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 594                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 595                 RT @_RetroKat: Toy chikito todavia con esto de los matching icons, pero ahi vamos\n\n— 𝓒𝓱𝓪𝓻𝓪𝓬𝓽𝓮𝓻𝓼: Yone / Lillia (League of Legends)\n— 𝓐𝓻𝓽: @…
## 596                      RT @sanunderscoree: Every gamer's origin story? 🤔 #truestory #LeagueOfLegends #gaming #gamingcommunity #videogames https://t.co/wcKC7KKf1g
## 597                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 598             RT @ilyzin_: NightBringer Lillia 😴\n\nHeader + Icon Free to use 🌹\n\nHeader HD: https://t.co/4FHKpr2F2b\nIcon HD: https://t.co/puJt5Ui2pL\n\n#Leag…
## 599                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 600                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 601                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 602                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 603                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 604                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 605                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 606                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 607                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 608                  RT @okkinzo: A commission I just finished~! 🖤🖤 Debonair Malzahar and his lil voidling :”D\n\n#malzahar #debonairmalzahar #leagueoflegends htt…
## 609                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 610                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 611                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 612                RT @_another_tina_: You know how younger siblings are...\nAlso thank you so much for 6k followers! 💖🥹\n\n.\n#Jinx #Ezreal #Caitvi #LeagueOfLege…
## 613                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 614                     RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 615                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 616                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 617                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 618                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 619                                           RT @fuwamoowa: mythmaker irelia 🥮\n\n#mythmakerirelia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/xnHojfPNte
## 620                      RT @sanunderscoree: Every gamer's origin story? 🤔 #truestory #LeagueOfLegends #gaming #gamingcommunity #videogames https://t.co/wcKC7KKf1g
## 621                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 622                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 623                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 624                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 625                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 626                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 627                    RT @EsportLegendsGG: Today we got more information on our Leaderboards and the Stats-Pages we want to implement! Tell us what you think abo…
## 628                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 629                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 630                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 631                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 632                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 633                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 634          RT @davudht: #NewsAlert #Vtuberオーディション on my @Etsy store\nhttps://t.co/i77nRnWvnF\n\n#VTuberUprising #VtuberSupport  #salehere #etsyfinds #ets…
## 635                 RT @SHAPE_Sports: We wish you a wonderful 3rd Advent! 🕯️🌟\n\nThat also means we have prepared a #giveaway for you again! 🔝\n\nYou have the chan…
## 636                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 637                  RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 638               RT @Sellercentral4: League of Legends 1/7 Scale Pre-Painted Figure: K/DA Ahri\nApex\n\nhttps://t.co/gd1ysuCMvd\n\n#LoLFigure #AhriFigure #League…
## 639                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 640                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 641                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 642                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 643                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 644                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 645                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 646                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 647                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 648                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 649                                      RT @UbastiART: Coven Evelynn fanart #ArtofLegends #LeagueOfLegendsFanArt #Evelynn #LeagueofLegends https://t.co/f9i7RQNHzE
## 650                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 651                                  RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 652                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 653                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 654                                        RT @_mizah: Battle academy 💖💖 new skin \n.\n.\n.\n#LeagueOfLegends  #League_of_Legends  #drawing https://t.co/eamT1ZpYmX
## 655                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 656                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 657                                                                RT @_mizah: star guardian 1/? \n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t.co/bELpMm31Gh
## 658                    RT @J0ker_LoL: Dark Cosmic Jhin header for a lovely customer💜 Been wanting to make a header for this skin, so I'm happy I finally got to do…
## 659                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 660                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 661                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 662                    RT @J0ker_LoL: Dark Cosmic Jhin header for a lovely customer💜 Been wanting to make a header for this skin, so I'm happy I finally got to do…
## 663                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 664                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 665                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 666                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 667                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 668                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 669                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 670                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 671                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 672                                             RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 673                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 674                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 675                 RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 676                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 677                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 678                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 679                                             RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 680                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 681                    RT @EsportLegendsGG: Today we got more information on our Leaderboards and the Stats-Pages we want to implement! Tell us what you think abo…
## 682                   RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 683                    RT @EsportLegendsGG: Today we got more information on our Leaderboards and the Stats-Pages we want to implement! Tell us what you think abo…
## 684                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 685                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 686                                             RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 687                                             RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 688                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 689                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 690                                             RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 691                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 692                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 693                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 694                                             RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 695                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 696                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 697                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 698                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 699                  RT @HellyonWhite: "I will not be broken."\n\nLeague of Legends' Riven print commissioned by her voice actress  @CristinaVee ! #LeagueOfLegend…
## 700                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 701          RT @davudht: #NewsAlert #Vtuberオーディション on my @Etsy store\nhttps://t.co/i77nRnWvnF\n\n#VTuberUprising #VtuberSupport  #salehere #etsyfinds #ets…
## 702                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 703                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 704                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 705                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 706                   RT @LoLMemesBot: True\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #SpiritBlo…
## 707                   RT @OdinOverlord: I'm playing some games.🤗 #LeagueofLegends #LoL #mobilegame #ФанАрт #TransformaTuDestino #YıldızMuhafızları \nOriginal: LOL…
## 708                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 709                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 710                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 711                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 712                   RT @ProStreamers_US: Our new weekly Masterclass #LeagueofLegends Pro Steamers US is released! Get involved with the links below:\n⁣\n📖 League…
## 713                  RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 714                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 715                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 716                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 717                     RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 718                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 719                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 720                  RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 721                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 722                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 723                RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…
## 724                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 725                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 726                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 727                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 728                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 729                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 730                 RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 731                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 732                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 733                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 734                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 735                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 736               RT @Asuramaru_arts: What is Love? Settphelios 💕\n\nSett model by: @sokurabbit\nAphelios by me\n\n#sett #aphelios #settphelios #leagueoflegends #…
## 737               RT @Erodaicon_cos: ✨ Star Guardian ✨\n\nAhri teaser✨\n\nPh: @your_palico \nEdit: me\n\n#LeagueOfLegends #ahri #cosplay https://t.co/zq2jWRiX68
## 738                               RT @RedrumAlice: “Accessory” part 4 (final)\n#ekkojinx #ekko #jinx #arcane #LeagueOfLegends #arcanefanart https://t.co/08Pmyc9hCA
## 739                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 740                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 741                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 742                RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 743                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 744                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 745                                             RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 746                                        RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 747                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 748                  RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 749                                        RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 750                                                         RT @Aru109_: AYAYA\n\nRT helps a lot 🥺💜\n\n#stream #twitch #LeagueOfLegends \n\nhttps://t.co/TzRlCQPqcA
## 751                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 752                                                                      RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 753                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 754                                                   RT @_another_tina_: It's bright pink by the way \n\n.\n#Ezreal #Jinx #LeagueOfLegends https://t.co/7VGtG1lPfs
## 755                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 756                                                                                      RT @m0rket: Hello mom\n\n#LeagueOfLegends #Caitlyn https://t.co/D8MfkXXWxW
## 757               RT @Sadisticss1: You can see wip in my p@tre0n💜\nTasty Syndra :3\n#syndra \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#starguardian https://t.…
## 758                                                                   RT @doumaslefttitty: Spirit blossom yone again #yone #LeagueOfLegends https://t.co/Mx33g4MLgf
## 759                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 760                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 761                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 762                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 763                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 764                    RT @greeekthegreat: Please consider  jinx in a babydoll dress with pink streaks in her hair to match with vi who got blue streaks in her ha…
## 765                   RT @GamesGuidz: Our new weekly Masterclass #LeagueofLegends Game Guide is released! Get involved with the links below:\n⁣\n📖 League of Legend…
## 766                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 767                   RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 768                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 769                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 770                 RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 771                 RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 772                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 773                  RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 774                                       RT @gattonero1321: Bro, just press "E" #leagueoflegends\nPS. im not good at this game at ALL! lol https://t.co/8rgkJEuYta
## 775                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 776                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 777                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 778                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 779                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 780                  RT @KenApplepi: Happy birthday to my comfort character ❤️ \n\n{thread of all the times I've drawn her}\n#ahri #ArtofLegends #LeagueOfLegends #…
## 781                  RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 782                  RT @Winteriris4: Commission for Aiba on Discord!\n(Spirit blossom Kindred from League of legends)\n#LeagueOfLegends #LeagueOfLegendsFanArt #k…
## 783                RT @grillphael: League of Legends Fan-Art\n\nSpirit Blossom Ahri\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #Ahri #spiritblossom #Art #artist #…
## 784                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 785                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 786                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 787             RT @GOptimuSgaminG: EPIC VI ENGAGE !\nSubscribe👉https://t.co/z05NNvd1LH\n@sme_rt\n@RexRTs\n@wwwanpaus\n@RealDrCollision\n@BlazedRTs\n@SupStreamers…
## 788                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 789                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 790                RT @Sanda_sielin: 🦊COMMISSION DO NOT REPOST/EDIT/USE🦊\n\nRakana? Rakanita? Rakanella? Idk but this bae is stunning, am I right? 🐦💕\n\n#LeagueOf…
## 791                   RT @JkMegenio: My 'STAR NEMESIS SHACO💫' Concept Design, i really proud of this one cuz it turns out pretty heheheh. What do you think?\n#Sta…
## 792                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 793                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 794                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 795               RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 796                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 797                  RT @EloDragonLoL: Wait...It's all just Neace Tips?\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #lege…
## 798                  RT @MEIz_uwu: Happy Birthday my love 🥹🫶\n\n#Ahri #LeagueOfLegends #LeagueOfLegendsFanart #LeagueOfLegendsArt #ArtofLegends https://t.co/FJigV…
## 799                 RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 800                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 801                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 802                 RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 803                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 804                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 805                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 806                 RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 807                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 808                                                        RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 809                   RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 810                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 811                  RT @Vhite14: Autistic Caitlyn thumbnail 🥴\n\n#autism #autismmeme #meme #pleasebepatientihaveautism #LeagueOfLegendsFanArt #LeagueOfLegends #C…
## 812                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 813                RT @grillphael: League of Legends Fan-Art\n\nSpirit Blossom Ahri\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #Ahri #spiritblossom #Art #artist #…
## 814                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 815                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 816                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 817                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 818                    RT @Chizu_Artwork: Finished! I am very surprised how my style changes. But I think I'm improving a bit. I'm still not happy with the colors…
## 819                RT @grillphael: League of Legends Fan-Art\n\nSpirit Blossom Ahri\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #Ahri #spiritblossom #Art #artist #…
## 820                                        RT @KenApplepi: 4 days until xmas featuring Cait and Vi!\n\n#CaitlynxVi #arcane #LeagueOfLegends https://t.co/iapaMQMzTm
## 821                   RT @LoLMemesBot: 10th streak even when you get "filled" it dosent matter! WHUUUHUUU dream achieved\n#memes #meme #funny #lol #leagueoflegend…
## 822                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 823               RT @lorddumbb: ✨Queen of Zaun✨\n\nI can’t wait for @arcaneshow s2 to come out….. \n\n#Jinx #arcane #jinxarcane #arcaneseason2 #LeagueOfLegends…
## 824                  RT @itsbrych: I didn’t see anyone doing this sooo,, ⏱💣 #timebomb \n\n#ekkojinx #Ekko #Jinx #Arcane #ArtofLegends #LeagueOfLegends #ArtofArcan…
## 825                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 826             RT @GOptimuSgaminG: EPIC VI ENGAGE !\nSubscribe👉https://t.co/z05NNvd1LH\n@sme_rt\n@RexRTs\n@wwwanpaus\n@RealDrCollision\n@BlazedRTs\n@SupStreamers…
## 827                                                                          RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 828                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 829                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 830                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 831                                        RT @Moondustina: 🌻 lovely commission for @aeon_xayah 💕 \n\n#xayah #StarGuardian #LeagueOfLegends https://t.co/Hnz0H1Xo0b
## 832                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 833             RT @GOptimuSgaminG: EPIC VI ENGAGE !\nSubscribe👉https://t.co/z05NNvd1LH\n@sme_rt\n@RexRTs\n@wwwanpaus\n@RealDrCollision\n@BlazedRTs\n@SupStreamers…
## 834             RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 835                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 836                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 837                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 838                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 839                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 840                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 841                                           RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL
## 842                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 843                   RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 844                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 845                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 846                  RT @EloDragonLoL: Wait...It's all just Neace Tips?\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #lege…
## 847                     RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 848                   RT @JkMegenio: My 'STAR NEMESIS SHACO💫' Concept Design, i really proud of this one cuz it turns out pretty heheheh. What do you think?\n#Sta…
## 849                  RT @uemasters: Kings in the South 👑🤴\n\n@YutoruEsports will defend the the colours of the italian flag in #AUEM23 in #LeagueOfLegends https:/…
## 850                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 851                  RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 852                RT @aleriy_: She doesn’t like to be carried \n\nBecause the temptation to do this was too big. Here you go\n\n#inuyasha #kagome #LeagueOfLegend…
## 853                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 854                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 855                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 856                                                  RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 857                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 858                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 859                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 860                  RT @RivenStore: What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg #riven…
## 861                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 862                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 863                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 864                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 865                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 866                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 867                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 868                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 869                RT @namezero9: #Zeri #LeagueOfLegendsFanArt #League_of_Legends #leagueoflegends #ArtofLegends \n\nMy love\n( ´ ▽ ` ).。o♡ https://t.co/8500jsLa…
## 870                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 871                   RT @golden8witch: Some progress TwT\n#LeagueofLegends #LeagueOfLegendsFanArt #ArtofLegends #PixelArt #PixelArtist #dotpict https://t.co/O8Z5…
## 872                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 873                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 874                                                                         RT @medikkuu: snow moon kayn ❄️🌙\n#leagueoflegends #artoflegends https://t.co/HnHT3vbhL0
## 875                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 876                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 877                                                                          RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 878                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 879                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 880                   RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 881                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 882                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 883                   RT @golden8witch: Some progress TwT\n#LeagueofLegends #LeagueOfLegendsFanArt #ArtofLegends #PixelArt #PixelArtist #dotpict https://t.co/O8Z5…
## 884                   RT @golden8witch: Some progress TwT\n#LeagueofLegends #LeagueOfLegendsFanArt #ArtofLegends #PixelArt #PixelArtist #dotpict https://t.co/O8Z5…
## 885                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 886                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 887                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 888                    RT @RevenantFiery: Gonna be playing some #leagueoflegends today! Grab your coffee and breakfast and let's have a good time playing games an…
## 889                 RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 890                RT @namezero9: #Zeri #LeagueOfLegendsFanArt #League_of_Legends #leagueoflegends #ArtofLegends \n\nMy love\n( ´ ▽ ` ).。o♡ https://t.co/8500jsLa…
## 891                                                                          RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 892                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 893                                                                          RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 894                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 895                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 896                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 897                                                                          RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 898                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 899                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 900                RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 901                RT @namezero9: #Zeri #LeagueOfLegendsFanArt #League_of_Legends #leagueoflegends #ArtofLegends \n\nMy love\n( ´ ▽ ` ).。o♡ https://t.co/8500jsLa…
## 902                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 903                  RT @Radziozz: @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video or #stream😍…
## 904                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 905             RT @yasmin_triforce: I forgot to upload this 🤠 birthday gift for a friend ✨✨\n\nSpirit Blossom Kindred from #LeagueOfLegends\n\n#ArtofLegends\n#…
## 906                  RT @Radziozz: @SmallStreamersC @SmallStreamersR Hello Evryone😁\nIam #gamer #smallyoutber #smallstreamer 😇\nAlmost everyday #video or #stream😍…
## 907                                                                          RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 908                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 909                RT @GatoPescado3: Crime City Nightmare Diana x Debonair Leona 💜💚\nCrime City Nightmare Shen x Debonair Zed 💚💜\nBailando vals\n\n#creadoresdelol…
## 910                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 911                RT @lorddumbb: [DT] - Braids time! \n\nI think Jinx might be annoyed by brushing her hair...he-heh \n\n#Jinx #arcane #jinxarcane #LeagueOfLegen…
## 912                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 913                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 914                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 915                 RT @EdwinNurdjajadi: Yup. There’s 4 pairs of wild green doves in our neighbourhood. Alhamdullilah the environment is conducive &amp; plenty of…
## 916                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 917                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 918                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 919                  RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 920                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 921                    RT @tamarakail: been working on this for weeks!! i felt the need for a card back of riven and irelia while playing LoR so i thought it woul…
## 922                RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…
## 923                                        RT @MistArt0: Zyra haunted fan art\n\n#Illustration #LeagueOfLegends #LeagueOfLegendsFanArt #art https://t.co/c9aLWPPPuc
## 924                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 925                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 926                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 927                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 928                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 929                  RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 930                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 931                                               RT @getstarried: But who am I without you? 🌙\n#lightcannon #StarGuardian #LeagueOfLegends https://t.co/YD7LkSmCLP
## 932                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 933                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 934                RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 935                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 936                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 937                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 938                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 939                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 940                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 941                  RT @TEAMRAAD: our last LCQ Match vs @VslashEsports \nWatch here: https://t.co/2vQKDCGtR3\n#TEAMRAAD #LeagueofLegends #IAC #IAC2022 #LEIP22 ht…
## 942                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 943                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 944                    RT @ju_g121: Fire to the Fuse (Ft. #JacksonWang) | Official Empyrean Music Theme - #LeagueofLegends x 88rising (https://t.co/eACeegAr0z) @J…
## 945                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 946                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 947                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 948                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 949                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 950                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 951                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 952                                                    RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 953                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 954                RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 955                                                                          RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 956                RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 957                                  RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 958                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 959                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 960                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 961                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 962                  RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 963                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 964                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 965                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 966                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 967                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 968                    RT @badeedNA: Attention all summoners in #LeagueOfLegends! Are you struggling to find your footing in the new season? I'm a Jungle player w…
## 969                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 970                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 971                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 972                 RT @DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock #leaguetwt h…
## 973                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 974                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 975                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 976                 RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 977                                                                               RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 978                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 979                                     RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 980                    RT @LadyFortune5: Help them strip eachother :3 #stripgame #ahri #Missfortune #LeagueOfLegends #LeagueOfLegendsFanArt #sahri https://t.co/IN…
## 981                                                             RT @GamerDadTV: From last night's stream XD #urgot #LeagueOfLegends #twitch https://t.co/TUKnsrIKtV
## 982                   RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 983                   RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 984                    RT @dalianae_: tango evelynn commission! I'm posting this here so as not to leave this drawing abandoned ; v ; rt's are highly appreciated!…
## 985                             RT @haelflinart: The Zaun's Living Terror, ChemTech Fiddlestick\n#LeagueOfLegends #Fiddlesticks #conceptart https://t.co/oHPmSgxpQ6
## 986                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 987                  RT @metalichotchoco: Veigar being held like burger is my favorite genre of image to draw\n\n#LeagueOfLegends #ArtofLegends #mordekaiser #veig…
## 988                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 989                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 990                                             RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 991                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 992                                                    RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 993                                                        RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 994                                                    RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 995                                                                RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 996                                     RT @lPopotrix: My followers biggest dream…\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/uRFysnznPB
## 997                  RT @shikispace: Been a while but Yone is my bbg and this skin has a grip on me\n\n#yone #battleacademia #LeagueOfLegends #ArtofLegends https:…
## 998                   RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 999                  RT @Samandriade: Headcanon time\nZoe likes to sleep cuddling in Soraka's lap 💤💤\n#LeagueOfLegends #LeagueOfLegendsFanArt #zoe #soraka https:/…
## 1000                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1001                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1002                 RT @babohorangi: Before i forget.. here's another doodle from #RiftGala\nMeet a single dad in your area!🐺\n#leagueoflegends https://t.co/JlOQ…
## 1003                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1004                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1005                                                         RT @NoodyChaan: Is it too late for a Sona  #stripgame?\n#Sona #LeagueOfLegends https://t.co/FVZfvEfXB5
## 1006                  RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 1007                                                                              RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 1008                  RT @KenApplepi: Since 2022 is coming to a close, here's a thread of all of the skin concepts I've done this year!\n\n[massive art thread!!!]…
## 1009                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1010                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1011                            RT @limonpi1: just regretting the full drawing so i crop my fav\n#LeagueOfLegends #kaynphel #aphelios #kayn https://t.co/dvw9Z9LYi5
## 1012                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1013                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1014                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1015                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1016                                                                      RT @StealingHP: Slurp\n#LeagueOfLegends #Kayn #Aphelios #KaynPhel https://t.co/Xyir3GMjOD
## 1017                                                                      RT @StealingHP: Slurp\n#LeagueOfLegends #Kayn #Aphelios #KaynPhel https://t.co/Xyir3GMjOD
## 1018                                                                      RT @StealingHP: Slurp\n#LeagueOfLegends #Kayn #Aphelios #KaynPhel https://t.co/Xyir3GMjOD
## 1019                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1020                                                                        RT @starIucky: Sketch of the girl ever #arcane #LeagueOfLegends https://t.co/y6Oplhoiyz
## 1021                                                                              RT @Ultrashokk: christmas jinx \n\n#jinx #LeagueOfLegends https://t.co/o4FDnxj9VG
## 1022                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1023                                       RT @KenApplepi: 4 days until xmas featuring Cait and Vi!\n\n#CaitlynxVi #arcane #LeagueOfLegends https://t.co/iapaMQMzTm
## 1024                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1025                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1026                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1027                 RT @Patchy_art: Wanted to try drawing in a different way so here is the result, Neeko again\n\n#Neeko #LeagueOfLegends #LeagueOfLegendsFanArt…
## 1028                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1029             RT @Khartemis_: Hey! Soon in my other account the Part 05 of Sisters: Jinx &amp; Vi! 😍\n\n#Vi #Jinx #LeagueOfLegends #Arcane #Vijinx https://t.co…
## 1030             RT @Khartemis_: Hello again! Soon in my other account the Part 06 of Sisters: Jinx &amp; Vi! 👀\n\n#Vi #Jinx #LeagueOfLegends #Arcane #Vijinx http…
## 1031                 RT @Patchy_art: Wanted to try drawing in a different way so here is the result, Neeko again\n\n#Neeko #LeagueOfLegends #LeagueOfLegendsFanArt…
## 1032                  RT @SundaeScoopDraw: Commissions open I need about 200 for oral surgery so I’m hoping to get a few commissions before then!\n@cmsn_ART #comm…
## 1033                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1034                                       RT @KenApplepi: 4 days until xmas featuring Cait and Vi!\n\n#CaitlynxVi #arcane #LeagueOfLegends https://t.co/iapaMQMzTm
## 1035                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1036                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1037                  RT @GamesGuidz: Our new weekly Masterclass #LeagueofLegends Game Guide is released! Get involved with the links below:\n⁣\n📖 League of Legend…
## 1038                   RT @dalianae_: color practice and an excuse to draw one of the best LoL champions with neeko #lillia #leagueoflegends #ArtofLegends  #cread…
## 1039                    RT @AhryCha: Battle Bunny Miss Fortune \n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #creadoresdelollatam https://t.co/yKUPFCCx2Q
## 1040                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1041                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1042                   RT @beetlebees: Practicing painting when I pause the show, this was an hour study  🐝#arcane #jayce #jaycetalis #LeagueOfLegends #LeagueOfLe…
## 1043                                                                            RT @CandyKale: This outfit 👌#Jayce #arcane #LeagueOfLegends https://t.co/0oWlDCT1ib
## 1044                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1045                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1046                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1047                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1048                  RT @cedarcia: Finally finished drawing the Golden Boy of Piltover 🔥\n#arcane #LeagueOfLegends #Jayce #jaycetalis #league #artistsontwitter #…
## 1049                  RT @bcvr12: This is a great game.🥺🥺🥺🥺🥺 #Fanart #LeagueofLegends #LeagueOfLegendsFanArt #GuardiãsEstelas #ФанАрт #GuardianasEstelares \nOrigi…
## 1050                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1051                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1052                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1053                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1054                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1055                                                                              RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 1056                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1057                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1058                   RT @Xion_Eisenhart: W-W-What do you mean? *oh my she is looking at my eyes, she is so close I'm going to faint* #caitvi #arcane #cosplay #L…
## 1059                 RT @yellowestmango: Star Guardians Aphelios and Sett 🌙🌟\n\nI had an idea for a comic about them in this universe but had to create their desi…
## 1060               RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…
## 1061                 RT @Wasroket: PEAK DIAM1💎Tryhard for MASTER 🎯\n#TwitchStreamers #twitchgirls #LeagueOfLegends #jungle #twitchfr #twitchstreaming\nhttps://t.c…
## 1062                  RT @bcvr12: This is a great game.🥺🥺🥺🥺🥺 #Fanart #LeagueofLegends #LeagueOfLegendsFanArt #GuardiãsEstelas #ФанАрт #GuardianasEstelares \nOrigi…
## 1063                  RT @bcvr12: This is a great game.🥺🥺🥺🥺🥺 #Fanart #LeagueofLegends #LeagueOfLegendsFanArt #GuardiãsEstelas #ФанАрт #GuardianasEstelares \nOrigi…
## 1064                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1065                  RT @GrumpyGoatie: "Say my name like a curse that can't be broken! And I'll scream yours like a wound that's open... Come on.\nOh baby come o…
## 1066                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1067                   RT @Xion_Eisenhart: W-W-What do you mean? *oh my she is looking at my eyes, she is so close I'm going to faint* #caitvi #arcane #cosplay #L…
## 1068                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1069                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1070                       RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce
## 1071                  RT @Toralynne_TV: Live ♥ Hi, I'm running on empty ♥ (Playing Ranked League of Legends) https://t.co/qt2z4EBAHS\n#Twitch #Streamer #VTuber #P…
## 1072                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1073                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1074                                       RT @KenApplepi: 4 days until xmas featuring Cait and Vi!\n\n#CaitlynxVi #arcane #LeagueOfLegends https://t.co/iapaMQMzTm
## 1075                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1076                                       RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 1077                           RT @FaceHee2: 📷Selfie with best friend💣⏱️\n\n#ekko #jinx #powder #ekkojinx #arcane #TiMEBOMB #LeagueOfLegends https://t.co/dyYJbMYC5m
## 1078                                          RT @i_randommm: Ashen Knight Kalista for #Skintober \n#LeagueOfLegends #ArtofLegends #kalista https://t.co/zOpJU6sMDV
## 1079                                            RT @srkork: E K K O is so pretty :(((\n#illustration #LeagueOfLegends #Ekko #Arcane #FANART https://t.co/IIRSzfKWL1
## 1080                                       RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 1081                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1082                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1083                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1084                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1085                                       RT @KenApplepi: 4 days until xmas featuring Cait and Vi!\n\n#CaitlynxVi #arcane #LeagueOfLegends https://t.co/iapaMQMzTm
## 1086                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1087                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1088                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1089                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1090                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1091                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1092                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1093                              RT @chikinwaffless: Fanart of Alyssa Herman’s Infernal Taliyah as a warmup #LeagueOfLegends #ArtofLegends https://t.co/DEqKg6PaH3
## 1094                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1095                 RT @HellyValentine: I invite you in a ring, are you going to join?~\n\n#vicosplay #arcane #arcanecosplay #LeagueOfLegends https://t.co/f6VQl6…
## 1096                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1097                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1098                 RT @RivenStore: What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg #riven…
## 1099                 RT @RivenStore: What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg #riven…
## 1100                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1101                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1102                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1103                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1104                  RT @PurpleARTdude: After a long time... I finally finished this!! Moon guys vs sun guys 🌚🌝\n#ValorantArt #VALORANTfanart #VALORANT #LeagueOf…
## 1105                       RT @deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/bGJCbkaxXS
## 1106                 RT @afurrybrownie: A fast painting of my friend as KDA Evelynn :D\n\n#kda #KDA #kdaevelynn #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt h…
## 1107                       RT @deegodogTwich: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/nWxjuDrp0q #shorts https://t.co/pmTj6qhfeL
## 1108                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1109                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1110                   RT @RevenantFiery: Gonna be playing some #leagueoflegends today! Grab your coffee and breakfast and let's have a good time playing games an…
## 1111                   RT @SmallStreamerIG: RT RevenantFiery: Gonna be playing some #leagueoflegends today! Grab your coffee and breakfast and let's have a good t…
## 1112                                          RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL
## 1113                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1114                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1115                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1116                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1117                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1118                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1119                RT @DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock #leaguetwt h…
## 1120                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1121                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1122                                                                              RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 1123               RT @GoodBirbb: K/DA Ahri with her black outfit &lt;3\n#Ahri #ArtOfLegends #LeagueOfLegends #LeagueOfLegendsFanArt #УкрАрт #УкрАртПідтримка http…
## 1124                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1125                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1126                 RT @BiyonTran: Spirit Blossom Nami 🌸🌸\ncolor base on Ahri ult form \nquick pic before class so i dont have any idea why i can draw this XD\n(…
## 1127                    RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 1128                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1129                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1130               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 1131                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1132                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1133                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1134                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1135                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1136               RT @DmGamingEu: Poppy Jungle S13 !\nhttps://t.co/EkbGrJxb79\nhttps://t.co/WJ3flve5B5\n\n#lol #poppy #leagueoflegends #jungle #s13 https://t.co/…
## 1137                 RT @BiyonTran: Spirit Blossom Nami 🌸🌸\ncolor base on Ahri ult form \nquick pic before class so i dont have any idea why i can draw this XD\n(…
## 1138                                                                      RT @Eggpoach1: Hello tweeter !🎮🎮🎮 #LoL #LeagueofLegends #英雄联盟 https://t.co/lVpnGDC1JV
## 1139                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1140                                       RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 1141                                       RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 1142                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1143                 RT @BiyonTran: Spirit Blossom Nami 🌸🌸\ncolor base on Ahri ult form \nquick pic before class so i dont have any idea why i can draw this XD\n(…
## 1144                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1145                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1146                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1147                                                                              RT @xina60326269: 「dawnbringer」\n#yone #LeagueOfLegends https://t.co/JY9CINq6wL
## 1148                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1149                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1150                 RT @uemasters: Kings in the South 👑🤴\n\n@YutoruEsports will defend the the colours of the italian flag in #AUEM23 in #LeagueOfLegends https:/…
## 1151                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1152                                         RT @Darksword255: That's a strong diagnosis... accurate, but strong. #kindred #LeagueOfLegends https://t.co/TFIwULYTS0
## 1153                                                                   RT @Ultrashokk: have a monster\n#zeri #LeagueOfLegends #artoflegends https://t.co/hPHdFWuXbk
## 1154                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1155                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1156                                   RT @SleinYesWowNC: Why don't you love who I am?\nWhat we could have been\n\n#Arcane #LeagueOfLegends https://t.co/XGZ0PuYHrz
## 1157                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1158                     RT @SunsetNeon64: First time Ekko used Revo-z it was like: \n\n#LeagueOfLegends  #Ekko #LeagueOfLegendsFanArt #art https://t.co/Y8FpscdfgP
## 1159                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1160                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1161                 RT @ayacchi_corner: Commissioned by App from Discord. Thank you so much for your patronage!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https:…
## 1162                  RT @Gamer_Iss101: Ah yes my second 3D art and I'm starting to get the hang of it \n#sfm #ahri #kasumi #LeagueOfLegends #Paladins #SourceFilm…
## 1163                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1164                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1165                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1166                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1167                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 1168                 RT @uemasters: Kings in the South 👑🤴\n\n@YutoruEsports will defend the the colours of the italian flag in #AUEM23 in #LeagueOfLegends https:/…
## 1169                 RT @RivenStore: Likes, please!!\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg #rivensto…
## 1170                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1171                                RT @dariishrimp: Lux from League of Legends by meee 👉👈\n#Lux #leagueoflegends #3dart #3dartist #3dmodel https://t.co/yEPTaInDtP
## 1172                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1173                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1174                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1175                  RT @LoLMemesBot: Wait...It's all just Neace Tips?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds202…
## 1176                                                   RT @LaSungaDeAatrox: Cute LoL items' inspired names for babies 🥺\n\n#LeagueOfLegends https://t.co/u8wQlun3Lg
## 1177                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1178                                       RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 1179           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 1180                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1181                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1182                                       RT @DailySylas: BoyBand Sylas by Loose Stroke🎶 Absolute banger\n~~\n#Sylas #LeagueOfLegends #KDA https://t.co/39tzBVOutU
## 1183                 RT @TheGemCosplay: This is the only Christmas cosplay I have to share so here u go, some Christmas Jinx from @LeagueOfLegends \n\n#cosplay #L…
## 1184                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1185                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 1186                                                    RT @localsya: Full sketch page of Syndra, missed drawing her tbh \n#LeagueOfLegends https://t.co/TP5Eajy7PX
## 1187                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1188                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1189                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1190                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1191                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1192                                                                              RT @Ultrashokk: christmas jinx \n\n#jinx #LeagueOfLegends https://t.co/o4FDnxj9VG
## 1193               RT @odeko_yma: What I see is happening \n\nWhat really is happening \n\nFun fact: I have made 5 fan skins for Lillia to fit her everywhere I wa…
## 1194                 RT @itsbrych: I didn’t see anyone doing this sooo,, ⏱💣 #timebomb \n\n#ekkojinx #Ekko #Jinx #Arcane #ArtofLegends #LeagueOfLegends #ArtofArcan…
## 1195                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1196                        RT @odeko_yma: His last words...\n\n#LeagueOfLegends #Rakan #ArtofLegends #LeagueOfLegendsFanArt #StarGuardians https://t.co/AQLQJ4lvx3
## 1197                 RT @Vhite14: Autistic Caitlyn thumbnail 🥴\n\n#autism #autismmeme #meme #pleasebepatientihaveautism #LeagueOfLegendsFanArt #LeagueOfLegends #C…
## 1198                 RT @odeko_yma: When I randomly make any content for patreon\n\n#Soraka #Sett #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #StarGuard…
## 1199                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1200                RT @DailyTaliyah: Day 13!\nTaliyah portraits!!\nArt by @/Kishiskolaash\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #rock #leaguetwt http…
## 1201                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1202                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1203               RT @odeko_yma: Ahri and Evelynn always end their talk with Aphelios very quickly.\n\n+ It's an excuse for me to draw male Eve once again😳\n\n#A…
## 1204                                  RT @odeko_yma: THANK YOU FOR 4O OOO GIRLIES!\n\n#Yone #Lillia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/TcKAEqbfIS
## 1205                 RT @odeko_yma: When you are blaming your teammate for feeding and not yourself \n\n#Sett #Soraka #Aphelios #LeagueOfLegends #LeagueOfLegendsF…
## 1206                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 1207                           RT @odeko_yma: He showed her his teeth \n\n#LeagueOfLegendsFanArt #LeagueOfLegends #Sett #Ahri #ArtofLegends https://t.co/I15BoCBJXH
## 1208                        RT @odeko_yma: She knows your troubles. \n\n#Soraka #Sett #LeagueOfLegends #LeagueOfLegendsfanart #ArtofLegends https://t.co/G9O1i2VOpx
## 1209                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1210                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1211                  RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 1212                                              RT @getstarried: But who am I without you? 🌙\n#lightcannon #StarGuardian #LeagueOfLegends https://t.co/YD7LkSmCLP
## 1213                           RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/BE1ua0K4bZ https://t.co/oe2TqsFI35
## 1214                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1215                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1216                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 1217             RT @odeko_yma: Hello my lil meow-meows, I've brought you a part 3...\n\n...\n\nAhri, calm down!\n\nThere are even MORE sketches which are availab…
## 1218                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1219                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1220                              RT @chikinwaffless: Fanart of Alyssa Herman’s Infernal Taliyah as a warmup #LeagueOfLegends #ArtofLegends https://t.co/DEqKg6PaH3
## 1221                           RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/BE1ua0K4bZ https://t.co/oe2TqsFI35
## 1222           RT @EnvyAloner: Yone x Lillia &lt;3\n\nCommission by @fox_trix \n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#Yone #Lillia https://t.co/USeVNgqtje
## 1223                              RT @chikinwaffless: Fanart of Alyssa Herman’s Infernal Taliyah as a warmup #LeagueOfLegends #ArtofLegends https://t.co/DEqKg6PaH3
## 1224                                 RT @X17Swan: I have never drawn the rest before.🤩🤩🤩🤩🤩 #Gameplay #LeagueofLegends #GuardianasEstelares #GuardiãsEstelas #ФанАрт
## 1225                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1226                              RT @chikinwaffless: Fanart of Alyssa Herman’s Infernal Taliyah as a warmup #LeagueOfLegends #ArtofLegends https://t.co/DEqKg6PaH3
## 1227                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1228                                                                                RT @Ultrashokk: fixed her jacket #zeri #LeagueOfLegends https://t.co/jba8OId0UB
## 1229                                                                   RT @Ultrashokk: have a monster\n#zeri #LeagueOfLegends #artoflegends https://t.co/hPHdFWuXbk
## 1230                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1231                                                                             RT @ibonedrawhentai: Caitlyn with bugs xd #LeagueOfLegends https://t.co/C9Y3LinHOC
## 1232                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1233                    RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 1234                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1235                    RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 1236                  RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 1237                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1238                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1239                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1240                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1241                   RT @greeekthegreat: Please consider  jinx in a babydoll dress with pink streaks in her hair to match with vi who got blue streaks in her ha…
## 1242                                                                   RT @Ultrashokk: have a monster\n#zeri #LeagueOfLegends #artoflegends https://t.co/hPHdFWuXbk
## 1243                  RT @GamesGuidz: Our new weekly Masterclass #LeagueofLegends Game Guide is released! Get involved with the links below:\n⁣\n📖 League of Legend…
## 1244                  RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 1245                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 1246                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1247                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1248                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1249                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1250                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1251                                         RT @ToetoSav: I drew Yuumi. Yuumi Pollo 👍 Because... Yes #Yuumi  #LeagueOfLegends  #cat #Memes https://t.co/sPzRKZL1Dw
## 1252                   RT @greeekthegreat: Please consider  jinx in a babydoll dress with pink streaks in her hair to match with vi who got blue streaks in her ha…
## 1253           RT @MorningStarsET: #GameLAB is over for 2022! Thank you all for the support 💙\n\n@CounterLoL \n@Cristoishere \nLa Vica\nApeCarro\nCCRizzi\n\n@Sams…
## 1254                   RT @Xion_Eisenhart: W-W-What do you mean? *oh my she is looking at my eyes, she is so close I'm going to faint* #caitvi #arcane #cosplay #L…
## 1255                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1256               RT @Mister_Deranged: I'm not wearing pants, or am I? Playing with viewers of all levels, from pro to beginner. \n\nhttps://t.co/d9OFvvygJ5\n\n#…
## 1257                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1258                                                    RT @I_amYurei: 27 kills my guy went crazy!! #LeagueOfLegends #WildRift #gaming #FYP https://t.co/Sj2ukcwhD3
## 1259                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1260                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1261              RT @Erodaicon_cos: ✨ Star Guardian ✨\n\nAhri teaser✨\n\nPh: @your_palico \nEdit: me\n\n#LeagueOfLegends #ahri #cosplay https://t.co/zq2jWRiX68
## 1262              RT @Asuramaru_arts: What is Love? Settphelios 💕\n\nSett model by: @sokurabbit\nAphelios by me\n\n#sett #aphelios #settphelios #leagueoflegends #…
## 1263                                         RT @ToetoSav: I drew Yuumi. Yuumi Pollo 👍 Because... Yes #Yuumi  #LeagueOfLegends  #cat #Memes https://t.co/sPzRKZL1Dw
## 1264                   RT @yellowestmango: They say the warm ionian summer nights can make you desire unspeakable things #settphel #leagueoflegends https://t.co/m…
## 1265                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1266                                                    RT @I_amYurei: 27 kills my guy went crazy!! #LeagueOfLegends #WildRift #gaming #FYP https://t.co/Sj2ukcwhD3
## 1267                   RT @yellowestmango: They say the warm ionian summer nights can make you desire unspeakable things #settphel #leagueoflegends https://t.co/m…
## 1268                                                    RT @I_amYurei: 27 kills my guy went crazy!! #LeagueOfLegends #WildRift #gaming #FYP https://t.co/Sj2ukcwhD3
## 1269                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1270              RT @Asuramaru_arts: What is Love? Settphelios 💕\n\nSett model by: @sokurabbit\nAphelios by me\n\n#sett #aphelios #settphelios #leagueoflegends #…
## 1271                                          RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL
## 1272                     RT @SunsetNeon64: First time Ekko used Revo-z it was like: \n\n#LeagueOfLegends  #Ekko #LeagueOfLegendsFanArt #art https://t.co/Y8FpscdfgP
## 1273                    RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 1274                                          RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL
## 1275                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1276                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1277               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 1278                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1279                                          RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL
## 1280                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1281                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1282                  RT @GamesGuidz: Our new weekly Masterclass #LeagueofLegends Game Guide is released! Get involved with the links below:\n⁣\n📖 League of Legend…
## 1283                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1284                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1285                    RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 1286                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1287                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1288                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1289                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 1290                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1291               RT @riicepasta: Hello!\nSo today i present You Guys my (old af) Spirit Blossom Ahri\nFrom: (worst game ever) League of Legends\n\n#LeagueofLege…
## 1292                     RT @SunsetNeon64: First time Ekko used Revo-z it was like: \n\n#LeagueOfLegends  #Ekko #LeagueOfLegendsFanArt #art https://t.co/Y8FpscdfgP
## 1293                 RT @afurrybrownie: A fast painting of my friend as KDA Evelynn :D\n\n#kda #KDA #kdaevelynn #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt h…
## 1294                    RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 1295                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1296                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1297                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1298               RT @Hippo_Chii131: "YOU'RE SUPPOSED TO BE GUARDING THE CARGO!" -Sevika (Firelights Fighting Jinx)\n\nCN: HippoChii \nCHARACTER: JINX\nSERIES (G…
## 1299              RT @Hippo_Chii131: "Where is my friend? The one I’ve known since I was only just a kid" \n\nCN:\nJinx - HippoChii \nEkko- IG: @ omgleeroy\nSerie…
## 1300                   RT @SwarmioMedia: The next #LeagueofLegends Mid-Season Invitational, MSI 2023, will be held in London. Each summer, #Riot's many leagues th…
## 1301                    RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 1302              RT @Hippo_Chii131: "You Never Left, I always heard you."\n\nSeries/ game : @arcaneshow ( @LeagueOfLegends)\nCharacter: Jinx\n\n#arcane #arcanefa…
## 1303                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1304                   RT @arllerez: I am very excited working on this new piece.  for all lovers of #LeagueOfLegends and #RiotGames inspired by Ziggs.  What do y…
## 1305                    RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 1306                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1307                    RT @NsNapk1: Good morning and good heavens new followers!🙊❤️ I appreciate the love and memes for my two-legged #Lilla piece! Thank you! Now…
## 1308                 RT @Hippo_Chii131: "Oh look who it is The Boy Savior !"\n\n#arcane #TiMEBOMB #tb #ekkojinx #jinxekko #arcanefanart #ArcaneArt #Jinx #LeagueOf…
## 1309                  RT @Hippo_Chii131: If you're having a bad day, this is for you~ this is why @arcaneshow musn't let jinx hangout with the Pilties😭\n\nAlso We…
## 1310                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1311                                                                                   RT @MielaInk: omg (again)\n\n#xayah #leagueoflegends https://t.co/yz6EmmCosZ
## 1312                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1313               RT @Hippo_Chii131: Finally a decent @arcaneshow\nJinx and Ekko Shot!\n\n(We honestly tried our best to copy @mush820823 TB ⏳💣 Art's Pose But W…
## 1314                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1315                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1316                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1317                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1318                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1319                 RT @RivenStore: What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg #riven…
## 1320              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 1321               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 1322                 RT @Samandriade: Headcanon time\nZoe likes to sleep cuddling in Soraka's lap 💤💤\n#LeagueOfLegends #LeagueOfLegendsFanArt #zoe #soraka https:/…
## 1323                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1324               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 1325                                            RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 1326              RT @Koiarts1: Fan art Navy Seal Jinx \n \nRT are appreciated 🔁✨\n#HumanArtists #CreateDontScrape\n\n#Jinx #leagueoflegends #artoflegends #huion…
## 1327                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1328                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1329                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1330                                                  RT @_another_tina_: It's bright pink by the way \n\n.\n#Ezreal #Jinx #LeagueOfLegends https://t.co/7VGtG1lPfs
## 1331                 RT @Samandriade: Headcanon time\nZoe likes to sleep cuddling in Soraka's lap 💤💤\n#LeagueOfLegends #LeagueOfLegendsFanArt #zoe #soraka https:/…
## 1332                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1333                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 1334                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1335              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 1336                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1337                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 1338                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1339                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1340                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1341                RT @C4LLYF0X: Multiverse part 2\nReposting again cause I had to fix some dialogues, sorry\n#Caitvi #piltoverfinest #violyn\n#Caitlyn #Vi #arca…
## 1342                 RT @RivenStore: What do you think?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg #riven…
## 1343                  RT @GamesGuidz: Our new weekly Masterclass #LeagueofLegends Game Guide is released! Get involved with the links below:\n⁣\n📖 League of Legend…
## 1344                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1345                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1346                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1347                                            RT @neuro_ooo: bubble tea💥\n\n#arcane #arcanefanart #caitvi #Jinx #LeagueOfLegends #drawing https://t.co/hM9XteuUpJ
## 1348                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 1349                  RT @The_LadyScorpio: The other two illustrations I did for my Diagramation final, that had to be inside the book\nBase for the second one by…
## 1350                   RT @roasted_dolphin: League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers #Sup…
## 1351                   RT @roasted_dolphin: League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers #Sup…
## 1352                   RT @roasted_dolphin: League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers #Sup…
## 1353                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1354                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1355                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1356                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1357                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1358                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1359                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1360                              RT @munyag111: #100日チャレンジ \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \nDay23\n(Star Nemesis Neeko) https://t.co/nUDXJb44UI
## 1361               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 1362                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1363                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1364               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 1365                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1366                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1367                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1368               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 1369                                RT @Moondustina: Supports life 🤧\n\n#leagueoflegends #artoflegends #leagueoflegendsfanart #janna #xayah https://t.co/XZwS8bnIgy
## 1370                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1371                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1372                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1373                  RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 1374                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1375               RT @lPopotrix: POV: You are living the best date of your life\n\nBut Vex wanted a Happy Meal Box...\n\n#ArtofLegends #LeagueOfLegends #LeagueOf…
## 1376                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1377                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 1378                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1379                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1380                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1381                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 1382                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1383                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1384                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1385                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1386                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1387                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1388                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1389                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1390                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1391                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1392                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1393                   RT @EsportLegendsGG: Today we got more information on our Leaderboards and the Stats-Pages we want to implement! Tell us what you think abo…
## 1394                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1395                   RT @LoLMemesBot: just play goddamn jungle\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…
## 1396                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 1397                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1398                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1399                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1400                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1401                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1402                RT @VtuberDella: It really do be like that 👀✨\n\n#animegirl #animememes #streamer #gamergirl #gamer #Fortnite #leagueoflegends #cosplay #vtub…
## 1403                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1404                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1405                           RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/BE1ua0K4bZ https://t.co/oe2TqsFI35
## 1406                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1407                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1408                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1409                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1410                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1411                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 1412                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1413                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1414                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1415                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1416                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1417                                                   RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn #yasuo https://t.co/oe2TqsFI35
## 1418                 RT @ciderxii: guns out\n\n#jinx #jinxfanart #jinxarcane #arcanefanart #arcane #ArcaneArt #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co…
## 1419                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1420                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1421                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1422                                                          RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn https://t.co/gQyVuM7juB
## 1423                   RT @spaded_square: Compiling some of my previous league skin ideas into one tweet : ) #LeagueOfLegends #ArtofLegends #starguardian #azir #t…
## 1424                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1425                                                          RT @Hichamhabchi: Yasuo skin concept #ruinedking #LeagueOfLegends @AirshipSyn https://t.co/gQyVuM7juB
## 1426                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1427                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1428                 RT @ISakul3g4nd: Which version do you like more?\n\n#3dart #3D #3dmodeling #3dprint #3DCG #zbrush #pixologic #DigitalArtist #DigitalSculpting…
## 1429                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1430                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1431                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1432                   RT @spaded_square: Compiling some of my previous league skin ideas into one tweet : ) #LeagueOfLegends #ArtofLegends #starguardian #azir #t…
## 1433                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1434                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1435                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1436                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1437                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1438                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1439                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1440                   RT @torakaru_VT: Today was a lot of milestones 9k Twitter, 2k on Twitch, and MOST IMPORTANTLY I FUCKING GOT TO DIAMOND IN TFT HOLY FUCK THI…
## 1441                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1442                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1443                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1444                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1445                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1446                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1447                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1448                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1449                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1450                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1451                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1452                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1453                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1454                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1455                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1456                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1457                                                               RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt \n\nWhat's this? 🥺 https://t.co/nNYZOO1NQz
## 1458                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1459                   RT @VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends #madnesscombatfanart htt…
## 1460                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1461                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 1462                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1463                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1464                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1465                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1466                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1467                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1468                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1469                 RT @qqorge: in fact I have some vignettes that explain it\n#creadoresdelollatam  #leagueoflegends\nhttps://t.co/cVy9jCRNGX https://t.co/5nQ7o…
## 1470                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1471                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1472                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1473                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1474                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1475                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1476                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1477                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1478                 RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…
## 1479                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1480                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1481                  RT @LoLMemesBot: It can't be random right?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…
## 1482                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1483                                  RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O
## 1484                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1485                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1486                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1487                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1488                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 1489                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 1490                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1491                                                 RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 1492                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1493                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1494               RT @larsbians: Happy Arcane anniversary!! 💙\n\nDrawings by me. \n\n#Arcane #arcanefanart #ArtofArcane #ArtofLegends @arcaneshow #CaitVi #League…
## 1495               RT @larsbians: “You’re hot cupcake” 🧁\n\nDrawing by me. \n\n#Arcane #arcanefanart #ArtofArcane #ArtofLegends @arcaneshow  #Arcaneart #CaitVi #a…
## 1496               RT @larsbians: messy drawing of CaitVi 🫶🏻🌹\n\nDrawing by me. \n\n#Arcane #arcanefanart #ArtofArcane #ArtofLegends @arcaneshow  #Arcaneart #Cait…
## 1497                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 1498                RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 1499                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1500                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 1501                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1502              RT @Erodaicon_cos: ✨ Star Guardian ✨\n\nAhri teaser✨\n\nPh: @your_palico \nEdit: me\n\n#LeagueOfLegends #ahri #cosplay https://t.co/zq2jWRiX68
## 1503              RT @Erodaicon_cos: ✨ Star Guardian ✨\n\nAhri teaser✨\n\nPh: @your_palico \nEdit: me\n\n#LeagueOfLegends #ahri #cosplay https://t.co/zq2jWRiX68
## 1504                                                            RT @KingoftheP0nd: 1v2 to secure scuttle #LeagueOfLegends #gaming #volibear https://t.co/1YTYLGgObi
## 1505                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1506                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1507                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1508            RT @we_byun: "-Please... Brother... CARRY ME."\n"- FF 15." \nYasuo &amp; Yone. ♡\n#LeagueOfLegendsFanArt #LeagueOfLegends #LOL #FANART #yasuo #yon…
## 1509              RT @ibonedrawhentai: Zoe creadora de mitos \n.\n\n❤️       ≡       ➭    ⌂\nᴸⁱᵏᵉ  ᶜᵒᵐᵐᵉⁿᵗ  ˢʰᵃʳᵉ  ˢᵃᵛᵉ\n.\n#LeagueOfLegends #zoe #zoelol #fanart #…
## 1510                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1511               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 1512                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1513                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1514                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1515                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1516                                          RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL
## 1517                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1518                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1519                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1520                  RT @Titania_Erza99: Tarde pero seguro\nHappy birthday Vi!!!🎂💗⚙️\n#cosplay #cosplayergirl #cosplayer #arcane #arcanecosplay #ArcaneVi #LeagueO…
## 1521                  RT @Titania_Erza99: Tarde pero seguro\nHappy birthday Vi!!!🎂💗⚙️\n#cosplay #cosplayergirl #cosplayer #arcane #arcanecosplay #ArcaneVi #LeagueO…
## 1522                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1523                                                            RT @KingoftheP0nd: 1v2 to secure scuttle #LeagueOfLegends #gaming #volibear https://t.co/1YTYLGgObi
## 1524                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1525                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1526                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1527                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1528                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1529                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1530                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1531                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1532                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1533                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1534                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1535                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1536                                   RT @SleinYesWowNC: Why don't you love who I am?\nWhat we could have been\n\n#Arcane #LeagueOfLegends https://t.co/XGZ0PuYHrz
## 1537                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1538                  RT @LoLMemesBot: Fun little tier list I made (don't take it too seriously). What champions would be best to form a boy bend?\n#memes #meme #…
## 1539                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1540                  RT @The_LadyScorpio: The other two illustrations I did for my Diagramation final, that had to be inside the book\nBase for the second one by…
## 1541                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1542                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1543                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1544                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1545                                               RT @9ringsx: I'm trying…🥹💕💖\n#Gwen #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/WtPxcVF6HQ
## 1546                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1547                   RT @greeekthegreat: Please consider  jinx in a babydoll dress with pink streaks in her hair to match with vi who got blue streaks in her ha…
## 1548                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1549                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1550                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1551                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1552                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1553                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1554                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1555                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1556            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 1557                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1558                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1559                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1560                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1561                                              RT @joyjangart: #LeagueOfLegends \n#LeagueOfLegendsFanArt \n#evelynn\n\nevelynn practice😈 https://t.co/hJ3DPVYZrM
## 1562                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1563                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1564                                              RT @joyjangart: #LeagueOfLegends \n#LeagueOfLegendsFanArt \n#evelynn\n\nevelynn practice😈 https://t.co/hJ3DPVYZrM
## 1565                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 1566                 RT @TheGemCosplay: This is the only Christmas cosplay I have to share so here u go, some Christmas Jinx from @LeagueOfLegends \n\n#cosplay #L…
## 1567                 RT @TheGemCosplay: This is the only Christmas cosplay I have to share so here u go, some Christmas Jinx from @LeagueOfLegends \n\n#cosplay #L…
## 1568                                              RT @joyjangart: #LeagueOfLegends \n#LeagueOfLegendsFanArt \n#evelynn\n\nevelynn practice😈 https://t.co/hJ3DPVYZrM
## 1569              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 1570                 RT @TheGemCosplay: This is the only Christmas cosplay I have to share so here u go, some Christmas Jinx from @LeagueOfLegends \n\n#cosplay #L…
## 1571                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 1572                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1573                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1574                RT @EdwinNurdjajadi: Yup. There’s 4 pairs of wild green doves in our neighbourhood. Alhamdullilah the environment is conducive &amp; plenty of…
## 1575                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1576                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 1577                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1578                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1579                                             RT @summerswirlarts: He's looking for Kalista 🥺❤️\n\n#ledros #LeagueOfLegends #ArtofLegends https://t.co/4wfH5zdAic
## 1580                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1581                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1582                 RT @blazordiffusion: Irelia of League of Legends! #LeagueOfLegends #LeagueOfLegendsFanArt #Irelia #stablediffusion \n\nhttps://t.co/zTmgey5OA…
## 1583                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1584                                                      RT @glossystae: Some Winter Riven for you uwu\n\n#cosplay #leagueoflegends #riven https://t.co/Z6PdrvRu3b
## 1585                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1586                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1587                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1588                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1589                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1590                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1591                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1592                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1593                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1594                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1595                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1596                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1597                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1598                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1599                 RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 1600                  RT @PurpleARTdude: After a long time... I finally finished this!! Moon guys vs sun guys 🌚🌝\n#ValorantArt #VALORANTfanart #VALORANT #LeagueOf…
## 1601                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1602                  RT @LoLMemesBot: Thanks Rito\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Sp…
## 1603                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1604                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1605                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 1606                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1607                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1608                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1609                  RT @LoLMemesBot: Thanks Rito\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Sp…
## 1610                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1611                   RT @skymagpieart: My favourite trope is when a guy is obviously falling for someone and he looks at them with that loving and dumbfounded e…
## 1612                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1613                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1614               RT @VtuberDella: Sadge 😭❤️\n\nI will remember you all ✨\n\n#anime #animegirl #animememes #streamer #gamergirl #gamer #Fortnite #leagueoflegends…
## 1615                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1616                                                                                        RT @Pradox___: En live sur #LeagueOfLegends ! \nhttps://t.co/9aq5xqRa6G
## 1617                   RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…
## 1618                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1619                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 1620                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1621                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 1622                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1623                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 1624                                          RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL
## 1625                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1626                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1627                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1628                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1629                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1630                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1631                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1632                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1633                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1634                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1635                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1636                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 1637                                       RT @Moondustina: 🌻 lovely commission for @aeon_xayah 💕 \n\n#xayah #StarGuardian #LeagueOfLegends https://t.co/Hnz0H1Xo0b
## 1638                  RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 1639                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1640                  RT @AngelaR81493370: Thank you for the game.👇 #Gameplay #LeagueofLegends #LeagueOfLegendsFanArt #FLYWIN #StarGuardians #ClashLoL \nOriginal:…
## 1641                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1642                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1643               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 1644                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1645                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1646                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 1647                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 1648                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 1649                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 1650                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 1651                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1652                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 1653                  RT @Swordskingdom2: If you are a fan of League of Legends and interested in buying a Master Yi Sword replica order it now:\nhttps://t.co/psP…
## 1654                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1655                 RT @SakaiYuki17: I found the sketch from a few months ago, so I finished it\n\n"Don't move, I'll find some herbs for you"\n"Ugh...master, the…
## 1656                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1657                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 1658                                                                                        RT @Pradox___: En live sur #LeagueOfLegends ! \nhttps://t.co/9aq5xqRa6G
## 1659                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1660                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1661                  RT @PurpleARTdude: After a long time... I finally finished this!! Moon guys vs sun guys 🌚🌝\n#ValorantArt #VALORANTfanart #VALORANT #LeagueOf…
## 1662                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1663                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1664                  RT @LoLMemesBot: How Each Champ would be like at a Party\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Wo…
## 1665                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 1666                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1667                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1668                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 1669                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1670                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1671                 RT @EloDragonLoL: EU is just built different\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #r…
## 1672                 RT @esports12K: Most Anticipated Esports Tournaments 2023\n\n#esports #esportnews #esportstournament #MostAnticipated #gaming #gamingtourname…
## 1673                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1674                 RT @esports12K: Most Anticipated Esports Tournaments 2023\n\n#esports #esportnews #esportstournament #MostAnticipated #gaming #gamingtourname…
## 1675                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1676                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1677                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1678                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1679               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 1680                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 1681                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1682                 RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…
## 1683                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1684                   RT @KaelaOfMoran: I might not be currently streaming due to work and other personal projects but that doesn't mean i have stopped playing g…
## 1685                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1686                   RT @KaelaOfMoran: I might not be currently streaming due to work and other personal projects but that doesn't mean i have stopped playing g…
## 1687                   RT @KaelaOfMoran: Today i bring you another ARAM match. This time playing as Anivia. I can't believe they didn't relise soner that i was in…
## 1688                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1689                   RT @KaelaOfMoran: I might not be currently streaming due to work and other personal projects but that doesn't mean i have stopped playing g…
## 1690                   RT @KaelaOfMoran: Today i bring you another ARAM match. This time playing as Anivia. I can't believe they didn't relise soner that i was in…
## 1691                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1692                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 1693                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 1694                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1695                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1696                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1697                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1698                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 1699                                                                 RT @kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3
## 1700                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1701                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1702                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1703                                                                                        RT @Pradox___: En live sur #LeagueOfLegends ! \nhttps://t.co/9aq5xqRa6G
## 1704                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1705                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1706                 RT @afurrybrownie: A pajama guardian fan skin design that I'll do cosplay later\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian #paj…
## 1707                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1708                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1709                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1710                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1711                           RT @bekkomi: 🌕🌔Child of the moon, weapon of the faithful.🌒🌑\n#Aphelios #Alune #LeagueOfLegends #ArtofLegends https://t.co/KquU6tnZtU
## 1712                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 1713                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1714                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1715                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1716                 RT @onion_on1: #vladimir #Swain #LeagueOfLegends  #fanart \nother illustrations.\nLove those guys, but couldn't play them well https://t.co/X…
## 1717                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1718                 RT @EloDragonLoL: EU is just built different\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #r…
## 1719 RT @Rena_Angel1111: League of legends - Soraka\n\nI try Soraka cosplay.\n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #英雄联…
## 1720                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1721                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 1722                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 1723                                          RT @dogtoast_: i love her\n\n#lux #luxleagueoflegends #leagueoflegends #leagueoflegendsfanart https://t.co/VQNDoYFdI0
## 1724                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1725                              RT @Lansuuw: Sick W Flash on jhin to clean up ‼️\n#LeagueOfLegends #Adc #StreamerCommunity #ContentCreator https://t.co/wCdKFAscuT
## 1726                                   RT @bigbadwarwick: Lillia fanart\n#lillia #lolfanart #leagueoflegends #fanart #lillialeagueoflegends https://t.co/yRV3ufv3nF
## 1727                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1728                 RT @XCrescent84: As much I wanna quit I can’t I’m nearly done 🥲\n\n#lillia #LeagueOfLegends #LeagueOfLegendsFanArt #CLIPSTUDIOPAINT #ArtistOn…
## 1729                 RT @claudettee17: Fire to the Fuse (Ft. Jackson Wang) | Official Empyrean Cinematic - Leag... https://t.co/x3NPJGup5T via @YouTube \n\nLOVE t…
## 1730                RT @Youcun_: she is so cute!!!  🥰🫶\n-Spirit Blossom Lillia-fanart\n\n#LeagueOfLegendsFanArt #lillia #LeagueOfLegends #WildRift https://t.co/qr…
## 1731                   RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…
## 1732               RT @jericollage70: Happy Birthday to one of my Favorites, The Amazing @KriziaBajos! Have a Blessed Birthday &amp; Happy Holidays Krizia! 🎂😎🙏🏻👍🏻…
## 1733                                                                RT @Shishirui_san: #Lillia  #LeagueOfLegends \nStar Guardian Lillia.😇🫡🥰 https://t.co/Hi6mG4En25
## 1734                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1735                 RT @ISakul3g4nd: Which version do you like more?\n\n#3dart #3D #3dmodeling #3dprint #3DCG #zbrush #pixologic #DigitalArtist #DigitalSculpting…
## 1736           RT @EnvyAloner: Yone x Lillia &lt;3\n\nCommission by @fox_trix \n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#Yone #Lillia https://t.co/USeVNgqtje
## 1737                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1738                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1739                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1740                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1741                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1742                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1743              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 1744                       RT @ikaatako: no void boobs\nNeeko have a psychological trauma\n\n#ArtofLegends #LeagueOfLegends #BelVeth #Neeko https://t.co/cWNeDdML64
## 1745                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 1746                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1747                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1748                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1749                   RT @PreachBigLoL: Has anyone ever looked through the "Item" tab? I never do, except for the time that I did once just now... Knights vow su…
## 1750                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1751                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1752                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 1753                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1754                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1755                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1756                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1757                                          RT @dogtoast_: i love her\n\n#lux #luxleagueoflegends #leagueoflegends #leagueoflegendsfanart https://t.co/VQNDoYFdI0
## 1758                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1759                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1760                 RT @prohtius: Small Vibe\n \n @tributariesttv is now live with #LeagueofLegends, click to see the shenanigans 🤪 #twitchtv #twitchstreamers #l…
## 1761                                          RT @BunnsCharm: Some Veigar and Lulu stuff 💖 (⁠ ⁠◜⁠‿⁠◝⁠ ⁠)⁠♡\n#LeagueOfLegends #fanart #Veigar #Lulu https://t.co/tSQeNga1ZL
## 1762                  RT @prohtius: Casual Stream Is Casual | !turbo\n \n @magicinuse is now live with #LeagueofLegends, check it out 👀 #twitchtv #twitchstreamers…
## 1763                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1764               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 1765                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1766                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1767                                              RT @joyjangart: #LeagueOfLegends \n#LeagueOfLegendsFanArt \n#evelynn\n\nevelynn practice😈 https://t.co/hJ3DPVYZrM
## 1768                                          RT @dogtoast_: i love her\n\n#lux #luxleagueoflegends #leagueoflegends #leagueoflegendsfanart https://t.co/VQNDoYFdI0
## 1769                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 1770                 RT @ForestRatArt: My drawing for the LoL Christmas art collab on Instagram🌲\n\n#porocollab22 #forestrat #forestratart #vi #caitlyn #caitvi #p…
## 1771                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1772                                                                  RT @DailyTeenVi: LOOK AT VI AND MYLO OMG #Arcane #Vi #LeagueOfLegends https://t.co/AL6lJe8hpG
## 1773                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 1774                                                                         RT @is_is_gemini_is: Powder #Jinx \n\n#arcane #LeagueOfLegends https://t.co/KyiS8U3YWD
## 1775                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1776                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1777                                              RT @joyjangart: #LeagueOfLegends \n#LeagueOfLegendsFanArt \n#evelynn\n\nevelynn practice😈 https://t.co/hJ3DPVYZrM
## 1778                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 1779                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 1780                 RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 1781                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 1782                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1783                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 1784                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1785               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 1786               RT @MikuoHatsuneTTV: Day 36 of @LeagueOfLegends quotes:\n\nBearded Lady, Nagakabouros, names don't matter! Action does.\n-Illaoi\n#LeagueOfLege…
## 1787               RT @MikuoHatsuneTTV: Day 36 of @LeagueOfLegends quotes:\n\nBearded Lady, Nagakabouros, names don't matter! Action does.\n-Illaoi\n#LeagueOfLege…
## 1788                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1789                                         RT @AAAADDDDing: Want to come to?\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Kayn https://t.co/VeHZcBPTfS
## 1790               RT @AceVar81: Trust me! You'll get addicted to this story!\n \n#leagueoflegends #animefanart #webtoons\n\nhttps://t.co/8juEtV7S7l https://t.co/…
## 1791                 RT @maidenslullaby: SPIRIT BLOSSOM AHRI 🌸🦊💖!!! She won the poll against Miss Fortune ✨✨ #lol #LeagueOfLegends #ahri #ahrifanart #LeagueOfLe…
## 1792                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 1793                                       RT @Moondustina: 🌻 lovely commission for @aeon_xayah 💕 \n\n#xayah #StarGuardian #LeagueOfLegends https://t.co/Hnz0H1Xo0b
## 1794                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1795                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1796                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1797                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1798                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1799                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1800                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1801                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1802                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1803                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1804                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1805                 RT @trashpocket4: More Kaliyah (or Kai'Liyah, idk) because i have feelings 😭😭😭\n\n#kaisa #taliyah #LeagueOfLegends #LoL #kaliyah https://t.co…
## 1806                  RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 1807                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1808                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1809                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1810                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1811                                            RT @3PillarsGaming: Great for desktop wallpapers right for christmas!❄️🎄\n\n#LeagueOfLegends https://t.co/6rs8HHbWFu
## 1812                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1813                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1814                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1815                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1816                  RT @Titania_Erza99: Tarde pero seguro\nHappy birthday Vi!!!🎂💗⚙️\n#cosplay #cosplayergirl #cosplayer #arcane #arcanecosplay #ArcaneVi #LeagueO…
## 1817                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1818                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 1819                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 1820                                              RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 1821                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1822                   RT @FunSizeDipStick: Dragon trainer Veigar ~ Splash art ( @FunSizeDipStick )\n#LeagueOfLegends #ArtofLegends #Veigar #LeagueOfLegendsFanArt…
## 1823                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1824                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1825                  RT @_smol_artist__: OPENING 5 SLOTS FOR JINX SKETCH COMMISSIONS\n#Jinx #commsopen #jinxlol #jinxarcane #arcane #LoL #LeagueOfLegends https:/…
## 1826                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1827                              RT @FunkyWoomy: #Irelia from #LeagueOfLegends \n\n#LeagueOfLegendsFanArt #League_of_Legends #ArtofLegends https://t.co/DtYnMEERA6
## 1828               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 1829                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1830                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1831                   RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…
## 1832           RT @EnvyAloner: Yone x Lillia &lt;3\n\nCommission by @fox_trix \n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#Yone #Lillia https://t.co/USeVNgqtje
## 1833                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1834                RT @leochamposa: #LoLtubre2022 DAY 1: Favourite Champ \n\nYou already know, Garen is my baby 🥺❤️\n\n#LeagueOfLegends #LoLtubre #creadoresdeloll…
## 1835                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 1836               RT @blablablayaoi: Go for it Zed!! \n\nThanks to Syundei for this beautiful and sweet manga! ❤\n\n#zed #Kayn #zedka #LeagueOfLegends #LeagueOfL…
## 1837                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1838                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1839                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1840                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1841                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1842                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1843                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1844                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1845                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1846                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1847                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1848                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1849                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1850                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1851                   RT @FunSizeDipStick: Dragon trainer Veigar ~ Splash art ( @FunSizeDipStick )\n#LeagueOfLegends #ArtofLegends #Veigar #LeagueOfLegendsFanArt…
## 1852                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1853                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1854                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1855                   RT @leochamposa: ❤️ Happy pride month ❤️\n\n#diana #leona #taric #pantheon #LeagueOfLegends #pride #creadoresdelollatam https://t.co/HZ19Hqra…
## 1856                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1857                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1858                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1859                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1860                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1861                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1862                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 1863                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1864                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1865                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1866                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1867                  RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 1868                 RT @tierreskott: StarGuardian Ezreal Fanart! :P \n\n#LeagueOfLegends  #starguardian #ezreal #fanart #illustration #CuteKitten #cute https://t…
## 1869                        RT @vmatbox: Battle Academy Lux and Ezreal fanart :3 #BattleAcademy #lux #LeagueOfLegends #ArtofLegends #ezreal https://t.co/T8rwpBTBYb
## 1870                 RT @JARRO_Art: finally a clean version of my Porcelain Ezreal... please guys enjoy\n\n#Ezreal #Artoflegends #Leagueoflegends #Porcelain #Porc…
## 1871                  RT @little_lolz: Pajama Guardian sleepover with TFT!\n\n#LeagueofLegends #ArtofLegends #StarGuardians #PajamaParty #lux #soraka #MissFortune…
## 1872                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 1873                 RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 1874                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1875                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1876                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 1877                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1878                 RT @Kvd_xxiv: xxiv: \n\nOne win! And i do count it as a win ! . . . unfortunately half of that game was in a different screen 😭 what a noob !…
## 1879                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1880                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1881                  RT @aleriy_: Saw @KureNaiZ1  's pose reference and immediately thought of them ❤️\n\n#xayah #sett #LeagueOfLegends #ArtofLegends https://t.co…
## 1882                                                         RT @Saware7: smash the ❤️if you agree😂😂😂#leagueoflegends #IDF #pakistanZindabad https://t.co/A35u1Uk3Cd
## 1883                   RT @FunSizeDipStick: Dragon trainer Veigar ~ Splash art ( @FunSizeDipStick )\n#LeagueOfLegends #ArtofLegends #Veigar #LeagueOfLegendsFanArt…
## 1884                 RT @ForestRatArt: My drawing for the LoL Christmas art collab on Instagram🌲\n\n#porocollab22 #forestrat #forestratart #vi #caitlyn #caitvi #p…
## 1885                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1886                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1887                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1888                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1889                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1890                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1891                  RT @_smol_artist__: OPENING 5 SLOTS FOR JINX SKETCH COMMISSIONS\n#Jinx #commsopen #jinxlol #jinxarcane #arcane #LoL #LeagueOfLegends https:/…
## 1892                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1893                                                                  RT @maidenslullaby: Quick neeko doodle :))))) #neeko #LeagueOfLegends https://t.co/UrYn5KgwSS
## 1894                  RT @LoLMemesBot: Why add an item that makes us useless\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worl…
## 1895                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1896                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1897                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1898                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1899                 RT @medok_art: Guess who took Blessed Wine™ to the party?💀\n\n#Thresh #Viego #Kalista #LeagueOfLegends #Ruination meme https://t.co/GgNXZGRgDi
## 1900                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1901           RT @EnvyAloner: Yone x Lillia &lt;3\n\nCommission by @fox_trix \n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#Yone #Lillia https://t.co/USeVNgqtje
## 1902                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 1903                                                                            RT @juubiisan: Want a kiss? #LeagueOfLegends #ahri #cosplay https://t.co/uV8dTvAHqi
## 1904                                               RT @_gtjnxd: star guardian jinx is so cute🥺⭐\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/S5xV1ZPhpD
## 1905                  RT @_smol_artist__: OPENING 5 SLOTS FOR JINX SKETCH COMMISSIONS\n#Jinx #commsopen #jinxlol #jinxarcane #arcane #LoL #LeagueOfLegends https:/…
## 1906                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1907                                                   RT @MiaomiArt: Old painting of Jinx I never posted\n\n#Arcane #Jinx #LeagueOfLegends https://t.co/MwfgizhJW9
## 1908                                                                       RT @vatheja: Arcana #jinx thumbnail sketch :))❤️ #leagueoflegends https://t.co/bV06kVkwXz
## 1909                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1910                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1911                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1912                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1913                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1914                 RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 1915                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1916                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1917                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 1918                RT @camiobb: Dark Cosmic Camille – League of Legends fanart by Abigael Giroud\n\n#LeagueofLegends #ArtofLegends #WildRift \nhttps://t.co/s3e0U…
## 1919                 RT @StephJMillz1: Tryndamere learns combo wizard Camille/Kamille  https://t.co/iWKyLVFaUS \n\n#leagueoflegends #stephjmillz #thekamille #cami…
## 1920                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1921                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1922                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1923                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1924                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1925               RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…
## 1926                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1927                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1928                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1929                                                                                     RT @Onezeroisten: I AM WINNING!!! #LeagueOfLegends https://t.co/M1qpySfwAT
## 1930                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1931                   RT @PreachBigLoL: Has anyone ever looked through the "Item" tab? I never do, except for the time that I did once just now... Knights vow su…
## 1932               RT @camiobb: Spirit Blossom Camille Skin - Concept 2\n\n#LeagueofLegends #ArtofLegends #WildRift \n\nhttps://t.co/6a754Rpl42 https://t.co/fN6UA…
## 1933               RT @camiobb: Spirit Blossom Camille Skin - Concept\n\n#LeagueofLegends #ArtofLegends #WILDRIFT\n\nhttps://t.co/JZKLxeGhCn https://t.co/x4N3ziTd…
## 1934                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1935                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1936              RT @darthfuzzy77: ROLL TIDE!! I actually won this ffing match suckers!! https://t.co/nzSTj6GndH\n\n#twitch \n#smallstreamer \n#twitchtv\n#League…
## 1937                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1938                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1939                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1940                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1941                                        RT @aannuurraann: #singed #LeagueOfLegends #LeagueOfLegendsFanArt \n\nJust a portrait of Singed https://t.co/sf1UTpLAxY
## 1942                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1943                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1944                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1945                 RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 1946                 RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 1947                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1948                 RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 1949                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1950                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1951                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1952                       RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce
## 1953                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1954                  RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…
## 1955                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1956                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 1957                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1958                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1959                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1960                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1961                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1962                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1963                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1964                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 1965                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1966                             RT @Hichamhabchi: Gangplank for #ruinedking @AirshipSyn  #LeagueOfLegends #Throwback colors by Aron Lusen! https://t.co/XbzDStSdx3
## 1967                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 1968                                             RT @summerswirlarts: He's looking for Kalista 🥺❤️\n\n#ledros #LeagueOfLegends #ArtofLegends https://t.co/4wfH5zdAic
## 1969                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1970                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1971                  RT @LoLMemesBot: Even Riot playing the game with lags.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worl…
## 1972                   RT @GamerSonnie: This week's schedule! A whole bunch of snow this week so that might change plans a little this week! But I will be here! S…
## 1973                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1974                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1975                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1976                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1977                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 1978                              RT @Lansuuw: Sick W Flash on jhin to clean up ‼️\n#LeagueOfLegends #Adc #StreamerCommunity #ContentCreator https://t.co/wCdKFAscuT
## 1979                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1980               RT @AceVar81: Trust me! You'll get addicted to this story!\n \n#leagueoflegends #animefanart #webtoons\n\nhttps://t.co/8juEtV7S7l https://t.co/…
## 1981               RT @AceVar81: Trust me! You'll get addicted to this story!\n \n#leagueoflegends #animefanart #webtoons\n\nhttps://t.co/8juEtV7S7l https://t.co/…
## 1982                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 1983                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1984                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 1985                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 1986                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 1987                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1988                                   RT @SleinYesWowNC: Why don't you love who I am?\nWhat we could have been\n\n#Arcane #LeagueOfLegends https://t.co/XGZ0PuYHrz
## 1989                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 1990                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1991                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1992                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 1993                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 1994                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1995                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 1996                                                               RT @jiajia_hua: ZED - League of Legends practice \n#zed #LeagueOfLegends https://t.co/QbFcSIyb6V
## 1997                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 1998                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 1999                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2000            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 2001                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2002                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2003                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2004                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2005                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2006                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2007                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2008                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2009            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 2010                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2011                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2012                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2013                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2014                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2015                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2016                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 2017                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2018                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 2019                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2020                                           RT @fuwamoowa: everything goes on 🎶\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian https://t.co/q74QTSWpH9
## 2021                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2022                   RT @Zedzy1_: Slow Growing Process but I will get there. Hard work will pay off :) #twitch #streaming #streamers #stream #streams #gaming #v…
## 2023                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2024                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2025                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2026                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2027                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2028                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2029                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2030                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2031                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2032                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2033                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2034                   RT @YuzukoSilver: If you want to have an international experience with all kind of honorable and respectful talks about everything you can’…
## 2035                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2036                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2037                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2038                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2039            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 2040                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2041                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 2042                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2043                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 2044                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2045                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2046                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2047                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2048               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 2049                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2050                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2051                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2052                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2053                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2054               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 2055                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2056                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2057               RT @NeoNa_Gloom_ART: Dark Eternal Zyra ✨- \n"I have many names, none of which you are worthy to pronounce!"\n\n#LeagueOfLegends #LeagueOfLegen…
## 2058                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2059                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2060               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 2061                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2062                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2063                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2064                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2065                                                                                      RT @arvve: love them \n#tfgraves #leagueoflegends https://t.co/f9IiXADBf6
## 2066                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2067                   RT @Kvd_xxiv: xxiv: \n\nWe are in a 4 game losing streak in #LeagueOfLegends . . . THAT MUST CHANGE ! Join me while i play #Riven top ! . .…
## 2068                  RT @LoLMemesBot: i think I'm going to sleep.. now... *yawn* *bonk* ow. anyways the Bonking Deer is coming to WR on December 21 (probably)\n#…
## 2069                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2070                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2071                                  RT @gothiccpetunia: It’s cuffing season 💅 #arcane #vi #caitvi #leagueoflegends #leagueoflesbians #art https://t.co/Wr3LyVE27n
## 2072                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2073                                                       RT @SMETS_: gift for @qqq_qqqqq_\n#LeagueOfLegends #LeagueOfLegendsFanArt #Swain https://t.co/XYwkBJfhxF
## 2074                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 2075                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2076                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2077                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2078                         RT @damongreenhalgh: "Fortune doesn't favor fools."\n#ArtofLegends #LeagueOfLegends #illustration #missfortune https://t.co/kGX0fVb6qv
## 2079                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2080                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2081                 RT @cattofarts: Anyone's got their RP ready for the new Space Groove skins? I know I am, HAHA ♥\n\n#leagueoflegends #nami #namileagueoflegend…
## 2082                 RT @HighNoonJhin: we can fix him \nwe can make him cooler\n#jhin #shanhaiscrollsjhin #leagueoflegends #leagueoflegendsfanart #artoflegends ht…
## 2083                 RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…
## 2084                 RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…
## 2085                 RT @HighNoonJhin: we can fix him \nwe can make him cooler\n#jhin #shanhaiscrollsjhin #leagueoflegends #leagueoflegendsfanart #artoflegends ht…
## 2086                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2087                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2088                 RT @cattofarts: Anyone's got their RP ready for the new Space Groove skins? I know I am, HAHA ♥\n\n#leagueoflegends #nami #namileagueoflegend…
## 2089                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2090                                 RT @YaretziAvila1: I did it :’) #Viego #isolde #viesolde #LeagueOfLegends #ArtofLegends #theruinedking https://t.co/yFPC6puACL
## 2091                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2092                  RT @HayashiDraws: Kayle\n\nFollow me on instagram! https://t.co/hUqLcJQ7wV\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/Y3oPhx5wQa
## 2093                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2094                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2095                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2096                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2097                                 RT @YaretziAvila1: I did it :’) #Viego #isolde #viesolde #LeagueOfLegends #ArtofLegends #theruinedking https://t.co/yFPC6puACL
## 2098                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2099                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2100                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2101                   RT @Samandriade: Bathing together ❤️\nFull version on @sinibiri 👁️\n#LeagueOfLegends #LeagueOfLegendsFanArt #soraka #Pantheon https://t.co/EL…
## 2102                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2103                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2104                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2105                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2106               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 2107                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2108                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2109                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2110                     RT @emriikun: 🧚‍♀️ Fairy Kingdom Lux 🧚‍♀️\n\nWhen a new era of the kingdom begins all seeds will fall and the keepers of magic must be assemb…
## 2111                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2112                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2113                             RT @Scionraccoon: Glorious\n\n#Viktor #MachineHerald #LeagueOfLegends #myart #meme #helpmepleasererghjhyrt https://t.co/n0UqZiYoiO
## 2114                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 2115                       RT @l0Abyss: Spirit Blossom İrelia\n#irelia #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/s4XcXnxk5E
## 2116                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2117                RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 2118                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 2119                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2120                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 2121                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2122                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2123                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2124                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2125                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2126                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2127                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2128                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 2129                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 2130                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2131                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2132                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2133                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2134                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2135                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 2136                                 RT @YaretziAvila1: I did it :’) #Viego #isolde #viesolde #LeagueOfLegends #ArtofLegends #theruinedking https://t.co/yFPC6puACL
## 2137                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2138                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2139                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2140                                                         RT @ColossusMibl: I wanted to do something charming\n\n#LeagueOfLegends #Varus https://t.co/lxeUhuihc5
## 2141                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2142                                 RT @YaretziAvila1: I did it :’) #Viego #isolde #viesolde #LeagueOfLegends #ArtofLegends #theruinedking https://t.co/yFPC6puACL
## 2143                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2144                                 RT @YaretziAvila1: I did it :’) #Viego #isolde #viesolde #LeagueOfLegends #ArtofLegends #theruinedking https://t.co/yFPC6puACL
## 2145                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2146                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2147                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2148                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2149              RT @MakiEraclea: The coven skin line... 😌👌🏻🖤\nShould I cosplay coven LeBlanc too?\n\nPh + 3d orb @dizzymonogatari\n\n#LeagueOfLegends #ahricospl…
## 2150                   RT @nymphahri: I'll show you what I'm made of ❤️‍🔥\nCan we reach at least 50 retweets? I'll share MORE photos ✨\nPh: https://t.co/tx34eB8YGm…
## 2151                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2152                             RT @AliceinfernoCos: Photo by dear @by_yulli 💜\n#ahricosplay #ahrikda #ahri #aliceinferno #LeagueOfLegends https://t.co/s0IYIkOWeE
## 2153                   RT @NekonoiKatsu: It’s #ahriversary ! ❤️❤️❤️🥳 \nI hope I can cosplay her other skin 😚😚\n—\n#nekonoikatsu #ahri #leagueoflegends #lol #ahricosp…
## 2154                   RT @arisaguigui: [Cosplay] Ahri \n\nA semi-finished one, there was a problem with the props during filming, so how do I compose the orbs...…
## 2155             RT @farbenfuchs: ✨ Ruined King Ahri ✨\n📸 @ShatteredPhoto\n\n@RiotForgeDE @RiotForge @riotgames \n#Ahri #AhriCosplay #Cosplay #LeagueOfLegends h…
## 2156                   RT @AppleNay_: We're gonna break the rules and hearts in twos 'cause that's what the baddest do 😘😈 • #ahri #ahricosplay #kdaahri #kdaahrico…
## 2157                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2158                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2159        RT @CherryPie_85: League of Legends\nKDA Ahri THE BADDEST\n\n🎤✨💖\n\nmodel. @enjyu_cos \n\n#LeagueOfLegends #lolcosplay\n#KDA #아리 #ahri #ahricosplay…
## 2160                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2161                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2162                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2163                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2164                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2165                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2166                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2167                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2168                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2169                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2170                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2171                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2172                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2173                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2174               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 2175                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 2176                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2177                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2178                                                             RT @OGGIHelga: #LeagueOfLegends #Ezreal #stripgame \n\nso..what is it, Ez? https://t.co/eSRG0Y9794
## 2179                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2180                                                                         RT @OGGIHelga: #LeagueOfLegends #Ezreal #Stripgame \n\nfinally https://t.co/YvPodcRjDV
## 2181                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2182                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2183                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2184                 RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 2185                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2186                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2187                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2188                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2189                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2190                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2191                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2192                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2193                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2194                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2195                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2196                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2197                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2198                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2199                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2200                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2201                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2202                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2203                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2204                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2205                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2206                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2207                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2208                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2209                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2210                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2211                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2212                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2213                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2214                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2215                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2216              RT @ibonedrawhentai: Zoe creadora de mitos \n.\n\n❤️       ≡       ➭    ⌂\nᴸⁱᵏᵉ  ᶜᵒᵐᵐᵉⁿᵗ  ˢʰᵃʳᵉ  ˢᵃᵛᵉ\n.\n#LeagueOfLegends #zoe #zoelol #fanart #…
## 2217                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2218                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 2219                  RT @DeSpawn3d: Talk about a close call on #LeagueOfLegends! I got bailed out!\n#YouTube #Twitch #streamer #gaming #clutch https://t.co/jyuCN…
## 2220                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2221                   RT @Lazylizard_LOL: #LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #lol #streaming #streamer #gaming #gamer #riot #RiotGames #l…
## 2222                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2223                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2224                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2225                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2226                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2227                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2228                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2229                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2230                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2231                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2232                                    RT @Samandriade: She's doing her best...\n#LeagueOfLegends #LeagueOfLegendsFanArt #Pantheon #soraka https://t.co/1Jxx8v2DTc
## 2233                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2234                 RT @Samandriade: Headcanon time\nZoe likes to sleep cuddling in Soraka's lap 💤💤\n#LeagueOfLegends #LeagueOfLegendsFanArt #zoe #soraka https:/…
## 2235                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2236                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2237                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2238                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2239                    RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 2240                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2241                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2242                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2243                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2244                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2245                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2246                RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 2247                        RT @NIJISE_: I HAVE 2 SIDES\n.\nNeeko and Viego, my mains in lol \n#viego #neeko #ArtofLegends #LeagueOfLegends https://t.co/VDGU3MNtoh
## 2248               RT @Mister_Deranged: I'm not wearing pants, or am I? Playing with viewers of all levels, from pro to beginner. \n\nhttps://t.co/d9OFvvygJ5\n\n#…
## 2249                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2250                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2251                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2252                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2253                                                                                     RT @Onezeroisten: I AM WINNING!!! #LeagueOfLegends https://t.co/M1qpySfwAT
## 2254                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2255                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2256                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2257                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2258                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 2259                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2260                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2261                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2262                  RT @Lewd47991297: New year Ahri\n#ahri #LeagueOfLegendsFanArt #leagueoflegends #ArtistOnTwitter #ArtofLegends #NewYear https://t.co/UaxupCZo…
## 2263                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2264                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2265                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2266     RT @enjyu_cos: 【cos】 \n\nLeague of Legends\nKDA 아리 THE BADDEST\n\n🎤🎤🎤\n\nPhoto by. @CherryPie_85💕\n━━━━━━━━━━━━━━━\n#LeagueOfLegends #lolcosplay\n#KD…
## 2267               RT @hellyvalentine_: How did you spend you Valentine’s Day?💖\n\nWas it perfect date or maybe it wasn’t special day for you~ \n\n#ahri #ahricosp…
## 2268                 RT @hellyvalentine_: I’m thinking about new Ahri cosplay, but I can’t choose the outfit. \nAny recommendations?❤️\n\n#ahri #LeagueOfLegends #A…
## 2269                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2270                  RT @remmony: OMG just loooook at the result!!✨✨✨\n\n#ahricosplay #ahri #spiritblossom #LeagueofLegends #kdacosplay https://t.co/RxXlUfGjia
## 2271                  RT @DeSpawn3d: Talk about a close call on #LeagueOfLegends! I got bailed out!\n#YouTube #Twitch #streamer #gaming #clutch https://t.co/jyuCN…
## 2272                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2273                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2274                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2275                    RT @ProjectAiyoh: Christmas Ahri ☃️ Listened to Twice “Doughnut” while creating this 😊 #Ahri #LeagueOfLegends #LeagueOfLegendsArt #doodle h…
## 2276                  RT @Lewd47991297: New year Ahri\n#ahri #LeagueOfLegendsFanArt #leagueoflegends #ArtistOnTwitter #ArtofLegends #NewYear https://t.co/UaxupCZo…
## 2277                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2278                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2279                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2280                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2281                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2282                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2283                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2284                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2285              RT @ibonedrawhentai: Zoe creadora de mitos \n.\n\n❤️       ≡       ➭    ⌂\nᴸⁱᵏᵉ  ᶜᵒᵐᵐᵉⁿᵗ  ˢʰᵃʳᵉ  ˢᵃᵛᵉ\n.\n#LeagueOfLegends #zoe #zoelol #fanart #…
## 2286                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2287                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2288                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2289                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2290                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2291                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2292                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2293                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2294              RT @ibonedrawhentai: Zoe creadora de mitos \n.\n\n❤️       ≡       ➭    ⌂\nᴸⁱᵏᵉ  ᶜᵒᵐᵐᵉⁿᵗ  ˢʰᵃʳᵉ  ˢᵃᵛᵉ\n.\n#LeagueOfLegends #zoe #zoelol #fanart #…
## 2295                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2296                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 2297                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2298                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2299                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2300                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2301                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2302                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2303                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2304                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2305                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2306                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2307                       RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce
## 2308                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2309                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2310                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2311                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2312                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2313                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2314                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2315                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2316                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2317                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2318                                             RT @summerswirlarts: He's looking for Kalista 🥺❤️\n\n#ledros #LeagueOfLegends #ArtofLegends https://t.co/4wfH5zdAic
## 2319                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2320                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2321                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2322                                         RT @QuickestSylv: played league today #LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios #Alune https://t.co/tC14OhVryS
## 2323                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2324                                       RT @Moondustina: 🎀 #commission I did a while ago 💗 \n\n#leagueoflegends #cafecuties #soraka #tft https://t.co/yctA4Iwowm
## 2325                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2326                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2327                 RT @hanabisocks: my baby girls fav ship apparently\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #RaXayah #RakanFanart #XayahFanart #RaXayahFana…
## 2328                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2329                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2330                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 2331                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2332                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2333                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2334                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2335                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2336                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2337                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 2338                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2339                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2340                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2341                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2342               RT @lPopotrix: POV: You are living the best date of your life\n\nBut Vex wanted a Happy Meal Box...\n\n#ArtofLegends #LeagueOfLegends #LeagueOf…
## 2343                 RT @riseiuriel: Another LOL fanart. And this time it's Sona 🥳🥳...\n\nSo happy that I did pull it off, it's hard for me at first since Im into…
## 2344                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 2345                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 2346                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2347                                         RT @QuickestSylv: played league today #LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios #Alune https://t.co/tC14OhVryS
## 2348                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2349                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2350                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2351                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2352                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2353                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2354                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2355                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2356                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2357                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2358                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2359                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2360                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2361                                                                                RT @CaTTe__: feral little shit #LeagueOfLegends #twitch https://t.co/ddQMJPyiO7
## 2362                                                                                RT @CaTTe__: feral little shit #LeagueOfLegends #twitch https://t.co/ddQMJPyiO7
## 2363                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 2364                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 2365                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2366                                                                                RT @CaTTe__: feral little shit #LeagueOfLegends #twitch https://t.co/ddQMJPyiO7
## 2367                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2368                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2369                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2370                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2371                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2372                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2373                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2374               RT @_another_tina_: You know how younger siblings are...\nAlso thank you so much for 6k followers! 💖🥹\n\n.\n#Jinx #Ezreal #Caitvi #LeagueOfLege…
## 2375               RT @artbaldur: "Jinx? Stands for Jinx! Durr."\n✨\n\n#Jinx #LeagueOfLegends #illustration #art #comissionsopen #ArtistOnTwitter #90sArt https:/…
## 2376                                                 RT @Moon_Cultist: Cool clip from today's stream! Some guys got ORNNED #LeagueOfLegends https://t.co/1VCVwPgduv
## 2377                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2378                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2379                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2380                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2381                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2382                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2383                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2384                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2385                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #mad #late #game #kyle #gg #1vs3 #fun #baron #buff #play #…
## 2386                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2387                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2388                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2389                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2390                                                             RT @ProjectAiyoh: Sett Gym Selfie 🤳  #Sett #nsfwart #bara #LeagueOfLegends https://t.co/mWhQ5YVfpa
## 2391                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2392                 RT @HornyTefu: Alune is so precious✨🌕 At least I finished her, Phel didn't felt like him, so I decided to stop trying..\n#Alune #LeagueOfLeg…
## 2393                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2394                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2395                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2396                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2397                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2398                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2399                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2400                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2401                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2402                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2403                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2404                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2405                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2406                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2407                  RT @dinkndots: i remember not liking this one when i drew it but looking back?? i think it's really pretty, idk. \n#ArtofLegends #LeagueOfLe…
## 2408                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2409                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #mad #late #game #kyle #gg #1vs3 #fun #baron #buff #play #…
## 2410                RT @ArtyiesLeague: Project #Irelia Fanart by Øld_K on ArtStation,\nlink below⬇\n\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt https:…
## 2411                 RT @ArtyiesLeague: Star Guardian #Kaisa by chuan c on ArtStation, \nlink below⬇\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt https:…
## 2412                    RT @shapy_wa: mythmaker irelia 😳🍑 nsfw set with mini comic here https://t.co/8zBk0uIJnj 🖤 #mythmaker #irelia #LeagueOfLegends #fanart #art…
## 2413                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2414                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2415                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2416                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2417               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 2418                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2419                                         RT @_galacticghost: "Let me guide you."\n\n#HolMat2022 #LeagueOfLegends #soraka #cosplayergirl https://t.co/FKiN3D4nxl
## 2420                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2421                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2422                                         RT @_galacticghost: "Let me guide you."\n\n#HolMat2022 #LeagueOfLegends #soraka #cosplayergirl https://t.co/FKiN3D4nxl
## 2423               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 2424                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2425                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2426                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 2427                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2428                                                                   RT @myrrhneo: he is 😳\n#LeagueOfLegends #LeagueOfLegendsFanArt #Yone https://t.co/ouL0QxGGnM
## 2429                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #mad #late #game #kyle #gg #1vs3 #fun #baron #buff #play #…
## 2430                 RT @Neekosmic: It's just a sketch but I'm too proud of this one !\n\n#Neeko #lol #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Fanar…
## 2431                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2432                  RT @dinkndots: i remember not liking this one when i drew it but looking back?? i think it's really pretty, idk. \n#ArtofLegends #LeagueOfLe…
## 2433                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2434                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2435                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2436                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2437                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2438                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2439                   RT @KuroNekoKimiArt: tried painting Little Demon Tristana back in 2019 #LeagueOfLegends #LeagueOfLegendsFanArt #tristana https://t.co/C9csf…
## 2440                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2441                                                      RT @pandoorawr_: In my Ahri phase💕✌️ #ahri #spiritblossom #LeagueOfLegends #fanart https://t.co/YvikrbSnRh
## 2442                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2443                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2444                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2445                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2446                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2447                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2448                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2449                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 2450                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2451                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2452                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2453                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2454                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2455                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2456                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2457                   RT @thatfrenchhorn: @Eclipse_Phalanx here u go! #pantheon #aphelios #leagueoflegends #lolfanfic #fanfiction #fanfic #minifics https://t.co/…
## 2458                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2459                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2460                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2461                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2462                   RT @thatfrenchhorn: @Eclipse_Phalanx here u go! #pantheon #aphelios #leagueoflegends #lolfanfic #fanfiction #fanfic #minifics https://t.co/…
## 2463                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 2464               RT @Nanal0l: 🎉HELLO ANY GAMERS AROUND? Stream is live after a 2 day break 😎\n\nTwitch . tv / Nana\n\n#leagueoflegends #twitch #twitchtv #twitch…
## 2465                                    RT @Onezeroisten: Welcome back Yone! dinner is..um..ready, i mean...\n#yone #Yasuo #LeagueOfLegends https://t.co/tj2noFxH8C
## 2466                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2467                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2468                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2469                          RT @Samandriade: Stargazer Pantheon 🌠\nCommission for @galacticmafia \n#LeagueOfLegends #pantheon #Commission https://t.co/mOhzn0zI9G
## 2470                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2471                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2472                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2473                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2474                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2475                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2476                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2477                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2478                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2479                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2480                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2481                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2482                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2483                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 2484                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2485                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2486                  RT @dinkndots: i remember not liking this one when i drew it but looking back?? i think it's really pretty, idk. \n#ArtofLegends #LeagueOfLe…
## 2487                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2488                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2489                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2490                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 2491                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2492                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2493                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 2494                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2495                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2496                                                                       RT @w_r_y_y_y_t_o: #leagueoflegends #Kindred \nkinda alive again https://t.co/nEDWqaMg0J
## 2497                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2498                   RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…
## 2499                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2500                 RT @MEIz_uwu: Happy Birthday my love 🥹🫶\n\n#Ahri #LeagueOfLegends #LeagueOfLegendsFanart #LeagueOfLegendsArt #ArtofLegends https://t.co/FJigV…
## 2501                                RT @LuhualaArt: Portrait study\n#Ahri #LeagueOfLegends #artoflegends #digitalart #LeagueOfLegendsFanArt https://t.co/6pvK1zLlVQ
## 2502                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2503            RT @emriikun: 💫 Star Guardian Seraphine &amp; Bao 💫\n\nGroup collab between @richydraws @yumedoni and Me! (@emriikun) \n\nRichy and Emre worked on…
## 2504                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2505                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2506                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2507                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2508                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2509                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2510                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2511                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2512                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 2513                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2514                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2515                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2516                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2517                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2518                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2519                                             RT @summerswirlarts: He's looking for Kalista 🥺❤️\n\n#ledros #LeagueOfLegends #ArtofLegends https://t.co/4wfH5zdAic
## 2520                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2521                                                      RT @Spiny0ctopus: #LeagueOfLegends #artoflegends #leedyr\n\nHowling abyss gang ✨ https://t.co/Tv0sia0YiJ
## 2522                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2523                 RT @hanabisocks: my baby girls fav ship apparently\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #RaXayah #RakanFanart #XayahFanart #RaXayahFana…
## 2524                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 2525                RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…
## 2526                                          RT @LaSungaDeAatrox: New and official Udyr lore (very real)\n\n#LeagueOfLegends #Udyr #LeeSin https://t.co/yaVDHAZEoM
## 2527                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2528                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2529                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2530                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2531                  RT @enzo_spagnuolo: A little sketch I did while waiting for Newdyr to drop on live servers. Man's looking great!\n#LeagueOfLegends #ArtofLeg…
## 2532                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2533                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2534                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2535                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2536                                            RT @noisecat610: Big cat🌸\n\n#settphel  #SpiritBlossom2022 #LeagueOfLegends #sett #aphelios https://t.co/7PdKodCfzg
## 2537                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2538                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2539                                               RT @NelluDopp: Now they're together \n#Settphel #Aphelios #sett #LeagueOfLegends #fanart https://t.co/s6uj4jBwAt
## 2540                                          RT @jabroell2: he cooked it... 😳🍲\n\n#sett #aphelios #Settphel #LeagueOfLegends #ArtofLegends https://t.co/IwKjVRwAg6
## 2541                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2542                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2543                                         RT @_galacticghost: "Let me guide you."\n\n#HolMat2022 #LeagueOfLegends #soraka #cosplayergirl https://t.co/FKiN3D4nxl
## 2544                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2545                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2546                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2547                 RT @NsNapk1: Ayyeee! Thank you for the overwhelming love for my depiction of a plus-sized #Alune!~ She loves you all as do I. 😳\n\n#artistson…
## 2548                               RT @Moondustina: 🔞 Full ver on @Horny4Kira 🔞\n\nThingy I did just for fun c: \n\n#Xayah #LeagueOfLegends https://t.co/so0FH8dVhp
## 2549            RT @Moondustina: 🖤 Star guardian Xayah corrupted &amp; redeemed 💖\nCommission for my beloved @alphaxayah 💫\n\n#LeagueOfLegends #xayah #StarGuardia…
## 2550                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2551               RT @artbaldur: "Jinx? Stands for Jinx! Durr."\n✨\n\n#Jinx #LeagueOfLegends #illustration #art #comissionsopen #ArtistOnTwitter #90sArt https:/…
## 2552                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2553                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2554                                                         RT @absynth333: Thresh c0mm for a classmate ! ty!!\n\n#LeagueOfLegends #Thresh https://t.co/a7YGj3lmmR
## 2555                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2556                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2557               RT @artbaldur: "Jinx? Stands for Jinx! Durr."\n✨\n\n#Jinx #LeagueOfLegends #illustration #art #comissionsopen #ArtistOnTwitter #90sArt https:/…
## 2558                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2559                   RT @ZombiepandemicG: We are back at it with some #LeagueofLegends with some friendos! Will be playing some ranked, ARAMS, Norms, just all t…
## 2560                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2561                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2562               RT @artbaldur: "Jinx? Stands for Jinx! Durr."\n✨\n\n#Jinx #LeagueOfLegends #illustration #art #comissionsopen #ArtistOnTwitter #90sArt https:/…
## 2563                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 2564                   RT @DeSpawn3d: Gonna have to take a #stream break for tonight guys! Next stream will be a #LeagueofLegends casual run. The squad will be hi…
## 2565                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2566                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2567                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2568                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2569                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2570                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2571                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2572                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2573                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2574                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2575                                                                  RT @Furinku: I did it for the memes. #Rakan #LeagueofLegends #Support https://t.co/smrxcLTQZz
## 2576                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2577                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2578                 RT @EloDragonLoL: I said what I said\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gam…
## 2579                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2580                 RT @_visforvictim: Vex fanart, not my best, we live, we learn, we try again.\n\n#vex #leagueoflegends #leagueoflegendsfanart https://t.co/PCQ…
## 2581                 RT @EloDragonLoL: I said what I said\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gam…
## 2582                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2583                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2584                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2585                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2586                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2587                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2588                                                             RT @ProjectAiyoh: Sett Gym Selfie 🤳  #Sett #nsfwart #bara #LeagueOfLegends https://t.co/mWhQ5YVfpa
## 2589                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2590                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2591                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2592                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2593                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2594                  RT @ritayy13: stream time lets chitchat😋 \n#streamer #LeagueOfLegends #lol #TwitchAffilate #twitch #twitchgirls #women #gaminglife #pc https…
## 2595                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2596                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2597                             RT @LaTulyaVT: My friends love playing league with me... :3\n#leagueoflegends #Vtuber #ENVtubers #ENVtuber https://t.co/uWgYlh1pZ2
## 2598                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2599                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2600                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 2601                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2602                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2603                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2604                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2605                             RT @LaTulyaVT: My friends love playing league with me... :3\n#leagueoflegends #Vtuber #ENVtubers #ENVtuber https://t.co/uWgYlh1pZ2
## 2606                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2607                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2608                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2609                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2610                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2611                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2612               RT @Nanal0l: 🎉HELLO ANY GAMERS AROUND? Stream is live after a 2 day break 😎\n\nTwitch . tv / Nana\n\n#leagueoflegends #twitch #twitchtv #twitch…
## 2613                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2614               RT @Nanal0l: 🎉HELLO ANY GAMERS AROUND? Stream is live after a 2 day break 😎\n\nTwitch . tv / Nana\n\n#leagueoflegends #twitch #twitchtv #twitch…
## 2615                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2616                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2617                 RT @RivenStore: Likes, please!!\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lolstuff https:/…
## 2618                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2619                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2620                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2621                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2622                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2623                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 2624                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2625                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2626                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2627                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2628                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2629                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2630                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2631                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2632                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2633                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2634                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2635                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2636                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 2637                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2638                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2639                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2640                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2641                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2642                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2643                 RT @metalichotchoco: Veigar being held like burger is my favorite genre of image to draw\n\n#LeagueOfLegends #ArtofLegends #mordekaiser #veig…
## 2644                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2645                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2646                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2647                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2648                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2649                 RT @TiddlyVG: This Tuesday #stream has BEGUN!! Let's do this!!\n\n#gaymer #gay #LGBT #streamer #streaming #twitchaffiliate #twitchstreamer #L…
## 2650                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 2651                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2652                                                                              RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q
## 2653               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 2654                                                 RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 2655                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2656                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2657                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2658                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2659                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2660                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2661               RT @Rysaczowo: OKAY FxCK ME NOW BUT I JUST REALIZED THEY'D TWEETED **THIS** EXACT SCENE.\n\nTHE WEDDING RING SCENE.\n\nTHESE SLIPPERY SONS OF -…
## 2662                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2663                                                             RT @ProjectAiyoh: Sett Gym Selfie 🤳  #Sett #nsfwart #bara #LeagueOfLegends https://t.co/mWhQ5YVfpa
## 2664                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2665                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2666                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2667                   RT @Leigh_Kigurumi: https://t.co/h0sTUlVj3B Dark tides of Runeterra session 99 - Twists and turns.  Next session is the big one, so close..…
## 2668                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2669                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 2670                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2671              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 2672                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2673                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2674                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2675                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2676                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2677                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2678                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2679                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2680                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2681                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2682                RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 2683                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2684                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2685                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2686                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2687                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2688                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2689                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2690                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2691                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2692                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2693                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2694                   RT @Badjujusart: Pantheon sketches but I forgot to draw a fuckton of stuff on their design lmao. Even forgot his helmet ears in the first p…
## 2695                  RT @LoLMemesBot: Turret PLEASE. Halp!\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aph…
## 2696                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2697               RT @artbaldur: "Jinx? Stands for Jinx! Durr."\n✨\n\n#Jinx #LeagueOfLegends #illustration #art #comissionsopen #ArtistOnTwitter #90sArt https:/…
## 2698                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2699                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 2700                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2701                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2702                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2703                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2704                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2705                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2706                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2707                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2708                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2709                RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 2710                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2711                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2712                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2713                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2714                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 2715                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2716                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2717                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2718                RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…
## 2719                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 2720               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 2721                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2722                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2723                                                         RT @ColossusMibl: I wanted to do something charming\n\n#LeagueOfLegends #Varus https://t.co/lxeUhuihc5
## 2724                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2725                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2726                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2727                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2728                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2729                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2730                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2731                                                 RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 2732                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2733                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2734                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2735                 RT @ForestRatArt: My drawing for the LoL Christmas art collab on Instagram🌲\n\n#porocollab22 #forestrat #forestratart #vi #caitlyn #caitvi #p…
## 2736                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2737                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2738                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2739                RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 2740                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2741              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 2742                                                       RT @SMETS_: gift for @qqq_qqqqq_\n#LeagueOfLegends #LeagueOfLegendsFanArt #Swain https://t.co/XYwkBJfhxF
## 2743                 RT @OGGIHelga: #LeagueOfLegends #Ezreal #LeagueOfLegendsFanArt \n\nthats right, crystal rose ezreal \nat this point im just abusing LoL tags🙃…
## 2744                                               RT @MeaowoOwo: #lillia #neeko #yone #LeagueOfLegends  \nTime to rest and make small talk https://t.co/KHo1nhe13O
## 2745                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2746                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2747                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2748                                    RT @haylsketches: it’s getting chilly 🍂🌨️ #jinx #arcanefanart #arcane #leagueoflegends #artoflegends https://t.co/zpBLcKHVZC
## 2749                 RT @Jeniffersarsab1: When I'm not reading SPYxFamily, I'm reading Enticing My Wife, the Rising Star!\n \n#leagueoflegends #plzsupport #gamede…
## 2750                 RT @NikkiAndromeda: Amity as Vi!\n\n#draw #drawing #fanart #art #toh #theowlhouse #owlhouse #theowlhousefanart #amity #amityblight #theowlhou…
## 2751                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 2752                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2753                                                             RT @ProjectAiyoh: Sett Gym Selfie 🤳  #Sett #nsfwart #bara #LeagueOfLegends https://t.co/mWhQ5YVfpa
## 2754                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 2755                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 2756                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2757                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 2758                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2759                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2760                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2761                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2762                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 2763              RT @Koiarts1: Fan art Jinx Happy Xmas 🎄\n\nRT are appreciated 🔁✨\n\n#Jinx #Christmas #Xmas  #leagueoflegends #artoflegends #leagueoflegendsfana…
## 2764                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2765                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2766                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2767                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2768                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2769                  RT @LoLMemesBot: Not mine but had to share hahahaha\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2…
## 2770                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2771                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2772                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2773                   RT @BebopJhinkins: I'm back baby, took a little break from streaming, but back better than ever with some #LeagueOfLegends https://t.co/J8Q…
## 2774                   RT @BebopJhinkins: I'm back baby, took a little break from streaming, but back better than ever with some #LeagueOfLegends https://t.co/J8Q…
## 2775                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2776                    RT @moonchildriku: Christmas week starts RIGHT NOW! Some fun streams ahead on the schedule so be sure to stop by!🎄 https://t.co/WM74S6Fr8k…
## 2777                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2778                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2779                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2780                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2781                                RT @Borbinite: Ive about mcfuckin had it with you\n\n#ArtofLegends #LeagueofLegends #Viego #mordekaiser https://t.co/qPI1GSZ6UW
## 2782                 RT @GoshaTkach: Vex carries things somewhere, huh, i guess I'll show you where she goes soon!\n\n#Vex #pixelart #LeagueOfLegends https://t.co…
## 2783                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2784                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2785                  RT @golden8witch: I will leave Syndra here and go to sleep\n#LeagueOfLegends #LeagueOfLegendsFanArt #Syndra #SyndraFanArt #PixelArt #PixelAr…
## 2786                  RT @golden8witch: I will leave Syndra here and go to sleep\n#LeagueOfLegends #LeagueOfLegendsFanArt #Syndra #SyndraFanArt #PixelArt #PixelAr…
## 2787                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2788                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2789                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2790                    RT @moonchildriku: Christmas week starts RIGHT NOW! Some fun streams ahead on the schedule so be sure to stop by!🎄 https://t.co/WM74S6Fr8k…
## 2791                RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 2792                                             RT @summerswirlarts: He's looking for Kalista 🥺❤️\n\n#ledros #LeagueOfLegends #ArtofLegends https://t.co/4wfH5zdAic
## 2793               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 2794                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2795                 RT @TiddlyVG: This Tuesday #stream has BEGUN!! Let's do this!!\n\n#gaymer #gay #LGBT #streamer #streaming #twitchaffiliate #twitchstreamer #L…
## 2796                 RT @TiddlyVG: This Tuesday #stream has BEGUN!! Let's do this!!\n\n#gaymer #gay #LGBT #streamer #streaming #twitchaffiliate #twitchstreamer #L…
## 2797                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2798                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2799                                             RT @summerswirlarts: He's looking for Kalista 🥺❤️\n\n#ledros #LeagueOfLegends #ArtofLegends https://t.co/4wfH5zdAic
## 2800                 RT @ForestRatArt: My drawing for the LoL Christmas art collab on Instagram🌲\n\n#porocollab22 #forestrat #forestratart #vi #caitlyn #caitvi #p…
## 2801                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2802              RT @Koiarts1: Fan art Jinx Happy Xmas 🎄\n\nRT are appreciated 🔁✨\n\n#Jinx #Christmas #Xmas  #leagueoflegends #artoflegends #leagueoflegendsfana…
## 2803                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2804                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2805                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2806                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2807                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 2808                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2809                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2810                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2811                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2812                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2813                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2814                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2815                  RT @LoLMemesBot: jesse we must burst enemy champions with % health damage jesse\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #Le…
## 2816                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2817                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2818                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2819                RT @lPopotrix: So… I ruined Viego plans and you?\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends \n#FIFAWorldCup https://t.co/f7qecno…
## 2820                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2821                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 2822                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2823                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2824                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2825                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2826                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2827                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2828                   RT @AsthmaMarauder: Okay... sooo still suck at #LeagueOfLegends and even worse at #CallofDutyModernWarfare2 but... what counts is the fun f…
## 2829                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2830                                            RT @Moondustina: Another Lillia sketch 🫣\n\n#LeagueOfLegendsFanArt #lillia #Leagueoflegends https://t.co/6x5OhZFZh9
## 2831                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 2832                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 2833                RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 2834                  RT @kizimiyo: KDA All Out Seraphine 💜\n#LeagueOfLegends #kda #seraphine #LeagueOfLegendsFanArt #art #fanart #LoLFanart #draw https://t.co/VN…
## 2835                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2836                    RT @marijannawaifu: I'll be doing a variety stream today with a few diff games while having old school MadTV as background noise! Starting…
## 2837                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2838               RT @hologana: I'm ready to be the best of all the bad ones for you 😈\n\nЕvelynn: @undying_en \n\n#evelynn #ahricosplay #Ahri #ahrithefox #ahrin…
## 2839                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2840                   RT @AsthmaMarauder: Okay... sooo still suck at #LeagueOfLegends and even worse at #CallofDutyModernWarfare2 but... what counts is the fun f…
## 2841              RT @ashuri_aato: snip snip! —the tea... (it's lipton) ☕\n\ncommissioned by: @jailbirdying \n\n#leagueoflegends #lolgwen #gwenlol https://t.co/D…
## 2842              RT @ashuri_aato: snip snip! —the tea... (it's lipton) ☕\n\ncommissioned by: @jailbirdying \n\n#leagueoflegends #lolgwen #gwenlol https://t.co/D…
## 2843                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2844                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2845                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2846                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2847                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2848                 RT @metalichotchoco: Veigar being held like burger is my favorite genre of image to draw\n\n#LeagueOfLegends #ArtofLegends #mordekaiser #veig…
## 2849                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2850                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 2851                   RT @AsthmaMarauder: Okay... sooo still suck at #LeagueOfLegends and even worse at #CallofDutyModernWarfare2 but... what counts is the fun f…
## 2852                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 2853                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2854               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 2855                   RT @AsthmaMarauder: Okay... sooo still suck at #LeagueOfLegends and even worse at #CallofDutyModernWarfare2 but... what counts is the fun f…
## 2856                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 2857                RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 2858                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2859                RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 2860                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2861                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2862                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 2863                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2864                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 2865                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2866                 RT @GoshaTkach: Vex carries things somewhere, huh, i guess I'll show you where she goes soon!\n\n#Vex #pixelart #LeagueOfLegends https://t.co…
## 2867                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2868                                   RT @_AlphaWolfUni_: Dear ADC stop running from me if I try to heal you sincerely a support player #LeagueOfLegends #VTuberEN
## 2869               RT @Isair_Soberanis: another #Commission finished\nthanks to @13113890 for commissioning me\n\nsupport me on Patreon or Paypal\nPatreon:https:/…
## 2870               RT @leochamposa: #loltubre2022 DAY 4; Favorite couple \n\nThis year my favorite couple is Lee Sin and Udyr 🤠\n\n#LoLtubre #LeagueOfLegends #cre…
## 2871                  RT @soramakeart: Evelynn Master Study - League of Runtera\n#leagueoflegends #leagueoflegendsfanart #characterdesign #conceptart https://t.co…
## 2872                  RT @LoLMemesBot: Why add an item that makes us useless\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worl…
## 2873             RT @NeoNa_Gloom_ART: - Karma [Golden Peafowl]\n- Elise [hehehe]\n- Orianna [Shadow Swan]\n \nSEARCH\n \n#LeagueOfLegends #sketch #LeagueOfLegends…
## 2874                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2875                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2876                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2877                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2878                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2879                                                         RT @ColossusMibl: I wanted to do something charming\n\n#LeagueOfLegends #Varus https://t.co/lxeUhuihc5
## 2880                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 2881                                                      RT @LunaValkyriaVT: I built the mythic this time~ 🖤🌙🤍\n\n#LeagueOfLegends #Vtuber https://t.co/kHYBqf1IAo
## 2882                    RT @loreofruneterra: What should be the ending of future disasters in your opinion?: Like the void event or darkins rising again Should it…
## 2883            RT @Dan_drage1: thanks to @ZTDLB1  for letting me use his drawing for animation &lt;3 \n\nart @ZTDLB1  animation @Dan_drage1 \n\n#zoe  #LeagueOfLe…
## 2884            RT @Dan_drage1: thanks to @ZTDLB1  for letting me use his drawing for animation &lt;3 \n\nart @ZTDLB1  animation @Dan_drage1 \n\n#zoe  #LeagueOfLe…
## 2885                                                      RT @LunaValkyriaVT: I built the mythic this time~ 🖤🌙🤍\n\n#LeagueOfLegends #Vtuber https://t.co/kHYBqf1IAo
## 2886              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 2887                                                                         RT @is_is_gemini_is: Powder #Jinx \n\n#arcane #LeagueOfLegends https://t.co/KyiS8U3YWD
## 2888                   RT @Leigh_Kigurumi: https://t.co/h0sTUlVj3B Dark tides of Runeterra session 99 - Twists and turns.  Next session is the big one, so close..…
## 2889                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2890                    RT @nomiizuu: 🔴GOING LIVE 8PM EST🔴\n\n[LEAGUE OF LEGENDS] League? league? league? @AyaMallowmarsh @ChronusDragos @ZephyrRebel @aidenvtuber…
## 2891                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2892                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 2893                                                            RT @BonniieA: Ahri 🦊\nher new model is beautiful🧡\n\n#Ahri #LeagueOfLegends https://t.co/vymcs8hmVz
## 2894                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 2895                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2896              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 2897                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2898                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2899                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 2900                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 2901                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2902                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 2903                RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 2904                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2905                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2906               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 2907              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 2908                 RT @metalichotchoco: Veigar being held like burger is my favorite genre of image to draw\n\n#LeagueOfLegends #ArtofLegends #mordekaiser #veig…
## 2909                 RT @antho_saav: Jhin is romantic and a gentleman but he will always remain Jhin.\n\n Aphelios doesn't know if what he heard is something good…
## 2910                                                     RT @Onezeroisten: welcome home Yasuo, dinners ready\n#yone #yasuo #LeagueOfLegends https://t.co/rnpndoIzkV
## 2911                    RT @nomiizuu: 🔴GOING LIVE 8PM EST🔴\n\n[LEAGUE OF LEGENDS] League? league? league? @AyaMallowmarsh @ChronusDragos @ZephyrRebel @aidenvtuber…
## 2912                 RT @golden8witch: Sylas is done! Im pretty sure i will finish this till Christmas, but i think i have to post more...\n\n#LeagueOfLegends #Le…
## 2913                 RT @golden8witch: Sylas is done! Im pretty sure i will finish this till Christmas, but i think i have to post more...\n\n#LeagueOfLegends #Le…
## 2914                           RT @JARRO_Art: Arcane Jinx !\n#arcane #jinx #arcanejinx #sketch #artoflegends #leagueoflegends #forticheprod https://t.co/VRm1mPluc9
## 2915                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2916                    RT @nomiizuu: 🔴GOING LIVE 8PM EST🔴\n\n[LEAGUE OF LEGENDS] League? league? league? @AyaMallowmarsh @ChronusDragos @ZephyrRebel @aidenvtuber…
## 2917              RT @Koiarts1: Fan art Jinx Happy Xmas 🎄\n\nRT are appreciated 🔁✨\n\n#Jinx #Christmas #Xmas  #leagueoflegends #artoflegends #leagueoflegendsfana…
## 2918               RT @Hippo_Chii131: Finally a decent @arcaneshow\nJinx and Ekko Shot!\n\n(We honestly tried our best to copy @mush820823 TB ⏳💣 Art's Pose But W…
## 2919                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2920                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2921          RT @heyitspegkat: Protective Older Siblings (Ft. Vi &amp; Jinx + Garen &amp; Lux)\n#LeagueOfLegends #arcanefanart #lightcannon https://t.co/PCgZLA7G…
## 2922                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2923                    RT @nomiizuu: 🔴GOING LIVE 8PM EST🔴\n\n[LEAGUE OF LEGENDS] League? league? league? @AyaMallowmarsh @ChronusDragos @ZephyrRebel @aidenvtuber…
## 2924                RT @GoodBirbb: what he's angry about??\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Viego \n#УкрАрт #УкрАртПідтримка https://t.co…
## 2925                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 2926                    RT @nomiizuu: 🔴GOING LIVE 8PM EST🔴\n\n[LEAGUE OF LEGENDS] League? league? league? @AyaMallowmarsh @ChronusDragos @ZephyrRebel @aidenvtuber…
## 2927                    RT @nomiizuu: 🔴GOING LIVE 8PM EST🔴\n\n[LEAGUE OF LEGENDS] League? league? league? @AyaMallowmarsh @ChronusDragos @ZephyrRebel @aidenvtuber…
## 2928                 RT @acadarena: 🤝 Congratulations to our winner of ACES: #Valorant, #DOTA2 and #LeagueofLegends last weekend 💥\n\nCampus esports is #NotJustPl…
## 2929                                         RT @virkayu: Ganking success rate📈\n\nhttps://t.co/6zj4tOAQa4\n\n#leagueoflegends\n#leagueoflegendsguide\n#jungleguide
## 2930                                         RT @virkayu: Ganking success rate📈\n\nhttps://t.co/6zj4tOAQa4\n\n#leagueoflegends\n#leagueoflegendsguide\n#jungleguide
## 2931                   RT @NsNapk1: Hope I'm not too late to subit my piece for the #PhelViegoShipWeek2022! This time they're back in the 80s with a band performi…
## 2932                RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 2933                                             RT @DamnSpiderLover: seriously why\n#viego #leagueoflegends #fanart #LeagueOfLegendsFanArt https://t.co/lK9LZPdbcT
## 2934                                                      RT @DamnSpiderLover: something is coming\n#viego #isolde #LeagueOfLegends #fanart https://t.co/nboZt48qxj
## 2935                                          RT @NhoqueNio: Viego, the ruined king\n#LeagueOfLegends #LeagueOfLegendsFanArt #Viego #Fanart https://t.co/PASbVAgbUz
## 2936                   RT @TheSaltyBuns: Happy One Year Anniversary to Arcane 🎉 Thank you for fundamentally changing the trajectory of my life in the best way. #l…
## 2937                                                                       RT @w_r_y_y_y_t_o: #leagueoflegends #Kindred \nkinda alive again https://t.co/nEDWqaMg0J
## 2938                   RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…
## 2939                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2940                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 2941                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2942                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2943                RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 2944                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2945                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2946                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 2947              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 2948                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 2949                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2950                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2951                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 2952 RT @Rena_Angel1111: League of legends - Soraka\n\nI try Soraka cosplay.\n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #英雄联…
## 2953                                                    RT @NsNapk1: Another D1scord comm.🌙💅\n#Qiyana #Aphelios #LeagueOfLegends #RiotGames https://t.co/idYZKytHji
## 2954                   RT @ARIkatoteshi: Thank you so much @Samandriade for this very VERY beautiful art !!!!! 🥺❤️❤️✨😭\n My little crack ship never look so good be…
## 2955                   RT @BeardedShepher1: So I messed around with the #Meitu app and got some really good results on some screenshots of my models. Seems like i…
## 2956                 RT @antho_saav: Jhin is romantic and a gentleman but he will always remain Jhin.\n\n Aphelios doesn't know if what he heard is something good…
## 2957                 RT @xwefoo: I did some music video with sync with song \nwas cool to animated with the beats :D\nversion without music \nbut you can check on…
## 2958                       RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce
## 2959                RT @xwefoo: Forgot to post the trilogy \nJust 3D ...blender and post in Psd\nQiyana weapon with the elements ..\n#fanart #artistontwitter #Lea…
## 2960                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2961               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 2962                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2963 RT @Rena_Angel1111: League of legends - Soraka\n\nI try Soraka cosplay.\n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #英雄联…
## 2964              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 2965                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2966                                                          RT @MC_Sangel: Work in progress #sett #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/SYEsHcYiTy
## 2967                  RT @soramakeart: Evelynn Master Study - League of Runtera\n#leagueoflegends #leagueoflegendsfanart #characterdesign #conceptart https://t.co…
## 2968               RT @_another_tina_: You know how younger siblings are...\nAlso thank you so much for 6k followers! 💖🥹\n\n.\n#Jinx #Ezreal #Caitvi #LeagueOfLege…
## 2969                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2970                                                    RT @I_amYurei: 27 kills my guy went crazy!! #LeagueOfLegends #WildRift #gaming #FYP https://t.co/Sj2ukcwhD3
## 2971                   RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…
## 2972                       RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce
## 2973                       RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce
## 2974              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 2975                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2976                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 2977                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2978                  RT @ClinoraWarrior: CRITICAL YONE vs AD YONE FULL BUILD FIGHTS\n\n⚡️Don't forget to take a look at our page and subscribe and if you like it…
## 2979                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2980                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2981                       RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce
## 2982                 RT @GatoPescado3: Senna, Orianna y Seraphine Star Guardian ⭐️\n\n#LeagueOfLegends #creadoresdelollatam #ArtofLegends #seraphine #orianna #sen…
## 2983                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2984             RT @NeoNa_Gloom_ART: - Karma [Golden Peafowl]\n- Elise [hehehe]\n- Orianna [Shadow Swan]\n \nSEARCH\n \n#LeagueOfLegends #sketch #LeagueOfLegends…
## 2985                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2986                                           RT @fuwamoowa: everything goes on 🎶\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian https://t.co/q74QTSWpH9
## 2987                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2988                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 2989                 RT @Papi_Longlegs69: WE ARE LIVE!!!\nhttps://t.co/ItaMMfUoBV\n#smallstreamer #twitch #twitchstreamer #cod #apexlegends #minecraft #rocketleag…
## 2990                 RT @Papi_Longlegs69: WE ARE LIVE!!!\nhttps://t.co/ItaMMfUoBV\n#smallstreamer #twitch #twitchstreamer #cod #apexlegends #minecraft #rocketleag…
## 2991                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 2992                 RT @antho_saav: Jhin is romantic and a gentleman but he will always remain Jhin.\n\n Aphelios doesn't know if what he heard is something good…
## 2993               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 2994                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 2995                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 2996                 RT @metalichotchoco: Veigar being held like burger is my favorite genre of image to draw\n\n#LeagueOfLegends #ArtofLegends #mordekaiser #veig…
## 2997               RT @_another_tina_: You know how younger siblings are...\nAlso thank you so much for 6k followers! 💖🥹\n\n.\n#Jinx #Ezreal #Caitvi #LeagueOfLege…
## 2998                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 2999                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3000                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 3001                                                         RT @Saware7: smash the ❤️if you agree😂😂😂#leagueoflegends #IDF #pakistanZindabad https://t.co/A35u1Uk3Cd
## 3002                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3003                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 3004                             RT @leochamposa: The PowerPuff Girls! ❤️💙💚 \n\n#seraphine #gwen #zeri #leagueoflegends #Creadoresdelollatam https://t.co/iQrKJ3dzAR
## 3005                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3006                   RT @jaxenstheginger: I've finally finished the splash for my fan Spirit Blossom Zed concept🥹  #artoflegends #zed #leagueoflegends #spiritbl…
## 3007                 RT @metalichotchoco: Veigar being held like burger is my favorite genre of image to draw\n\n#LeagueOfLegends #ArtofLegends #mordekaiser #veig…
## 3008                   RT @LoLMemesBot: just play goddamn jungle\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…
## 3009                       RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce
## 3010                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 3011               RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…
## 3012                    RT @AmateurEsports: Today’s blog is about the infamous League of Legends - what is it, and how did it become such a popular esports title?…
## 3013                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3014                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3015                                   RT @_AlphaWolfUni_: Dear ADC stop running from me if I try to heal you sincerely a support player #LeagueOfLegends #VTuberEN
## 3016                   RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…
## 3017               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 3018                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 3019                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3020                    RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E
## 3021               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 3022                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3023                       RT @TheSomuaCrew: Cutest duo\n\nCommission by @crankiereddy 💜\n\n#LeagueOfLegends #ArtOfLegends #yordle #vastaya https://t.co/KDBccLBVce
## 3024                  RT @0ceanSoul_: Just Xayah and Rakan having some Christmas fun~\n#LeagueOfLegends #ArtofLegends #xayah #rakan #StarGuardian https://t.co/G1f…
## 3025                                           RT @MakeeYhang: Enjoy💕💕💕 #LeagueOfLegendsFanArt #mobilegame #LeagueofLegends #YıldızMuhafızı #Worlds2021 #КосплейLoL
## 3026                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3027                 RT @Papi_Longlegs69: WE ARE LIVE!!!\nhttps://t.co/ItaMMfUoBV\n#smallstreamer #twitch #twitchstreamer #cod #apexlegends #minecraft #rocketleag…
## 3028               RT @MeisterStaze: Star Guardian Syndra Fanart I made recently ✨.\nI love the latest song a lot!\n\n#LeagueOfLegends #StarGuardian https://t.co…
## 3029                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3030                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3031            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 3032                                                     RT @whizy3140: Diamond Rankeds - 2 pentakills #WildRift #Katarina #LeagueOfLegends https://t.co/kDmmEahVBT
## 3033                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 3034                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3035              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3036                  RT @azunapixels: Yasuo from the video game “League of Legends”. \n#pixelart #fanart #LeagueOfLegends #leagueoflegendsart #leagueoflegendsfan…
## 3037            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 3038               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 3039                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 3040                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 3041                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 3042              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3043                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3044               RT @02_rinni: hiii, i’m looking for friends + moots from #valotwt / #valtwt , #leaguetwt , and #genshintwt !! \n\n🫧 she/her 20\n💌 NA \n🤍 bronze…
## 3045                 RT @SmurfSkins_lol: Christmas is here enjoy with us use the code" CHRISTMAS" for the best smurf accounts ❄⛄\n#LeagueOfLegends  #lol #sales #…
## 3046                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 3047                  RT @NsNapk1: "Oh hello, birdt!"🦌\n\nbit of pose study.\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Lillia https://t.co/kXw7H2sSNZ
## 3048                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3049                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3050                                                                                RT @CaTTe__: feral little shit #LeagueOfLegends #twitch https://t.co/ddQMJPyiO7
## 3051              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3052              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3053                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 3054                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3055                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3056               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 3057                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3058                RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 3059               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 3060                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3061                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3062                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3063                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3064               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 3065              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3066                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3067                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3068                RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…
## 3069                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3070                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3071                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3072                RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…
## 3073              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 3074                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3075                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3076                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3077                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3078                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3079               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 3080                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3081                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3082                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3083                  RT @ConceptCyx: Brawl Stars: Siege Colliders | Loading Screen - MOBA Concept #2\n\nI finally have chosen a name for this thing as a concept.…
## 3084                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 3085                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3086                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 3087               RT @_another_tina_: You know how younger siblings are...\nAlso thank you so much for 6k followers! 💖🥹\n\n.\n#Jinx #Ezreal #Caitvi #LeagueOfLege…
## 3088                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 3089                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3090                 RT @starry_amari: winterblessed zoe rescuing sheep is the cutest thing ever tbh\n\n#leagueoflegends #artoflegends #zoe https://t.co/00375foTUP
## 3091                                                     RT @Onezeroisten: welcome home Yasuo, dinners ready\n#yone #yasuo #LeagueOfLegends https://t.co/rnpndoIzkV
## 3092                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3093                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3094                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3095            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 3096                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3097              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3098                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3099                 RT @Winteriris4: Commission for Aiba on Discord!\n(Spirit blossom Kindred from League of legends)\n#LeagueOfLegends #LeagueOfLegendsFanArt #k…
## 3100                                                RT @LilliaQnQ: WinterBlessed Zoe💭💭💭\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#Zoe https://t.co/PkrCDP2KPU
## 3101                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 3102                 RT @starcrash102: GUYS I DID ITTT I FINALLY FINISHED SOMETHING\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #zoe #winterblessed h…
## 3103                   RT @pabloesc_OBARR: Just lost my lane in #LeagueOfLegends and it feels exactly like when I failed my exams. Looks like I need to hit the bo…
## 3104                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3105               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 3106               RT @StudiosAnimato: Concept: https://t.co/gB85jmZRWy\nProject: https://t.co/TmzRe6fJjX\nYone © Riot Games 2022\n\n#riotgames #LeagueOfLegends #…
## 3107                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3108                   RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…
## 3109                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 3110                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3111                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3112                    RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E
## 3113                RT @_Nieru_: Day 20 of daily fanart in December\n\nToday I rolled Kaisa\n\n#fanart #Kaisa #kaisafanart #LeagueOfLegends #LeagueOfLegendsFanArt…
## 3114                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 3115               RT @GamerLegion: You are the king/queen of memes? 🤩\n\nThen don't hesitate to apply to become the new GamerLegion Social Media Manager!\n\nRetw…
## 3116                RT @_Nieru_: Day 20 of daily fanart in December\n\nToday I rolled Kaisa\n\n#fanart #Kaisa #kaisafanart #LeagueOfLegends #LeagueOfLegendsFanArt…
## 3117                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3118                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3119                                                             RT @ProjectAiyoh: Sett Gym Selfie 🤳  #Sett #nsfwart #bara #LeagueOfLegends https://t.co/mWhQ5YVfpa
## 3120                                      RT @N_I_X_E_U: Purple Butterflies\n#digitalart #kaisa #LeagueOfLegends\n⋗ https://t.co/eWo50Mm2Bd https://t.co/ul1ZyhdQRe
## 3121                               RT @N_I_X_E_U: Is that fear I smell ?\n#digitalart #katarina #LeagueOfLegends\n⋗ https://t.co/eWo50Mm2Bd https://t.co/6BDCv0Rrey
## 3122          RT @heyitspegkat: Protective Older Siblings (Ft. Vi &amp; Jinx + Garen &amp; Lux)\n#LeagueOfLegends #arcanefanart #lightcannon https://t.co/PCgZLA7G…
## 3123                         RT @N_I_X_E_U: S w e e t   E v i l\nPink version 1/2\n#digitalart #LeagueOfLegends \n⋗ https://t.co/eWo50Mm2Bd https://t.co/niUzWyL4BE
## 3124                    RT @N_I_X_E_U: Young Sona trying bass for the first time.\n#digitalart #LeagueOfLegends \n⋗ https://t.co/eWo50Mm2Bd https://t.co/snI3aAqOm7
## 3125                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3126                                              RT @N_I_X_E_U: Mel design practice.\n#Arcane #LeagueOfLegends \n⋗ https://t.co/eWo50Mm2Bd https://t.co/055f1eK0Bv
## 3127                   RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…
## 3128                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3129                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 3130                                   RT @N_I_X_E_U: Mystic Porcelain Ahri\n\n⋗ https://t.co/eWo50Mm2Bd\n#LeagueOfLegends @LeagueOfLegends https://t.co/a7EXE4fuw6
## 3131                RT @N_I_X_E_U: Design finished, Mystic Porcelain Ahri.\nI will use it as a reference for my next drawing. #LeagueOfLegends \n\n⋗ https://t.co/…
## 3132                    RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E
## 3133                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3134                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3135                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3136                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3137                                                            RT @N_I_X_E_U: https://t.co/eWo50Mm2Bd\n𝘌𝘕𝘊𝘏𝘈𝘕𝘛𝘌𝘋\n\n#LeagueOfLegends #Ahri https://t.co/dW5Up2Cg0a
## 3138                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 3139                                                                                   RT @MielaInk: omg (again)\n\n#xayah #leagueoflegends https://t.co/yz6EmmCosZ
## 3140                 RT @KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.…
## 3141                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 3142                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 3143                                                             RT @PelaoMr: Simple Doodle \n#jhin #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/hs6r0FfcWK
## 3144               RT @MacAnu7: How not to play League With The Pup AlphaWolfUni\n#LeagueOfLegends \n#VtubersEN \n#VTuberUprising \nLive Links in the comments bel…
## 3145                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3146                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3147               RT @kardie00: - Yammy!\n- You again?! You ate all my supplies yesterday!\n\nIdea sponsored by @kittenblob 🐱❤️\n\n#Swain #Anivia #LOL #LeagueOfLe…
## 3148               RT @kuravitishin: gonna clutch this costume before cosmatsuri day 2 ㅠㅠ\n\n#viktor #viktorarcane #arcane #leagueoflegends #viktorleagueoflegen…
## 3149                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 3150                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 3151                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3152                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3153                  RT @LoLMemesBot: A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 3154                    RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E
## 3155                    RT @ladydark_7: Just want to share with you all this amazing piece of art made by the amazing petite_kissu from Mexico, take a look to her…
## 3156                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3157               RT @kardie00: - Yammy!\n- You again?! You ate all my supplies yesterday!\n\nIdea sponsored by @kittenblob 🐱❤️\n\n#Swain #Anivia #LOL #LeagueOfLe…
## 3158                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3159                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3160                    RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E
## 3161                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 3162                      RT @By_meeeeeeeee: Viego cat part 3\n.\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends   #lolfanart #viego https://t.co/pXzKAGr2AW
## 3163               RT @medok_art: Behind the scenes and Typical working day at "Thresh Records"\n\nHave a nice productive week!💚\n\n#Thresh #Viego #LeagueOfLegend…
## 3164                                                                           RT @BonniieA: Mythmaker Irelia 🖤\n\n#Irelia #LeagueOfLegends https://t.co/WBo2ZEDFT8
## 3165            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 3166                  RT @Irine_Meier: A few days ago I visited the headquarters of @riotgames in California. It was so cool!!! 😍\nI already did a cosplay of Akal…
## 3167                  RT @MangakaNekoChan: Found this old sketch of music verse #Seraphine and #Viego being best friends and polished it a bit✨\n#LeagueOfLegends…
## 3168                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 3169                 RT @Spoopy_Owl: 🎶 Last Melody 🎶\n\nThe last notes on repeat, to remember his once happy life made by his creator. Now forgotten, it is all th…
## 3170                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3171                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 3172                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3173                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 3174                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3175                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3176                                                         RT @ColossusMibl: I wanted to do something charming\n\n#LeagueOfLegends #Varus https://t.co/lxeUhuihc5
## 3177                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3178                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 3179                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 3180                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 3181                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 3182                  RT @summerswirlarts: Kalista meeting Erlok Grael in the Blessed Isles, ca. 25 BN, colorized.\n\n#LeagueOfLegends #kalista #thresh #ruination…
## 3183                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3184                             RT @aphelionaphelia: the final scene of the ruination novel (probably)\n\n#kalista #viego #leagueoflegends https://t.co/8oBCvJc7AK
## 3185                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3186                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3187                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3188                 RT @ciderxii: guns out\n\n#jinx #jinxfanart #jinxarcane #arcanefanart #arcane #ArcaneArt #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co…
## 3189                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3190                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 3191                RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 3192                RT @NeoNa_Gloom_ART: Do you think we'll give Seraphine a chance to get a BETTER transformation? 🦋✨\n \n#LeagueOfLegends #LeagueOfLegendsFanAr…
## 3193                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3194                 RT @ciderxii: guns out\n\n#jinx #jinxfanart #jinxarcane #arcanefanart #arcane #ArcaneArt #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co…
## 3195                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3196                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3197                 RT @Winteriris4: Commission for Aiba on Discord!\n(Spirit blossom Kindred from League of legends)\n#LeagueOfLegends #LeagueOfLegendsFanArt #k…
## 3198            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 3199                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3200                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3201                                                         RT @Saware7: smash the ❤️if you agree😂😂😂#leagueoflegends #IDF #pakistanZindabad https://t.co/A35u1Uk3Cd
## 3202                                                                               RT @Zoezxang29: #LeagueOfLegends #ArtOfLegends \nMake up https://t.co/9zG0nIK7GH
## 3203                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3204                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3205                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3206                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3207                                                                    RT @_sangchu_ya_: #ArtofLegends #LeagueOfLegends \nI made a legend. https://t.co/PFQRKlQ3al
## 3208                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3209                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3210                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3211                                                             RT @CHOCOT4RT: ⚓️marine look neeko💙\n#LeagueOfLegends #ArtofLegends #Neeko https://t.co/8LBa2INCcD
## 3212                 RT @remyleboob: hi :) preorders for my little league runner charms end on the 24th! https://t.co/C93ezRnLFE \n\n#LeagueOfLegends #ArtofLegend…
## 3213                                                           RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT
## 3214                 RT @keigora_: Observing the magnificent HONSE in its natural habitat.\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Hecarim #LeagueFanart https…
## 3215               RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…
## 3216              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3217                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3218                 RT @HighNoonJhin: Maybe itll be a print or a thick keychain in my shop someday\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #artoflegends #raka…
## 3219                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3220            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 3221                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 3222               RT @requeenhq: 🍬⭐️✨I made this seraphine for the lol contest, no game, but I had fun making it :)✨⭐️🍬\n\n#ArtistOnTwitter #ArtofLegends #artw…
## 3223                     RT @tiltedlily: TFT little legends! Furyhorns requested by @RiotWhiskies ❤️ #LeagueOfLegends #fanart #cute #ArtOfLegends #TeamfightTactics…
## 3224                                           RT @fuwamoowa: everything goes on 🎶\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian https://t.co/q74QTSWpH9
## 3225                  RT @HayashiDraws: Kayle\n\nFollow me on instagram! https://t.co/hUqLcJQ7wV\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/Y3oPhx5wQa
## 3226                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 3227                 RT @little_lolz: Astronaut Bard and Teemo floating in a sea of lazily draw stars lol\n\n#LeagueOfLegends #ArtofLegends #RiotGames #art #fanar…
## 3228                                                                    RT @EggzyLazy: Selenelion 🌖\n#ArtofLegends #LeagueOfLegends #leodia https://t.co/gahyl0YJM5
## 3229                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3230                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3231                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3232                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3233                  RT @HayashiDraws: Kayle\n\nFollow me on instagram! https://t.co/hUqLcJQ7wV\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/Y3oPhx5wQa
## 3234                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3235                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3236                                           RT @fuwamoowa: everything goes on 🎶\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #StarGuardian https://t.co/q74QTSWpH9
## 3237                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3238                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3239                   RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…
## 3240                RT @DailyTaliyah: Day 12! \nStar Guardian Taliyah with Fiddlesticks! \n@/hccupit\n#Taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock #leag…
## 3241                  RT @LoLMemesBot: Wait...It's all just Neace Tips?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds202…
## 3242                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3243                                   RT @JoyfulManati: ✂️Fright Night Gwen ✂️\n\n#Gwen #FrightNight #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/2xl0rhvegp
## 3244                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3245                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3246                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3247                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3248                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3249                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3250                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 3251                RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…
## 3252                  RT @joonahnart: Demacia Raptor \nproperty of Riotgames #demacia #LeagueOfLegends #RiotGames #Eagle #conceptart #drawing #painting #sketch ht…
## 3253                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3254                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3255                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3256                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3257                   RT @writerandbaka: Reindeer #Lillia and elf #Yone ☃️\nFinally it’s time for xmas themed fanart!! This year I would like to wander a bit with…
## 3258                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3259                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 3260                                    RT @Narutsuru: #ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios Lunar Beast Aphelios https://t.co/lagnw2ZNhc
## 3261                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3262                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 3263                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3264                                                                 RT @kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3
## 3265                   RT @floatinghanmi: super super cute seraphine and viego commissioned by @The_LadyScorpio 💜🖤 i had so much fun drawing this and i love the e…
## 3266              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 3267              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 3268                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3269                                                                 RT @kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3
## 3270                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 3271                   RT @RSilentNinja: K/DA "I'LL SHOW YOU" - Ahri from League of Legends! #KDA #KDAAhri #ILLSHOWYOU #LeagueofLegends #AhriFanArt #KDAAllOut #Ah…
## 3272                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3273                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3274                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3275                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3276                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3277               RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…
## 3278                  RT @soramakeart: Evelynn Master Study - League of Runtera\n#leagueoflegends #leagueoflegendsfanart #characterdesign #conceptart https://t.co…
## 3279               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 3280                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 3281                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3282                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3283                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3284                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 3285               RT @regal_randy: Season 13 EXPERIMENTAL BUILDS - https://t.co/ey2HKoTGeg\n-\n-\n-\n#cannabis #comechill #giveaway #Giveaways #cannabisculture #…
## 3286                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3287                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3288                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 3289                                       RT @9ringsx: I love this color!! 💖\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends\n#gwen https://t.co/KRdoNuCWdd
## 3290                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 3291                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3292                                            RT @DailySylas: Sylas k/DA By: MaoTenGo\n\nWe need him ok 🎶🎵\n~~\n\n#sylas #LeagueOfLegends https://t.co/cEAkuLCtUf
## 3293                                                                    RT @EggzyLazy: Selenelion 🌖\n#ArtofLegends #LeagueOfLegends #leodia https://t.co/gahyl0YJM5
## 3294                                  RT @leochamposa: Cat Boy or Wolf Boy? 🐱🐺\n\n#sylas #lux #ezreal #leagueoflegends #creadoresdelollatam https://t.co/QDOxzed298
## 3295               RT @leochamposa: #loltubre2022 DAY 4; Favorite couple \n\nThis year my favorite couple is Lee Sin and Udyr 🤠\n\n#LoLtubre #LeagueOfLegends #cre…
## 3296                                                         RT @ColossusMibl: I wanted to do something charming\n\n#LeagueOfLegends #Varus https://t.co/lxeUhuihc5
## 3297                                                         RT @ColossusMibl: I wanted to do something charming\n\n#LeagueOfLegends #Varus https://t.co/lxeUhuihc5
## 3298                                                                    RT @EggzyLazy: Selenelion 🌖\n#ArtofLegends #LeagueOfLegends #leodia https://t.co/gahyl0YJM5
## 3299                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3300                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3301                  RT @TeamInsidious5: The first big giveaway of Team Insidious is here . To join you have to follow 3 easy steps :\n1) Follow our Twitter Page…
## 3302                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3303                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 3304                                                                RT @iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I
## 3305                 RT @ciderxii: guns out\n\n#jinx #jinxfanart #jinxarcane #arcanefanart #arcane #ArcaneArt #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co…
## 3306                                                 RT @banhgaune_: Pick your champion!\n#LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios https://t.co/gHYnoZ0SE6
## 3307                 RT @cahri_ai: Yuumi and Rengar feed be like\n\n#yuumi #rengar #leagueoflegends #leagueoflegendsmemes #leagueoflegendsfanart #lol #wildrift #f…
## 3308                 RT @grymalk1nn: POV you stole your ad carry’s cs\n\n#Caitlyn #ArtofLegends #LeagueOfLegendsFanArt #LeagueofLegends #Riot #caitlynkiramman htt…
## 3309                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3310                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3311              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3312                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3313                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3314            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 3315               RT @SleinYesWowNC: "A sword mirrors its owner."\nSpirit Blossom Riven\n\npart of November pack(2/5)\n#ArtofLegends #LeagueOfLegends https://t.c…
## 3316                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 3317                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3318                RT @NeoNa_Gloom_ART: NEW: Coven Bel’Veth\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Morgana #B…
## 3319              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3320                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3321                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3322                                                     RT @Onezeroisten: welcome home Yasuo, dinners ready\n#yone #yasuo #LeagueOfLegends https://t.co/rnpndoIzkV
## 3323                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3324                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3325                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3326                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3327                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3328                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3329                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3330                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3331              RT @stats_live_es: ▶️ League of Legends - Top streams a las 15:46 (Hora ESP)🔥\n\n🥇 #Esportmaniacos➖Viewers: 3.515\n🥈 #KXMI➖Viewers: 713\n🥉 #lup…
## 3332              RT @stats_live_es: ▶️ League of Legends - Top streams a las 15:46 (Hora ESP)🔥\n\n🥇 #Esportmaniacos➖Viewers: 3.515\n🥈 #KXMI➖Viewers: 713\n🥉 #lup…
## 3333                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3334                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3335                RT @starry_amari: "In the name of the Moon, we'll punish you!"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…
## 3336                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3337                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3338                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3339                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3340               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 3341                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 3342                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3343                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3344                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 3345                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3346                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3347                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3348                                                     RT @532154625: She was watching her✨\n\n#Arcane     #LeagueOfLegends #Vi #Caitlyn https://t.co/K2OM3eqHEm
## 3349                   RT @AkatsukiAkiza: Opened my LoL skin shop today and I seriously want to cry, bc I want/need nearly all of them T_T\nWhy did you do this to…
## 3350                RT @EchoTries__: #arcana concept for #Nami as the card #temperance of the major arcana :)\nIt’s my first time making a #splashart \n\n#LeagueO…
## 3351                RT @xmimishy: 3-0 ??? GOLD SOON TM version 2 success.\ncome for the last game!! #LeagueOfLegends  \n \nMAY THE WIN COME WITH ME. https://t.co/…
## 3352                                                     RT @Onezeroisten: welcome home Yasuo, dinners ready\n#yone #yasuo #LeagueOfLegends https://t.co/rnpndoIzkV
## 3353                                                           RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT
## 3354                                                           RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT
## 3355                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 3356                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3357                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3358                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3359                                                                     RT @is_is_gemini_is: Happy B-Day #Vi❤️‍🔥\n\n#arcane #LeagueOfLegends https://t.co/7PXp4sjcXk
## 3360              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 3361                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3362                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3363                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3364                 RT @james_kanazuki: Anyone wanna play some Wild Rift with me? XD\n\nI snagged a pentakill with Gwen earlier. I barely play this champ but I d…
## 3365                   RT @roasted_dolphin: League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers #Sup…
## 3366                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 3367                 RT @james_kanazuki: Anyone wanna play some Wild Rift with me? XD\n\nI snagged a pentakill with Gwen earlier. I barely play this champ but I d…
## 3368                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3369                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3370                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3371                                                       RT @Doodoo92452594: #arcanefanart #Vi \n#arcane #LeagueOfLegends\nLove her……………… https://t.co/mCjmKgMZR6
## 3372                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 3373                   RT @roasted_dolphin: League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers #Sup…
## 3374                   RT @roasted_dolphin: League of Legends // Iron Climb // !Links https://t.co/ldAjoxX98i #Twitch #TwitchStreamers #SupportSmallStreamers #Sup…
## 3375                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 3376                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 3377            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 3378                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3379                  RT @blazordiffusion: Vayne of League of Legends! #LeagueOfLegends #LeagueOfLegendsFanArt #Vayne #stablediffusion \n\nhttps://t.co/gTqiALHKPE…
## 3380                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3381                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3382                  RT @LoLMemesBot: Thanks Rito\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Sp…
## 3383                RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…
## 3384                                  RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O
## 3385                                                       RT @LaSungaDeAatrox: A Gabriel custom skin for Kayle #LeagueOfLegends #ULTRAKILL https://t.co/ptzznlZFbb
## 3386              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3387                  RT @greeekthegreat: Heres a thread of all (most) of my posted and finished arcane fanart\n#lightcannon #arcane #leagueoflegends #caitvi http…
## 3388                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 3389                 RT @greeekthegreat: Cw: a boob\nLIGHTCANNON!!!!!!!!\n#lightcannon #jinxfanart #luxfanart #arcanefanart #arcane #LeagueOfLegends https://t.co/…
## 3390                 RT @KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.…
## 3391            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 3392    RT @Rena_Angel1111: League of legends - Twitch\n\nI try Twitch cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #LO…
## 3393              RT @chessiecat105: 💜 Star Guardian Xayah and Rakan 💚\n\n🎨 Artist: Chutipa Duangmanee\n🌐 Platform: Artstation\n\n#leagueoflegends #fanart #league…
## 3394               RT @StudiosAnimato: Concept: https://t.co/gB85jmZRWy\nProject: https://t.co/TmzRe6fJjX\nYone © Riot Games 2022\n\n#riotgames #LeagueOfLegends #…
## 3395                RT @Sadisticss1: 2019/2022😳\nMy journey started with simple sketches. And in 2021, I started drawing consciously.\n#SkillNotTalent\n#LeagueOfL…
## 3396                 RT @NexusYin: Playing amumu support, we give out hugs! :D\nhttps://t.co/aFrgSroO5P\n#twitchstreamer #twitch #smallstreamer #SmallStreamersCon…
## 3397                 RT @Hiijodotcom: Bunny Seraphine from League of Legends by AngieV 🔥\n\n#gaming #Bunny #Seraphine #Leagueoflegends #lol #arcane #netflix #riot…
## 3398                                                           RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT
## 3399                   RT @Ahsan_Fer: @shingojira__ Hey Dana! Bless you! And thank you so much for sharing this everywhere and anywhere! That's so amazing that #l…
## 3400                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3401                   RT @floatinghanmi: super super cute seraphine and viego commissioned by @The_LadyScorpio 💜🖤 i had so much fun drawing this and i love the e…
## 3402                                                 RT @shrimpfriedpies: anyway heres wonderwall #ArtofLegends #seraphine #LeagueOfLegends https://t.co/AJX2a73XPP
## 3403                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3404                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3405                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3406                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3407                                                     RT @Denzhy: Getting in the Xmas mood\n\nph. @MikeAttinger \n#leagueoflegends #ahri https://t.co/JrXxZ0Ek9I
## 3408                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3409               RT @altchargames: New Profile Banners coming to League of Legends\n\nhttps://t.co/KNyOVz18Jv\n\n#LeagueOfLegends #RiotGames #ProfileBanners htt…
## 3410                    RT @dalianae_: 🌸Battle Academia Caitlyn commission for @A26301 I enjoyed so much doing this drawing, Caitlyn and her skin are so beautiful…
## 3411                 RT @RivenStore: What do you think?\nVisit us: https://t.co/Jtncw61Y4H\n#leagueoflegends #lolgame #lolgamer #rivenstore.com #lolgoods #onlineg…
## 3412                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3413                                                      RT @jellolegos: Cait and vi\n-\n#piltoversfinest #caitvi #arcane #LeagueOfLegends https://t.co/o60jt9cfOl
## 3414                                                      RT @jellolegos: Cait and vi\n-\n#piltoversfinest #caitvi #arcane #LeagueOfLegends https://t.co/o60jt9cfOl
## 3415                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3416                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 3417                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3418              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3419                                                                    RT @Solum24081387: 。。。in arcane's suit\n#viktor #leagueoflegends https://t.co/VIqfSSJuJl
## 3420                 RT @HighNoonJhin: we can fix him \nwe can make him cooler\n#jhin #shanhaiscrollsjhin #leagueoflegends #leagueoflegendsfanart #artoflegends ht…
## 3421                 RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…
## 3422                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 3423                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 3424                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 3425                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3426                   RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…
## 3427                       RT @pinksthinkss: just playing with a new artstyle :&gt;\n\n#vi #arcane #leagueoflegends #arcanefanart #viarcane https://t.co/MOpGrXFfd0
## 3428                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3429                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3430                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3431                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3432               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 3433                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3434                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3435                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3436                 RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…
## 3437                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 3438                                           RT @byaelli: Soraka - League of legends \n\n#soraka #LeagueOfLegends #ArtofLegends  #drawing https://t.co/zln4z6YiE5
## 3439                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 3440                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3441                   RT @joshpurple: By Passion Republic "AR Elder Dragon for League of Legends World Championships 2017." Full pipeline from Concept design, Mo…
## 3442                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3443                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3444                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3445                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3446                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3447                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3448                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3449                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3450                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3451                 RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…
## 3452                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3453                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3454               RT @Cedrissimoq: This year has been a blast. Ekko legit changed my life.\n\n📸: “JoshuaJirahMejia” IG\n\n#arcane #LeagueOfLegends https://t.co/B…
## 3455                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3456                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3457                                   RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS
## 3458                RT @ALuluqi: i drew this awhile back when the new SG skins came out\nI love the designs of this team a lot 💙\n\n#LeagueOfLegends #StarGuardian…
## 3459             RT @NeoNa_Gloom_ART: - Karma [Golden Peafowl]\n- Elise [hehehe]\n- Orianna [Shadow Swan]\n \nSEARCH\n \n#LeagueOfLegends #sketch #LeagueOfLegends…
## 3460                                   RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS
## 3461                   RT @LoLMemesBot: Like clockwork\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios…
## 3462                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3463                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3464                 RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…
## 3465                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3466                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3467                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3468                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 3469                 RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…
## 3470               RT @JynxTakasu: Carrying a Toxic Xin Zhao ingame\nWatch the whole video to find out,\n\n#WildRift #LeagueOfLegends #Youtube #NewVideo\nhttps://…
## 3471                                                                RT @iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I
## 3472                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 3473                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3474                        RT @NIJISE_: I HAVE 2 SIDES\n.\nNeeko and Viego, my mains in lol \n#viego #neeko #ArtofLegends #LeagueOfLegends https://t.co/VDGU3MNtoh
## 3475                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3476                                   RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS
## 3477                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3478                 RT @acadarena: 🤝 Congratulations to our winner of ACES: #Valorant, #DOTA2 and #LeagueofLegends last weekend 💥\n\nCampus esports is #NotJustPl…
## 3479                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3480                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3481                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3482                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3483                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3484                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3485                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3486                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3487                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 3488                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3489                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3490                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3491                                                                  RT @maidenslullaby: Quick neeko doodle :))))) #neeko #LeagueOfLegends https://t.co/UrYn5KgwSS
## 3492                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3493                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3494                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3495                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 3496                  RT @KaramzinovArt: Heartseeker Ashe idea from a few years ago\nAs my first main, I loved Ashe so much I designed a Heartseeker skin; a few y…
## 3497                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3498                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3499                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 3500                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3501                                    RT @ludolullabi: Souvenir from Ruined King #ruinedking #leagueoflegends #digitalart #inking #comics https://t.co/SA0Qon0gzG
## 3502                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3503                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3504                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3505                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3506                                    RT @ludolullabi: Souvenir from Ruined King #ruinedking #leagueoflegends #digitalart #inking #comics https://t.co/SA0Qon0gzG
## 3507                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 3508              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 3509                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3510                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3511                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3512                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3513             RT @NeoNa_Gloom_ART: - Karma [Golden Peafowl]\n- Elise [hehehe]\n- Orianna [Shadow Swan]\n \nSEARCH\n \n#LeagueOfLegends #sketch #LeagueOfLegends…
## 3514                                                                     RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 3515                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3516               RT @02_rinni: hiii, i’m looking for friends + moots from #valotwt / #valtwt , #leaguetwt , and #genshintwt !! \n\n🫧 she/her 20\n💌 NA \n🤍 bronze…
## 3517                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3518                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3519                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 3520              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3521                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 3522                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3523                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3524                   RT @ascenthe_draws: Some more #arcane #sketches I don't know if I did it justice. Honestly I don't think my heart was in it. But it was ent…
## 3525               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 3526                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 3527                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3528                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3529                                   RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS
## 3530                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3531                                                                     RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 3532                                      RT @fishy_manko: Every hot person in LoL community rn:\n\n#Settphel #settphelios #LeagueOfLegends https://t.co/jVXETwsaGX
## 3533                   RT @MizuriAU: The live-action League of Legends Posters I’ve done so far...#LeagueofLegends #Worlds2019 #Yasuo #Riven #Katarina #Diana http…
## 3534               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 3535                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3536                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3537                                                                RT @iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I
## 3538                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3539               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 3540                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 3541                                                                     RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 3542                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3543                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 3544                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3545                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3546                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3547                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3548                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3549                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3550                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 3551                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3552                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3553                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3554                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3555                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3556                                   RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS
## 3557                                                                  RT @Cherraluna: Blood Saint of Noxus🩸\n#LeagueOfLegends #ArtofLegends https://t.co/S2EdQjLbO5
## 3558                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 3559                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 3560                                   RT @KenRddt: Is it possible that you have been playing?💕 #LeagueofLegends #StarGuardian #MOBA #Bjergsen #Worlds2021 #GENGWIN
## 3561                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3562                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3563                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3564                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 3565                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3566                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3567                   RT @virkayu: Simply using information you HAVE in-game can lead to more determined pathing... which leads to JG DIFF in your favour. Observ…
## 3568               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 3569                                                 RT @shrimpfriedpies: anyway heres wonderwall #ArtofLegends #seraphine #LeagueOfLegends https://t.co/AJX2a73XPP
## 3570                 RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…
## 3571                 RT @Samandriade: Headcanon time\nZoe likes to sleep cuddling in Soraka's lap 💤💤\n#LeagueOfLegends #LeagueOfLegendsFanArt #zoe #soraka https:/…
## 3572                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3573                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3574                                                                RT @iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I
## 3575                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 3576                                                                     RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 3577              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3578                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3579                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3580              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 3581                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3582                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 3583                                    RT @Narutsuru: #ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios Lunar Beast Aphelios https://t.co/lagnw2ZNhc
## 3584                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3585                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3586                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 3587                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 3588                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3589                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3590                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3591                 RT @keigora_: Observing the magnificent HONSE in its natural habitat.\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Hecarim #LeagueFanart https…
## 3592                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 3593                   RT @joshpurple: By Passion Republic "AR Elder Dragon for League of Legends World Championships 2017." Full pipeline from Concept design, Mo…
## 3594                 RT @blazordiffusion: Samira of League of Legends! #LeagueOfLegends  #Samira #stablediffusion \n\nhttps://t.co/0xtqGDUfQL https://t.co/mxb0caT…
## 3595                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3596                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3597             RT @DistortionGG: It's time for a new week of #gaming 🔥\n\nWhich game is your fav #fam? 👇\n\nYou can guess mine with this picture for sure 😂\n\n#…
## 3598                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 3599                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3600                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3601                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3602                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3603                                                         RT @absynth333: Thresh c0mm for a classmate ! ty!!\n\n#LeagueOfLegends #Thresh https://t.co/a7YGj3lmmR
## 3604                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3605                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3606                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3607                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 3608                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3609               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 3610                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3611                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3612                  RT @LunariaTenebris: 🔴 Stream Live! Today's game is League of Legends\n#VTuber #ENVtuber #UAVtuber #TwitchStreamer #LeagueOfLegends #StreamR…
## 3613                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3614                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3615                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3616                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3617                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3618                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3619                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 3620                  RT @LunariaTenebris: 🔴 Stream Live! Today's game is League of Legends\n#VTuber #ENVtuber #UAVtuber #TwitchStreamer #LeagueOfLegends #StreamR…
## 3621                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3622                                                                     RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 3623                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3624                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 3625                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 3626                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 3627                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 3628                                                                RT @iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I
## 3629                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3630                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3631                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3632                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3633               RT @02_rinni: hiii, i’m looking for friends + moots from #valotwt / #valtwt , #leaguetwt , and #genshintwt !! \n\n🫧 she/her 20\n💌 NA \n🤍 bronze…
## 3634                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3635                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 3636                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 3637                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3638                   RT @joshpurple: By Passion Republic "AR Elder Dragon for League of Legends World Championships 2017." Full pipeline from Concept design, Mo…
## 3639                 RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…
## 3640                                                                     RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 3641                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3642                 RT @acadarena: 🤝 Congratulations to our winner of ACES: #Valorant, #DOTA2 and #LeagueofLegends last weekend 💥\n\nCampus esports is #NotJustPl…
## 3643                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3644                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3645                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3646            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 3647                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 3648                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3649                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3650            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 3651                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3652                  RT @532154625: You're off duty, may I buy you a drink? police officer. (^ω~) 🍰🍻\n#Arcane #LeagueOfLegends #Vi #Caitlyn https://t.co/OzIsBijA…
## 3653                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3654                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3655                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3656                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3657              RT @cp_daz: Cowgirl Miss Fortune For Genesis 8 and 8.1 Female Done\n\nConverted to Daz Studio by me, credits would be appreciated!\n\nDL\nhttps:…
## 3658                   RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…
## 3659                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 3660                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 3661                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3662                RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…
## 3663                RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…
## 3664                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 3665                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3666                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3667                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3668                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3669                  RT @LoLMemesBot: Fun little tier list I made (don't take it too seriously). What champions would be best to form a boy bend?\n#memes #meme #…
## 3670                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3671                   RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…
## 3672                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3673                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3674             RT @DistortionGG: It's time for a new week of #gaming 🔥\n\nWhich game is your fav #fam? 👇\n\nYou can guess mine with this picture for sure 😂\n\n#…
## 3675                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 3676               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 3677                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3678                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3679                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 3680                                                                     RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 3681               RT @medok_art: #Distorture_comic  (1/4)\nDistorture "The Origin" PART 1\n\nDo not repost without links. Do not QRT.\nTranslate is okay (russian…
## 3682                  RT @MYP_esport: Loading....\n+Info @messaval @MaraYPrice \n#valorant #ApexLegends #Fortnite #CSGO #RainbowSixSiege #LeagueOfLegends #eSports…
## 3683                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3684                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3685                   RT @joshpurple: By Passion Republic "AR Elder Dragon for League of Legends World Championships 2017." Full pipeline from Concept design, Mo…
## 3686                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3687                 RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…
## 3688                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3689                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3690               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 3691                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3692                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3693                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3694                       RT @pinksthinkss: just playing with a new artstyle :&gt;\n\n#vi #arcane #leagueoflegends #arcanefanart #viarcane https://t.co/MOpGrXFfd0
## 3695                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3696                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 3697                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3698                      RT @taojinn015: Fanart Month - Day 12 - Shyvana from League of Legends\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/2mIbVN7kfW
## 3699                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3700                 RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…
## 3701                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3702                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3703                 RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…
## 3704                   RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…
## 3705                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3706                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 3707                 RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…
## 3708                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3709                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3710                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3711                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3712                                   RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS
## 3713                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3714                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 3715                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3716                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3717                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3718                                                        RT @joiejoy_lm: LeBlanc, The Deceiver.\n#LeBlanc #LeagueOfLegends #ArtofLegends https://t.co/VpkmUgRb5q
## 3719                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3720                   RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…
## 3721                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3722                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 3723                                                                  RT @maidenslullaby: Quick neeko doodle :))))) #neeko #LeagueOfLegends https://t.co/UrYn5KgwSS
## 3724                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3725                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 3726                 RT @AwenYu666: Hi everyone,This is my Animation Reel in 2020, I hope you will like it🤩👊\n#Animations  #LeagueOfLegends #reel https://t.co/Ft…
## 3727                                          RT @fuwamoowa: mythmaker irelia 🥮\n\n#mythmakerirelia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/xnHojfPNte
## 3728                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 3729                   RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…
## 3730                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3731                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 3732                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3733                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3734                                                                     RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 3735                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3736                   RT @RebornMods: Link to the mods and guide on how to swap to different presets in the replies. #tekkenmods #NewReleases #LeagueOfLegends  #…
## 3737               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 3738                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3739                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 3740                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3741                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 3742                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3743                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3744                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 3745             RT @CoffeeStripes: I don't know what to post today so... Multifandom time &gt;:D\n.\n.\n#Digitalart #WarriorCats #Predator #Dehaka (I just know h…
## 3746                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3747                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3748                                   RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS
## 3749                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 3750            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 3751                                                                RT @iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I
## 3752                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 3753                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 3754                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3755                 RT @JeonMoonS2: Happy Birthday Aphelios and Alune 🌙💕\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends  #Aphelios #Alune #apheliosweek…
## 3756                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 3757                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3758                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 3759                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 3760                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3761                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3762                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3763                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3764                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 3765             RT @DistortionGG: It's time for a new week of #gaming 🔥\n\nWhich game is your fav #fam? 👇\n\nYou can guess mine with this picture for sure 😂\n\n#…
## 3766                                   RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS
## 3767                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3768                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3769                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3770                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 3771                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3772                   RT @KuroNekoKimiArt: tried painting Little Demon Tristana back in 2019 #LeagueOfLegends #LeagueOfLegendsFanArt #tristana https://t.co/C9csf…
## 3773                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 3774                 RT @IWinky0: #LeagueOfLegends fanart!\n\nThis drawing was for a star guardian collab but i just keep loving the coloring i did for this one a…
## 3775                  RT @golden8witch: Its a cristmas Sylas and he is a small deer\n#LeagueOfLegends #LeagueOfLegendsFanArt #PixelArt #PixelArtist #Sylas https:/…
## 3776                RT @NeoNa_Gloom_ART: NEW: Coven Bel’Veth\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Morgana #B…
## 3777                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 3778               RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…
## 3779                  RT @golden8witch: Its a cristmas Sylas and he is a small deer\n#LeagueOfLegends #LeagueOfLegendsFanArt #PixelArt #PixelArtist #Sylas https:/…
## 3780                  RT @golden8witch: Its a cristmas Sylas and he is a small deer\n#LeagueOfLegends #LeagueOfLegendsFanArt #PixelArt #PixelArtist #Sylas https:/…
## 3781                  RT @golden8witch: Its a cristmas Sylas and he is a small deer\n#LeagueOfLegends #LeagueOfLegendsFanArt #PixelArt #PixelArtist #Sylas https:/…
## 3782                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3783                                         RT @Luclfer0: Who is the impostor?\n\n#Settphel #SETT #aphelios #rhaast #kayn #LeagueOfLegends https://t.co/iaJQIsqZcX
## 3784                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3785                 RT @xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber #LeagueOfLege…
## 3786                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3787                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3788                   RT @LoLMemesBot: new feature. never seen before\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022…
## 3789                RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 3790                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3791              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3792                                      RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X
## 3793                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3794                                                                           RT @H501321: Sketch\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/l5BWyvQ0ea
## 3795                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 3796                                                                  RT @maidenslullaby: Quick neeko doodle :))))) #neeko #LeagueOfLegends https://t.co/UrYn5KgwSS
## 3797                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3798                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 3799                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 3800                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 3801                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 3802                 RT @Winteriris4: Commission for Aiba on Discord!\n(Spirit blossom Kindred from League of legends)\n#LeagueOfLegends #LeagueOfLegendsFanArt #k…
## 3803                   RT @lazystormcloud: happy birthday pretty girl :’) #happybirthdayvi #LeagueOfLegendsFanArt #LeagueOfLegends #vileagueoflegends #vifanart ht…
## 3804                  RT @HaryantiLembah: It was done.😎😎😎😎😎 #LeagueofLegends #StarGuardian #КосплейLoL #YıldızMuhafızları #ФанАрт \nOriginal: esports_kashima http…
## 3805                   RT @jaspaar: one talks, another listens 🌸 #settphel #settphelios #leagueoflegends #fanart #aphelios #sett #spiritblossom https://t.co/xDAdA…
## 3806                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 3807                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 3808                 RT @JJKunArts: I swear it sounded funnier in my head(?\n\n#Settphel  #settphelios  #Sett #Aphelios  #phelsett #settxaphelios #artoflegends #L…
## 3809                               RT @Blitzshadow021: Enjoy your special day!🔥🔥🔥 #Gameplay #LeagueofLegends #MOBA #GuardianasEstelares #Worlds2021 #YıldızMuhafızı
## 3810                                                                           RT @BonniieA: Mythmaker Irelia 🖤\n\n#Irelia #LeagueOfLegends https://t.co/WBo2ZEDFT8
## 3811                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 3812                                                             RT @CHOCOT4RT: ⚓️marine look neeko💙\n#LeagueOfLegends #ArtofLegends #Neeko https://t.co/8LBa2INCcD
## 3813                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3814                 RT @Wind_Syren: fan art of champions I like\n\n#sylas #missfortune #taliyah #LeagueOfLegendsFanArt  #ArtofLegends #LeagueofLegends https://t.…
## 3815                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3816                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3817             RT @CoffeeStripes: I don't know what to post today so... Multifandom time &gt;:D\n.\n.\n#Digitalart #WarriorCats #Predator #Dehaka (I just know h…
## 3818                   RT @KuroNekoKimiArt: one of my fav skins and champs of all time (2017) #annie #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/MTf1zQuX…
## 3819                   RT @KuroNekoKimiArt: tried painting Little Demon Tristana back in 2019 #LeagueOfLegends #LeagueOfLegendsFanArt #tristana https://t.co/C9csf…
## 3820                   RT @KuroNekoKimiArt: tried painting Little Demon Tristana back in 2019 #LeagueOfLegends #LeagueOfLegendsFanArt #tristana https://t.co/C9csf…
## 3821                                  RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux
## 3822                                                                 RT @kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3
## 3823                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3824              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3825                 RT @Winteriris4: Commission for Aiba on Discord!\n(Spirit blossom Kindred from League of legends)\n#LeagueOfLegends #LeagueOfLegendsFanArt #k…
## 3826                  RT @HyanideArt: 🖤 Janna 🌪️\n🖤 ... I guess I am finally cured of my playing ranked addiction 🤷\n#fanart #LeagueOfLegends https://t.co/91pbMWO5…
## 3827                 RT @xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber #LeagueOfLege…
## 3828                 RT @xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber #LeagueOfLege…
## 3829                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3830              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3831                                                         RT @Saware7: smash the ❤️if you agree😂😂😂#leagueoflegends #IDF #pakistanZindabad https://t.co/A35u1Uk3Cd
## 3832                                                                RT @iiMoki: Luck or skills?\n\nOrnn is life ♥️\n#LeagueofLegends #twitch https://t.co/MIkMYh6t7I
## 3833                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3834                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3835                                                      RT @LunaValkyriaVT: I built the mythic this time~ 🖤🌙🤍\n\n#LeagueOfLegends #Vtuber https://t.co/kHYBqf1IAo
## 3836                 RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…
## 3837                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3838                 RT @HighNoonJhin: we can fix him \nwe can make him cooler\n#jhin #shanhaiscrollsjhin #leagueoflegends #leagueoflegendsfanart #artoflegends ht…
## 3839                 RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…
## 3840                 RT @HighNoonJhin: we can fix him \nwe can make him cooler\n#jhin #shanhaiscrollsjhin #leagueoflegends #leagueoflegendsfanart #artoflegends ht…
## 3841                 RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…
## 3842                                                                             RT @shupakabraa: #arcane #LeagueOfLegends  tw nsfw meaning https://t.co/DFbiQIqUOG
## 3843                 RT @HighNoonJhin: 2 more commissions for @IKeepItTaco \n \n#jhin #leagueoflegends #leagueoflegendsart #leagueoflegendsjhin #leagueoflegendsfa…
## 3844                 RT @HighNoonJhin: we can fix him \nwe can make him cooler\n#jhin #shanhaiscrollsjhin #leagueoflegends #leagueoflegendsfanart #artoflegends ht…
## 3845                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3846                                                                             RT @shupakabraa: #arcane #LeagueOfLegends  tw nsfw meaning https://t.co/DFbiQIqUOG
## 3847                   RT @virkayu: Simply using information you HAVE in-game can lead to more determined pathing... which leads to JG DIFF in your favour. Observ…
## 3848                    RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 3849                  RT @LuluSiimp: Si there is people in league who hack the acc of people and climb with it ?!!\nHeyloo hack me YourFavoriteLulu in EUW hack it…
## 3850                 RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…
## 3851                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3852                                                 RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 3853                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3854             RT @DistortionGG: It's time for a new week of #gaming 🔥\n\nWhich game is your fav #fam? 👇\n\nYou can guess mine with this picture for sure 😂\n\n#…
## 3855              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 3856                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3857                  RT @fishe_art: This took more than I intended :') some settphel!! Excited for Spirit blossom its my fav event \n#settphel #leagueoflegends #…
## 3858                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3859              RT @Leahmeow9: "Jinx? Stands for Jinx! duh!🦈\n\n📸: Jupert Sison  \nedited by: SoyaMaelk \n\n#jinx #arcane #jinxcosplay #LeagueOfLegends https://…
## 3860                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3861                RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 3862                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 3863                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 3864                                                   RT @maidenslullaby: Rell quick sketch! #rell #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/QtCnXH5a9k
## 3865                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3866                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3867                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3868                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3869                                                                               RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 3870               RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…
## 3871                RT @AndiDoodleStash: https://t.co/WvhpsjU4e4\nA drawing of KaynPhel as the singer and the bassist of a visual kei band 💙💜\n\n#Aphelios #Kayn #…
## 3872                   RT @lazystormcloud: happy birthday pretty girl :’) #happybirthdayvi #LeagueOfLegendsFanArt #LeagueOfLegends #vileagueoflegends #vifanart ht…
## 3873                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3874                                                         RT @Saware7: smash the ❤️if you agree😂😂😂#leagueoflegends #IDF #pakistanZindabad https://t.co/A35u1Uk3Cd
## 3875                                                    RT @I_amYurei: 27 kills my guy went crazy!! #LeagueOfLegends #WildRift #gaming #FYP https://t.co/Sj2ukcwhD3
## 3876            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 3877                  RT @LoLMemesBot: Fighting Sion in preseason be like:\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds…
## 3878                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3879                RT @_another_tina_: This took so long, but the Firelight Ezreal design I did for fun is done\n\n.\n#Ezreal #Ekko #LeagueOfLegends https://t.co…
## 3880                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3881                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 3882                RT @_another_tina_: This took so long, but the Firelight Ezreal design I did for fun is done\n\n.\n#Ezreal #Ekko #LeagueOfLegends https://t.co…
## 3883                  RT @fishe_art: This took more than I intended :') some settphel!! Excited for Spirit blossom its my fav event \n#settphel #leagueoflegends #…
## 3884                  RT @sashashaw10001: RT LoLMemesBot im sorry\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…
## 3885                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3886                                                          RT @freefireJack2: The world is wonderful.🎮🎮🎮🎮 #Gameplay #LeagueofLegends #Worlds2021 #TLWIN #GENGWIN
## 3887                 RT @xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber #LeagueOfLege…
## 3888                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 3889                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 3890                 RT @acadarena: 🤝 Congratulations to our winner of ACES: #Valorant, #DOTA2 and #LeagueofLegends last weekend 💥\n\nCampus esports is #NotJustPl…
## 3891                RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…
## 3892                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3893                  RT @qed57: #RiotGames (#LeagueofLegends) Trying To Get Out Of Terrible Crypto Sponsorship Deal with #FTX #SBF\n\nhttps://t.co/pI9Ccwiysj via…
## 3894               RT @kardie00: - Yammy!\n- You again?! You ate all my supplies yesterday!\n\nIdea sponsored by @kittenblob 🐱❤️\n\n#Swain #Anivia #LOL #LeagueOfLe…
## 3895                                RT @Moondustina: Supports life 🤧\n\n#leagueoflegends #artoflegends #leagueoflegendsfanart #janna #xayah https://t.co/XZwS8bnIgy
## 3896                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 3897                                                       RT @SMETS_: gift for @qqq_qqqqq_\n#LeagueOfLegends #LeagueOfLegendsFanArt #Swain https://t.co/XYwkBJfhxF
## 3898                 RT @xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber #LeagueOfLege…
## 3899                   RT @Chilllki: Live with some ranked (preseason) league. So basically trying to get imaginary points that are worth even less because it's p…
## 3900    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 3901                RT @ScytheofSeraph: Hello fellow summoners! 😳\nWe are looking for new players to compete in our #LeagueofLegends team. \n😎 Top\n🏹 Bot\n⛑️ Suppo…
## 3902                 RT @RivenStore: How ya doin`?\nLove League of Legends? Visit us: https://t.co/mlJxwK6oys\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore…
## 3903    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 3904                   RT @Chilllki: Live with some ranked (preseason) league. So basically trying to get imaginary points that are worth even less because it's p…
## 3905                 RT @xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber #LeagueOfLege…
## 3906                 RT @xmimishy: ☃️Schedule for 12th to 18th Dec❄️ #mimischedule \n\nCatch Mimi live this week 👇🏻 Link below!\n\n#ENVtuber #SGVTuber #LeagueOfLege…
## 3907                  RT @LoLMemesBot: Any off-meta enjoyers?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 3908                                             RT @ShinKongVT: The monday morning motivation rn\n#VTuberUprising #LeagueOfLegends #Vtuber https://t.co/ERTEF8wGoB
## 3909                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3910                                                 RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 3911                 RT @Aikidork: I paid your girlfriend a visit this morning\n\n#arcane #artoflegends #jinx #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co…
## 3912                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 3913                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3914                   RT @RebornMods: Link to the mods and guide on how to swap to different presets in the replies. #tekkenmods #NewReleases #LeagueOfLegends  #…
## 3915                                                         RT @jujumaho1997: #LeagueOfLegends #Thresh #spiritblossom He's so unbelievable https://t.co/BUA2TjOg6R
## 3916                      RT @froggiehands: arcane as frogs (from last week's art stream) 🐸🫠\n\n#arcane #leagueoflegends #lol #arcanefanart https://t.co/rJTO3CmNLa
## 3917                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3918                                                      RT @LunaValkyriaVT: I built the mythic this time~ 🖤🌙🤍\n\n#LeagueOfLegends #Vtuber https://t.co/kHYBqf1IAo
## 3919                                                      RT @LunaValkyriaVT: I built the mythic this time~ 🖤🌙🤍\n\n#LeagueOfLegends #Vtuber https://t.co/kHYBqf1IAo
## 3920                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 3921                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 3922                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 3923                  RT @LuluSiimp: Si there is people in league who hack the acc of people and climb with it ?!!\nHeyloo hack me YourFavoriteLulu in EUW hack it…
## 3924                                  RT @AcceleratorJB: Arcane anime style. #LeagueOfLegends #LeagueOfLegendsFanArt #arcane #anime #powder https://t.co/M1wXd00sZi
## 3925                                          RT @LaurenB56946765: Started playing a game again. #StarGuardian #mobilegame #LeagueofLegends https://t.co/pZMnxY1yr7
## 3926                   RT @LoLMemesBot: And they are only silver\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…
## 3927                RT @DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock #leaguetwt h…
## 3928                                RT @leochamposa: Good for them 🥺 \n\n#LeagueOfLegends #creadoresdelollatam #sett #aphelios #settphelios https://t.co/kY4mh7xjIh
## 3929              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 3930                   RT @Chilllki: Live with some ranked (preseason) league. So basically trying to get imaginary points that are worth even less because it's p…
## 3931                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3932                  RT @RedSinistra: Finally I finished it! This is for #SpiritBlossomManga contest, hosted by @uk_lol 🌸\nTook inspiration from some SB quotes b…
## 3933                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3934                  RT @Spoopy_Owl: 🪩Space Groove Viego🪩\n\nA king from a faraway planet has come to join The Jam and groove out! Happiness fills the room as he…
## 3935             RT @stats_live_es: ▶️ League of Legends - Top streams a las 08:46 (Hora ESP)🔥\n\n🥇 #JimRsNg➖Viewers: 630\n🥈 #lolcasti➖Viewers: 407\n🥉 #Lindsan➖…
## 3936                                                         RT @jujumaho1997: #LeagueOfLegends #Thresh #spiritblossom He's so unbelievable https://t.co/BUA2TjOg6R
## 3937                 RT @Punbun_4Fun: A meme I remembered and spent far more time on then normal\n\n#yasuo #yone #thresh #SpiritBlossom #LeagueOfLegends https://t…
## 3938                  RT @Spoopy_Owl: 🪩Space Groove Viego🪩\n\nA king from a faraway planet has come to join The Jam and groove out! Happiness fills the room as he…
## 3939                 RT @EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #ga…
## 3940                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 3941                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3942                                                                    RT @xoxoxochitlita: Got my first penta kill ever 😊 #LeagueOfLegends https://t.co/Gu8fdqfr6H
## 3943                 RT @MEIz_uwu: Feel like drawing on papers today\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Ahri #SpiritBlossomAhri https://t.c…
## 3944                RT @DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock #leaguetwt h…
## 3945                 RT @CuppaDoppio: MOM! MOM! LOOK! LOOK! ALUNE AND PHEL ARE CRAFTING 500 YEARS OF GAMEPLAY!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Aphelio…
## 3946                  RT @LoLMemesBot: Tank meta they say ...\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 3947                 RT @Hippo_Chii131: "Oh look who it is The Boy Savior !"\n\n#arcane #TiMEBOMB #tb #ekkojinx #jinxekko #arcanefanart #ArcaneArt #Jinx #LeagueOf…
## 3948          RT @ClauSketch: ❣ 𝗫𝗮𝘆𝗮𝗵 &amp; 𝗥𝗮𝗸𝗮𝗻 𝗺𝗲𝗺𝗼𝗿𝗶𝗲𝘀 𝟮💞 \n♡ ☕ https://t.co/BQKfxmldek\n♡  Available for monthly supporters\n\n#LeagueOfLegends #ArtofLegend…
## 3949                                                                 RT @kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3
## 3950                  RT @dempugs1: There should be more games like this. #LeagueOfLegendsFanArt #LeagueofLegends #MOBA #TransformaTuDestino #ClashLoL #FLYWIN \nO…
## 3951                  RT @sashashaw10001: RT LoLMemesBot im sorry\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…
## 3952                   RT @LoLMemesBot: Like clockwork\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios…
## 3953                            RT @HalanoSiblee: #belveth #LeagueOfLegends #b3d #blender\nBel'Veth Trying to escape by hacking my blender👾 https://t.co/rDpA6Zg2fl
## 3954             RT @stats_live_es: ▶️ League of Legends - Top streams a las 08:58 (Hora ESP)🔥\n\n🥇 #nezumivy➖Viewers: 831\n🥈 #JimRsNg➖Viewers: 535\n🥉 #Lindsan➖…
## 3955                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 3956                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3957                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3958                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3959              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 3960                                                              RT @MikeJCart: League of Legends\n#LeagueOfLegends #LeagueOfLegendsfanart https://t.co/0gvMUznHCl
## 3961                  RT @LightxMx: Yes, I'm a mainly league player and this is my yearly summary lol \nI've lost a lot of time of my life in this but... I'm quit…
## 3962                 RT @odeko_yma: I got M7 on Diana only cuz she has the same sence of humor as me. \n\n#Diana #Aphelios #Zoe #LeagueOfLegends #ArtofLegends htt…
## 3963                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3964                   RT @veegoesgrr: so got this idea from an old genji fanart and I wanna say I liked the old lore of how Diana got her mark? How it was suppos…
## 3965                                                                                         RT @vatheja: arcana #jinx wip #LeagueOfLegends https://t.co/rqg9F7vAJP
## 3966                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 3967                 RT @moonrriderr: Wanted to draw smth magical and starry with Diana\nI'm so happy with the result 😌\n#ArtofLegends #LeagueOfLegends #Diana htt…
## 3968                    RT @AimlessBros: My pre season so far. \n\nRyze feels hella strong so gonna spam him for a bit.\n\n#LeagueOfLegends https://t.co/AzoiP4vyxn
## 3969                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 3970                   RT @Loringale: If I went back to streaming, what should I stream?🥺 My biggest concern is always that I'm not entertaining enough but I do m…
## 3971                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3972                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 3973                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3974                 RT @acadarena: 🤝 Congratulations to our winner of ACES: #Valorant, #DOTA2 and #LeagueofLegends last weekend 💥\n\nCampus esports is #NotJustPl…
## 3975                  RT @LoLMemesBot: Any off-meta enjoyers?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 3976                                                              RT @MikeJCart: League of Legends\n#LeagueOfLegends #LeagueOfLegendsfanart https://t.co/0gvMUznHCl
## 3977                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3978                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 3979                         RT @minhminhla: Zoe is ready for Xmas ~ #Fanarts #LeagueOfLegends #Zoe #LeagueOfLegendsFanArt #Xmas #bunnygirl https://t.co/wLIrlWHwlS
## 3980                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 3981                  RT @LuluSiimp: Si there is people in league who hack the acc of people and climb with it ?!!\nHeyloo hack me YourFavoriteLulu in EUW hack it…
## 3982                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 3983                   RT @Loringale: If I went back to streaming, what should I stream?🥺 My biggest concern is always that I'm not entertaining enough but I do m…
## 3984                   RT @X17Swan: I'm not sure what to think about this game. #StarGuardian #LeagueofLegends #mobilegame #GuardianasEstelares #GENGWIN #YıldızMu…
## 3985                 RT @RivenStore: How ya doin`?\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lolstuff…
## 3986                 RT @RivenStore: Who remembers that?\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lo…
## 3987              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 3988               RT @KenApplepi: Withered Rose Viego 🌹\n#Conceptober2022 (23/31)\n\n#LeagueOfLegends #ArtofLegends #artistsontwitter #viego #conceptart\nList by…
## 3989                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 3990                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 3991              RT @Koiarts1: Fan art Navy Seal Jinx \n \nRT are appreciated 🔁✨\n#HumanArtists #CreateDontScrape\n\n#Jinx #leagueoflegends #artoflegends #huion…
## 3992                                                           RT @s_vfaye: why am I not challenger yet ngl #LeagueOfLegends #Swain #HighIQ https://t.co/03vNjvBi2T
## 3993                  RT @dempugs1: There should be more games like this. #LeagueOfLegendsFanArt #LeagueofLegends #MOBA #TransformaTuDestino #ClashLoL #FLYWIN \nO…
## 3994                RT @HobbySharky: I am now live!\nhttps://t.co/NUohtzJ120\n\n#riven #toplane #lol #leagueoflegends #korean #asian #game #stream #live #twitch #…
## 3995                  RT @CelestialLexi: Do you have a "eUWU" account?😂💗\n\n#lolmemes #LeagueOfLegends #leagueoflegendsEU #VTuber #ENVTuber https://t.co/qCERKekKyg
## 3996                                          RT @LaurenB56946765: Started playing a game again. #StarGuardian #mobilegame #LeagueofLegends https://t.co/pZMnxY1yr7
## 3997                                                        RT @joiejoy_lm: LeBlanc, The Deceiver.\n#LeBlanc #LeagueOfLegends #ArtofLegends https://t.co/VpkmUgRb5q
## 3998                                      RT @N_I_X_E_U: Purple Butterflies\n#digitalart #kaisa #LeagueOfLegends\n⋗ https://t.co/eWo50Mm2Bd https://t.co/ul1ZyhdQRe
## 3999               RT @mahou_michi: "Let's do this by the book."\n\nWho is your favorite character from League of Legends?👀\n\n#arcane #ArcaneArt #LeagueofLegends…
## 4000                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4001                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4002                  RT @LoLMemesBot: Wait...It's all just Neace Tips?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds202…
## 4003                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4004                               RT @skymagpieart: Hot edgy assassins looking at you, wyd? \n#kayn #akali #LeagueOfLegends #akalixkayn 💚💙 https://t.co/1eT5xXgsTl
## 4005                 RT @blazordiffusion: Samira of League of Legends! #LeagueOfLegends  #Samira #stablediffusion \n\nhttps://t.co/0xtqGDUfQL https://t.co/mxb0caT…
## 4006                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4007                  RT @LoLMemesBot: Wait...It's all just Neace Tips?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds202…
## 4008                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4009                               RT @skymagpieart: Hot edgy assassins looking at you, wyd? \n#kayn #akali #LeagueOfLegends #akalixkayn 💚💙 https://t.co/1eT5xXgsTl
## 4010               RT @fluffypuffy0w0: 🥹 Yone &lt;33 ✨️\n#yone #wildrift #leagueoflegends #leagueoflegendsfanart #yonefanart #spiritblossom https://t.co/OPEm6GDWW5
## 4011                   RT @lazystormcloud: happy birthday pretty girl :’) #happybirthdayvi #LeagueOfLegendsFanArt #LeagueOfLegends #vileagueoflegends #vifanart ht…
## 4012                   RT @lazystormcloud: happy birthday pretty girl :’) #happybirthdayvi #LeagueOfLegendsFanArt #LeagueOfLegends #vileagueoflegends #vifanart ht…
## 4013            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 4014                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4015                 RT @AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao. \n\nhttps:/…
## 4016                   RT @YahooEsportsSEA: Due to one of ARAM’s newest features, some players have discovered an Anivia bug. #LeagueofLegends https://t.co/BtEzz5…
## 4017                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4018                      RT @Drawing_Jimmy: Zoe x Aurelion Sol coming home from the grocery store ♥️♥️♥️, #Zoe #AurelionSol #ArtofLegends #LeagueOfLegendsFanArt #Le…
## 4019                                                              RT @MikeJCart: League of Legends\n#LeagueOfLegends #LeagueOfLegendsfanart https://t.co/0gvMUznHCl
## 4020                                                 RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 4021                    RT @MarvOldGamer: 🔴Live | 👋🏻Welcome!👋🏻 | 🎅Merry Christmas🎅🎄Happy Holydays🎄🎆Happy New Year🎆🌠Wish you all the best🌠 #LeagueofLegends #Gaming…
## 4022                RT @MrNobod16072554: UpGonna do some comic reading\n \n#leagueoflegends #emperor #animegirls\n\nhttps://t.co/7B33xLk7mW https://t.co/H4EERNuYyg
## 4023                  RT @luce_azu: I thought i posted this here but i was wrong XD\nThis was a practice on ibis paint cuz i want to use my phone to draw to but i…
## 4024                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4025                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4026                RT @MrNobod16072554: UpGonna do some comic reading\n \n#leagueoflegends #emperor #animegirls\n\nhttps://t.co/7B33xLk7mW https://t.co/H4EERNuYyg
## 4027                                                           RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT
## 4028                                                RT @IndiiCreates: 🌅Hope for the future🌅\n\nMel, arcane fanart.\n\n#LeagueOfLegends #art https://t.co/xVDITv2HZ7
## 4029                                                        RT @joiejoy_lm: LeBlanc, The Deceiver.\n#LeBlanc #LeagueOfLegends #ArtofLegends https://t.co/VpkmUgRb5q
## 4030               RT @mahou_michi: "Let's do this by the book."\n\nWho is your favorite character from League of Legends?👀\n\n#arcane #ArcaneArt #LeagueofLegends…
## 4031                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4032                 RT @firepix515: Zero War Ahri Fortnite skin concept!\n\nTrapped in a world far from her home, and with little choice, Ahri joins the fight to…
## 4033                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4034                RT @Balea_studio: I love making #cute #girls with cute hair colors✨✨\n#emoteartist #emotes #twitch #TwitchEmotes #Emotes #Ibispaintx #commis…
## 4035               RT @mahou_michi: "Let's do this by the book."\n\nWho is your favorite character from League of Legends?👀\n\n#arcane #ArcaneArt #LeagueofLegends…
## 4036                                                                    RT @liddlemeow: I'm winning with champs I don't even play, I'm that bored. #LeagueOfLegends
## 4037                                          RT @fuwamoowa: mythmaker irelia 🥮\n\n#mythmakerirelia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/xnHojfPNte
## 4038                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4039               RT @mahou_michi: "Let's do this by the book."\n\nWho is your favorite character from League of Legends?👀\n\n#arcane #ArcaneArt #LeagueofLegends…
## 4040                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4041              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4042                                                              RT @JaredPo87147132: It's a lot of fun.🙊🙊🙊 #StarGuardian #LeagueofLegends https://t.co/YRmJzmEqg3
## 4043                  RT @LoLMemesBot: A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 4044                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 4045               RT @mahou_michi: "Let's do this by the book."\n\nWho is your favorite character from League of Legends?👀\n\n#arcane #ArcaneArt #LeagueofLegends…
## 4046                                                          RT @freefireJack2: The world is wonderful.🎮🎮🎮🎮 #Gameplay #LeagueofLegends #Worlds2021 #TLWIN #GENGWIN
## 4047                  RT @qed57: #RiotGames (#LeagueofLegends) Trying To Get Out Of Terrible Crypto Sponsorship Deal with #FTX #SBF\n\nhttps://t.co/pI9Ccwiysj via…
## 4048                  RT @LoLMemesBot: Thanks Rito\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Sp…
## 4049               RT @mahou_michi: "Let's do this by the book."\n\nWho is your favorite character from League of Legends?👀\n\n#arcane #ArcaneArt #LeagueofLegends…
## 4050              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4051              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4052              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4053                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4054                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 4055                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 4056                                                                                 RT @LOLegendsMemes: based gank #LeagueOfLegends #Memes https://t.co/WthTB6ZQvw
## 4057                    RT @MarvOldGamer: 🔴Live | 👋🏻Welcome!👋🏻 | 🎅Merry Christmas🎅🎄Happy Holydays🎄🎆Happy New Year🎆🌠Wish you all the best🌠 #LeagueofLegends #Gaming…
## 4058                  RT @arvazi2: It was fun.👇 #mobilegame #Fanart #LeagueofLegends #YıldızMuhafızları #GuardianasEstelares #Nilah \nSource: https://t.co/UU5kTBh…
## 4059                  RT @arvazi2: It was fun.👇 #mobilegame #Fanart #LeagueofLegends #YıldızMuhafızları #GuardianasEstelares #Nilah \nSource: https://t.co/UU5kTBh…
## 4060                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4061                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 4062                RT @BiirdyGirl: A video of Cosmic Harpy Lissandra.\n Hope you like it !\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #lissand…
## 4063              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4064                           RT @sasoxichomoshi: ✨ so whimsical ✨\n\n#artoflegends #leagueoflegends #skinconcept #lulu #mestreensinador https://t.co/GnO7bTOQqT
## 4065                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4066                   RT @X17Swan: I'm not sure what to think about this game. #StarGuardian #LeagueofLegends #mobilegame #GuardianasEstelares #GENGWIN #YıldızMu…
## 4067                                RT @Moondustina: Supports life 🤧\n\n#leagueoflegends #artoflegends #leagueoflegendsfanart #janna #xayah https://t.co/XZwS8bnIgy
## 4068                                                                                 RT @LOLegendsMemes: based gank #LeagueOfLegends #Memes https://t.co/WthTB6ZQvw
## 4069              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4070               RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…
## 4071                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4072                  RT @qed57: #RiotGames (#LeagueofLegends) Trying To Get Out Of Terrible Crypto Sponsorship Deal with #FTX #SBF\n\nhttps://t.co/pI9Ccwiysj via…
## 4073              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4074                RT @DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock #leaguetwt h…
## 4075              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4076                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 4077                        RT @NIJISE_: I HAVE 2 SIDES\n.\nNeeko and Viego, my mains in lol \n#viego #neeko #ArtofLegends #LeagueOfLegends https://t.co/VDGU3MNtoh
## 4078                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4079                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 4080               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 4081                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4082             RT @stats_live_es: ▶️ League of Legends - Top streams a las 08:58 (Hora ESP)🔥\n\n🥇 #nezumivy➖Viewers: 831\n🥈 #JimRsNg➖Viewers: 535\n🥉 #Lindsan➖…
## 4083                                          RT @fuwamoowa: mythmaker irelia 🥮\n\n#mythmakerirelia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/xnHojfPNte
## 4084                   RT @LittleNamiRose: Go watch @GuardiansWarcry Sub and follow. Here is his weekly schedule! #gamer #twitch #streamer #Overwatch2 #worldofwar…
## 4085              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4086                   RT @AlstanfordA: So an update on my wip, the holidays have me a little stressed, but I've been working on this. Happy with how it's looking…
## 4087                  RT @LoLMemesBot: jesse we must burst enemy champions with % health damage jesse\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #Le…
## 4088                   RT @atomicant_cami: my friend really likes jinx x cait and in this house we dont shame #LeagueOfLegends #artoflegends https://t.co/Hd8ILRpb…
## 4089               RT @ItsSojuTime: Looking for chill #LeagueOfLegends Players that can Flex Roles &amp; just chill and vibe with a few new people that are learni…
## 4090                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4091                                                                      RT @nikoniko_808: 💥jinx doodles 💥\n#jinx #arcane #LeagueOfLegends https://t.co/VZzFqRqdOr
## 4092                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 4093                                                RT @Leahmeow9: just you and me Fishbones- Jinx\n\n#arcane #jinxcosplay #LeagueOfLegends https://t.co/z1bcCaTIgx
## 4094                                             RT @urannius: I finished it 🥹🥹\n\n#caitlynkiramman #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/fAfSdj2nFC
## 4095                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4096                                                            RT @KingoftheP0nd: 1v2 to secure scuttle #LeagueOfLegends #gaming #volibear https://t.co/1YTYLGgObi
## 4097                               RT @Santlukearts: Happy Birthday Vi 🎉🎉🎊🎊\n\n#vi #arcane #leagueoflegends #arcanefanart #viarcane #sketch https://t.co/JMo1gdZ17u
## 4098           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 4099               RT @Excellete_tv: First sett.exe highlight video up on Youtube! Lots of fun editing by our editor, Snooki 😊\n\nhttps://t.co/Fgg49LLe4r\n\n#yout…
## 4100                                                                         RT @is_is_gemini_is: Powder #Jinx \n\n#arcane #LeagueOfLegends https://t.co/KyiS8U3YWD
## 4101                  RT @Catheri27847830: We are trying out the game.🥺🥺🥺🥺🥺 #LeagueofLegends #Game #Fanart #YıldızMuhafızları #GENGWIN #Nilah \nOriginal: CovenLeB…
## 4102                  RT @Catheri27847830: We are trying out the game.🥺🥺🥺🥺🥺 #LeagueofLegends #Game #Fanart #YıldızMuhafızları #GENGWIN #Nilah \nOriginal: CovenLeB…
## 4103                                                                             RT @chajasu: BET #LeagueofLegends | Captured by #Outplayed https://t.co/fy3T7B7uwa
## 4104                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4105             RT @stats_live_es: ▶️ League of Legends - Top streams a las 08:58 (Hora ESP)🔥\n\n🥇 #nezumivy➖Viewers: 831\n🥈 #JimRsNg➖Viewers: 535\n🥉 #Lindsan➖…
## 4106                   RT @shapy_wa: baddest ahri acts like a REAL badass🖤 nsfw + comic versions here: https://t.co/8zBk0uIJnj 🤭 #ahri #baddest #kda #LeagueOfLege…
## 4107                   RT @shapy_wa: popstar ahri! wanna see the🍑?🤭 check out my patreon: https://t.co/8zBk0uIJnj 💖 #ahri #popstar #LeagueOfLegends #art #fanart #…
## 4108                                                                 RT @kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3
## 4109                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 4110                  RT @LoLMemesBot: Rate my new name\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelio…
## 4111                  RT @victorli_ran: everybody wants to be my enemy\n#ARCANExDRAGONSxJID #ARCANE #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/WsWe03a7Vu
## 4112              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4113                  RT @Catheri27847830: We are trying out the game.🥺🥺🥺🥺🥺 #LeagueofLegends #Game #Fanart #YıldızMuhafızları #GENGWIN #Nilah \nOriginal: CovenLeB…
## 4114               RT @leochamposa: #loltubre2022 DAY 4; Favorite couple \n\nThis year my favorite couple is Lee Sin and Udyr 🤠\n\n#LoLtubre #LeagueOfLegends #cre…
## 4115                                                RT @dr_shotus: Drew a bit of modern #viego bcs I can.\n\n#artoflegends #leagueoflegends https://t.co/Dhjb5lp1jX
## 4116                                                                 RT @kwjyaaah4: Marriage #xayah #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/0b98BYytW3
## 4117                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4118                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4119                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4120                   RT @metalichotchoco: Official yordle alignment chart #kennen #poppy #lulu #tristana #Teemo #ziggs #corki #veigar #rumble #fizz #gnar #vex #…
## 4121                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4122                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 4123                 RT @metalichotchoco: Elderwood veigs is still plenty fuzzy, drawing him half mask was fun \n\n#LeagueOfLegendsFanArt #ArtofLegends #veigar #L…
## 4124                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4125                 RT @sabeapurpura: Team Yordles! 💜\n🎨「https://t.co/bXpUKRLor5」 ̖́-\n#Leagueoflegends #artoflegends #poppy #lulu #vex #tristana https://t.co/aj…
## 4126                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4127                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4128                                                    RT @localsya: Full sketch page of Syndra, missed drawing her tbh \n#LeagueOfLegends https://t.co/TP5Eajy7PX
## 4129                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4130                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4131                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4132              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4133           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 4134                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4135    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 4136                 RT @Rysaczowo: TF, hide your deck pls.\n\nSo yeah... As I had a lot of things to do today I promised myself a tiny self care sketch. Not ever…
## 4137                 RT @Rysaczowo: Once in my goddamn lifetime I will say it unironically: Thank you, Riot.\n\n#LeagueOfLegends #LeagueofLegendsart #idiotpirates…
## 4138                       RT @pinksthinkss: just playing with a new artstyle :&gt;\n\n#vi #arcane #leagueoflegends #arcanefanart #viarcane https://t.co/MOpGrXFfd0
## 4139                                                                              RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q
## 4140                   RT @galacticmafia: gift for @Tobias_Fate of twisted fate and graves! he suggested a pic of them back to back in a fight, so naturally i had…
## 4141                  RT @J0ker_LoL: Since these two cute pirates finally are together I made two headers for them that are FREE to use❤️ \n\n#LeagueOfLegends #Art…
## 4142                                            RT @_krez2902: Twisted Fate visual update when?\n\n#tfgraves #idiotpirates #leagueoflegends https://t.co/qdPSo0dBa7
## 4143                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4144             RT @Rysaczowo: #idiotpirates but it's Lilo &amp; stitch\n\nCause apparently a few centimeters of height difference between Fate and Graves are en…
## 4145                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 4146             RT @Rysaczowo: #idiotpirates but it's Lilo &amp; stitch\n\nCause apparently a few centimeters of height difference between Fate and Graves are en…
## 4147              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4148             RT @Rysaczowo: #idiotpirates but it's Lilo &amp; stitch\n\nCause apparently a few centimeters of height difference between Fate and Graves are en…
## 4149              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4150                   RT @nugothezreal: I'm offering this tfgraves skin pairing to the league of legends wild rift community and hoping people will draw them tog…
## 4151                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4152                                                    RT @localsya: Full sketch page of Syndra, missed drawing her tbh \n#LeagueOfLegends https://t.co/TP5Eajy7PX
## 4153                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4154                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 4155                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4156                                RT @Haabibic: Happy Birthday mi little Vi 🥰\n#vi #LeagueOfLegends #arcane #caitvi #ekko #jinx #timebomb https://t.co/OvxV4ijONy
## 4157              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4158                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 4159                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4160                    RT @Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I've yet…
## 4161                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 4162                   RT @JerryBu49551618: Hope you're doing well!👏👏👏 #Game #LeagueofLegends #LeagueOfLegendsFanArt #YıldızMuhafızları #Bjergsen #GuardianasEstel…
## 4163                                                                                      RT @arvve: love them \n#tfgraves #leagueoflegends https://t.co/f9IiXADBf6
## 4164              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4165                                       RT @spicebowls: Oh LOOK. IM ACTIVE. and im drawing??\n\n#idiotpirates #tfgraves #LeagueOfLegends https://t.co/EcVFaFbll7
## 4166                RT @mambolina0: Recruitment for magician's assistant contd. ✨⭐️\nhttps://t.co/xtrZxFGqty\n#leblanc #LeagueOfLegends #artoflegends https://t.c…
## 4167                       RT @OSenekart: I love those two with all my heart\n#idiotpirates #tfgraves #LeagueofLegends #Graves #twistedfate https://t.co/qmMXab0JBy
## 4168                                                          RT @hi__host: Husbands having a good time 🕺🕺❤️\n~~\n#tfgraves #LeagueOfLegends https://t.co/gv5s7Q67Db
## 4169                RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…
## 4170                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4171                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4172              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4173                 RT @RangerEd_64: Reading, Everything We Should Have Said (K'Sante Story) https://t.co/3AeiGMeGZh via @YouTube \n\n#LeagueOfLegends #League_of…
## 4174              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4175                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4176                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 4177                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 4178                                           RT @L0VERSEYES: they will never be besties... *spits cereal*\n#leagueoflegends #rhaast #jinx https://t.co/DsfXCufMCj
## 4179                   RT @swifttitain: After about 2 years, I finally got every skin for my otp champ....#LeagueOfLegends #League_of_Legends #lolwr https://t.co/…
## 4180                                                     RT @Onezeroisten: welcome home Yasuo, dinners ready\n#yone #yasuo #LeagueOfLegends https://t.co/rnpndoIzkV
## 4181                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4182                                   RT @ClowneryMilk: Sus\ni mean\nSylas\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Sylas https://t.co/4Cq1WSNN1F
## 4183                                   RT @ClowneryMilk: Sus\ni mean\nSylas\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Sylas https://t.co/4Cq1WSNN1F
## 4184                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 4185                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4186              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4187                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4188                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4189                  RT @LoLMemesBot: Even Riot playing the game with lags.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worl…
## 4190                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4191                 RT @EloDragonLoL: new feature. never seen before\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legend…
## 4192                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 4193                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 4194                                            RT @2Hathorn: Happy Birthday to Vi! (12/19/22) \n\n❤️♥️💜💗💖💕💞💓❣️💘💟💝\n\n#Arcane #LeagueOfLegends https://t.co/jtmrKvGvPE
## 4195                 RT @JJKunArts: I swear it sounded funnier in my head(?\n\n#Settphel  #settphelios  #Sett #Aphelios  #phelsett #settxaphelios #artoflegends #L…
## 4196                   RT @doctorcozzplays: We’re late, but we’re still streaming! Home from a work holiday party and ready to play some LEAGUE! #twitchstreamer #…
## 4197                                                            RT @BonniieA: Ahri 🦊\nher new model is beautiful🧡\n\n#Ahri #LeagueOfLegends https://t.co/vymcs8hmVz
## 4198                                                                              RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q
## 4199                                                 RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 4200              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 4201                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4202                  RT @Spoopy_Owl: 🪩Space Groove Viego🪩\n\nA king from a faraway planet has come to join The Jam and groove out! Happiness fills the room as he…
## 4203                  RT @loreofruneterra: Janna - Biography (Audiobook): submitted by  /u/PrestigeEditionBooks  \n [link] [comments] https://t.co/ltz3Za1cSL #lor…
## 4204                   RT @LOLegendsMemes: The Chinese spyware gacha games are going to have a field day with this once they realize they don't even have to pay a…
## 4205                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4206                   RT @doctorcozzplays: We’re late, but we’re still streaming! Home from a work holiday party and ready to play some LEAGUE! #twitchstreamer #…
## 4207                   RT @doctorcozzplays: We’re late, but we’re still streaming! Home from a work holiday party and ready to play some LEAGUE! #twitchstreamer #…
## 4208                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4209                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4210                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4211                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 4212                  RT @MYP_esport: Loading....\n+Info @messaval @MaraYPrice \n#valorant #ApexLegends #Fortnite #CSGO #RainbowSixSiege #LeagueOfLegends #eSports…
## 4213              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4214                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4215                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 4216                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4217                   RT @o_oleu: Day 27 of #skintober Shan Hai Scrolls Vladimir “The Inkweaver Demon” #LeagueOfLegends #ArtofLegends #vladimir https://t.co/UTNY…
## 4218              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4219                RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…
## 4220              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:08 (Hora ESP)🔥\n\n🥇 #PochiPoom➖Viewers: 468\n🥈 #JimRsNg➖Viewers: 411\n🥉 #elubama…
## 4221                 RT @EloDragonLoL: new feature. never seen before\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legend…
## 4222               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4223                                                             RT @ProjectAiyoh: Sett Gym Selfie 🤳  #Sett #nsfwart #bara #LeagueOfLegends https://t.co/mWhQ5YVfpa
## 4224                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 4225                RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 4226                  RT @MangakaNekoChan: Found this old sketch of music verse #Seraphine and #Viego being best friends and polished it a bit✨\n#LeagueOfLegends…
## 4227                   RT @AnneAnd81932053: Wanna play games? #LeagueofLegends #LeagueOfLegendsFanArt #MOBA #TransformaTuDestino #StarGuardian #TLWIN https://t.co…
## 4228                   RT @AnneAnd81932053: Wanna play games? #LeagueofLegends #LeagueOfLegendsFanArt #MOBA #TransformaTuDestino #StarGuardian #TLWIN https://t.co…
## 4229                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4230               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 4231                  RT @LoLMemesBot: A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 4232                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4233                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4234                   RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…
## 4235              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4236               RT @medok_art: Behind the scenes and Typical working day at "Thresh Records"\n\nHave a nice productive week!💚\n\n#Thresh #Viego #LeagueOfLegend…
## 4237                           RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel
## 4238              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4239                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4240                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4241                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 4242                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4243                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4244                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4245                                                             RT @Kaikepe77996148: #Arcane #ekko #jinx #LeagueOfLegends \nBoy Savior🌌💚🧡💛 https://t.co/xe89hmM2gp
## 4246                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4247                RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…
## 4248              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4249                   RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…
## 4250                   RT @beetlebees: Practicing painting when I pause the show, this was an hour study  🐝#arcane #jayce #jaycetalis #LeagueOfLegends #LeagueOfLe…
## 4251                                RT @leochamposa: Good for them 🥺 \n\n#LeagueOfLegends #creadoresdelollatam #sett #aphelios #settphelios https://t.co/kY4mh7xjIh
## 4252                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4253                                                                                         RT @vatheja: arcana #jinx wip #LeagueOfLegends https://t.co/rqg9F7vAJP
## 4254                  RT @AskyReddit: I like this game.👇 #LeagueofLegends #LeagueOfLegendsFanArt #ArtofLegends #TLWIN #G2WIN #КосплейLoL \nOriginal: Bunnicow http…
## 4255                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4256                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4257                   RT @swifttitain: After about 2 years, I finally got every skin for my otp champ....#LeagueOfLegends #League_of_Legends #lolwr https://t.co/…
## 4258                                           RT @MakeeYhang: Enjoy💕💕💕 #LeagueOfLegendsFanArt #mobilegame #LeagueofLegends #YıldızMuhafızı #Worlds2021 #КосплейLoL
## 4259                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4260                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4261                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4262                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 4263                 RT @ar_yoop: I wanted to share a comparison on how their sculpts look compared to the final model, its cool!\n\nI hope you enjoy and let me k…
## 4264                RT @medok_art: Just my silly lilttle video w Viego's signature! Enjoy!💚\n(WATCH TILL THE END)\n\n#Viego #LeagueOfLegends #ArtofLegends #Ruinat…
## 4265               RT @KenApplepi: Withered Rose Viego 🌹\n#Conceptober2022 (23/31)\n\n#LeagueOfLegends #ArtofLegends #artistsontwitter #viego #conceptart\nList by…
## 4266                              RT @ninetthorn: croptop kings ✨👑\n\n#ksante #viego #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/7WvHejv9Xe
## 4267            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 4268                  RT @HdDxrth: It's an amazing game! #LeagueofLegends #Game #GuardiãsEstelas #ClashLoL #StarGuardian \nOriginal: omidyla https://t.co/KXVxKU7X…
## 4269                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4270                   RT @M0nkaeee: Splash idea for a concept of winterblessed Ahri I seen that I had laser focused on (she is NOT my design 🚨🚨🚨🚨) 🥹 AWESOME CONC…
## 4271                 RT @grymalk1nn: POV you stole your ad carry’s cs\n\n#Caitlyn #ArtofLegends #LeagueOfLegendsFanArt #LeagueofLegends #Riot #caitlynkiramman htt…
## 4272                       RT @pinksthinkss: just playing with a new artstyle :&gt;\n\n#vi #arcane #leagueoflegends #arcanefanart #viarcane https://t.co/MOpGrXFfd0
## 4273                RT @BiirdyGirl: A video of Cosmic Harpy Lissandra.\n Hope you like it !\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #lissand…
## 4274                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4275                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4276                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4277            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 4278                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 4279              RT @alexiassama: Finally finished my Vi artwork 💗✨ it's very simple but I'm proud of it! :)\n\nEvery retweet is appreciated 🙏\n\n#arcane #Leagu…
## 4280                 RT @CATBR3AD: No price is too great. No atrocity beyond my reach.\n\n#LeagueofLegends #ArtofLegends #LeagueofLegendsFanart #Viego https://t.c…
## 4281                  RT @Spoopy_Owl: 🪩Space Groove Viego🪩\n\nA king from a faraway planet has come to join The Jam and groove out! Happiness fills the room as he…
## 4282            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 4283                 RT @RivenStore: Who remembers that?\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lolstuff htt…
## 4284                RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 4285                RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 4286                  RT @arvazi2: It was fun.👇 #mobilegame #Fanart #LeagueofLegends #YıldızMuhafızları #GuardianasEstelares #Nilah \nSource: https://t.co/UU5kTBh…
## 4287                   RT @LuneSnowTail: furry friday's streams are getting complex and that is good!! today I made a #yuumi #fanart from #LeagueOfLegends on twit…
## 4288              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4289                   RT @LoLMemesBot: Sometimes you just have to have more brain damage than the enemy.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx…
## 4290                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4291              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4292              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 4293                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4294                  RT @CelestialLexi: Do you have a "eUWU" account?😂💗\n\n#lolmemes #LeagueOfLegends #leagueoflegendsEU #VTuber #ENVTuber https://t.co/qCERKekKyg
## 4295                 RT @__kirene: i want what they have fr fr\n\n#settphel #phelsett #settphelios #sett #aphelios #spiritblossom #LeagueOfLegends #ArtofLegends #…
## 4296                   RT @Pixel__Byte: Riot Games Trying To Get Out Of Terrible Crypto Sponsorship Deal https://t.co/rYK1WdeI90 #riotgames #riot #leagueoflegends…
## 4297                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4298                                                   RT @Eggpoach1: The squid battle is about to start. #mobilegame #LeagueofLegends #LoL https://t.co/ARybaqwjfM
## 4299                  RT @luce_azu: I thought i posted this here but i was wrong XD\nThis was a practice on ibis paint cuz i want to use my phone to draw to but i…
## 4300                                                 RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 4301                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 4302                  RT @MangakaNekoChan: Found this old sketch of music verse #Seraphine and #Viego being best friends and polished it a bit✨\n#LeagueOfLegends…
## 4303                                      RT @leochamposa: Would you still love me if I was a worm? 🥺 \n\n#LeagueOfLegends #katarina #garen https://t.co/7vBJbdywi8
## 4304                RT @leochamposa: #LoLtubre2022 DAY 1: Favourite Champ \n\nYou already know, Garen is my baby 🥺❤️\n\n#LeagueOfLegends #LoLtubre #creadoresdeloll…
## 4305                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4306                   RT @LaurenMorXO: Convinced majority of people in solo que have lower than average IQs or that the claimed average is actually much higher t…
## 4307                RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…
## 4308                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4309                 RT @Spoopy_Owl: 🎶 Last Melody 🎶\n\nThe last notes on repeat, to remember his once happy life made by his creator. Now forgotten, it is all th…
## 4310                 RT @leochamposa: Zeri looking how the rest of ADC's are getting buffs while she keeps being nerfed\n\n#LeagueOfLegends #creadoresdelollatam #…
## 4311                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4312                   RT @lazystormcloud: happy birthday pretty girl :’) #happybirthdayvi #LeagueOfLegendsFanArt #LeagueOfLegends #vileagueoflegends #vifanart ht…
## 4313                   RT @lazystormcloud: happy birthday pretty girl :’) #happybirthdayvi #LeagueOfLegendsFanArt #LeagueOfLegends #vileagueoflegends #vifanart ht…
## 4314                 RT @leochamposa: Zeri looking how the rest of ADC's are getting buffs while she keeps being nerfed\n\n#LeagueOfLegends #creadoresdelollatam #…
## 4315               RT @medok_art: Behind the scenes and Typical working day at "Thresh Records"\n\nHave a nice productive week!💚\n\n#Thresh #Viego #LeagueOfLegend…
## 4316                              RT @ninetthorn: croptop kings ✨👑\n\n#ksante #viego #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/7WvHejv9Xe
## 4317                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4318                  RT @Spoopy_Owl: 🪩Space Groove Viego🪩\n\nA king from a faraway planet has come to join The Jam and groove out! Happiness fills the room as he…
## 4319                    RT @AimlessBros: My pre season so far. \n\nRyze feels hella strong so gonna spam him for a bit.\n\n#LeagueOfLegends https://t.co/AzoiP4vyxn
## 4320                  RT @Spoopy_Owl: 🪩Space Groove Viego🪩\n\nA king from a faraway planet has come to join The Jam and groove out! Happiness fills the room as he…
## 4321                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 4322              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4323                                                             RT @Taryn_Cosplay: "I command, you obey!" 😈 Viego\n#LeagueOfLegends #Viego https://t.co/REsrioOJgs
## 4324                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4325                  RT @MangakaNekoChan: Found this old sketch of music verse #Seraphine and #Viego being best friends and polished it a bit✨\n#LeagueOfLegends…
## 4326              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4327              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4328                  RT @Spoopy_Owl: 🪩Space Groove Viego🪩\n\nA king from a faraway planet has come to join The Jam and groove out! Happiness fills the room as he…
## 4329                RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 4330                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4331                 RT @Spoopy_Owl: 🎶 Last Melody 🎶\n\nThe last notes on repeat, to remember his once happy life made by his creator. Now forgotten, it is all th…
## 4332               RT @KenApplepi: Withered Rose Viego 🌹\n#Conceptober2022 (23/31)\n\n#LeagueOfLegends #ArtofLegends #artistsontwitter #viego #conceptart\nList by…
## 4333                              RT @ninetthorn: croptop kings ✨👑\n\n#ksante #viego #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/7WvHejv9Xe
## 4334                RT @medok_art: Just my silly lilttle video w Viego's signature! Enjoy!💚\n(WATCH TILL THE END)\n\n#Viego #LeagueOfLegends #ArtofLegends #Ruinat…
## 4335                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4336                 RT @Spoopy_Owl: 🎶 We played hide and seek in waterfalls 🎶\n\n#Viego #LeagueOfLegends #Artoflegends #LeagueOfLegendsFanArt https://t.co/Dp8ON7…
## 4337                  RT @AnieWein: Eve is queen of legs💎\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #akalynn #kdathebaddest #KDAISBACK #akalixevelynn…
## 4338                  RT @MacqueeniiMoth: Just some Pentakill Karthus and Viego doodles. Wanted to draw some singing peeps so here they are.\n#LeagueOfLegends #Le…
## 4339                  RT @MangakaNekoChan: Found this old sketch of music verse #Seraphine and #Viego being best friends and polished it a bit✨\n#LeagueOfLegends…
## 4340                RT @GoodBirbb: what he's angry about??\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Viego \n#УкрАрт #УкрАртПідтримка https://t.co…
## 4341                 RT @By_meeeeeeeee: My first design Viego cat\n.\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends   #lolfanart #viego https://t.co/rXLQe…
## 4342                              RT @SoongCi: Just... a simple Viego &lt;3\n\n#viego #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/q6Pl023asg
## 4343                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4344               RT @medok_art: Behind the scenes and Typical working day at "Thresh Records"\n\nHave a nice productive week!💚\n\n#Thresh #Viego #LeagueOfLegend…
## 4345                   RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…
## 4346                      RT @By_meeeeeeeee: Viego cat part 3\n.\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends   #lolfanart #viego https://t.co/pXzKAGr2AW
## 4347               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 4348                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 4349              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4350                                                 RT @shrimpfriedpies: anyway heres wonderwall #ArtofLegends #seraphine #LeagueOfLegends https://t.co/AJX2a73XPP
## 4351               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4352              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4353              RT @jamilsc: K/DA All Out Glam✨\nIniciemos!!\nNext: swimsuit\n\n#stripgame #challenge #fanart #illustration #digitalart #art #leagueoflegends #…
## 4354                  RT @Same_VoiceActor: In Japanese, DIO from JoJo's Bizzare Adventures has the same voice actor as Sett from League of Legends.\n#JoJosBizarre…
## 4355                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4356                           RT @mushiefrogg: some old musical #vieshan I need to draw pentakevin more\n\n#viego #akshan #LeagueOfLegends https://t.co/lrWO9gfdDp
## 4357                           RT @mushiefrogg: some old musical #vieshan I need to draw pentakevin more\n\n#viego #akshan #LeagueOfLegends https://t.co/lrWO9gfdDp
## 4358               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 4359                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4360                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 4361                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4362                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4363               RT @yattadante: Weekly Schedule Tweet!\n\nSCHEDULE\nFortnite Fridays - Cancelled for this week #Fortnite\nMOBA Mondays - Cancelled for this wee…
## 4364                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4365                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4366                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4367                    RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 4368                             RT @Scionraccoon: Glorious\n\n#Viktor #MachineHerald #LeagueOfLegends #myart #meme #helpmepleasererghjhyrt https://t.co/n0UqZiYoiO
## 4369                  RT @LoLMemesBot: Friend just sent me this. Ads for scripts! Lets gooo!\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLeg…
## 4370                                                                                         RT @vatheja: arcana #jinx wip #LeagueOfLegends https://t.co/rqg9F7vAJP
## 4371                                        RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT
## 4372                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4373                RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 4374               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4375                                  RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux
## 4376                RT @Jetto__: https://t.co/S22zS1ilVj                 \nHIGH MMR BIG PLAYS BIG ACTION\n#twitch #twitchtvstreamer #twitchstreamer #twitchtv  \n#…
## 4377                   RT @Tak_The_Mac: #LeagueOfLegends Yes! I love Rhaast and all but healing has been a problem in my mind since I started a little less than a…
## 4378                                                           RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT
## 4379                RT @_another_tina_: This took so long, but the Firelight Ezreal design I did for fun is done\n\n.\n#Ezreal #Ekko #LeagueOfLegends https://t.co…
## 4380                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4381                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4382                   RT @LaurenMorXO: Convinced majority of people in solo que have lower than average IQs or that the claimed average is actually much higher t…
## 4383                   RT @Pixel__Byte: Riot Games Trying To Get Out Of Terrible Crypto Sponsorship Deal https://t.co/rYK1WdeI90 #riotgames #riot #leagueoflegends…
## 4384                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4385                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4386                                                                              RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q
## 4387                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4388                RT @TSGKurama: [#LeagueOfLegends]\nHello,\nI am looking for fulltime players "GM+" on top, jungle and mid for a team\nfrom a good friend!\nthe…
## 4389              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4390              RT @alexiassama: Finally finished my Vi artwork 💗✨ it's very simple but I'm proud of it! :)\n\nEvery retweet is appreciated 🙏\n\n#arcane #Leagu…
## 4391                    RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 4392                   RT @LaurenMorXO: Convinced majority of people in solo que have lower than average IQs or that the claimed average is actually much higher t…
## 4393                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4394                 RT @kilianjunk: Akali fanart in the style of Project L. You can find more shots on Artstation:\nhttps://t.co/J6MaRW2KDa\n@riotgames @ProtomCa…
## 4395                 RT @RangerEd_64: Reading, Everything We Should Have Said (K'Sante Story) https://t.co/3AeiGMeGZh via @YouTube \n\n#LeagueOfLegends #League_of…
## 4396                                                             RT @Erundel: 【AU】Saltying with Maple and Luca https://t.co/H149UFcwVn   #LeagueOfLegends #vtuber
## 4397                                                                              RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q
## 4398                                                 RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 4399              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4400                                                         RT @Lethalborz: Pantheon has Flashbacks.\n\n#pantheon #Aatrox #LeagueOfLegends https://t.co/zPcon6maqw
## 4401                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4402                                              RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 4403                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4404                       RT @pinksthinkss: just playing with a new artstyle :&gt;\n\n#vi #arcane #leagueoflegends #arcanefanart #viarcane https://t.co/MOpGrXFfd0
## 4405                RT @AndiDoodleStash: https://t.co/WvhpsjU4e4\nA drawing of KaynPhel as the singer and the bassist of a visual kei band 💙💜\n\n#Aphelios #Kayn #…
## 4406                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4407                                              RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 4408                       RT @tharouu: Match Icon\nYone &amp; Yasuo\nArtist : @MessyRi \n#Yone #Yasuo #LeagueOfLegends #Lol #SpiritBlossom https://t.co/sf5gOFHdCh
## 4409                                                                     RT @dravensgf: Dont leave me meow :c \n#leaguetwt #LeagueOfLegends https://t.co/YVOJx0g2wt
## 4410                                                   RT @NicoleB42064037: I like this game.🚀🚀🚀🚀 #MOBA #LeagueofLegends #ArtofLegends #StarGuardian #ФанАрт #TLWIN
## 4411           RT @Feather_Fatale: Decided to choose a chroma that fits the winter a little more (Even tho I don't have snow &gt;w&lt;)\n\nDo NOT repost my commis…
## 4412                                                                       RT @JUrsus: Happy Birthday Vi\n19/12\n#LeagueOfLegends #piltover https://t.co/lQoruvhSun
## 4413               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 4414                  RT @BMObop_: Final piece✨ | no repost | #arcane #fanart #sketch #drawing #art #digital #digitalasset #vi #viarcane #LeagueOfLegends #artwor…
## 4415                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4416                  RT @catinipicnic: By popular demand ♡ Choose the champion for the next set of emotes !\n\nI am beyond flattered with the amount of support I…
## 4417                RT @AndiDoodleStash: https://t.co/WvhpsjU4e4\nA drawing of KaynPhel as the singer and the bassist of a visual kei band 💙💜\n\n#Aphelios #Kayn #…
## 4418                                                 RT @ColossusMibl: A quick sketch on hairstyles for a baby 💦\n\n#LeagueOfLegends #Varus https://t.co/EgdQopStkW
## 4419                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4420                                                                              RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q
## 4421                  RT @LoLMemesBot: Zeri gets trolled\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Apheli…
## 4422                                                                                                           RT @WaxiTaxi_: Plz make ranked Aram #LeagueOfLegends
## 4423                RT @ikaatako: Neeko always manages to find new friends....\nit's a pity that they didn't intersect in the SG story\n\n#ArtofLegends #LeagueOfL…
## 4424                                                                                         RT @vatheja: arcana #jinx wip #LeagueOfLegends https://t.co/rqg9F7vAJP
## 4425                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4426                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4427                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4428                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4429               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4430                                                                              RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q
## 4431                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4432                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4433                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4434                                      RT @PamMoruno: Well... the horny jail is my place.\n\n#ArtofLegends #LeagueOfLegends #RenataGlasc https://t.co/u34EYkRYOG
## 4435                                                                 RT @riverf1sh: The President's New Year speach\n1\\2\n#leagueoflegends https://t.co/NXzbfB5321
## 4436                                                                                         RT @vatheja: arcana #jinx wip #LeagueOfLegends https://t.co/rqg9F7vAJP
## 4437                                                                              RT @ColossusMibl: baby girl 🤧💜\n\n#LeagueOfLegends #Varus https://t.co/79gPFHpS0Q
## 4438                  RT @GrumpyGoatie: I'm gonna dedicate this one to @neonluca (My dear Soraka from our RP server.) 🫂💙\nBA - battle academia Hecarim. Work in pr…
## 4439                              RT @summerswirlarts: Hecarim really knows how to treat a lady! 😇❤️\n\n#hecarim #ruination #LeagueOfLegends https://t.co/KqnTO7GSLb
## 4440              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4441                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 4442                 RT @fluori_draws: Spirit Blossom Soraka Strip Game🌸💜\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #stripgame #digitalart #ArtistOnTwitter https…
## 4443                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4444                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 4445                                        RT @GrumpyGoatie: Unbound Hecarim \n#Hecarim #LeagueOfLegendsFanArt #LeagueOfLegends #Ruination https://t.co/yca1wLKyT2
## 4446                  RT @GrumpyGoatie: Battle academia Hecarim! \nAs you see, roleplaying can be FUN and INSPIRING! That's why this shit happened... Im pretty pr…
## 4447                  RT @MYP_esport: Loading....\n+Info @messaval @MaraYPrice \n#valorant #ApexLegends #Fortnite #CSGO #RainbowSixSiege #LeagueOfLegends #eSports…
## 4448                                      RT @PamMoruno: Well... the horny jail is my place.\n\n#ArtofLegends #LeagueOfLegends #RenataGlasc https://t.co/u34EYkRYOG
## 4449                  RT @MYP_esport: Loading....\n+Info @messaval @MaraYPrice \n#valorant #ApexLegends #Fortnite #CSGO #RainbowSixSiege #LeagueOfLegends #eSports…
## 4450                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4451                                       RT @ibonedrawhentai: 😂👌 supp diff #comic #LeagueOfLegends #ArtofLegends #aphelios #hecarim #nami https://t.co/41t9eu4K6o
## 4452                   RT @o_oleu: Day 1 of #skintober (here we go 💖) Star Nemesis Lissandra “the stealer of dreams.” #LeagueOfLegends #ArtofLegends #lissandra ht…
## 4453                    RT @o_oleu: Day 6 of #skintober Monster Tamers Orianna. A tamer made of CORE with an affinity for darkness. #LeagueOfLegends #ArtofLegends…
## 4454                                                 RT @shrimpfriedpies: anyway heres wonderwall #ArtofLegends #seraphine #LeagueOfLegends https://t.co/AJX2a73XPP
## 4455                   RT @o_oleu: Day 19 of #skintober Space Groove Seraphine “The Groove Fairy” #LeagueOfLegends #ArtofLegends #seraphine https://t.co/MjFLHuDoDb
## 4456                   RT @o_oleu: Day 25 #skintober Crime City Nightmare Cassiopeia “Mmmhaha trust me…the pleasure is all mine”. #LeagueOfLegends #artoflegends #…
## 4457                   RT @o_oleu: Day 31 of #skintober Fright Night Kindred… “Another life extinguishes” #LeagueOfLegends #ArtofLegends #kindred https://t.co/HFF…
## 4458                                                                                         RT @NIJISE_: Us when \n#viego #LeagueOfLegends https://t.co/jeT97jisrq
## 4459                                     RT @o_oleu: Fright Night Lissandra…the woe remains cast. #LeagueOfLegends #ArtofLegends #Lissandra https://t.co/SoIbVTcNv2
## 4460                                                 RT @shrimpfriedpies: anyway heres wonderwall #ArtofLegends #seraphine #LeagueOfLegends https://t.co/AJX2a73XPP
## 4461                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4462              RT @Taryn_Cosplay: The end begins!\nTaking a break from my path of destruction and enjoying this amazing gift by @LeagueOfLegends &amp; @Editric…
## 4463                RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…
## 4464                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4465                   RT @virkayu: Simply using information you HAVE in-game can lead to more determined pathing... which leads to JG DIFF in your favour. Observ…
## 4466                                            RT @2Hathorn: Happy Birthday to Vi! (12/19/22) \n\n❤️♥️💜💗💖💕💞💓❣️💘💟💝\n\n#Arcane #LeagueOfLegends https://t.co/jtmrKvGvPE
## 4467                                  RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O
## 4468                                  RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O
## 4469              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4470            RT @kristy_che: Arcane. City of Iron and Glass\n\nGauntlet made by Sazura Craft\n\nphoto @kmitenkova \n\n@arcaneshow @riotgames \n\n#vi #vicosplay…
## 4471                RT @kristy_che: F*ck you, Silco! I'll destroy everything that belongs to you! \n\n@arcaneshow @riotgames \n\n#vi #vicosplay #jinx #arcane #lol…
## 4472             RT @kristy_che: Fighting VI 💜\n\nGauntlet made by Sazura Craft\n\nphoto @kmitenkova \n\n#vi #vicosplay #jinx #arcane #lol #arcanecosplay #jinxcos…
## 4473                   RT @MiseriaeAmet: Some time ago there were pbe leaks that showed a ward: Aatrox's sword. So there is a possibility that the new season cine…
## 4474                  RT @luce_azu: I thought i posted this here but i was wrong XD\nThis was a practice on ibis paint cuz i want to use my phone to draw to but i…
## 4475                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4476                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4477                                                                                         RT @vatheja: arcana #jinx wip #LeagueOfLegends https://t.co/rqg9F7vAJP
## 4478                                        RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT
## 4479                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4480                                       RT @symphoniaxv: Guess who bought new procreate brushes? #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/X8EMVsbOVO
## 4481                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4482                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4483                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 4484                 RT @AwenYu666: Hi everyone,This is my Animation Reel in 2020, I hope you will like it🤩👊\n#Animations  #LeagueOfLegends #reel https://t.co/Ft…
## 4485                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 4486                                        RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT
## 4487                                                                         RT @is_is_gemini_is: Powder #Jinx \n\n#arcane #LeagueOfLegends https://t.co/KyiS8U3YWD
## 4488                           RT @eternalxena: going live now definitely getting back into gold 2 today 🥹\n\ntwitch . tv / eternalxena\n\n#leagueoflegends #twitch
## 4489               RT @KwaPurple: Neeko spirit blossom🌸\nConcept by @plummitty  \nI love this Concept ✨\n#LeagueOfLegendsFanArt  #neeko #spiritblossom #ahri #con…
## 4490                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4491                   RT @Pixel__Byte: Riot Games Trying To Get Out Of Terrible Crypto Sponsorship Deal https://t.co/rYK1WdeI90 #riotgames #riot #leagueoflegends…
## 4492                   RT @MiseriaeAmet: Some time ago there were pbe leaks that showed a ward: Aatrox's sword. So there is a possibility that the new season cine…
## 4493                   RT @LaurenMorXO: Convinced majority of people in solo que have lower than average IQs or that the claimed average is actually much higher t…
## 4494                                  RT @MiseriaeAmet: Summary of the story so far\n\n#rhaast #aatrox #LeagueOfLegends #LegendsOfRuneterra https://t.co/1wQHxoNq5x
## 4495                                  RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux
## 4496                   RT @MiseriaeAmet: Here explained a little better. Rhaast is still in his weapon, Varus is very dead according to this, Aatrox defeated, Mih…
## 4497                   RT @MiseriaeAmet: Some time ago there were pbe leaks that showed a ward: Aatrox's sword. So there is a possibility that the new season cine…
## 4498                   RT @VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends #madnesscombatfanart htt…
## 4499               RT @amosthefanboy: "I will come back to life...\nBut only for you"💙❤️💜\n\nArcane fanart!\n\nNo exaggeration, Arcane is the best and most beautif…
## 4500                                      RT @chessnochoc: Celebrating bday w/her favourite zoomer \n#Arcanevi #arcanejinx #LeagueOfLegends https://t.co/dL6Y9spkkl
## 4501                RT @sua_tian: Hug me with your pretty legs🤗😘😘😘\n\n(I have more linear works from this summer, but I can't finish them......)\n\n#arcane #jilco…
## 4502                  RT @LoLMemesBot: Please... just stop\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphe…
## 4503                   RT @DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5
## 4504                   RT @DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5
## 4505                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 4506                      RT @leochamposa: Yuumi is so cute (and annoying 🙄) \n\n#yuumi #LeagueOfLegends #creadoresdelollatam #ArtofLegends https://t.co/MpXaOC3lPO
## 4507                                         RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2
## 4508                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4509              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:48 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 358\n🥈 #Lechigg➖Viewers: 109\n🥉 #whoisjup…
## 4510                                                      RT @BladeAndWhip: Fiora outplay 1v4 #LeagueOfLegends #riotgames #fiora #outplayed https://t.co/9DZNlNw19g
## 4511                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4512                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 4513                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 4514                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 4515                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4516                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4517                   RT @shizzleytb: GRAGAS AS BARON - League of Legends Custom Skin https://t.co/McRgfnoVku via @YouTube #leagueoflegends #lol #customskins #sk…
## 4518                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4519                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4520            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 4521                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4522                                                        RT @YuanLombardi: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/P6yp5Q0QXH
## 4523                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4524            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 4525                  RT @HaryantiLembah: It was done.😎😎😎😎😎 #LeagueofLegends #StarGuardian #КосплейLoL #YıldızMuhafızları #ФанАрт \nOriginal: esports_kashima http…
## 4526            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 4527           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 4528                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4529               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 4530                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4531              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4532                                             RT @LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd
## 4533                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 4534                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 4535                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 4536                 RT @Windwlkrz: The whole stadium saw the Elder Dragon at #LeagueofLegends 2017 World Championship Finals. That was awesome!\n\nYoutube video:…
## 4537                    RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 4538                   RT @paper_scratch: I loved Cait’s fearlessness and outspoken empathy in Arcane — it reminded me of another tall ponytailed haired girl I kn…
## 4539                   RT @shapy_wa: little miss fox is waiting for you💖 where? here: https://t.co/8zBk0uIJnj 🤭🍑 #popstar #ahri #LeagueOfLegends #LeagueOfLegendsF…
## 4540               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 4541                RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…
## 4542                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4543                   RT @DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5
## 4544                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4545                                             RT @LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd
## 4546                   RT @sanswitchz: My account got suspended for 2 weeks because I made sarcastic comments about how I got chat restricted for saying jg diff a…
## 4547                 RT @Velo12: I'm excited for #Vex enjoyed this :)\n\n #Leagueoflegends #LeagueOfLegendsFanArt  #ArtofLegends #LeagueofLegends #LoL #art  #Arti…
## 4548                   RT @PETlTCHATON: concept art for an anima squad neeko skin called "battle kitten neeko" !! #LeagueOfLegends #LeagueOfLegendsFanArt #ArtOfLe…
## 4549                RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…
## 4550              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4551              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4552                RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…
## 4553                   RT @RebornMods: Link to the mods and guide on how to swap to different presets in the replies. #tekkenmods #NewReleases #LeagueOfLegends  #…
## 4554            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 4555                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4556               RT @MikuoHatsuneTTV: Day 34 of @LeagueOfLegends quotes:\n\nA child who had known only hate confuses it for love.\n-Swain\n#LeagueOfLegends #quo…
## 4557                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4558                          RT @sanunderscoree: It's rough out here #LeagueOfLegends #ranked #soloqueue #competitive #esports #holioholio https://t.co/dbDUZPYLbx
## 4559                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4560                          RT @diet_chola: how i imagine sett and aphelios text each other #Settphel #SpiritBlossom2022 #leagueoflegends https://t.co/HBm2helzZv
## 4561                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 4562                   RT @BigLittleUnbox: Space is always a issue but l'm trying to fit everything in  #warcraft #worldofwarcraft #minecraft #halo #godofwar #lea…
## 4563              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4564               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4565                   RT @swifttitain: After about 2 years, I finally got every skin for my otp champ....#LeagueOfLegends #League_of_Legends #lolwr https://t.co/…
## 4566              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4567                                                     RT @hanacues: ✨🐸 neeko 🐸✨\n\n#leagueoflegends #artoflegends #neeko #shanhaineeko https://t.co/d0TOiVrW7P
## 4568               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4569                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4570                                          RT @fuwamoowa: mythmaker irelia 🥮\n\n#mythmakerirelia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/xnHojfPNte
## 4571                                          RT @fuwamoowa: mythmaker irelia 🥮\n\n#mythmakerirelia #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/xnHojfPNte
## 4572                                                                 RT @riverf1sh: The President's New Year speach\n1\\2\n#leagueoflegends https://t.co/NXzbfB5321
## 4573                                             RT @LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd
## 4574                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4575                 RT @Leahmeow9: I didn't expect 🥺 I placed as first runner up at the cosplay competition.\n\nFishbones and boots crafted by me I also styled t…
## 4576                 RT @Leahmeow9: I didn't expect 🥺 I placed as first runner up at the cosplay competition.\n\nFishbones and boots crafted by me I also styled t…
## 4577              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4578                 RT @Helfergaming: Check out much more on Bilibili Comics - search "My Husband's Harem Is a Bit Too Much" and favorite!\n \n#leagueoflegends #…
## 4579                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4580                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4581                  RT @LoLMemesBot: Any off-meta enjoyers?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 4582                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4583                    RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 4584                                             RT @LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd
## 4585                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 4586               RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…
## 4587              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4588                   RT @shapy_wa: little miss fox is waiting for you💖 where? here: https://t.co/8zBk0uIJnj 🤭🍑 #popstar #ahri #LeagueOfLegends #LeagueOfLegendsF…
## 4589                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4590                RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…
## 4591              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4592                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 4593                RT @chibikchi: This city needs healing\nVi: @kavovarova 👊\nCaitlyn: me 🔫\n#arcane #LeagueOfLegends #Caitlyn #Vi #CaitlynxVi https://t.co/ebAj4…
## 4594                   RT @darkwolflegend: Very ~trash~ Christmas edit of the girls! I'm still new to doing edits, so sorry that they're kinda bad lol, I tried 🥹👍…
## 4595                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4596                   RT @shizzleytb: GRAGAS AS BARON - League of Legends Custom Skin https://t.co/McRgfnoVku via @YouTube #leagueoflegends #lol #customskins #sk…
## 4597                                      RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X
## 4598                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 4599                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 4600                   RT @PETlTCHATON: concept art for an anima squad neeko skin called "battle kitten neeko" !! #LeagueOfLegends #LeagueOfLegendsFanArt #ArtOfLe…
## 4601                RT @joestreladraw: just got a commissions that i could get together some  of stuff i like, Teemo + TFT 😍\n.\n.\n#TFT #LeagueOfLegendsFanArt #L…
## 4602                                                         RT @SakaiYuki17: blushing zed with kayn's mark\n#ArtofLegends #LeagueOfLegends https://t.co/ExJgkG5wly
## 4603                                      RT @chessnochoc: Celebrating bday w/her favourite zoomer \n#Arcanevi #arcanejinx #LeagueOfLegends https://t.co/dL6Y9spkkl
## 4604                   RT @DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5
## 4605                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 4606                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 4607                                      RT @chessnochoc: Celebrating bday w/her favourite zoomer \n#Arcanevi #arcanejinx #LeagueOfLegends https://t.co/dL6Y9spkkl
## 4608            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 4609                   RT @PETlTCHATON: concept art for an anima squad neeko skin called "battle kitten neeko" !! #LeagueOfLegends #LeagueOfLegendsFanArt #ArtOfLe…
## 4610                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 4611            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 4612                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 4613                                      RT @chessnochoc: Celebrating bday w/her favourite zoomer \n#Arcanevi #arcanejinx #LeagueOfLegends https://t.co/dL6Y9spkkl
## 4614               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 4615                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 4616                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4617                 RT @Uselessdraws_z: Seraphine - League of Legends\nI love lol's character design, although this is my version of seraphine ^w^\n#LeagueOfLege…
## 4618                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4619              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4620                                                        RT @YuanLombardi: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/y5btiaA1GH
## 4621              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4622                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 4623                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 4624                    RT @Nadwardo: Arcane season 2 is just all of Megamind\n#arcane #lol #jayce #viktor #jayvik #LeagueOfLegends #fanart https://t.co/ak8o3CdIIX
## 4625                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4626                                        RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT
## 4627             RT @Evil2LiveBKWRDZ: @Blizzard_Ent, #DiabloIV\nShould take notes from #LeagueOfLegends, &amp; #Cyberpunk2077\nAn animated show will definitely pu…
## 4628                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 4629                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4630                 RT @metalichotchoco: Elderwood veigs is still plenty fuzzy, drawing him half mask was fun \n\n#LeagueOfLegendsFanArt #ArtofLegends #veigar #L…
## 4631           RT @Feather_Fatale: Decided to choose a chroma that fits the winter a little more (Even tho I don't have snow &gt;w&lt;)\n\nDo NOT repost my commis…
## 4632           RT @Feather_Fatale: Decided to choose a chroma that fits the winter a little more (Even tho I don't have snow &gt;w&lt;)\n\nDo NOT repost my commis…
## 4633                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4634                   RT @RebornMods: Link to the mods and guide on how to swap to different presets in the replies. #tekkenmods #NewReleases #LeagueOfLegends  #…
## 4635                                        RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT
## 4636                                               RT @Snegovski9623: Jinx and her long heavy epic braids✨\n#Arcane #jinx #LeagueOfLegends https://t.co/9N8nwAi5ok
## 4637                                                          RT @Wynn_tah: “Revenge is a dish best served by Starlight.”\n#LeagueofLegends https://t.co/aQuxaupwH6
## 4638              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4639                 RT @KlanikEsport: 🇬🇧 Are you a #LeagueOfLegends #coach looking for a new challenge in #esport? 🎯\n\nOur League Of Legends team is strengtheni…
## 4640                  RT @buck_shadow: Black bride Soraka 🖤\nShe so anime omg...\n\n#soraka #LeagueOfLegends #LeagueOfLegendsFanArt #fanart https://t.co/qhTdPzQoPV
## 4641                           RT @kikychayen: Crystal Rose💖\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Rivelia #Riven #Irelia https://t.co/Nr09cDppJa
## 4642               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4643                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 4644                                                         RT @Lethalborz: Pantheon has Flashbacks.\n\n#pantheon #Aatrox #LeagueOfLegends https://t.co/zPcon6maqw
## 4645                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4646             RT @paywithmana: #LeagueOfLegends players! We teamed up with @theblitzapp for an epic Arena event 🤩🤩\n\n$3500 prize pool, details &amp; sign-up h…
## 4647                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4648                   RT @shapy_wa: little miss fox is waiting for you💖 where? here: https://t.co/8zBk0uIJnj 🤭🍑 #popstar #ahri #LeagueOfLegends #LeagueOfLegendsF…
## 4649            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 4650              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4651               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4652              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4653                                       RT @VulpeDeCristal: just playin around with colors\n#Zoe #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/hDjk8lOtTi
## 4654             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 4655                 RT @KlanikEsport: 🇬🇧 Are you a #LeagueOfLegends #coach looking for a new challenge in #esport? 🎯\n\nOur League Of Legends team is strengtheni…
## 4656                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4657             RT @paywithmana: #LeagueOfLegends players! We teamed up with @theblitzapp for an epic Arena event 🤩🤩\n\n$3500 prize pool, details &amp; sign-up h…
## 4658             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 4659              RT @chessiecat105: 💎K/DA ALL OUT Ahri 🦊\n\n🎨 Artist: Anomis\n🌐 Platform: Artstation\n\n#leagueoflegends #fanart #leagueoflegendsfanart #ahri #ah…
## 4660                                  RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux
## 4661                   RT @darkwolflegend: Very ~trash~ Christmas edit of the girls! I'm still new to doing edits, so sorry that they're kinda bad lol, I tried 🥹👍…
## 4662                                  RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux
## 4663                   RT @darkwolflegend: Very ~trash~ Christmas edit of the girls! I'm still new to doing edits, so sorry that they're kinda bad lol, I tried 🥹👍…
## 4664    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 4665                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4666                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4667                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4668                RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 4669                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 4670                  RT @LoLMemesBot: A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 4671                                                  RT @soap_ai: shitposting hours #jinx #lux #lightcannon #leagueoflegends #ArtofLegends https://t.co/EXTuqKRJGv
## 4672            RT @Chizu_Artwork: Work in progress | JINX from Arcane or League of legens |\n\nthis face took so long, but it turned out okay. (っ^▿^)💨\n\n#man…
## 4673                  RT @LoLMemesBot: There is at least one in every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds…
## 4674                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4675              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4676               RT @KwaPurple: Neeko spirit blossom🌸\nConcept by @plummitty  \nI love this Concept ✨\n#LeagueOfLegendsFanArt  #neeko #spiritblossom #ahri #con…
## 4677                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 4678                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 4679                      RT @taojinn015: Fanart Month - Day 12 - Shyvana from League of Legends\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/2mIbVN7kfW
## 4680               RT @jericollage70: Happy Birthday to one of my Favorites, The Amazing @KriziaBajos! Have a Blessed Birthday &amp; Happy Holidays Krizia! 🎂😎🙏🏻👍🏻…
## 4681                  RT @LoLMemesBot: Any off-meta enjoyers?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 4682                   RT @BigLittleUnbox: Space is always a issue but l'm trying to fit everything in  #warcraft #worldofwarcraft #minecraft #halo #godofwar #lea…
## 4683                   RT @BigLittleUnbox: Space is always a issue but l'm trying to fit everything in  #warcraft #worldofwarcraft #minecraft #halo #godofwar #lea…
## 4684              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4685                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4686                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4687                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4688              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4689                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 4690                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4691                   RT @AnneAnd81932053: Looking forward to the game.🙊🙊🙊🙊 #LeagueofLegends #Gameplay #mobilegame #GuardianasEstelares #КосплейLoL #StarGuardian…
## 4692                                             RT @LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd
## 4693                                  RT @SPYKEEE1945: Play.🦊\n\nFor: A.R.\n\n#Ahri #LeagueOfLegends \n#ArtofLegends #LeagueOfLegendsFanArt https://t.co/M9iX0VhfMt
## 4694                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4695                                               RT @legaldumpling: little kda interaction #KDA #KDAISBACK #ArtofLegends #LeagueOfLegends https://t.co/ZkiZccoMny
## 4696              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4697                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 4698                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4699                   RT @shizzleytb: GRAGAS AS BARON - League of Legends Custom Skin https://t.co/McRgfnoVku via @YouTube #leagueoflegends #lol #customskins #sk…
## 4700                  RT @HyanideArt: 🖤 Janna 🌪️\n🖤 ... I guess I am finally cured of my playing ranked addiction 🤷\n#fanart #LeagueOfLegends https://t.co/91pbMWO5…
## 4701                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4702                 RT @metalichotchoco: Rumble- I mean Tristy asu, it turned out way better than i thought it would \n\n#League_Of_Legends #rumble #LeagueOfLege…
## 4703                                                                     RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 4704                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 4705            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 4706                                                                       RT @JUrsus: Happy Birthday Vi\n19/12\n#LeagueOfLegends #piltover https://t.co/lQoruvhSun
## 4707                 RT @_LtAndreas: ✨New Valorant Stream✨https://t.co/iJFxgT0EtS #TwitchStreamer #twitch #gamer #gaymer #Valorant #LeagueOfLegends #RiotGames #…
## 4708                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4709               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 4710                RT @6176ter: Miss Fortune league of legends ❤️❤️\n#MissFortune \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#FANART \n💙💙💙 https://t.co/uJ0ejUSj…
## 4711                  RT @LoLMemesBot: Ah shit, here we go again\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…
## 4712                 RT @fandifi: Just minding your own business when... 😵\n\n#gaming #twitch #valorant #leagueoflegends #overwatch #csgo #apexlegends #dota2 #cod…
## 4713                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 4714              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:48 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 358\n🥈 #Lechigg➖Viewers: 109\n🥉 #whoisjup…
## 4715               RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…
## 4716                                                      RT @BladeAndWhip: Fiora outplay 1v4 #LeagueOfLegends #riotgames #fiora #outplayed https://t.co/9DZNlNw19g
## 4717           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 4718              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4719               RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…
## 4720                   RT @Tetranima: Jinx TOP (Lethality / Arcane Comet) is on fire (10/2/6)! Rockets for everyone! - https://t.co/7w13uVE0YN #Jinx #Leagueoflege…
## 4721                   RT @Tetranima: Nice game starting (3/1/3) for Jinx TOP (Lethality / Arcane Comet)! Gotta pump those numbers up! - https://t.co/7w13uVE0YN #…
## 4722               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4723                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4724                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4725               RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…
## 4726                 RT @daniel_rreis: Dia 13 do #Inktober2022: Gentil\nNunu e Willump @LoLegendsBR\n\n#inktober #day13 #kind #leagueoflegends #leagueoflegendsart…
## 4727                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4728                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4729                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4730                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4731                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4732                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 4733                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4734                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4735              RT @Koiarts1: Fan art Navy Seal Jinx \n \nRT are appreciated 🔁✨\n#HumanArtists #CreateDontScrape\n\n#Jinx #leagueoflegends #artoflegends #huion…
## 4736                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4737                   RT @VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends #madnesscombatfanart htt…
## 4738                  RT @LoLMemesBot: Riot better start charging players $350 for these loading screen tips\n#memes #meme #funny #lol #leagueoflegends #Arcane #j…
## 4739                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4740                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4741                RT @_another_tina_: This took so long, but the Firelight Ezreal design I did for fun is done\n\n.\n#Ezreal #Ekko #LeagueOfLegends https://t.co…
## 4742                 RT @esports_maps: Sometimes i swear it worked... 😅\n\n#gaming #twitch #valorant #leagueoflegends #overwatch #csgo #apexlegends #dota2 #cod #r…
## 4743                   RT @RebornMods: Link to the mods and guide on how to swap to different presets in the replies. #tekkenmods #NewReleases #LeagueOfLegends  #…
## 4744                  RT @Axtrek1: Some of my favorites have been done.🙈🙈 #Gameplay #LeagueofLegends #LoL #ClashLoL #TransformaTuDestino #GuardiãsEstelares \nOrig…
## 4745               RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…
## 4746                 RT @esports_maps: Sometimes i swear it worked... 😅\n\n#gaming #twitch #valorant #leagueoflegends #overwatch #csgo #apexlegends #dota2 #cod #r…
## 4747                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4748                  RT @LoLMemesBot: Any off-meta enjoyers?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 4749               RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…
## 4750               RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…
## 4751                 RT @leochamposa: Zeri looking how the rest of ADC's are getting buffs while she keeps being nerfed\n\n#LeagueOfLegends #creadoresdelollatam #…
## 4752                RT @_another_tina_: This took so long, but the Firelight Ezreal design I did for fun is done\n\n.\n#Ezreal #Ekko #LeagueOfLegends https://t.co…
## 4753                RT @_another_tina_: This took so long, but the Firelight Ezreal design I did for fun is done\n\n.\n#Ezreal #Ekko #LeagueOfLegends https://t.co…
## 4754               RT @OneMore_esports: I'm coming for blood, you better run, cause I'm taking the whole town 🌇\n\nWatch these great plays from @LunaticADC 🔥\n\n#…
## 4755            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 4756                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4757                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4758                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4759                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4760                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4761                RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 4762                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4763                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4764                   RT @floatinghanmi: super super cute seraphine and viego commissioned by @The_LadyScorpio 💜🖤 i had so much fun drawing this and i love the e…
## 4765                                        RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT
## 4766                                       RT @PapaTyRo: Cap detected 🧢\n#vtuber #ENVtuber #VTuberUprising #twitchstreamer #LeagueOfLegends https://t.co/AOfSgHwJqa
## 4767                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4768                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4769                    RT @Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I've yet…
## 4770                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4771                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 4772                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 4773                           RT @Descendeus1: 🌸🪷MOONCAKE🌸🪷\n\n#Settphel  #spiritblossom #RIOT #RiotGames #LeagueOfLegends #SETT #Aphelios https://t.co/tr91A3r0Zi
## 4774                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4775               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 4776               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 4777                                                   RT @LOLegendsMemes: Are there any fellow left handed players #LeagueOfLegends #Memes https://t.co/P8aa2RyvQs
## 4778                      RT @taojinn015: Fanart Month - Day 12 - Shyvana from League of Legends\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/2mIbVN7kfW
## 4779         RT @TenseiTaichou: Good morning☕️\nHanging out &amp; playing some #LeagueOfLegends \nhttps://t.co/Jo8FsAJxAm &lt;- Meme Builds😎\n#SupportSmallStreame…
## 4780                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4781                   RT @floatinghanmi: super super cute seraphine and viego commissioned by @The_LadyScorpio 💜🖤 i had so much fun drawing this and i love the e…
## 4782                                                                     RT @dravensgf: Dont leave me meow :c \n#leaguetwt #LeagueOfLegends https://t.co/YVOJx0g2wt
## 4783                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4784         RT @TenseiTaichou: Good morning☕️\nHanging out &amp; playing some #LeagueOfLegends \nhttps://t.co/Jo8FsAJxAm &lt;- Meme Builds😎\n#SupportSmallStreame…
## 4785         RT @TenseiTaichou: Good morning☕️\nHanging out &amp; playing some #LeagueOfLegends \nhttps://t.co/Jo8FsAJxAm &lt;- Meme Builds😎\n#SupportSmallStreame…
## 4786                                        RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT
## 4787                                        RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT
## 4788                   RT @majorfacepwn: Stream was fun!!!… until it wasn’t. Lol #LeagueOfLegends players that pick Yasuo have no brain. And I’m not wrong. Ridicu…
## 4789                                                         RT @absynth333: Thresh c0mm for a classmate ! ty!!\n\n#LeagueOfLegends #Thresh https://t.co/a7YGj3lmmR
## 4790                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4791                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4792                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 4793                                        RT @DailySylas: Frejlord Sylas  conept art. Which one is your fav?\n~~\n#sylas #LeagueOfLegends https://t.co/fdiBBiNpOT
## 4794                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 4795                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4796                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4797                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 4798               RT @leochamposa: #loltubre2022 DAY 4; Favorite couple \n\nThis year my favorite couple is Lee Sin and Udyr 🤠\n\n#LoLtubre #LeagueOfLegends #cre…
## 4799                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4800                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4801                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4802                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4803                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4804                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4805                  RT @LoLMemesBot: A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 4806                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4807                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4808                  RT @LoLMemesBot: A peace for every game\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 4809                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4810                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4811              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:20 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 401\n🥈 #Lechigg➖Viewers: 106\n🥉 #Dannahou…
## 4812                  RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…
## 4813                         RT @KenApplepi: Leodia are enjoying this year's christmas together!\n\n#LeagueOfLegends #leodia #christmas2022 https://t.co/uX0EGn2N3N
## 4814                RT @DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock #leaguetwt h…
## 4815                    RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 4816                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4817                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4818                  RT @KJCeSports: Riot Games has just filed a motion in US Bankruptcy Court to terminate the LCS-FTX contract worth $96 million.\n\nRiot Games…
## 4819                RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 4820                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 4821                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 4822                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4823                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4824                RT @DailyTaliyah: Day 11!\nSpace Groove Taliyah!!\nArt by @/SketchyRhemie\n#LeagueOfLegends #Taliyah #LeagueOfLegendsFanArt #rock #leaguetwt h…
## 4825                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4826           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 4827                  RT @Axtrek1: Some of my favorites have been done.🙈🙈 #Gameplay #LeagueofLegends #LoL #ClashLoL #TransformaTuDestino #GuardiãsEstelares \nOrig…
## 4828                                             RT @LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd
## 4829               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4830                   RT @shahs1221: It's the Last Drop gang, y'all! #arcane #ArcaneArt #Silco #jinx #sevika #lol #LeagueOfLegends #LeagueOfLegendsFanArt #digita…
## 4831                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4832                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 4833                RT @felinae_felidae: Ekko the babysitter 🦇✨\nThis was supposed to be for Arcane's anniversary? Better late than never ;u;\n#Ekko #Arcane #Lea…
## 4834                                         RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2
## 4835            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 4836              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4837                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4838                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4839                   RT @paper_scratch: I loved Cait’s fearlessness and outspoken empathy in Arcane — it reminded me of another tall ponytailed haired girl I kn…
## 4840                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4841                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 4842                 RT @hugovindicare: trying to post something different than NoAi tweets...\nJust starting a 3d print fan-art for a friend. 🥰\n#LeagueOfLegends…
## 4843                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4844                    RT @WormieArt: top lane wondering when they will get a gank\n\n#LeagueOfLegends #ArtofLegends #kayn #ezreal #ezkayn https://t.co/PbjLiwN5vP
## 4845                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4846                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4847                 RT @mikeycircus: Jayvik for the soul!\nPossible charm or sticker? Mayhaps\n#arcane #jayvik #leagueoflegends #jayce #viktor https://t.co/cf8MZ…
## 4848                            RT @HalanoSiblee: #belveth #LeagueOfLegends #b3d #blender\nBel'Veth Trying to escape by hacking my blender👾 https://t.co/rDpA6Zg2fl
## 4849                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 4850                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4851              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4852                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4853                RT @burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp #leagueoflegends #…
## 4854                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4855              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4856                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4857                                                RT @Leahmeow9: just you and me Fishbones- Jinx\n\n#arcane #jinxcosplay #LeagueOfLegends https://t.co/z1bcCaTIgx
## 4858              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4859              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 4860                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4861                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 4862               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4863               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4864                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4865                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4866               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 4867                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4868                                             RT @ShinKongVT: The monday morning motivation rn\n#VTuberUprising #LeagueOfLegends #Vtuber https://t.co/ERTEF8wGoB
## 4869              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4870              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4871               RT @MissBlacktailed: I don't know how, i don't know why but, smol doodle with my moon meow meow( o˘◡˘o)\n.\n.\n.\n#Diana #LeagueOfLegends #Leag…
## 4872                 RT @EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #ga…
## 4873                  RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…
## 4874                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4875                              RT @Hoolies4: " 🐰💙🔥🔥🔥🔥 #LeagueofLegends #Game #ФанАрт #Nilah #GuardianasEstelares \nOriginal: HopeWang001 https://t.co/HRtK9PmuSS
## 4876           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 4877              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4878                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4879                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4880                RT @burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp #leagueoflegends #…
## 4881              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4882              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4883                   RT @explodinstuff: HOW COME I JUST FOUND OUT ABOUT THIS JINX FIGURE?!?! AND WHY CANT I FIND IT ANYWHERE AHHHHHH IT WAS MADE BY "R36 Worksho…
## 4884              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4885                  RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…
## 4886              RT @Sanda_sielin: Colored sketch of Spirit Blossom Ahri for @nezikoart \nMy pretty winter fox 🦊💕\n\nDo not repost/edit/use! \n\n#ArtofLegends #A…
## 4887                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 4888                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4889                RT @burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp #leagueoflegends #…
## 4890              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:48 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 358\n🥈 #Lechigg➖Viewers: 109\n🥉 #whoisjup…
## 4891                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4892                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 4893                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4894                 RT @InSainyaka: #livenow Will there be salt today? A little #LeagueOfLegends shenanigans with @Riyou_Kisa @Hoten__, Kris and BOB!\n\nhttps://…
## 4895                                  RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux
## 4896           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 4897                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4898                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4899                   RT @OlchaSArt: My old sketch with nurse #Akali inspired me to draw nurses Mercy and Valentine a month ago. Now finished art with Akali hers…
## 4900           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 4901                           RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel
## 4902                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4903                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4904                   RT @OlchaSArt: Created special #Ahri version of my latest art to thank my patrons for supporting me this month 💖 Was super fun to  change d…
## 4905                                                RT @Leahmeow9: just you and me Fishbones- Jinx\n\n#arcane #jinxcosplay #LeagueOfLegends https://t.co/z1bcCaTIgx
## 4906                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4907                                                                     RT @NebLull: Yone ta diferente...\n#yone\n#Yasuo\n#LeagueOfLegends https://t.co/8tmToOuDcx
## 4908                                                RT @Leahmeow9: just you and me Fishbones- Jinx\n\n#arcane #jinxcosplay #LeagueOfLegends https://t.co/z1bcCaTIgx
## 4909                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4910                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4911                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 4912               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 4913                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 4914                RT @Mdndt1: A Vexing Stream\nhttps://t.co/Apm5aCxKAw\n\n#league #lol #leagueoflegends #gaming #stream #gamer #gaming #streaming #streamer #twi…
## 4915                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4916                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4917                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 4918                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4919                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4920                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4921                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4922                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4923                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4924          RT @Soondoong3: Wounds force a child to grow\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Arcane #jinx #아케인그림대회 https://t.co/3Pm…
## 4925                                          RT @Soondoong3: party!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #ARCANE #Jinx https://t.co/1QdxZCqgBs
## 4926                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4927                 RT @Soondoong3: her hair is really long\ntherefore...\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #ARCANE #Jinx #Silco #Vi https:/…
## 4928                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4929                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4930                        RT @Luckbox: A lot of great events this year, but what was your fav?\n\n#DOTA2 #LeagueOfLegends #CSGO #VALORANT https://t.co/e0N30IUizr
## 4931                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4932                                               RT @itskatekey: Officer on duty, what's the emergency?\n👀❤\n\n #LeagueOfLegends #cosplay https://t.co/bo9T4TxAaS
## 4933                            RT @Pearlslightshow: We’re live! 😊\n\nhttps://t.co/2mJAxT0io8\n\n#LeagueOfLegends #twitch #TwitchAffiliates https://t.co/Szw393XjKa
## 4934                            RT @Pearlslightshow: We’re live! 😊\n\nhttps://t.co/2mJAxT0io8\n\n#LeagueOfLegends #twitch #TwitchAffiliates https://t.co/Szw393XjKa
## 4935                                                   RT @LOLegendsMemes: Are there any fellow left handed players #LeagueOfLegends #Memes https://t.co/P8aa2RyvQs
## 4936                  RT @Mikestrosity: After Countless Minutes of playing Ranked Flex I have hit my new Peak, Bronze IV \n#LeagueOfLegends #Vtuber https://t.co/Y…
## 4937                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4938                    RT @Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I've yet…
## 4939                       RT @kse332_official: Beat board (part 2 of 3) I did a while ago \n@riotgames\n #LeagueOfLegends #Garen #Katarina https://t.co/9Mz8aHkmUh
## 4940                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4941                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4942                       RT @kse332_official: Beat board (part 2 of 3) I did a while ago \n@riotgames\n #LeagueOfLegends #Garen #Katarina https://t.co/9Mz8aHkmUh
## 4943                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4944                    RT @Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I've yet…
## 4945                                                           RT @LOLegendsMemes: I’m sure someone else can relate #LeagueOfLegends #Memes https://t.co/V0fCi6zusL
## 4946                 RT @LunaeFox: Casual Kata outfit for one collab I joined with other amazing artists ❤❤❤\nI love her sm ❤❤❤\n#katarina #LeagueOfLegends #Leagu…
## 4947                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4948                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4949                                  RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux
## 4950                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4951                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4952                                                      RT @BladeAndWhip: Fiora outplay 1v4 #LeagueOfLegends #riotgames #fiora #outplayed https://t.co/9DZNlNw19g
## 4953                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4954                                      RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X
## 4955                                   RT @N_I_X_E_U: Mystic Porcelain Ahri\n\n⋗ https://t.co/eWo50Mm2Bd\n#LeagueOfLegends @LeagueOfLegends https://t.co/a7EXE4fuw6
## 4956                 RT @N_I_X_E_U: I want to draw Ashe again in near future :)\n#LeagueOfLegendsFanArt  #LeagueOfLegends \n⋗ https://t.co/eWo50Mm2Bd https://t.co…
## 4957                    RT @N_I_X_E_U: Young Sona trying bass for the first time.\n#digitalart #LeagueOfLegends \n⋗ https://t.co/eWo50Mm2Bd https://t.co/snI3aAqOm7
## 4958                               RT @N_I_X_E_U: Is that fear I smell ?\n#digitalart #katarina #LeagueOfLegends\n⋗ https://t.co/eWo50Mm2Bd https://t.co/6BDCv0Rrey
## 4959                RT @littlemasokitty: These two moments resulted in me nearly spittingmy drink from my nose in laughter \n\n#LeagueOfLegends \n#LoL https://t.c…
## 4960                  RT @LoLMemesBot: Third wheel\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Sp…
## 4961                                                   RT @LOLegendsMemes: Are there any fellow left handed players #LeagueOfLegends #Memes https://t.co/P8aa2RyvQs
## 4962              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 4963                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4964                  RT @KJCeSports: Riot Games has just filed a motion in US Bankruptcy Court to terminate the LCS-FTX contract worth $96 million.\n\nRiot Games…
## 4965                  RT @LoLMemesBot: Any off-meta enjoyers?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #A…
## 4966                 RT @CATBR3AD: No price is too great. No atrocity beyond my reach.\n\n#LeagueofLegends #ArtofLegends #LeagueofLegendsFanart #Viego https://t.c…
## 4967                                    RT @ZTDLB1: Purple shooting stars💜🌟\n\n#Zoe #Vex #zoevex\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/o7rSA6UOMo
## 4968                  RT @KJCeSports: Riot Games has just filed a motion in US Bankruptcy Court to terminate the LCS-FTX contract worth $96 million.\n\nRiot Games…
## 4969                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 4970                RT @Mdndt1: A Vexing Stream\nhttps://t.co/Apm5aCxKAw\n\n#league #lol #leagueoflegends #gaming #stream #gamer #gaming #streaming #streamer #twi…
## 4971                   RT @PalawanGamer: Live now with #LeagueOfLegendsWildRift been a while since i played this. #LeagueOfLegends #twitch #twitchstreamer #twitch…
## 4972                   RT @PalawanGamer: Live now with #LeagueOfLegendsWildRift been a while since i played this. #LeagueOfLegends #twitch #twitchstreamer #twitch…
## 4973                                                          RT @Rux0209: LOVE\n\n#StarGuardian #LeagueofLegends #xayahrakan #Xayah #Rakan https://t.co/kXXihScRdD
## 4974                        RT @asatashy: Ok but hear me out\n\nBATTLE ACADEMIA ZOE✨💖\n\n#Lux #Zoe #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/tH1OO7TKxZ
## 4975                   RT @Tak_The_Mac: #LeagueOfLegends Yes! I love Rhaast and all but healing has been a problem in my mind since I started a little less than a…
## 4976                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4977                                                                 RT @peghmey: Please, don’t go\n\n#Xayah #ArtofLegends #LeagueOfLegends https://t.co/caGClTsXM2
## 4978                  RT @KJCeSports: Riot Games has just filed a motion in US Bankruptcy Court to terminate the LCS-FTX contract worth $96 million.\n\nRiot Games…
## 4979                  RT @KJCeSports: Riot Games has just filed a motion in US Bankruptcy Court to terminate the LCS-FTX contract worth $96 million.\n\nRiot Games…
## 4980                        RT @asatashy: Ok but hear me out\n\nBATTLE ACADEMIA ZOE✨💖\n\n#Lux #Zoe #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/tH1OO7TKxZ
## 4981                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 4982           RT @TKPFamily615123: 【League of Legends】Caitlyn Lulu vs Ezreal RenataGlasc | 2vs2 | bot gap\n\n#LOL #leagueoflegends #英雄聯盟  #caitlyn #lulu #e…
## 4983                 RT @InSainyaka: #livenow Will there be salt today? A little #LeagueOfLegends shenanigans with @Riyou_Kisa @Hoten__, Kris and BOB!\n\nhttps://…
## 4984                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 4985           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 4986                                                              RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID
## 4987                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4988                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4989                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 4990                      RT @LiLiNii7: Lillia just W's herself\noh deer~\n\n#ArtofLegends #LeagueOfLegends\n#Lillia #LeagueOfLegendsFanArt https://t.co/sJReGlkkda
## 4991                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4992                                   RT @ClowneryMilk: Sus\ni mean\nSylas\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Sylas https://t.co/4Cq1WSNN1F
## 4993                                   RT @ClowneryMilk: Sus\ni mean\nSylas\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #Sylas https://t.co/4Cq1WSNN1F
## 4994                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 4995                            RT @zero_lawliet: Finally, they are together 😍😍😍😍 #arcane #jinx #vi #Caitlyn #ArtofLegends #LeagueOfLegends https://t.co/jOYD7PuxHe
## 4996                RT @eblensky: #LeagueOfLegendsFanArt #LeagueOfLegends #twistedfate #graves #tfgraves #idiotpirates \n\nour bitches gay!! ahhhhhh for realll\nw…
## 4997                RT @eblensky: #LeagueOfLegendsFanArt #LeagueOfLegends #twistedfate #graves #tfgraves #idiotpirates \n\nour bitches gay!! ahhhhhh for realll\nw…
## 4998                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 4999                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5000                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5001                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5002              RT @Koiarts1: Fan art Navy Seal Jinx \n \nRT are appreciated 🔁✨\n#HumanArtists #CreateDontScrape\n\n#Jinx #leagueoflegends #artoflegends #huion…
## 5003                  RT @CyberArena_NFT: 2/ #RiotGames says Sam Bankman-Fried’s love of #LeagueofLegends hurts the brand. \n\nThe game developer wants to end its…
## 5004               RT @DieChanc3: Messed around and did a little painting with the boy \n(=^・ω・^)y=\n\n#LeagueOfLegends #Teemo #LeagueOfLegendsFanArt https://t.c…
## 5005                                               RT @CutHutagalung: I like the new design.😍😍 #LoL #MOBA #LeagueofLegends #YıldızMuhafızları #StarGuardian #FLYWIN
## 5006                         RT @puggiadraws: Here is one of ultimate waifus from LoL - Ahri!💞\n\n #LeagueOfLegends  #LeagueOfLegendsFanArt https://t.co/yHhDEXvR7A
## 5007                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5008                    RT @Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I've yet…
## 5009                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5010                                             RT @LOLegendsMemes: Man shit's like a tapeworm vs Venom's symbiont #LeagueOfLegends #Memes https://t.co/J7zaHJVRAd
## 5011                                                          RT @avaeriax: dance in the dark\n#ArtofLegends #LeagueOfLegends #Leona #Diana https://t.co/JgQ4Cnkt39
## 5012                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5013                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5014                         RT @puggiadraws: Here is one of ultimate waifus from LoL - Ahri!💞\n\n #LeagueOfLegends  #LeagueOfLegendsFanArt https://t.co/yHhDEXvR7A
## 5015                                  RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux
## 5016                                                                RT @JUrsus: I peaked with the colors here me thinks 😔\n#LeagueOfLegends https://t.co/tMsWG33P4u
## 5017                                  RT @KuroNekoKimiArt: STRAIGHT UP VILLAIN (2020) #kda #evelynn #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/ZqvB3rqNux
## 5018                 RT @AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao. \n\nhttps:/…
## 5019                  RT @LoLMemesBot: Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #SpiritB…
## 5020                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5021                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5022                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5023                 RT @ZotacCup: It's almost time to jump into the Summoners Rift in today's ZOTAC CUP #LeagueofLegends tournament. Sign up now.\n\nNorth Americ…
## 5024                   RT @EsportLegendsGG: And here we go: @EinSpandau announced their Roster at the @DreamHackDE ! What a game against @NNOPrime! Well played to…
## 5025                   RT @EsportLegendsGG: And here we go: @EinSpandau announced their Roster at the @DreamHackDE ! What a game against @NNOPrime! Well played to…
## 5026               RT @MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain\n#LeagueOfLeg…
## 5027                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5028                              RT @Hoolies4: " 🐰💙🔥🔥🔥🔥 #LeagueofLegends #Game #ФанАрт #Nilah #GuardianasEstelares \nOriginal: HopeWang001 https://t.co/HRtK9PmuSS
## 5029               RT @MikuoHatsuneTTV: Day 34 of @LeagueOfLegends quotes:\n\nA child who had known only hate confuses it for love.\n-Swain\n#LeagueOfLegends #quo…
## 5030                   RT @KinimodYunmi: Mit 67 msg Top 11%, 83 msg Top 4% und 24 msg Top 15% der Chatter ^^" ??? @noway4u_sir @Agurinlol @Gronkh @RevedTV #Twitch…
## 5031                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5032                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5033                   RT @darkwolflegend: Very ~trash~ Christmas edit of the girls! I'm still new to doing edits, so sorry that they're kinda bad lol, I tried 🥹👍…
## 5034           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5035           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5036                          RT @Bluemist_72: A Zed piece I made recently! A hark to his original skin ✨ #LeagueOfLegends #zed #RiotGames https://t.co/4dXCkUP5nh
## 5037                  RT @Foudreika: Something a little different this time! I love strong shadows and lights, I'd like to get better at this 💅 \n#Silco #Arcane #…
## 5038                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 5039              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5040                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5041                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5042                RT @Solodrawx: Star Guardian Akali WIP - This one's gonna be hella time sensitive.\n.\n.\n#starguardianakali #starguardian #akali #riotgames #…
## 5043                 RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…
## 5044                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5045                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5046                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5047                   RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…
## 5048                 RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…
## 5049                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5050                  RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…
## 5051                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5052                  RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…
## 5053                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5054                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5055                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5056                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5057                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5058                                                  RT @_another_tina_: It's bright pink by the way \n\n.\n#Ezreal #Jinx #LeagueOfLegends https://t.co/7VGtG1lPfs
## 5059                                                  RT @_another_tina_: It's bright pink by the way \n\n.\n#Ezreal #Jinx #LeagueOfLegends https://t.co/7VGtG1lPfs
## 5060                                           RT @tanksboard: Love the game.😎😎😎😎😎 #ArtofLegends #LeagueofLegends #Game #StarGuardians #FLYWIN #TransformaTuDestino
## 5061                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5062                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 5063                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5064                  RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…
## 5065                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5066                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5067                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5068                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5069                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5070                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5071                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 5072                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5073                 RT @DieChanc3: Veigar really really likes to be tall around other ppl\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt https://t.co/wG4kZho…
## 5074              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5075              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5076                 RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…
## 5077                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5078                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5079                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5080              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5081                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 5082                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5083                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5084                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5085                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5086                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5087                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5088                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5089                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5090                                    RT @Myshkinka: Some old Atreus fanart \n\n#leagueoflegends #LeagueOfLegendsFanArt #pantheon #aatrox https://t.co/cukN3ll4Yt
## 5091                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5092                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 5093                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 5094                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5095                                                           RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT
## 5096              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5097                                                           RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT
## 5098                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 5099                                         RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2
## 5100                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 5101           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5102                                                              RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID
## 5103                   RT @EsportLegendsGG: And here we go: @EinSpandau announced their Roster at the @DreamHackDE ! What a game against @NNOPrime! Well played to…
## 5104                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5105                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 5106                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 5107                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5108                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5109              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5110                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5111                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 5112                 RT @riseiuriel: Another LOL fanart. And this time it's Sona 🥳🥳...\n\nSo happy that I did pull it off, it's hard for me at first since Im into…
## 5113                  RT @IsaZiets: White Monogram Name Personalized Water Bottle https://t.co/gQwzgA2QtW via @zazzle \n#zazzlemade #robloxArt #roblox #ReBloxer #…
## 5114                                                           RT @joyjangart: Neeko🌺\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#neeko https://t.co/OfdMJPSGZT
## 5115              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5116                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 5117                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 5118                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5119                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5120              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5121                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5122              RT @NayoCosplay: Ahri had her bday recently ✨\nph @Por_no_foto \ncostume @miccostumes \n\n#Ahri #LeagueOfLegends #cosplay #kda https://t.co/JNC…
## 5123                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5124                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5125                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 5126                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 5127                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5128                 RT @AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao. \n\nhttps:/…
## 5129                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 5130                 RT @AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao. \n\nhttps:/…
## 5131                 RT @AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao. \n\nhttps:/…
## 5132                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 5133              RT @NayoCosplay: Ahri had her bday recently ✨\nph @Por_no_foto \ncostume @miccostumes \n\n#Ahri #LeagueOfLegends #cosplay #kda https://t.co/JNC…
## 5134                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5135                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5136                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 5137                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5138                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 5139                 RT @AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao. \n\nhttps:/…
## 5140                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 5141                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5142                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/6OHc7u…
## 5143                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5144                   RT @shapy_wa: little miss fox is waiting for you💖 where? here: https://t.co/8zBk0uIJnj 🤭🍑 #popstar #ahri #LeagueOfLegends #LeagueOfLegendsF…
## 5145                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5146                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5147                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 5148                 RT @AkioKazekira: Well stream starting now, feat. @Arashikami_Jun @kirisaki_ritsu and cats, he dont have twitter so no tags lmao. \n\nhttps:/…
## 5149                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5150                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5151                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5152                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5153                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5154                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 5155                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5156                 RT @_LtAndreas: ✨New Valorant Stream✨https://t.co/iJFxgT0EtS #TwitchStreamer #twitch #gamer #gaymer #Valorant #LeagueOfLegends #RiotGames #…
## 5157                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5158                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5159                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5160              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:20 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 401\n🥈 #Lechigg➖Viewers: 106\n🥉 #Dannahou…
## 5161                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5162                                                  RT @_another_tina_: It's bright pink by the way \n\n.\n#Ezreal #Jinx #LeagueOfLegends https://t.co/7VGtG1lPfs
## 5163                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 5164                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5165                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 5166              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5167                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5168                   RT @EsportLegendsGG: And here we go: @EinSpandau announced their Roster at the @DreamHackDE ! What a game against @NNOPrime! Well played to…
## 5169                                                  RT @_another_tina_: It's bright pink by the way \n\n.\n#Ezreal #Jinx #LeagueOfLegends https://t.co/7VGtG1lPfs
## 5170                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 5171               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 5172              RT @Koiarts1: Fan art Jinx Happy Xmas 🎄\n\nRT are appreciated 🔁✨\n\n#Jinx #Christmas #Xmas  #leagueoflegends #artoflegends #leagueoflegendsfana…
## 5173                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5174                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5175                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5176                        RT @Lethalborz: My reaction when people post Aatrox &amp; Kayle ship fanart.\n\n#Aatrox #kayle #LeagueOfLegends https://t.co/fE1n7bz6Tt
## 5177                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 5178              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5179                    RT @kitsutea: ⚔️🌹Battle Queen Katarina 🌹⚔️\nI love this skin so much, just had to do a fan art 💗 Burnout has been super real lately but work…
## 5180                                                          RT @Phalanxus: The true pop sensation of Zaun\n#ArtofLegends #LeagueOfLegends https://t.co/d663cOTXbS
## 5181           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5182                                                                           RT @kaoruzer: 草\n #LeagueofLegends | Captured by #Outplayed https://t.co/DN93KCenb5
## 5183                    RT @GrumpyGoatie: "So, u want that back, huh?" UwU Crime lord and space dumbass. (What can I say except; they are giving me Quill and Thor…
## 5184                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5185                                                          RT @Phalanxus: The true pop sensation of Zaun\n#ArtofLegends #LeagueOfLegends https://t.co/d663cOTXbS
## 5186                 RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…
## 5187                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5188                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5189                                                              RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID
## 5190               RT @NixNyah: Day 21: Neon Stike Katarina\n\nA quick idea for Kat.\n\n#Skintober #Skintober2019 #Katarina #Neon #Strike #Lol #Leagueoflegends #A…
## 5191                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 5192                        RT @Lethalborz: My reaction when people post Aatrox &amp; Kayle ship fanart.\n\n#Aatrox #kayle #LeagueOfLegends https://t.co/fE1n7bz6Tt
## 5193              RT @Koiarts1: Fan art Jinx Happy Xmas 🎄\n\nRT are appreciated 🔁✨\n\n#Jinx #Christmas #Xmas  #leagueoflegends #artoflegends #leagueoflegendsfana…
## 5194              RT @Koiarts1: Fan art Navy Seal Jinx \n \nRT are appreciated 🔁✨\n#HumanArtists #CreateDontScrape\n\n#Jinx #leagueoflegends #artoflegends #huion…
## 5195                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5196                                                          RT @Phalanxus: The true pop sensation of Zaun\n#ArtofLegends #LeagueOfLegends https://t.co/d663cOTXbS
## 5197                                                                       RT @JUrsus: Happy Birthday Vi\n19/12\n#LeagueOfLegends #piltover https://t.co/lQoruvhSun
## 5198                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5199                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5200                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5201                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5202                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 5203                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5204                 RT @Polyxenastorm: A little #throwback to #SlayBelleKatarina to get you in the #christmasspirit 🎄\nCosplay made by ryann.kaykay \nWeapons mad…
## 5205                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5206                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5207                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5208                RT @starry_amari: "In the name of the Moon, we'll punish you!"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…
## 5209                                                              RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID
## 5210                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 5211                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5212                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5213                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 5214                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5215                                                            RT @Rolochan105: Best support... #LeagueOfLegends #ArtofLegends #kayn #sona https://t.co/C9jv9DJtU1
## 5216              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5217                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5218                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 5219                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5220                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5221                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5222                   RT @LadyFortune5: Help them strip eachother :3 #stripgame #ahri #Missfortune #LeagueOfLegends #LeagueOfLegendsFanArt #sahri https://t.co/IN…
## 5223                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5224                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5225                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5226                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5227                RT @starry_amari: "In the name of the Moon, we'll punish you!"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…
## 5228                   RT @explodinstuff: HOW COME I JUST FOUND OUT ABOUT THIS JINX FIGURE?!?! AND WHY CANT I FIND IT ANYWHERE AHHHHHH IT WAS MADE BY "R36 Worksho…
## 5229              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5230                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5231                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5232                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 5233                 RT @acadarena: 🤝 Congratulations to our winner of ACES: #Valorant, #DOTA2 and #LeagueofLegends last weekend 💥\n\nCampus esports is #NotJustPl…
## 5234                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5235                                                              RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID
## 5236                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5237                    RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E
## 5238                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5239                 RT @ZotacCup: It's almost time to jump into the Summoners Rift in today's ZOTAC CUP #LeagueofLegends tournament. Sign up now.\n\nNorth Americ…
## 5240              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5241              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5242                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5243                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5244                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5245                   RT @explodinstuff: HOW COME I JUST FOUND OUT ABOUT THIS JINX FIGURE?!?! AND WHY CANT I FIND IT ANYWHERE AHHHHHH IT WAS MADE BY "R36 Worksho…
## 5246                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5247                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5248                 RT @ZotacCup: It's almost time to jump into the Summoners Rift in today's ZOTAC CUP #LeagueofLegends tournament. Sign up now.\n\nNorth Americ…
## 5249                        RT @Lethalborz: My reaction when people post Aatrox &amp; Kayle ship fanart.\n\n#Aatrox #kayle #LeagueOfLegends https://t.co/fE1n7bz6Tt
## 5250                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5251               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 5252                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5253                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5254                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 5255                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5256                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 5257                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5258                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5259                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5260           RT @BYB_Esports: Recruiting starts after #Christmas\n-#Streamers\n-#Esports\n-#GFX \n-#Management\n-#Coaches\n•#Competitive \n-#ApexLegends \n-#For…
## 5261                   RT @darkwolflegend: Very ~trash~ Christmas edit of the girls! I'm still new to doing edits, so sorry that they're kinda bad lol, I tried 🥹👍…
## 5262                 RT @Now_GuessWhoIAm: Subtitle 4 of my submission "Unedited documentary of scientific breakthrough." for @CrankitZine 🌟🐥🌟\n...\n#leagueoflegen…
## 5263                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5264                           RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel
## 5265                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5266                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5267                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5268                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 5269                 RT @ZotacCup: It's almost time to jump into the Summoners Rift in today's ZOTAC CUP #LeagueofLegends tournament. Sign up now.\n\nNorth Americ…
## 5270                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 5271                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5272                 RT @Leahmeow9: I didn't expect 🥺 I placed as first runner up at the cosplay competition.\n\nFishbones and boots crafted by me I also styled t…
## 5273                  RT @Axtrek1: Some of my favorites have been done.🙈🙈 #Gameplay #LeagueofLegends #LoL #ClashLoL #TransformaTuDestino #GuardiãsEstelares \nOrig…
## 5274                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5275                  RT @Axtrek1: Some of my favorites have been done.🙈🙈 #Gameplay #LeagueofLegends #LoL #ClashLoL #TransformaTuDestino #GuardiãsEstelares \nOrig…
## 5276                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5277           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5278           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5279                  RT @LoLMemesBot: what does it mean\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Apheli…
## 5280                RT @thefedr8tion: https://t.co/mlhgPIjmf7…\nUK University #LeagueOfLegends entry opens today!\nSaturday 17th December\nAs many teams as you li…
## 5281                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5282                   RT @asksredditques1: The piece will probably never be finished.🙉🙉🙉 #LeagueofLegends #mobilegame #Bjergsen #GuardiãsEstelares #YıldızMuhafızı
## 5283                                      RT @erineberries: Hehe 👉🏻😃 Zeri from League of Legends ⚡️💚🧡 #LeagueOfLegends #Cosplay #Zeri #Zaun https://t.co/QcjLGARIqH
## 5284                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5285                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5286             RT @DistortionGG: It's time for a new week of #gaming 🔥\n\nWhich game is your fav #fam? 👇\n\nYou can guess mine with this picture for sure 😂\n\n#…
## 5287                                                                                  RT @TMGefan: the meme #jayce #arcane #leagueoflegends https://t.co/fNY1zITFaR
## 5288                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5289             RT @annthu56: Repost my favorite piece cuz why not?\nFox girl and her Azakana boy 🌸🦊👹\n\nYone x Ahri commission I bought from 杜白.\n#ArtofLegend…
## 5290                  RT @LoLMemesBot: Garen?? No today is ARGEN 🇦🇷🇦🇷🇦🇷🇦🇷🇦🇷\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #World…
## 5291                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5292                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5293                     RT @kwjyaaah4: Cute couple 🥺🥺🥺🥺(free to use for  \n\nSocial Media Profile Pictures)#xayah #Rakan #LeagueOfLegends https://t.co/heKLc9FNxQ
## 5294                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5295                  RT @Mikestrosity: After Countless Minutes of playing Ranked Flex I have hit my new Peak, Bronze IV \n#LeagueOfLegends #Vtuber https://t.co/Y…
## 5296              RT @erythchi: 🍃🦊 Ahri Elderwood 🦊🍃\n\nI love so much how this photoshoot turned out 🥰💖\n\n📸 and edit @/enriquemicaelofotografia (insta)\nTails b…
## 5297                    RT @jaxenstheginger: Some time ago I was suggested to do Kayn with Akali and it made me thinking about them spending time together (not so…
## 5298                  RT @LightningBaron1: Saturday is now Ahri 🦊 Day here. It is also Christmas Time so here we go with some Holidays Ahri 🦊content 💕\nCosplayer:…
## 5299                                                                           RT @erythchi: Ahri Classic skin 🥰🥰 #LeagueOfLegends #cosplay https://t.co/gPYujfojgC
## 5300                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5301                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 5302                            RT @Pearlslightshow: We’re live! 😊\n\nhttps://t.co/2mJAxT0io8\n\n#LeagueOfLegends #twitch #TwitchAffiliates https://t.co/Szw393XjKa
## 5303                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5304                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5305                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 5306                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 5307                                                                  RT @is_is_gemini_is: Getting ready… #Jinx\n\n#arcane #LeagueOfLegends https://t.co/ovwoohJsnz
## 5308                                             RT @_Sean02: Whole friendship summed up to one clip #gangfights #fortnite #LeagueOfLegends https://t.co/9uFryWB4Od
## 5309           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5310           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5311                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5312                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5313                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5314                                                               RT @LOLegendsMemes: Protein for Protean builders #LeagueOfLegends #Memes https://t.co/vHKOGgI4yE
## 5315    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 5316                RT @Aoi_Uma_art: I forgot to post these here :(\n\n#LeagueOfLegends #LeagueOfLegendsFanArt \n@ArtePorDoquier_ @ApoyaAlArtista https://t.co/v2L…
## 5317                                           RT @byaelli: Soraka - League of legends \n\n#soraka #LeagueOfLegends #ArtofLegends  #drawing https://t.co/zln4z6YiE5
## 5318            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 5319           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5320                  RT @LoLMemesBot: Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #SpiritB…
## 5321                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5322                  RT @Katheri84765877: Discover More.👏👏👏👏👏 #LoL #LeagueofLegends #Fanart #GuardianasEstelares #StarGuardian #Nilah \nOriginal: RoTogel https:/…
## 5323                                              RT @Rux0209: “Zoe…”🌟\n\n🎨with @udommmmmm \n\n#LeagueOfLegends #Neeko #Zoe\n #StarGuardian https://t.co/OiXaqm133B
## 5324               RT @Neekoinator: u-uuum hi there~~ 🤣\nI drew you something ;w; Neeko in a cute frog outfit!\n\nHope you're well and happy!! \n*sends positive s…
## 5325           RT @miccostumes: Bang! \n\nCongratulations, my crazy girl😆\n\nCosplay from Miccostums\n\n🛒https://t.co/v3w9WS6TYQ\n\nCosplayer https://t.co/DPIdSiR…
## 5326           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5327                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5328           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5329           RT @DieChanc3: Veigar's scary face ∋━━o(`∀´oメ)~→\n\n(Likes+Rtwts greatly appreciated!!)\n\n#LeagueOfLegends #Veigar #LeagueOfLegendsFanArt http…
## 5330                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5331                 RT @thejenneralchen: 🐝 BEE ‘ VETH 🐝 - Will you bee my snack? All that remains is a sea of honey 🍯 \n\nFull concept sheets for the @EraiViolet…
## 5332                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5333               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 5334                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5335                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5336                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5337                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5338                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5339                 RT @grymalk1nn: POV you stole your ad carry’s cs\n\n#Caitlyn #ArtofLegends #LeagueOfLegendsFanArt #LeagueofLegends #Riot #caitlynkiramman htt…
## 5340                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5341                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5342                                               RT @CutHutagalung: I like the new design.😍😍 #LoL #MOBA #LeagueofLegends #YıldızMuhafızları #StarGuardian #FLYWIN
## 5343                           RT @MikomihoArt: Star Guardian Kai'sa sketches as a break from finals\n#LeagueOfLegends #ArtofLegends #kaisa https://t.co/ggVUUHOh6F
## 5344                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5345                                                             RT @sarah_pim1: 🌸Long hair Neeko💙\n\n#LeagueOfLegends #ArtofLegends #neeko https://t.co/qN9hhs3FEx
## 5346                                               RT @_gtjnxd: star guardian jinx is so cute🥺⭐\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/S5xV1ZPhpD
## 5347                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5348                 RT @RangerEd_64: Reading, Everything We Should Have Said (K'Sante Story) https://t.co/3AeiGMeGZh via @YouTube \n\n#LeagueOfLegends #League_of…
## 5349                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5350                                               RT @_gtjnxd: star guardian jinx is so cute🥺⭐\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/S5xV1ZPhpD
## 5351                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5352                                               RT @CutHutagalung: I like the new design.😍😍 #LoL #MOBA #LeagueofLegends #YıldızMuhafızları #StarGuardian #FLYWIN
## 5353                 RT @EloDragonLoL: Thoughts?\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #game…
## 5354                                                          RT @fghg1232: The game is enjoyable.🙊 #Fanart #LeagueofLegends #Gameplay #StarGuardian #Nilah #ФанАрт
## 5355                                         RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2
## 5356            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 5357                   RT @SuperiorWolf82: When you didn't vote yes to surrender and the two players that were fighting are blaming each other. Too late to say so…
## 5358                   RT @SuperiorWolf82: When you didn't vote yes to surrender and the two players that were fighting are blaming each other. Too late to say so…
## 5359                                         RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2
## 5360                 RT @ChimeGF: Hey there , I'm a graphic designer currently looking to do commissions !  \n\nI can do any style but like to work with character…
## 5361               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 5362               RT @blablablayaoi: Go for it Zed!! \n\nThanks to Syundei for this beautiful and sweet manga! ❤\n\n#zed #Kayn #zedka #LeagueOfLegends #LeagueOfL…
## 5363                RT @starry_amari: "In the name of the Moon, we'll punish you!"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…
## 5364                 RT @EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #ga…
## 5365                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5366                                     RT @ClinoraWarrior: 103 iq Yone Gameplay #shorts #leagueoflegends #korea #gaming #subscribe #trend https://t.co/B2y1SGdNpv
## 5367              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:20 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 401\n🥈 #Lechigg➖Viewers: 106\n🥉 #Dannahou…
## 5368             RT @DistortionGG: It's time for a new week of #gaming 🔥\n\nWhich game is your fav #fam? 👇\n\nYou can guess mine with this picture for sure 😂\n\n#…
## 5369                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5370                                                                                 RT @LOLegendsMemes: based gank #LeagueOfLegends #Memes https://t.co/WthTB6ZQvw
## 5371                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5372                           RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel
## 5373                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5374                   RT @AllKnightTTV: 6pm ET tomorrow, its gonna be a chill stream. Come on down for live footage of a Bear mauling helpless passersby in the j…
## 5375    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 5376               RT @blablablayaoi: Go for it Zed!! \n\nThanks to Syundei for this beautiful and sweet manga! ❤\n\n#zed #Kayn #zedka #LeagueOfLegends #LeagueOfL…
## 5377             RT @stats_live_es: ▶️ League of Legends - Top streams a las 09:38 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 324\n🥈 #GODETO➖Viewers: 226\n🥉 #SVentur➖V…
## 5378                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5379                                                                            RT @LOLegendsMemes: Pretty accurate #LeagueOfLegends #Memes https://t.co/ClS64EG7SY
## 5380                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5381                                                            RT @LOLegendsMemes: Was bored and made Twisted Tate #LeagueOfLegends #Memes https://t.co/ftLsBCl7pY
## 5382               RT @blablablayaoi: Go for it Zed!! \n\nThanks to Syundei for this beautiful and sweet manga! ❤\n\n#zed #Kayn #zedka #LeagueOfLegends #LeagueOfL…
## 5383                   RT @LOLegendsMemes: The Chinese spyware gacha games are going to have a field day with this once they realize they don't even have to pay a…
## 5384                                RT @LuhualaArt: Portrait study\n#Ahri #LeagueOfLegends #artoflegends #digitalart #LeagueOfLegendsFanArt https://t.co/6pvK1zLlVQ
## 5385               RT @MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain\n#LeagueOfLeg…
## 5386                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5387                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 5388                RT @burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp #leagueoflegends #…
## 5389                   RT @DoomageddonGmig: Decided to play some top lane ziggs tonight and needless to say I made their top lane leave #LeagueOfLegends https://t…
## 5390                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5391               RT @swissghosts: Good morning 👀\nWe are still looking to fill up our #LeagueOfLegends\nmain roster: Top or Mid / supp\nDia2+ 🔥\nIf you are inte…
## 5392                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5393                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5394                   RT @AnneAnd81932053: Looking forward to the game.🙊🙊🙊🙊 #LeagueofLegends #Gameplay #mobilegame #GuardianasEstelares #КосплейLoL #StarGuardian…
## 5395                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5396                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5397                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5398                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5399                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 5400                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5401                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5402                  RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…
## 5403                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5404               RT @swissghosts: Good morning 👀\nWe are still looking to fill up our #LeagueOfLegends\nmain roster: Top or Mid / supp\nDia2+ 🔥\nIf you are inte…
## 5405                    RT @Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I've yet…
## 5406                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5407                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5408                              RT @Hoolies4: " 🐰💙🔥🔥🔥🔥 #LeagueofLegends #Game #ФанАрт #Nilah #GuardianasEstelares \nOriginal: HopeWang001 https://t.co/HRtK9PmuSS
## 5409                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5410                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5411                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5412                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5413                            RT @Pearlslightshow: We’re live! 😊\n\nhttps://t.co/2mJAxT0io8\n\n#LeagueOfLegends #twitch #TwitchAffiliates https://t.co/Szw393XjKa
## 5414                  RT @Mikestrosity: After Countless Minutes of playing Ranked Flex I have hit my new Peak, Bronze IV \n#LeagueOfLegends #Vtuber https://t.co/Y…
## 5415                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5416                         RT @sanunderscoree: The reason I only play with 5 stack #LeagueOfLegends #ranked #holioholio #teamgame #5stack https://t.co/A3CcyjKJvI
## 5417                                                                RT @jasikyu: Caitlyn wanted vi so I became her #arcane #LeagueOfLegends https://t.co/rBahVYMFEH
## 5418                                                                                         RT @Pradox___: En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G
## 5419                       RT @fesener1: I shared the drawing with you.❤️❤️❤️❤️ #MOBA #LeagueofLegends #mobilegame #GuardianasEstelares #StarGuardians #GuardiãsEstela…
## 5420                   RT @i4megistus: miss fortune sarah fortune fancam edit typa girl black pink league of legends lol mf #LeagueOfLegends #cblol #Qatar2022 htt…
## 5421                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5422               RT @MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain\n#LeagueOfLeg…
## 5423                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5424             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 5425                                                 RT @Capta1n_Irel1a: Update\n#Irelia #Mythmaker #LeagueOfLegends #Fanart \n#NewYear2023 https://t.co/rfRTrOQvZh
## 5426                                                     RT @DonaldB74915047: Enjoy #ArtofLegends #Game #LeagueofLegends #Bjergsen #YıldızMuhafızı #GuardiãsEstelas
## 5427                   RT @explodinstuff: HOW COME I JUST FOUND OUT ABOUT THIS JINX FIGURE?!?! AND WHY CANT I FIND IT ANYWHERE AHHHHHH IT WAS MADE BY "R36 Worksho…
## 5428               RT @MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain\n#LeagueOfLeg…
## 5429                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5430                                        RT @Moondustina: Shy Lillia wip 💗🌸\n\n#LeagueOfLegends #lillia #WildRift #LeagueOfLegendsFanArt https://t.co/NxBgMPUB9F
## 5431                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 5432                                                                        RT @ModiKM_: What was he baking? \n\n#Pantheon #LeagueOfLegends https://t.co/13o7C2aGVp
## 5433                   RT @MorganCygnus: Vi holding her shoulder trough time.\nColored version. Found my old pantone stash, bought new ones because they work well…
## 5434             RT @StClair2803: I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o\n\n#Leagu…
## 5435                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 5436                                                                                         RT @Pradox___: En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G
## 5437                 RT @grymalk1nn: POV you stole your ad carry’s cs\n\n#Caitlyn #ArtofLegends #LeagueOfLegendsFanArt #LeagueofLegends #Riot #caitlynkiramman htt…
## 5438            RT @SmurfSkins_lol: 100k BE account giveaway🎉\n\nTo Enter:\n- Follow me\n- Like this post\n- Retweet this post\nWebsite:https://t.co/N3diElcsKg\nD…
## 5439                                                                                         RT @Pradox___: En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G
## 5440                                                                                         RT @Pradox___: En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G
## 5441               RT @Desmurff: 🎁Xmas #GIVEAWAY (EUW!)🎁\nI'm giving away any skin you want in Lol\nHow to Enter:\n👊Follow\n💗Like this post\n🔁You can also retweet…
## 5442                                               RT @victorli_ran: "911 what's your emergency ?"\n#LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/PBAM2Rf3ad
## 5443                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5444                                                            RT @victorli_ran: the magical cat \n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/PgruUj8EKz
## 5445                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5446                                             RT @victorli_ran: heading to your bestfriend show\n#LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/Kt0wIwfZiD
## 5447                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5448                  RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…
## 5449                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 5450                RT @AllKnightTTV: Did you know, Polar Bears can smell prey from up to a kilometer away?\nEven fish can't hide their scent under the ice. \n\nS…
## 5451                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5452                   RT @LadyFortune5: Help them strip eachother :3 #stripgame #ahri #Missfortune #LeagueOfLegends #LeagueOfLegendsFanArt #sahri https://t.co/IN…
## 5453              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5454                  RT @LightningBaron1: Saturday is now Ahri 🦊 Day here. It is also Christmas Time so here we go with some Holidays Ahri 🦊content 💕\nCosplayer:…
## 5455             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 5456                   RT @GranadaGirl: I haven't drawn fanart in like YEARS but every bone in my body needed to draw  #Vi #Arcane #LeagueOfLegends !!! Better lat…
## 5457                   RT @SuperiorWolf82: When you didn't vote yes to surrender and the two players that were fighting are blaming each other. Too late to say so…
## 5458                  RT @LoLMemesBot: im sorry\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Spiri…
## 5459                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 5460                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 5461                            RT @AlphaCentauuri: Raffle prize for @l1noori \nThanks for participating!\n\n#ArtofLegends #LeagueOfLegends https://t.co/sbi0qnfzuW
## 5462                                                         RT @Jeffrey18755090: It means a lot to me.🔥🔥 #LeagueofLegends #LoL #GuardiãsEstelas #TLWIN #КосплейLoL
## 5463                   RT @Tetranima: Nice game starting (3/1/3) for Jinx TOP (Lethality / Arcane Comet)! Gotta pump those numbers up! - https://t.co/7w13uVE0YN #…
## 5464                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 5465                  RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…
## 5466                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5467                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5468                  RT @LoLMemesBot: Or when I'm literally ON MY WAY and the team jumps in a bad 4v5\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #L…
## 5469                              RT @Hoolies4: " 🐰💙🔥🔥🔥🔥 #LeagueofLegends #Game #ФанАрт #Nilah #GuardianasEstelares \nOriginal: HopeWang001 https://t.co/HRtK9PmuSS
## 5470                 RT @_another_tina_: 'These meddling kids'\nModern ghosthunters AU that I wanted to do for Halloween, we're in november now but who cares\n\n.…
## 5471                 RT @_another_tina_: 'These meddling kids'\nModern ghosthunters AU that I wanted to do for Halloween, we're in november now but who cares\n\n.…
## 5472                  RT @LoLMemesBot: Or when I'm literally ON MY WAY and the team jumps in a bad 4v5\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #L…
## 5473                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5474                                                           RT @LOLegendsMemes: I’m sure someone else can relate #LeagueOfLegends #Memes https://t.co/V0fCi6zusL
## 5475                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5476                 RT @DailyTaliyah: Day 1!\nAry by Manicpxmemeking!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #Rock #taliyahfanart https://t.co/S5E0U5G…
## 5477                   RT @DailyTaliyah: Day 5! \nArt by Chikinwaffless\n#taliyah #LeagueOfLegends #LeagueOfLegendsFanArt #rock\n#leaguetwt https://t.co/887rEeXMV7
## 5478                                                          RT @freefireJack2: The world is wonderful.🎮🎮🎮🎮 #Gameplay #LeagueofLegends #Worlds2021 #TLWIN #GENGWIN
## 5479               RT @JynxTakasu: Carrying a Toxic Xin Zhao ingame\nWatch the whole video to find out,\n\n#WildRift #LeagueOfLegends #Youtube #NewVideo\nhttps://…
## 5480                   RT @shapy_wa: spirit blossom ahri #ahri #ArtofLegends #LeagueofLegends #fanart spicy versions (10) here: https://t.co/8zBk0v0kLT 🔥 https://…
## 5481                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5482               RT @MikuoHatsuneTTV: Day 34 of @LeagueOfLegends quotes:\n\nA child who had known only hate confuses it for love.\n-Swain\n#LeagueOfLegends #quo…
## 5483                                                                            RT @LOLegendsMemes: Pretty accurate #LeagueOfLegends #Memes https://t.co/ClS64EG7SY
## 5484                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5485               RT @MikuoHatsuneTTV: Day 34 of @LeagueOfLegends quotes:\n\nA child who had known only hate confuses it for love.\n-Swain\n#LeagueOfLegends #quo…
## 5486                         RT @sanunderscoree: The reason I only play with 5 stack #LeagueOfLegends #ranked #holioholio #teamgame #5stack https://t.co/A3CcyjKJvI
## 5487                 RT @esports12K: Best Esports Teams In The World of 2022\n\n #esport #gaming #esports #gamer #game #csgo #twitch #leagueoflegends #games #ps #…
## 5488             RT @stats_live_es: ▶️ League of Legends - Top streams a las 09:38 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 324\n🥈 #GODETO➖Viewers: 226\n🥉 #SVentur➖V…
## 5489               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 5490    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 5491             RT @stats_live_es: ▶️ League of Legends - Top streams a las 09:38 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 324\n🥈 #GODETO➖Viewers: 226\n🥉 #SVentur➖V…
## 5492                    RT @MarvOldGamer: 🔴Live | 👋🏻Welcome!👋🏻 | 🎅Merry Christmas🎅🎄Happy Holydays🎄🎆Happy New Year🎆🌠Wish you all the best🌠 #LeagueofLegends #Gaming…
## 5493                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5494                            RT @AlphaCentauuri: Raffle prize for @l1noori \nThanks for participating!\n\n#ArtofLegends #LeagueOfLegends https://t.co/sbi0qnfzuW
## 5495                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5496                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5497                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5498                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5499                                      RT @bcvr12: People value love and work.💕💕💕 #LeagueofLegends #LoL #Fanart #TransformaTuDestino #GuardianasEstelares #TLWIN
## 5500                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5501                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5502                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5503                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5504                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5505                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5506                               RT @N_I_X_E_U: Is that fear I smell ?\n#digitalart #katarina #LeagueOfLegends\n⋗ https://t.co/eWo50Mm2Bd https://t.co/6BDCv0Rrey
## 5507              RT @kumiholeague: • ARCANA icons\n• size: 720px\n• like if you use it\n• psd by peachcoloring.\n\n#LeagueOfLegends #arcana #ahri #xayah #rakan #…
## 5508                 RT @lhiradsg_: Personal header of Arcana Ahri, this splash art is so gorgeous!\n\n#leagueoflegends #ahri #arcanaahri #header https://t.co/7m9…
## 5509        RT @poisonfists: ⠀\n⠀⠀⠀⠀⠀𝐀𝐇𝐑𝐈 𝐀𝐑𝐂𝐀𝐍𝐀 𝐇𝐄𝐀𝐃𝐄𝐑\n⠀⠀⠀⠀⠀⠀⠀⠀ ⠀  RT &amp; ♡ \nFREE TO USE, credits if you use ©\n⠀⠀⠀⠀ Follow me for more! :]\n\n「 #ahri #arca…
## 5510                                                     RT @DonaldB74915047: Enjoy #ArtofLegends #Game #LeagueofLegends #Bjergsen #YıldızMuhafızı #GuardiãsEstelas
## 5511                   RT @LoLMemesBot: new feature. never seen before\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022…
## 5512                  RT @LightningBaron1: Saturday is now Ahri 🦊 Day here. It is also Christmas Time so here we go with some Holidays Ahri 🦊content 💕\nCosplayer:…
## 5513                                         RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2
## 5514                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5515                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5516               RT @NeverEvi: Day 4 of begging \n@riotgames\n\n to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petiti…
## 5517    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 5518              RT @chessiecat105: 💎K/DA ALL OUT Ahri 🦊\n\n🎨 Artist: Anomis\n🌐 Platform: Artstation\n\n#leagueoflegends #fanart #leagueoflegendsfanart #ahri #ah…
## 5519                  RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…
## 5520                  RT @victorli_ran: everybody wants to be my enemy\n#ARCANExDRAGONSxJID #ARCANE #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/WsWe03a7Vu
## 5521                                                                                                           RT @WaxiTaxi_: Plz make ranked Aram #LeagueOfLegends
## 5522                   RT @qinhaifu1: U.S. online game developer and publisher Riot Games has filed a motion with the court handling the #FTX bankruptcy case to t…
## 5523              RT @chessiecat105: 💎K/DA ALL OUT Ahri 🦊\n\n🎨 Artist: Anomis\n🌐 Platform: Artstation\n\n#leagueoflegends #fanart #leagueoflegendsfanart #ahri #ah…
## 5524    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 5525                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5526                                                                        RT @ModiKM_: What was he baking? \n\n#Pantheon #LeagueOfLegends https://t.co/13o7C2aGVp
## 5527                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5528                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5529                           RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel
## 5530                    RT @MarvOldGamer: 🔴Live | 👋🏻Welcome!👋🏻 | 🎅Merry Christmas🎅🎄Happy Holydays🎄🎆Happy New Year🎆🌠Wish you all the best🌠 #LeagueofLegends #Gaming…
## 5531               RT @NIJISE_: second member of #FirtsBlood\n(My Fan-Band)\n\nMorgana, vocalist and pianist\n#morgana #ArtofLegends #LeagueOfLegends https://t.co…
## 5532                  RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…
## 5533                  RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…
## 5534               RT @NIJISE_: second member of #FirtsBlood\n(My Fan-Band)\n\nMorgana, vocalist and pianist\n#morgana #ArtofLegends #LeagueOfLegends https://t.co…
## 5535                    RT @MarvOldGamer: 🔴Live | 👋🏻Welcome!👋🏻 | 🎅Merry Christmas🎅🎄Happy Holydays🎄🎆Happy New Year🎆🌠Wish you all the best🌠 #LeagueofLegends #Gaming…
## 5536                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5537                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5538                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5539                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5540                                             RT @victorli_ran: how to be an exemplary support \n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/B9qFX5g6z4
## 5541                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5542                                                                 RT @victorli_ran: wait what 😡\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/GlE4hCjZK8
## 5543                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5544                                                     RT @victorli_ran: bot lane meet Ms. Glasc\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/74xUBnTgHk
## 5545                              RT @victorli_ran: We dont talk about Yasuo o o o o o🎶🎵🎶\n#LeagueOfLegends #LeagueOfLegendsFanArt #Encanto https://t.co/AtIXnYnfLI
## 5546                                           RT @victorli_ran: What else can i build ? \n#LeagueOfLegends #LeagueOfLegendsFanArt #Encanto https://t.co/kmHi9p17S7
## 5547                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5548               RT @MikuoHatsuneTTV: Day 34 of @LeagueOfLegends quotes:\n\nA child who had known only hate confuses it for love.\n-Swain\n#LeagueOfLegends #quo…
## 5549                      RT @taojinn015: Fanart Month - Day 12 - Shyvana from League of Legends\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/2mIbVN7kfW
## 5550                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5551            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 5552                                                     RT @DonaldB74915047: Enjoy #ArtofLegends #Game #LeagueofLegends #Bjergsen #YıldızMuhafızı #GuardiãsEstelas
## 5553                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5554               RT @NeverEvi: Day 4 of begging \n@riotgames\n\n to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petiti…
## 5555               RT @NeverEvi: Day 4 of begging \n@riotgames\n\n to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petiti…
## 5556                                                     RT @DonaldB74915047: Enjoy #ArtofLegends #Game #LeagueofLegends #Bjergsen #YıldızMuhafızı #GuardiãsEstelas
## 5557                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5558                      RT @taojinn015: Fanart Month - Day 12 - Shyvana from League of Legends\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/2mIbVN7kfW
## 5559                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5560                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5561                              RT @FunkyWoomy: #Irelia from #LeagueOfLegends \n\n#LeagueOfLegendsFanArt #League_of_Legends #ArtofLegends https://t.co/DtYnMEERA6
## 5562                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5563                  RT @LoLMemesBot: Or when I'm literally ON MY WAY and the team jumps in a bad 4v5\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #L…
## 5564                   RT @majorfacepwn: Stream was fun!!!… until it wasn’t. Lol #LeagueOfLegends players that pick Yasuo have no brain. And I’m not wrong. Ridicu…
## 5565                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5566               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 5567               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 5568                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5569                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5570                                                                                   RT @ForcesGale: eve sketch #evelynn #LeagueOfLegends https://t.co/gUp11alCRj
## 5571                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5572                   RT @Pudd1nGaming: FACE CAM REVEAL IS HERE!!!! COME JOIN US IN SOME LOW-SILVER SMURF TOURISM!!! https://t.co/CeusPsDkRY #Jhin #LeagueofLegen…
## 5573                  RT @LoLMemesBot: i think I'm going to sleep.. now... *yawn* *bonk* ow. anyways the Bonking Deer is coming to WR on December 21 (probably)\n#…
## 5574                   RT @xrogue_x: Oh the misery...\n\n#arcane #textures #materials #gameartist #games #lol #leagueoflegends #riot #80lvl https://t.co/WnsKfQ6NjD
## 5575                   RT @SuperiorWolf82: When you didn't vote yes to surrender and the two players that were fighting are blaming each other. Too late to say so…
## 5576    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 5577                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5578                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5579                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5580                  RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…
## 5581                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5582                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 5583                  RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…
## 5584                 RT @NakariiaLe: gotta introduce your gf and her gf to your new bestie\n\n#ekko #jinx #lux #zeri #LeagueOfLegends #ArtofLegends https://t.co/g…
## 5585                                       RT @wuzeirou: HAPPY BIRTHDAY TO THE CUTEST GIRL IN THE WORLD👩‍❤️‍💋‍👩💖💖\n#vi #arcane #LeagueOfLegends https://t.co/I6XCg1iTa0
## 5586               RT @MikuoHatsuneTTV: Day 35 of @LeagueOfLegends quotes:\n\nShut your mouth, or I will slap the soul out of you.\n-Illaoi\n#LeagueOfLegends #quo…
## 5587                   RT @rudy_crut: WinteeBlessed Warwick via @artstationhq https://t.co/lxAl7QkFWi #LeagueOfLegends #RiotGames #illustration #digitalpainting h…
## 5588                   RT @RyveGenesis: The RIOT MMO Everything Known in 2023: https://t.co/1M8IG6tgGB https://t.co/ULoKNh2cMS #RiotGames #riotmmo #LeagueOfLegend…
## 5589                                                          RT @Boazhaii: Made this today \n\n#PokemonScarlet #LeagueOfLegends #leaguetwt https://t.co/id0f5L2Ygo
## 5590                 RT @ImdumbHey: RIIIIICAAAAAAARDO WAAAAAAARUM\nhttps://t.co/jGU60TD41j\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnec…
## 5591                RT @ImdumbHey: RUN SINGED RUN\nhttps://t.co/ZVY5FbYU0N\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnect #jetztlive\n#T…
## 5592                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5593              RT @Sanda_sielin: Ez and Lux on a date 💕\n\nI made this drawing a while ago for the project that didnt happen 👀✨\n\n#LeagueOfLegendsFanArt #Lea…
## 5594                      RT @MoonMoon_Light2: '' Nyah!.......Did- Did i say it right Lux?''\n\n#Ezreal #lux #ArtofLegends #LeagueOfLegends https://t.co/A19JCpSyhz
## 5595    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 5596                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5597    RT @Rena_Angel1111: League of legends - Bottom alcove\n\nI try Bottom alcove cosplay. \n\n#LeagueOfLegends  #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 5598             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 5599                                               RT @afarny4: There is peace of mind.💕💕 #LeagueofLegends #Gameplay #GuardiãsEstelares #TransformaTuDestino #G2WIN
## 5600                  RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…
## 5601                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5602                RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…
## 5603                                               RT @afarny4: There is peace of mind.💕💕 #LeagueofLegends #Gameplay #GuardiãsEstelares #TransformaTuDestino #G2WIN
## 5604                   RT @VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends #madnesscombatfanart htt…
## 5605                                                                        RT @DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN
## 5606                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 5607                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5608                                                                        RT @DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN
## 5609                                               RT @afarny4: There is peace of mind.💕💕 #LeagueofLegends #Gameplay #GuardiãsEstelares #TransformaTuDestino #G2WIN
## 5610                                                      RT @victorli_ran: The Queen of The Void \n#LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/1qMVoxICZr
## 5611                           RT @victorli_ran: “When will my reflection show\nwho i am inside?” \n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/GVcsAlmReh
## 5612                  RT @Mikestrosity: After Countless Minutes of playing Ranked Flex I have hit my new Peak, Bronze IV \n#LeagueOfLegends #Vtuber https://t.co/Y…
## 5613                  RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…
## 5614                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5615                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5616                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5617                 RT @Og_Rozen: episode 8 crumbs\n\n#Arcane #arcanefanart #Caitvi #piltoverfinest #LeagueOfLegends #ArtofLegends #CAITLYN #VI https://t.co/hXYl…
## 5618                              RT @Hoolies4: " 🐰💙🔥🔥🔥🔥 #LeagueofLegends #Game #ФанАрт #Nilah #GuardianasEstelares \nOriginal: HopeWang001 https://t.co/HRtK9PmuSS
## 5619                RT @burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp #leagueoflegends #…
## 5620                  RT @LoLMemesBot: The Blue Ezreal in Question\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Se…
## 5621                                                                        RT @DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN
## 5622                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5623                                                   RT @nivelli_: First contact...\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Sett https://t.co/M3wLRyfwKa
## 5624                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5625               RT @NeverEvi: Day 4 of begging \n@riotgames\n\n to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petiti…
## 5626                    RT @skymagpieart: Happy (belated) birthday to Zed and all the shadows of his past that are still a part of him, for better or worse ❤️🖤🤍 #L…
## 5627                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5628                  RT @LoLMemesBot: Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #SpiritB…
## 5629                  RT @LoLMemesBot: Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #SpiritB…
## 5630                RT @burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp #leagueoflegends #…
## 5631                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5632                        RT @asatashy: Ok but hear me out\n\nBATTLE ACADEMIA ZOE✨💖\n\n#Lux #Zoe #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/tH1OO7TKxZ
## 5633                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5634                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 5635                  RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…
## 5636                RT @GalloKikiriki: Formated my computer and lost all my brushes :´D.\nHave an sketch with a default pencil in the meantime.\n\n#Aphelios #Leag…
## 5637                   RT @xrogue_x: Oh the misery...\n\n#arcane #textures #materials #gameartist #games #lol #leagueoflegends #riot #80lvl https://t.co/WnsKfQ6NjD
## 5638                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5639                                                             RT @cchocolace: Surprise! 💕 \n#StarGuardian #xayah #rakan #LeagueOfLegends https://t.co/a9ebuSGpEm
## 5640                  RT @Katheri84765877: Discover More.👏👏👏👏👏 #LoL #LeagueofLegends #Fanart #GuardianasEstelares #StarGuardian #Nilah \nOriginal: RoTogel https:/…
## 5641            RT @iBurrGaming: I love this star puppo so much...\n\n@riotgames  PLEASE DON'T BREAK HIM :'( &lt;/3\n\n#aurelionsol #leagueoflegends https://t.co/…
## 5642                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 5643              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5644               RT @Kiri_845: https://t.co/v6UrUZEkbv Happy little Friday stream is live! Come hang out!!! LoL -&gt; Val #twitchstream #smallstreamer\n#livestr…
## 5645                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 5646                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5647                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5648                       RT @Medwza: POV: Poppy is going to whomp you, heroically \n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/0dNKkqnsPj
## 5649                                              RT @Medwza: Hero? Are you in here?\n#ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/NrtTXUArjY
## 5650                                                RT @Avernath1: I would like to play this game.🙉🙉🙉🙉 #LeagueofLegends #MOBA #YıldızMuhafızları #Bjergsen #GENGWIN
## 5651                 RT @mikeycircus: Jayvik for the soul!\nPossible charm or sticker? Mayhaps\n#arcane #jayvik #leagueoflegends #jayce #viktor https://t.co/cf8MZ…
## 5652                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5653                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5654              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5655                 RT @Grilla: A rich prize dredged up from the depths!\n\nCongratulations to WAKR, who won @Trackie_D 's #TidesofTurmoil2 after an exciting fin…
## 5656                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 5657                 RT @mikeycircus: Jayvik for the soul!\nPossible charm or sticker? Mayhaps\n#arcane #jayvik #leagueoflegends #jayce #viktor https://t.co/cf8MZ…
## 5658                                  RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O
## 5659                 RT @PureArtsLimited: League of Legends Champion Teemo exudes boundless enthusiasm in this whimsical ¼ scale statue ⭐\nOur 150 Exclusives Edi…
## 5660                 RT @PureArtsLimited: "Captain Teemo on duty!" 🍄✨\nPre-order the League of Legends Teemo ¼ Scale Statue NOW ➡️ https://t.co/dywRjlXAbC\n\nOnly…
## 5661                   RT @p_c_esports: Planetary Collision Esports Part 12. Aegis League tryouts are scheduled and I can't wait till Thursday. Let us know, shoul…
## 5662            RT @iBurrGaming: I love this star puppo so much...\n\n@riotgames  PLEASE DON'T BREAK HIM :'( &lt;/3\n\n#aurelionsol #leagueoflegends https://t.co/…
## 5663                                                     RT @DonaldB74915047: Enjoy #ArtofLegends #Game #LeagueofLegends #Bjergsen #YıldızMuhafızı #GuardiãsEstelas
## 5664                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 5665                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5666                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5667                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 5668                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5669                  RT @eichan2d: Happy Birthday Nami!!! I love you so much 🫶🫶🫶\n#creadoresdelollatam #LeagueOfLegendsFanArt #LeagueOfLegends #myart https://t.c…
## 5670                  RT @LoLMemesBot: Just sylas things\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Apheli…
## 5671                  RT @LoLMemesBot: Just sylas things\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Apheli…
## 5672                                    RT @Narutsuru: #ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios Lunar Beast Aphelios https://t.co/lagnw2ZNhc
## 5673                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5674                 RT @Leahmeow9: I didn't expect 🥺 I placed as first runner up at the cosplay competition.\n\nFishbones and boots crafted by me I also styled t…
## 5675                  RT @art_wilkins: Some more work done for Riot Games. Loved doing these! More to come :) \n#KDA #Ahri #Kaisa #Akali #LeagueOfLegends #LOL #Ri…
## 5676              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5677                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5678                  RT @art_wilkins: Here's the second batch of work done for Riot! \n#KDA #Evelynn #Kaisa #Akali #LeagueOfLegends #LOL #RiotGames #conceptart #…
## 5679                 RT @art_wilkins: Third batch of Character Illustrations done for Riot :) \nCheck out the previous posts to see more! \n#KDA #Ahri #Kaisa #Ser…
## 5680                  RT @art_wilkins: Here's the second batch of work done for Riot! \n#KDA #Evelynn #Kaisa #Akali #LeagueOfLegends #LOL #RiotGames #conceptart #…
## 5681                  RT @art_wilkins: Some more work done for Riot Games. Loved doing these! More to come :) \n#KDA #Ahri #Kaisa #Akali #LeagueOfLegends #LOL #Ri…
## 5682                                    RT @Narutsuru: #ArtofLegends #LeagueOfLegends #LeagueOfLegendsFanArt #Aphelios Lunar Beast Aphelios https://t.co/lagnw2ZNhc
## 5683                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 5684                                              RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 5685                  RT @luce_azu: I thought i posted this here but i was wrong XD\nThis was a practice on ibis paint cuz i want to use my phone to draw to but i…
## 5686                 RT @CATBR3AD: No price is too great. No atrocity beyond my reach.\n\n#LeagueofLegends #ArtofLegends #LeagueofLegendsFanart #Viego https://t.c…
## 5687              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5688                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5689                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5690                 RT @CATBR3AD: No price is too great. No atrocity beyond my reach.\n\n#LeagueofLegends #ArtofLegends #LeagueofLegendsFanart #Viego https://t.c…
## 5691                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5692                           RT @Nargaccino: Rt to scare a league player\n\n#yuumi #yuumicosplay #LeagueOfLegends #leagueoflegendscosplay https://t.co/pCbzvvH2ap
## 5693                    RT @Jacob_Twitch_jd: Shaco Live wallpaper available for free on wallpaper engine. By defenceless_baby #shaco #lol #LeagueOfLegends #fanart…
## 5694                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 5695                RT @starry_amari: "In the name of the Moon, we'll punish you!"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…
## 5696                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5697                           RT @_kyuyaa: In the name of the first star, I'll punish you!! ✨\n\n#leagueoflegends #lol #ahri @LoLegendsBR https://t.co/fK0HieXUv0
## 5698                                                                           RT @erythchi: Ahri Classic skin 🥰🥰 #LeagueOfLegends #cosplay https://t.co/gPYujfojgC
## 5699                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5700                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5701                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5702                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 5703                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5704                   RT @Romaantsu: "Mooncake" sketchh  #Sett #Aphelios #spiritblossom #LeagueOfLegends #ArtOfLegends #FanArt #SpiritBlossom2022 https://t.co/Dr…
## 5705                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5706                 RT @ImdumbHey: RIIIIICAAAAAAARDO WAAAAAAARUM\nhttps://t.co/jGU60TD41j\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnec…
## 5707                RT @ImdumbHey: RUN SINGED RUN\nhttps://t.co/ZVY5FbYU0N\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnect #jetztlive\n#T…
## 5708                RT @ImdumbHey: RUN SINGED RUN\nhttps://t.co/ZVY5FbYU0N\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnect #jetztlive\n#T…
## 5709                 RT @ImdumbHey: RIIIIICAAAAAAARDO WAAAAAAARUM\nhttps://t.co/jGU60TD41j\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnec…
## 5710                 RT @ImdumbHey: RIIIIICAAAAAAARDO WAAAAAAARUM\nhttps://t.co/jGU60TD41j\n#LeagueOfLegends  #Twitch #SupportSmallStreamers #SmallStreamersConnec…
## 5711                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5712                  RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…
## 5713                                                                        RT @DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN
## 5714                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 5715             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 5716                RT @joestreladraw: just got a commissions that i could get together some  of stuff i like, Teemo + TFT 😍\n.\n.\n#TFT #LeagueOfLegendsFanArt #L…
## 5717                 RT @Cookie3w3: One more drawing and the good is coming aAaAa\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #stripgame https://t.co…
## 5718                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5719                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5720                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5721                   RT @Tetranima: Nice game starting (3/1/3) for Jinx TOP (Lethality / Arcane Comet)! Gotta pump those numbers up! - https://t.co/7w13uVE0YN #…
## 5722              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5723              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5724                                                              RT @MikeJCart: League of Legends\n#LeagueOfLegends #LeagueOfLegendsfanart https://t.co/0gvMUznHCl
## 5725            RT @we_byun: "-Please... Brother... CARRY ME."\n"- FF 15." \nYasuo &amp; Yone. ♡\n#LeagueOfLegendsFanArt #LeagueOfLegends #LOL #FANART #yasuo #yon…
## 5726                                                                              RT @bichhoan1997: Yasuo portrait. #Yasuo #LeagueOfLegends https://t.co/A9rei2e52p
## 5727                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5728                   RT @Pixel__Byte: Riot Games Trying To Get Out Of Terrible Crypto Sponsorship Deal https://t.co/rYK1WdeI90 #riotgames #riot #leagueoflegends…
## 5729                  RT @sockoroni: Is it terrible parenting if you predict the possibilities of feeding adhd candy tho\n•~~~•\n#neeko #neekolol #leagueoflegends…
## 5730            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 5731                                                   RT @Eggpoach1: The squid battle is about to start. #mobilegame #LeagueofLegends #LoL https://t.co/ARybaqwjfM
## 5732                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5733                   RT @LFGdating: https://t.co/KK1w2kizYc   Did you know LFGdating has commercials filmed by a former Comedy Central pilot director?  #gamerda…
## 5734      RT @Neekosmic: I finally made Neekosmic, this fanskin\nAnd I'm soooo proud~ ! &gt;w&lt;\n\n"Neeko like stars, isn't it pretty ?"\n\n✨~ Neeko Cosmic ~✨…
## 5735               RT @Neekosmic: Sooooo my friend told me to do an evil Neeko cosmic...\n\n"This is very exciting ! Everything is falling down !"\n\n🌑~ Dark Cosm…
## 5736                  RT @LoLMemesBot: Protein for Protean builders\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #S…
## 5737                 RT @sockoroni: Finishing some old art yahoos yipppeeee\n•~~~•\n#leagueoflegends #artoflegends #leagueoflegendsfanart #neeko #neekolol #shanha…
## 5738                                                                    RT @RepulsiveMaid: repost for her birthday\n#neeko #LeagueOfLegends https://t.co/T2j866mmFw
## 5739                                                          RT @5p00kybunny: birthday girl!!! 🦎🎁\n\n#Neeko #LeagueOfLegends #ArtofLegends https://t.co/KYGXzIT4tK
## 5740                  RT @ValorCommission: OEFBHUDCBUHEDCB I'M SO LATEEE HAPPY BIRTHDAY NEEKO!!!\n#LeagueOfLegends #League_of_Legends #leagueoflegendsart #neeko h…
## 5741                                               RT @lm_lei: #Neeko release day anniversary ❤🦎\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/WQ5Nrb5RfP
## 5742                  RT @okamiyaselli: Neeko\n#art #artwork #digitalart #ilustracion #illustration #illustagram #commission #comissionsopen #painttoolsai #drawin…
## 5743                  RT @sockoroni: Is it terrible parenting if you predict the possibilities of feeding adhd candy tho\n•~~~•\n#neeko #neekolol #leagueoflegends…
## 5744               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 5745                            RT @chaoticb1ue: Mythmaker Irelia! I really love how she looks 🫶🏻\n #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/KZwvL3WNSE
## 5746               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 5747              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:48 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 358\n🥈 #Lechigg➖Viewers: 109\n🥉 #whoisjup…
## 5748               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 5749                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5750                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5751                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5752                RT @_Moonyya_: "Bot Diff" by me\nA fanart for my favorite ADC.\nPorcelain Protector Ezreal / Heartseeker Yuumi\n#LeagueOfLegends #fanart https…
## 5753                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5754                                                RT @_Moonyya_: Vaillant Sword Riven heart emote !\nmade by me\n#fanart #LeagueOfLegends https://t.co/ZGn6DPGiiT
## 5755                        RT @asatashy: Ok but hear me out\n\nBATTLE ACADEMIA ZOE✨💖\n\n#Lux #Zoe #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/tH1OO7TKxZ
## 5756               RT @ShabbaThaHut: Going live watching #ScuffedWorldTour and playing #LeagueOfLegends 🤙🏻🤙🏻🤙🏻🤙🏻\n\nStinky boo boo man \n\nhttps://t.co/MdsrrkJqdz…
## 5757                        RT @asatashy: Ok but hear me out\n\nBATTLE ACADEMIA ZOE✨💖\n\n#Lux #Zoe #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/tH1OO7TKxZ
## 5758                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 5759                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5760                   RT @DoomageddonGmig: Decided to play some top lane ziggs tonight and needless to say I made their top lane leave #LeagueOfLegends https://t…
## 5761              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:20 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 401\n🥈 #Lechigg➖Viewers: 106\n🥉 #Dannahou…
## 5762              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:20 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 401\n🥈 #Lechigg➖Viewers: 106\n🥉 #Dannahou…
## 5763              RT @stats_live_es: ▶️ League of Legends - Top streams a las 04:30 (Hora ESP)🔥\n\n🥇 #BarbaKahn➖Viewers: 8.750\n🥈 #ElKevo_➖Viewers: 742\n🥉 #JimRs…
## 5764              RT @stats_live_es: ▶️ League of Legends - Top streams a las 04:30 (Hora ESP)🔥\n\n🥇 #BarbaKahn➖Viewers: 8.750\n🥈 #ElKevo_➖Viewers: 742\n🥉 #JimRs…
## 5765                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5766                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5767                                               RT @geheichou: Spirit Blossom Aphelios - makeup test \n#SpiritBlossom #LeagueOfLegends 🌙 https://t.co/Omk1IM46PD
## 5768               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 5769                                      RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X
## 5770              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5771                                      RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X
## 5772               RT @ar_yoop: What characters would you like to see me do next year?\n\n#LeagueOfLegends #VALORANT #GenshinImpact #MonsterHigh or more!\n\n#3dar…
## 5773                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 5774                  RT @Katheri84765877: Discover More.👏👏👏👏👏 #LoL #LeagueofLegends #Fanart #GuardianasEstelares #StarGuardian #Nilah \nOriginal: RoTogel https:/…
## 5775                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 5776               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 5777             RT @emriikun: 🦊✨📚 Battle Academia Ahri 📚✨🦊 \n\nAhri is in her second year at Durendal Academy and is running for class president.\n\ncollab wit…
## 5778       RT @qtvictini: ꒰ა lookin for mutuals ໒꒱\n୨୧ ┄┄┄┄┄┄┄ ୨୧\nthings i like\n︙ ♡ #sanrio\n︙ ♡ #VALORANT #valtwt\n︙ ♡ #DeadbyDaylgiht\n︙ ♡ #LeagueOfLege…
## 5779              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:48 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 358\n🥈 #Lechigg➖Viewers: 109\n🥉 #whoisjup…
## 5780             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 5781                   RT @majorfacepwn: Stream was fun!!!… until it wasn’t. Lol #LeagueOfLegends players that pick Yasuo have no brain. And I’m not wrong. Ridicu…
## 5782                   RT @VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends #madnesscombatfanart htt…
## 5783                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 5784                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5785                   RT @LadyFortune5: Help them strip eachother :3 #stripgame #ahri #Missfortune #LeagueOfLegends #LeagueOfLegendsFanArt #sahri https://t.co/IN…
## 5786                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 5787                RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…
## 5788                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5789                    RT @MarvOldGamer: 🔴Live | 👋🏻Welcome!👋🏻 | 🎅Merry Christmas🎅🎄Happy Holydays🎄🎆Happy New Year🎆🌠Wish you all the best🌠 #LeagueofLegends #Gaming…
## 5790                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5791                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5792                                         RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2
## 5793                                                           RT @NotEstyy: Don't\n\n#taliyah #LeagueOfLegends #StarGuardian #Fiddlesticks https://t.co/bwIn8Sw07n
## 5794                                                           RT @NotEstyy: Don't\n\n#taliyah #LeagueOfLegends #StarGuardian #Fiddlesticks https://t.co/bwIn8Sw07n
## 5795              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:48 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 358\n🥈 #Lechigg➖Viewers: 109\n🥉 #whoisjup…
## 5796                  RT @LoLMemesBot: Lillia jungle gets invaded\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Set…
## 5797                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 5798                                                                RT @victorli_ran: the surgery \n#LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/x5Wf1ias0B
## 5799                                                           RT @victorli_ran: Janna meets Swain\n#LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/UumLIhYLhO
## 5800                                                                 RT @victorli_ran: stay calm 😇\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/FmpI7fGgXj
## 5801                                                           RT @victorli_ran: chemistry class 🧪\n#LeagueofLegends #LeagueOfLegendsFanArt https://t.co/nIuxznDvim
## 5802                           RT @victorli_ran: Greetings miniature mortals! \n#LeagueOfLegends #LeagueOfLegendsFanArt #LegendsOfRuneterra https://t.co/jYPFyxVlvG
## 5803                                                           RT @victorli_ran: calling a friend \n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/utsiBg8Rtm
## 5804                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5805                                                              RT @MikeJCart: League of Legends\n#LeagueOfLegends #LeagueOfLegendsfanart https://t.co/0gvMUznHCl
## 5806                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5807                                                                  RT @doumaslefttitty: Spirit blossom yone again #yone #LeagueOfLegends https://t.co/Mx33g4MLgf
## 5808               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 5809                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5810               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 5811                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 5812                                                                      RT @Zyyaann9: LIVE!!! #LeagueOfLegends \nhttps://t.co/2siPKe9sF8\nhttps://t.co/2siPKe9sF8
## 5813                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5814                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5815       RT @Gron2002: [ 2022/12/04 - A.G.F ]\n\n\\ MISS . FORTUNE \\\n\ncos - \n@Gyani_cos \n\npho - \n@Gron2002\n\n#LeagueOfLegends  #AGF2022 https://t.co/1gb…
## 5816              RT @Koiarts1: Fan art Navy Seal Jinx \n \nRT are appreciated 🔁✨\n#HumanArtists #CreateDontScrape\n\n#Jinx #leagueoflegends #artoflegends #huion…
## 5817             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 5818                                                                                 RT @Eggpoach1: Go play it! #game #LeagueofLegends #LoL https://t.co/41PWUjtYrm
## 5819                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5820               RT @MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain\n#LeagueOfLeg…
## 5821                                  RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O
## 5822                   RT @AnneAnd81932053: Looking forward to the game.🙊🙊🙊🙊 #LeagueofLegends #Gameplay #mobilegame #GuardianasEstelares #КосплейLoL #StarGuardian…
## 5823                   RT @AnneAnd81932053: Looking forward to the game.🙊🙊🙊🙊 #LeagueofLegends #Gameplay #mobilegame #GuardianasEstelares #КосплейLoL #StarGuardian…
## 5824                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5825             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 5826                RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…
## 5827                   RT @VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends #madnesscombatfanart htt…
## 5828                  RT @RivenStore: Hello there!\nLove League of Legends? Visit us: https://t.co/mlJxwK6Wo0\n#leagueoflegends #lolgame #lolgamer #rivenstore.com…
## 5829             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 5830                RT @burnieilies: Check out me going from sup to ADC! \nhttps://t.co/sXvaAHslT0\n\n#teemo #teemosup #teemosupport #teemosupp #leagueoflegends #…
## 5831                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5832                                                                            RT @vatheja: #evelynn Doodle for tonight!💕 #LeagueOfLegends https://t.co/6OsqkZFXBJ
## 5833             RT @StClair2803: I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o\n\n#Leagu…
## 5834             RT @StClair2803: I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o\n\n#Leagu…
## 5835                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5836             RT @StClair2803: I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o\n\n#Leagu…
## 5837                                  RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O
## 5838                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5839                   RT @DoomageddonGmig: Decided to play some top lane ziggs tonight and needless to say I made their top lane leave #LeagueOfLegends https://t…
## 5840                 RT @Grilla: A rich prize dredged up from the depths!\n\nCongratulations to WAKR, who won @Trackie_D 's #TidesofTurmoil2 after an exciting fin…
## 5841                  RT @_MasterAtGames_: Join the Buff Clan https://t.co/HULRxkhWzk\n#gamingcommunity #Buff #Free #Freegames #Freegamingstuff #Buffcoins #Fortni…
## 5842                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5843             RT @Quali_Perf: 🚨 #BONPLAN \n\n🐁 𝐒𝐨𝐮𝐫𝐢𝐬 𝐬𝐚𝐧𝐬 𝐟𝐢𝐥 𝐋𝐎𝐆𝐈𝐓𝐄𝐂𝐇 𝐌𝐗\n😍 𝟑𝟓€ sur Amazon\n👉 https://t.co/8HuNNETlk6\n\n#hardware #PC #twitchfr #LeagueOfLeg…
## 5844                  RT @_MasterAtGames_: Join the Buff Clan https://t.co/HULRxkhWzk\n#gamingcommunity #Buff #Free #Freegames #Freegamingstuff #Buffcoins #Fortni…
## 5845                                                    RT @kamo46336290: 🐺🌙IF KDA\n#LeagueOfLegends #Settphel #Sett #Aphelios #settphelios https://t.co/5g9CXfKkfK
## 5846                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5847                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5848               RT @MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain\n#LeagueOfLeg…
## 5849              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5850               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 5851                                                                            RT @Shizzen45: @wildrift  please add new adc and support character #LeagueOfLegends
## 5852                  RT @LoLMemesBot: Nothing but clowns as far as the eye can see\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanAr…
## 5853                  RT @LoLMemesBot: I walk a lonely road\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aph…
## 5854              RT @stats_live_es: ▶️ League of Legends - Top streams a las 10:20 (Hora ESP)🔥\n\n🥇 #elubaman➖Viewers: 401\n🥈 #Lechigg➖Viewers: 106\n🥉 #Dannahou…
## 5855                  RT @Katheri84765877: Discover More.👏👏👏👏👏 #LoL #LeagueofLegends #Fanart #GuardianasEstelares #StarGuardian #Nilah \nOriginal: RoTogel https:/…
## 5856                                  RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O
## 5857                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5858                 RT @EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #ga…
## 5859                   RT @DoomageddonGmig: Decided to play some top lane ziggs tonight and needless to say I made their top lane leave #LeagueOfLegends https://t…
## 5860                       RT @l0Abyss: Spirit Blossom İrelia\n#irelia #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/s4XcXnxk5E
## 5861                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5862                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5863                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5864                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 5865                  RT @_junipuff_: hi twitter friends~ im live on twitch playing #LeagueOfLegends would you like to come say hi? :3 #smallstreamer \nhttps://t.…
## 5866                  RT @_junipuff_: hi twitter friends~ im live on twitch playing #LeagueOfLegends would you like to come say hi? :3 #smallstreamer \nhttps://t.…
## 5867                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5868                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5869                                  RT @cyanceebee: well I suppose I can post it now, my Irelia piece for the rift gala! #LeagueOfLegends https://t.co/rVbP6Bt67O
## 5870                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5871              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5872                   RT @VacherMad: It's the funny game guys #hankjwimbleton #2bdamned #deimos #sanford #mandesscombat #LeagueOfLegends #madnesscombatfanart htt…
## 5873              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5874                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5875                 RT @metalichotchoco: Rumble- I mean Tristy asu, it turned out way better than i thought it would \n\n#League_Of_Legends #rumble #LeagueOfLege…
## 5876                                         RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2
## 5877              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 5878                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 5879                 RT @KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.…
## 5880                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5881            RT @we_byun: "-Please... Brother... CARRY ME."\n"- FF 15." \nYasuo &amp; Yone. ♡\n#LeagueOfLegendsFanArt #LeagueOfLegends #LOL #FANART #yasuo #yon…
## 5882                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5883                   RT @AnneAnd81932053: Looking forward to the game.🙊🙊🙊🙊 #LeagueofLegends #Gameplay #mobilegame #GuardianasEstelares #КосплейLoL #StarGuardian…
## 5884                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5885                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5886                   RT @FunSizeDipStick: Dragon trainer Veigar ~ Splash art ( @FunSizeDipStick )\n#LeagueOfLegends #ArtofLegends #Veigar #LeagueOfLegendsFanArt…
## 5887                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5888                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 5889                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5890              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5891                RT @megilino: ✨ Of course I start getting sick 1 week before Christmas!!! |  !rampage https://t.co/97HMCqzpuE\n@LeagueOfLegends\n#LeagueOfLeg…
## 5892                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 5893                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 5894                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5895                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5896                   RT @angiev_cosplay: Everyone's posting x-mas cosplay photos but here I am with my cute bunnysuit because my costume hasn't arrived yet... A…
## 5897                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 5898                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5899                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5900                   RT @angiev_cosplay: Everyone's posting x-mas cosplay photos but here I am with my cute bunnysuit because my costume hasn't arrived yet... A…
## 5901                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5902                  RT @LoLMemesBot: Garen?? No today is ARGEN 🇦🇷🇦🇷🇦🇷🇦🇷🇦🇷\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #World…
## 5903                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5904                  RT @LoLMemesBot: Garen?? No today is ARGEN 🇦🇷🇦🇷🇦🇷🇦🇷🇦🇷\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #World…
## 5905                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5906                           RT @mushiefrogg: some old musical #vieshan I need to draw pentakevin more\n\n#viego #akshan #LeagueOfLegends https://t.co/lrWO9gfdDp
## 5907                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5908                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5909                                                                         RT @vatheja: Doodle of #jinx for Christmas :) #LeagueOfLegends https://t.co/ZjmSe8C22L
## 5910                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5911               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 5912                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5913                 RT @mikeycircus: Jayvik for the soul!\nPossible charm or sticker? Mayhaps\n#arcane #jayvik #leagueoflegends #jayce #viktor https://t.co/cf8MZ…
## 5914                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5915                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5916                 RT @mikeycircus: Jayvik for the soul!\nPossible charm or sticker? Mayhaps\n#arcane #jayvik #leagueoflegends #jayce #viktor https://t.co/cf8MZ…
## 5917                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5918                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5919               RT @NeverEvi: Day 4 of begging \n@riotgames\n\n to bring back the Twisted Treeline. \n#twistedtreeline #lol #LeagueOfLegends #RiotGames #Petiti…
## 5920                   RT @XSilverangel1: HOP THE SNOWBALL! https://t.co/lnxtlfk8tp via @YouTube  #LeagueOfLegends #leaguetwt #Subscribe #TwitchRecap #TwitchStrea…
## 5921                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5922                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5923              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5924                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 5925                                                              RT @LichVtuber: I love Gwen ✂️\n#LeagueOfLegends \n#gwenlol\n#ArtofLegends https://t.co/XhbQoa32NA
## 5926                                              RT @_mizah: redraw frame &lt;3\n#LeagueOfLegends  #LeagueOfLegendsFanArt  \n#StarGuardian https://t.co/QEySW8tepM
## 5927                RT @kardie00: Gwen is going to punish her daddy. \nViego, get ready for chik-chik!\n\n(Collab with Aylis. Face and boobes are her job, mine is…
## 5928                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 5929                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5930                 RT @ChimeGF: Hey there , I'm a graphic designer currently looking to do commissions !  \n\nI can do any style but like to work with character…
## 5931                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 5932                           RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel
## 5933                  RT @greeekthegreat: Heres a thread of all (most) of my posted and finished arcane fanart\n#lightcannon #arcane #leagueoflegends #caitvi http…
## 5934                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 5935                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5936                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5937                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5938                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 5939                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 5940                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5941                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5942                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 5943                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 5944                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 5945                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 5946                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5947                                      RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X
## 5948                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5949                RT @lexiaron0: They should like hold hands or whatever 😳\nLOOK! They’re stinking cute I had to draw @Taiyo0kami ‘s skate AU 🙈⛸\n\n#arcane #pil…
## 5950                 RT @degenkyo: An impromptu 12-hour stream of pure #LeagueOfLegends w/ viewers... LFGGGGGGG!\n\nI lived up to my stream title and hardcore int…
## 5951                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5952                 RT @degenkyo: An impromptu 12-hour stream of pure #LeagueOfLegends w/ viewers... LFGGGGGGG!\n\nI lived up to my stream title and hardcore int…
## 5953                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 5954              RT @MakiEraclea: The coven skin line... 😌👌🏻🖤\nShould I cosplay coven LeBlanc too?\n\nPh + 3d orb @dizzymonogatari\n\n#LeagueOfLegends #ahricospl…
## 5955                           RT @LorificArts: Quiet chat in The Last Drop 🍻✨ ft. Oc Honey Badger\n#arcane #LeagueOfLegends #illustration https://t.co/OZnWdDNEAL
## 5956                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5957                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 5958                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 5959                                                                           RT @BonniieA: Mythmaker Irelia 🖤\n\n#Irelia #LeagueOfLegends https://t.co/WBo2ZEDFT8
## 5960              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 5961                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5962                                RT @ToxicCookie2: Jinx's Sketch \n\n#art #digitalart #leagueoflegends #arcane #jinx #fanart #lol #krita https://t.co/9ug8qOwQBZ
## 5963                   RT @CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones I didn’…
## 5964                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5965                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5966                                      RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X
## 5967                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5968                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 5969                   RT @soap_ai: Jinx the homophobic homosexual \n#leagueoflegends #artoflegends #jinx #lux #lightcannon #caitvi #arcane https://t.co/PW3h696Ye8
## 5970                   RT @_Saerandipity_: Hii ! I'm so pleased to announce that my Etsy shop is officially open ! To start off, I am selling stickers of Settphel…
## 5971                  RT @LoLMemesBot: based gank\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Spi…
## 5972                               RT @soap_ai: It was funnier in my head\n\n#ArtofLegends #LeagueOfLegends #lightcannon #jinx #lux #arcane https://t.co/nPHYNzMuLD
## 5973                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5974                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5975                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5976                                                  RT @soap_ai: shitposting hours #jinx #lux #lightcannon #leagueoflegends #ArtofLegends https://t.co/EXTuqKRJGv
## 5977                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 5978                 RT @EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #ga…
## 5979                           RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel
## 5980                           RT @_gtjnxd: can we just talk about HOW GOOD jinx's figure looks?\n#arcane #arcanetwt #LeagueOfLegends #jinx https://t.co/sypyr6JZel
## 5981            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 5982                    RT @Elnathan_Art: A WIP of a piece I did sometime ago. I've put off uploading it since hogarth_hogn did a great paint over it and I've yet…
## 5983                                 RT @CanwayM: Menace to society\n\nhe's coming\n\noh god oh no-\n\n#kayn #ArtofLegends #LeagueOfLegends https://t.co/XFg8OuF3OO
## 5984                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5985                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5986                                                                              RT @dinkndots: 🐝Beellia🐝\n #LeagueOfLegends #artoflegends https://t.co/fW49z78DcF
## 5987                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 5988            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 5989                                                                            RT @Shizzen45: @wildrift  please add new adc and support character #LeagueOfLegends
## 5990               RT @SpookziePunzie: 1,100 followers! Come say hi? 👉👈\n\nLink: https://t.co/wY2CM76j4J \n\n#vtuber #ENVtuber #vtuberuprising #VtuberSupport #Lea…
## 5991                 RT @EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #ga…
## 5992                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5993            RT @stats_live_es: 🔥Top streamings a las 16:01 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 7.946\n🥈 #LACOBRAAA➖Viewers: 4.597\n🥉 #ElChiringuitoTV➖Viewers…
## 5994                                                             RT @CHOCOT4RT: ⚓️marine look neeko💙\n#LeagueOfLegends #ArtofLegends #Neeko https://t.co/8LBa2INCcD
## 5995                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5996                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 5997                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 5998               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 5999                   RT @MikuoHatsuneTTV: Day 31 of @LeagueOfLegends quotes:\n\nI will fight as long as I stand!\n-Garen\n#LeagueOfLegends #quotes #gaming #Garen
## 6000                 RT @EloDragonLoL: Bros indeed\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #ga…
## 6001                                                                        RT @DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN
## 6002                  RT @Mochibunnny: Old drawing jsksksk (it was for december) uwu\n#LeagueOfLegends #LeagueOfLegendsFanArt #neeko #Nidalee #fanart https://t.co…
## 6003                                     RT @lyquoritte: Hmm... Their designs are fun to draw👀\n\n#LeagueofLegends #Vi #Jinx #Jayce #Viktor https://t.co/uFsJa0toBl
## 6004                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6005                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6006               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 6007            RT @stats_live_es: 🔥Top streamings a las 16:01 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 7.946\n🥈 #LACOBRAAA➖Viewers: 4.597\n🥉 #ElChiringuitoTV➖Viewers…
## 6008                                              RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 6009               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 6010                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6011                                                       RT @sagefoxart: Commission ✨\n#Rell #starguardian #battlequeen #LeagueOfLegends https://t.co/N9oJAN4i6o
## 6012                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6013                  RT @marcosuchima: Happy pride y'all! Here's some #Akalynn!😌\nHope you like it!\n\n#ArtofLegends #KDA #leagueoflegends https://t.co/C6R8uO5pUi
## 6014               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 6015                                                                                  RT @WOMstream: Dueling 101 #wildrift #leagueoflegends https://t.co/BlidT2DyPc
## 6016                  RT @marcosuchima: Happy pride y'all! Here's some #Akalynn!😌\nHope you like it!\n\n#ArtofLegends #KDA #leagueoflegends https://t.co/C6R8uO5pUi
## 6017                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6018                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6019                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6020                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 6021                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6022                                          RT @Ven0o4ka28: 🌒 moon and sun ☀️\nfull on my boostie!~\n\n#diana #leona #lol #LeagueOfLegends https://t.co/ovLEG3NIQR
## 6023                                                                              RT @dinkndots: 🐝Beellia🐝\n #LeagueOfLegends #artoflegends https://t.co/fW49z78DcF
## 6024                                                 RT @Ahnnoty_: Winterblessed diana doodle \nI love her so much😭💖💖💖⭐️💖\n#LeagueOfLegends https://t.co/pLqsnqcEmY
## 6025                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6026                  RT @thatsbiz4rre: This is a drawing.🚀🚀🚀🚀 #Game #LeagueOfLegendsFanArt #LeagueofLegends #YıldızMuhafızları #TransformaTuDestino #Nilah \nOrig…
## 6027               RT @J0ker_LoL: Empyrean Jax &amp; Spirit Blossom Master Yi header for a super nice customer💜 Loved working on this one because of the theme! Al…
## 6028                    RT @J0ker_LoL: Odyssey Kayn wallpaper that the amazing @LadyOfValyria wanted to gift to a friend❤️ I really love doing these wallpapers! As…
## 6029                    RT @J0ker_LoL: ❄️CHRISTMAS HEADER GIVEAWAY❄️\nAs it's Christmas and I'm so grateful for all of you, I really want to give you guys the oppor…
## 6030              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6031                                                      RT @eeriemev: happy halloween!! \n#LeagueOfLegends #ArtofLegends #Kalista #Ledros https://t.co/dHl0Why6nq
## 6032                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6033                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #dark #angel #morde #knight #gg #shutdown #big #jg #2vs1 #…
## 6034                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6035                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #dark #angel #morde #knight #gg #shutdown #big #jg #2vs1 #…
## 6036                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6037                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6038                                      RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X
## 6039              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 6040                                                                                           RT @Koifee__: Doodle doodle #LeagueOfLegends https://t.co/jdBwoZYkoj
## 6041                                      RT @Kimenlie: Time for change\n#arcane #ArcaneArt #viktor #LeagueOfLegends #leagueoflegendsfanart https://t.co/ylszcNwo2X
## 6042                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6043                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6044                                                              RT @LOL_Holidays: Morgana's ARAM Jingle\n#LeagueOfLegends #LOL #Christmas https://t.co/LlSMbMcQfk
## 6045                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6046                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 6047                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6048                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6049                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6050              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6051                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 6052                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 6053                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 6054                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6055                  RT @LoLMemesBot: Why add an item that makes us useless\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worl…
## 6056                 RT @leochamposa: In life are you Zed or Shen?🤔  What is your favorite ship for Zed?\n\n#zed #syndra #karma #kayn #shen #akali #LeagueOfLegend…
## 6057                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 6058                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 6059                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6060            RT @EnvyAloner: First time~ hmi hmi 🥰🥰🥰\n\nReq by TrixTheFox\n\n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#LeonaxDiana #PRIDE \n#Leona #Diana ht…
## 6061                   RT @CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones I didn’…
## 6062                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 6063                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 6064                RT @__Sol1l0quy: Surprise Sunday Stream!\n#twitch #supportsmallstreamers #LeagueOfLegends \nFollow Goal: 540/545\n@rtsmallstreams @Twitch_RT @…
## 6065                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #winter #map #gg #urgot #push #top #tripple #fun #game #ga…
## 6066                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #dark #angel #morde #knight #gg #shutdown #big #jg #2vs1 #…
## 6067                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6068                 RT @PoroSandia: she may look tiny and cute but she can actually fucking kill you\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Diana #diana #fa…
## 6069                   RT @CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones I didn’…
## 6070               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 6071                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 6072                   RT @faeriefountain: reposting my #leagueoflegends #leona and #diana tarot #illustration thumbnail sketches from last night! more to come! h…
## 6073                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6074                  RT @dempugs1: There should be more games like this. #LeagueOfLegendsFanArt #LeagueofLegends #MOBA #TransformaTuDestino #ClashLoL #FLYWIN \nO…
## 6075               RT @slowsofss: I'm having Leona x Diana brainrot for DAYS and I had to make a fanart... They're everything &amp; worth my first art post here 🥺…
## 6076                                                                                              RT @CrowliiDE: Messi is Faker #WorldcupQatar2022 #LeagueOfLegends
## 6077                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6078            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6079                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6080                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6081                   RT @CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones I didn’…
## 6082                   RT @veegoesgrr: so got this idea from an old genji fanart and I wanna say I liked the old lore of how Diana got her mark? How it was suppos…
## 6083                   RT @veegoesgrr: why I haven't drawn these two in the outfit they used to wear while they were still acolytes? well that's because I can't c…
## 6084               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 6085                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6086              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6087                                                    RT @sasoxichomoshi: sasalele meme but targon edition 😎👉\n\n#targon #LeagueOfLegends https://t.co/bqT4q21C40
## 6088                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6089                 RT @NahoLadyDragon: Sorry yummi stolen 3dragon and 1 baron 😺🐉🍀💜✨\n#yummi #Pantheon #fanart #sketch #LeagueOfLegends #LeagueOfLegendsFanArt #…
## 6090                 RT @diazex_art: Whomever gets the high ground decides where they go for dinner that night, as it's always been.\n\n#leagueoflegends #artofleg…
## 6091                   RT @NahoLadyDragon: The old volibear 🍀💜✨🐉🐻‍❄️ :33 \n#fanart #LeagueOfLegends #LeagueOfLegendsFanArt #drawing #volibear https://t.co/5WDeCMQs…
## 6092                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6093                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 6094                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6095                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6096                 RT @NahoLadyDragon: Day14 dinner~ 🍀🐉✨💜\n#Rakantober2022 #xayahtober #draw #drawing #LeagueOfLegendsFanArt #LeagueOfLegends #fanart https://t…
## 6097                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6098               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 6099                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6100                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6101                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6102                   RT @CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones I didn’…
## 6103            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6104              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6105                  RT @greeekthegreat: Heres a thread of all (most) of my posted and finished arcane fanart\n#lightcannon #arcane #leagueoflegends #caitvi http…
## 6106                 RT @greeekthegreat: Cw: a boob\nLIGHTCANNON!!!!!!!!\n#lightcannon #jinxfanart #luxfanart #arcanefanart #arcane #LeagueOfLegends https://t.co/…
## 6107                                                                     RT @L0VERSEYES: big scary demon goes purr #leagueoflegends #rhaayn https://t.co/EmP4y37MZr
## 6108                   RT @CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones I didn’…
## 6109            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6110                   RT @CrazedCBear: GET A LOAD OF THESE (Hextech) CHESTS. Playing ARAM using only champs I don’t play! I just unlocked all of the ones I didn’…
## 6111                                         RT @Darksword255: That's a strong diagnosis... accurate, but strong. #kindred #LeagueOfLegends https://t.co/TFIwULYTS0
## 6112                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6113                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6114                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6115                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6116     RT @TonsyGeek: 〘ℂℝ𝔸ℂ𝕂〙𝐍𝐚𝐦𝐞: Ahri\n〘ℂℝ𝔸ℂ𝕂〙𝐒𝐨𝐮𝐫𝐜𝐞: #LeagueOfLegends  \n〘ℂℝ𝔸ℂ𝕂〙𝐑𝐚𝐜𝐞:  #Kitsune  \n〘ℂℝ𝔸ℂ𝕂〙𝐀𝐠𝐞:  1023 ans ?\n〘ℂℝ𝔸ℂ𝕂〙𝐇𝐞𝐢𝐠𝐡𝐭𝐬:  167 cm…
## 6117              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 6118                                                              RT @LOL_Holidays: Morgana's ARAM Jingle\n#LeagueOfLegends #LOL #Christmas https://t.co/LlSMbMcQfk
## 6119              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6120                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6121               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 6122                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6123              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 6124                           RT @_kyuyaa: In the name of the first star, I'll punish you!! ✨\n\n#leagueoflegends #lol #ahri @LoLegendsBR https://t.co/fK0HieXUv0
## 6125                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6126                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6127                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6128                   RT @BigLittleUnbox: Space is always a issue but l'm trying to fit everything in  #warcraft #worldofwarcraft #minecraft #halo #godofwar #lea…
## 6129                 RT @duxteh2: You want style? You've found her 💜🌺\n\n#artoflegends #LeagueOfLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/31RsoFA…
## 6130               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 6131                                                              RT @LOL_Holidays: Morgana's ARAM Jingle\n#LeagueOfLegends #LOL #Christmas https://t.co/LlSMbMcQfk
## 6132                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6133              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6134                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6135              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6136                                                                        RT @DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN
## 6137                  RT @LoLMemesBot: This is my reward for making fun of France early in the first half of the game\n#memes #meme #funny #lol #leagueoflegends #…
## 6138              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6139                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6140                 RT @GameGymEsports: Final call for this weekend's #StepUpSeries tournaments powered by @Battlefy!!\n\nPlay games, have fun, and win prizes 🙌🏼…
## 6141              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6142                                                        RT @AsaiOreo: #LeagueOfLegends  #LeagueOfLegendsFanArt #Lux #Ezreal\ncommission https://t.co/EY5df9RSEB
## 6143                                              RT @Ahnnoty_: the bosses\n#ezko #ekko #Ezreal #LeagueOfLegends #lol #arcane #ArtofLegends https://t.co/d9UQurUxeq
## 6144                                                            RT @blothariel: he makes me happy 😖\n\n#ArtofLegends #LeagueOfLegends #yone https://t.co/zRtNj4Z2py
## 6145                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6146                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6147            RT @we_byun: "-Please... Brother... CARRY ME."\n"- FF 15." \nYasuo &amp; Yone. ♡\n#LeagueOfLegendsFanArt #LeagueOfLegends #LOL #FANART #yasuo #yon…
## 6148                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6149                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6150               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 6151                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6152                RT @ChimeGF: Mythmaker Irelia header I made for @lntrelia !\n↺ or ♡ Commisions open \n\n#LeagueOfLegends #ArtofLegends #leagutwt https://t.co/…
## 6153                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6154                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6155                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6156             RT @stats_live_es: ▶️ League of Legends - Top streams a las 16:08 (Hora ESP)🔥\n\n🥇 #Werlyb➖Viewers: 7.961\n🥈 #KXMI➖Viewers: 820\n🥉 #Th3Antonio➖…
## 6157                 RT @Elizuart_: Ruined King Viego and Senna\nAnd Lucian who tries to kill those monsters xD\n#ArtofLegends #LeagueOfLegends #RuinedKing #Viego…
## 6158                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6159                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6160                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6161             RT @KJCeSports: The @FNATIC legend returns to the team 2 years after playing for its rival, @G2esports &amp; @KarmineCorp.\n\n#KJCeSports #League…
## 6162               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 6163                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6164               RT @CanwayM: Baby, baby boy\n\noh wait he's kinda fucked up actually\n\none and only penta kevin #viego #LeagueOfLegends #ArtofLegends https://…
## 6165                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6166                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6167                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6168                   RT @FunSizeDipStick: Dragon trainer Veigar ~ Splash art ( @FunSizeDipStick )\n#LeagueOfLegends #ArtofLegends #Veigar #LeagueOfLegendsFanArt…
## 6169             RT @KJCeSports: The @FNATIC legend returns to the team 2 years after playing for its rival, @G2esports &amp; @KarmineCorp.\n\n#KJCeSports #League…
## 6170             RT @KJCeSports: The @FNATIC legend returns to the team 2 years after playing for its rival, @G2esports &amp; @KarmineCorp.\n\n#KJCeSports #League…
## 6171                   RT @FunSizeDipStick: Dragon trainer Veigar ~ Splash art ( @FunSizeDipStick )\n#LeagueOfLegends #ArtofLegends #Veigar #LeagueOfLegendsFanArt…
## 6172             RT @KJCeSports: The @FNATIC legend returns to the team 2 years after playing for its rival, @G2esports &amp; @KarmineCorp.\n\n#KJCeSports #League…
## 6173                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6174                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6175                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6176                 RT @ZotacCup: It's almost time to jump into the Summoners Rift in today's ZOTAC CUP #LeagueofLegends tournament. Sign up now.\n\nNorth Americ…
## 6177                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6178                            RT @chaoticb1ue: Mythmaker Irelia! I really love how she looks 🫶🏻\n #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co/KZwvL3WNSE
## 6179                   RT @DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5
## 6180                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 6181                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6182                RT @isekai_secah: Another Day in the rift B) come say hi unless u were diamond or higher 2022, screw u &gt;:L Check out poll on twitter #leagu…
## 6183                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6184                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6185                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6186                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6187                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6188                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6189                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6190                  RT @whisky14642781: Old butcher knife. My fifth handpainted asset. Mesh made in blender, paint in 3dCoat \n#b3D #handpainted #stylized #Warc…
## 6191                   RT @somewhatbees: Yone fanart! I've been *itching* to draw lately but havent had the chance cus of finals. I had fun here just messing arou…
## 6192                                                       RT @sagefoxart: Commission ✨\n#Rell #starguardian #battlequeen #LeagueOfLegends https://t.co/N9oJAN4i6o
## 6193                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 6194                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6195                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6196     RT @TonsyGeek: 〘ℂℝ𝔸ℂ𝕂〙𝐍𝐚𝐦𝐞: Ahri\n〘ℂℝ𝔸ℂ𝕂〙𝐒𝐨𝐮𝐫𝐜𝐞: #LeagueOfLegends  \n〘ℂℝ𝔸ℂ𝕂〙𝐑𝐚𝐜𝐞:  #Kitsune  \n〘ℂℝ𝔸ℂ𝕂〙𝐀𝐠𝐞:  1023 ans ?\n〘ℂℝ𝔸ℂ𝕂〙𝐇𝐞𝐢𝐠𝐡𝐭𝐬:  167 cm…
## 6197              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 6198                   RT @LoLMemesBot: that wasn't supposed to happen\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022…
## 6199                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 6200                  RT @Elizuart_: I was trying clip studio art and Drawing them is the best option 💖💕\n#LeoDia #LeonaxDiana #Leona #Diana #ArtofLegends #League…
## 6201                  RT @catinipicnic: By popular demand ♡ Choose the champion for the next set of emotes !\n\nI am beyond flattered with the amount of support I…
## 6202             RT @Chilllki: Schedule for the week. See you guys there\n\nMonday: Preaseason league(finally)\n\nTuesday: The long dark\n\nWednesday: xcom Ironma…
## 6203                                             RT @h0ngJvn: #rhaayn cuddles!! i cant get enough of them!!\n#rhaast #kayn #LeagueOfLegends https://t.co/Bwa3B8TKrH
## 6204                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 6205                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 6206                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6207                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6208                                             RT @h0ngJvn: #rhaayn cuddles!! i cant get enough of them!!\n#rhaast #kayn #LeagueOfLegends https://t.co/Bwa3B8TKrH
## 6209                  RT @Elizuart_: I was trying clip studio art and Drawing them is the best option 💖💕\n#LeoDia #LeonaxDiana #Leona #Diana #ArtofLegends #League…
## 6210                RT @louise_artist: TODAY ITS A BIG DAY FOR THE GAYS\nDIANA AND LEONA FINALLY KISSED YOU GUYS!!!!!\nso....... i was to excited and drew this\nd…
## 6211                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6212                                          RT @_erisiar: Leona and Diana ☀️🌙\n\n#ArtofLegends #LeagueOfLegends #Leona #Diana #LeonaxDiana https://t.co/dXoIyDGgMX
## 6213                         RT @LoLValosimp: Doodle cuz Leona and Diana are canon now LETS GOOOO 💓\n#LeagueOfLegends #LeonaxDiana 🏳️‍🌈🏳️‍🌈🏳️‍🌈☀️🌙 https://t.co/qc4KeUs4ta
## 6214                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6215                                                                      RT @atomicant_cami: diana you fool #LeagueOfLegends #ArtofLegends https://t.co/0YT9trDEMM
## 6216                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6217                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6218                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6219                                            RT @onion_on1: Again Kayn?\nNow you know who was my crush\n\n#Kayn #LeagueOfLegends #fanart https://t.co/fSBazNOdpH
## 6220                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6221                                              RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 6222                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6223              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6224                  RT @LoLMemesBot: Rate my new name\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelio…
## 6225                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6226                                                                               RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 6227                  RT @DeivCalviz: Apparently it is #PortfolioDay !\n\nHere are all the released splash art I've done for #LeagueOfLegends so far. More to come…
## 6228                  RT @PiniMizzaArt: Day 39 - Graves the Outlaw (29/161)\n#LeagueOfLegendsFanArt #LeagueOfLegends #graves \n(Took a little breather, back on it…
## 6229                        RT @PiniMizzaArt: Day 40 - Gwen the Hallowed Seamstress (40/161)\n#LeagueOfLegendsFanArt #LeagueOfLegends #Gwen https://t.co/DtAzu3TLyc
## 6230                  RT @PiniMizzaArt: Day 42 - Heimerdinger the Revered Inventor (42/161)\n#LeagueOfLegendsFanArt #LeagueOfLegends #Heimerdinger https://t.co/rm…
## 6231                               RT @PiniMizzaArt: Day 43 - Illaoi the Kraken Priestess \n#LeagueOfLegendsFanArt #LeagueOfLegends #illaoi https://t.co/dzAbtVnGtM
## 6232                           RT @PiniMizzaArt: Day 44 - Irelia the Blade Dancer (44/161)\n#LeagueOfLegendsFanArt #LeagueOfLegends #Irelia https://t.co/OtbkVjGB35
## 6233                            RT @PiniMizzaArt: Day 46 - Janna the Storm’s Furry (46/161)\n#LeagueOfLegendsFanArt #LeagueOfLegends #Janna https://t.co/FaShyMLhD4
## 6234                     RT @PiniMizzaArt: Day 49 - Jayce the Defender of Tomorrow (49/161)\n#LeagueOfLegendsFanArt #LeagueOfLegends #Jayce https://t.co/OM9QyPnfKR
## 6235                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6236                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6237                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6238                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6239                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6240                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6241                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6242                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6243                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6244                   RT @CrazedCBear: Working on expanding my champ pool today on stream by playing ARAM with only unowned/no chest champions! It will be...INTe…
## 6245                 RT @_LtAndreas: ✨New Valorant Stream✨https://t.co/iJFxgT0EtS #TwitchStreamer #twitch #gamer #gaymer #Valorant #LeagueOfLegends #RiotGames #…
## 6246            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6247                   RT @CrazedCBear: Working on expanding my champ pool today on stream by playing ARAM with only unowned/no chest champions! It will be...INTe…
## 6248                                              RT @Ahnnoty_: the bosses\n#ezko #ekko #Ezreal #LeagueOfLegends #lol #arcane #ArtofLegends https://t.co/d9UQurUxeq
## 6249                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 6250                           RT @PSG_Talon: We're ready. 😎\n\n#SOARWITHTALON #lolesports #pcs #psg #leagueoflegends #announcement #roster https://t.co/vXslnF9PHO
## 6251                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6252                RT @golden8witch: I finished :"3\n(everything on:https://t.co/nA8BKIcPOW)\n@miemeoww1 Meow\n#LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLege…
## 6253                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6254                                                  RT @kmo339: #renataglasc #LeagueOfLegends\n\nYOU WERE REGRETTABLY EXPENDABLE, MY DEAR https://t.co/uMCcwnx0VM
## 6255                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6256                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6257                                              RT @Ahnnoty_: the bosses\n#ezko #ekko #Ezreal #LeagueOfLegends #lol #arcane #ArtofLegends https://t.co/d9UQurUxeq
## 6258                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6259                   RT @soap_ai: Jinx the homophobic homosexual \n#leagueoflegends #artoflegends #jinx #lux #lightcannon #caitvi #arcane https://t.co/PW3h696Ye8
## 6260                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6261                               RT @soap_ai: It was funnier in my head\n\n#ArtofLegends #LeagueOfLegends #lightcannon #jinx #lux #arcane https://t.co/nPHYNzMuLD
## 6262                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6263                   RT @HarryTh67235811: I just finished the game and wanted to share it.🥳🥳🥳🥳 #LoL #mobilegame #LeagueofLegends #ClashLoL #StarGuardians #Trans…
## 6264                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6265                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6266                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6267                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6268                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 6269                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6270                 RT @GameGymEsports: Final call for this weekend's #StepUpSeries tournaments powered by @Battlefy!!\n\nPlay games, have fun, and win prizes 🙌🏼…
## 6271                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6272                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6273                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6274                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 6275                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 6276                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6277             RT @stats_live_es: ▶️ League of Legends - Top streams a las 16:08 (Hora ESP)🔥\n\n🥇 #Werlyb➖Viewers: 7.961\n🥈 #KXMI➖Viewers: 820\n🥉 #Th3Antonio➖…
## 6278                 RT @LaverLaco: #ArtofLegends #LeagueOfLegends #KDA #KDAAkali #KDAEvelynn #evekali #akalynn \nK/DA Evelynn's glasses is so cooooool! \nEvelynn…
## 6279                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6280                           RT @LorificArts: Quiet chat in The Last Drop 🍻✨ ft. Oc Honey Badger\n#arcane #LeagueOfLegends #illustration https://t.co/OZnWdDNEAL
## 6281                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6282                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6283                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 6284                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6285                 RT @Shameichi: Since I had so much work to do, i decided to not do them at all.\n\nHere's a mock screenshot of Battle Academia Lux if it were…
## 6286                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6287                                                        RT @BrendaA56642710: I enjoy playing this game.🎮🎮🎮🎮 #LeagueofLegends #StarGuardians #ФанАрт #КосплейLoL
## 6288                RT @HiroLyte: "I asked her out on a date and she said yes!"✨💝 \n-Ezreal \n#LeagueOfLegendsFanArt #LeagueOfLegends #BattleAcademia #Ezreal #Ri…
## 6289                     RT @crystalmew: dont forget boy wonder, battle academia ezreal 🤘\n\n#LeagueOfLegends #BattleAcademia #ArtofLegends https://t.co/c3MuV6snMu
## 6290                                             RT @PurpleARTdude: I can't play it. Riot, where are the balanced tanks??\n#LeagueOfLegends https://t.co/J19rbQ4BVy
## 6291                 RT @Shameichi: Since I had so much work to do, i decided to not do them at all.\n\nHere's a mock screenshot of Battle Academia Lux if it were…
## 6292              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6293                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6294                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6295                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6296              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6297                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6298                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 6299                                                              RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID
## 6300                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6301                                                                     RT @LOLegendsMemes: lights me up everytime #LeagueOfLegends #Memes https://t.co/jBVC1ztpiS
## 6302                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6303                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6304                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6305                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6306                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6307                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6308                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6309                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 6310                                                              RT @LOL_Holidays: Morgana's ARAM Jingle\n#LeagueOfLegends #LOL #Christmas https://t.co/LlSMbMcQfk
## 6311                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6312                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 6313                  RT @Greysan_: Also I can’t explain myself here i just heard this audio the other day and i thought of these two\n#yasuo #taliyah #LeagueOfLe…
## 6314                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6315                  RT @LoLMemesBot: Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #SpiritB…
## 6316                 RT @metalichotchoco: Rumble- I mean Tristy asu, it turned out way better than i thought it would \n\n#League_Of_Legends #rumble #LeagueOfLege…
## 6317                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 6318                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6319                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6320                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6321                                      RT @Hazles14: lvl 18 full items adc #shorts #leagueoflegends #lol #gaming #lolshorts https://t.co/0hhPSEqlss via @YouTube
## 6322                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6323                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 6324                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6325                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6326                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 6327                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6328                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6329                 RT @metalichotchoco: Rumble- I mean Tristy asu, it turned out way better than i thought it would \n\n#League_Of_Legends #rumble #LeagueOfLege…
## 6330                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 6331                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6332                                                                           RT @erythchi: Ahri Classic skin 🥰🥰 #LeagueOfLegends #cosplay https://t.co/gPYujfojgC
## 6333                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6334               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6335                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6336                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6337                              RT @HdDxrth: They protect me.❤️❤️❤️ #LeagueofLegends #GENGWIN #G2WIN #YıldızMuhafızları \nOriginal: lazypoof https://t.co/qVgo3GNV6T
## 6338                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6339                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6340                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6341                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6342                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6343              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6344             RT @stats_live_es: ▶️ League of Legends - Top streams a las 16:08 (Hora ESP)🔥\n\n🥇 #Werlyb➖Viewers: 7.961\n🥈 #KXMI➖Viewers: 820\n🥉 #Th3Antonio➖…
## 6345                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6346                                                 RT @fazuo: #Kalista #Lol #LeagueOfLegends #LeagueOfLegendsFanArt \nJust fast paint meh https://t.co/3wXQXbyFC6
## 6347                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6348                  RT @Samandriade: When I imagine the ship dynamic for Swain and Leblanc I imagine this\n#LeagueOfLegends #LeagueOfLegendsFanArt #swain #lebla…
## 6349                 RT @rayyyyyyy_: CSGO Plays\n\n#CSGO #VAL #Dota2 #Underdog #GamblingTwitter #LeagueOfLegends #PlayerProps #PrizePicks #Follow #Like #Retweet h…
## 6350                                              RT @Ahnnoty_: the bosses\n#ezko #ekko #Ezreal #LeagueOfLegends #lol #arcane #ArtofLegends https://t.co/d9UQurUxeq
## 6351                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6352                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6353                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6354                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6355                   RT @i4megistus: miss fortune sarah fortune fancam edit typa girl black pink league of legends lol mf #LeagueOfLegends #cblol #Qatar2022 htt…
## 6356                 RT @MikaHeartt: take this lazy Christmas SG Taliyah edit if u want it\n\n#Taliyah #ArtOfLegends #LeagueOfLegends #StarGuardian https://t.co/v…
## 6357                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6358                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6359                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6360                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6361                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6362                                    RT @Myshkinka: Some old Atreus fanart \n\n#leagueoflegends #LeagueOfLegendsFanArt #pantheon #aatrox https://t.co/cukN3ll4Yt
## 6363                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6364                  RT @ESNA__GG: Our Talents teams for today's LOL ⚔️ live stream 🔥 see you at 🕒 𝟏𝟓:𝟎𝟎\n\n👤🎙️ 𝐖𝐚𝐫𝐝𝐲\n👤🎙️ 𝐊𝐫𝐞𝐳𝐢𝐨\n👤🎙️ 𝐏𝐫𝐨𝐱𝐞𝐦𝐚\n\n 🎥 𝗪𝗮𝘁𝗰𝗵 𝘁𝗵𝗲 𝘀𝘁𝗿𝗲𝗮𝗺…
## 6365              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6366                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6367                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6368                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6369                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6370                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6371                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6372                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6373                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6374                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6375                 RT @kheilum: Akalynn having fun at the beach!! ⛱️🌊\n.\n.\n#Akali #Evelynn #Akalynn #LeagueOfLegends #KDA  #LeagueOfLegendsFanArt #leaguetwt #L…
## 6376                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6377                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6378                  RT @darkwolflegend: Maybe if I wasn't a dumbass I could have what they have 🥹👍\n#akali #evelynn #akalynn #kda #LeagueOfLegends https://t.co/…
## 6379                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6380                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 6381                                                                      RT @Mongnyam: #LeagueOfLegends #LeagueOfLegendsFanArt  \n Neeko⛅️ https://t.co/Y8NqUaH2be
## 6382                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 6383                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6384                   RT @BadluckBringit: Its time, once again, for some League of Legends preseason shenanigans! Come join me as I navigate the seas of this new…
## 6385                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6386              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6387                  RT @SkohatiWolf: Just a little nap before the show . . \n#Akali #Evelynn #akalynn #LeagueOfLegends #3dart #WildRift #KDAAkali #KDAEvelynn #K…
## 6388                RT @ANorton3D: 🌊🐚 Ocean Song Viego 🐚🌊\nWanted to work on a male fan skin after my last one, I hope you guys like him! 🥰\n\n#LeagueOfLegends #A…
## 6389                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6390                  RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…
## 6391                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 6392                 RT @SleinYesWowNC: It's the most wonderful time of the year\nEVETOBER STARTS NOW\n#Evelynn #LeagueOfLegends #ArtofLegends https://t.co/PKgCvS…
## 6393                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6394                  RT @art_wilkins: Here's the second batch of work done for Riot! \n#KDA #Evelynn #Kaisa #Akali #LeagueOfLegends #LOL #RiotGames #conceptart #…
## 6395                                                                            RT @vatheja: #evelynn Doodle for tonight!💕 #LeagueOfLegends https://t.co/6OsqkZFXBJ
## 6396                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6397                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6398                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6399                 RT @art_wilkins: Third batch of Character Illustrations done for Riot :) \nCheck out the previous posts to see more! \n#KDA #Ahri #Kaisa #Ser…
## 6400                  RT @art_wilkins: Here's the second batch of work done for Riot! \n#KDA #Evelynn #Kaisa #Akali #LeagueOfLegends #LOL #RiotGames #conceptart #…
## 6401                  RT @art_wilkins: Some more work done for Riot Games. Loved doing these! More to come :) \n#KDA #Ahri #Kaisa #Akali #LeagueOfLegends #LOL #Ri…
## 6402                                                                RT @jasikyu: Caitlyn wanted vi so I became her #arcane #LeagueOfLegends https://t.co/rBahVYMFEH
## 6403                  RT @Samandriade: "If only your kind could see what you see, Soraka, they would weep for you as you weep for us."\n#LeagueOfLegendsFanArt #le…
## 6404                                                    RT @D_0Leviathan: My Ahri drawing ✨\n#LeagueOfLegends #ahri #LeagueOfLegendsFanArt https://t.co/28dj79PRcg
## 6405                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 6406                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6407                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6408                         RT @BartsJr: [ENG/FIL] jesus what a world cup final https://t.co/YL0LvZ0ipB #leagueoflegends #twitchAffiliate #twitch #stream #yyc #NA
## 6409                                                                         RT @Dagikat1: Mythmaker Irelia Fanart #LeagueOfLegends #Irelia https://t.co/gozVNB2aFk
## 6410                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6411                                                  RT @kmo339: #renataglasc #LeagueOfLegends\n\nYOU WERE REGRETTABLY EXPENDABLE, MY DEAR https://t.co/uMCcwnx0VM
## 6412                                         RT @envykun99: Damn what a double kill!!\n\n#LeagueOfLegends #LoL #WildRift #gaming #seraphine https://t.co/HPxK1CVP9b
## 6413                  RT @LoLMemesBot: 🤜 🤛 symbol of friendship🤙\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…
## 6414                                                        RT @AsaiOreo: #LeagueOfLegends  #LeagueOfLegendsFanArt #Lux #Ezreal\ncommission https://t.co/EY5df9RSEB
## 6415                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6416                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6417                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6418                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6419                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6420                                               RT @geheichou: Spirit Blossom Aphelios - makeup test \n#SpiritBlossom #LeagueOfLegends 🌙 https://t.co/Omk1IM46PD
## 6421               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 6422                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6423                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6424                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6425               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 6426                  RT @AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming #LeagueOfLegends #…
## 6427                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6428                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6429                              RT @HdDxrth: They protect me.❤️❤️❤️ #LeagueofLegends #GENGWIN #G2WIN #YıldızMuhafızları \nOriginal: lazypoof https://t.co/qVgo3GNV6T
## 6430                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 6431                   RT @_chaosqueen1: Where are my league of legends and RuneScape players? 🎮🎮https://t.co/j51EAyA6aj #LeagueOfLegends #runescape #twitchstream…
## 6432                 RT @ichirototosaki: sivir then adopts fen into the family...well you know how the meme goes lol\n\n#ArtofLegends #LegendsOfRuneterra #LeagueO…
## 6433                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6434                                                              RT @LOL_Holidays: Morgana's ARAM Jingle\n#LeagueOfLegends #LOL #Christmas https://t.co/LlSMbMcQfk
## 6435                  RT @theuglyredditer: The commission is in the process.🔥🔥🔥 #LeagueofLegends #LeagueOfLegendsFanArt #Bjergsen #G2WIN #YıldızMuhafızları \nOrig…
## 6436                                                              RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID
## 6437                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6438                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 6439                  RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…
## 6440                                        RT @kiri__shiba: I love this girls 💗\n#lesbian #KDAEvelynn #KDAAhri #LeagueOfLegends #kirishiba https://t.co/VXETs2wx8b
## 6441                RT @TagAnimationz: The Queen in the shadows\n\n#leblanc #teaser #ArtofLegends \n#LeagueOfLegends #LeagueOfLegendsFanArt #leaguetwt https://t.c…
## 6442                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 6443                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6444                                         RT @Sukeart: Promo art for League Youtube channel. 2014 #leagueoflegends\n#illustration\n#Jinx https://t.co/ApBiE0ndc2
## 6445               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6446                  RT @greeekthegreat: Heres a thread of all (most) of my posted and finished arcane fanart\n#lightcannon #arcane #leagueoflegends #caitvi http…
## 6447                                                   RT @Giokz_TV: Ekkobob from Arcane is IMPOSSIBLE to catch 😵‍💫🧽#leagueoflegends #arcane https://t.co/I60tuQVIIv
## 6448                                                                                      RT @yoooeeeeeeeeee: #LeagueOfLegends\nTwin souls. https://t.co/nH7o20DQeD
## 6449                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6450                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6451                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6452                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6453                    RT @Chirping_arts: The Winter is Blessing. Be sure to enjoy The #Winterblessed #Warwick and his blessing! Yes, it is one more week yet but…
## 6454                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6455                 RT @NeoNa_Gloom_ART: Coven Sivir [1.0~?]♦️\n\nI DON’T KNOW...maybe I'll redo this concept later, like the skin for Janna 🤣\n\n#LeagueOfLegends…
## 6456                RT @CumuloNocto: I don't play no League of Legends \nHOWEVER\nThis big guy??? With the flute!?!?!\nYea why it look like his ass got 2 kids????…
## 6457                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6458                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 6459               RT @SynthWolf_: They're a squad and they're up to something &gt;:3c\n#ArtofLegends #LeagueOfLegends #Sivir #Akshan #Aphelios https://t.co/Bno3T…
## 6460                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6461                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6462                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 6463                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6464                  RT @greeekthegreat: Heres a thread of all (most) of my posted and finished arcane fanart\n#lightcannon #arcane #leagueoflegends #caitvi http…
## 6465            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6466                                                            RT @wickesdt: cait wearing vi's clothes 😪💗 #caitvi #arcane #LeagueOfLegends https://t.co/ey0yUro1V0
## 6467                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6468                                   RT @Milkywaycosplay: I feel soo confident as Lillia🥰 #lillia #Lillia #LeagueOfLegends #lilliacosplay https://t.co/TwQZjGNeVH
## 6469                               RT @LANUIT_03: Happy One Year Anniversary to Arcane 🎉 \n#leagueoflegends #arcane #RiotGames #jinxcosplay https://t.co/Xi1yqP6rm3
## 6470                 RT @KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.…
## 6471                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6472                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 6473                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 6474              RT @stats_live_es: ▶️ League of Legends - Top streams a las 04:30 (Hora ESP)🔥\n\n🥇 #BarbaKahn➖Viewers: 8.750\n🥈 #ElKevo_➖Viewers: 742\n🥉 #JimRs…
## 6475                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6476                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6477                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6478                       RT @o_oleu: Day 5 of #skintober Spirit Blossom Sona…”the blossoming melody” #LeagueOfLegends #ArtofLegends #sona https://t.co/imemDsXFv4
## 6479                  RT @leoliolao: Did a fanart of @seradotwav today, listening to her childhood dreams cover on repeat 😆\n#seraphine #leagueoflegends #ArtofLeg…
## 6480     RT @Rena_Angel1111: League of legends - Rift Scuttler\n\nI try Rift Scuttler cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 6481                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6482                              RT @MewMewMew_2: VI alternative outfit\n #Fanart #LeagueOfLegends #LeagueOfLegendsFanArt #commissionsopen https://t.co/gOZIqkN8dp
## 6483                 RT @BreeSciarpa: Seraphine KDA All Out ✨💎\n#seraphine #kda #kdaallout #lol #LeagueOfLegends #LeagueOfLegendsFanArt #leagueofarts https://t.c…
## 6484                  RT @LoLMemesBot: It can't be random right?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…
## 6485                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6486                 RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…
## 6487                  RT @isekai_secah: Preseason as a botlaner--how to fight against they scary heartsteel???? D:\n#leagueoflegends #vtuber #vtubers #animegirl #…
## 6488                                                    RT @sasoxichomoshi: sasalele meme but targon edition 😎👉\n\n#targon #LeagueOfLegends https://t.co/bqT4q21C40
## 6489                  RT @LoLMemesBot: It can't be random right?\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…
## 6490                                                    RT @sasoxichomoshi: sasalele meme but targon edition 😎👉\n\n#targon #LeagueOfLegends https://t.co/bqT4q21C40
## 6491                 RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…
## 6492                                                     RT @DonaldB74915047: Enjoy #ArtofLegends #Game #LeagueofLegends #Bjergsen #YıldızMuhafızı #GuardiãsEstelas
## 6493                   RT @Tetranima: Finally a decent start (3/1/1) for Jinx TOP (Lethality / Arcane Comet)! Come cheer her up! - https://t.co/7w13uVE0YN #Jinx #…
## 6494                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 6495                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6496                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6497                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6498                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 6499               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6500                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6501                                   RT @darthfuzzy77: OLD DUDE GAMING\nW DERP SQUAD forever ❤️\n\n#twitch\n#twitchtv\n#LeagueOfLegends\n\nhttps://t.co/USs6KCtgTl
## 6502             RT @joonahnart: Zed homecoming  #ahri #zed #akali #ionia #LeagueOfLegends #LeagueOfLegendsFanArt #엘오엘 #라이엇 #RiotGames #conceptart #environm…
## 6503                                RT @Katheri06787154: I need a game.🤗🤗 #StarGuardian #LeagueofLegends #mobilegame #TLWIN #TransformaTuDestino #YıldızMuhafızları
## 6504                 RT @GameGymEsports: Final call for this weekend's #StepUpSeries tournaments powered by @Battlefy!!\n\nPlay games, have fun, and win prizes 🙌🏼…
## 6505                  RT @Samandriade: "If only your kind could see what you see, Soraka, they would weep for you as you weep for us."\n#LeagueOfLegendsFanArt #le…
## 6506                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6507                 RT @KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.…
## 6508                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 6509                                                               RT @LaurenB56946765: I like his design!😍😍 #StarGuardian #LeagueofLegends https://t.co/yivi2hTnkf
## 6510                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/6OHc7u…
## 6511                   RT @LuffyTheFox: Today I made another AI based on Equilibrium AI - Genesis. It can do semireal cosplay. No we have real Ahri :) 🦊 #ahri #st…
## 6512                 RT @KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.…
## 6513              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6514                 RT @KenApplepi: Xmas countdown with league sweethearts 👉👈\n\n#StarGuardians #Lightcannon #LeagueOfLegends #ArtofLegends #lux #Jinx https://t.…
## 6515                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6516              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6517                 RT @Leahmeow9: I didn't expect 🥺 I placed as first runner up at the cosplay competition.\n\nFishbones and boots crafted by me I also styled t…
## 6518                 RT @diazex_art: Whomever gets the high ground decides where they go for dinner that night, as it's always been.\n\n#leagueoflegends #artofleg…
## 6519                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6520                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6521                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6522              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6523                                                            RT @WOMstream: Early morning Lee Sin shenanigans #WildRift #LeagueOfLegends https://t.co/GAWH2sOSlM
## 6524                    RT @kiwiiop: WIP - a mash between order of the banana soraka and pool party :) \n\n#LeagueOfLegends #soraka #fanart https://t.co/lawoYCu2hL
## 6525                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6526               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6527                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6528                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #ashe #queen #bot #tripple #swain #gg #game #gaming #gamer…
## 6529                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #ashe #queen #bot #tripple #swain #gg #game #gaming #gamer…
## 6530                 RT @CzX004: ⚡I AM THE STORM!⚡ #leagueoflegends #leagueoflegendsfanart #leagueofart #lol #volibear #thunder #bear #freljord #legends #m7 #li…
## 6531                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6532                                                                           RT @erythchi: Ahri Classic skin 🥰🥰 #LeagueOfLegends #cosplay https://t.co/gPYujfojgC
## 6533                 RT @CzX004: ❗🐺GOD KING DARIUS 🐺❗ #darius #leagueoflegends #leagueofart #artoflegends #leagueoflegendsfanart #wolf #godking #axe #lol #leagu…
## 6534                   RT @CzX004: ZED VS SHEN #zed #shen #brothers #LeagueOfLegends #leagueofart #artoflegends #LeagueOfLegendsfanart #LegendsOfRuneterra #league…
## 6535                   RT @CzX004: HIGH NOON LUCIAN #lucian #highnoon #highnoonlucian #leagueoflegends #leagueoflegendsfanart #leagueofart #artoflegends #leagueof…
## 6536                         RT @C_Malice: "The Foreglow's calling, Jhin."\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #pyke #jhin #Empyrean https://t.co/gRRsIVmNcc
## 6537                 RT @CzX004: ✨DARK STAR CHOGHAT VS COSIC MASTER YI✨#art #drawing #choghat #masteryi #cosmicmasteryi #darkstarchoghat #leagueoflegends #Leagu…
## 6538                   RT @CzX004: YONE #yone #leagueoflegends #leagueofart #artoflegends #LeagueOfLegendsFanArt #ionia #lol #legendsofruneterra https://t.co/5qwi…
## 6539                   RT @CzX004: SION 🗿🔥 #sion #leagueoflegends #noxus #leagueofart #artoflegends #LeagueOfLegendsFanArt #legendsofrunterra #bausffs https://t.c…
## 6540                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6541                   RT @CzX004: Lee Sin vs Sett #leagueoflegends #ionia #sett #leesin #lee #leagueofart #LeagueOfLegendsFanArt #art #artoflegends #fanart #draw…
## 6542                   RT @CzX004: Dragon Knight Mordekaiser 🐲 #mordekaiser #dragon #leagueoflegends #LeagueOfLegendsFanArt #ArtofLegends #leagueofart #art #artis…
## 6543                 RT @JJKunArts: I swear it sounded funnier in my head(?\n\n#Settphel  #settphelios  #Sett #Aphelios  #phelsett #settxaphelios #artoflegends #L…
## 6544                                                RT @t0ytle: ep2 jayce babygirl talis appreciation\n#arcane #leagueoflegends #jaycetalis https://t.co/gDbRZtUvvF
## 6545                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6546                                                RT @t0ytle: ep2 jayce babygirl talis appreciation\n#arcane #leagueoflegends #jaycetalis https://t.co/gDbRZtUvvF
## 6547                         RT @odeko_yma: Double standarts \n\n#Kayn #Aphelios #Zoe #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/t7tH2mUi0I
## 6548                  RT @baixuehuli: EDG Aphelios\nLate happy birthday to Phel and Alune.\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Aphelios #Alune…
## 6549                 RT @EloDragonLoL: Friday\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #game #g…
## 6550                                                                            RT @0sei6: Irelia - the will of the blades #LeagueOfLegends https://t.co/hCaG7lNMtY
## 6551                                              RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 6552                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 6553                 RT @JJKunArts: I swear it sounded funnier in my head(?\n\n#Settphel  #settphelios  #Sett #Aphelios  #phelsett #settxaphelios #artoflegends #L…
## 6554                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6555                 RT @Aikidork: I know everything about love\n\n#Settphel #settphelios #sett #aphelios #SpiritBlossom2022 #SpiritBlossom #SpiritBlossomSett #Le…
## 6556                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6557                            RT @ClowneryMilk: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 6558                                              RT @ClowneryMilk: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 6559                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6560                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 6561                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6562                  RT @Akitsuki_gg: Ready for our Guardian Game on League of Legends at 6:45PM CET?? #RiotGamesONE #LeagueOfLegends \nRight after the World Cup…
## 6563                  RT @Akitsuki_gg: Ready for our Guardian Game on League of Legends at 6:45PM CET?? #RiotGamesONE #LeagueOfLegends \nRight after the World Cup…
## 6564                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6565                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6566               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6567                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6568                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6569                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6570                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 6571              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6572                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6573                         RT @C_Malice: "The Foreglow's calling, Jhin."\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #pyke #jhin #Empyrean https://t.co/gRRsIVmNcc
## 6574                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6575                RT @Vande3333: Thanks to #LeaguePartner, I have a lot of Bewitching Batnivia skins to giveaway, it's open to ALL regions🦇\n\n⭐️To enter:\n⭐️Fo…
## 6576                   RT @DumbAzzHell1: https://t.co/ksV78fY4do\n⬆️⬆️⬆️\nArcane: Season 1 - Review \n\nYo, here's my review for season 1 of the Netflix show Arcane:…
## 6577            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6578                RT @6176ter: Miss Fortune league of legends ❤️❤️\n#MissFortune \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#FANART \n💙💙💙 https://t.co/uJ0ejUSj…
## 6579            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6580              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6581                  RT @DalnimBlue: Ziggs vs Ahri 22-03-10 / Big big DMG  !! BOOM 🆕️ 💥🆙️👍  #LeagueOfLegends #ziggs\n#ahri #game #gamer #lol\n\nhttps://t.co/KVlol0…
## 6582                           RT @PSG_Talon: We're ready. 😎\n\n#SOARWITHTALON #lolesports #pcs #psg #leagueoflegends #announcement #roster https://t.co/vXslnF9PHO
## 6583                   RT @DonaldB74915047: Do you want to play the next game?😎😎😎😎😎 #ArtofLegends #LeagueofLegends #ФанАрт #ClashLoL #GENGWIN \nOriginal: Camdynn_…
## 6584                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 6585            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6586                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 6587                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 6588                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6589                 RT @Leahmeow9: I didn't expect 🥺 I placed as first runner up at the cosplay competition.\n\nFishbones and boots crafted by me I also styled t…
## 6590                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 6591                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6592               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 6593              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6594                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 6595                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6596                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6597              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6598                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6599                                                                                  RT @LavinciFrost: Just. Different. \n#LeagueOfLegends https://t.co/CE3FaViesT
## 6600               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6601                 RT @RivenStore: Who remembers that?\nVisit us: https://t.co/Jtncw61Y4H\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lolstuff htt…
## 6602               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6603                                             RT @haruheartless: @BastianRoma1 Haymaker more like byemaker 👀👀👀\n\n#LeagueOfLegends #Sett https://t.co/bm72rf9ixo
## 6604                   RT @DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5
## 6605                                                                               RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 6606                    RT @xina60326269: kayn&amp;yone \nsnowmoon &amp; spiritblossom\n#kayn #yone #LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/e0S88IaRMA
## 6607            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6608            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6609                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6610                   RT @DailyTaliyah: Day 10! \nRock surfing taliyah!\n#LeagueOfLegends #LeagueOfLegendsFanArt #taliyah #leaguetwt #Rock https://t.co/jpYQ6Jb2y5
## 6611            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6612                                                                 RT @anticanonhearts: a concepttt\n#leodia #risewithme #leagueoflegends https://t.co/t4EykIuXrV
## 6613                  RT @LoLMemesBot: Nothing but clowns as far as the eye can see\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanAr…
## 6614                                    RT @TaliEsports: God tier would be 'Friend list full.' 🕶️\n\n#Dota2 #Valorant #CSGO #LeagueOfLegends https://t.co/rcIl9F3QQB
## 6615                           RT @LorificArts: Quiet chat in The Last Drop 🍻✨ ft. Oc Honey Badger\n#arcane #LeagueOfLegends #illustration https://t.co/OZnWdDNEAL
## 6616                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 6617                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6618                               RT @kumisblet: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 6619                   RT @o_oleu: Day 27 of #skintober Shan Hai Scrolls Vladimir “The Inkweaver Demon” #LeagueOfLegends #ArtofLegends #vladimir https://t.co/UTNY…
## 6620                                  RT @SakuraArt8: Gwen when she unlocks level 6 first \n#GwenLoL #LeagueOfLegends #Doodle #ArtofLegends https://t.co/wHKHEZoOAx
## 6621                 RT @AraKamelia: "𝒀𝒐𝒖 𝒔𝒉𝒐𝒖𝒍𝒅 𝒄𝒂𝒍𝒍 𝒎𝒆 𝑴𝒊𝒔𝒕𝒓𝒆𝒔𝒔 𝑴𝒂𝒕𝒉𝒊𝒍𝒅𝒂."\nSeems like #Caitlyn is the top tonight ✨ I'm sure #Vi wouldn't complain 😌\nSolo set…
## 6622                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6623                  RT @Kirishimakrbk: I love this syndra skin💙\n\n#syndra #LeagueOfLegendsFanArt #LeagueOfLegends #fanart #spiritblossom https://t.co/2QBqTzqs7y
## 6624                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6625                                                                               RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 6626                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6627                  RT @Samandriade: When I imagine the ship dynamic for Swain and Leblanc I imagine this\n#LeagueOfLegends #LeagueOfLegendsFanArt #swain #lebla…
## 6628                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6629              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6630                                                 RT @kumisblet: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 6631                               RT @kumisblet: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 6632                                                 RT @kumisblet: TARIC TARIC MORE TARIC \n#LeagueOfLegends #LeagueOfLegendsFanArt #Taric https://t.co/UMltG2luks
## 6633                               RT @kumisblet: ah yes, i have a twitter\n\ni love my ADC #LeagueOfLegends #LeagueOfLegendsFanArt  #Taric https://t.co/3krOP7l1rE
## 6634                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 6635                   RT @SadalsundC: 🌙 "Want a fight when the moon is high? Bad idea." Diana from #LeagueOfLegends  cosplay :)  Pic by @Todwest_ph  #Cosplay #lo…
## 6636                   RT @_chaosqueen1: Where are my league of legends and RuneScape players? 🎮🎮https://t.co/j51EAyA6aj #LeagueOfLegends #runescape #twitchstream…
## 6637                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6638                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6639                   RT @_chaosqueen1: Where are my league of legends and RuneScape players? 🎮🎮https://t.co/j51EAyA6aj #LeagueOfLegends #runescape #twitchstream…
## 6640                                                                                  RT @LavinciFrost: Just. Different. \n#LeagueOfLegends https://t.co/CE3FaViesT
## 6641                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 6642                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6643                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6644              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6645               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 6646                  RT @greeekthegreat: Heres a thread of all (most) of my posted and finished arcane fanart\n#lightcannon #arcane #leagueoflegends #caitvi http…
## 6647                 RT @Elizuart_: Ruined King Viego and Senna\nAnd Lucian who tries to kill those monsters xD\n#ArtofLegends #LeagueOfLegends #RuinedKing #Viego…
## 6648               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6649              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6650                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6651              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6652                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 6653                 RT @Elizuart_: Ruined King Viego and Senna\nAnd Lucian who tries to kill those monsters xD\n#ArtofLegends #LeagueOfLegends #RuinedKing #Viego…
## 6654                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6655                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6656                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6657                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6658                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6659               RT @YoloTaube: ❄️✨Winterblessed Gwen✨❄️\n\ni had no idea what to do with her scissors so just pretend they're there~\n\n#LeagueOfLegends #Leagu…
## 6660                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 6661                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6662                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 6663                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6664                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6665                                        RT @FanshaweFUEL: Fuel and Onu doing the trades\n\n@ECAC_Esports  #LeagueOfLegends  #ecacfinals https://t.co/FgM3y0yIGU
## 6666                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6667                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6668                                                          RT @SynthWolf_: Yeah\n#karma #irelia #karmelia #leagueoflegends #ArtofLegends https://t.co/PJkltwJWyK
## 6669                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6670            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6671                                                          RT @SynthWolf_: Yeah\n#karma #irelia #karmelia #leagueoflegends #ArtofLegends https://t.co/PJkltwJWyK
## 6672                 RT @Elizuart_: Ruined King Viego and Senna\nAnd Lucian who tries to kill those monsters xD\n#ArtofLegends #LeagueOfLegends #RuinedKing #Viego…
## 6673                 RT @ADEPT_gg: 🫂A new duo joins our partner roster!🫂\n\nWe are proud to welcome these two #LeagueofLegends multitalents to our family. Say hel…
## 6674                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6675                                                                           RT @erythchi: Ahri Classic skin 🥰🥰 #LeagueOfLegends #cosplay https://t.co/gPYujfojgC
## 6676                  RT @LoLMemesBot: Or when I'm literally ON MY WAY and the team jumps in a bad 4v5\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #L…
## 6677                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6678                                               RT @shikispace: Crystal.. fruit.. yone\n\n#yone #LeagueOfLegends #ArtofLegends #wildrift https://t.co/M3Lz8hso2x
## 6679                                                                           RT @erythchi: Ahri Classic skin 🥰🥰 #LeagueOfLegends #cosplay https://t.co/gPYujfojgC
## 6680                       RT @l0Abyss: Spirit Blossom İrelia\n#irelia #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/s4XcXnxk5E
## 6681                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 6682                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 6683                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 6684                  RT @CherryRobber: sickest bro in arcane (in more ways than one)\n#arcane #arcanefanart #viktor #LeagueOfLegends #arcaneviktor https://t.co/6…
## 6685                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 6686                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 6687                 RT @HighNoonJhin: #jhin #LeagueOfLegends #LeagueOfLegendsFanArt \n\nbackside will be high noon jhin - will post soon and have in my shop come…
## 6688                                       RT @Phalanxus: Sometimes the light at the end of the tunnel is Leona\n\n#draven #LeagueOfLegends https://t.co/rshTnomkGi
## 6689                                       RT @Phalanxus: Sometimes the light at the end of the tunnel is Leona\n\n#draven #LeagueOfLegends https://t.co/rshTnomkGi
## 6690                                                                                      RT @OrekiGenya: doodle #LeagueOfLegends #Aphelios https://t.co/1jbs24lUsH
## 6691                RT @BlakeMe99112926: bmfourelements\nPen and colored pencil\n\n#anime #ecko #leagueoflegends #arcane #coloredpencil #pendrawing #stipple #FOUR…
## 6692                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6693                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6694                 RT @veegoesgrr: Just two gals being pals c:\n\n#LeagueOfLegends #ArtofLegends #Akali #kaisa #Kaikali #starguardian2022 #starguardian #StarGua…
## 6695                                                                           RT @envcry: sketches #ArtofLegends #LeagueOfLegends #kaikali https://t.co/T4XTGw8h7N
## 6696                                       RT @Phalanxus: Sometimes the light at the end of the tunnel is Leona\n\n#draven #LeagueOfLegends https://t.co/rshTnomkGi
## 6697                  RT @deerlaurs: they won’t leave my mind!! take these dumb sketches :]\n\n#kaikali #kda #akali #kaisa #leagueoflegends https://t.co/CBQXaKsZmG
## 6698                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 6699              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6700                 RT @ElodyGamerGirl: #Twitch 1v4 #Outplay 🔥\n\n#LeagueOfLegends • #LoL • #TwitchMain • #ADC • #GamerGirl • #eGirl • Whatever 🖕🏼 https://t.co/k…
## 6701                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 6702                                                RT @explodingquails: I blame the Leodia discord server for this #Diana #LeagueOfLegends https://t.co/fhSIYnZ0IH
## 6703              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6704                                                                     RT @LOLegendsMemes: lights me up everytime #LeagueOfLegends #Memes https://t.co/jBVC1ztpiS
## 6705              RT @stats_live_es: ▶️ League of Legends - Top streams a las 09:50 (Hora ESP)🔥\n\n🥇 #baldu➖Viewers: 475\n🥈 #The2ndLaw123➖Viewers: 205\n🥉 #MarioM…
## 6706               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6707                 RT @itsbrych: “hard to resist you, gonna make you mine” ⏱💣 #timebomb \n\n#ekkojinx #Ekko #Jinx #Arcane #ArtofLegends #LeagueOfLegends #ArtofA…
## 6708                                                              RT @mentalrhapsody: Here we go with Rhaast :&gt; #Rhaast #LeagueOfLegends https://t.co/9IBp9VWsIs
## 6709               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 6710            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6711                  RT @tom_hutchcraft: My first full year on Twitch! Thanks to those who tuned in ❤\nI aim to take Twitch more seriously in 2023! If you're int…
## 6712                                                      RT @complexmotivess: They are so me\n#LeagueOfLegends\n#Kled #Ziggs #Heimerdinger https://t.co/E8vQ8Pn1t5
## 6713                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6714                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6715                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6716              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6717                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6718                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6719                   RT @honeymoonpetal: #ArtofLegends #LeagueOfLegends #StarGuardian I hoped to see more star guardian harp fanarts but I got to see only a ver…
## 6720                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6721                   RT @CzX004: Dragon Knight Mordekaiser 🐲 #mordekaiser #dragon #leagueoflegends #LeagueOfLegendsFanArt #ArtofLegends #leagueofart #art #artis…
## 6722                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 6723                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6724                     RT @madikdev: Space Groove Nami Prestige from League of Legends 🧜🏻‍♀️💫 @LeagueOfLegends #nami #LeagueOfLegends #lolfanart #lol #spacegroove…
## 6725                     RT @madikdev: Space Groove Nami Prestige from League of Legends 🧜🏻‍♀️💫 @LeagueOfLegends #nami #LeagueOfLegends #lolfanart #lol #spacegroove…
## 6726                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6727                 RT @greeekthegreat: Cw: a boob\nLIGHTCANNON!!!!!!!!\n#lightcannon #jinxfanart #luxfanart #arcanefanart #arcane #LeagueOfLegends https://t.co/…
## 6728                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6729                   RT @CzX004: Lee Sin vs Sett #leagueoflegends #ionia #sett #leesin #lee #leagueofart #LeagueOfLegendsFanArt #art #artoflegends #fanart #draw…
## 6730                   RT @CzX004: SION 🗿🔥 #sion #leagueoflegends #noxus #leagueofart #artoflegends #LeagueOfLegendsFanArt #legendsofrunterra #bausffs https://t.c…
## 6731                   RT @CzX004: YONE #yone #leagueoflegends #leagueofart #artoflegends #LeagueOfLegendsFanArt #ionia #lol #legendsofruneterra https://t.co/5qwi…
## 6732                   RT @kasaichic: New YouTube video out. Just a small channel intro until I figure out how to properly edit :) #YouTube #twitchstreamer #Overw…
## 6733                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 6734                   RT @kasaichic: New YouTube video out. Just a small channel intro until I figure out how to properly edit :) #YouTube #twitchstreamer #Overw…
## 6735                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6736                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 6737                                      RT @bromaah: Good Ending 🌸\n\n#Sett #Soraka #LeagueOfLegends #LeagueOfLegendsFanArt #ArtOfLegends https://t.co/q3E4F0ycWm
## 6738            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6739                   RT @ibonedrawhentai: Happy B-Day Nami 😭💕 \n#nami #LeagueOfLegendsFanArt #namilol #LeagueOfLegends #ArtofLegends #uwu https://t.co/4vwV9CVew1
## 6740              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6741                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 6742            RT @stats_live_es: 🔥Top streamings a las 16:15 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 8.143\n🥈 #LACOBRAAA➖Viewers: 5.033\n🥉 #SpeedGamingEspanol➖View…
## 6743                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6744                                                  RT @soap_ai: shitposting hours #jinx #lux #lightcannon #leagueoflegends #ArtofLegends https://t.co/EXTuqKRJGv
## 6745                                   RT @soap_ai: drops this with no context #lightcannon #jinx #lux #ekko #LeagueOfLegends #ArtofLegends https://t.co/7nMEfR0F4j
## 6746                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 6747   RT @Rena_Angel1111: League of legends - Exhaust\n\nI try Exhaust cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #롤 #RiotGame…
## 6748                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6749    RT @Rena_Angel1111: League of legends - Control Ward\n\nI try Control Ward cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #R…
## 6750     RT @Rena_Angel1111: League of legends - Rift Scuttler\n\nI try Rift Scuttler cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 6751    RT @Rena_Angel1111: League of legends - Honeyfruit\n\nI try Honeyfruit cosplay.  \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #Riot…
## 6752                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 6753                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 6754                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 6755                                                            RT @WOMstream: Early morning Lee Sin shenanigans #WildRift #LeagueOfLegends https://t.co/GAWH2sOSlM
## 6756                                                     RT @Bleyzen404: New day\n#LeagueofLegends \n#LeagueOfLegendsFanArt \n#ArtofLegends https://t.co/7t9Am9YNBI
## 6757                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6758                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6759            RT @stats_live_es: 🔥Top streamings a las 16:15 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 8.143\n🥈 #LACOBRAAA➖Viewers: 5.033\n🥉 #SpeedGamingEspanol➖View…
## 6760                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6761                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6762            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6763               RT @shibeix: Massive respect to this Jinx cosplayer. \nJust gotta have a photo with her. \n#jinx #akali #LeagueOfLegends\n#comicfiesta2022\n...…
## 6764                   RT @skymagpieart: My piece for the @PrideRuneterra  zine - Kayn with the bisexual flag, phasing through all that hard terrain because as we…
## 6765                    RT @skymagpieart: Happy (belated) birthday to Zed and all the shadows of his past that are still a part of him, for better or worse ❤️🖤🤍 #L…
## 6766               RT @shibeix: Massive respect to this Jinx cosplayer. \nJust gotta have a photo with her. \n#jinx #akali #LeagueOfLegends\n#comicfiesta2022\n...…
## 6767               RT @dariana_montana: Rick y Ticctoco de lol tft \nRick le pertenece a @KimuraZmv \n#RickProwerTheFox\n#LeagueOfLegends \n#LeagueOfLegendsFanArt…
## 6768                                                                                  RT @WOMstream: Dueling 101 #wildrift #leagueoflegends https://t.co/BlidT2DyPc
## 6769                  RT @LoLMemesBot: Vikings Offense: Vote no we scale\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds20…
## 6770                                                                               RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 6771                                                                               RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 6772                                    RT @Myshkinka: Some old Atreus fanart \n\n#leagueoflegends #LeagueOfLegendsFanArt #pantheon #aatrox https://t.co/cukN3ll4Yt
## 6773                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6774                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 6775                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6776                                    RT @Myshkinka: Some old Atreus fanart \n\n#leagueoflegends #LeagueOfLegendsFanArt #pantheon #aatrox https://t.co/cukN3ll4Yt
## 6777                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6778            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6779                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6780            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6781                 RT @YThunderhead: Hey there players. Just made a #NewVideo. I hope it helps you all.\nTY\nCounter #wildrift champions starting with F and G h…
## 6782                 RT @NewsG2G: Riot Games submits a motion to compel on Friday, December 16, to end seven-year sponsorship deal with FTX\n\n@riotgames @FTX_Off…
## 6783                   RT @Jacob_Twitch_jd: Shaco it the only champ that matter change my mind! \nFree Shaco Live Wallpaper. Grab in on Wallpaper engine or msg me…
## 6784                                                                               RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 6785                 RT @TheChildofMoon2: I think, if Ekko had grown up in Piltover, why wouldn't Mel have adopted him?\n-\n#arcane #LeagueOfLegends #LeagueOfLege…
## 6786                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6787                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6788                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6789               RT @aleriy_: How close you want them to be from each other?\n\n-Yes \n\n#xayah #sett #rakan #LeagueOfLegends #ArtofLegends https://t.co/A5j3v8C…
## 6790              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6791                 RT @CarolynCherry_: 📢On part en live sur League Of Legends !!🔴\nhttps://t.co/j02PN5V2Co\n#streamergirl #twitch #LeagueOfLegends #LOL #Carolyn…
## 6792                               RT @yousseferra_art: League of Legends : Jinx\nhttps://t.co/toFJ0uBDLU\n\n#leagueoflegends #arcane #jinx https://t.co/NVYTprdOCv
## 6793                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 6794                      RT @By_meeeeeeeee: Viego cat part 3\n.\n#LeagueOfLegendsFanArt #LeagueOfLegends #ArtofLegends   #lolfanart #viego https://t.co/pXzKAGr2AW
## 6795                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 6796                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 6797              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6798                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6799                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 6800                 RT @YThunderhead: Hey there players. Just made a #NewVideo. I hope it helps you all.\nTY\nCounter #wildrift champions starting with F and G h…
## 6801                                   RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS
## 6802                  RT @baixuehuli: EDG Aphelios\nLate happy birthday to Phel and Alune.\n#LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt #Aphelios #Alune…
## 6803                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6804                                   RT @skymagpieart: Angsty Kayn/Akali AU to his LoR story because 💜\n#LeagueOfLegends #akayn #kaynkali https://t.co/MKStsYlmoS
## 6805                  RT @AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming #LeagueOfLegends #…
## 6806                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6807                 RT @duxteh2: You want style? You've found her 💜🌺\n\n#artoflegends #LeagueOfLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/31RsoFA…
## 6808                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6809                                                                               RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 6810                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6811              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6812                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6813                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6814              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6815                   RT @Rusa_Diffusion: Caitlyn - "I got you in my sights" #LeagueOfLegends #CaitlynKiramman #Caitlyn #AIart #nijijourney https://t.co/MHrKRgje…
## 6816                   RT @Rusa_Diffusion: Caitlyn -  "I aim to win and my aim is excellent" #LeagueOfLegends #Caitlyn #CaitlynKiramman #nijijourney #AIart https:…
## 6817                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 6818                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 6819                  RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…
## 6820                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 6821                                                                               RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 6822                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6823               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6824               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 6825                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 6826            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6827              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6828              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6829                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6830               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6831                 RT @xwefoo: I did some music video with sync with song \nwas cool to animated with the beats :D\n#3dart #3dmodeling #LeagueOfLegends #ArtOfLe…
## 6832                                                            RT @WOMstream: Early morning Lee Sin shenanigans #WildRift #LeagueOfLegends https://t.co/GAWH2sOSlM
## 6833                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6834                                  RT @arcane_simp: Tell this mf to stop rizzing the camera\n#arcane #ekko #leagueoflegends #chromacrash https://t.co/z5sCzfkhHi
## 6835                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6836                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 6837                 RT @DoransNDragons: Like clockwork, it's time for a new build! This week, we're building the Icathian Time Mage, Zilean!\n\n#DnD #ttrpg #Leag…
## 6838                                                   RT @MandalaMahmud: For the love of the game. #LeagueofLegends #ArtofLegends #G2WIN #TLWIN #GuardiãsEstelares
## 6839                                                                               RT @RepulsiveMaid: Gwen practice\n#gwen #LeagueOfLegends https://t.co/F2RQWDOjmE
## 6840                                                   RT @MandalaMahmud: For the love of the game. #LeagueofLegends #ArtofLegends #G2WIN #TLWIN #GuardiãsEstelares
## 6841                RT @odeko_yma: Hey, I just made a redraw of this exact moment in the anime.\n\nKayn and Evelynn are running on the edge…again.\n\n#Edgerunners…
## 6842                  RT @LoLMemesBot: 2 minutes of searching for icons and a minute of paint.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfL…
## 6843                  RT @AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming #LeagueOfLegends #…
## 6844            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6845                   RT @JaceeJackson: #houseofdragons #LeagueOfLegends #prematurecum think it’s time too “DO THE @YouTube @tiktok_us @Twitter @elonmusk @BUFoot…
## 6846              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6847                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6848                                     RT @OGGIHelga: #LeagueOfLegends #LeagueOfLegendsfanart #Talon #WildRift \n\nSly Big Werewolf Talon https://t.co/tBqPW9Ypo7
## 6849                   RT @JaceeJackson: #houseofdragons #LeagueOfLegends #prematurecum think it’s time too “DO THE @YouTube @tiktok_us @Twitter @elonmusk @BUFoot…
## 6850               RT @jericollage70: Happy Birthday to one of my Favorites, The Amazing @KriziaBajos! Have a Blessed Birthday &amp; Happy Holidays Krizia! 🎂😎🙏🏻👍🏻…
## 6851            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6852                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6853                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6854                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 6855                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 6856            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6857                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6858                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6859                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6860                 RT @DoransNDragons: Like clockwork, it's time for a new build! This week, we're building the Icathian Time Mage, Zilean!\n\n#DnD #ttrpg #Leag…
## 6861                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6862              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6863                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6864                  RT @LoLMemesBot: Nothing but clowns as far as the eye can see\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanAr…
## 6865                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6866                                                   RT @huanihua7: Good morning 🖤\n#arcane #arcanefanart #Silco #LeagueOfLegends #sketch https://t.co/gWMgUoJirj
## 6867                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6868                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6869                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6870     RT @Rena_Angel1111: League of legends - Teemo\n\nI try Teemo cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #LOL…
## 6871                                    RT @IkerWrld: Sunday back in &lt;3\n\nhttps://t.co/BzFM6lw2CD\n\n#LeagueOfLegends #Diamond #Stream #Streaming #Live #Twitch
## 6872                                                   RT @MandalaMahmud: For the love of the game. #LeagueofLegends #ArtofLegends #G2WIN #TLWIN #GuardiãsEstelares
## 6873                RT @Mdndt1: A Vexing Stream\nhttps://t.co/Apm5aCxKAw\n\n#league #lol #leagueoflegends #gaming #stream #gamer #gaming #streaming #streamer #twi…
## 6874            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6875               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 6876                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6877              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6878                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6879                                RT @yellowestmango: A day at the Spirit Blossom festival 🌸💗 #sett  #aphelios #settphel #leagueoflegends https://t.co/TBWbofs4V5
## 6880                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 6881                 RT @kiowle: winterblessed diana is the only santa i want to see\n\n#winterblessed #WinterblessedDiana #Diana #dianaLoL #LeagueOfLegends #Leag…
## 6882                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 6883                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6884                 RT @kiowle: winterblessed diana is the only santa i want to see\n\n#winterblessed #WinterblessedDiana #Diana #dianaLoL #LeagueOfLegends #Leag…
## 6885                  RT @greeekthegreat: Heres a thread of all (most) of my posted and finished arcane fanart\n#lightcannon #arcane #leagueoflegends #caitvi http…
## 6886                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6887               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6888               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 6889                 RT @DoransNDragons: Like clockwork, it's time for a new build! This week, we're building the Icathian Time Mage, Zilean!\n\n#DnD #ttrpg #Leag…
## 6890                                                                     RT @LOLegendsMemes: lights me up everytime #LeagueOfLegends #Memes https://t.co/jBVC1ztpiS
## 6891                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6892               RT @YoloTaube: ❄️✨Winterblessed Gwen✨❄️\n\ni had no idea what to do with her scissors so just pretend they're there~\n\n#LeagueOfLegends #Leagu…
## 6893                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 6894               RT @swissghosts: Good morning 👀\nWe are still looking to fill up our #LeagueOfLegends\nmain roster: Top or Mid / supp\nDia2+ 🔥\nIf you are inte…
## 6895                                                                         RT @Koifee__: Drawing the gays™️ #leona #diana #LeagueOfLegends https://t.co/cptkzARKt7
## 6896                   RT @o_oleu: Day 27 of #skintober Shan Hai Scrolls Vladimir “The Inkweaver Demon” #LeagueOfLegends #ArtofLegends #vladimir https://t.co/UTNY…
## 6897              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6898              RT @ChosenRival: DAYS OF GAMING 🚨\n7TH DAY - TODAY @ 5PM MST\nGAME: LEAGUE OF LEGENDS 1v1s \nPRIZE: $50 1st Place $25 2nd Place\n\nClick the lin…
## 6899                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6900                  RT @BluGiraf: We enjoy the game.🤩🤩 #LeagueofLegends #YıldızMuhafızı #TransformaTuDestino #GuardianasEstelares \nOriginal: PlayShareStar http…
## 6901                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6902                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6903               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6904                                                                  RT @vanessapiii: snowball MF yes\n#ARAM #LeagueOfLegends #MissFortune https://t.co/W276AkrH9B
## 6905               RT @jericollage70: Happy Birthday to one of my Favorites, The Amazing @KriziaBajos! Have a Blessed Birthday &amp; Happy Holidays Krizia! 🎂😎🙏🏻👍🏻…
## 6906                  RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…
## 6907                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 6908                 RT @Samandriade: Headcanon time\nZoe likes to sleep cuddling in Soraka's lap 💤💤\n#LeagueOfLegends #LeagueOfLegendsFanArt #zoe #soraka https:/…
## 6909               RT @YoloTaube: ❄️✨Winterblessed Gwen✨❄️\n\ni had no idea what to do with her scissors so just pretend they're there~\n\n#LeagueOfLegends #Leagu…
## 6910                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 6911                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 6912                 RT @Polyxenastorm: A little #throwback to #SlayBelleKatarina to get you in the #christmasspirit 🎄\nCosplay made by ryann.kaykay \nWeapons mad…
## 6913                                                                        RT @iM7mdzz_: OKAAAAAAAAAAAAAAAAY LET'S GOO 🔥\n#LeagueOfLegends https://t.co/ZmC4vF7JN7
## 6914               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 6915                                    RT @Myshkinka: Some old Atreus fanart \n\n#leagueoflegends #LeagueOfLegendsFanArt #pantheon #aatrox https://t.co/cukN3ll4Yt
## 6916                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6917                                                                                RT @LOLegendsMemes: Bros indeed #LeagueOfLegends #Memes https://t.co/aLU85PTk4B
## 6918              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6919              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 6920                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6921                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6922                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6923                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 6924                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6925                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6926                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6927                     RT @TommyHilfiger: .@Luminumn is a #LeagueofLegends Grandmaster who knows how to play the fashion game. #TeamTommy https://t.co/Gf7vwiYzlB
## 6928                                                       RT @SMETS_: gift for @qqq_qqqqq_\n#LeagueOfLegends #LeagueOfLegendsFanArt #Swain https://t.co/XYwkBJfhxF
## 6929                   RT @soap_ai: Added a bit of colour to a sketch I posted on alt #lightcannon #jinx #lux #LeagueOfLegends #ArtofLegends https://t.co/TVJruPnR…
## 6930            RT @stats_live_es: 🔥Top streamings a las 16:15 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 8.143\n🥈 #LACOBRAAA➖Viewers: 5.033\n🥉 #SpeedGamingEspanol➖View…
## 6931                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6932                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6933                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 6934                                               RT @geheichou: Spirit Blossom Aphelios - makeup test \n#SpiritBlossom #LeagueOfLegends 🌙 https://t.co/Omk1IM46PD
## 6935             RT @StClair2803: I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o\n\n #Leag…
## 6936     RT @Rena_Angel1111: League of legends - Teemo\n\nI try Teemo cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #LOL…
## 6937                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 6938                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 6939                                               RT @geheichou: Spirit Blossom Aphelios - makeup test \n#SpiritBlossom #LeagueOfLegends 🌙 https://t.co/Omk1IM46PD
## 6940     RT @TonsyGeek: 〘ℂℝ𝔸ℂ𝕂〙𝐍𝐚𝐦𝐞: Ahri\n〘ℂℝ𝔸ℂ𝕂〙𝐒𝐨𝐮𝐫𝐜𝐞: #LeagueOfLegends  \n〘ℂℝ𝔸ℂ𝕂〙𝐑𝐚𝐜𝐞:  #Kitsune  \n〘ℂℝ𝔸ℂ𝕂〙𝐀𝐠𝐞:  1023 ans ?\n〘ℂℝ𝔸ℂ𝕂〙𝐇𝐞𝐢𝐠𝐡𝐭𝐬:  167 cm…
## 6941                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6942                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6943                  RT @LoLMemesBot: i am the white cat\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphel…
## 6944                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6945                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 6946                  RT @esegg_official: Frenzy's Ultraliga in 2022: \n 👁 10.1 mil views\n🕝 3.5 mil hours watched\n👨‍👩‍👧‍👦14.3 mil social media impressions\n📰 650 m…
## 6947               RT @MissBlacktailed: I don't know how, i don't know why but, smol doodle with my moon meow meow( o˘◡˘o)\n.\n.\n.\n#Diana #LeagueOfLegends #Leag…
## 6948                 RT @DoransNDragons: Like clockwork, it's time for a new build! This week, we're building the Icathian Time Mage, Zilean!\n\n#DnD #ttrpg #Leag…
## 6949                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6950                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6951                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6952                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6953                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6954     RT @Rena_Angel1111: League of legends - Teemo\n\nI try Teemo cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #LOL…
## 6955                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6956                                                                                  RT @WOMstream: Dueling 101 #wildrift #leagueoflegends https://t.co/BlidT2DyPc
## 6957                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6958                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6959                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6960                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 6961                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 6962                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6963                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 6964                 RT @xwefoo: I did some music video with sync with song \nwas cool to animated with the beats :D\nversion without music \nbut you can check on…
## 6965                                                       RT @SMETS_: gift for @qqq_qqqqq_\n#LeagueOfLegends #LeagueOfLegendsFanArt #Swain https://t.co/XYwkBJfhxF
## 6966                  RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…
## 6967                                   RT @soap_ai: drops this with no context #lightcannon #jinx #lux #ekko #LeagueOfLegends #ArtofLegends https://t.co/7nMEfR0F4j
## 6968                                                  RT @soap_ai: shitposting hours #jinx #lux #lightcannon #leagueoflegends #ArtofLegends https://t.co/EXTuqKRJGv
## 6969    RT @Rena_Angel1111: League of legends - Control Ward\n\nI try Control Ward cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #R…
## 6970                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6971                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6972            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 6973                                RT @LuhualaArt: Portrait study\n#Ahri #LeagueOfLegends #artoflegends #digitalart #LeagueOfLegendsFanArt https://t.co/6pvK1zLlVQ
## 6974     RT @Rena_Angel1111: League of legends - Nasus\n\nI try Nasus cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #RiotGames #LOL…
## 6975                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 6976                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6977    RT @Rena_Angel1111: League of legends - Control Ward\n\nI try Control Ward cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー #R…
## 6978     RT @Rena_Angel1111: League of legends - Rift Scuttler\n\nI try Rift Scuttler cosplay. \n\n#LeagueOfLegends #cosplay #cosplayer  #コスプレ #コスプレイヤー…
## 6979                 RT @AlphantArt: Chibi Spirit Blossom Jinx!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #spiritblossom #jinx https://t.co/jq…
## 6980                   RT @nimea25: If anyone wants to join a safespace for women in League of Legends, go here! I have met a lot of awesome people! #women #leagu…
## 6981                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6982                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6983                                                                     RT @kse332_official: League of Legends #LeagueOfLegends #RiotGames https://t.co/hx5E4v5NjF
## 6984                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 6985                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6986                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6987                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 6988                                                              RT @mentalrhapsody: Here we go with Rhaast :&gt; #Rhaast #LeagueOfLegends https://t.co/9IBp9VWsIs
## 6989                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6990                          RT @etricronald: POV: You are Odyssey Kayn\n\nDark Star #Rhaast #LeagueOfLegends #LeagueOfLegendsFanArt #kang https://t.co/IyzUyiE5OE
## 6991                               RT @skymagpieart: Hot edgy assassins looking at you, wyd? \n#kayn #akali #LeagueOfLegends #akalixkayn 💚💙 https://t.co/1eT5xXgsTl
## 6992                                                          RT @imparria: Finished commission! \n\n#rhaast #LeagueOfLegends #ArtOfLegends https://t.co/dzCIaFtwoH
## 6993                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 6994                RT @ColossusMibl: I love these two and tenderness ✨💜✨ \nWhile there is not enough time for full-fledged work, I will share sketches with you…
## 6995                   RT @phsfgg: subjects u to my darkin band au but theyre a grunge rock band cause thats the kinda music i like #aatrox #rhaast #varus #kayn #…
## 6996                           RT @malnourishd1: Tried some new tutorials\n#ahri #LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends https://t.co/bASpkXbzDV
## 6997                   RT @skymagpieart: My favourite trope is when a guy is obviously falling for someone and he looks at them with that loving and dumbfounded e…
## 6998                                   RT @soap_ai: drops this with no context #lightcannon #jinx #lux #ekko #LeagueOfLegends #ArtofLegends https://t.co/7nMEfR0F4j
## 6999                                   RT @soap_ai: drops this with no context #lightcannon #jinx #lux #ekko #LeagueOfLegends #ArtofLegends https://t.co/7nMEfR0F4j
## 7000                   RT @skymagpieart: My favourite trope is when a guy is obviously falling for someone and he looks at them with that loving and dumbfounded e…
## 7001                               RT @skymagpieart: Hot edgy assassins looking at you, wyd? \n#kayn #akali #LeagueOfLegends #akalixkayn 💚💙 https://t.co/1eT5xXgsTl
## 7002                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7003                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7004                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7005                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 7006                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7007              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7008                                                              RT @LOL_Holidays: Morgana's ARAM Jingle\n#LeagueOfLegends #LOL #Christmas https://t.co/LlSMbMcQfk
## 7009              RT @ChosenRival: DAYS OF GAMING 🚨\n7TH DAY - TODAY @ 5PM MST\nGAME: LEAGUE OF LEGENDS 1v1s \nPRIZE: $50 1st Place $25 2nd Place\n\nClick the lin…
## 7010            RT @EGO__Lounge: Are you ready for the fun🔥?\n\nOur website is ready!🎉🥳\n🕹 https://t.co/hHsuOE1ash\n\nWhich competitions will you join 👀 ? \n\n#Le…
## 7011                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7012              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7013                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7014                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 7015                                                              RT @LOL_Holidays: Morgana's ARAM Jingle\n#LeagueOfLegends #LOL #Christmas https://t.co/LlSMbMcQfk
## 7016                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7017            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7018                                                                        RT @ModiKM_: What was he baking? \n\n#Pantheon #LeagueOfLegends https://t.co/13o7C2aGVp
## 7019                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7020                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7021                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7022                                                   RT @MandalaMahmud: For the love of the game. #LeagueofLegends #ArtofLegends #G2WIN #TLWIN #GuardiãsEstelares
## 7023                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7024                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7025                                                      RT @BladeAndWhip: Fiora outplay 1v4 #LeagueOfLegends #riotgames #fiora #outplayed https://t.co/9DZNlNw19g
## 7026                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7027                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7028            RT @stats_live_es: 🔥Top streamings a las 16:29 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 9.775\n🥈 #LACOBRAAA➖Viewers: 5.120\n🥉 #SpeedGamingEspanol➖View…
## 7029            RT @stats_live_es: 🔥Top streamings a las 16:29 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 9.775\n🥈 #LACOBRAAA➖Viewers: 5.120\n🥉 #SpeedGamingEspanol➖View…
## 7030                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7031               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7032                                RT @LuhualaArt: Portrait study\n#Ahri #LeagueOfLegends #artoflegends #digitalart #LeagueOfLegendsFanArt https://t.co/6pvK1zLlVQ
## 7033                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7034                 RT @metalichotchoco: Hold your buddies close to your chest, especially if they can revive you \n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Ar…
## 7035                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 7036                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7037                 RT @Aredlac: haven't had time to draw the details but I love this skin so much🥺\n#sett \n#ArtofLegends #LeagueOfLegends https://t.co/f0s4Poyo…
## 7038                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7039                      RT @taojinn015: Fanart Month - Day 12 - Shyvana from League of Legends\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/2mIbVN7kfW
## 7040                  RT @isekai_secah: Hey fam check it out come one come all the amazing Secah tearing up the rift one way or another :D \n#vtuber #LeagueOfLege…
## 7041                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7042                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7043                RT @NeoNa_Gloom_ART: NEW: Ashen Knight Aatrox [update]\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwo…
## 7044                RT @NeoNa_Gloom_ART: NEW: Ashes Priestess Zyra [1.0]\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork…
## 7045                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7046             RT @NeoNa_Gloom_ART: *sketches* [blabla]\n\n- Zerath Old God [ IN PROCESS]\n- Zyra Ashen Priestess\n- Ashen Knight Jhin\n  \n#LeagueOfLegends #sk…
## 7047                                                                        RT @DonnaJo43302569: cool game👏👏 #LeagueofLegends #LoL #Nilah #YıldızMuhafızları #G2WIN
## 7048              RT @NeoNa_Gloom_ART: Or\n\nNEW: Old God Cho'Gath\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #chog…
## 7049                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7050                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Zed [update]\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork…
## 7051                   RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…
## 7052          RT @NeoNa_Gloom_ART: *sketches* \n\nPage 2:\n\n- Bel’Veth?\n- Warwick?\n- Ashen Knight Sion\n- Bel’Veth (coven universe) + ?\n\n#LeagueOfLegends #sk…
## 7053           RT @NeoNa_Gloom_ART: *Sketches*\n\n- Aatrox ?\n- Old God Kindred\n- Evelynn ?\n \n[coven Bel’Veth Already on instagram]\n \n#LeagueOfLegends #sketc…
## 7054               RT @NeoNa_Gloom_ART: @LeagueOfLegends NEW: Coven Bel’Veth [more]\n \nMy inst: https://t.co/qMTAfCmaBp \n  \n#LeagueOfLegends #LeagueOfLegendsFa…
## 7055                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7056                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7057                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7058                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7059                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 7060              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7061                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7062              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7063                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7064                  RT @mendelvich: +1 for the turret\n#twitchstreamer #TwitchAffiliates #LeagueOfLegends #League_of_Legends #twitchaffiliate #twitchstreamer #t…
## 7065                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7066                  RT @mendelvich: +1 for the turret\n#twitchstreamer #TwitchAffiliates #LeagueOfLegends #League_of_Legends #twitchaffiliate #twitchstreamer #t…
## 7067                  RT @mendelvich: +1 for the turret\n#twitchstreamer #TwitchAffiliates #LeagueOfLegends #League_of_Legends #twitchaffiliate #twitchstreamer #t…
## 7068                                  RT @redface180: I finally made it to gold Now's just all up from here\n#LeagueOfLegends #RiotGamesONE https://t.co/kpbjoUHVrv
## 7069                                                       RT @SMETS_: gift for @qqq_qqqqq_\n#LeagueOfLegends #LeagueOfLegendsFanArt #Swain https://t.co/XYwkBJfhxF
## 7070              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7071                                                                    RT @is_is_gemini_is: Updated! #caitlyn\n\n #LeagueOfLegends #arcane https://t.co/rvqx1djsRS
## 7072                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7073                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7074                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7075                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7076              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7077                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7078                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7079            RT @stats_live_es: 🔥Top streamings a las 16:29 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 9.775\n🥈 #LACOBRAAA➖Viewers: 5.120\n🥉 #SpeedGamingEspanol➖View…
## 7080              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7081              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7082                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 7083             RT @StClair2803: I used @Shazam to discover Fire To the Fuse by League of Legends, Jackson Wang &amp; 88rising. https://t.co/4WKFNsvo3o\n\n#MAGIC…
## 7084                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7085                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7086                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7087               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7088                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 7089              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7090                  RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…
## 7091                  RT @LoLMemesBot: Friday\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #SpiritB…
## 7092                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7093                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7094                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7095                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7096                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7097                 RT @fandifi: Video Game Logic 😅\n\n#gaming #skyrim #esports #esport #esportsteam #twitch #valorant #leagueoflegends #overwatch #csgo #apexleg…
## 7098                                             RT @Pochito_uwu: Yuumi chose violence today \n\n#ArtofLegends #lol #LeagueOfLegends #Yuumi https://t.co/Jn5Bo6kHIL
## 7099                                                                                  RT @LavinciFrost: Just. Different. \n#LeagueOfLegends https://t.co/CE3FaViesT
## 7100                 RT @xwefoo: I did some music video with sync with song \nwas cool to animated with the beats :D\nversion without music \nbut you can check on…
## 7101                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7102                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7103                  RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…
## 7104                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7105                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7106                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7107            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7108                  RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…
## 7109                                                           RT @Holycatx1: I hope you enjoy it!🙉 #LeagueofLegends #YıldızMuhafızları #G2WIN #TransformaTuDestino
## 7110                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7111                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7112              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7113              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7114                  RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…
## 7115                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7116                                                   RT @huanihua7: Good morning 🖤\n#arcane #arcanefanart #Silco #LeagueOfLegends #sketch https://t.co/gWMgUoJirj
## 7117                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7118               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7119              RT @lorddumbb: ✨Queen of Zaun✨\n\nI can’t wait for @arcaneshow s2 to come out….. \n\n#Jinx #arcane #jinxarcane #arcaneseason2 #LeagueOfLegends…
## 7120                                                                        RT @iM7mdzz_: OKAAAAAAAAAAAAAAAAY LET'S GOO 🔥\n#LeagueOfLegends https://t.co/ZmC4vF7JN7
## 7121                                                                        RT @ModiKM_: What was he baking? \n\n#Pantheon #LeagueOfLegends https://t.co/13o7C2aGVp
## 7122                                                                                     RT @BonniieA: i love them :] 🖤\n\n#LeagueOfLegends https://t.co/ksJquGBx1D
## 7123                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7124                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 7125                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 7126                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7127                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7128                               RT @yousseferra_art: League of Legends : Jinx\nhttps://t.co/toFJ0uBDLU\n\n#leagueoflegends #arcane #jinx https://t.co/NVYTprdOCv
## 7129                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7130                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7131                 RT @Polyxenastorm: A little #throwback to #SlayBelleKatarina to get you in the #christmasspirit 🎄\nCosplay made by ryann.kaykay \nWeapons mad…
## 7132           RT @NeoNa_Gloom_ART: *Sketches*\n\n- Aatrox ?\n- Old God Kindred\n- Evelynn ?\n \n[coven Bel’Veth Already on instagram]\n \n#LeagueOfLegends #sketc…
## 7133                RT @NeoNa_Gloom_ART: NEW: Coven Bel’Veth\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Morgana #B…
## 7134                                                                                  RT @LavinciFrost: Just. Different. \n#LeagueOfLegends https://t.co/CE3FaViesT
## 7135                 RT @kilianjunk: Akali fanart in the style of Project L. You can find more shots on Artstation:\nhttps://t.co/J6MaRW2KDa\n@riotgames @ProtomCa…
## 7136                 RT @kilianjunk: Akali fanart in the style of Project L. You can find more shots on Artstation:\nhttps://t.co/J6MaRW2KDa\n@riotgames @ProtomCa…
## 7137                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7138                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7139                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7140                                                    RT @D_0Leviathan: My Ahri drawing ✨\n#LeagueOfLegends #ahri #LeagueOfLegendsFanArt https://t.co/28dj79PRcg
## 7141               RT @NeoNa_Gloom_ART: "... Dance with me in the light of the eclipse"\n\nHmm...I have some ideas🤔\n\n#LeagueOfLegends #Evelynn #LeagueOfLegendsF…
## 7142                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7143                 RT @metalichotchoco: Space groove vex, she’s a bit of a beatnik and wallflower but her shadow sure isn’t \n\n#spacegroove #vex #LeagueOfLegen…
## 7144                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7145                                             RT @PrimaVeraArt19: Waiting for the caffeine to kick in \n#LeagueOfLegends #arcane #Viktor https://t.co/RUEQzEd4Cm
## 7146                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7147                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7148                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 7149                          RT @lemon_emlyn: Chromacrash Jinx is soo cute💙💚\n\n#jinx #LeagueOfLegends #ArtofLegends #jinxfanart #WildRift https://t.co/N2CT70Tx2E
## 7150                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 7151                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7152              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7153                  RT @Kiri_845: https://t.co/v6UrUZEkbv I'm Live come hang out!!! #twitchstream #smallstreamer\n#livestream #twitch #gaming #leagueoflegends #…
## 7154                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 7155               RT @dariana_montana: Rick y Ticctoco de lol tft \nRick le pertenece a @KimuraZmv \n#RickProwerTheFox\n#LeagueOfLegends \n#LeagueOfLegendsFanArt…
## 7156                                                                             RT @LOLegendsMemes: FUCK THIS GAME #LeagueOfLegends #Memes https://t.co/Vhaolk2ffs
## 7157                RT @DamianNoyciri: 🌕"Diana made Cookies"🍪\n\nIt's Christmas Time on Mount Targon and Diana worked real hard to make these cookies.\n#LeagueOfL…
## 7158               RT @MikuoHatsuneTTV: Day 33 of @LeagueOfLegends quotes:\n\nMore than what we do not understand, we fear being understood.\n-Swain\n#LeagueOfLeg…
## 7159                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7160                                                                            RT @Shizzen45: @wildrift  please add new adc and support character #LeagueOfLegends
## 7161                   RT @jerrylohzy: My Arcane Jinx fanart\n\n#art #jinx #arcane #lol #LeagueOfLegends #LeagueOfLegendsFanArt #jinxfanart https://t.co/7EsTJvaPXt
## 7162                                                      RT @MiChumi: Ey Jinx!\n\n#LeagueOfLegends #Arcane #arcanefanart #Jinx #Jinxfanart https://t.co/uHRNkFixUI
## 7163                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7164     RT @TonsyGeek: 〘ℂℝ𝔸ℂ𝕂〙𝐍𝐚𝐦𝐞: Ahri\n〘ℂℝ𝔸ℂ𝕂〙𝐒𝐨𝐮𝐫𝐜𝐞: #LeagueOfLegends  \n〘ℂℝ𝔸ℂ𝕂〙𝐑𝐚𝐜𝐞:  #Kitsune  \n〘ℂℝ𝔸ℂ𝕂〙𝐀𝐠𝐞:  1023 ans ?\n〘ℂℝ𝔸ℂ𝕂〙𝐇𝐞𝐢𝐠𝐡𝐭𝐬:  167 cm…
## 7165                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 7166               RT @dariana_montana: Rick y Ticctoco de lol tft \nRick le pertenece a @KimuraZmv \n#RickProwerTheFox\n#LeagueOfLegends \n#LeagueOfLegendsFanArt…
## 7167                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7168              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7169                  RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…
## 7170                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7171                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7172                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7173                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7174                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7175                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7176                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7177              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7178                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7179                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 7180                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 7181                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7182                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7183               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7184                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7185                RT @6176ter: Miss Fortune league of legends ❤️❤️\n#MissFortune \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#FANART \n💙💙💙 https://t.co/uJ0ejUSj…
## 7186                                                      RT @MiChumi: Ey Jinx!\n\n#LeagueOfLegends #Arcane #arcanefanart #Jinx #Jinxfanart https://t.co/uHRNkFixUI
## 7187               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 7188                   RT @Drawing_Jimmy: Vacation with #mordekaiser ! #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends #FANART #Beach https://t.co/b769msbsqk
## 7189                   RT @jerrylohzy: My Arcane Jinx fanart\n\n#art #jinx #arcane #lol #LeagueOfLegends #LeagueOfLegendsFanArt #jinxfanart https://t.co/7EsTJvaPXt
## 7190                  RT @Kiri_845: https://t.co/v6UrUZEkbv I'm Live come hang out!!! #twitchstream #smallstreamer\n#livestream #twitch #gaming #leagueoflegends #…
## 7191                                                                            RT @Shizzen45: @wildrift  please add new adc and support character #LeagueOfLegends
## 7192                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7193                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7194                RT @TagAnimationz: The Queen in the shadows\n\n#leblanc #teaser #ArtofLegends \n#LeagueOfLegends #LeagueOfLegendsFanArt #leaguetwt https://t.c…
## 7195                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7196                 RT @odeko_yma: Dawnbringer Lillia that turned into Nightbringer\n\n#Lillia #LeagueOfLegends #ArtofLegends #LeagueofLegendsFanart https://t.co…
## 7197                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 7198               RT @NeoNa_Gloom_ART: @LeagueOfLegends NEW: Coven Bel’Veth [more]\n \nMy inst: https://t.co/qMTAfCmaBp \n  \n#LeagueOfLegends #LeagueOfLegendsFa…
## 7199               RT @NeoNa_Gloom_ART: @LeagueOfLegends NEW: Coven Bel’Veth [more]\n \nMy inst: https://t.co/qMTAfCmaBp \n  \n#LeagueOfLegends #LeagueOfLegendsFa…
## 7200                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 7201             RT @stats_live_es: ▶️ League of Legends - Top streams a las 16:08 (Hora ESP)🔥\n\n🥇 #Werlyb➖Viewers: 7.961\n🥈 #KXMI➖Viewers: 820\n🥉 #Th3Antonio➖…
## 7202                RT @NeoNa_Gloom_ART: NEW: Coven Bel’Veth\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Morgana #B…
## 7203               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 7204               RT @NeoNa_Gloom_ART: @LeagueOfLegends NEW: Coven Bel’Veth [more]\n \nMy inst: https://t.co/qMTAfCmaBp \n  \n#LeagueOfLegends #LeagueOfLegendsFa…
## 7205              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7206                RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…
## 7207              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7208               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 7209              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7210                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7211                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7212              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7213                  RT @Todogadget_net: Cuenta Wild Rift 56 skins  | USD 650 | #LOL #wildrift #leagueoflegends #moba\nhttps://t.co/PYvfAtut5s https://t.co/Gp2B8…
## 7214                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 7215            RT @stats_live_es: 🔥Top streamings a las 16:43 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 11.286\n🥈 #LACOBRAAA➖Viewers: 5.260\n🥉 #SpeedGamingEspanol➖Vie…
## 7216                                                                     RT @LOLegendsMemes: lights me up everytime #LeagueOfLegends #Memes https://t.co/jBVC1ztpiS
## 7217                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7218              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7219                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7220                                               RT @geheichou: Spirit Blossom Aphelios - makeup test \n#SpiritBlossom #LeagueOfLegends 🌙 https://t.co/Omk1IM46PD
## 7221                                               RT @geheichou: Spirit Blossom Aphelios - makeup test \n#SpiritBlossom #LeagueOfLegends 🌙 https://t.co/Omk1IM46PD
## 7222                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 7223                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7224             RT @KJCeSports: The @FNATIC legend returns to the team 2 years after playing for its rival, @G2esports &amp; @KarmineCorp.\n\n#KJCeSports #League…
## 7225              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7226                                                                     RT @LOLegendsMemes: lights me up everytime #LeagueOfLegends #Memes https://t.co/jBVC1ztpiS
## 7227                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7228              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7229               RT @jericollage70: Happy Birthday to one of my Favorites, The Amazing @KriziaBajos! Have a Blessed Birthday &amp; Happy Holidays Krizia! 🎂😎🙏🏻👍🏻…
## 7230                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7231               RT @jericollage70: Happy Birthday to one of my Favorites, The Amazing @KriziaBajos! Have a Blessed Birthday &amp; Happy Holidays Krizia! 🎂😎🙏🏻👍🏻…
## 7232                 RT @DoransNDragons: Like clockwork, it's time for a new build! This week, we're building the Icathian Time Mage, Zilean!\n\n#DnD #ttrpg #Leag…
## 7233                               RT @yousseferra_art: League of Legends : Jinx\nhttps://t.co/toFJ0uBDLU\n\n#leagueoflegends #arcane #jinx https://t.co/NVYTprdOCv
## 7234                 RT @EloDragonLoL: Friday\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #game #g…
## 7235                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 7236                               RT @yousseferra_art: League of Legends : Jinx\nhttps://t.co/toFJ0uBDLU\n\n#leagueoflegends #arcane #jinx https://t.co/NVYTprdOCv
## 7237                  RT @LoLMemesBot: Nocturne had a hard life.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett…
## 7238              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7239                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7240              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7241         RT @NFlyingofficial: N.Flying (엔플라잉) - Warriors + Enemy + RISE + POP/STARS┃League of Legends OST Medley 📸 Behind Photo\n\n#NFlying #엔플라잉 #Lea…
## 7242         RT @NFlyingofficial: N.Flying (엔플라잉) - Warriors + Enemy + RISE + POP/STARS┃League of Legends OST Medley 📸 Behind Photo\n\n#NFlying #엔플라잉 #Lea…
## 7243         RT @NFlyingofficial: N.Flying (엔플라잉) - Warriors + Enemy + RISE + POP/STARS┃League of Legends OST Medley 📸 Behind Photo\n\n#NFlying #엔플라잉 #Lea…
## 7244                  RT @DarunaKom: I'm excited to play this game.🤗🤗🤗 #LeagueofLegends #GuardiãsEstelares #GuardianasEstelares #TransformaTuDestino \nOriginal: a…
## 7245                   RT @GameOrNought: With Steam sale soon, can I recommend people check out League Of Legends The Ruined King? Gorgeous visuals, soundtrack, a…
## 7246                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7247                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 7248                                                               RT @histuniedraws: Anatomy practice #LeagueOfLegends #ArtofLegends #Sett https://t.co/3oadJuvwes
## 7249                                                                RT @vatheja: Lil thing of #evelynn for today💕 :)) #KDA #leagueoflegends https://t.co/YGkLULz5yq
## 7250                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7251              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7252     RT @TonsyGeek: 〘ℂℝ𝔸ℂ𝕂〙𝐍𝐚𝐦𝐞: Ahri\n〘ℂℝ𝔸ℂ𝕂〙𝐒𝐨𝐮𝐫𝐜𝐞: #LeagueOfLegends  \n〘ℂℝ𝔸ℂ𝕂〙𝐑𝐚𝐜𝐞:  #Kitsune  \n〘ℂℝ𝔸ℂ𝕂〙𝐀𝐠𝐞:  1023 ans ?\n〘ℂℝ𝔸ℂ𝕂〙𝐇𝐞𝐢𝐠𝐡𝐭𝐬:  167 cm…
## 7253     RT @TonsyGeek: 〘ℂℝ𝔸ℂ𝕂〙𝐍𝐚𝐦𝐞: Ahri\n〘ℂℝ𝔸ℂ𝕂〙𝐒𝐨𝐮𝐫𝐜𝐞: #LeagueOfLegends  \n〘ℂℝ𝔸ℂ𝕂〙𝐑𝐚𝐜𝐞:  #Kitsune  \n〘ℂℝ𝔸ℂ𝕂〙𝐀𝐠𝐞:  1023 ans ?\n〘ℂℝ𝔸ℂ𝕂〙𝐇𝐞𝐢𝐠𝐡𝐭𝐬:  167 cm…
## 7254                                                                RT @vatheja: Lil thing of #evelynn for today💕 :)) #KDA #leagueoflegends https://t.co/YGkLULz5yq
## 7255               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7256                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7257              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7258                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7259                 RT @EloDragonLoL: Friday\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #game #g…
## 7260                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7261                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7262                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7263                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 7264              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7265                 RT @EloDragonLoL: Friday\n\n#LeagueOfLegends #leagueoflegends #lol #football #riotgames #leagueoflegendsmemes #legends #riot #gaming #game #g…
## 7266                 RT @GMVTHub: Riot to Update Esports Broadcasts – Binge Watching Not Sustainable\n@riotgames @LeagueOfLegends @PlayVALORANT \n#riot #LeagueOfL…
## 7267                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7268                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7269             RT @paukshop: Spy X Family X Star Walkin\n\nI made a Spy x Family edit inspired by the 2022 League Worlds Song! \n\n#SPY_FAMILY #SPYxFamily #スパ…
## 7270              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7271                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7272                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7273                 RT @GMVTHub: Riot to Update Esports Broadcasts – Binge Watching Not Sustainable\n@riotgames @LeagueOfLegends @PlayVALORANT \n#riot #LeagueOfL…
## 7274                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7275                 RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…
## 7276                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7277                    RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E
## 7278                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 7279                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7280              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7281                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 7282                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 7283                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 7284                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 7285                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 7286                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 7287                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7288                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7289                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7290                 RT @Legiloe7: Since christmas is coming up I'll do a world-wide giveaway for a league skin (1350 rp).\nTo participate:\n\n- Follow + retweet!…
## 7291                             RT @soap_ai: I saw this meme and this is all I could think of\n\n#Leagueoflegends #Artoflegends #Jinx #Lux https://t.co/ExblDj4Xo8
## 7292              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7293              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7294                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7295              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7296                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7297                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7298           RT @ThatDartTho: Ranked League Of Legends YAY\nhttps://t.co/tCmGjHppOj\n\n@ShoutRTs\n@SmallStreamersC\n@BlazedRTs\n@sme_rt\n@rtsmallstreams\n@Suppo…
## 7299                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7300              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7301                 RT @soap_ai: I am back with lightcannon and memes that capture their dynamic\n\n#Jinx #Lux #Leagueoflegends #ArtofLegends https://t.co/UBfayV…
## 7302                                                        RT @soap_ai: Oversized Sweater (1/2)\n#jinx #lux #artoflegends #leagueoflegends https://t.co/WcdntMlreS
## 7303                 RT @rayyyyyyy_: CSGO Plays\n\n#CSGO #VAL #Dota2 #Underdog #GamblingTwitter #LeagueOfLegends #PlayerProps #PrizePicks #Follow #Like #Retweet h…
## 7304                                                             RT @soap_ai: A Long Day's Light\n#Jinx #Lux #leagueoflegends #artoflegends https://t.co/9kT43Gem0I
## 7305                                                             RT @soap_ai: Yummy\n#Jinx #Lux #Lightcannon #Artoflegends #Leagueoflegends https://t.co/96l9QTafzV
## 7306              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7307                                               RT @soap_ai: Tongues &amp; Teeth\n#Jinx #Lux #Lightcannon #LeagueofLegends #ArtofLegends https://t.co/Q5VoBGFtmi
## 7308                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7309                 RT @leofoxart: Vi and Cait fanart. hope you liked, i enjoy a lot the show, but never played the game.\n\n#arcane #LeagueOfLegends https://t.c…
## 7310                                             RT @aleriy_: Rest of the page:\nhttps://t.co/2pUqMicpjw \n\n#xayah #rakan #LeagueOfLegends https://t.co/023MGYEtcD
## 7311                   RT @soap_ai: Jinx the homophobic homosexual \n#leagueoflegends #artoflegends #jinx #lux #lightcannon #caitvi #arcane https://t.co/PW3h696Ye8
## 7312                  RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…
## 7313                   RT @bekkomi: Commission for @NickisterC of Coven Morgana and Prestige Coven Zyra🌹✨ \n#ArtofLegends #LeagueOfLegends https://t.co/NjaMmucGXm
## 7314              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7315                                                  RT @soap_ai: shitposting hours #jinx #lux #lightcannon #leagueoflegends #ArtofLegends https://t.co/EXTuqKRJGv
## 7316                RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…
## 7317                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 7318                                RT @blueberryskyuwu: Smooch ~ 🎇\n\nI tried my best ;; \n#settphel #aphelios #sett #LoL #leagueoflegends https://t.co/4QFbwolCgh
## 7319                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7320                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7321                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7322                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7323                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7324                  RT @Todogadget_net: Cuenta Wild Rift 56 skins  | USD 650 | #LOL #wildrift #leagueoflegends #moba\nhttps://t.co/PYvfAtut5s https://t.co/Gp2B8…
## 7325                RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…
## 7326                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7327                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7328                RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…
## 7329                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7330                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 7331              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7332                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7333            RT @Dan_drage1: thanks to @ZTDLB1  for letting me use his drawing for animation &lt;3 \n\nart @ZTDLB1  animation @Dan_drage1 \n\n#zoe  #LeagueOfLe…
## 7334                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7335                                                                      RT @doctor_hypnotic: Damn Teemo shrooms... #leagueoflegends #ARAM https://t.co/slU3nS5o1L
## 7336                 RT @falanablake: https://t.co/VivXqSWEva \n\nOkay, so it says in the comments that this also happens with Blackfrost. Has this been fixed eve…
## 7337               RT @Junior36020199: I'm not good pyke but this play was sneaky.\n\n#Pyke #LeagueOfLegends #Aram #YOUTUBE \n\nSneaky Pyke in LoL Aram https://t.…
## 7338                RT @PlayShareStar: he's hiding tricks in his blindfold!\n🎬LOL COTD\n\n#leesin #leagueoflegends #mrbeast #blockbuster #fifa #france #worldcup #…
## 7339                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7340                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 7341                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7342                                                                                        RT @CasseroleFink: https://t.co/5tlN4kMNVA Hii playing #LeagueOfLegends
## 7343              RT @im_justapotato_: First attempt at League of Legends, join on me?  (✿◠ᴗ◠) ♡\nGOING LIVE AT 9:30 EST! \n \nhttps://t.co/RcwGdrAQmj\n\n#smallst…
## 7344                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7345                                                         RT @AlexTzitzi2: Check out my video! #LeagueofLegends | Captured by #Outplayed https://t.co/oQLCtLB5JR
## 7346                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7347                                                  RT @TeethPastelol: Why do I play this game.... https://t.co/ClQppHYPd5 #leagueoflegends #drinking #alcoholism
## 7348                 RT @burnieilies: Support Diff! KDA 11/3/14. \n\n#teemo #teemosup #teemosupport #teemolol #support #supportmain #leagueoflegends #lolteemo #lo…
## 7349                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7350                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7351                   RT @majorfacepwn: Going LIVE with #LeagueOfLegends and after a game or 2, heading to #WowClassic for some raiding! I have a pretty big anno…
## 7352                RT @tamashiiVT: 🔴 I'M LIVE 🔴 COME HANG OUT! 🖤\nhttps://t.co/yxFZYocH5M\n\n#GREENMANGAMING #TwitchAffliate #smallstreamer #valorant #streamer #…
## 7353           RT @ThatDartTho: Ranked League Of Legends YAY\nhttps://t.co/tCmGjHppOj\n\n@ShoutRTs\n@SmallStreamersC\n@BlazedRTs\n@sme_rt\n@rtsmallstreams\n@Suppo…
## 7354                                        RT @FanshaweFUEL: DONT RUN SHEN, COME BAAAAACK\n\n#ecac #finals #LeagueOfLegends  @ECAC_Esports https://t.co/xypzoaUOLP
## 7355                               RT @yousseferra_art: League of Legends : Jinx\nhttps://t.co/toFJ0uBDLU\n\n#leagueoflegends #arcane #jinx https://t.co/NVYTprdOCv
## 7356                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 7357                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7358                RT @ShuUsagi: LIVE NOW FORHEAD! playing some more LoL here we go aram worriers cuz im lazy lets be dumb down mid \n .\n.\n.\n#vtuber #envtuber…
## 7359                                                                       RT @ItsPrata: 📣 I'm going to #LeagueofLegends ! https://t.co/lVfP9e0p2s #wizebot #twitch
## 7360                                             RT @AnimeRPGgame: I can't understand a word, but I love it! https://t.co/qShRjTt9Bt #music #anime #LeagueOfLegends
## 7361                                                             RT @antimahi: Fine! I’ll do it myself🙅🗡️🫡\n#LeagueOfLegends #ليق #Pentakill https://t.co/vSYnOuBvdl
## 7362              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7363              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7364                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7365              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7366                                                                             RT @LOLegendsMemes: FUCK THIS GAME #LeagueOfLegends #Memes https://t.co/Vhaolk2ffs
## 7367            RT @EGO__Lounge: Are you ready for the fun🔥?\n\nOur website is ready!🎉🥳\n🕹 https://t.co/hHsuOE1ash\n\nWhich competitions will you join 👀 ? \n\n#Le…
## 7368                                                                                     RT @BonniieA: i love them :] 🖤\n\n#LeagueOfLegends https://t.co/ksJquGBx1D
## 7369                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7370                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7371                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 7372             RT @KJCeSports: The @FNATIC legend returns to the team 2 years after playing for its rival, @G2esports &amp; @KarmineCorp.\n\n#KJCeSports #League…
## 7373                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7374                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7375                                          RT @ZeeLinn: commission for viola 💖 who just wanted sad sisters 🥺\n\n#arcane #LeagueOfLegends https://t.co/1wgRn3a6iM
## 7376                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7377                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7378              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7379              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7380                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7381                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7382                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7383              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7384                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 7385                                RT @NsNapk1: Shortstack #Evelynn, at your disservice. 👿\n\n#LeagueOfLegendsFanArt #LeagueOfLegends #art https://t.co/xJfTG1WBFo
## 7386                                                             RT @antimahi: Fine! I’ll do it myself🙅🗡️🫡\n#LeagueOfLegends #ليق #Pentakill https://t.co/vSYnOuBvdl
## 7387                  RT @VickieZ25645605: Get the right games.🙉🙉🙉🙉 #ArtofLegends #mobilegame #LeagueofLegends #StarGuardians #G2WIN #Nilah \nOriginal: EhManInBla…
## 7388                    RT @Darqueria2: Yes, yes... i am bored... \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#yuumi\n#leagueoflegendsart https://t.co/Ya4bEVb1TS
## 7389              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7390                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7391                                              RT @ulstercore: if you saw the first post of this no you didn't. #arcane #LeagueOfLegends https://t.co/q8PYSGu0yg
## 7392                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7393              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7394                                                  RT @chisi64726930: Cat of Glory~🐱💙👑\n#LeagueOfLegendsFanArt\n#LeagueOfLegends\n#Yummi https://t.co/VGEKSSl18p
## 7395              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7396                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 7397                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7398                                                     RT @Onezeroisten: welcome home Yasuo, dinners ready\n#yone #yasuo #LeagueOfLegends https://t.co/rnpndoIzkV
## 7399                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7400                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 7401                 RT @acelovesounds: Is @riotgames serious that there won't be any Rotating Game Mode at the end of the year, because ARAM update? \n\nWow, tha…
## 7402                 RT @rayyyyyyy_: CSGO Plays\n\n#CSGO #VAL #Dota2 #Underdog #GamblingTwitter #LeagueOfLegends #PlayerProps #PrizePicks #Follow #Like #Retweet h…
## 7403            RT @stats_live_es: 🔥Top streamings a las 16:43 (Hora ESP)🧨\n\n🥇 #Werlyb➖Viewers: 11.286\n🥈 #LACOBRAAA➖Viewers: 5.260\n🥉 #SpeedGamingEspanol➖Vie…
## 7404                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7405                                                                RT @AsaiOreo: #Zoe #LeagueOfLegends #ArtofLegends commission,dot use~ https://t.co/jFGNLPbXw8
## 7406                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7407                               RT @yousseferra_art: League of Legends : Jinx\nhttps://t.co/toFJ0uBDLU\n\n#leagueoflegends #arcane #jinx https://t.co/NVYTprdOCv
## 7408                         RT @envykun99: Holy Hell, first time I've done that great with Pyke!!\n#LeagueofLegends #LoL #WildRift #gaming https://t.co/F5vyuaVFtk
## 7409              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7410              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7411               RT @JHe0w0: Always anxious when colour😢 I just like black and white so much\n\n#LeagueOfLegends  \n#Settphel #Sett\n#Aphelios https://t.co/pPPH…
## 7412              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7413                                                                 RT @JHe0w0: For commission!\n#LeagueOfLegends #Aphelios #ArtofLegends https://t.co/GmXiFTHBeV
## 7414              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7415              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7416              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7417                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7418              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7419                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7420                                                                      RT @LOLegendsMemes: Don’t worry we scale! #LeagueOfLegends #Memes https://t.co/0wgVNo8try
## 7421                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7422              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7423                  RT @PurpleARTdude: After a long time... I finally finished this!! Moon guys vs sun guys 🌚🌝\n#ValorantArt #VALORANTfanart #VALORANT #LeagueOf…
## 7424              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7425                              RT @ClinoraWarrior: Insane Dodge and 1v2 Ct Play! #shorts #gameplay #leagueoflegends #yone #gaming #trend https://t.co/eAORYIbi5H
## 7426               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7427              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7428                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7429                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7430              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7431                   RT @jerrylohzy: My Arcane Jinx fanart\n\n#art #jinx #arcane #lol #LeagueOfLegends #LeagueOfLegendsFanArt #jinxfanart https://t.co/7EsTJvaPXt
## 7432                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 7433               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7434               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7435                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7436                   RT @jerrylohzy: My Arcane Jinx fanart\n\n#art #jinx #arcane #lol #LeagueOfLegends #LeagueOfLegendsFanArt #jinxfanart https://t.co/7EsTJvaPXt
## 7437              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7438              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7439              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7440              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7441                RT @6176ter: Miss Fortune league of legends ❤️❤️\n#MissFortune \n#LeagueOfLegends \n#LeagueOfLegendsFanArt \n#FANART \n💙💙💙 https://t.co/uJ0ejUSj…
## 7442                 RT @acelovesounds: Is @riotgames serious that there won't be any Rotating Game Mode at the end of the year, because ARAM update? \n\nWow, tha…
## 7443              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7444              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7445              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7446              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7447              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7448              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7449              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7450              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7451              RT @Taryn_Cosplay: It's Christmas time in my Pit ✨\n(Santa Sett ❄️)\n\n📸 @DCPhotocosplay \n#LeagueOfLegends #setttheboss\n#snowdown #Christmas h…
## 7452              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7453              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7454                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7455              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7456                   RT @iAaronPhone: When you have an Inter on your team and need to carry. Super toxic Kalista ADC. #LeagueOfLegends #leagueoflegendsclips #ga…
## 7457              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7458              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7459              RT @T1_Fanart: T1  Signature Champion Fanart\n\nFAKER_Ahri\n(Sitting on the Korean traditional throne "Yongsang")\n\n#T1WIN #T1FIGHTING #T1fanar…
## 7460                                                                         RT @vatheja: Doodle of #jinx for Christmas :) #LeagueOfLegends https://t.co/ZjmSe8C22L
## 7461                                  RT @SPYKEEE1945: Play.🦊\n\nFor: A.R.\n\n#Ahri #LeagueOfLegends \n#ArtofLegends #LeagueOfLegendsFanArt https://t.co/M9iX0VhfMt
## 7462                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7463                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7464                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7465                  RT @xAndrastax: More genderbend cosplays is coming 👀💕\nViego from #Leagueoflegends were my last genderbend cosplay that I've made. But I'm w…
## 7466             RT @paukshop: Spy X Family X Star Walkin\n\nI made a Spy x Family edit inspired by the 2022 League Worlds Song! \n\n#SPY_FAMILY #SPYxFamily #スパ…
## 7467                                                                       RT @LOLegendsMemes: we where too late :( #LeagueOfLegends #Memes https://t.co/fF5iq8dvRi
## 7468                      RT @FanshaweFUEL: Fanshawe gets first blood on game 5, LETS GOOOO\n\n#ECAC #FINALS #LEAGUEOFLEGENDS @ECAC_Esports https://t.co/5LDOu5iSCL
## 7469                   RT @BemRems: back at it again  supposed to finish this on November 😂, crossover #10 November Mains #Evelynn #Nahidagenshinimpact #Kiriko #L…
## 7470                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7471                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7472                 RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…
## 7473               RT @MistressNyxVA: I'm LIVE on Twitch! Playing League of Legends\n\nhttps://t.co/CvLweTJDED\n\n#Twitch #LIVE #Gaming #VoiceActor #Streamer #Aff…
## 7474               RT @MistressNyxVA: I'm LIVE on Twitch! Playing League of Legends\n\nhttps://t.co/CvLweTJDED\n\n#Twitch #LIVE #Gaming #VoiceActor #Streamer #Aff…
## 7475                RT @starry_amari: "In the name of the Moon, we'll punish you!"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…
## 7476                                            RT @srkork: E K K O is so pretty :(((\n#illustration #LeagueOfLegends #Ekko #Arcane #FANART https://t.co/IIRSzfKWL1
## 7477                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7478                 RT @HighNoonJhin: #jhin #LeagueOfLegends #LeagueOfLegendsFanArt \n\nbackside will be high noon jhin - will post soon and have in my shop come…
## 7479               RT @neofox67: Did a small animated sequence/lipsync a month ago with the audio of this vid &gt; https://t.co/u325ro30Ek\nNot Arcane content but…
## 7480            RT @we_byun: "-Please... Brother... CARRY ME."\n"- FF 15." \nYasuo &amp; Yone. ♡\n#LeagueOfLegendsFanArt #LeagueOfLegends #LOL #FANART #yasuo #yon…
## 7481                  RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…
## 7482                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7483                                                                                  RT @LavinciFrost: Just. Different. \n#LeagueOfLegends https://t.co/CE3FaViesT
## 7484               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 7485                                       RT @iambeckyg: Me and my girl Qiyana 🤙🏽 @LeagueOfLegends @riotgames #TRUEDAMAGE #LEAGUEOFLEGENDS https://t.co/vmC0IWvKkg
## 7486                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7487                                                                             RT @LOLegendsMemes: FUCK THIS GAME #LeagueOfLegends #Memes https://t.co/Vhaolk2ffs
## 7488               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7489                 RT @Polyxenastorm: A little #throwback to #SlayBelleKatarina to get you in the #christmasspirit 🎄\nCosplay made by ryann.kaykay \nWeapons mad…
## 7490                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7491                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7492                  RT @deerlaurs: they won’t leave my mind!! take these dumb sketches :]\n\n#kaikali #kda #akali #kaisa #leagueoflegends https://t.co/CBQXaKsZmG
## 7493            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7494                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7495                                                            RT @21stCentryIdeot: When you're being nice again in #LeagueofLegends #TFT. https://t.co/dL3mwgURO0
## 7496                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7497                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7498            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7499                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7500                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7501                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7502                                            RT @soap_ai: (1/2) Seraphine? 😳💦\n#Qiyana #Senna #truedamage #artoflegends #leagueoflegends https://t.co/k2Vw31Gmfo
## 7503                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7504                 RT @welfero: "S-Stop it, I'm only a few centuries younger than you"\n\n#League_of_Legends #LeagueOfLegends #Poppy #Kayle https://t.co/jmvhVOG…
## 7505                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7506                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7507                               RT @soap_ai: It was funnier in my head\n\n#ArtofLegends #LeagueOfLegends #lightcannon #jinx #lux #arcane https://t.co/nPHYNzMuLD
## 7508                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7509                                                 RT @Whitemar3: Got a spot for  ✨Daddy ✨? \n\n#Warwick #ArtOfLegends #LeagueOfLegends https://t.co/HJLzFTvaDe
## 7510                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 7511                                     RT @soap_ai: If Jinx offered you some pocky would you take it #jinx #LeagueOfLegends #ArtofLegends https://t.co/ArUgfQRzZi
## 7512                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7513                                   RT @soap_ai: drops this with no context #lightcannon #jinx #lux #ekko #LeagueOfLegends #ArtofLegends https://t.co/7nMEfR0F4j
## 7514               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 7515                                                  RT @soap_ai: shitposting hours #jinx #lux #lightcannon #leagueoflegends #ArtofLegends https://t.co/EXTuqKRJGv
## 7516                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7517               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7518                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7519                   RT @LuffyTheFox: I love Ahri. She is my favorite hero from League Of Legends. Academy Ahri 💝🦊 #ahri #stableDifusion #aigeneratedart #League…
## 7520                  RT @Mikestrosity: After Countless Minutes of playing Ranked Flex I have hit my new Peak, Bronze IV \n#LeagueOfLegends #Vtuber https://t.co/Y…
## 7521                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7522                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7523                  RT @Mikestrosity: After Countless Minutes of playing Ranked Flex I have hit my new Peak, Bronze IV \n#LeagueOfLegends #Vtuber https://t.co/Y…
## 7524                   RT @LuffyTheFox: I love Ahri. She is my favorite hero from League Of Legends. Academy Ahri 💝🦊 #ahri #stableDifusion #aigeneratedart #League…
## 7525                 RT @m_for_mojo_jojo: Is there anyone in web 3 who does not like cats or Leauge of Legends? 😓\n\nWell, I couldn't help but adopt THIS cute nft…
## 7526                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7527                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 7528               RT @lorddumbb: [DT] Back to the old days [2]\n\nAnother young Silco doodles \n\n#arcane #ArcaneArt #Silco #silcofanart #youngsilco #doodle #Lea…
## 7529                  RT @LoLMemesBot: Vikings Offense: Vote no we scale\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds20…
## 7530                                                                             RT @Seraya_x: miss fortune \n#leagueoflegends #MissFortune https://t.co/imSGbA2Cqx
## 7531                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 7532               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7533                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7534                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7535                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7536              RT @ClauSketch: ❣ 𝗥𝗮𝗸𝗮𝗻 𝘅𝗺𝗮𝘀🎄 \n♡ ☕ https://t.co/BQKfxmldek\n♡  Available for monthly supporters\n\n#LeagueOfLegends #ArtofLegends #rakan https…
## 7537                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7538                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 7539                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7540                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7541                RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…
## 7542                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7543                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7544                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7545                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7546                                        RT @shupakabraa: Singed, orianna, heimerdinger, rio\nTW death mention\n#arcane #LeagueOfLegends https://t.co/XgiOTIANGp
## 7547                   RT @DoomageddonGmig: There were more, but twitter is stupid with longer vids, longer version on my tiktok #LeagueOfLegends #Vtubers #vtuber…
## 7548                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7549                            RT @LOLegendsMemes: Or when I'm literally ON MY WAY and the team jumps in a bad 4v5 #LeagueOfLegends #Memes https://t.co/425JMxDSdx
## 7550                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7551               RT @Fishine_art: Repost. My two lovers must be here with me.😔\n\n#JuriHan #StreetFighter6 \n#STREETFIGHT \n#Jinx #jinxarcane \n#LeagueOfLegends…
## 7552                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7553                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7554                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7555                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7556                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 7557                               RT @yousseferra_art: League of Legends : Jinx\nhttps://t.co/toFJ0uBDLU\n\n#leagueoflegends #arcane #jinx https://t.co/NVYTprdOCv
## 7558                  RT @NelluDopp: I'm late as always 🤡, but here they are, I love them so much 🫶\n#Aphelios #alune #LeagueOfLegends #fanart https://t.co/tz6qa0…
## 7559                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7560                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7561                RT @Nazarenart: Space Groove Nami!\nIt's my first try in CSP, I kinda like how it turned out 💕\n\n#ArtofLegends #LeagueOfLegendsFanArt #Namilo…
## 7562                                                              RT @molsuh: Death embrace\n#arcane #viktor #viktorarcane #leagueoflegends https://t.co/jRYaRHZHID
## 7563               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7564                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 7565                      RT @strooodl: i had to draw a diagram for my friend - which vibe do YOU prefer? ✨🦈 #lightcannon #LeagueOfLegends https://t.co/s3bDQ2GKGH
## 7566                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7567                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7568                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7569               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7570                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 7571               RT @constellachion: another sanrio friend visits a star guardian ✨\nwho would you like to see next?\n\n#artistsontwitter #LeagueOfLegends http…
## 7572                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7573                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7574                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7575                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7576                      RT @strooodl: i had to draw a diagram for my friend - which vibe do YOU prefer? ✨🦈 #lightcannon #LeagueOfLegends https://t.co/s3bDQ2GKGH
## 7577               RT @T3M91: Check out my latest video "GANK FAIL #leagueoflegends #lol #gaming #shorts #clip"\n\nWatch Now: https://t.co/YLp7Fe2ARH\n\n(Posted v…
## 7578                  RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…
## 7579                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7580                    RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E
## 7581                                                                   RT @millondie: Get Jinxed ✨\n\n#art #drawing #LeagueOfLegends #Jinx https://t.co/OnZwUrIKiE
## 7582                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 7583                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7584                                                                           RT @BonniieA: Mythmaker Irelia 🖤\n\n#Irelia #LeagueOfLegends https://t.co/WBo2ZEDFT8
## 7585                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7586               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7587                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7588                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7589                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7590                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7591                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7592                                  RT @redface180: I finally made it to gold Now's just all up from here\n#LeagueOfLegends #RiotGamesONE https://t.co/kpbjoUHVrv
## 7593                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7594                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7595                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7596                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7597                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 7598                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7599                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7600                 RT @Aikidork: I paid your girlfriend a visit this morning\n\n#arcane #artoflegends #jinx #LeagueOfLegendsFanArt #LeagueOfLegends https://t.co…
## 7601                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7602                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 7603                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7604            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7605                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7606                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7607                RT @ArtyiesLeague: #Diana fan art by Ben shaw on ArtStaion,\nlink: https://t.co/dzYenhUdGA\n\n#LeagueOfLegends #ArtofLegends #fanart #LeagueOf…
## 7608                  RT @LoLMemesBot: Beauty fades, Faker stays....\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #…
## 7609                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7610                    RT @miemeoww1: Remember those? Freakin' cookies Yayahkan!!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Xayah #Rakan https://t.co/BtG340sj4E
## 7611                   RT @madikdev: Gwen from League of Legends 💙💫 @LeagueOfLegends #LeagueOfLegends #Gwen #Gwenlol #lol #artistsontwitter #lolfanart https://t.c…
## 7612                      RT @strooodl: i had to draw a diagram for my friend - which vibe do YOU prefer? ✨🦈 #lightcannon #LeagueOfLegends https://t.co/s3bDQ2GKGH
## 7613                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7614               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7615                  RT @HayashiDraws: Kayle\n\nFollow me on instagram! https://t.co/hUqLcJQ7wV\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/Y3oPhx5wQa
## 7616                  RT @LoLMemesBot: 2 minutes of searching for icons and a minute of paint.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfL…
## 7617                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 7618               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 7619                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7620                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7621               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 7622                  RT @HayashiDraws: Kayle\n\nFollow me on instagram! https://t.co/hUqLcJQ7wV\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/Y3oPhx5wQa
## 7623               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7624                                            RT @soap_ai: (1/2) Seraphine? 😳💦\n#Qiyana #Senna #truedamage #artoflegends #leagueoflegends https://t.co/k2Vw31Gmfo
## 7625                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7626                                                                                        RT @CasseroleFink: https://t.co/5tlN4kMNVA Hii playing #LeagueOfLegends
## 7627                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7628                  RT @metalichotchoco: The next chapter of this little fic is out ;] go check it out if you wanna. I’m kinda proud with it ngl\n#LeagueOfLegen…
## 7629                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7630                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7631                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7632                 RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…
## 7633                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7634                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7635                 RT @ficakesillus: I’d like to think Diana adopted these two and Zoe now has older siblings ✨💕✨💕 I love the new champs #aphelias #Alune #dia…
## 7636                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7637                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7638                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7639               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 7640                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7641                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7642                                                                   RT @Shilliww: sketch\n#LeagueOfLegends #Diana #LeagueOfLegendsFanArt https://t.co/W3aK7WF0jr
## 7643                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7644                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7645                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7646                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7647                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7648                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7649                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7650                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7651                  RT @RuthRob36470669: You can follow and share. #LeagueOfLegendsFanArt #LeagueofLegends #GENGWIN #GuardianasEstelares #YıldızMuhafızı \nOrigi…
## 7652                  RT @LoLMemesBot: Third wheel\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Aphelios #Sp…
## 7653              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7654            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7655                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7656                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7657                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7658                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7659                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7660                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7661                                        RT @FanshaweFUEL: Fuel and Onu doing the trades\n\n@ECAC_Esports  #LeagueOfLegends  #ecacfinals https://t.co/FgM3y0yIGU
## 7662                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7663                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7664                                                        RT @AsaiOreo: #LeagueOfLegends  #LeagueOfLegendsFanArt #Lux #Ezreal\ncommission https://t.co/EY5df9RSEB
## 7665                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7666               RT @paper_scratch: RIP Cait’s brain this morning \n.\n.\n.\n#arcaneart #leagueoflegends #leagueoflegendsfanart #vi #caitlyn #violyn #piltoversf…
## 7667               RT @paper_scratch: “I can’t believe you made me late for work AGAIN, Vi. Now can I please get a hand.”\n.\n.\n.\n#arcaneart #leagueoflegends #l…
## 7668            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7669                   RT @paper_scratch: I loved Cait’s fearlessness and outspoken empathy in Arcane — it reminded me of another tall ponytailed haired girl I kn…
## 7670               RT @paper_scratch: The moment Cait’s patience wears out after several awkward minutes of Vi hedging for the first kiss\n.\n.\n.\n#arcaneart #le…
## 7671               RT @paper_scratch: Cait has a bad day at work, sees Vi and allows herself to finally unwind\n.\n.\n.\n#arcaneart #leagueoflegends #leagueoflege…
## 7672                RT @paper_scratch: Only a moment of free time this week for some #Caitvi practice\n.\n.\n.\n#arcaneart #leagueoflegends #leagueoflegendsfanart…
## 7673                RT @paper_scratch: Cait unwinds for the evening, sketch dump\n.\n.\n.\n#arcaneart #leagueoflegends #leagueoflegendsfanart #vi #caitlyn #violyn…
## 7674               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7675               RT @paper_scratch: The moment Officer Kiramman becomes off-duty, Officer Kiramman 🥵\n.\n.\n.\n#arcaneart #leagueoflegends #leagueoflegendsfanar…
## 7676               RT @paper_scratch: When Vi finishes a shower, everyone’s 💦\n.\n.\n.\n#arcaneart #leagueoflegends #leagueoflegendsfanart #vi #caitlyn #violyn #p…
## 7677               RT @paper_scratch: Sketching Vi waking up on a hot summer morning, but really it’s about Cait freaking out silently into her pillow\n.\n.\n.\n#…
## 7678               RT @paper_scratch: Caitvi patrolling the Undercity\n.\n.\n.\n#arcaneart #leagueoflegends #leagueoflegendsfanart #vi #caitlyn #violyn #piltovers…
## 7679                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7680            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7681                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7682                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7683                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7684                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7685                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7686                RT @tamashiiVT: 🔴 I'M LIVE 🔴 COME HANG OUT! 🖤\nhttps://t.co/yxFZYocH5M\n\n#GREENMANGAMING #TwitchAffliate #smallstreamer #valorant #streamer #…
## 7687                RT @tamashiiVT: 🔴 I'M LIVE 🔴 COME HANG OUT! 🖤\nhttps://t.co/yxFZYocH5M\n\n#GREENMANGAMING #TwitchAffliate #smallstreamer #valorant #streamer #…
## 7688              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 7689                RT @tamashiiVT: 🔴 I'M LIVE 🔴 COME HANG OUT! 🖤\nhttps://t.co/yxFZYocH5M\n\n#GREENMANGAMING #TwitchAffliate #smallstreamer #valorant #streamer #…
## 7690                 RT @CarolynCherry_: 📢On part en live sur League Of Legends !!🔴\nhttps://t.co/j02PN5V2Co\n#streamergirl #twitch #LeagueOfLegends #LOL #Carolyn…
## 7691                 RT @CarolynCherry_: 📢On part en live sur League Of Legends !!🔴\nhttps://t.co/j02PN5V2Co\n#streamergirl #twitch #LeagueOfLegends #LOL #Carolyn…
## 7692            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7693              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7694                RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…
## 7695                 RT @duxteh2: You want style? You've found her 💜🌺\n\n#artoflegends #LeagueOfLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/31RsoFA…
## 7696                 RT @fandifi: A mistake everyone makes once 😜\n\n#gaming #esports #esport #esportsteam #twitch #valorant #leagueoflegends #overwatch #csgo #ap…
## 7697                 RT @fandifi: A mistake everyone makes once 😜\n\n#gaming #esports #esport #esportsteam #twitch #valorant #leagueoflegends #overwatch #csgo #ap…
## 7698                  RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…
## 7699                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7700                                                                                  RT @LavinciFrost: Just. Different. \n#LeagueOfLegends https://t.co/CE3FaViesT
## 7701                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7702                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7703              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7704                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7705               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7706                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7707                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7708                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7709                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7710                RT @NeoNa_Gloom_ART: NEW: Forest Keeper Sona 🦋\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Sona…
## 7711                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7712                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7713                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7714              RT @im_justapotato_: First attempt at League of Legends, join on me?  (✿◠ᴗ◠) ♡\nGOING LIVE AT 9:30 EST! \n \nhttps://t.co/RcwGdrAQmj\n\n#smallst…
## 7715                  RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…
## 7716                 RT @moonimu_art: This is the second version of the upcoming Prestige skin for Sivir, Mythmaker!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #L…
## 7717                RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…
## 7718                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7719                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7720                   RT @Neeks__Art: Me, praying for the viego in the enemy jungle to gank my mid lane just so I can look at h i m. 😳#leagueoflegends #artoflege…
## 7721                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7722                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 7723                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7724                 RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…
## 7725                 RT @burnieilies: Support Diff! KDA 11/3/14. \n\n#teemo #teemosup #teemosupport #teemolol #support #supportmain #leagueoflegends #lolteemo #lo…
## 7726            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7727                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7728                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7729                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7730                 RT @firepix515: Zero War Ahri Fortnite skin concept!\n\nTrapped in a world far from her home, and with little choice, Ahri joins the fight to…
## 7731                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 7732                                                  RT @TeethPastelol: Why do I play this game.... https://t.co/ClQppHYPd5 #leagueoflegends #drinking #alcoholism
## 7733               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7734               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 7735                                                                         RT @artelsia: Happy Ahri Day 🖤\n#LeagueOfLegends #artoflegends https://t.co/gore9yvnxe
## 7736                 RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…
## 7737                RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…
## 7738                RT @sakuyashan: Haihai! I'm 🌸LIVE🌸 come hang out with me 🌱\nhttps://t.co/qsMH2HGCy3\n\n#vtuber #pngtuber #vtuberuprising #twitchaffiliate #str…
## 7739                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 7740               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7741                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7742                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7743               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7744                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7745                 RT @Samandriade: Headcanon time\nZoe likes to sleep cuddling in Soraka's lap 💤💤\n#LeagueOfLegends #LeagueOfLegendsFanArt #zoe #soraka https:/…
## 7746                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7747                 RT @NanaruSuzuka: Playing some Teamfight Tactics with Travis! Come vibe with me! \n\n#LeagueOfLegends #TeamfightTactics #VTuberUprising #Twit…
## 7748                                                                  RT @PizzaPC8: Unlucky\n@NaniRue\n\n#vtuber #envtuber #LeagueOfLegends https://t.co/yLYMSSsJ4r
## 7749                                           RT @somewhat_irked: Ruined Xayah and Sentinel Rakan - fanart\n#xayah #rakan #leagueoflegends https://t.co/8q0ZJgPuWO
## 7750                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7751            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7752                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 7753                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7754            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7755                                                                  RT @PizzaPC8: Unlucky\n@NaniRue\n\n#vtuber #envtuber #LeagueOfLegends https://t.co/yLYMSSsJ4r
## 7756                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7757                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7758                   RT @RiotKidakins: I did a thing!! full version in the replies (when it's done uploading) #StarGuardian #xayah #rakan #LeagueOfLegends #Star…
## 7759                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7760                  RT @LoLMemesBot: *sorry to say sir but.. no mana for ult*\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #W…
## 7761                RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…
## 7762                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7763                                  RT @SPYKEEE1945: Play.🦊\n\nFor: A.R.\n\n#Ahri #LeagueOfLegends \n#ArtofLegends #LeagueOfLegendsFanArt https://t.co/M9iX0VhfMt
## 7764                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7765                RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…
## 7766                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7767                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7768                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7769               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7770                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7771                                                                       RT @NIJISE_: Viego the Ruined King\n#LeagueOfLegends #viego #lol https://t.co/2hcLjFu32O
## 7772                RT @catinipicnic: My first set of emotes ♡ \nI was very nervous about posting this,, \n\n#LeagueOfLegends #lillia #LeagueOfLegendsFanArt https…
## 7773                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7774               RT @megilino: ✨ Of course I start getting sick 1 week before Christmas!!! |  !rampage https://t.co/97HMCqzpuE\n#gamers\n@LeagueOfLegends\n#Lea…
## 7775                  RT @TNR_Arts18: No words HOW I WANT THIS SKIN\n#Thersh #thresh #LeagueOfLegends #LeagueOfLegendsFanArt #lunaremperor #art #fanart https://t.…
## 7776                 RT @AnythingAI_: League of legends ahri fanart skin \n\n#AIart #NovelAI #NovelAIDiffusion #anythingv3 #stableDifusion #stablediffusionart #ah…
## 7777                 RT @AIArtShines: Ahri on the beach.\n\n#AIArtwork #aiartist #AIArt #aiartcommunity #AI #AIArtistCommunity #LeagueOfLegends #ahri https://t.co…
## 7778                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7779              RT @Taryn_Cosplay: The end begins!\nTaking a break from my path of destruction and enjoying this amazing gift by @LeagueOfLegends &amp; @Editric…
## 7780                  RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…
## 7781                                                                RT @Phoenix10062002: Ahri in a red dress\n#ahri #LeagueofLegends #AIart https://t.co/oM3r916HCt
## 7782               RT @eueides_art: Ahri from @LeagueOfLegends  ✧\n-\n-\n-\n#aiart #aiartist #aiartcommunity #digitalart #stablediffusion #Ahri #leagueoflegends #…
## 7783                    RT @Levi1327: So if you have Xbox gamepass on PC and download league of legends, you automatically get all champions unlocked. Bruh wtf...…
## 7784                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7785              RT @Boxgkstore: "League of Legends" Ahri Cosplay😃 😍 \nHave a look👉 https://t.co/0sNtIUoFql \n.\n.\n.\n#LeagueofLegends #Ahri  #cosplaygirl  #cos…
## 7786                 RT @Blobie_The_Blob: 💫Oh no Space Groove Evelynn is out of control !!💫😱\n.\n#LeagueOfLegends #LeagueOfLegendsFanArt #leagueoflegendsart #leag…
## 7787                                                                       RT @NIJISE_: Viego the Ruined King\n#LeagueOfLegends #viego #lol https://t.co/2hcLjFu32O
## 7788               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 7789               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 7790                 RT @Blobie_The_Blob: 💫Oh no Space Groove Evelynn is out of control !!💫😱\n.\n#LeagueOfLegends #LeagueOfLegendsFanArt #leagueoflegendsart #leag…
## 7791                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7792                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7793                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7794                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7795                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7796                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7797                  RT @TheKillerey: I can gladly say that PROJECT Rift is finally working without crashing. DX11 will also work without crash.\nSo I need to fi…
## 7798                 RT @AlphantArt: Chibi Spirit Blossom Jinx!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #spiritblossom #jinx https://t.co/jq…
## 7799                 RT @bestcandylove: #cosplay #cosplayergirl #Ahri spirit blossom ahri\n#LeagueOfLegends #LeagueOfLegendscosplay\npart one https://t.co/pymB5J0…
## 7800                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7801                   RT @GameOrNought: With Steam sale soon, can I recommend people check out League Of Legends The Ruined King? Gorgeous visuals, soundtrack, a…
## 7802                 RT @firepix515: Zero War Ahri Fortnite skin concept!\n\nTrapped in a world far from her home, and with little choice, Ahri joins the fight to…
## 7803          RT @ahrifoxlovers: K/DA on stage ⭐\nArtist: Sampan_昱小炮\nOn: Weibo\n---\nFollow my Instagram: https://t.co/yJCGPyldBt\n---\n#Ahri #Akali #Evelynn…
## 7804                           RT @_kyuyaa: In the name of the first star, I'll punish you!! ✨\n\n#leagueoflegends #lol #ahri @LoLegendsBR https://t.co/fK0HieXUv0
## 7805                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7806                                                                       RT @NIJISE_: Viego the Ruined King\n#LeagueOfLegends #viego #lol https://t.co/2hcLjFu32O
## 7807                   RT @GameOrNought: With Steam sale soon, can I recommend people check out League Of Legends The Ruined King? Gorgeous visuals, soundtrack, a…
## 7808                   RT @piixxelle_: We may be a week away from Christmas, but that doesn't mean you can't spend time with your OTHER family for our COMMUNITY G…
## 7809                   RT @briirouge: Happy Ahri-versary to my favorite Nine Tailed Vastaya🦊🎂 #LeagueOfLegends #leagueoflegendswildrift #wildrift #riotgames #riot…
## 7810                 RT @AlphantArt: Chibi Spirit Blossom Jinx!\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends #spiritblossom #jinx https://t.co/jq…
## 7811                                                           RT @Klanczek1: Black mist blanket, comfy and warm\n\n#Viego #LeagueOfLegends https://t.co/xagVOAIyOi
## 7812                 RT @KenApplepi: Happy birthday to my comfort character ❤️ \n\n{thread of all the times I've drawn her}\n#ahri #ArtofLegends #LeagueOfLegends #…
## 7813                        RT @Ahrilicious: drew this in anticipation of her ASU🫡 #ahri #artoflegends #leagueoflegends #spiritblossom #lol https://t.co/huao0WNo8b
## 7814                RT @NIJISE_: Jinx First Blood\n\nthis is the first released design of my fan band\nThe drummer \n#jinx #LeagueOfLegends https://t.co/6sDpIKBDHp
## 7815                  RT @MechanicalVamp: Happy Birthday, Ahri!) Which Ahri is your favorite?\nMore Ahri here! Photosets are available for "One-time subscription"…
## 7816                RT @nymphahri: Happy birthday Ahri! 🦊💖\nCan we show her some love with 50 retweets? \nPh: solipsis79 (on IG)\n#LeagueOfLegends #ahri https://t…
## 7817                                RT @LuhualaArt: Portrait study\n#Ahri #LeagueOfLegends #artoflegends #digitalart #LeagueOfLegendsFanArt https://t.co/6pvK1zLlVQ
## 7818                                                                      RT @vatheja: Doodle of #ahri , jingle them balls #LeagueOfLegends https://t.co/anC03pf3gS
## 7819                 RT @MEIz_uwu: Happy Birthday my love 🥹🫶\n\n#Ahri #LeagueOfLegends #LeagueOfLegendsFanart #LeagueOfLegendsArt #ArtofLegends https://t.co/FJigV…
## 7820                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7821                RT @Aoitama_yume: #LeagueOfLegends #LeagueOfLegendsFanArt #sett #Aphelios #Settphel #phelsett \n\nFirst time for drawing them xDDD \nI don’t k…
## 7822               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 7823                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7824            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7825                   RT @NIJISE_: VIEGO MY BELOVED\n.\nCommission: @Mako_MKV (has open commissions 👀)\n#viego #pentakill #LeagueOfLegends https://t.co/NTLPVIDlyV
## 7826                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7827                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7828                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7829                 RT @acelovesounds: Is @riotgames serious that there won't be any Rotating Game Mode at the end of the year, because ARAM update? \n\nWow, tha…
## 7830                 RT @Blobie_The_Blob: 💫Oh no Space Groove Evelynn is out of control !!💫😱\n.\n#LeagueOfLegends #LeagueOfLegendsFanArt #leagueoflegendsart #leag…
## 7831                                        RT @FanshaweFUEL: DONT RUN SHEN, COME BAAAAACK\n\n#ecac #finals #LeagueOfLegends  @ECAC_Esports https://t.co/xypzoaUOLP
## 7832                   RT @i4megistus: miss fortune sarah fortune fancam edit typa girl black pink league of legends lol mf #LeagueOfLegends #cblol #Qatar2022 htt…
## 7833                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7834                                                     RT @chuin01: #LeagueOfLegends #LoL #StarGuardian #ezreal\n\n🌠Star Guardian ezreal🌠 https://t.co/qZld45D0JC
## 7835                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7836                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/3nsFzY…
## 7837              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7838                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7839                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7840                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7841                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 7842                   RT @BemRems: back at it again  supposed to finish this on November 😂, crossover #10 November Mains #Evelynn #Nahidagenshinimpact #Kiriko #L…
## 7843                                                                                      RT @yoooeeeeeeeeee: #LeagueOfLegends\nTwin souls. https://t.co/nH7o20DQeD
## 7844            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7845                            RT @Phalanxus: Friend-zone, feat. Twisted Fate, Graves and Amumu\n\n#LeagueOfLegends #LeagueOfLegendsFanArt https://t.co/83LwWXdhWH
## 7846               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 7847                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7848                                  RT @SakuraArt8: Gwen when she unlocks level 6 first \n#GwenLoL #LeagueOfLegends #Doodle #ArtofLegends https://t.co/wHKHEZoOAx
## 7849                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7850            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7851              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7852                                            RT @_another_tina_: I enjoy drawing them being silly a lot\n\n.\n#LeagueOfLegends #riftgala https://t.co/YwoIwcA5KJ
## 7853                RT @EsportLegendsGG: Another Team announced their Roster for 2023.\nSee whos gonna play for Exel Esports at the LEC.\n\nFor more check our Web…
## 7854                   RT @piixxelle_: We may be a week away from Christmas, but that doesn't mean you can't spend time with your OTHER family for our COMMUNITY G…
## 7855                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 7856                RT @GalloKikiriki: Formated my computer and lost all my brushes :´D.\nHave an sketch with a default pencil in the meantime.\n\n#Aphelios #Leag…
## 7857            RT @Cr0ssAir: Weekend ENFIN! GO NOCTURNE RANK! 😁  💪\n=&gt; https://t.co/0zC1zuQXQ8 \n#twitch #stream #twitchfr \n#twitchstreamers #streamerfr\n#Le…
## 7858                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7859                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7860                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7861                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7862                                             RT @mialoette: rakan will love to see her like that\n#xayah #leagueoflegends #artoflegends https://t.co/DpZ1hpu5Rt
## 7863                 RT @firepix515: Zero War Ahri Fortnite skin concept!\n\nTrapped in a world far from her home, and with little choice, Ahri joins the fight to…
## 7864               RT @golden8witch: There is only background left to finish!\n\nWithout watermark(+png) available on: https://t.co/Q0Aa0gG0vb\n\n#LeagueOfLegends…
## 7865                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7866                 RT @soap_ai: Short haired Lux this time! She’d definitely have a neat bob cut 🥰\n\n#LeagueOfLegends #artoflegends #lux #jinx https://t.co/b6P…
## 7867                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7868                        RT @RealMisakiRei: Have some ❄️Winter Blessed Swain❄️ sketches. For once in my life i'm trying to plan a drawing so these are my options…
## 7869                                RT @blueberryskyuwu: Smooch ~ 🎇\n\nI tried my best ;; \n#settphel #aphelios #sett #LoL #leagueoflegends https://t.co/4QFbwolCgh
## 7870                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7871            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7872                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7873                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7874                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7875                RT @KylieSh60619580: Arcane is a yuri anime for me💖💖💖\n\nAll credits to the artist 👩‍🎨 \n\n#vi #caitlyn #LeagueOfLegends #yuriart #Acrane #coup…
## 7876                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7877                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7878            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7879                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 7880                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7881                                                                                   RT @Wanderlustluca: Karma cosplay 💜 #LeagueOfLegends https://t.co/jUVoWtuebQ
## 7882                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7883                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7884                       RT @soap_ai: I saw this and I knew I had to make it lc\n\n#ArtofLegends #leagueoflegends #jinx #lux #lightcannon https://t.co/BY1ECgAM2s
## 7885                       RT @soap_ai: Crystal Rose x Gilded shenanigans\n\n#Artoflegends #LeagueOfLegends #ezreal #jinx #lux #lightcannon https://t.co/hRVCo6QmYA
## 7886                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7887                                                        RT @soap_ai: Oversized Sweater (1/2)\n#jinx #lux #artoflegends #leagueoflegends https://t.co/WcdntMlreS
## 7888                  RT @soap_ai: some more brainrot of oversized sweater jinx/lux please bear with me \n#jinx #lux #leagueoflegends #artoflegends https://t.co/Q…
## 7889               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 7890                  RT @LoLMemesBot: 2 minutes of searching for icons and a minute of paint.\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfL…
## 7891                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7892                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7893                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7894            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7895            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7896            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7897                 RT @duxteh2: You want style? You've found her 💜🌺\n\n#artoflegends #LeagueOfLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/31RsoFA…
## 7898            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7899              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7900            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7901                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7902                                RT @blueberryskyuwu: Smooch ~ 🎇\n\nI tried my best ;; \n#settphel #aphelios #sett #LoL #leagueoflegends https://t.co/4QFbwolCgh
## 7903                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7904              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7905                 RT @blazordiffusion: League of Legends with Wings! 2/2 #stablediffusion #LeagueOfLegends #Angels \n\nhttps://t.co/TtaNVmWN7W https://t.co/URF…
## 7906                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7907                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7908                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7909              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7910                 RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…
## 7911                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7912                 RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…
## 7913                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7914                 RT @jason_xiaojie: I haven't updated for a long time😢, here is Fright Night Evelynn\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/c…
## 7915               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 7916                                                   RT @morgiishere: Fast drawing of #senna from #leagueoflegends #leagueoflegendsfanart https://t.co/Kb4HGZ9DDP
## 7917                              RT @YoYusuke_: League players can't read?! TT\n\n#LeagueOfLegends \n#Overwatch2募集pc \n#ENVtuber #Vtuber https://t.co/7B2l3pudnW
## 7918            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7919                 RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…
## 7920            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7921                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7922                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7923            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7924                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7925                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7926            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7927                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7928                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7929                RT @starry_amari: "In the name of the Moon, we'll punish you!"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…
## 7930                                      RT @edelmaximoff: First game with this daddy and I got S and 3 honors????? #Sett #LeagueofLegends https://t.co/JGUeNcdER0
## 7931                   RT @esaatrw: i was trying to make kai'sa look cooler than her original design... #fanart #LeagueOfLegends #kaisa #WildRift https://t.co/Bhv…
## 7932            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7933                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 7934                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7935                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7936            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7937              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7938              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7939                  RT @Og_Rozen: I think they’re kinda cute~\n#seraphine #Zeri #zeriphine #LeagueOfLegends #ArtofLegends #LeagueOfLegendsFanArt https://t.co/FC…
## 7940               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7941                   RT @TheRight57: I get this two days ago leveling a new acc playing Singed, the more fruitful toxicity in league in this preseason  :DDDD  #…
## 7942            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7943                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7944            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7945            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7946               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 7947               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 7948                   RT @shahs1221: It's the Last Drop gang, y'all! #arcane #ArcaneArt #Silco #jinx #sevika #lol #LeagueOfLegends #LeagueOfLegendsFanArt #digita…
## 7949                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7950                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7951                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7952                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7953                            RT @RockLoveJewelry: Do you game? 🎮 #LeagueofLegends X RockLove Coven restocked: https://t.co/mSK5lSxKo1 🖤🔮 https://t.co/z0tMw2CefF
## 7954                 RT @blazordiffusion: League of Legends with Wings! 1/2 #stablediffusion #LeagueOfLegends #Angels \n\nhttps://t.co/TtaNVmWN7W https://t.co/JiB…
## 7955                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 7956                  RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…
## 7957                                                                           RT @sasayurie_: Today os jinx from Arcane \n#leagueoflegends https://t.co/XMAomeYFz0
## 7958                                                              RT @Carmzus: From my Diana x Leona comic 🥺\n\n#lolfanart #LeagueOfLegends https://t.co/fMSLZQtnMb
## 7959                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 7960               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 7961            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7962               RT @golden8witch: There is only background left to finish!\n\nWithout watermark(+png) available on: https://t.co/Q0Aa0gG0vb\n\n#LeagueOfLegends…
## 7963                 RT @LiliDrawsT: Here's you go~!\nMy first attempt at chibi-ing. 😊\n\nReally the trick is to nail the right crazy proportions chibis are known…
## 7964                  RT @entgrove: NEW VIDEO UP! ZAUN!!🧪\n\nJoin me on our journey through the map of #runeterra as we learn the lore of #LeagueOfLegends and the…
## 7965                                                                           RT @sasayurie_: Today os jinx from Arcane \n#leagueoflegends https://t.co/XMAomeYFz0
## 7966                  RT @marcosuchima: Pool Party Sett, Braum and Aphelios chillin while hot tub streaming!! 🍹🌺\nThank you for joining my art stream, hope you li…
## 7967            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7968            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7969                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7970                  RT @entgrove: NEW VIDEO UP! ZAUN!!🧪\n\nJoin me on our journey through the map of #runeterra as we learn the lore of #LeagueOfLegends and the…
## 7971                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7972                 RT @jason_xiaojie: girl with a chanel pearl earing——draw by random poor boy\n#LeagueOfLegends \n#LeagueOfLegendsFanArt https://t.co/sMHvDYBKaf
## 7973            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7974                                              RT @oheyspun: A little preview for tomorrows video. \n\n#riotmmo #leagueoflegends #mmorpg https://t.co/9RazaQea7T
## 7975             RT @paukshop: Spy X Family X Star Walkin\n\nI made a Spy x Family edit inspired by the 2022 League Worlds Song! \n\n#SPY_FAMILY #SPYxFamily #スパ…
## 7976                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7977              RT @luce_azu: Sett spirit blossom 💕💕\nFinally something that is not a sketch bro. \n.\n.\n.\n#sett #LeagueOfLegends #fanart #LeagueOfLegendsFanA…
## 7978            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7979                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7980                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7981                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7982                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7983                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7984                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7985                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7986                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7987                                                                                 RT @MielaInk: only one more\n\n#xayah #LeagueOfLegends https://t.co/Md2xTKKZn5
## 7988                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 7989                              RT @YoYusuke_: League players can't read?! TT\n\n#LeagueOfLegends \n#Overwatch2募集pc \n#ENVtuber #Vtuber https://t.co/7B2l3pudnW
## 7990                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7991                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7992                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 7993                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 7994            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7995                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 7996            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7997            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 7998                                                     RT @Punbun_4Fun: them\n\n#sett #aphelios #settphel #spiritblossom #LeagueOfLegends https://t.co/pliRLXlM0l
## 7999                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8000                  RT @PurpleARTdude: After a long time... I finally finished this!! Moon guys vs sun guys 🌚🌝\n#ValorantArt #VALORANTfanart #VALORANT #LeagueOf…
## 8001                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8002                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8003            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8004                  RT @_smol_artist__: OPENING 5 SLOTS FOR JINX SKETCH COMMISSIONS\n#Jinx #commsopen #jinxlol #jinxarcane #arcane #LoL #LeagueOfLegends https:/…
## 8005                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8006                RT @starry_amari: "In the name of the Moon, we'll punish you!"\n\n80s anime inspired moon twins? its more like than you think\na little cringe…
## 8007                  RT @Voiidkatt: My fav girl ❤ Mythmaker Zyra\n#ArtofLegends #leagueoflegends #zyra #zyralol #mythmakerzyra #noai #noaiart https://t.co/6OHc7u…
## 8008                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8009                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8010                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8011                  RT @LoLMemesBot: They are husbands\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #Sett #Apheli…
## 8012            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8013                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 8014            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8015                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8016                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8017            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8018                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8019                              RT @Rpikachu3: Man this skin is cool\n#ArenaofValor #LeagueOfLegends #mobilelegendsbangbang #FIFAWorldCup https://t.co/g3MhAXt2If
## 8020                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 8021                                                                        RT @iM7mdzz_: OKAAAAAAAAAAAAAAAAY LET'S GOO 🔥\n#LeagueOfLegends https://t.co/ZmC4vF7JN7
## 8022                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 8023                                                                            RT @vatheja: #evelynn Doodle for tonight!💕 #LeagueOfLegends https://t.co/6OsqkZFXBJ
## 8024                                                     RT @vatheja: Doodle of Bewitching #cassiopeia 🤍 ill pass out now! #LeagueOfLegends https://t.co/QaSBPwjN4R
## 8025                                     RT @vatheja: More art of #evelynn i did since yall liked the last piece so much!💕 #LeagueOfLegends https://t.co/TnWWSzFj4c
## 8026                                                                RT @vatheja: Lil thing of #evelynn for today💕 :)) #KDA #leagueoflegends https://t.co/YGkLULz5yq
## 8027                                                     RT @Onezeroisten: welcome home Yasuo, dinners ready\n#yone #yasuo #LeagueOfLegends https://t.co/rnpndoIzkV
## 8028                                                         RT @vatheja: doodle of #ahri 💕 Been feeling really tired #kda #LeagueOfLegends https://t.co/8Wc1Ebo2oK
## 8029            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8030                                                                         RT @vatheja: Doodle of #jinx for Christmas :) #LeagueOfLegends https://t.co/ZjmSe8C22L
## 8031                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8032                   RT @doctor_poro: NEW ROD of AGES on TAHM KENCH? 2023 build\nhttps://t.co/zovuckiKkg\n\n#leagueoflegends #gaming #lol https://t.co/s0sb77skrz
## 8033                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8034                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8035                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8036                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8037                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 8038                                                                                         RT @Pradox___: En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G
## 8039                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 8040                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8041                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8042                   RT @skyglubs: Remember my almost Kat penta 😭#LeagueOfLegends #Vtuber #pngtuber #VTuberUprising #vtubersupport #vtuberclips https://t.co/PUF…
## 8043                   RT @shahs1221: It's the Last Drop gang, y'all! #arcane #ArcaneArt #Silco #jinx #sevika #lol #LeagueOfLegends #LeagueOfLegendsFanArt #digita…
## 8044                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8045            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8046                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8047                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 8048                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8049            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8050               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 8051                                 RT @HyuckXBT: 6 Kills “Savage” To end the game back to back in #LeagueOfLegends #mobilelegendsbangbang https://t.co/oMztB4I3Fw
## 8052            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8053                 RT @antra16092: Vel'koz ruined come for corrupt Frejlord. \nKnowledge through... disintegration. \n#LeagueOfLegends #3dmodeling  #blendercycl…
## 8054                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8055            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8056                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 8057            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8058                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #mid #finish #gg #swain #support #late #game #power #gamer…
## 8059                  RT @DarunaKom: I'm excited to play this game.🤗🤗🤗 #LeagueofLegends #GuardiãsEstelares #GuardianasEstelares #TransformaTuDestino \nOriginal: a…
## 8060               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 8061                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8062            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8063                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8064               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 8065               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 8066            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8067                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 8068                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8069            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8070            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8071                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8072            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8073                                                    RT @Spiny0ctopus: #ArtofLegends #Leagueoflegends\nIsolde (and a shitty Kevin donut) https://t.co/qsXhc0NWG2
## 8074                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8075                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8076                 RT @blazordiffusion: League of Legends with Wings! 1/2 #stablediffusion #LeagueOfLegends #Angels \n\nhttps://t.co/TtaNVmWN7W https://t.co/JiB…
## 8077                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8078                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8079                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8080                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 8081                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8082                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8083            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8084                   RT @o_oleu: Day 31 of #skintober Fright Night Kindred… “Another life extinguishes” #LeagueOfLegends #ArtofLegends #kindred https://t.co/HFF…
## 8085                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8086                              RT @ClinoraWarrior: Insane Dodge and 1v2 Ct Play! #shorts #gameplay #leagueoflegends #yone #gaming #trend https://t.co/eAORYIbi5H
## 8087                 RT @RivenStore: Who remembers that?\nLove LoL? Visit us: https://t.co/JrAiMSWyOb\n#lolgoods #leagueoflegends #mmo #mmorpg #rivenstore.com #lo…
## 8088                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8089                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8090                       RT @soap_ai: I saw this and I knew I had to make it lc\n\n#ArtofLegends #leagueoflegends #jinx #lux #lightcannon https://t.co/BY1ECgAM2s
## 8091                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8092             RT @paukshop: Spy X Family X Star Walkin\n\nI made a Spy x Family edit inspired by the 2022 League Worlds Song! \n\n#SPY_FAMILY #SPYxFamily #スパ…
## 8093                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8094                    RT @LOLegendsMemes: EPIC RAP BATTLES OF LEAGUE OF LEGENDS | ZIGGS VS. MR BEEEEAAAAST!!!!!!! #LeagueOfLegends #Memes https://t.co/W2oScQWut0
## 8095                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8096               RT @MistressNyxVA: I'm LIVE on Twitch! Playing League of Legends\n\nhttps://t.co/RAMnRORPfh\n\n#Twitch #LIVE #Gaming #VoiceActor #Streamer #Aff…
## 8097            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8098                                                          RT @cchocolace: Boyfriend tee 🧡\n#StarGuardian #xayah #rakan #LeagueOfLegends https://t.co/ilhikkBQ56
## 8099                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8100                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8101                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 8102            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8103                                              RT @MielaInk: just an idea \n\n#xayah #LeagueOfLegendsFanArt #LeagueOfLegends #SPY_FAMILY https://t.co/SDWVEBPnee
## 8104             RT @AsaiOreo: #LeagueOfLegends #LeagueOfLegendsFanArt  #ArtofLegends #xayah #rakan \n✦ ARCANA ✦ Xayah &amp; Rakan\nWe were fated to meet cuz we a…
## 8105                   RT @madikdev: Star Guardian Neeko from League of Legends work in progress 💞💫 #ArtistOnTwitter #Neeko #LeagueOfLegends #Neekolol https://t.c…
## 8106                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8107                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8108                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 8109                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8110            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8111                 RT @moonimu_art: Version two of the Mythmaker Irelia, the upcoming Legendary skin for Irelia.\n\n#LeagueOfLegends #LeagueOfLegendsFanArt #Lea…
## 8112            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8113               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 8114               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 8115               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 8116                RT @ulstercore: we'll get an arcane viktor skin where he's all half heralded out, right riot? &lt;3 #arcane #LeagueOfLegends https://t.co/hULW…
## 8117            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8118            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8119                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8120               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 8121                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8122                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 8123            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8124                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8125                RT @HibikuSan: Battle Academia Katarina Leauge of legends FanArt \n\nHope u like it 💙\n#LeagueOfLegends  #ArtOfLegends #Katarina #battleacadem…
## 8126            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8127            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8128                                RT @blueberryskyuwu: Smooch ~ 🎇\n\nI tried my best ;; \n#settphel #aphelios #sett #LoL #leagueoflegends https://t.co/4QFbwolCgh
## 8129                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8130                   RT @legaldumpling: ”A world that would rob me of beauty is a world that deserves destruction.” #Viego #ArtofLegends #LeagueOfLegends #Senna…
## 8131                      RT @FanshaweFUEL: Fanshawe gets first blood on game 5, LETS GOOOO\n\n#ECAC #FINALS #LEAGUEOFLEGENDS @ECAC_Esports https://t.co/5LDOu5iSCL
## 8132                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8133                                                                                   RT @digighost666: what in the fuck\n#LeagueOfLegends https://t.co/4yGORzx5Zo
## 8134                 RT @ChimeGF: Hey there , I'm a graphic designer currently looking to do commissions !  \n\nI can do any style but like to work with character…
## 8135            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8136                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8137                    RT @J0ker_LoL: Odyssey Kayn wallpaper that the amazing @LadyOfValyria wanted to gift to a friend❤️ I really love doing these wallpapers! As…
## 8138                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8139                  RT @WolfdawgArt: Fiddlewicks, update to an older Warwick/fiddle mashup concept \n#LeagueOfLegends #fanart #conceptart https://t.co/bjFoYEhyrM
## 8140               RT @the_string_king: #1 of a spooky set 🎃\n\ngwen and viego discover trick-or-treating!\n\n#artoflegends #LeagueOfLegends #LeagueOfLegendsFanAr…
## 8141               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 8142                           RT @malnourishd1: Tried some new tutorials\n#ahri #LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends https://t.co/bASpkXbzDV
## 8143                           RT @malnourishd1: Tried some new tutorials\n#ahri #LeagueOfLegends #LeagueOfLegendsFanArt #League_of_Legends https://t.co/bASpkXbzDV
## 8144                  RT @WolfdawgArt: Fiddlewicks, update to an older Warwick/fiddle mashup concept \n#LeagueOfLegends #fanart #conceptart https://t.co/bjFoYEhyrM
## 8145                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8146                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8147                  RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…
## 8148                  RT @Piscina45512997: #LeagueOfLegends #LeagueOfLegendsfanart #Syndra #Zed\nSpirit Blossom Zed x Syndra\nI went through a lot of difficulties…
## 8149            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8150              RT @_mizah: MY SHIP MY SHIP \nlillia x yone 🥺💖🌈✨\n.gracias wild rift por canonizar esto \n.\n#LeagueOfLegends  #LeagueOfLegendsFanArt https://t…
## 8151                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8152                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8153                RT @LoLMemesBot: Save smite for camps, rift herald, or dragon? ❌ Save smite for cannon? ✅\n#memes #meme #funny #lol #leagueoflegends #Arcane…
## 8154                            RT @RockLoveJewelry: Do you game? 🎮 #LeagueofLegends X RockLove Coven restocked: https://t.co/mSK5lSxKo1 🖤🔮 https://t.co/z0tMw2CefF
## 8155            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8156                                RT @blueberryskyuwu: Smooch ~ 🎇\n\nI tried my best ;; \n#settphel #aphelios #sett #LoL #leagueoflegends https://t.co/4QFbwolCgh
## 8157            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8158                 RT @blazordiffusion: League of Legends with Wings! 1/2 #stablediffusion #LeagueOfLegends #Angels \n\nhttps://t.co/TtaNVmWN7W https://t.co/JiB…
## 8159                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8160                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8161                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 8162                   RT @_chaosqueen1: Where are my league of legends and RuneScape players? 🎮🎮https://t.co/j51EAyA6aj #LeagueOfLegends #runescape #twitchstream…
## 8163                  RT @WolfdawgArt: KDA Rek'Sai, this was a lot of fun, will never not enjoy the shiny.\n#LeagueOfLegends #kda #fanart #conceptart https://t.co…
## 8164                                                    RT @AhryCha: Mythmaker Irelia #LeagueOfLegends #LeagueOfLegendsFanArt #ArtofLegends https://t.co/yFZqsY6Xsk
## 8165                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8166                                                                           RT @BonniieA: Mythmaker Irelia 🖤\n\n#Irelia #LeagueOfLegends https://t.co/WBo2ZEDFT8
## 8167                                                          RT @CandyKale: #Viego, the ultimate edgy guy. #theruinedking #LeagueOfLegends https://t.co/dRfsLc41HX
## 8168                  RT @AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming #LeagueOfLegends #…
## 8169                                                              RT @PrimaVeraArt19: Dean’s assistant \n\n#arcane #LeagueOfLegends #Viktor https://t.co/pmGVgmaBBN
## 8170                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8171                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8172                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8173                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8174                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8175                                                                                         RT @Pradox___: En live sur #LeagueOfLegends !\nhttps://t.co/9aq5xqRa6G
## 8176               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 8177                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8178                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 8179                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8180                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8181                RT @NeoNa_Gloom_ART: NEW: Coven Bel’Veth\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Morgana #B…
## 8182                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8183                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8184                   RT @MimicuteVT: Going live shortly trying out how League runs for stream right now! Playing some Arams, Norms or TFT #Vtuber #VtuberEN #Lea…
## 8185            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8186                                                                            RT @SkinSpotlights: Coven Evelynn VO! https://t.co/7CNuJoUx4y #PBE #LeagueOfLegends
## 8187               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 8188                                                                          RT @SkinSpotlights: Blood Moon Evelynn! #PBE #LeagueOfLegends https://t.co/AbGDgJ7BOi
## 8189                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8190            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8191                  RT @AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming #LeagueOfLegends #…
## 8192                  RT @AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming #LeagueOfLegends #…
## 8193                  RT @AsthmaMarauder: League and Call of duty dmz !!!! let's goooo !!!!\n#TwitchAffiliates #twitchtv #LiveStream #Streaming #LeagueOfLegends #…
## 8194                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8195                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8196                 RT @duxteh2: You want style? You've found her 💜🌺\n\n#artoflegends #LeagueOfLegends #LeagueOfLegendsFanArt #spiritblossom https://t.co/31RsoFA…
## 8197                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8198                RT @TagAnimationz: The Queen in the shadows\n\n#leblanc #teaser #ArtofLegends \n#LeagueOfLegends #LeagueOfLegendsFanArt #leaguetwt https://t.c…
## 8199                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8200                   RT @HorusEsports1: Elmillor Korean Flash #LeagueofLegends #LeagueoflegendsEspañol #Elmillor #Elmillorclips #failflash #HorusEsports #fyp ht…
## 8201                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8202                  RT @LoLMemesBot: Beauty fades, Faker stays....\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #…
## 8203            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8204                  RT @LoLMemesBot: Beauty fades, Faker stays....\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #LeagueOfLegendsFanArt #Worlds2022 #…
## 8205            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8206                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8207                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8208                              RT @PirateInvicta: Akali and Kai’sa are happy and in love right…? RIGHT??? #ArtofLegends #LeagueOfLegends https://t.co/oqww9kbV0K
## 8209                   RT @HorusEsports1: Elmillor Korean Flash #LeagueofLegends #LeagueoflegendsEspañol #Elmillor #Elmillorclips #failflash #HorusEsports #fyp ht…
## 8210                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8211                   RT @_chaosqueen1: Where are my league of legends and RuneScape players? 🎮🎮https://t.co/j51EAyA6aj #LeagueOfLegends #runescape #twitchstream…
## 8212                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8213            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8214                                                            RT @21stCentryIdeot: When you're being nice again in #LeagueofLegends #TFT. https://t.co/dL3mwgURO0
## 8215            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8216                   RT @Pancake_Tanks: Check out my video! #LeagueofLegends | Captured by #Outplayed #ashe #queen #bot #tripple #swain #gg #game #gaming #gamer…
## 8217                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8218                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8219                  RT @Piscina45512997: #LeagueOfLegends #LeagueOfLegendsfanart #Syndra #Zed\nSpirit Blossom Zed x Syndra\nI went through a lot of difficulties…
## 8220                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8221                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 8222            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8223            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8224                                                               RT @MikaHeartt: Repainting stuff\n#Irelia #ArtOfLegends #LeagueOfLegends https://t.co/KN0YrvotiC
## 8225                  RT @xwefoo: New version of the last night theme didn't fit to well after some days\n Bevel and sub division was off i ll check those sharp e…
## 8226                                                                         RT @vatheja: Doodle of #jinx for Christmas :) #LeagueOfLegends https://t.co/ZjmSe8C22L
## 8227                                                                          RT @PirateInvicta: Yes captain #LeagueOfLegends #ArtofLegends https://t.co/N0SauuTACZ
## 8228               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 8229                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8230                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8231                  RT @leochamposa: Winter is coming ❄️ \n\n#LeagueOfLegends #ArtedeInvierno #Creadoresdelollatam #sett #aphelios #bard #sona https://t.co/JxPSY…
## 8232            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8233                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8234            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8235                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8236                 RT @NeoNa_Gloom_ART: NEW: Ashen Knight Thresh\n \n#LeagueOfLegends #LeagueOfLegendsFanArt \n#ArtofLegends #digitalillustration #artwork #Pyke…
## 8237                  RT @rkdvanguard: Commission from @KStormborne! A more cyberpunk themed Kara chilling at the Afterlife!\n#Cyberpunk2077 #LeagueOfLegends #yor…
## 8238                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8239               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 8240                                                                          RT @LOLegendsMemes: They are husbands #LeagueOfLegends #Memes https://t.co/ymCmnG9GRm
## 8241                                                                     RT @Samandriade: Du Couteau gang is coming!\n#WIP #LeagueOfLegends https://t.co/0NmpRdsrE8
## 8242                   RT @NsNapk1: At last, he can finally hear something that aren't the screams of the damned or the Maiden rambling in his ear. It's a nice ch…
## 8243            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8244            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8245                                                     RT @soap_ai: Littol Lightcannon\n#LeagueOfLegends #artoflegends #jinx #lux #arcane https://t.co/yvkfplRZ7f
## 8246               RT @richydraws: 🌸Spirit Blossom Miss Fortune 🌸\n-\nIt’s finally done! Ahhh! I’m so proud of this! Hope y’all like it 💗🌸\n-\n(concept and closeu…
## 8247                   RT @soap_ai: Jinx the homophobic homosexual \n#leagueoflegends #artoflegends #jinx #lux #lightcannon #caitvi #arcane https://t.co/PW3h696Ye8
## 8248                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8249                      RT @soap_ai: You are someone I have loved but never known\n#leagueoflegends #ArtofLegends #Jinx #Lux #lightcannon https://t.co/FD2mtpX7ss
## 8250                RT @ScytheofSeraph: Hello fellow summoners! 😳\nWe are looking for new players to compete in our #LeagueofLegends team. \n😎 Top\n🏹 Bot\n⛑️ Suppo…
## 8251                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8252                                                                     RT @Samandriade: Du Couteau gang is coming!\n#WIP #LeagueOfLegends https://t.co/0NmpRdsrE8
## 8253            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8254                               RT @soap_ai: It was funnier in my head\n\n#ArtofLegends #LeagueOfLegends #lightcannon #jinx #lux #arcane https://t.co/nPHYNzMuLD
## 8255                   RT @soap_ai: thing i had to get outta my head\n#lightcannon #jinx #lux #silco #arcane #ArtofLegends #LeagueOfLegends https://t.co/dI4KOjSrgW
## 8256                                 RT @soap_ai: [cw suggestive??]\nTattoos Part 2\n#LeagueOfLegends #ArtofLegends #Jinx #Lux #Lightcannon https://t.co/nOQu0TGaBE
## 8257                                                  RT @soap_ai: shitposting hours #jinx #lux #lightcannon #leagueoflegends #ArtofLegends https://t.co/EXTuqKRJGv
## 8258                 RT @Myuzhan: .                        ฅ^•ﻌ•^ฅ\n             ⚠ 𝗆𝗒𝗍𝗁𝗆𝖺𝗄𝖾𝗋 𝗂𝗋𝖾𝗅𝗂𝖺.\n             ⚠ 𝖽𝗈𝗇'𝗍 𝗋𝖾 𝗎𝗉!\n             ⚠ 𝗋𝗍 + 𝖿𝖺𝗏 /𝗂𝖿 𝗒𝗈𝗎…
## 8259            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8260                            RT @ArkNemesis5: #arcane #LeagueOfLegends #jojo \nI remembered Arcane recently, so I retouched this piece.. https://t.co/Sm5MKFqvwC
## 8261               RT @Nanal0l: 🎁Bewitching Batnivia GIVEAWAY (ALL REGIONS!) 🎁\n\nYou will receive : 1) the champion, 2) the skin, 3) unique #LPP chroma.\n\nHow t…
## 8262               RT @KenApplepi: Cafe Cuties Ahri ☕️\n#Conceptober2022 (25/31)\n\nWhat can I get you today, little fox?~\n\n#artoflegends #LeagueOfLegends #ahri…
## 8263                                                                 RT @Ultrashokk: Neeko eating bread with cheese #neeko #LeagueOfLegends https://t.co/Zr5uQEp1bp
## 8264                                         RT @soap_ai: Tattoos Part 1(?)\n#leagueoflegends #ArtofLegends #jinx #lux #lightcannon #arcane https://t.co/kEkm1T6TIu
## 8265                                                RT @Bleyzen404: This will be the cinematic of 2023\n#LeagueOfLegends    \n#ArtofLegends https://t.co/tOmd8FIGJh
## 8266                  RT @LoLMemesBot: Or when I'm literally ON MY WAY and the team jumps in a bad 4v5\n#memes #meme #funny #lol #leagueoflegends #Arcane #jinx #L…
## 8267            RT @MikeYeung: Giving out 10 Spirit Blossom Yorick Codes\nTo Enter the Giveaway:\nLike, Retweet, &amp; Comment your favorite champion\n#LeagueOfLe…
## 8268                                                       RT @Seraya_x: happy (late) birthday ahri! \n#ahri #leagueoflegends #ArtofLegends https://t.co/9ThaYQPQLh
## 8269                 RT @fandifi: Video Game Logic 😅\n\n#gaming #skyrim #esports #esport #esportsteam #twitch #valorant #leagueoflegends #overwatch #csgo #apexleg…
##                  created isRetweet    Created_At_Round
## 1    2022-12-21 23:58:41      TRUE 2022-12-22 00:00:00
## 2    2022-12-21 23:57:58      TRUE 2022-12-22 00:00:00
## 3    2022-12-21 23:57:28      TRUE 2022-12-22 00:00:00
## 4    2022-12-21 23:57:05      TRUE 2022-12-22 00:00:00
## 5    2022-12-21 23:56:40      TRUE 2022-12-22 00:00:00
## 6    2022-12-21 23:56:23      TRUE 2022-12-22 00:00:00
## 7    2022-12-21 23:56:09      TRUE 2022-12-22 00:00:00
## 8    2022-12-21 23:56:03      TRUE 2022-12-22 00:00:00
## 9    2022-12-21 23:55:59      TRUE 2022-12-22 00:00:00
## 10   2022-12-21 23:54:43      TRUE 2022-12-22 00:00:00
## 11   2022-12-21 23:54:20      TRUE 2022-12-22 00:00:00
## 12   2022-12-21 23:54:19      TRUE 2022-12-22 00:00:00
## 13   2022-12-21 23:54:12      TRUE 2022-12-22 00:00:00
## 14   2022-12-21 23:54:11      TRUE 2022-12-22 00:00:00
## 15   2022-12-21 23:53:39      TRUE 2022-12-22 00:00:00
## 16   2022-12-21 23:53:34      TRUE 2022-12-22 00:00:00
## 17   2022-12-21 23:53:16      TRUE 2022-12-22 00:00:00
## 18   2022-12-21 23:52:14      TRUE 2022-12-22 00:00:00
## 19   2022-12-21 23:52:03      TRUE 2022-12-22 00:00:00
## 20   2022-12-21 23:50:50      TRUE 2022-12-22 00:00:00
## 21   2022-12-21 23:50:11      TRUE 2022-12-22 00:00:00
## 22   2022-12-21 23:49:35      TRUE 2022-12-22 00:00:00
## 23   2022-12-21 23:48:48      TRUE 2022-12-22 00:00:00
## 24   2022-12-21 23:48:43      TRUE 2022-12-22 00:00:00
## 25   2022-12-21 23:47:57      TRUE 2022-12-22 00:00:00
## 26   2022-12-21 23:47:50      TRUE 2022-12-22 00:00:00
## 27   2022-12-21 23:45:51      TRUE 2022-12-22 00:00:00
## 28   2022-12-21 23:45:25      TRUE 2022-12-22 00:00:00
## 29   2022-12-21 23:45:18      TRUE 2022-12-22 00:00:00
## 30   2022-12-21 23:45:16      TRUE 2022-12-22 00:00:00
## 31   2022-12-21 23:45:06      TRUE 2022-12-22 00:00:00
## 32   2022-12-21 23:44:56      TRUE 2022-12-22 00:00:00
## 33   2022-12-21 23:44:17      TRUE 2022-12-22 00:00:00
## 34   2022-12-21 23:44:13      TRUE 2022-12-22 00:00:00
## 35   2022-12-21 23:43:50      TRUE 2022-12-22 00:00:00
## 36   2022-12-21 23:43:33      TRUE 2022-12-22 00:00:00
## 37   2022-12-21 23:42:13      TRUE 2022-12-22 00:00:00
## 38   2022-12-21 23:39:59      TRUE 2022-12-22 00:00:00
## 39   2022-12-21 23:39:52      TRUE 2022-12-22 00:00:00
## 40   2022-12-21 23:36:43      TRUE 2022-12-22 00:00:00
## 41   2022-12-21 23:36:21      TRUE 2022-12-22 00:00:00
## 42   2022-12-21 23:36:20      TRUE 2022-12-22 00:00:00
## 43   2022-12-21 23:36:14      TRUE 2022-12-22 00:00:00
## 44   2022-12-21 23:34:56      TRUE 2022-12-22 00:00:00
## 45   2022-12-21 23:34:36      TRUE 2022-12-22 00:00:00
## 46   2022-12-21 23:34:36      TRUE 2022-12-22 00:00:00
## 47   2022-12-21 23:33:20      TRUE 2022-12-22 00:00:00
## 48   2022-12-21 23:32:33      TRUE 2022-12-22 00:00:00
## 49   2022-12-21 23:32:17      TRUE 2022-12-22 00:00:00
## 50   2022-12-21 23:32:13      TRUE 2022-12-22 00:00:00
## 51   2022-12-21 23:30:28      TRUE 2022-12-22 00:00:00
## 52   2022-12-21 23:30:20      TRUE 2022-12-22 00:00:00
## 53   2022-12-21 23:29:57      TRUE 2022-12-21 23:00:00
## 54   2022-12-21 23:29:24      TRUE 2022-12-21 23:00:00
## 55   2022-12-21 23:29:23      TRUE 2022-12-21 23:00:00
## 56   2022-12-21 23:28:31      TRUE 2022-12-21 23:00:00
## 57   2022-12-21 23:27:19      TRUE 2022-12-21 23:00:00
## 58   2022-12-21 23:26:38      TRUE 2022-12-21 23:00:00
## 59   2022-12-21 23:26:20      TRUE 2022-12-21 23:00:00
## 60   2022-12-21 23:26:00      TRUE 2022-12-21 23:00:00
## 61   2022-12-21 23:25:19      TRUE 2022-12-21 23:00:00
## 62   2022-12-21 23:24:39      TRUE 2022-12-21 23:00:00
## 63   2022-12-21 23:21:51      TRUE 2022-12-21 23:00:00
## 64   2022-12-21 23:21:10      TRUE 2022-12-21 23:00:00
## 65   2022-12-21 23:20:53      TRUE 2022-12-21 23:00:00
## 66   2022-12-21 23:19:54      TRUE 2022-12-21 23:00:00
## 67   2022-12-21 23:19:45      TRUE 2022-12-21 23:00:00
## 68   2022-12-21 23:19:32      TRUE 2022-12-21 23:00:00
## 69   2022-12-21 23:18:32      TRUE 2022-12-21 23:00:00
## 70   2022-12-21 23:18:25      TRUE 2022-12-21 23:00:00
## 71   2022-12-21 23:18:07      TRUE 2022-12-21 23:00:00
## 72   2022-12-21 23:17:30      TRUE 2022-12-21 23:00:00
## 73   2022-12-21 23:17:24      TRUE 2022-12-21 23:00:00
## 74   2022-12-21 23:17:23      TRUE 2022-12-21 23:00:00
## 75   2022-12-21 23:17:20      TRUE 2022-12-21 23:00:00
## 76   2022-12-21 23:17:04      TRUE 2022-12-21 23:00:00
## 77   2022-12-21 23:16:26      TRUE 2022-12-21 23:00:00
## 78   2022-12-21 23:16:24      TRUE 2022-12-21 23:00:00
## 79   2022-12-21 23:16:19      TRUE 2022-12-21 23:00:00
## 80   2022-12-21 23:15:54      TRUE 2022-12-21 23:00:00
## 81   2022-12-21 23:15:32      TRUE 2022-12-21 23:00:00
## 82   2022-12-21 23:15:21      TRUE 2022-12-21 23:00:00
## 83   2022-12-21 23:15:10      TRUE 2022-12-21 23:00:00
## 84   2022-12-21 23:15:10      TRUE 2022-12-21 23:00:00
## 85   2022-12-21 23:14:32      TRUE 2022-12-21 23:00:00
## 86   2022-12-21 23:13:56      TRUE 2022-12-21 23:00:00
## 87   2022-12-21 23:13:32      TRUE 2022-12-21 23:00:00
## 88   2022-12-21 23:13:23      TRUE 2022-12-21 23:00:00
## 89   2022-12-21 23:13:02      TRUE 2022-12-21 23:00:00
## 90   2022-12-21 23:12:42      TRUE 2022-12-21 23:00:00
## 91   2022-12-21 23:12:40      TRUE 2022-12-21 23:00:00
## 92   2022-12-21 23:12:30      TRUE 2022-12-21 23:00:00
## 93   2022-12-21 23:12:16      TRUE 2022-12-21 23:00:00
## 94   2022-12-21 23:11:45      TRUE 2022-12-21 23:00:00
## 95   2022-12-21 23:11:42      TRUE 2022-12-21 23:00:00
## 96   2022-12-21 23:11:26      TRUE 2022-12-21 23:00:00
## 97   2022-12-21 23:10:24      TRUE 2022-12-21 23:00:00
## 98   2022-12-21 23:10:06      TRUE 2022-12-21 23:00:00
## 99   2022-12-21 23:09:20      TRUE 2022-12-21 23:00:00
## 100  2022-12-21 23:09:03      TRUE 2022-12-21 23:00:00
## 101  2022-12-21 23:08:58      TRUE 2022-12-21 23:00:00
## 102  2022-12-21 23:08:43      TRUE 2022-12-21 23:00:00
## 103  2022-12-21 23:08:32      TRUE 2022-12-21 23:00:00
## 104  2022-12-21 23:08:25      TRUE 2022-12-21 23:00:00
## 105  2022-12-21 23:08:14      TRUE 2022-12-21 23:00:00
## 106  2022-12-21 23:08:09      TRUE 2022-12-21 23:00:00
## 107  2022-12-21 23:07:34      TRUE 2022-12-21 23:00:00
## 108  2022-12-21 23:07:33      TRUE 2022-12-21 23:00:00
## 109  2022-12-21 23:07:17      TRUE 2022-12-21 23:00:00
## 110  2022-12-21 23:05:40      TRUE 2022-12-21 23:00:00
## 111  2022-12-21 23:04:04      TRUE 2022-12-21 23:00:00
## 112  2022-12-21 23:03:40      TRUE 2022-12-21 23:00:00
## 113  2022-12-21 23:02:33      TRUE 2022-12-21 23:00:00
## 114  2022-12-21 23:02:33      TRUE 2022-12-21 23:00:00
## 115  2022-12-21 23:02:26      TRUE 2022-12-21 23:00:00
## 116  2022-12-21 23:02:24      TRUE 2022-12-21 23:00:00
## 117  2022-12-21 23:02:08      TRUE 2022-12-21 23:00:00
## 118  2022-12-21 23:01:44      TRUE 2022-12-21 23:00:00
## 119  2022-12-21 23:01:19      TRUE 2022-12-21 23:00:00
## 120  2022-12-21 23:00:39      TRUE 2022-12-21 23:00:00
## 121  2022-12-21 23:00:06      TRUE 2022-12-21 23:00:00
## 122  2022-12-21 22:59:12      TRUE 2022-12-21 23:00:00
## 123  2022-12-21 22:58:59      TRUE 2022-12-21 23:00:00
## 124  2022-12-21 22:58:43      TRUE 2022-12-21 23:00:00
## 125  2022-12-21 22:58:28      TRUE 2022-12-21 23:00:00
## 126  2022-12-21 22:58:21      TRUE 2022-12-21 23:00:00
## 127  2022-12-21 22:58:14      TRUE 2022-12-21 23:00:00
## 128  2022-12-21 22:58:05      TRUE 2022-12-21 23:00:00
## 129  2022-12-21 22:57:16      TRUE 2022-12-21 23:00:00
## 130  2022-12-21 22:56:50      TRUE 2022-12-21 23:00:00
## 131  2022-12-21 22:56:09      TRUE 2022-12-21 23:00:00
## 132  2022-12-21 22:55:23      TRUE 2022-12-21 23:00:00
## 133  2022-12-21 22:55:06      TRUE 2022-12-21 23:00:00
## 134  2022-12-21 22:54:55      TRUE 2022-12-21 23:00:00
## 135  2022-12-21 22:54:13      TRUE 2022-12-21 23:00:00
## 136  2022-12-21 22:53:45      TRUE 2022-12-21 23:00:00
## 137  2022-12-21 22:53:39      TRUE 2022-12-21 23:00:00
## 138  2022-12-21 22:53:33      TRUE 2022-12-21 23:00:00
## 139  2022-12-21 22:53:30      TRUE 2022-12-21 23:00:00
## 140  2022-12-21 22:53:23      TRUE 2022-12-21 23:00:00
## 141  2022-12-21 22:51:58      TRUE 2022-12-21 23:00:00
## 142  2022-12-21 22:51:57      TRUE 2022-12-21 23:00:00
## 143  2022-12-21 22:50:21      TRUE 2022-12-21 23:00:00
## 144  2022-12-21 22:49:53      TRUE 2022-12-21 23:00:00
## 145  2022-12-21 22:49:20      TRUE 2022-12-21 23:00:00
## 146  2022-12-21 22:49:16      TRUE 2022-12-21 23:00:00
## 147  2022-12-21 22:48:51      TRUE 2022-12-21 23:00:00
## 148  2022-12-21 22:48:45      TRUE 2022-12-21 23:00:00
## 149  2022-12-21 22:48:27      TRUE 2022-12-21 23:00:00
## 150  2022-12-21 22:47:24      TRUE 2022-12-21 23:00:00
## 151  2022-12-21 22:47:03      TRUE 2022-12-21 23:00:00
## 152  2022-12-21 22:46:02      TRUE 2022-12-21 23:00:00
## 153  2022-12-21 22:46:02      TRUE 2022-12-21 23:00:00
## 154  2022-12-21 22:45:51      TRUE 2022-12-21 23:00:00
## 155  2022-12-21 22:45:46      TRUE 2022-12-21 23:00:00
## 156  2022-12-21 22:45:44      TRUE 2022-12-21 23:00:00
## 157  2022-12-21 22:44:48      TRUE 2022-12-21 23:00:00
## 158  2022-12-21 22:44:09      TRUE 2022-12-21 23:00:00
## 159  2022-12-21 22:43:49      TRUE 2022-12-21 23:00:00
## 160  2022-12-21 22:43:48      TRUE 2022-12-21 23:00:00
## 161  2022-12-21 22:43:06      TRUE 2022-12-21 23:00:00
## 162  2022-12-21 22:42:37      TRUE 2022-12-21 23:00:00
## 163  2022-12-21 22:42:30      TRUE 2022-12-21 23:00:00
## 164  2022-12-21 22:42:23      TRUE 2022-12-21 23:00:00
## 165  2022-12-21 22:41:44      TRUE 2022-12-21 23:00:00
## 166  2022-12-21 22:41:21      TRUE 2022-12-21 23:00:00
## 167  2022-12-21 22:40:58      TRUE 2022-12-21 23:00:00
## 168  2022-12-21 22:40:57      TRUE 2022-12-21 23:00:00
## 169  2022-12-21 22:40:55      TRUE 2022-12-21 23:00:00
## 170  2022-12-21 22:40:53      TRUE 2022-12-21 23:00:00
## 171  2022-12-21 22:40:17      TRUE 2022-12-21 23:00:00
## 172  2022-12-21 22:39:29      TRUE 2022-12-21 23:00:00
## 173  2022-12-21 22:39:27      TRUE 2022-12-21 23:00:00
## 174  2022-12-21 22:39:25      TRUE 2022-12-21 23:00:00
## 175  2022-12-21 22:39:16      TRUE 2022-12-21 23:00:00
## 176  2022-12-21 22:38:27      TRUE 2022-12-21 23:00:00
## 177  2022-12-21 22:38:14      TRUE 2022-12-21 23:00:00
## 178  2022-12-21 22:38:12      TRUE 2022-12-21 23:00:00
## 179  2022-12-21 22:38:11      TRUE 2022-12-21 23:00:00
## 180  2022-12-21 22:38:00      TRUE 2022-12-21 23:00:00
## 181  2022-12-21 22:37:32      TRUE 2022-12-21 23:00:00
## 182  2022-12-21 22:37:10      TRUE 2022-12-21 23:00:00
## 183  2022-12-21 22:36:40      TRUE 2022-12-21 23:00:00
## 184  2022-12-21 22:36:37      TRUE 2022-12-21 23:00:00
## 185  2022-12-21 22:36:32      TRUE 2022-12-21 23:00:00
## 186  2022-12-21 22:36:14      TRUE 2022-12-21 23:00:00
## 187  2022-12-21 22:35:54      TRUE 2022-12-21 23:00:00
## 188  2022-12-21 22:35:31      TRUE 2022-12-21 23:00:00
## 189  2022-12-21 22:35:15      TRUE 2022-12-21 23:00:00
## 190  2022-12-21 22:35:02      TRUE 2022-12-21 23:00:00
## 191  2022-12-21 22:34:38      TRUE 2022-12-21 23:00:00
## 192  2022-12-21 22:34:34      TRUE 2022-12-21 23:00:00
## 193  2022-12-21 22:33:46      TRUE 2022-12-21 23:00:00
## 194  2022-12-21 22:33:26      TRUE 2022-12-21 23:00:00
## 195  2022-12-21 22:32:05      TRUE 2022-12-21 23:00:00
## 196  2022-12-21 22:31:44      TRUE 2022-12-21 23:00:00
## 197  2022-12-21 22:31:40      TRUE 2022-12-21 23:00:00
## 198  2022-12-21 22:31:11      TRUE 2022-12-21 23:00:00
## 199  2022-12-21 22:30:34      TRUE 2022-12-21 23:00:00
## 200  2022-12-21 22:30:16      TRUE 2022-12-21 23:00:00
## 201  2022-12-21 22:29:59      TRUE 2022-12-21 22:00:00
## 202  2022-12-21 22:29:43      TRUE 2022-12-21 22:00:00
## 203  2022-12-21 22:29:10      TRUE 2022-12-21 22:00:00
## 204  2022-12-21 22:28:59      TRUE 2022-12-21 22:00:00
## 205  2022-12-21 22:28:46      TRUE 2022-12-21 22:00:00
## 206  2022-12-21 22:28:42      TRUE 2022-12-21 22:00:00
## 207  2022-12-21 22:28:35      TRUE 2022-12-21 22:00:00
## 208  2022-12-21 22:28:27      TRUE 2022-12-21 22:00:00
## 209  2022-12-21 22:27:40      TRUE 2022-12-21 22:00:00
## 210  2022-12-21 22:27:18      TRUE 2022-12-21 22:00:00
## 211  2022-12-21 22:27:01      TRUE 2022-12-21 22:00:00
## 212  2022-12-21 22:26:56      TRUE 2022-12-21 22:00:00
## 213  2022-12-21 22:26:06      TRUE 2022-12-21 22:00:00
## 214  2022-12-21 22:26:04      TRUE 2022-12-21 22:00:00
## 215  2022-12-21 22:25:16      TRUE 2022-12-21 22:00:00
## 216  2022-12-21 22:25:06      TRUE 2022-12-21 22:00:00
## 217  2022-12-21 22:24:53      TRUE 2022-12-21 22:00:00
## 218  2022-12-21 22:24:49      TRUE 2022-12-21 22:00:00
## 219  2022-12-21 22:23:50      TRUE 2022-12-21 22:00:00
## 220  2022-12-21 22:23:35      TRUE 2022-12-21 22:00:00
## 221  2022-12-21 22:23:35      TRUE 2022-12-21 22:00:00
## 222  2022-12-21 22:23:27      TRUE 2022-12-21 22:00:00
## 223  2022-12-21 22:23:19      TRUE 2022-12-21 22:00:00
## 224  2022-12-21 22:23:11      TRUE 2022-12-21 22:00:00
## 225  2022-12-21 22:22:53      TRUE 2022-12-21 22:00:00
## 226  2022-12-21 22:21:36      TRUE 2022-12-21 22:00:00
## 227  2022-12-21 22:21:14      TRUE 2022-12-21 22:00:00
## 228  2022-12-21 22:20:50      TRUE 2022-12-21 22:00:00
## 229  2022-12-21 22:20:48      TRUE 2022-12-21 22:00:00
## 230  2022-12-21 22:20:18      TRUE 2022-12-21 22:00:00
## 231  2022-12-21 22:20:10      TRUE 2022-12-21 22:00:00
## 232  2022-12-21 22:19:59      TRUE 2022-12-21 22:00:00
## 233  2022-12-21 22:19:27      TRUE 2022-12-21 22:00:00
## 234  2022-12-21 22:19:16      TRUE 2022-12-21 22:00:00
## 235  2022-12-21 22:19:06      TRUE 2022-12-21 22:00:00
## 236  2022-12-21 22:19:05      TRUE 2022-12-21 22:00:00
## 237  2022-12-21 22:18:52      TRUE 2022-12-21 22:00:00
## 238  2022-12-21 22:17:49      TRUE 2022-12-21 22:00:00
## 239  2022-12-21 22:16:55      TRUE 2022-12-21 22:00:00
## 240  2022-12-21 22:16:43      TRUE 2022-12-21 22:00:00
## 241  2022-12-21 22:16:27      TRUE 2022-12-21 22:00:00
## 242  2022-12-21 22:16:14      TRUE 2022-12-21 22:00:00
## 243  2022-12-21 22:15:45      TRUE 2022-12-21 22:00:00
## 244  2022-12-21 22:15:08      TRUE 2022-12-21 22:00:00
## 245  2022-12-21 22:14:14      TRUE 2022-12-21 22:00:00
## 246  2022-12-21 22:13:57      TRUE 2022-12-21 22:00:00
## 247  2022-12-21 22:13:32      TRUE 2022-12-21 22:00:00
## 248  2022-12-21 22:13:10      TRUE 2022-12-21 22:00:00
## 249  2022-12-21 22:12:37      TRUE 2022-12-21 22:00:00
## 250  2022-12-21 22:12:11      TRUE 2022-12-21 22:00:00
## 251  2022-12-21 22:11:09      TRUE 2022-12-21 22:00:00
## 252  2022-12-21 22:10:58      TRUE 2022-12-21 22:00:00
## 253  2022-12-21 22:10:28      TRUE 2022-12-21 22:00:00
## 254  2022-12-21 22:10:07      TRUE 2022-12-21 22:00:00
## 255  2022-12-21 22:09:52      TRUE 2022-12-21 22:00:00
## 256  2022-12-21 22:08:52      TRUE 2022-12-21 22:00:00
## 257  2022-12-21 22:08:37      TRUE 2022-12-21 22:00:00
## 258  2022-12-21 22:07:24      TRUE 2022-12-21 22:00:00
## 259  2022-12-21 22:07:16      TRUE 2022-12-21 22:00:00
## 260  2022-12-21 22:06:14      TRUE 2022-12-21 22:00:00
## 261  2022-12-21 22:06:04      TRUE 2022-12-21 22:00:00
## 262  2022-12-21 22:05:15      TRUE 2022-12-21 22:00:00
## 263  2022-12-21 22:04:42      TRUE 2022-12-21 22:00:00
## 264  2022-12-21 22:04:24      TRUE 2022-12-21 22:00:00
## 265  2022-12-21 22:04:00      TRUE 2022-12-21 22:00:00
## 266  2022-12-21 22:02:52      TRUE 2022-12-21 22:00:00
## 267  2022-12-21 22:02:23      TRUE 2022-12-21 22:00:00
## 268  2022-12-21 22:02:04      TRUE 2022-12-21 22:00:00
## 269  2022-12-21 22:02:03      TRUE 2022-12-21 22:00:00
## 270  2022-12-21 22:01:58      TRUE 2022-12-21 22:00:00
## 271  2022-12-21 22:01:55      TRUE 2022-12-21 22:00:00
## 272  2022-12-21 22:01:48      TRUE 2022-12-21 22:00:00
## 273  2022-12-21 22:01:09      TRUE 2022-12-21 22:00:00
## 274  2022-12-21 22:00:59      TRUE 2022-12-21 22:00:00
## 275  2022-12-21 22:00:41      TRUE 2022-12-21 22:00:00
## 276  2022-12-21 22:00:03      TRUE 2022-12-21 22:00:00
## 277  2022-12-21 21:59:54      TRUE 2022-12-21 22:00:00
## 278  2022-12-21 21:59:36      TRUE 2022-12-21 22:00:00
## 279  2022-12-21 21:59:23      TRUE 2022-12-21 22:00:00
## 280  2022-12-21 21:59:08      TRUE 2022-12-21 22:00:00
## 281  2022-12-21 21:58:49      TRUE 2022-12-21 22:00:00
## 282  2022-12-21 21:58:25      TRUE 2022-12-21 22:00:00
## 283  2022-12-21 21:58:03      TRUE 2022-12-21 22:00:00
## 284  2022-12-21 21:57:12      TRUE 2022-12-21 22:00:00
## 285  2022-12-21 21:56:35      TRUE 2022-12-21 22:00:00
## 286  2022-12-21 21:56:30      TRUE 2022-12-21 22:00:00
## 287  2022-12-21 21:56:29      TRUE 2022-12-21 22:00:00
## 288  2022-12-21 21:56:14      TRUE 2022-12-21 22:00:00
## 289  2022-12-21 21:56:11      TRUE 2022-12-21 22:00:00
## 290  2022-12-21 21:56:10      TRUE 2022-12-21 22:00:00
## 291  2022-12-21 21:56:07      TRUE 2022-12-21 22:00:00
## 292  2022-12-21 21:55:26      TRUE 2022-12-21 22:00:00
## 293  2022-12-21 21:55:15      TRUE 2022-12-21 22:00:00
## 294  2022-12-21 21:54:55      TRUE 2022-12-21 22:00:00
## 295  2022-12-21 21:54:41      TRUE 2022-12-21 22:00:00
## 296  2022-12-21 21:54:00      TRUE 2022-12-21 22:00:00
## 297  2022-12-21 21:53:51      TRUE 2022-12-21 22:00:00
## 298  2022-12-21 21:53:43      TRUE 2022-12-21 22:00:00
## 299  2022-12-21 21:53:09      TRUE 2022-12-21 22:00:00
## 300  2022-12-21 21:52:47      TRUE 2022-12-21 22:00:00
## 301  2022-12-21 21:52:17      TRUE 2022-12-21 22:00:00
## 302  2022-12-21 21:51:53      TRUE 2022-12-21 22:00:00
## 303  2022-12-21 21:51:33      TRUE 2022-12-21 22:00:00
## 304  2022-12-21 21:51:09      TRUE 2022-12-21 22:00:00
## 305  2022-12-21 21:50:12      TRUE 2022-12-21 22:00:00
## 306  2022-12-21 21:50:01      TRUE 2022-12-21 22:00:00
## 307  2022-12-21 21:49:37      TRUE 2022-12-21 22:00:00
## 308  2022-12-21 21:49:21      TRUE 2022-12-21 22:00:00
## 309  2022-12-21 21:48:43      TRUE 2022-12-21 22:00:00
## 310  2022-12-21 21:48:37      TRUE 2022-12-21 22:00:00
## 311  2022-12-21 21:47:56      TRUE 2022-12-21 22:00:00
## 312  2022-12-21 21:47:46      TRUE 2022-12-21 22:00:00
## 313  2022-12-21 21:46:27      TRUE 2022-12-21 22:00:00
## 314  2022-12-21 21:46:22      TRUE 2022-12-21 22:00:00
## 315  2022-12-21 21:46:20      TRUE 2022-12-21 22:00:00
## 316  2022-12-21 21:46:08      TRUE 2022-12-21 22:00:00
## 317  2022-12-21 21:46:03      TRUE 2022-12-21 22:00:00
## 318  2022-12-21 21:45:23      TRUE 2022-12-21 22:00:00
## 319  2022-12-21 21:45:17      TRUE 2022-12-21 22:00:00
## 320  2022-12-21 21:44:39      TRUE 2022-12-21 22:00:00
## 321  2022-12-21 21:44:23      TRUE 2022-12-21 22:00:00
## 322  2022-12-21 21:43:37      TRUE 2022-12-21 22:00:00
## 323  2022-12-21 21:42:57      TRUE 2022-12-21 22:00:00
## 324  2022-12-21 21:42:36      TRUE 2022-12-21 22:00:00
## 325  2022-12-21 21:42:32      TRUE 2022-12-21 22:00:00
## 326  2022-12-21 21:42:21      TRUE 2022-12-21 22:00:00
## 327  2022-12-21 21:42:11      TRUE 2022-12-21 22:00:00
## 328  2022-12-21 21:42:02      TRUE 2022-12-21 22:00:00
## 329  2022-12-21 21:42:02      TRUE 2022-12-21 22:00:00
## 330  2022-12-21 21:42:00      TRUE 2022-12-21 22:00:00
## 331  2022-12-21 21:41:51      TRUE 2022-12-21 22:00:00
## 332  2022-12-21 21:41:48      TRUE 2022-12-21 22:00:00
## 333  2022-12-21 21:41:47      TRUE 2022-12-21 22:00:00
## 334  2022-12-21 21:41:31      TRUE 2022-12-21 22:00:00
## 335  2022-12-21 21:41:20      TRUE 2022-12-21 22:00:00
## 336  2022-12-21 21:41:02      TRUE 2022-12-21 22:00:00
## 337  2022-12-21 21:41:01      TRUE 2022-12-21 22:00:00
## 338  2022-12-21 21:40:52      TRUE 2022-12-21 22:00:00
## 339  2022-12-21 21:40:36      TRUE 2022-12-21 22:00:00
## 340  2022-12-21 21:40:11      TRUE 2022-12-21 22:00:00
## 341  2022-12-21 21:40:04      TRUE 2022-12-21 22:00:00
## 342  2022-12-21 21:40:00      TRUE 2022-12-21 22:00:00
## 343  2022-12-21 21:39:59      TRUE 2022-12-21 22:00:00
## 344  2022-12-21 21:39:49      TRUE 2022-12-21 22:00:00
## 345  2022-12-21 21:39:38      TRUE 2022-12-21 22:00:00
## 346  2022-12-21 21:39:22      TRUE 2022-12-21 22:00:00
## 347  2022-12-21 21:39:09      TRUE 2022-12-21 22:00:00
## 348  2022-12-21 21:38:43      TRUE 2022-12-21 22:00:00
## 349  2022-12-21 21:38:23      TRUE 2022-12-21 22:00:00
## 350  2022-12-21 21:38:22      TRUE 2022-12-21 22:00:00
## 351  2022-12-21 21:37:22      TRUE 2022-12-21 22:00:00
## 352  2022-12-21 21:36:36      TRUE 2022-12-21 22:00:00
## 353  2022-12-21 21:35:33      TRUE 2022-12-21 22:00:00
## 354  2022-12-21 21:35:33      TRUE 2022-12-21 22:00:00
## 355  2022-12-21 21:35:24      TRUE 2022-12-21 22:00:00
## 356  2022-12-21 21:34:43      TRUE 2022-12-21 22:00:00
## 357  2022-12-21 21:34:40      TRUE 2022-12-21 22:00:00
## 358  2022-12-21 21:34:19      TRUE 2022-12-21 22:00:00
## 359  2022-12-21 21:34:06      TRUE 2022-12-21 22:00:00
## 360  2022-12-21 21:33:59      TRUE 2022-12-21 22:00:00
## 361  2022-12-21 21:33:03      TRUE 2022-12-21 22:00:00
## 362  2022-12-21 21:31:13      TRUE 2022-12-21 22:00:00
## 363  2022-12-21 21:31:11      TRUE 2022-12-21 22:00:00
## 364  2022-12-21 21:31:06      TRUE 2022-12-21 22:00:00
## 365  2022-12-21 21:30:42      TRUE 2022-12-21 22:00:00
## 366  2022-12-21 21:29:13      TRUE 2022-12-21 21:00:00
## 367  2022-12-21 21:28:33      TRUE 2022-12-21 21:00:00
## 368  2022-12-21 21:28:21      TRUE 2022-12-21 21:00:00
## 369  2022-12-21 21:27:52      TRUE 2022-12-21 21:00:00
## 370  2022-12-21 21:27:32      TRUE 2022-12-21 21:00:00
## 371  2022-12-21 21:27:26      TRUE 2022-12-21 21:00:00
## 372  2022-12-21 21:27:21      TRUE 2022-12-21 21:00:00
## 373  2022-12-21 21:27:01      TRUE 2022-12-21 21:00:00
## 374  2022-12-21 21:26:39      TRUE 2022-12-21 21:00:00
## 375  2022-12-21 21:26:14      TRUE 2022-12-21 21:00:00
## 376  2022-12-21 21:25:49      TRUE 2022-12-21 21:00:00
## 377  2022-12-21 21:24:24      TRUE 2022-12-21 21:00:00
## 378  2022-12-21 21:24:05      TRUE 2022-12-21 21:00:00
## 379  2022-12-21 21:23:48      TRUE 2022-12-21 21:00:00
## 380  2022-12-21 21:23:31      TRUE 2022-12-21 21:00:00
## 381  2022-12-21 21:23:27      TRUE 2022-12-21 21:00:00
## 382  2022-12-21 21:22:47      TRUE 2022-12-21 21:00:00
## 383  2022-12-21 21:22:38      TRUE 2022-12-21 21:00:00
## 384  2022-12-21 21:21:44      TRUE 2022-12-21 21:00:00
## 385  2022-12-21 21:21:42      TRUE 2022-12-21 21:00:00
## 386  2022-12-21 21:21:31      TRUE 2022-12-21 21:00:00
## 387  2022-12-21 21:21:07      TRUE 2022-12-21 21:00:00
## 388  2022-12-21 21:20:28      TRUE 2022-12-21 21:00:00
## 389  2022-12-21 21:20:02      TRUE 2022-12-21 21:00:00
## 390  2022-12-21 21:19:54      TRUE 2022-12-21 21:00:00
## 391  2022-12-21 21:19:51      TRUE 2022-12-21 21:00:00
## 392  2022-12-21 21:19:15      TRUE 2022-12-21 21:00:00
## 393  2022-12-21 21:18:45      TRUE 2022-12-21 21:00:00
## 394  2022-12-21 21:18:21      TRUE 2022-12-21 21:00:00
## 395  2022-12-21 21:18:01      TRUE 2022-12-21 21:00:00
## 396  2022-12-21 21:17:50      TRUE 2022-12-21 21:00:00
## 397  2022-12-21 21:17:42      TRUE 2022-12-21 21:00:00
## 398  2022-12-21 21:17:19      TRUE 2022-12-21 21:00:00
## 399  2022-12-21 21:16:39      TRUE 2022-12-21 21:00:00
## 400  2022-12-21 21:16:38      TRUE 2022-12-21 21:00:00
## 401  2022-12-21 21:16:25      TRUE 2022-12-21 21:00:00
## 402  2022-12-21 21:16:21      TRUE 2022-12-21 21:00:00
## 403  2022-12-21 21:15:58      TRUE 2022-12-21 21:00:00
## 404  2022-12-21 21:15:56      TRUE 2022-12-21 21:00:00
## 405  2022-12-21 21:15:43      TRUE 2022-12-21 21:00:00
## 406  2022-12-21 21:15:41      TRUE 2022-12-21 21:00:00
## 407  2022-12-21 21:15:41      TRUE 2022-12-21 21:00:00
## 408  2022-12-21 21:15:16      TRUE 2022-12-21 21:00:00
## 409  2022-12-21 21:14:59      TRUE 2022-12-21 21:00:00
## 410  2022-12-21 21:14:15      TRUE 2022-12-21 21:00:00
## 411  2022-12-21 21:13:59      TRUE 2022-12-21 21:00:00
## 412  2022-12-21 21:13:18      TRUE 2022-12-21 21:00:00
## 413  2022-12-21 21:13:17      TRUE 2022-12-21 21:00:00
## 414  2022-12-21 21:13:12      TRUE 2022-12-21 21:00:00
## 415  2022-12-21 21:13:10      TRUE 2022-12-21 21:00:00
## 416  2022-12-21 21:13:09      TRUE 2022-12-21 21:00:00
## 417  2022-12-21 21:12:09      TRUE 2022-12-21 21:00:00
## 418  2022-12-21 21:11:59      TRUE 2022-12-21 21:00:00
## 419  2022-12-21 21:11:47      TRUE 2022-12-21 21:00:00
## 420  2022-12-21 21:11:41      TRUE 2022-12-21 21:00:00
## 421  2022-12-21 21:10:51      TRUE 2022-12-21 21:00:00
## 422  2022-12-21 21:10:43      TRUE 2022-12-21 21:00:00
## 423  2022-12-21 21:10:35      TRUE 2022-12-21 21:00:00
## 424  2022-12-21 21:10:23      TRUE 2022-12-21 21:00:00
## 425  2022-12-21 21:10:21      TRUE 2022-12-21 21:00:00
## 426  2022-12-21 21:09:57      TRUE 2022-12-21 21:00:00
## 427  2022-12-21 21:09:38      TRUE 2022-12-21 21:00:00
## 428  2022-12-21 21:09:15      TRUE 2022-12-21 21:00:00
## 429  2022-12-21 21:08:50      TRUE 2022-12-21 21:00:00
## 430  2022-12-21 21:08:37      TRUE 2022-12-21 21:00:00
## 431  2022-12-21 21:08:26      TRUE 2022-12-21 21:00:00
## 432  2022-12-21 21:08:15      TRUE 2022-12-21 21:00:00
## 433  2022-12-21 21:08:09      TRUE 2022-12-21 21:00:00
## 434  2022-12-21 21:07:50      TRUE 2022-12-21 21:00:00
## 435  2022-12-21 21:07:36      TRUE 2022-12-21 21:00:00
## 436  2022-12-21 21:07:09      TRUE 2022-12-21 21:00:00
## 437  2022-12-21 21:07:07      TRUE 2022-12-21 21:00:00
## 438  2022-12-21 21:06:58      TRUE 2022-12-21 21:00:00
## 439  2022-12-21 21:06:39      TRUE 2022-12-21 21:00:00
## 440  2022-12-21 21:06:23      TRUE 2022-12-21 21:00:00
## 441  2022-12-21 21:06:16      TRUE 2022-12-21 21:00:00
## 442  2022-12-21 21:06:14      TRUE 2022-12-21 21:00:00
## 443  2022-12-21 21:05:49      TRUE 2022-12-21 21:00:00
## 444  2022-12-21 21:05:05      TRUE 2022-12-21 21:00:00
## 445  2022-12-21 21:05:01      TRUE 2022-12-21 21:00:00
## 446  2022-12-21 21:04:58      TRUE 2022-12-21 21:00:00
## 447  2022-12-21 21:04:26      TRUE 2022-12-21 21:00:00
## 448  2022-12-21 21:03:01      TRUE 2022-12-21 21:00:00
## 449  2022-12-21 21:02:57      TRUE 2022-12-21 21:00:00
## 450  2022-12-21 21:02:45      TRUE 2022-12-21 21:00:00
## 451  2022-12-21 21:02:45      TRUE 2022-12-21 21:00:00
## 452  2022-12-21 21:01:58      TRUE 2022-12-21 21:00:00
## 453  2022-12-21 21:01:57      TRUE 2022-12-21 21:00:00
## 454  2022-12-21 21:01:32      TRUE 2022-12-21 21:00:00
## 455  2022-12-21 21:01:27      TRUE 2022-12-21 21:00:00
## 456  2022-12-21 21:01:15      TRUE 2022-12-21 21:00:00
## 457  2022-12-21 21:01:05      TRUE 2022-12-21 21:00:00
## 458  2022-12-21 21:00:18      TRUE 2022-12-21 21:00:00
## 459  2022-12-21 20:58:34      TRUE 2022-12-21 21:00:00
## 460  2022-12-21 20:57:50      TRUE 2022-12-21 21:00:00
## 461  2022-12-21 20:57:32      TRUE 2022-12-21 21:00:00
## 462  2022-12-21 20:57:22      TRUE 2022-12-21 21:00:00
## 463  2022-12-21 20:57:15      TRUE 2022-12-21 21:00:00
## 464  2022-12-21 20:57:12      TRUE 2022-12-21 21:00:00
## 465  2022-12-21 20:56:47      TRUE 2022-12-21 21:00:00
## 466  2022-12-21 20:56:29      TRUE 2022-12-21 21:00:00
## 467  2022-12-21 20:56:27      TRUE 2022-12-21 21:00:00
## 468  2022-12-21 20:56:08      TRUE 2022-12-21 21:00:00
## 469  2022-12-21 20:56:03      TRUE 2022-12-21 21:00:00
## 470  2022-12-21 20:55:32      TRUE 2022-12-21 21:00:00
## 471  2022-12-21 20:54:19      TRUE 2022-12-21 21:00:00
## 472  2022-12-21 20:53:58      TRUE 2022-12-21 21:00:00
## 473  2022-12-21 20:52:10      TRUE 2022-12-21 21:00:00
## 474  2022-12-21 20:50:50      TRUE 2022-12-21 21:00:00
## 475  2022-12-21 20:50:31      TRUE 2022-12-21 21:00:00
## 476  2022-12-21 20:50:04      TRUE 2022-12-21 21:00:00
## 477  2022-12-21 20:48:53      TRUE 2022-12-21 21:00:00
## 478  2022-12-21 20:48:36      TRUE 2022-12-21 21:00:00
## 479  2022-12-21 20:48:34      TRUE 2022-12-21 21:00:00
## 480  2022-12-21 20:48:26      TRUE 2022-12-21 21:00:00
## 481  2022-12-21 20:48:23      TRUE 2022-12-21 21:00:00
## 482  2022-12-21 20:48:04      TRUE 2022-12-21 21:00:00
## 483  2022-12-21 20:47:36      TRUE 2022-12-21 21:00:00
## 484  2022-12-21 20:47:24      TRUE 2022-12-21 21:00:00
## 485  2022-12-21 20:47:23      TRUE 2022-12-21 21:00:00
## 486  2022-12-21 20:47:03      TRUE 2022-12-21 21:00:00
## 487  2022-12-21 20:46:08      TRUE 2022-12-21 21:00:00
## 488  2022-12-21 20:44:06      TRUE 2022-12-21 21:00:00
## 489  2022-12-21 20:42:51      TRUE 2022-12-21 21:00:00
## 490  2022-12-21 20:42:24      TRUE 2022-12-21 21:00:00
## 491  2022-12-21 20:41:41      TRUE 2022-12-21 21:00:00
## 492  2022-12-21 20:41:39      TRUE 2022-12-21 21:00:00
## 493  2022-12-21 20:41:16      TRUE 2022-12-21 21:00:00
## 494  2022-12-21 20:41:12      TRUE 2022-12-21 21:00:00
## 495  2022-12-21 20:40:41      TRUE 2022-12-21 21:00:00
## 496  2022-12-21 20:40:28      TRUE 2022-12-21 21:00:00
## 497  2022-12-21 20:40:27      TRUE 2022-12-21 21:00:00
## 498  2022-12-21 20:40:22      TRUE 2022-12-21 21:00:00
## 499  2022-12-21 20:40:21      TRUE 2022-12-21 21:00:00
## 500  2022-12-21 20:40:06      TRUE 2022-12-21 21:00:00
## 501  2022-12-21 20:38:39      TRUE 2022-12-21 21:00:00
## 502  2022-12-21 20:37:54      TRUE 2022-12-21 21:00:00
## 503  2022-12-21 20:35:53      TRUE 2022-12-21 21:00:00
## 504  2022-12-21 20:35:53      TRUE 2022-12-21 21:00:00
## 505  2022-12-21 20:35:43      TRUE 2022-12-21 21:00:00
## 506  2022-12-21 20:35:39      TRUE 2022-12-21 21:00:00
## 507  2022-12-21 20:35:27      TRUE 2022-12-21 21:00:00
## 508  2022-12-21 20:35:25      TRUE 2022-12-21 21:00:00
## 509  2022-12-21 20:35:16      TRUE 2022-12-21 21:00:00
## 510  2022-12-21 20:34:25      TRUE 2022-12-21 21:00:00
## 511  2022-12-21 20:33:45      TRUE 2022-12-21 21:00:00
## 512  2022-12-21 20:33:35      TRUE 2022-12-21 21:00:00
## 513  2022-12-21 20:32:35      TRUE 2022-12-21 21:00:00
## 514  2022-12-21 20:32:25      TRUE 2022-12-21 21:00:00
## 515  2022-12-21 20:32:04      TRUE 2022-12-21 21:00:00
## 516  2022-12-21 20:32:02      TRUE 2022-12-21 21:00:00
## 517  2022-12-21 20:31:46      TRUE 2022-12-21 21:00:00
## 518  2022-12-21 20:31:10      TRUE 2022-12-21 21:00:00
## 519  2022-12-21 20:30:29      TRUE 2022-12-21 21:00:00
## 520  2022-12-21 20:30:21      TRUE 2022-12-21 21:00:00
## 521  2022-12-21 20:30:18      TRUE 2022-12-21 21:00:00
## 522  2022-12-21 20:30:07      TRUE 2022-12-21 21:00:00
## 523  2022-12-21 20:29:52      TRUE 2022-12-21 20:00:00
## 524  2022-12-21 20:29:38      TRUE 2022-12-21 20:00:00
## 525  2022-12-21 20:29:19      TRUE 2022-12-21 20:00:00
## 526  2022-12-21 20:29:10      TRUE 2022-12-21 20:00:00
## 527  2022-12-21 20:28:08      TRUE 2022-12-21 20:00:00
## 528  2022-12-21 20:27:49      TRUE 2022-12-21 20:00:00
## 529  2022-12-21 20:27:04      TRUE 2022-12-21 20:00:00
## 530  2022-12-21 20:27:02      TRUE 2022-12-21 20:00:00
## 531  2022-12-21 20:26:28      TRUE 2022-12-21 20:00:00
## 532  2022-12-21 20:26:27      TRUE 2022-12-21 20:00:00
## 533  2022-12-21 20:26:22      TRUE 2022-12-21 20:00:00
## 534  2022-12-21 20:25:57      TRUE 2022-12-21 20:00:00
## 535  2022-12-21 20:25:02      TRUE 2022-12-21 20:00:00
## 536  2022-12-21 20:24:20      TRUE 2022-12-21 20:00:00
## 537  2022-12-21 20:24:08      TRUE 2022-12-21 20:00:00
## 538  2022-12-21 20:22:48      TRUE 2022-12-21 20:00:00
## 539  2022-12-21 20:22:05      TRUE 2022-12-21 20:00:00
## 540  2022-12-21 20:22:02      TRUE 2022-12-21 20:00:00
## 541  2022-12-21 20:21:41      TRUE 2022-12-21 20:00:00
## 542  2022-12-21 20:21:39      TRUE 2022-12-21 20:00:00
## 543  2022-12-21 20:21:34      TRUE 2022-12-21 20:00:00
## 544  2022-12-21 20:21:21      TRUE 2022-12-21 20:00:00
## 545  2022-12-21 20:21:17      TRUE 2022-12-21 20:00:00
## 546  2022-12-21 20:20:07      TRUE 2022-12-21 20:00:00
## 547  2022-12-21 20:19:17      TRUE 2022-12-21 20:00:00
## 548  2022-12-21 20:18:42      TRUE 2022-12-21 20:00:00
## 549  2022-12-21 20:18:32      TRUE 2022-12-21 20:00:00
## 550  2022-12-21 20:18:29      TRUE 2022-12-21 20:00:00
## 551  2022-12-21 20:18:02      TRUE 2022-12-21 20:00:00
## 552  2022-12-21 20:17:26      TRUE 2022-12-21 20:00:00
## 553  2022-12-21 20:16:47      TRUE 2022-12-21 20:00:00
## 554  2022-12-21 20:16:23      TRUE 2022-12-21 20:00:00
## 555  2022-12-21 20:15:35      TRUE 2022-12-21 20:00:00
## 556  2022-12-21 20:15:15      TRUE 2022-12-21 20:00:00
## 557  2022-12-21 20:14:48      TRUE 2022-12-21 20:00:00
## 558  2022-12-21 20:14:42      TRUE 2022-12-21 20:00:00
## 559  2022-12-21 20:14:16      TRUE 2022-12-21 20:00:00
## 560  2022-12-21 20:13:51      TRUE 2022-12-21 20:00:00
## 561  2022-12-21 20:13:12      TRUE 2022-12-21 20:00:00
## 562  2022-12-21 20:12:44      TRUE 2022-12-21 20:00:00
## 563  2022-12-21 20:12:42      TRUE 2022-12-21 20:00:00
## 564  2022-12-21 20:11:54      TRUE 2022-12-21 20:00:00
## 565  2022-12-21 20:10:53      TRUE 2022-12-21 20:00:00
## 566  2022-12-21 20:10:15      TRUE 2022-12-21 20:00:00
## 567  2022-12-21 20:10:04      TRUE 2022-12-21 20:00:00
## 568  2022-12-21 20:10:00      TRUE 2022-12-21 20:00:00
## 569  2022-12-21 20:08:47      TRUE 2022-12-21 20:00:00
## 570  2022-12-21 20:08:26      TRUE 2022-12-21 20:00:00
## 571  2022-12-21 20:08:15      TRUE 2022-12-21 20:00:00
## 572  2022-12-21 20:08:04      TRUE 2022-12-21 20:00:00
## 573  2022-12-21 20:08:03      TRUE 2022-12-21 20:00:00
## 574  2022-12-21 20:07:58      TRUE 2022-12-21 20:00:00
## 575  2022-12-21 20:07:13      TRUE 2022-12-21 20:00:00
## 576  2022-12-21 20:07:13      TRUE 2022-12-21 20:00:00
## 577  2022-12-21 20:07:13      TRUE 2022-12-21 20:00:00
## 578  2022-12-21 20:07:01      TRUE 2022-12-21 20:00:00
## 579  2022-12-21 20:06:56      TRUE 2022-12-21 20:00:00
## 580  2022-12-21 20:06:49      TRUE 2022-12-21 20:00:00
## 581  2022-12-21 20:06:00      TRUE 2022-12-21 20:00:00
## 582  2022-12-21 20:05:33      TRUE 2022-12-21 20:00:00
## 583  2022-12-21 20:05:32      TRUE 2022-12-21 20:00:00
## 584  2022-12-21 20:05:17      TRUE 2022-12-21 20:00:00
## 585  2022-12-21 20:05:09      TRUE 2022-12-21 20:00:00
## 586  2022-12-21 20:05:01      TRUE 2022-12-21 20:00:00
## 587  2022-12-21 20:04:29      TRUE 2022-12-21 20:00:00
## 588  2022-12-21 20:04:06      TRUE 2022-12-21 20:00:00
## 589  2022-12-21 20:03:47      TRUE 2022-12-21 20:00:00
## 590  2022-12-21 20:03:38      TRUE 2022-12-21 20:00:00
## 591  2022-12-21 20:03:18      TRUE 2022-12-21 20:00:00
## 592  2022-12-21 20:02:43      TRUE 2022-12-21 20:00:00
## 593  2022-12-21 20:01:04      TRUE 2022-12-21 20:00:00
## 594  2022-12-21 20:00:45      TRUE 2022-12-21 20:00:00
## 595  2022-12-21 20:00:16      TRUE 2022-12-21 20:00:00
## 596  2022-12-21 19:58:58      TRUE 2022-12-21 20:00:00
## 597  2022-12-21 19:58:53      TRUE 2022-12-21 20:00:00
## 598  2022-12-21 19:58:42      TRUE 2022-12-21 20:00:00
## 599  2022-12-21 19:58:10      TRUE 2022-12-21 20:00:00
## 600  2022-12-21 19:57:00      TRUE 2022-12-21 20:00:00
## 601  2022-12-21 19:56:40      TRUE 2022-12-21 20:00:00
## 602  2022-12-21 19:56:11      TRUE 2022-12-21 20:00:00
## 603  2022-12-21 19:55:02      TRUE 2022-12-21 20:00:00
## 604  2022-12-21 19:54:52      TRUE 2022-12-21 20:00:00
## 605  2022-12-21 19:54:36      TRUE 2022-12-21 20:00:00
## 606  2022-12-21 19:52:30      TRUE 2022-12-21 20:00:00
## 607  2022-12-21 19:51:52      TRUE 2022-12-21 20:00:00
## 608  2022-12-21 19:51:52      TRUE 2022-12-21 20:00:00
## 609  2022-12-21 19:51:42      TRUE 2022-12-21 20:00:00
## 610  2022-12-21 19:50:46      TRUE 2022-12-21 20:00:00
## 611  2022-12-21 19:50:43      TRUE 2022-12-21 20:00:00
## 612  2022-12-21 19:50:20      TRUE 2022-12-21 20:00:00
## 613  2022-12-21 19:50:04      TRUE 2022-12-21 20:00:00
## 614  2022-12-21 19:49:56      TRUE 2022-12-21 20:00:00
## 615  2022-12-21 19:49:43      TRUE 2022-12-21 20:00:00
## 616  2022-12-21 19:49:30      TRUE 2022-12-21 20:00:00
## 617  2022-12-21 19:49:17      TRUE 2022-12-21 20:00:00
## 618  2022-12-21 19:49:09      TRUE 2022-12-21 20:00:00
## 619  2022-12-21 19:48:48      TRUE 2022-12-21 20:00:00
## 620  2022-12-21 19:47:53      TRUE 2022-12-21 20:00:00
## 621  2022-12-21 19:45:48      TRUE 2022-12-21 20:00:00
## 622  2022-12-21 19:45:37      TRUE 2022-12-21 20:00:00
## 623  2022-12-21 19:45:24      TRUE 2022-12-21 20:00:00
## 624  2022-12-21 19:45:14      TRUE 2022-12-21 20:00:00
## 625  2022-12-21 19:45:11      TRUE 2022-12-21 20:00:00
## 626  2022-12-21 19:45:05      TRUE 2022-12-21 20:00:00
## 627  2022-12-21 19:44:58      TRUE 2022-12-21 20:00:00
## 628  2022-12-21 19:44:33      TRUE 2022-12-21 20:00:00
## 629  2022-12-21 19:44:18      TRUE 2022-12-21 20:00:00
## 630  2022-12-21 19:44:06      TRUE 2022-12-21 20:00:00
## 631  2022-12-21 19:43:14      TRUE 2022-12-21 20:00:00
## 632  2022-12-21 19:43:06      TRUE 2022-12-21 20:00:00
## 633  2022-12-21 19:43:04      TRUE 2022-12-21 20:00:00
## 634  2022-12-21 19:42:40      TRUE 2022-12-21 20:00:00
## 635  2022-12-21 19:42:34      TRUE 2022-12-21 20:00:00
## 636  2022-12-21 19:41:27      TRUE 2022-12-21 20:00:00
## 637  2022-12-21 19:39:51      TRUE 2022-12-21 20:00:00
## 638  2022-12-21 19:39:36      TRUE 2022-12-21 20:00:00
## 639  2022-12-21 19:37:25      TRUE 2022-12-21 20:00:00
## 640  2022-12-21 19:37:18      TRUE 2022-12-21 20:00:00
## 641  2022-12-21 19:36:58      TRUE 2022-12-21 20:00:00
## 642  2022-12-21 19:35:44      TRUE 2022-12-21 20:00:00
## 643  2022-12-21 19:35:40      TRUE 2022-12-21 20:00:00
## 644  2022-12-21 19:34:25      TRUE 2022-12-21 20:00:00
## 645  2022-12-21 19:33:55      TRUE 2022-12-21 20:00:00
## 646  2022-12-21 19:33:52      TRUE 2022-12-21 20:00:00
## 647  2022-12-21 19:33:43      TRUE 2022-12-21 20:00:00
## 648  2022-12-21 19:31:57      TRUE 2022-12-21 20:00:00
## 649  2022-12-21 19:31:30      TRUE 2022-12-21 20:00:00
## 650  2022-12-21 19:31:23      TRUE 2022-12-21 20:00:00
## 651  2022-12-21 19:31:14      TRUE 2022-12-21 20:00:00
## 652  2022-12-21 19:30:51      TRUE 2022-12-21 20:00:00
## 653  2022-12-21 19:30:37      TRUE 2022-12-21 20:00:00
## 654  2022-12-21 19:30:25      TRUE 2022-12-21 20:00:00
## 655  2022-12-21 19:30:21      TRUE 2022-12-21 20:00:00
## 656  2022-12-21 19:29:59      TRUE 2022-12-21 19:00:00
## 657  2022-12-21 19:28:30      TRUE 2022-12-21 19:00:00
## 658  2022-12-21 19:27:56      TRUE 2022-12-21 19:00:00
## 659  2022-12-21 19:27:16      TRUE 2022-12-21 19:00:00
## 660  2022-12-21 19:26:50      TRUE 2022-12-21 19:00:00
## 661  2022-12-21 19:26:34      TRUE 2022-12-21 19:00:00
## 662  2022-12-21 19:26:14      TRUE 2022-12-21 19:00:00
## 663  2022-12-21 19:26:02      TRUE 2022-12-21 19:00:00
## 664  2022-12-21 19:24:33      TRUE 2022-12-21 19:00:00
## 665  2022-12-21 19:23:03      TRUE 2022-12-21 19:00:00
## 666  2022-12-21 19:21:59      TRUE 2022-12-21 19:00:00
## 667  2022-12-21 19:21:00      TRUE 2022-12-21 19:00:00
## 668  2022-12-21 19:20:56      TRUE 2022-12-21 19:00:00
## 669  2022-12-21 19:20:30      TRUE 2022-12-21 19:00:00
## 670  2022-12-21 19:19:34      TRUE 2022-12-21 19:00:00
## 671  2022-12-21 19:19:23      TRUE 2022-12-21 19:00:00
## 672  2022-12-21 19:18:58      TRUE 2022-12-21 19:00:00
## 673  2022-12-21 19:18:41      TRUE 2022-12-21 19:00:00
## 674  2022-12-21 19:18:36      TRUE 2022-12-21 19:00:00
## 675  2022-12-21 19:18:14      TRUE 2022-12-21 19:00:00
## 676  2022-12-21 19:18:06      TRUE 2022-12-21 19:00:00
## 677  2022-12-21 19:17:42      TRUE 2022-12-21 19:00:00
## 678  2022-12-21 19:17:37      TRUE 2022-12-21 19:00:00
## 679  2022-12-21 19:17:03      TRUE 2022-12-21 19:00:00
## 680  2022-12-21 19:17:03      TRUE 2022-12-21 19:00:00
## 681  2022-12-21 19:16:41      TRUE 2022-12-21 19:00:00
## 682  2022-12-21 19:16:35      TRUE 2022-12-21 19:00:00
## 683  2022-12-21 19:16:30      TRUE 2022-12-21 19:00:00
## 684  2022-12-21 19:16:18      TRUE 2022-12-21 19:00:00
## 685  2022-12-21 19:16:17      TRUE 2022-12-21 19:00:00
## 686  2022-12-21 19:15:33      TRUE 2022-12-21 19:00:00
## 687  2022-12-21 19:15:27      TRUE 2022-12-21 19:00:00
## 688  2022-12-21 19:14:51      TRUE 2022-12-21 19:00:00
## 689  2022-12-21 19:13:57      TRUE 2022-12-21 19:00:00
## 690  2022-12-21 19:13:48      TRUE 2022-12-21 19:00:00
## 691  2022-12-21 19:12:54      TRUE 2022-12-21 19:00:00
## 692  2022-12-21 19:12:44      TRUE 2022-12-21 19:00:00
## 693  2022-12-21 19:12:14      TRUE 2022-12-21 19:00:00
## 694  2022-12-21 19:11:19      TRUE 2022-12-21 19:00:00
## 695  2022-12-21 19:11:13      TRUE 2022-12-21 19:00:00
## 696  2022-12-21 19:11:12      TRUE 2022-12-21 19:00:00
## 697  2022-12-21 19:10:30      TRUE 2022-12-21 19:00:00
## 698  2022-12-21 19:10:25      TRUE 2022-12-21 19:00:00
## 699  2022-12-21 19:10:21      TRUE 2022-12-21 19:00:00
## 700  2022-12-21 19:07:37      TRUE 2022-12-21 19:00:00
## 701  2022-12-21 19:07:23      TRUE 2022-12-21 19:00:00
## 702  2022-12-21 19:07:10      TRUE 2022-12-21 19:00:00
## 703  2022-12-21 19:06:34      TRUE 2022-12-21 19:00:00
## 704  2022-12-21 19:06:26      TRUE 2022-12-21 19:00:00
## 705  2022-12-21 19:06:22      TRUE 2022-12-21 19:00:00
## 706  2022-12-21 19:06:14      TRUE 2022-12-21 19:00:00
## 707  2022-12-21 19:06:01      TRUE 2022-12-21 19:00:00
## 708  2022-12-21 19:05:46      TRUE 2022-12-21 19:00:00
## 709  2022-12-21 19:05:27      TRUE 2022-12-21 19:00:00
## 710  2022-12-21 19:05:24      TRUE 2022-12-21 19:00:00
## 711  2022-12-21 19:05:19      TRUE 2022-12-21 19:00:00
## 712  2022-12-21 19:02:57      TRUE 2022-12-21 19:00:00
## 713  2022-12-21 19:02:51      TRUE 2022-12-21 19:00:00
## 714  2022-12-21 19:02:24      TRUE 2022-12-21 19:00:00
## 715  2022-12-21 19:02:16      TRUE 2022-12-21 19:00:00
## 716  2022-12-21 19:01:38      TRUE 2022-12-21 19:00:00
## 717  2022-12-21 19:01:19      TRUE 2022-12-21 19:00:00
## 718  2022-12-21 19:01:00      TRUE 2022-12-21 19:00:00
## 719  2022-12-21 19:00:00      TRUE 2022-12-21 19:00:00
## 720  2022-12-21 18:59:57      TRUE 2022-12-21 19:00:00
## 721  2022-12-21 18:59:32      TRUE 2022-12-21 19:00:00
## 722  2022-12-21 18:59:08      TRUE 2022-12-21 19:00:00
## 723  2022-12-21 18:55:47      TRUE 2022-12-21 19:00:00
## 724  2022-12-21 18:53:54      TRUE 2022-12-21 19:00:00
## 725  2022-12-21 18:53:51      TRUE 2022-12-21 19:00:00
## 726  2022-12-21 18:53:49      TRUE 2022-12-21 19:00:00
## 727  2022-12-21 18:53:04      TRUE 2022-12-21 19:00:00
## 728  2022-12-21 18:52:23      TRUE 2022-12-21 19:00:00
## 729  2022-12-21 18:51:51      TRUE 2022-12-21 19:00:00
## 730  2022-12-21 18:50:12      TRUE 2022-12-21 19:00:00
## 731  2022-12-21 18:49:14      TRUE 2022-12-21 19:00:00
## 732  2022-12-21 18:48:44      TRUE 2022-12-21 19:00:00
## 733  2022-12-21 18:48:31      TRUE 2022-12-21 19:00:00
## 734  2022-12-21 18:48:09      TRUE 2022-12-21 19:00:00
## 735  2022-12-21 18:48:06      TRUE 2022-12-21 19:00:00
## 736  2022-12-21 18:47:36      TRUE 2022-12-21 19:00:00
## 737  2022-12-21 18:47:14      TRUE 2022-12-21 19:00:00
## 738  2022-12-21 18:46:27      TRUE 2022-12-21 19:00:00
## 739  2022-12-21 18:45:29      TRUE 2022-12-21 19:00:00
## 740  2022-12-21 18:45:08      TRUE 2022-12-21 19:00:00
## 741  2022-12-21 18:45:03      TRUE 2022-12-21 19:00:00
## 742  2022-12-21 18:44:48      TRUE 2022-12-21 19:00:00
## 743  2022-12-21 18:44:19      TRUE 2022-12-21 19:00:00
## 744  2022-12-21 18:43:54      TRUE 2022-12-21 19:00:00
## 745  2022-12-21 18:43:16      TRUE 2022-12-21 19:00:00
## 746  2022-12-21 18:43:08      TRUE 2022-12-21 19:00:00
## 747  2022-12-21 18:43:04      TRUE 2022-12-21 19:00:00
## 748  2022-12-21 18:42:05      TRUE 2022-12-21 19:00:00
## 749  2022-12-21 18:40:06      TRUE 2022-12-21 19:00:00
## 750  2022-12-21 18:39:14      TRUE 2022-12-21 19:00:00
## 751  2022-12-21 18:38:08      TRUE 2022-12-21 19:00:00
## 752  2022-12-21 18:37:50      TRUE 2022-12-21 19:00:00
## 753  2022-12-21 18:37:32      TRUE 2022-12-21 19:00:00
## 754  2022-12-21 18:37:19      TRUE 2022-12-21 19:00:00
## 755  2022-12-21 18:36:18      TRUE 2022-12-21 19:00:00
## 756  2022-12-21 18:36:16      TRUE 2022-12-21 19:00:00
## 757  2022-12-21 18:36:14      TRUE 2022-12-21 19:00:00
## 758  2022-12-21 18:34:42      TRUE 2022-12-21 19:00:00
## 759  2022-12-21 18:33:06      TRUE 2022-12-21 19:00:00
## 760  2022-12-21 18:31:30      TRUE 2022-12-21 19:00:00
## 761  2022-12-21 18:31:27      TRUE 2022-12-21 19:00:00
## 762  2022-12-21 18:31:07      TRUE 2022-12-21 19:00:00
## 763  2022-12-21 18:31:02      TRUE 2022-12-21 19:00:00
## 764  2022-12-21 18:30:37      TRUE 2022-12-21 19:00:00
## 765  2022-12-21 18:28:37      TRUE 2022-12-21 18:00:00
## 766  2022-12-21 18:27:14      TRUE 2022-12-21 18:00:00
## 767  2022-12-21 18:26:08      TRUE 2022-12-21 18:00:00
## 768  2022-12-21 18:26:04      TRUE 2022-12-21 18:00:00
## 769  2022-12-21 18:25:19      TRUE 2022-12-21 18:00:00
## 770  2022-12-21 18:24:56      TRUE 2022-12-21 18:00:00
## 771  2022-12-21 18:24:20      TRUE 2022-12-21 18:00:00
## 772  2022-12-21 18:23:53      TRUE 2022-12-21 18:00:00
## 773  2022-12-21 18:23:51      TRUE 2022-12-21 18:00:00
## 774  2022-12-21 18:23:28      TRUE 2022-12-21 18:00:00
## 775  2022-12-21 18:23:17      TRUE 2022-12-21 18:00:00
## 776  2022-12-21 18:23:03      TRUE 2022-12-21 18:00:00
## 777  2022-12-21 18:22:55      TRUE 2022-12-21 18:00:00
## 778  2022-12-21 18:22:33      TRUE 2022-12-21 18:00:00
## 779  2022-12-21 18:22:13      TRUE 2022-12-21 18:00:00
## 780  2022-12-21 18:22:01      TRUE 2022-12-21 18:00:00
## 781  2022-12-21 18:21:56      TRUE 2022-12-21 18:00:00
## 782  2022-12-21 18:21:24      TRUE 2022-12-21 18:00:00
## 783  2022-12-21 18:21:02      TRUE 2022-12-21 18:00:00
## 784  2022-12-21 18:20:53      TRUE 2022-12-21 18:00:00
## 785  2022-12-21 18:19:04      TRUE 2022-12-21 18:00:00
## 786  2022-12-21 18:18:37      TRUE 2022-12-21 18:00:00
## 787  2022-12-21 18:18:18      TRUE 2022-12-21 18:00:00
## 788  2022-12-21 18:16:17      TRUE 2022-12-21 18:00:00
## 789  2022-12-21 18:16:04      TRUE 2022-12-21 18:00:00
## 790  2022-12-21 18:15:29      TRUE 2022-12-21 18:00:00
## 791  2022-12-21 18:14:41      TRUE 2022-12-21 18:00:00
## 792  2022-12-21 18:14:20      TRUE 2022-12-21 18:00:00
## 793  2022-12-21 18:14:12      TRUE 2022-12-21 18:00:00
## 794  2022-12-21 18:13:24      TRUE 2022-12-21 18:00:00
## 795  2022-12-21 18:13:12      TRUE 2022-12-21 18:00:00
## 796  2022-12-21 18:13:11      TRUE 2022-12-21 18:00:00
## 797  2022-12-21 18:12:44      TRUE 2022-12-21 18:00:00
## 798  2022-12-21 18:12:23      TRUE 2022-12-21 18:00:00
## 799  2022-12-21 18:12:18      TRUE 2022-12-21 18:00:00
## 800  2022-12-21 18:11:57      TRUE 2022-12-21 18:00:00
## 801  2022-12-21 18:11:52      TRUE 2022-12-21 18:00:00
## 802  2022-12-21 18:11:36      TRUE 2022-12-21 18:00:00
## 803  2022-12-21 18:10:59      TRUE 2022-12-21 18:00:00
## 804  2022-12-21 18:10:54      TRUE 2022-12-21 18:00:00
## 805  2022-12-21 18:10:28      TRUE 2022-12-21 18:00:00
## 806  2022-12-21 18:10:20      TRUE 2022-12-21 18:00:00
## 807  2022-12-21 18:10:12      TRUE 2022-12-21 18:00:00
## 808  2022-12-21 18:10:08      TRUE 2022-12-21 18:00:00
## 809  2022-12-21 18:09:45      TRUE 2022-12-21 18:00:00
## 810  2022-12-21 18:09:25      TRUE 2022-12-21 18:00:00
## 811  2022-12-21 18:09:10      TRUE 2022-12-21 18:00:00
## 812  2022-12-21 18:08:51      TRUE 2022-12-21 18:00:00
## 813  2022-12-21 18:08:35      TRUE 2022-12-21 18:00:00
## 814  2022-12-21 18:07:54      TRUE 2022-12-21 18:00:00
## 815  2022-12-21 18:07:51      TRUE 2022-12-21 18:00:00
## 816  2022-12-21 18:07:50      TRUE 2022-12-21 18:00:00
## 817  2022-12-21 18:07:13      TRUE 2022-12-21 18:00:00
## 818  2022-12-21 18:06:32      TRUE 2022-12-21 18:00:00
## 819  2022-12-21 18:06:29      TRUE 2022-12-21 18:00:00
## 820  2022-12-21 18:06:19      TRUE 2022-12-21 18:00:00
## 821  2022-12-21 18:06:15      TRUE 2022-12-21 18:00:00
## 822  2022-12-21 18:05:36      TRUE 2022-12-21 18:00:00
## 823  2022-12-21 18:05:08      TRUE 2022-12-21 18:00:00
## 824  2022-12-21 18:04:41      TRUE 2022-12-21 18:00:00
## 825  2022-12-21 18:04:40      TRUE 2022-12-21 18:00:00
## 826  2022-12-21 18:04:08      TRUE 2022-12-21 18:00:00
## 827  2022-12-21 18:03:35      TRUE 2022-12-21 18:00:00
## 828  2022-12-21 18:03:10      TRUE 2022-12-21 18:00:00
## 829  2022-12-21 18:03:10      TRUE 2022-12-21 18:00:00
## 830  2022-12-21 18:02:47      TRUE 2022-12-21 18:00:00
## 831  2022-12-21 18:02:37      TRUE 2022-12-21 18:00:00
## 832  2022-12-21 18:02:30      TRUE 2022-12-21 18:00:00
## 833  2022-12-21 18:02:06      TRUE 2022-12-21 18:00:00
## 834  2022-12-21 18:02:06      TRUE 2022-12-21 18:00:00
## 835  2022-12-21 18:02:03      TRUE 2022-12-21 18:00:00
## 836  2022-12-21 18:01:48      TRUE 2022-12-21 18:00:00
## 837  2022-12-21 18:00:59      TRUE 2022-12-21 18:00:00
## 838  2022-12-21 18:00:30      TRUE 2022-12-21 18:00:00
## 839  2022-12-21 17:58:54      TRUE 2022-12-21 18:00:00
## 840  2022-12-21 17:58:50      TRUE 2022-12-21 18:00:00
## 841  2022-12-21 17:57:56      TRUE 2022-12-21 18:00:00
## 842  2022-12-21 17:57:50      TRUE 2022-12-21 18:00:00
## 843  2022-12-21 17:57:00      TRUE 2022-12-21 18:00:00
## 844  2022-12-21 17:56:58      TRUE 2022-12-21 18:00:00
## 845  2022-12-21 17:56:42      TRUE 2022-12-21 18:00:00
## 846  2022-12-21 17:56:36      TRUE 2022-12-21 18:00:00
## 847  2022-12-21 17:56:30      TRUE 2022-12-21 18:00:00
## 848  2022-12-21 17:56:28      TRUE 2022-12-21 18:00:00
## 849  2022-12-21 17:55:58      TRUE 2022-12-21 18:00:00
## 850  2022-12-21 17:55:54      TRUE 2022-12-21 18:00:00
## 851  2022-12-21 17:54:56      TRUE 2022-12-21 18:00:00
## 852  2022-12-21 17:54:00      TRUE 2022-12-21 18:00:00
## 853  2022-12-21 17:53:58      TRUE 2022-12-21 18:00:00
## 854  2022-12-21 17:53:44      TRUE 2022-12-21 18:00:00
## 855  2022-12-21 17:53:42      TRUE 2022-12-21 18:00:00
## 856  2022-12-21 17:52:54      TRUE 2022-12-21 18:00:00
## 857  2022-12-21 17:52:12      TRUE 2022-12-21 18:00:00
## 858  2022-12-21 17:52:00      TRUE 2022-12-21 18:00:00
## 859  2022-12-21 17:51:51      TRUE 2022-12-21 18:00:00
## 860  2022-12-21 17:51:32      TRUE 2022-12-21 18:00:00
## 861  2022-12-21 17:51:29      TRUE 2022-12-21 18:00:00
## 862  2022-12-21 17:50:56      TRUE 2022-12-21 18:00:00
## 863  2022-12-21 17:50:38      TRUE 2022-12-21 18:00:00
## 864  2022-12-21 17:50:30      TRUE 2022-12-21 18:00:00
## 865  2022-12-21 17:49:40      TRUE 2022-12-21 18:00:00
## 866  2022-12-21 17:49:01      TRUE 2022-12-21 18:00:00
## 867  2022-12-21 17:47:52      TRUE 2022-12-21 18:00:00
## 868  2022-12-21 17:47:45      TRUE 2022-12-21 18:00:00
## 869  2022-12-21 17:47:14      TRUE 2022-12-21 18:00:00
## 870  2022-12-21 17:46:39      TRUE 2022-12-21 18:00:00
## 871  2022-12-21 17:46:24      TRUE 2022-12-21 18:00:00
## 872  2022-12-21 17:46:14      TRUE 2022-12-21 18:00:00
## 873  2022-12-21 17:46:12      TRUE 2022-12-21 18:00:00
## 874  2022-12-21 17:45:32      TRUE 2022-12-21 18:00:00
## 875  2022-12-21 17:45:02      TRUE 2022-12-21 18:00:00
## 876  2022-12-21 17:44:48      TRUE 2022-12-21 18:00:00
## 877  2022-12-21 17:44:01      TRUE 2022-12-21 18:00:00
## 878  2022-12-21 17:41:43      TRUE 2022-12-21 18:00:00
## 879  2022-12-21 17:41:39      TRUE 2022-12-21 18:00:00
## 880  2022-12-21 17:41:37      TRUE 2022-12-21 18:00:00
## 881  2022-12-21 17:41:33      TRUE 2022-12-21 18:00:00
## 882  2022-12-21 17:40:21      TRUE 2022-12-21 18:00:00
## 883  2022-12-21 17:40:05      TRUE 2022-12-21 18:00:00
## 884  2022-12-21 17:39:57      TRUE 2022-12-21 18:00:00
## 885  2022-12-21 17:39:44      TRUE 2022-12-21 18:00:00
## 886  2022-12-21 17:39:24      TRUE 2022-12-21 18:00:00
## 887  2022-12-21 17:38:03      TRUE 2022-12-21 18:00:00
## 888  2022-12-21 17:36:37      TRUE 2022-12-21 18:00:00
## 889  2022-12-21 17:36:32      TRUE 2022-12-21 18:00:00
## 890  2022-12-21 17:36:14      TRUE 2022-12-21 18:00:00
## 891  2022-12-21 17:35:53      TRUE 2022-12-21 18:00:00
## 892  2022-12-21 17:35:52      TRUE 2022-12-21 18:00:00
## 893  2022-12-21 17:35:37      TRUE 2022-12-21 18:00:00
## 894  2022-12-21 17:35:36      TRUE 2022-12-21 18:00:00
## 895  2022-12-21 17:35:24      TRUE 2022-12-21 18:00:00
## 896  2022-12-21 17:34:01      TRUE 2022-12-21 18:00:00
## 897  2022-12-21 17:33:59      TRUE 2022-12-21 18:00:00
## 898  2022-12-21 17:31:13      TRUE 2022-12-21 18:00:00
## 899  2022-12-21 17:31:03      TRUE 2022-12-21 18:00:00
## 900  2022-12-21 17:30:08      TRUE 2022-12-21 18:00:00
## 901  2022-12-21 17:29:49      TRUE 2022-12-21 17:00:00
## 902  2022-12-21 17:29:34      TRUE 2022-12-21 17:00:00
## 903  2022-12-21 17:29:00      TRUE 2022-12-21 17:00:00
## 904  2022-12-21 17:28:51      TRUE 2022-12-21 17:00:00
## 905  2022-12-21 17:28:35      TRUE 2022-12-21 17:00:00
## 906  2022-12-21 17:28:30      TRUE 2022-12-21 17:00:00
## 907  2022-12-21 17:28:18      TRUE 2022-12-21 17:00:00
## 908  2022-12-21 17:28:12      TRUE 2022-12-21 17:00:00
## 909  2022-12-21 17:27:55      TRUE 2022-12-21 17:00:00
## 910  2022-12-21 17:26:35      TRUE 2022-12-21 17:00:00
## 911  2022-12-21 17:26:14      TRUE 2022-12-21 17:00:00
## 912  2022-12-21 17:25:37      TRUE 2022-12-21 17:00:00
## 913  2022-12-21 17:25:19      TRUE 2022-12-21 17:00:00
## 914  2022-12-21 17:24:43      TRUE 2022-12-21 17:00:00
## 915  2022-12-21 17:24:26      TRUE 2022-12-21 17:00:00
## 916  2022-12-21 17:24:00      TRUE 2022-12-21 17:00:00
## 917  2022-12-21 17:23:54      TRUE 2022-12-21 17:00:00
## 918  2022-12-21 17:23:19      TRUE 2022-12-21 17:00:00
## 919  2022-12-21 17:23:18      TRUE 2022-12-21 17:00:00
## 920  2022-12-21 17:23:16      TRUE 2022-12-21 17:00:00
## 921  2022-12-21 17:22:22      TRUE 2022-12-21 17:00:00
## 922  2022-12-21 17:21:41      TRUE 2022-12-21 17:00:00
## 923  2022-12-21 17:20:23      TRUE 2022-12-21 17:00:00
## 924  2022-12-21 17:20:08      TRUE 2022-12-21 17:00:00
## 925  2022-12-21 17:19:41      TRUE 2022-12-21 17:00:00
## 926  2022-12-21 17:19:08      TRUE 2022-12-21 17:00:00
## 927  2022-12-21 17:19:05      TRUE 2022-12-21 17:00:00
## 928  2022-12-21 17:17:28      TRUE 2022-12-21 17:00:00
## 929  2022-12-21 17:16:40      TRUE 2022-12-21 17:00:00
## 930  2022-12-21 17:16:32      TRUE 2022-12-21 17:00:00
## 931  2022-12-21 17:16:04      TRUE 2022-12-21 17:00:00
## 932  2022-12-21 17:15:20      TRUE 2022-12-21 17:00:00
## 933  2022-12-21 17:15:16      TRUE 2022-12-21 17:00:00
## 934  2022-12-21 17:14:20      TRUE 2022-12-21 17:00:00
## 935  2022-12-21 17:14:02      TRUE 2022-12-21 17:00:00
## 936  2022-12-21 17:12:10      TRUE 2022-12-21 17:00:00
## 937  2022-12-21 17:12:10      TRUE 2022-12-21 17:00:00
## 938  2022-12-21 17:11:56      TRUE 2022-12-21 17:00:00
## 939  2022-12-21 17:11:46      TRUE 2022-12-21 17:00:00
## 940  2022-12-21 17:10:48      TRUE 2022-12-21 17:00:00
## 941  2022-12-21 17:10:36      TRUE 2022-12-21 17:00:00
## 942  2022-12-21 17:10:35      TRUE 2022-12-21 17:00:00
## 943  2022-12-21 17:09:17      TRUE 2022-12-21 17:00:00
## 944  2022-12-21 17:09:17      TRUE 2022-12-21 17:00:00
## 945  2022-12-21 17:09:04      TRUE 2022-12-21 17:00:00
## 946  2022-12-21 17:08:51      TRUE 2022-12-21 17:00:00
## 947  2022-12-21 17:07:49      TRUE 2022-12-21 17:00:00
## 948  2022-12-21 17:07:29      TRUE 2022-12-21 17:00:00
## 949  2022-12-21 17:07:10      TRUE 2022-12-21 17:00:00
## 950  2022-12-21 17:06:49      TRUE 2022-12-21 17:00:00
## 951  2022-12-21 17:06:29      TRUE 2022-12-21 17:00:00
## 952  2022-12-21 17:06:15      TRUE 2022-12-21 17:00:00
## 953  2022-12-21 17:05:48      TRUE 2022-12-21 17:00:00
## 954  2022-12-21 17:05:32      TRUE 2022-12-21 17:00:00
## 955  2022-12-21 17:05:22      TRUE 2022-12-21 17:00:00
## 956  2022-12-21 17:04:53      TRUE 2022-12-21 17:00:00
## 957  2022-12-21 17:04:48      TRUE 2022-12-21 17:00:00
## 958  2022-12-21 17:04:28      TRUE 2022-12-21 17:00:00
## 959  2022-12-21 17:04:21      TRUE 2022-12-21 17:00:00
## 960  2022-12-21 17:03:03      TRUE 2022-12-21 17:00:00
## 961  2022-12-21 17:02:52      TRUE 2022-12-21 17:00:00
## 962  2022-12-21 17:02:51      TRUE 2022-12-21 17:00:00
## 963  2022-12-21 17:02:42      TRUE 2022-12-21 17:00:00
## 964  2022-12-21 17:02:34      TRUE 2022-12-21 17:00:00
## 965  2022-12-21 17:01:54      TRUE 2022-12-21 17:00:00
## 966  2022-12-21 17:01:18      TRUE 2022-12-21 17:00:00
## 967  2022-12-21 17:00:59      TRUE 2022-12-21 17:00:00
## 968  2022-12-21 17:00:52      TRUE 2022-12-21 17:00:00
## 969  2022-12-21 17:00:19      TRUE 2022-12-21 17:00:00
## 970  2022-12-21 17:00:14      TRUE 2022-12-21 17:00:00
## 971  2022-12-21 16:59:35      TRUE 2022-12-21 17:00:00
## 972  2022-12-21 16:58:56      TRUE 2022-12-21 17:00:00
## 973  2022-12-21 16:58:40      TRUE 2022-12-21 17:00:00
## 974  2022-12-21 16:58:25      TRUE 2022-12-21 17:00:00
## 975  2022-12-21 16:57:34      TRUE 2022-12-21 17:00:00
## 976  2022-12-21 16:57:04      TRUE 2022-12-21 17:00:00
## 977  2022-12-21 16:56:50      TRUE 2022-12-21 17:00:00
## 978  2022-12-21 16:56:41      TRUE 2022-12-21 17:00:00
## 979  2022-12-21 16:55:38      TRUE 2022-12-21 17:00:00
## 980  2022-12-21 16:54:57      TRUE 2022-12-21 17:00:00
## 981  2022-12-21 16:54:14      TRUE 2022-12-21 17:00:00
## 982  2022-12-21 16:53:36      TRUE 2022-12-21 17:00:00
## 983  2022-12-21 16:53:12      TRUE 2022-12-21 17:00:00
## 984  2022-12-21 16:52:51      TRUE 2022-12-21 17:00:00
## 985  2022-12-21 16:52:01      TRUE 2022-12-21 17:00:00
## 986  2022-12-21 16:51:12      TRUE 2022-12-21 17:00:00
## 987  2022-12-21 16:51:11      TRUE 2022-12-21 17:00:00
## 988  2022-12-21 16:51:07      TRUE 2022-12-21 17:00:00
## 989  2022-12-21 16:50:16      TRUE 2022-12-21 17:00:00
## 990  2022-12-21 16:49:48      TRUE 2022-12-21 17:00:00
## 991  2022-12-21 16:49:46      TRUE 2022-12-21 17:00:00
## 992  2022-12-21 16:49:39      TRUE 2022-12-21 17:00:00
## 993  2022-12-21 16:49:17      TRUE 2022-12-21 17:00:00
## 994  2022-12-21 16:47:31      TRUE 2022-12-21 17:00:00
## 995  2022-12-21 16:47:24      TRUE 2022-12-21 17:00:00
## 996  2022-12-21 16:46:51      TRUE 2022-12-21 17:00:00
## 997  2022-12-21 16:46:17      TRUE 2022-12-21 17:00:00
## 998  2022-12-21 16:46:15      TRUE 2022-12-21 17:00:00
## 999  2022-12-21 16:46:03      TRUE 2022-12-21 17:00:00
## 1000 2022-12-21 16:46:01      TRUE 2022-12-21 17:00:00
## 1001 2022-12-21 16:45:32      TRUE 2022-12-21 17:00:00
## 1002 2022-12-21 16:44:46      TRUE 2022-12-21 17:00:00
## 1003 2022-12-21 16:44:17      TRUE 2022-12-21 17:00:00
## 1004 2022-12-21 16:44:08      TRUE 2022-12-21 17:00:00
## 1005 2022-12-21 16:43:41      TRUE 2022-12-21 17:00:00
## 1006 2022-12-21 16:43:24      TRUE 2022-12-21 17:00:00
## 1007 2022-12-21 16:43:23      TRUE 2022-12-21 17:00:00
## 1008 2022-12-21 16:42:58      TRUE 2022-12-21 17:00:00
## 1009 2022-12-21 16:42:24      TRUE 2022-12-21 17:00:00
## 1010 2022-12-21 16:42:21      TRUE 2022-12-21 17:00:00
## 1011 2022-12-21 16:42:13      TRUE 2022-12-21 17:00:00
## 1012 2022-12-21 16:42:03      TRUE 2022-12-21 17:00:00
## 1013 2022-12-21 16:42:00      TRUE 2022-12-21 17:00:00
## 1014 2022-12-21 16:41:59      TRUE 2022-12-21 17:00:00
## 1015 2022-12-21 16:41:42      TRUE 2022-12-21 17:00:00
## 1016 2022-12-21 16:41:33      TRUE 2022-12-21 17:00:00
## 1017 2022-12-21 16:41:28      TRUE 2022-12-21 17:00:00
## 1018 2022-12-21 16:41:16      TRUE 2022-12-21 17:00:00
## 1019 2022-12-21 16:40:56      TRUE 2022-12-21 17:00:00
## 1020 2022-12-21 16:40:38      TRUE 2022-12-21 17:00:00
## 1021 2022-12-21 16:39:55      TRUE 2022-12-21 17:00:00
## 1022 2022-12-21 16:39:37      TRUE 2022-12-21 17:00:00
## 1023 2022-12-21 16:38:58      TRUE 2022-12-21 17:00:00
## 1024 2022-12-21 16:38:24      TRUE 2022-12-21 17:00:00
## 1025 2022-12-21 16:38:13      TRUE 2022-12-21 17:00:00
## 1026 2022-12-21 16:38:07      TRUE 2022-12-21 17:00:00
## 1027 2022-12-21 16:36:14      TRUE 2022-12-21 17:00:00
## 1028 2022-12-21 16:36:13      TRUE 2022-12-21 17:00:00
## 1029 2022-12-21 16:34:46      TRUE 2022-12-21 17:00:00
## 1030 2022-12-21 16:33:55      TRUE 2022-12-21 17:00:00
## 1031 2022-12-21 16:33:29      TRUE 2022-12-21 17:00:00
## 1032 2022-12-21 16:33:27      TRUE 2022-12-21 17:00:00
## 1033 2022-12-21 16:32:53      TRUE 2022-12-21 17:00:00
## 1034 2022-12-21 16:32:26      TRUE 2022-12-21 17:00:00
## 1035 2022-12-21 16:31:31      TRUE 2022-12-21 17:00:00
## 1036 2022-12-21 16:30:44      TRUE 2022-12-21 17:00:00
## 1037 2022-12-21 16:30:21      TRUE 2022-12-21 17:00:00
## 1038 2022-12-21 16:30:16      TRUE 2022-12-21 17:00:00
## 1039 2022-12-21 16:30:13      TRUE 2022-12-21 17:00:00
## 1040 2022-12-21 16:30:00      TRUE 2022-12-21 17:00:00
## 1041 2022-12-21 16:29:57      TRUE 2022-12-21 16:00:00
## 1042 2022-12-21 16:29:21      TRUE 2022-12-21 16:00:00
## 1043 2022-12-21 16:28:58      TRUE 2022-12-21 16:00:00
## 1044 2022-12-21 16:28:54      TRUE 2022-12-21 16:00:00
## 1045 2022-12-21 16:28:20      TRUE 2022-12-21 16:00:00
## 1046 2022-12-21 16:28:16      TRUE 2022-12-21 16:00:00
## 1047 2022-12-21 16:27:24      TRUE 2022-12-21 16:00:00
## 1048 2022-12-21 16:26:42      TRUE 2022-12-21 16:00:00
## 1049 2022-12-21 16:26:15      TRUE 2022-12-21 16:00:00
## 1050 2022-12-21 16:26:07      TRUE 2022-12-21 16:00:00
## 1051 2022-12-21 16:26:07      TRUE 2022-12-21 16:00:00
## 1052 2022-12-21 16:25:28      TRUE 2022-12-21 16:00:00
## 1053 2022-12-21 16:24:02      TRUE 2022-12-21 16:00:00
## 1054 2022-12-21 16:21:35      TRUE 2022-12-21 16:00:00
## 1055 2022-12-21 16:21:13      TRUE 2022-12-21 16:00:00
## 1056 2022-12-21 16:21:13      TRUE 2022-12-21 16:00:00
## 1057 2022-12-21 16:20:23      TRUE 2022-12-21 16:00:00
## 1058 2022-12-21 16:19:10      TRUE 2022-12-21 16:00:00
## 1059 2022-12-21 16:18:44      TRUE 2022-12-21 16:00:00
## 1060 2022-12-21 16:17:56      TRUE 2022-12-21 16:00:00
## 1061 2022-12-21 16:17:52      TRUE 2022-12-21 16:00:00
## 1062 2022-12-21 16:17:37      TRUE 2022-12-21 16:00:00
## 1063 2022-12-21 16:17:03      TRUE 2022-12-21 16:00:00
## 1064 2022-12-21 16:16:55      TRUE 2022-12-21 16:00:00
## 1065 2022-12-21 16:16:33      TRUE 2022-12-21 16:00:00
## 1066 2022-12-21 16:15:15      TRUE 2022-12-21 16:00:00
## 1067 2022-12-21 16:14:08      TRUE 2022-12-21 16:00:00
## 1068 2022-12-21 16:12:50      TRUE 2022-12-21 16:00:00
## 1069 2022-12-21 16:11:26      TRUE 2022-12-21 16:00:00
## 1070 2022-12-21 16:11:05      TRUE 2022-12-21 16:00:00
## 1071 2022-12-21 16:10:41      TRUE 2022-12-21 16:00:00
## 1072 2022-12-21 16:10:37      TRUE 2022-12-21 16:00:00
## 1073 2022-12-21 16:10:24      TRUE 2022-12-21 16:00:00
## 1074 2022-12-21 16:09:58      TRUE 2022-12-21 16:00:00
## 1075 2022-12-21 16:09:13      TRUE 2022-12-21 16:00:00
## 1076 2022-12-21 16:09:01      TRUE 2022-12-21 16:00:00
## 1077 2022-12-21 16:08:23      TRUE 2022-12-21 16:00:00
## 1078 2022-12-21 16:08:13      TRUE 2022-12-21 16:00:00
## 1079 2022-12-21 16:07:44      TRUE 2022-12-21 16:00:00
## 1080 2022-12-21 16:07:00      TRUE 2022-12-21 16:00:00
## 1081 2022-12-21 16:06:02      TRUE 2022-12-21 16:00:00
## 1082 2022-12-21 16:05:32      TRUE 2022-12-21 16:00:00
## 1083 2022-12-21 16:05:12      TRUE 2022-12-21 16:00:00
## 1084 2022-12-21 16:04:46      TRUE 2022-12-21 16:00:00
## 1085 2022-12-21 16:04:23      TRUE 2022-12-21 16:00:00
## 1086 2022-12-21 16:04:10      TRUE 2022-12-21 16:00:00
## 1087 2022-12-21 16:03:54      TRUE 2022-12-21 16:00:00
## 1088 2022-12-21 16:03:10      TRUE 2022-12-21 16:00:00
## 1089 2022-12-21 16:03:00      TRUE 2022-12-21 16:00:00
## 1090 2022-12-21 16:02:49      TRUE 2022-12-21 16:00:00
## 1091 2022-12-21 16:02:04      TRUE 2022-12-21 16:00:00
## 1092 2022-12-21 16:01:59      TRUE 2022-12-21 16:00:00
## 1093 2022-12-21 16:01:58      TRUE 2022-12-21 16:00:00
## 1094 2022-12-21 15:59:42      TRUE 2022-12-21 16:00:00
## 1095 2022-12-21 15:59:14      TRUE 2022-12-21 16:00:00
## 1096 2022-12-21 15:59:12      TRUE 2022-12-21 16:00:00
## 1097 2022-12-21 15:59:10      TRUE 2022-12-21 16:00:00
## 1098 2022-12-21 15:58:50      TRUE 2022-12-21 16:00:00
## 1099 2022-12-21 15:58:35      TRUE 2022-12-21 16:00:00
## 1100 2022-12-21 15:57:05      TRUE 2022-12-21 16:00:00
## 1101 2022-12-21 15:57:02      TRUE 2022-12-21 16:00:00
## 1102 2022-12-21 15:56:34      TRUE 2022-12-21 16:00:00
## 1103 2022-12-21 15:55:13      TRUE 2022-12-21 16:00:00
## 1104 2022-12-21 15:54:45      TRUE 2022-12-21 16:00:00
## 1105 2022-12-21 15:53:55      TRUE 2022-12-21 16:00:00
## 1106 2022-12-21 15:53:45      TRUE 2022-12-21 16:00:00
## 1107 2022-12-21 15:53:39      TRUE 2022-12-21 16:00:00
## 1108 2022-12-21 15:52:56      TRUE 2022-12-21 16:00:00
## 1109 2022-12-21 15:51:16      TRUE 2022-12-21 16:00:00
## 1110 2022-12-21 15:50:00      TRUE 2022-12-21 16:00:00
## 1111 2022-12-21 15:49:57      TRUE 2022-12-21 16:00:00
## 1112 2022-12-21 15:49:55      TRUE 2022-12-21 16:00:00
## 1113 2022-12-21 15:48:07      TRUE 2022-12-21 16:00:00
## 1114 2022-12-21 15:47:58      TRUE 2022-12-21 16:00:00
## 1115 2022-12-21 15:45:14      TRUE 2022-12-21 16:00:00
## 1116 2022-12-21 15:43:56      TRUE 2022-12-21 16:00:00
## 1117 2022-12-21 15:41:59      TRUE 2022-12-21 16:00:00
## 1118 2022-12-21 15:39:52      TRUE 2022-12-21 16:00:00
## 1119 2022-12-21 15:39:35      TRUE 2022-12-21 16:00:00
## 1120 2022-12-21 15:39:25      TRUE 2022-12-21 16:00:00
## 1121 2022-12-21 15:39:22      TRUE 2022-12-21 16:00:00
## 1122 2022-12-21 15:39:18      TRUE 2022-12-21 16:00:00
## 1123 2022-12-21 15:36:17      TRUE 2022-12-21 16:00:00
## 1124 2022-12-21 15:35:59      TRUE 2022-12-21 16:00:00
## 1125 2022-12-21 15:35:42      TRUE 2022-12-21 16:00:00
## 1126 2022-12-21 15:34:17      TRUE 2022-12-21 16:00:00
## 1127 2022-12-21 15:33:55      TRUE 2022-12-21 16:00:00
## 1128 2022-12-21 15:33:38      TRUE 2022-12-21 16:00:00
## 1129 2022-12-21 15:33:36      TRUE 2022-12-21 16:00:00
## 1130 2022-12-21 15:33:12      TRUE 2022-12-21 16:00:00
## 1131 2022-12-21 15:31:50      TRUE 2022-12-21 16:00:00
## 1132 2022-12-21 15:30:50      TRUE 2022-12-21 16:00:00
## 1133 2022-12-21 15:30:49      TRUE 2022-12-21 16:00:00
## 1134 2022-12-21 15:30:04      TRUE 2022-12-21 16:00:00
## 1135 2022-12-21 15:29:58      TRUE 2022-12-21 15:00:00
## 1136 2022-12-21 15:29:28      TRUE 2022-12-21 15:00:00
## 1137 2022-12-21 15:29:00      TRUE 2022-12-21 15:00:00
## 1138 2022-12-21 15:28:39      TRUE 2022-12-21 15:00:00
## 1139 2022-12-21 15:28:09      TRUE 2022-12-21 15:00:00
## 1140 2022-12-21 15:27:35      TRUE 2022-12-21 15:00:00
## 1141 2022-12-21 15:27:27      TRUE 2022-12-21 15:00:00
## 1142 2022-12-21 15:26:49      TRUE 2022-12-21 15:00:00
## 1143 2022-12-21 15:26:37      TRUE 2022-12-21 15:00:00
## 1144 2022-12-21 15:26:12      TRUE 2022-12-21 15:00:00
## 1145 2022-12-21 15:24:19      TRUE 2022-12-21 15:00:00
## 1146 2022-12-21 15:23:46      TRUE 2022-12-21 15:00:00
## 1147 2022-12-21 15:23:41      TRUE 2022-12-21 15:00:00
## 1148 2022-12-21 15:22:56      TRUE 2022-12-21 15:00:00
## 1149 2022-12-21 15:22:30      TRUE 2022-12-21 15:00:00
## 1150 2022-12-21 15:21:48      TRUE 2022-12-21 15:00:00
## 1151 2022-12-21 15:21:12      TRUE 2022-12-21 15:00:00
## 1152 2022-12-21 15:20:26      TRUE 2022-12-21 15:00:00
## 1153 2022-12-21 15:20:26      TRUE 2022-12-21 15:00:00
## 1154 2022-12-21 15:20:00      TRUE 2022-12-21 15:00:00
## 1155 2022-12-21 15:19:52      TRUE 2022-12-21 15:00:00
## 1156 2022-12-21 15:19:41      TRUE 2022-12-21 15:00:00
## 1157 2022-12-21 15:18:50      TRUE 2022-12-21 15:00:00
## 1158 2022-12-21 15:18:47      TRUE 2022-12-21 15:00:00
## 1159 2022-12-21 15:17:20      TRUE 2022-12-21 15:00:00
## 1160 2022-12-21 15:16:57      TRUE 2022-12-21 15:00:00
## 1161 2022-12-21 15:16:20      TRUE 2022-12-21 15:00:00
## 1162 2022-12-21 15:15:50      TRUE 2022-12-21 15:00:00
## 1163 2022-12-21 15:14:13      TRUE 2022-12-21 15:00:00
## 1164 2022-12-21 15:13:48      TRUE 2022-12-21 15:00:00
## 1165 2022-12-21 15:12:18      TRUE 2022-12-21 15:00:00
## 1166 2022-12-21 15:12:04      TRUE 2022-12-21 15:00:00
## 1167 2022-12-21 15:11:05      TRUE 2022-12-21 15:00:00
## 1168 2022-12-21 15:10:10      TRUE 2022-12-21 15:00:00
## 1169 2022-12-21 15:09:53      TRUE 2022-12-21 15:00:00
## 1170 2022-12-21 15:09:43      TRUE 2022-12-21 15:00:00
## 1171 2022-12-21 15:09:13      TRUE 2022-12-21 15:00:00
## 1172 2022-12-21 15:09:00      TRUE 2022-12-21 15:00:00
## 1173 2022-12-21 15:07:35      TRUE 2022-12-21 15:00:00
## 1174 2022-12-21 15:07:13      TRUE 2022-12-21 15:00:00
## 1175 2022-12-21 15:06:14      TRUE 2022-12-21 15:00:00
## 1176 2022-12-21 15:05:54      TRUE 2022-12-21 15:00:00
## 1177 2022-12-21 15:05:23      TRUE 2022-12-21 15:00:00
## 1178 2022-12-21 15:05:03      TRUE 2022-12-21 15:00:00
## 1179 2022-12-21 15:05:02      TRUE 2022-12-21 15:00:00
## 1180 2022-12-21 15:04:30      TRUE 2022-12-21 15:00:00
## 1181 2022-12-21 15:04:09      TRUE 2022-12-21 15:00:00
## 1182 2022-12-21 15:03:46      TRUE 2022-12-21 15:00:00
## 1183 2022-12-21 15:03:42      TRUE 2022-12-21 15:00:00
## 1184 2022-12-21 15:03:30      TRUE 2022-12-21 15:00:00
## 1185 2022-12-21 15:02:28      TRUE 2022-12-21 15:00:00
## 1186 2022-12-21 15:01:09      TRUE 2022-12-21 15:00:00
## 1187 2022-12-21 15:01:08      TRUE 2022-12-21 15:00:00
## 1188 2022-12-21 15:00:18      TRUE 2022-12-21 15:00:00
## 1189 2022-12-21 15:00:01      TRUE 2022-12-21 15:00:00
## 1190 2022-12-21 14:59:23      TRUE 2022-12-21 15:00:00
## 1191 2022-12-21 14:59:11      TRUE 2022-12-21 15:00:00
## 1192 2022-12-21 14:57:45      TRUE 2022-12-21 15:00:00
## 1193 2022-12-21 14:57:20      TRUE 2022-12-21 15:00:00
## 1194 2022-12-21 14:57:17      TRUE 2022-12-21 15:00:00
## 1195 2022-12-21 14:57:04      TRUE 2022-12-21 15:00:00
## 1196 2022-12-21 14:56:41      TRUE 2022-12-21 15:00:00
## 1197 2022-12-21 14:56:32      TRUE 2022-12-21 15:00:00
## 1198 2022-12-21 14:56:22      TRUE 2022-12-21 15:00:00
## 1199 2022-12-21 14:56:19      TRUE 2022-12-21 15:00:00
## 1200 2022-12-21 14:56:14      TRUE 2022-12-21 15:00:00
## 1201 2022-12-21 14:56:04      TRUE 2022-12-21 15:00:00
## 1202 2022-12-21 14:55:42      TRUE 2022-12-21 15:00:00
## 1203 2022-12-21 14:55:22      TRUE 2022-12-21 15:00:00
## 1204 2022-12-21 14:55:13      TRUE 2022-12-21 15:00:00
## 1205 2022-12-21 14:53:52      TRUE 2022-12-21 15:00:00
## 1206 2022-12-21 14:53:52      TRUE 2022-12-21 15:00:00
## 1207 2022-12-21 14:52:56      TRUE 2022-12-21 15:00:00
## 1208 2022-12-21 14:52:45      TRUE 2022-12-21 15:00:00
## 1209 2022-12-21 14:52:08      TRUE 2022-12-21 15:00:00
## 1210 2022-12-21 14:51:52      TRUE 2022-12-21 15:00:00
## 1211 2022-12-21 14:51:26      TRUE 2022-12-21 15:00:00
## 1212 2022-12-21 14:51:23      TRUE 2022-12-21 15:00:00
## 1213 2022-12-21 14:50:35      TRUE 2022-12-21 15:00:00
## 1214 2022-12-21 14:49:45      TRUE 2022-12-21 15:00:00
## 1215 2022-12-21 14:49:22      TRUE 2022-12-21 15:00:00
## 1216 2022-12-21 14:49:21      TRUE 2022-12-21 15:00:00
## 1217 2022-12-21 14:47:53      TRUE 2022-12-21 15:00:00
## 1218 2022-12-21 14:47:48      TRUE 2022-12-21 15:00:00
## 1219 2022-12-21 14:45:50      TRUE 2022-12-21 15:00:00
## 1220 2022-12-21 14:44:45      TRUE 2022-12-21 15:00:00
## 1221 2022-12-21 14:44:44      TRUE 2022-12-21 15:00:00
## 1222 2022-12-21 14:44:12      TRUE 2022-12-21 15:00:00
## 1223 2022-12-21 14:43:46      TRUE 2022-12-21 15:00:00
## 1224 2022-12-21 14:43:43      TRUE 2022-12-21 15:00:00
## 1225 2022-12-21 14:43:42      TRUE 2022-12-21 15:00:00
## 1226 2022-12-21 14:42:55      TRUE 2022-12-21 15:00:00
## 1227 2022-12-21 14:42:08      TRUE 2022-12-21 15:00:00
## 1228 2022-12-21 14:41:47      TRUE 2022-12-21 15:00:00
## 1229 2022-12-21 14:41:41      TRUE 2022-12-21 15:00:00
## 1230 2022-12-21 14:41:39      TRUE 2022-12-21 15:00:00
## 1231 2022-12-21 14:41:28      TRUE 2022-12-21 15:00:00
## 1232 2022-12-21 14:41:11      TRUE 2022-12-21 15:00:00
## 1233 2022-12-21 14:41:01      TRUE 2022-12-21 15:00:00
## 1234 2022-12-21 14:40:27      TRUE 2022-12-21 15:00:00
## 1235 2022-12-21 14:40:23      TRUE 2022-12-21 15:00:00
## 1236 2022-12-21 14:39:07      TRUE 2022-12-21 15:00:00
## 1237 2022-12-21 14:38:14      TRUE 2022-12-21 15:00:00
## 1238 2022-12-21 14:38:12      TRUE 2022-12-21 15:00:00
## 1239 2022-12-21 14:38:06      TRUE 2022-12-21 15:00:00
## 1240 2022-12-21 14:37:29      TRUE 2022-12-21 15:00:00
## 1241 2022-12-21 14:37:05      TRUE 2022-12-21 15:00:00
## 1242 2022-12-21 14:36:14      TRUE 2022-12-21 15:00:00
## 1243 2022-12-21 14:36:05      TRUE 2022-12-21 15:00:00
## 1244 2022-12-21 14:35:37      TRUE 2022-12-21 15:00:00
## 1245 2022-12-21 14:35:14      TRUE 2022-12-21 15:00:00
## 1246 2022-12-21 14:34:32      TRUE 2022-12-21 15:00:00
## 1247 2022-12-21 14:34:18      TRUE 2022-12-21 15:00:00
## 1248 2022-12-21 14:33:32      TRUE 2022-12-21 15:00:00
## 1249 2022-12-21 14:33:29      TRUE 2022-12-21 15:00:00
## 1250 2022-12-21 14:32:50      TRUE 2022-12-21 15:00:00
## 1251 2022-12-21 14:32:36      TRUE 2022-12-21 15:00:00
## 1252 2022-12-21 14:31:19      TRUE 2022-12-21 15:00:00
## 1253 2022-12-21 14:29:30      TRUE 2022-12-21 14:00:00
## 1254 2022-12-21 14:28:47      TRUE 2022-12-21 14:00:00
## 1255 2022-12-21 14:28:12      TRUE 2022-12-21 14:00:00
## 1256 2022-12-21 14:27:49      TRUE 2022-12-21 14:00:00
## 1257 2022-12-21 14:27:01      TRUE 2022-12-21 14:00:00
## 1258 2022-12-21 14:25:53      TRUE 2022-12-21 14:00:00
## 1259 2022-12-21 14:24:59      TRUE 2022-12-21 14:00:00
## 1260 2022-12-21 14:24:34      TRUE 2022-12-21 14:00:00
## 1261 2022-12-21 14:24:15      TRUE 2022-12-21 14:00:00
## 1262 2022-12-21 14:24:06      TRUE 2022-12-21 14:00:00
## 1263 2022-12-21 14:24:05      TRUE 2022-12-21 14:00:00
## 1264 2022-12-21 14:24:00      TRUE 2022-12-21 14:00:00
## 1265 2022-12-21 14:23:30      TRUE 2022-12-21 14:00:00
## 1266 2022-12-21 14:22:54      TRUE 2022-12-21 14:00:00
## 1267 2022-12-21 14:22:52      TRUE 2022-12-21 14:00:00
## 1268 2022-12-21 14:22:29      TRUE 2022-12-21 14:00:00
## 1269 2022-12-21 14:22:27      TRUE 2022-12-21 14:00:00
## 1270 2022-12-21 14:22:26      TRUE 2022-12-21 14:00:00
## 1271 2022-12-21 14:22:19      TRUE 2022-12-21 14:00:00
## 1272 2022-12-21 14:21:09      TRUE 2022-12-21 14:00:00
## 1273 2022-12-21 14:20:36      TRUE 2022-12-21 14:00:00
## 1274 2022-12-21 14:20:23      TRUE 2022-12-21 14:00:00
## 1275 2022-12-21 14:20:17      TRUE 2022-12-21 14:00:00
## 1276 2022-12-21 14:20:07      TRUE 2022-12-21 14:00:00
## 1277 2022-12-21 14:19:52      TRUE 2022-12-21 14:00:00
## 1278 2022-12-21 14:18:58      TRUE 2022-12-21 14:00:00
## 1279 2022-12-21 14:18:08      TRUE 2022-12-21 14:00:00
## 1280 2022-12-21 14:17:45      TRUE 2022-12-21 14:00:00
## 1281 2022-12-21 14:16:45      TRUE 2022-12-21 14:00:00
## 1282 2022-12-21 14:16:12      TRUE 2022-12-21 14:00:00
## 1283 2022-12-21 14:14:20      TRUE 2022-12-21 14:00:00
## 1284 2022-12-21 14:12:48      TRUE 2022-12-21 14:00:00
## 1285 2022-12-21 14:11:12      TRUE 2022-12-21 14:00:00
## 1286 2022-12-21 14:11:07      TRUE 2022-12-21 14:00:00
## 1287 2022-12-21 14:10:42      TRUE 2022-12-21 14:00:00
## 1288 2022-12-21 14:09:40      TRUE 2022-12-21 14:00:00
## 1289 2022-12-21 14:09:39      TRUE 2022-12-21 14:00:00
## 1290 2022-12-21 14:09:34      TRUE 2022-12-21 14:00:00
## 1291 2022-12-21 14:07:46      TRUE 2022-12-21 14:00:00
## 1292 2022-12-21 14:06:33      TRUE 2022-12-21 14:00:00
## 1293 2022-12-21 14:06:30      TRUE 2022-12-21 14:00:00
## 1294 2022-12-21 14:06:14      TRUE 2022-12-21 14:00:00
## 1295 2022-12-21 14:05:28      TRUE 2022-12-21 14:00:00
## 1296 2022-12-21 14:05:06      TRUE 2022-12-21 14:00:00
## 1297 2022-12-21 14:02:43      TRUE 2022-12-21 14:00:00
## 1298 2022-12-21 14:02:11      TRUE 2022-12-21 14:00:00
## 1299 2022-12-21 14:02:00      TRUE 2022-12-21 14:00:00
## 1300 2022-12-21 14:01:59      TRUE 2022-12-21 14:00:00
## 1301 2022-12-21 14:01:58      TRUE 2022-12-21 14:00:00
## 1302 2022-12-21 14:01:42      TRUE 2022-12-21 14:00:00
## 1303 2022-12-21 14:00:19      TRUE 2022-12-21 14:00:00
## 1304 2022-12-21 14:00:05      TRUE 2022-12-21 14:00:00
## 1305 2022-12-21 13:59:37      TRUE 2022-12-21 14:00:00
## 1306 2022-12-21 13:59:33      TRUE 2022-12-21 14:00:00
## 1307 2022-12-21 13:58:44      TRUE 2022-12-21 14:00:00
## 1308 2022-12-21 13:58:26      TRUE 2022-12-21 14:00:00
## 1309 2022-12-21 13:56:46      TRUE 2022-12-21 14:00:00
## 1310 2022-12-21 13:56:23      TRUE 2022-12-21 14:00:00
## 1311 2022-12-21 13:55:16      TRUE 2022-12-21 14:00:00
## 1312 2022-12-21 13:54:39      TRUE 2022-12-21 14:00:00
## 1313 2022-12-21 13:54:34      TRUE 2022-12-21 14:00:00
## 1314 2022-12-21 13:54:32      TRUE 2022-12-21 14:00:00
## 1315 2022-12-21 13:54:07      TRUE 2022-12-21 14:00:00
## 1316 2022-12-21 13:53:30      TRUE 2022-12-21 14:00:00
## 1317 2022-12-21 13:52:15      TRUE 2022-12-21 14:00:00
## 1318 2022-12-21 13:51:45      TRUE 2022-12-21 14:00:00
## 1319 2022-12-21 13:50:15      TRUE 2022-12-21 14:00:00
## 1320 2022-12-21 13:50:10      TRUE 2022-12-21 14:00:00
## 1321 2022-12-21 13:49:54      TRUE 2022-12-21 14:00:00
## 1322 2022-12-21 13:48:07      TRUE 2022-12-21 14:00:00
## 1323 2022-12-21 13:47:47      TRUE 2022-12-21 14:00:00
## 1324 2022-12-21 13:47:44      TRUE 2022-12-21 14:00:00
## 1325 2022-12-21 13:47:22      TRUE 2022-12-21 14:00:00
## 1326 2022-12-21 13:46:44      TRUE 2022-12-21 14:00:00
## 1327 2022-12-21 13:46:43      TRUE 2022-12-21 14:00:00
## 1328 2022-12-21 13:46:42      TRUE 2022-12-21 14:00:00
## 1329 2022-12-21 13:46:25      TRUE 2022-12-21 14:00:00
## 1330 2022-12-21 13:45:58      TRUE 2022-12-21 14:00:00
## 1331 2022-12-21 13:44:25      TRUE 2022-12-21 14:00:00
## 1332 2022-12-21 13:44:07      TRUE 2022-12-21 14:00:00
## 1333 2022-12-21 13:43:54      TRUE 2022-12-21 14:00:00
## 1334 2022-12-21 13:43:37      TRUE 2022-12-21 14:00:00
## 1335 2022-12-21 13:43:04      TRUE 2022-12-21 14:00:00
## 1336 2022-12-21 13:42:42      TRUE 2022-12-21 14:00:00
## 1337 2022-12-21 13:41:46      TRUE 2022-12-21 14:00:00
## 1338 2022-12-21 13:41:28      TRUE 2022-12-21 14:00:00
## 1339 2022-12-21 13:40:34      TRUE 2022-12-21 14:00:00
## 1340 2022-12-21 13:40:10      TRUE 2022-12-21 14:00:00
## 1341 2022-12-21 13:39:29      TRUE 2022-12-21 14:00:00
## 1342 2022-12-21 13:39:22      TRUE 2022-12-21 14:00:00
## 1343 2022-12-21 13:39:13      TRUE 2022-12-21 14:00:00
## 1344 2022-12-21 13:37:23      TRUE 2022-12-21 14:00:00
## 1345 2022-12-21 13:36:40      TRUE 2022-12-21 14:00:00
## 1346 2022-12-21 13:36:24      TRUE 2022-12-21 14:00:00
## 1347 2022-12-21 13:34:39      TRUE 2022-12-21 14:00:00
## 1348 2022-12-21 13:34:25      TRUE 2022-12-21 14:00:00
## 1349 2022-12-21 13:33:53      TRUE 2022-12-21 14:00:00
## 1350 2022-12-21 13:31:43      TRUE 2022-12-21 14:00:00
## 1351 2022-12-21 13:31:11      TRUE 2022-12-21 14:00:00
## 1352 2022-12-21 13:30:06      TRUE 2022-12-21 14:00:00
## 1353 2022-12-21 13:29:58      TRUE 2022-12-21 13:00:00
## 1354 2022-12-21 13:29:04      TRUE 2022-12-21 13:00:00
## 1355 2022-12-21 13:27:52      TRUE 2022-12-21 13:00:00
## 1356 2022-12-21 13:27:34      TRUE 2022-12-21 13:00:00
## 1357 2022-12-21 13:26:56      TRUE 2022-12-21 13:00:00
## 1358 2022-12-21 13:26:28      TRUE 2022-12-21 13:00:00
## 1359 2022-12-21 13:26:19      TRUE 2022-12-21 13:00:00
## 1360 2022-12-21 13:23:56      TRUE 2022-12-21 13:00:00
## 1361 2022-12-21 13:22:57      TRUE 2022-12-21 13:00:00
## 1362 2022-12-21 13:22:22      TRUE 2022-12-21 13:00:00
## 1363 2022-12-21 13:22:05      TRUE 2022-12-21 13:00:00
## 1364 2022-12-21 13:21:47      TRUE 2022-12-21 13:00:00
## 1365 2022-12-21 13:21:10      TRUE 2022-12-21 13:00:00
## 1366 2022-12-21 13:20:07      TRUE 2022-12-21 13:00:00
## 1367 2022-12-21 13:19:50      TRUE 2022-12-21 13:00:00
## 1368 2022-12-21 13:19:22      TRUE 2022-12-21 13:00:00
## 1369 2022-12-21 13:19:17      TRUE 2022-12-21 13:00:00
## 1370 2022-12-21 13:19:07      TRUE 2022-12-21 13:00:00
## 1371 2022-12-21 13:19:03      TRUE 2022-12-21 13:00:00
## 1372 2022-12-21 13:16:31      TRUE 2022-12-21 13:00:00
## 1373 2022-12-21 13:16:17      TRUE 2022-12-21 13:00:00
## 1374 2022-12-21 13:15:03      TRUE 2022-12-21 13:00:00
## 1375 2022-12-21 13:14:41      TRUE 2022-12-21 13:00:00
## 1376 2022-12-21 13:14:15      TRUE 2022-12-21 13:00:00
## 1377 2022-12-21 13:13:54      TRUE 2022-12-21 13:00:00
## 1378 2022-12-21 13:13:53      TRUE 2022-12-21 13:00:00
## 1379 2022-12-21 13:13:39      TRUE 2022-12-21 13:00:00
## 1380 2022-12-21 13:13:31      TRUE 2022-12-21 13:00:00
## 1381 2022-12-21 13:12:52      TRUE 2022-12-21 13:00:00
## 1382 2022-12-21 13:12:51      TRUE 2022-12-21 13:00:00
## 1383 2022-12-21 13:11:58      TRUE 2022-12-21 13:00:00
## 1384 2022-12-21 13:11:22      TRUE 2022-12-21 13:00:00
## 1385 2022-12-21 13:11:10      TRUE 2022-12-21 13:00:00
## 1386 2022-12-21 13:09:58      TRUE 2022-12-21 13:00:00
## 1387 2022-12-21 13:09:52      TRUE 2022-12-21 13:00:00
## 1388 2022-12-21 13:09:51      TRUE 2022-12-21 13:00:00
## 1389 2022-12-21 13:09:21      TRUE 2022-12-21 13:00:00
## 1390 2022-12-21 13:09:16      TRUE 2022-12-21 13:00:00
## 1391 2022-12-21 13:08:48      TRUE 2022-12-21 13:00:00
## 1392 2022-12-21 13:06:51      TRUE 2022-12-21 13:00:00
## 1393 2022-12-21 13:06:46      TRUE 2022-12-21 13:00:00
## 1394 2022-12-21 13:06:17      TRUE 2022-12-21 13:00:00
## 1395 2022-12-21 13:06:14      TRUE 2022-12-21 13:00:00
## 1396 2022-12-21 13:05:36      TRUE 2022-12-21 13:00:00
## 1397 2022-12-21 13:04:35      TRUE 2022-12-21 13:00:00
## 1398 2022-12-21 13:02:01      TRUE 2022-12-21 13:00:00
## 1399 2022-12-21 13:01:48      TRUE 2022-12-21 13:00:00
## 1400 2022-12-21 13:01:39      TRUE 2022-12-21 13:00:00
## 1401 2022-12-21 13:01:39      TRUE 2022-12-21 13:00:00
## 1402 2022-12-21 13:01:23      TRUE 2022-12-21 13:00:00
## 1403 2022-12-21 12:59:49      TRUE 2022-12-21 13:00:00
## 1404 2022-12-21 12:57:49      TRUE 2022-12-21 13:00:00
## 1405 2022-12-21 12:56:59      TRUE 2022-12-21 13:00:00
## 1406 2022-12-21 12:55:20      TRUE 2022-12-21 13:00:00
## 1407 2022-12-21 12:55:13      TRUE 2022-12-21 13:00:00
## 1408 2022-12-21 12:54:17      TRUE 2022-12-21 13:00:00
## 1409 2022-12-21 12:53:52      TRUE 2022-12-21 13:00:00
## 1410 2022-12-21 12:53:42      TRUE 2022-12-21 13:00:00
## 1411 2022-12-21 12:51:27      TRUE 2022-12-21 13:00:00
## 1412 2022-12-21 12:50:55      TRUE 2022-12-21 13:00:00
## 1413 2022-12-21 12:50:43      TRUE 2022-12-21 13:00:00
## 1414 2022-12-21 12:50:30      TRUE 2022-12-21 13:00:00
## 1415 2022-12-21 12:50:23      TRUE 2022-12-21 13:00:00
## 1416 2022-12-21 12:50:07      TRUE 2022-12-21 13:00:00
## 1417 2022-12-21 12:49:42      TRUE 2022-12-21 13:00:00
## 1418 2022-12-21 12:48:24      TRUE 2022-12-21 13:00:00
## 1419 2022-12-21 12:48:05      TRUE 2022-12-21 13:00:00
## 1420 2022-12-21 12:48:04      TRUE 2022-12-21 13:00:00
## 1421 2022-12-21 12:47:48      TRUE 2022-12-21 13:00:00
## 1422 2022-12-21 12:47:11      TRUE 2022-12-21 13:00:00
## 1423 2022-12-21 12:46:58      TRUE 2022-12-21 13:00:00
## 1424 2022-12-21 12:46:56      TRUE 2022-12-21 13:00:00
## 1425 2022-12-21 12:45:53      TRUE 2022-12-21 13:00:00
## 1426 2022-12-21 12:45:19      TRUE 2022-12-21 13:00:00
## 1427 2022-12-21 12:45:13      TRUE 2022-12-21 13:00:00
## 1428 2022-12-21 12:44:27      TRUE 2022-12-21 13:00:00
## 1429 2022-12-21 12:43:45      TRUE 2022-12-21 13:00:00
## 1430 2022-12-21 12:42:00      TRUE 2022-12-21 13:00:00
## 1431 2022-12-21 12:41:08      TRUE 2022-12-21 13:00:00
## 1432 2022-12-21 12:40:54      TRUE 2022-12-21 13:00:00
## 1433 2022-12-21 12:40:52      TRUE 2022-12-21 13:00:00
## 1434 2022-12-21 12:40:26      TRUE 2022-12-21 13:00:00
## 1435 2022-12-21 12:39:21      TRUE 2022-12-21 13:00:00
## 1436 2022-12-21 12:39:12      TRUE 2022-12-21 13:00:00
## 1437 2022-12-21 12:38:36      TRUE 2022-12-21 13:00:00
## 1438 2022-12-21 12:38:28      TRUE 2022-12-21 13:00:00
## 1439 2022-12-21 12:38:16      TRUE 2022-12-21 13:00:00
## 1440 2022-12-21 12:38:04      TRUE 2022-12-21 13:00:00
## 1441 2022-12-21 12:37:58      TRUE 2022-12-21 13:00:00
## 1442 2022-12-21 12:37:54      TRUE 2022-12-21 13:00:00
## 1443 2022-12-21 12:37:33      TRUE 2022-12-21 13:00:00
## 1444 2022-12-21 12:37:33      TRUE 2022-12-21 13:00:00
## 1445 2022-12-21 12:37:05      TRUE 2022-12-21 13:00:00
## 1446 2022-12-21 12:36:38      TRUE 2022-12-21 13:00:00
## 1447 2022-12-21 12:36:31      TRUE 2022-12-21 13:00:00
## 1448 2022-12-21 12:36:20      TRUE 2022-12-21 13:00:00
## 1449 2022-12-21 12:36:15      TRUE 2022-12-21 13:00:00
## 1450 2022-12-21 12:36:09      TRUE 2022-12-21 13:00:00
## 1451 2022-12-21 12:35:48      TRUE 2022-12-21 13:00:00
## 1452 2022-12-21 12:35:34      TRUE 2022-12-21 13:00:00
## 1453 2022-12-21 12:35:31      TRUE 2022-12-21 13:00:00
## 1454 2022-12-21 12:35:23      TRUE 2022-12-21 13:00:00
## 1455 2022-12-21 12:34:51      TRUE 2022-12-21 13:00:00
## 1456 2022-12-21 12:34:34      TRUE 2022-12-21 13:00:00
## 1457 2022-12-21 12:32:58      TRUE 2022-12-21 13:00:00
## 1458 2022-12-21 12:32:57      TRUE 2022-12-21 13:00:00
## 1459 2022-12-21 12:32:46      TRUE 2022-12-21 13:00:00
## 1460 2022-12-21 12:32:29      TRUE 2022-12-21 13:00:00
## 1461 2022-12-21 12:32:27      TRUE 2022-12-21 13:00:00
## 1462 2022-12-21 12:31:50      TRUE 2022-12-21 13:00:00
## 1463 2022-12-21 12:31:44      TRUE 2022-12-21 13:00:00
## 1464 2022-12-21 12:28:22      TRUE 2022-12-21 12:00:00
## 1465 2022-12-21 12:27:25      TRUE 2022-12-21 12:00:00
## 1466 2022-12-21 12:25:43      TRUE 2022-12-21 12:00:00
## 1467 2022-12-21 12:24:14      TRUE 2022-12-21 12:00:00
## 1468 2022-12-21 12:23:31      TRUE 2022-12-21 12:00:00
## 1469 2022-12-21 12:23:01      TRUE 2022-12-21 12:00:00
## 1470 2022-12-21 12:21:23      TRUE 2022-12-21 12:00:00
## 1471 2022-12-21 12:21:21      TRUE 2022-12-21 12:00:00
## 1472 2022-12-21 12:21:15      TRUE 2022-12-21 12:00:00
## 1473 2022-12-21 12:21:12      TRUE 2022-12-21 12:00:00
## 1474 2022-12-21 12:18:48      TRUE 2022-12-21 12:00:00
## 1475 2022-12-21 12:17:00      TRUE 2022-12-21 12:00:00
## 1476 2022-12-21 12:14:03      TRUE 2022-12-21 12:00:00
## 1477 2022-12-21 12:13:14      TRUE 2022-12-21 12:00:00
## 1478 2022-12-21 12:11:36      TRUE 2022-12-21 12:00:00
## 1479 2022-12-21 12:11:04      TRUE 2022-12-21 12:00:00
## 1480 2022-12-21 12:08:53      TRUE 2022-12-21 12:00:00
## 1481 2022-12-21 12:06:14      TRUE 2022-12-21 12:00:00
## 1482 2022-12-21 12:04:56      TRUE 2022-12-21 12:00:00
## 1483 2022-12-21 12:04:30      TRUE 2022-12-21 12:00:00
## 1484 2022-12-21 12:04:24      TRUE 2022-12-21 12:00:00
## 1485 2022-12-21 12:04:01      TRUE 2022-12-21 12:00:00
## 1486 2022-12-21 12:03:17      TRUE 2022-12-21 12:00:00
## 1487 2022-12-21 12:03:06      TRUE 2022-12-21 12:00:00
## 1488 2022-12-21 11:57:58      TRUE 2022-12-21 12:00:00
## 1489 2022-12-21 11:57:56      TRUE 2022-12-21 12:00:00
## 1490 2022-12-21 11:57:25      TRUE 2022-12-21 12:00:00
## 1491 2022-12-21 11:56:46      TRUE 2022-12-21 12:00:00
## 1492 2022-12-21 11:55:37      TRUE 2022-12-21 12:00:00
## 1493 2022-12-21 11:53:22      TRUE 2022-12-21 12:00:00
## 1494 2022-12-21 11:53:12      TRUE 2022-12-21 12:00:00
## 1495 2022-12-21 11:52:17      TRUE 2022-12-21 12:00:00
## 1496 2022-12-21 11:51:56      TRUE 2022-12-21 12:00:00
## 1497 2022-12-21 11:51:25      TRUE 2022-12-21 12:00:00
## 1498 2022-12-21 11:50:51      TRUE 2022-12-21 12:00:00
## 1499 2022-12-21 11:49:44      TRUE 2022-12-21 12:00:00
## 1500 2022-12-21 11:45:59      TRUE 2022-12-21 12:00:00
## 1501 2022-12-21 11:44:54      TRUE 2022-12-21 12:00:00
## 1502 2022-12-21 11:44:45      TRUE 2022-12-21 12:00:00
## 1503 2022-12-21 11:44:01      TRUE 2022-12-21 12:00:00
## 1504 2022-12-21 11:41:33      TRUE 2022-12-21 12:00:00
## 1505 2022-12-21 11:40:57      TRUE 2022-12-21 12:00:00
## 1506 2022-12-21 11:40:19      TRUE 2022-12-21 12:00:00
## 1507 2022-12-21 11:39:33      TRUE 2022-12-21 12:00:00
## 1508 2022-12-21 11:39:18      TRUE 2022-12-21 12:00:00
## 1509 2022-12-21 11:38:21      TRUE 2022-12-21 12:00:00
## 1510 2022-12-21 11:37:35      TRUE 2022-12-21 12:00:00
## 1511 2022-12-21 11:37:31      TRUE 2022-12-21 12:00:00
## 1512 2022-12-21 11:37:29      TRUE 2022-12-21 12:00:00
## 1513 2022-12-21 11:36:16      TRUE 2022-12-21 12:00:00
## 1514 2022-12-21 11:34:44      TRUE 2022-12-21 12:00:00
## 1515 2022-12-21 11:34:16      TRUE 2022-12-21 12:00:00
## 1516 2022-12-21 11:33:37      TRUE 2022-12-21 12:00:00
## 1517 2022-12-21 11:30:00      TRUE 2022-12-21 12:00:00
## 1518 2022-12-21 11:29:59      TRUE 2022-12-21 11:00:00
## 1519 2022-12-21 11:29:17      TRUE 2022-12-21 11:00:00
## 1520 2022-12-21 11:28:09      TRUE 2022-12-21 11:00:00
## 1521 2022-12-21 11:27:02      TRUE 2022-12-21 11:00:00
## 1522 2022-12-21 11:26:37      TRUE 2022-12-21 11:00:00
## 1523 2022-12-21 11:25:21      TRUE 2022-12-21 11:00:00
## 1524 2022-12-21 11:24:02      TRUE 2022-12-21 11:00:00
## 1525 2022-12-21 11:22:58      TRUE 2022-12-21 11:00:00
## 1526 2022-12-21 11:21:35      TRUE 2022-12-21 11:00:00
## 1527 2022-12-21 11:21:31      TRUE 2022-12-21 11:00:00
## 1528 2022-12-21 11:21:02      TRUE 2022-12-21 11:00:00
## 1529 2022-12-21 11:18:08      TRUE 2022-12-21 11:00:00
## 1530 2022-12-21 11:17:34      TRUE 2022-12-21 11:00:00
## 1531 2022-12-21 11:16:48      TRUE 2022-12-21 11:00:00
## 1532 2022-12-21 11:15:45      TRUE 2022-12-21 11:00:00
## 1533 2022-12-21 11:14:59      TRUE 2022-12-21 11:00:00
## 1534 2022-12-21 11:14:11      TRUE 2022-12-21 11:00:00
## 1535 2022-12-21 11:13:38      TRUE 2022-12-21 11:00:00
## 1536 2022-12-21 11:11:05      TRUE 2022-12-21 11:00:00
## 1537 2022-12-21 11:08:28      TRUE 2022-12-21 11:00:00
## 1538 2022-12-21 11:06:25      TRUE 2022-12-21 11:00:00
## 1539 2022-12-21 11:06:21      TRUE 2022-12-21 11:00:00
## 1540 2022-12-21 11:06:15      TRUE 2022-12-21 11:00:00
## 1541 2022-12-21 11:05:37      TRUE 2022-12-21 11:00:00
## 1542 2022-12-21 11:05:33      TRUE 2022-12-21 11:00:00
## 1543 2022-12-21 11:01:56      TRUE 2022-12-21 11:00:00
## 1544 2022-12-21 11:01:41      TRUE 2022-12-21 11:00:00
## 1545 2022-12-21 10:58:24      TRUE 2022-12-21 11:00:00
## 1546 2022-12-21 10:58:07      TRUE 2022-12-21 11:00:00
## 1547 2022-12-21 10:57:56      TRUE 2022-12-21 11:00:00
## 1548 2022-12-21 10:57:51      TRUE 2022-12-21 11:00:00
## 1549 2022-12-21 10:57:07      TRUE 2022-12-21 11:00:00
## 1550 2022-12-21 10:56:17      TRUE 2022-12-21 11:00:00
## 1551 2022-12-21 10:55:34      TRUE 2022-12-21 11:00:00
## 1552 2022-12-21 10:55:18      TRUE 2022-12-21 11:00:00
## 1553 2022-12-21 10:54:56      TRUE 2022-12-21 11:00:00
## 1554 2022-12-21 10:54:48      TRUE 2022-12-21 11:00:00
## 1555 2022-12-21 10:51:59      TRUE 2022-12-21 11:00:00
## 1556 2022-12-21 10:51:45      TRUE 2022-12-21 11:00:00
## 1557 2022-12-21 10:50:36      TRUE 2022-12-21 11:00:00
## 1558 2022-12-21 10:49:39      TRUE 2022-12-21 11:00:00
## 1559 2022-12-21 10:48:50      TRUE 2022-12-21 11:00:00
## 1560 2022-12-21 10:46:36      TRUE 2022-12-21 11:00:00
## 1561 2022-12-21 10:46:26      TRUE 2022-12-21 11:00:00
## 1562 2022-12-21 10:45:02      TRUE 2022-12-21 11:00:00
## 1563 2022-12-21 10:44:25      TRUE 2022-12-21 11:00:00
## 1564 2022-12-21 10:44:05      TRUE 2022-12-21 11:00:00
## 1565 2022-12-21 10:43:36      TRUE 2022-12-21 11:00:00
## 1566 2022-12-21 10:43:35      TRUE 2022-12-21 11:00:00
## 1567 2022-12-21 10:41:47      TRUE 2022-12-21 11:00:00
## 1568 2022-12-21 10:41:29      TRUE 2022-12-21 11:00:00
## 1569 2022-12-21 10:40:03      TRUE 2022-12-21 11:00:00
## 1570 2022-12-21 10:39:21      TRUE 2022-12-21 11:00:00
## 1571 2022-12-21 10:37:34      TRUE 2022-12-21 11:00:00
## 1572 2022-12-21 10:37:27      TRUE 2022-12-21 11:00:00
## 1573 2022-12-21 10:36:53      TRUE 2022-12-21 11:00:00
## 1574 2022-12-21 10:33:20      TRUE 2022-12-21 11:00:00
## 1575 2022-12-21 10:30:26      TRUE 2022-12-21 11:00:00
## 1576 2022-12-21 10:29:20      TRUE 2022-12-21 10:00:00
## 1577 2022-12-21 10:29:05      TRUE 2022-12-21 10:00:00
## 1578 2022-12-21 10:28:32      TRUE 2022-12-21 10:00:00
## 1579 2022-12-21 10:28:26      TRUE 2022-12-21 10:00:00
## 1580 2022-12-21 10:27:32      TRUE 2022-12-21 10:00:00
## 1581 2022-12-21 10:26:17      TRUE 2022-12-21 10:00:00
## 1582 2022-12-21 10:26:14      TRUE 2022-12-21 10:00:00
## 1583 2022-12-21 10:24:44      TRUE 2022-12-21 10:00:00
## 1584 2022-12-21 10:24:16      TRUE 2022-12-21 10:00:00
## 1585 2022-12-21 10:23:36      TRUE 2022-12-21 10:00:00
## 1586 2022-12-21 10:22:53      TRUE 2022-12-21 10:00:00
## 1587 2022-12-21 10:22:52      TRUE 2022-12-21 10:00:00
## 1588 2022-12-21 10:22:45      TRUE 2022-12-21 10:00:00
## 1589 2022-12-21 10:22:19      TRUE 2022-12-21 10:00:00
## 1590 2022-12-21 10:18:36      TRUE 2022-12-21 10:00:00
## 1591 2022-12-21 10:16:32      TRUE 2022-12-21 10:00:00
## 1592 2022-12-21 10:15:58      TRUE 2022-12-21 10:00:00
## 1593 2022-12-21 10:15:24      TRUE 2022-12-21 10:00:00
## 1594 2022-12-21 10:14:00      TRUE 2022-12-21 10:00:00
## 1595 2022-12-21 10:13:56      TRUE 2022-12-21 10:00:00
## 1596 2022-12-21 10:12:38      TRUE 2022-12-21 10:00:00
## 1597 2022-12-21 10:11:15      TRUE 2022-12-21 10:00:00
## 1598 2022-12-21 10:10:11      TRUE 2022-12-21 10:00:00
## 1599 2022-12-21 10:09:46      TRUE 2022-12-21 10:00:00
## 1600 2022-12-21 10:08:05      TRUE 2022-12-21 10:00:00
## 1601 2022-12-21 10:07:15      TRUE 2022-12-21 10:00:00
## 1602 2022-12-21 10:06:15      TRUE 2022-12-21 10:00:00
## 1603 2022-12-21 10:05:31      TRUE 2022-12-21 10:00:00
## 1604 2022-12-21 10:04:52      TRUE 2022-12-21 10:00:00
## 1605 2022-12-21 10:04:12      TRUE 2022-12-21 10:00:00
## 1606 2022-12-21 10:03:48      TRUE 2022-12-21 10:00:00
## 1607 2022-12-21 10:03:36      TRUE 2022-12-21 10:00:00
## 1608 2022-12-21 10:02:29      TRUE 2022-12-21 10:00:00
## 1609 2022-12-21 10:01:18      TRUE 2022-12-21 10:00:00
## 1610 2022-12-21 09:59:07      TRUE 2022-12-21 10:00:00
## 1611 2022-12-21 09:59:01      TRUE 2022-12-21 10:00:00
## 1612 2022-12-21 09:56:36      TRUE 2022-12-21 10:00:00
## 1613 2022-12-21 09:55:03      TRUE 2022-12-21 10:00:00
## 1614 2022-12-21 09:49:35      TRUE 2022-12-21 10:00:00
## 1615 2022-12-21 09:49:16      TRUE 2022-12-21 10:00:00
## 1616 2022-12-21 09:48:03      TRUE 2022-12-21 10:00:00
## 1617 2022-12-21 09:47:20      TRUE 2022-12-21 10:00:00
## 1618 2022-12-21 09:45:42      TRUE 2022-12-21 10:00:00
## 1619 2022-12-21 09:45:26      TRUE 2022-12-21 10:00:00
## 1620 2022-12-21 09:44:10      TRUE 2022-12-21 10:00:00
## 1621 2022-12-21 09:43:38      TRUE 2022-12-21 10:00:00
## 1622 2022-12-21 09:43:37      TRUE 2022-12-21 10:00:00
## 1623 2022-12-21 09:42:13      TRUE 2022-12-21 10:00:00
## 1624 2022-12-21 09:39:45      TRUE 2022-12-21 10:00:00
## 1625 2022-12-21 09:37:38      TRUE 2022-12-21 10:00:00
## 1626 2022-12-21 09:36:50      TRUE 2022-12-21 10:00:00
## 1627 2022-12-21 09:33:46      TRUE 2022-12-21 10:00:00
## 1628 2022-12-21 09:33:13      TRUE 2022-12-21 10:00:00
## 1629 2022-12-21 09:32:20      TRUE 2022-12-21 10:00:00
## 1630 2022-12-21 09:31:09      TRUE 2022-12-21 10:00:00
## 1631 2022-12-21 09:31:05      TRUE 2022-12-21 10:00:00
## 1632 2022-12-21 09:31:04      TRUE 2022-12-21 10:00:00
## 1633 2022-12-21 09:30:54      TRUE 2022-12-21 10:00:00
## 1634 2022-12-21 09:28:12      TRUE 2022-12-21 09:00:00
## 1635 2022-12-21 09:28:03      TRUE 2022-12-21 09:00:00
## 1636 2022-12-21 09:27:50      TRUE 2022-12-21 09:00:00
## 1637 2022-12-21 09:26:53      TRUE 2022-12-21 09:00:00
## 1638 2022-12-21 09:26:52      TRUE 2022-12-21 09:00:00
## 1639 2022-12-21 09:26:46      TRUE 2022-12-21 09:00:00
## 1640 2022-12-21 09:26:14      TRUE 2022-12-21 09:00:00
## 1641 2022-12-21 09:25:24      TRUE 2022-12-21 09:00:00
## 1642 2022-12-21 09:25:00      TRUE 2022-12-21 09:00:00
## 1643 2022-12-21 09:24:45      TRUE 2022-12-21 09:00:00
## 1644 2022-12-21 09:23:26      TRUE 2022-12-21 09:00:00
## 1645 2022-12-21 09:22:47      TRUE 2022-12-21 09:00:00
## 1646 2022-12-21 09:22:22      TRUE 2022-12-21 09:00:00
## 1647 2022-12-21 09:22:17      TRUE 2022-12-21 09:00:00
## 1648 2022-12-21 09:21:59      TRUE 2022-12-21 09:00:00
## 1649 2022-12-21 09:20:44      TRUE 2022-12-21 09:00:00
## 1650 2022-12-21 09:20:32      TRUE 2022-12-21 09:00:00
## 1651 2022-12-21 09:18:36      TRUE 2022-12-21 09:00:00
## 1652 2022-12-21 09:17:27      TRUE 2022-12-21 09:00:00
## 1653 2022-12-21 09:16:16      TRUE 2022-12-21 09:00:00
## 1654 2022-12-21 09:15:06      TRUE 2022-12-21 09:00:00
## 1655 2022-12-21 09:14:34      TRUE 2022-12-21 09:00:00
## 1656 2022-12-21 09:12:20      TRUE 2022-12-21 09:00:00
## 1657 2022-12-21 09:12:05      TRUE 2022-12-21 09:00:00
## 1658 2022-12-21 09:11:54      TRUE 2022-12-21 09:00:00
## 1659 2022-12-21 09:11:29      TRUE 2022-12-21 09:00:00
## 1660 2022-12-21 09:11:07      TRUE 2022-12-21 09:00:00
## 1661 2022-12-21 09:10:48      TRUE 2022-12-21 09:00:00
## 1662 2022-12-21 09:08:36      TRUE 2022-12-21 09:00:00
## 1663 2022-12-21 09:08:00      TRUE 2022-12-21 09:00:00
## 1664 2022-12-21 09:06:14      TRUE 2022-12-21 09:00:00
## 1665 2022-12-21 09:05:41      TRUE 2022-12-21 09:00:00
## 1666 2022-12-21 09:03:06      TRUE 2022-12-21 09:00:00
## 1667 2022-12-21 09:02:37      TRUE 2022-12-21 09:00:00
## 1668 2022-12-21 09:02:10      TRUE 2022-12-21 09:00:00
## 1669 2022-12-21 09:01:57      TRUE 2022-12-21 09:00:00
## 1670 2022-12-21 09:01:32      TRUE 2022-12-21 09:00:00
## 1671 2022-12-21 09:00:43      TRUE 2022-12-21 09:00:00
## 1672 2022-12-21 08:59:56      TRUE 2022-12-21 09:00:00
## 1673 2022-12-21 08:58:53      TRUE 2022-12-21 09:00:00
## 1674 2022-12-21 08:58:49      TRUE 2022-12-21 09:00:00
## 1675 2022-12-21 08:58:26      TRUE 2022-12-21 09:00:00
## 1676 2022-12-21 08:56:53      TRUE 2022-12-21 09:00:00
## 1677 2022-12-21 08:56:50      TRUE 2022-12-21 09:00:00
## 1678 2022-12-21 08:55:51      TRUE 2022-12-21 09:00:00
## 1679 2022-12-21 08:55:26      TRUE 2022-12-21 09:00:00
## 1680 2022-12-21 08:54:05      TRUE 2022-12-21 09:00:00
## 1681 2022-12-21 08:53:33      TRUE 2022-12-21 09:00:00
## 1682 2022-12-21 08:53:05      TRUE 2022-12-21 09:00:00
## 1683 2022-12-21 08:52:18      TRUE 2022-12-21 09:00:00
## 1684 2022-12-21 08:51:54      TRUE 2022-12-21 09:00:00
## 1685 2022-12-21 08:51:53      TRUE 2022-12-21 09:00:00
## 1686 2022-12-21 08:50:17      TRUE 2022-12-21 09:00:00
## 1687 2022-12-21 08:50:15      TRUE 2022-12-21 09:00:00
## 1688 2022-12-21 08:48:20      TRUE 2022-12-21 09:00:00
## 1689 2022-12-21 08:48:02      TRUE 2022-12-21 09:00:00
## 1690 2022-12-21 08:48:00      TRUE 2022-12-21 09:00:00
## 1691 2022-12-21 08:47:41      TRUE 2022-12-21 09:00:00
## 1692 2022-12-21 08:47:12      TRUE 2022-12-21 09:00:00
## 1693 2022-12-21 08:47:02      TRUE 2022-12-21 09:00:00
## 1694 2022-12-21 08:46:42      TRUE 2022-12-21 09:00:00
## 1695 2022-12-21 08:42:07      TRUE 2022-12-21 09:00:00
## 1696 2022-12-21 08:41:50      TRUE 2022-12-21 09:00:00
## 1697 2022-12-21 08:41:39      TRUE 2022-12-21 09:00:00
## 1698 2022-12-21 08:41:13      TRUE 2022-12-21 09:00:00
## 1699 2022-12-21 08:40:35      TRUE 2022-12-21 09:00:00
## 1700 2022-12-21 08:40:02      TRUE 2022-12-21 09:00:00
## 1701 2022-12-21 08:39:49      TRUE 2022-12-21 09:00:00
## 1702 2022-12-21 08:39:39      TRUE 2022-12-21 09:00:00
## 1703 2022-12-21 08:39:32      TRUE 2022-12-21 09:00:00
## 1704 2022-12-21 08:37:28      TRUE 2022-12-21 09:00:00
## 1705 2022-12-21 08:37:11      TRUE 2022-12-21 09:00:00
## 1706 2022-12-21 08:36:14      TRUE 2022-12-21 09:00:00
## 1707 2022-12-21 08:35:07      TRUE 2022-12-21 09:00:00
## 1708 2022-12-21 08:35:02      TRUE 2022-12-21 09:00:00
## 1709 2022-12-21 08:34:59      TRUE 2022-12-21 09:00:00
## 1710 2022-12-21 08:34:41      TRUE 2022-12-21 09:00:00
## 1711 2022-12-21 08:34:21      TRUE 2022-12-21 09:00:00
## 1712 2022-12-21 08:33:52      TRUE 2022-12-21 09:00:00
## 1713 2022-12-21 08:32:17      TRUE 2022-12-21 09:00:00
## 1714 2022-12-21 08:31:35      TRUE 2022-12-21 09:00:00
## 1715 2022-12-21 08:30:39      TRUE 2022-12-21 09:00:00
## 1716 2022-12-21 08:29:28      TRUE 2022-12-21 08:00:00
## 1717 2022-12-21 08:29:27      TRUE 2022-12-21 08:00:00
## 1718 2022-12-21 08:28:31      TRUE 2022-12-21 08:00:00
## 1719 2022-12-21 08:27:39      TRUE 2022-12-21 08:00:00
## 1720 2022-12-21 08:27:20      TRUE 2022-12-21 08:00:00
## 1721 2022-12-21 08:27:16      TRUE 2022-12-21 08:00:00
## 1722 2022-12-21 08:23:50      TRUE 2022-12-21 08:00:00
## 1723 2022-12-21 08:21:37      TRUE 2022-12-21 08:00:00
## 1724 2022-12-21 08:20:06      TRUE 2022-12-21 08:00:00
## 1725 2022-12-21 08:18:16      TRUE 2022-12-21 08:00:00
## 1726 2022-12-21 08:18:13      TRUE 2022-12-21 08:00:00
## 1727 2022-12-21 08:17:42      TRUE 2022-12-21 08:00:00
## 1728 2022-12-21 08:17:37      TRUE 2022-12-21 08:00:00
## 1729 2022-12-21 08:17:21      TRUE 2022-12-21 08:00:00
## 1730 2022-12-21 08:17:15      TRUE 2022-12-21 08:00:00
## 1731 2022-12-21 08:16:56      TRUE 2022-12-21 08:00:00
## 1732 2022-12-21 08:16:39      TRUE 2022-12-21 08:00:00
## 1733 2022-12-21 08:16:20      TRUE 2022-12-21 08:00:00
## 1734 2022-12-21 08:16:03      TRUE 2022-12-21 08:00:00
## 1735 2022-12-21 08:15:49      TRUE 2022-12-21 08:00:00
## 1736 2022-12-21 08:15:37      TRUE 2022-12-21 08:00:00
## 1737 2022-12-21 08:14:41      TRUE 2022-12-21 08:00:00
## 1738 2022-12-21 08:14:07      TRUE 2022-12-21 08:00:00
## 1739 2022-12-21 08:14:03      TRUE 2022-12-21 08:00:00
## 1740 2022-12-21 08:13:39      TRUE 2022-12-21 08:00:00
## 1741 2022-12-21 08:11:59      TRUE 2022-12-21 08:00:00
## 1742 2022-12-21 08:11:16      TRUE 2022-12-21 08:00:00
## 1743 2022-12-21 08:09:25      TRUE 2022-12-21 08:00:00
## 1744 2022-12-21 08:09:20      TRUE 2022-12-21 08:00:00
## 1745 2022-12-21 08:08:30      TRUE 2022-12-21 08:00:00
## 1746 2022-12-21 08:07:55      TRUE 2022-12-21 08:00:00
## 1747 2022-12-21 08:07:52      TRUE 2022-12-21 08:00:00
## 1748 2022-12-21 08:07:30      TRUE 2022-12-21 08:00:00
## 1749 2022-12-21 08:07:22      TRUE 2022-12-21 08:00:00
## 1750 2022-12-21 08:05:59      TRUE 2022-12-21 08:00:00
## 1751 2022-12-21 08:05:50      TRUE 2022-12-21 08:00:00
## 1752 2022-12-21 08:05:42      TRUE 2022-12-21 08:00:00
## 1753 2022-12-21 08:05:34      TRUE 2022-12-21 08:00:00
## 1754 2022-12-21 08:05:07      TRUE 2022-12-21 08:00:00
## 1755 2022-12-21 08:04:17      TRUE 2022-12-21 08:00:00
## 1756 2022-12-21 08:04:02      TRUE 2022-12-21 08:00:00
## 1757 2022-12-21 08:03:53      TRUE 2022-12-21 08:00:00
## 1758 2022-12-21 08:02:33      TRUE 2022-12-21 08:00:00
## 1759 2022-12-21 08:01:46      TRUE 2022-12-21 08:00:00
## 1760 2022-12-21 08:01:39      TRUE 2022-12-21 08:00:00
## 1761 2022-12-21 08:01:09      TRUE 2022-12-21 08:00:00
## 1762 2022-12-21 08:01:06      TRUE 2022-12-21 08:00:00
## 1763 2022-12-21 08:00:44      TRUE 2022-12-21 08:00:00
## 1764 2022-12-21 08:00:33      TRUE 2022-12-21 08:00:00
## 1765 2022-12-21 07:57:32      TRUE 2022-12-21 08:00:00
## 1766 2022-12-21 07:57:22      TRUE 2022-12-21 08:00:00
## 1767 2022-12-21 07:56:46      TRUE 2022-12-21 08:00:00
## 1768 2022-12-21 07:56:15      TRUE 2022-12-21 08:00:00
## 1769 2022-12-21 07:55:14      TRUE 2022-12-21 08:00:00
## 1770 2022-12-21 07:54:04      TRUE 2022-12-21 08:00:00
## 1771 2022-12-21 07:51:23      TRUE 2022-12-21 08:00:00
## 1772 2022-12-21 07:50:31      TRUE 2022-12-21 08:00:00
## 1773 2022-12-21 07:49:56      TRUE 2022-12-21 08:00:00
## 1774 2022-12-21 07:48:59      TRUE 2022-12-21 08:00:00
## 1775 2022-12-21 07:48:13      TRUE 2022-12-21 08:00:00
## 1776 2022-12-21 07:47:59      TRUE 2022-12-21 08:00:00
## 1777 2022-12-21 07:47:13      TRUE 2022-12-21 08:00:00
## 1778 2022-12-21 07:45:50      TRUE 2022-12-21 08:00:00
## 1779 2022-12-21 07:42:39      TRUE 2022-12-21 08:00:00
## 1780 2022-12-21 07:42:07      TRUE 2022-12-21 08:00:00
## 1781 2022-12-21 07:41:52      TRUE 2022-12-21 08:00:00
## 1782 2022-12-21 07:40:19      TRUE 2022-12-21 08:00:00
## 1783 2022-12-21 07:40:15      TRUE 2022-12-21 08:00:00
## 1784 2022-12-21 07:39:46      TRUE 2022-12-21 08:00:00
## 1785 2022-12-21 07:39:45      TRUE 2022-12-21 08:00:00
## 1786 2022-12-21 07:39:37      TRUE 2022-12-21 08:00:00
## 1787 2022-12-21 07:39:34      TRUE 2022-12-21 08:00:00
## 1788 2022-12-21 07:35:57      TRUE 2022-12-21 08:00:00
## 1789 2022-12-21 07:34:39      TRUE 2022-12-21 08:00:00
## 1790 2022-12-21 07:34:14      TRUE 2022-12-21 08:00:00
## 1791 2022-12-21 07:33:31      TRUE 2022-12-21 08:00:00
## 1792 2022-12-21 07:32:48      TRUE 2022-12-21 08:00:00
## 1793 2022-12-21 07:32:30      TRUE 2022-12-21 08:00:00
## 1794 2022-12-21 07:32:12      TRUE 2022-12-21 08:00:00
## 1795 2022-12-21 07:30:14      TRUE 2022-12-21 08:00:00
## 1796 2022-12-21 07:27:38      TRUE 2022-12-21 07:00:00
## 1797 2022-12-21 07:27:08      TRUE 2022-12-21 07:00:00
## 1798 2022-12-21 07:25:03      TRUE 2022-12-21 07:00:00
## 1799 2022-12-21 07:23:52      TRUE 2022-12-21 07:00:00
## 1800 2022-12-21 07:22:33      TRUE 2022-12-21 07:00:00
## 1801 2022-12-21 07:22:09      TRUE 2022-12-21 07:00:00
## 1802 2022-12-21 07:21:21      TRUE 2022-12-21 07:00:00
## 1803 2022-12-21 07:20:32      TRUE 2022-12-21 07:00:00
## 1804 2022-12-21 07:18:58      TRUE 2022-12-21 07:00:00
## 1805 2022-12-21 07:18:20      TRUE 2022-12-21 07:00:00
## 1806 2022-12-21 07:18:00      TRUE 2022-12-21 07:00:00
## 1807 2022-12-21 07:17:12      TRUE 2022-12-21 07:00:00
## 1808 2022-12-21 07:17:11      TRUE 2022-12-21 07:00:00
## 1809 2022-12-21 07:16:57      TRUE 2022-12-21 07:00:00
## 1810 2022-12-21 07:16:32      TRUE 2022-12-21 07:00:00
## 1811 2022-12-21 07:16:09      TRUE 2022-12-21 07:00:00
## 1812 2022-12-21 07:15:30      TRUE 2022-12-21 07:00:00
## 1813 2022-12-21 07:14:54      TRUE 2022-12-21 07:00:00
## 1814 2022-12-21 07:14:49      TRUE 2022-12-21 07:00:00
## 1815 2022-12-21 07:14:26      TRUE 2022-12-21 07:00:00
## 1816 2022-12-21 07:13:06      TRUE 2022-12-21 07:00:00
## 1817 2022-12-21 07:12:38      TRUE 2022-12-21 07:00:00
## 1818 2022-12-21 07:11:45      TRUE 2022-12-21 07:00:00
## 1819 2022-12-21 07:11:35      TRUE 2022-12-21 07:00:00
## 1820 2022-12-21 07:11:33      TRUE 2022-12-21 07:00:00
## 1821 2022-12-21 07:10:21      TRUE 2022-12-21 07:00:00
## 1822 2022-12-21 07:10:09      TRUE 2022-12-21 07:00:00
## 1823 2022-12-21 07:09:13      TRUE 2022-12-21 07:00:00
## 1824 2022-12-21 07:08:54      TRUE 2022-12-21 07:00:00
## 1825 2022-12-21 07:08:46      TRUE 2022-12-21 07:00:00
## 1826 2022-12-21 07:08:06      TRUE 2022-12-21 07:00:00
## 1827 2022-12-21 07:06:56      TRUE 2022-12-21 07:00:00
## 1828 2022-12-21 07:05:34      TRUE 2022-12-21 07:00:00
## 1829 2022-12-21 07:04:14      TRUE 2022-12-21 07:00:00
## 1830 2022-12-21 07:03:22      TRUE 2022-12-21 07:00:00
## 1831 2022-12-21 07:02:16      TRUE 2022-12-21 07:00:00
## 1832 2022-12-21 07:01:35      TRUE 2022-12-21 07:00:00
## 1833 2022-12-21 06:59:40      TRUE 2022-12-21 07:00:00
## 1834 2022-12-21 06:59:09      TRUE 2022-12-21 07:00:00
## 1835 2022-12-21 06:57:56      TRUE 2022-12-21 07:00:00
## 1836 2022-12-21 06:57:15      TRUE 2022-12-21 07:00:00
## 1837 2022-12-21 06:54:27      TRUE 2022-12-21 07:00:00
## 1838 2022-12-21 06:54:21      TRUE 2022-12-21 07:00:00
## 1839 2022-12-21 06:54:15      TRUE 2022-12-21 07:00:00
## 1840 2022-12-21 06:54:10      TRUE 2022-12-21 07:00:00
## 1841 2022-12-21 06:53:54      TRUE 2022-12-21 07:00:00
## 1842 2022-12-21 06:53:26      TRUE 2022-12-21 07:00:00
## 1843 2022-12-21 06:51:48      TRUE 2022-12-21 07:00:00
## 1844 2022-12-21 06:51:11      TRUE 2022-12-21 07:00:00
## 1845 2022-12-21 06:50:47      TRUE 2022-12-21 07:00:00
## 1846 2022-12-21 06:50:05      TRUE 2022-12-21 07:00:00
## 1847 2022-12-21 06:49:59      TRUE 2022-12-21 07:00:00
## 1848 2022-12-21 06:47:13      TRUE 2022-12-21 07:00:00
## 1849 2022-12-21 06:45:40      TRUE 2022-12-21 07:00:00
## 1850 2022-12-21 06:45:19      TRUE 2022-12-21 07:00:00
## 1851 2022-12-21 06:44:59      TRUE 2022-12-21 07:00:00
## 1852 2022-12-21 06:44:41      TRUE 2022-12-21 07:00:00
## 1853 2022-12-21 06:43:44      TRUE 2022-12-21 07:00:00
## 1854 2022-12-21 06:42:38      TRUE 2022-12-21 07:00:00
## 1855 2022-12-21 06:41:42      TRUE 2022-12-21 07:00:00
## 1856 2022-12-21 06:39:05      TRUE 2022-12-21 07:00:00
## 1857 2022-12-21 06:38:57      TRUE 2022-12-21 07:00:00
## 1858 2022-12-21 06:38:07      TRUE 2022-12-21 07:00:00
## 1859 2022-12-21 06:37:39      TRUE 2022-12-21 07:00:00
## 1860 2022-12-21 06:37:12      TRUE 2022-12-21 07:00:00
## 1861 2022-12-21 06:34:35      TRUE 2022-12-21 07:00:00
## 1862 2022-12-21 06:33:44      TRUE 2022-12-21 07:00:00
## 1863 2022-12-21 06:32:31      TRUE 2022-12-21 07:00:00
## 1864 2022-12-21 06:27:44      TRUE 2022-12-21 06:00:00
## 1865 2022-12-21 06:27:16      TRUE 2022-12-21 06:00:00
## 1866 2022-12-21 06:27:07      TRUE 2022-12-21 06:00:00
## 1867 2022-12-21 06:26:14      TRUE 2022-12-21 06:00:00
## 1868 2022-12-21 06:25:35      TRUE 2022-12-21 06:00:00
## 1869 2022-12-21 06:25:31      TRUE 2022-12-21 06:00:00
## 1870 2022-12-21 06:24:48      TRUE 2022-12-21 06:00:00
## 1871 2022-12-21 06:24:19      TRUE 2022-12-21 06:00:00
## 1872 2022-12-21 06:23:15      TRUE 2022-12-21 06:00:00
## 1873 2022-12-21 06:22:54      TRUE 2022-12-21 06:00:00
## 1874 2022-12-21 06:20:47      TRUE 2022-12-21 06:00:00
## 1875 2022-12-21 06:20:30      TRUE 2022-12-21 06:00:00
## 1876 2022-12-21 06:19:39      TRUE 2022-12-21 06:00:00
## 1877 2022-12-21 06:19:16      TRUE 2022-12-21 06:00:00
## 1878 2022-12-21 06:19:08      TRUE 2022-12-21 06:00:00
## 1879 2022-12-21 06:18:03      TRUE 2022-12-21 06:00:00
## 1880 2022-12-21 06:17:50      TRUE 2022-12-21 06:00:00
## 1881 2022-12-21 06:17:43      TRUE 2022-12-21 06:00:00
## 1882 2022-12-21 06:17:22      TRUE 2022-12-21 06:00:00
## 1883 2022-12-21 06:17:03      TRUE 2022-12-21 06:00:00
## 1884 2022-12-21 06:16:31      TRUE 2022-12-21 06:00:00
## 1885 2022-12-21 06:12:13      TRUE 2022-12-21 06:00:00
## 1886 2022-12-21 06:11:50      TRUE 2022-12-21 06:00:00
## 1887 2022-12-21 06:11:36      TRUE 2022-12-21 06:00:00
## 1888 2022-12-21 06:10:56      TRUE 2022-12-21 06:00:00
## 1889 2022-12-21 06:10:40      TRUE 2022-12-21 06:00:00
## 1890 2022-12-21 06:10:27      TRUE 2022-12-21 06:00:00
## 1891 2022-12-21 06:10:14      TRUE 2022-12-21 06:00:00
## 1892 2022-12-21 06:07:35      TRUE 2022-12-21 06:00:00
## 1893 2022-12-21 06:06:34      TRUE 2022-12-21 06:00:00
## 1894 2022-12-21 06:06:14      TRUE 2022-12-21 06:00:00
## 1895 2022-12-21 06:05:42      TRUE 2022-12-21 06:00:00
## 1896 2022-12-21 06:04:00      TRUE 2022-12-21 06:00:00
## 1897 2022-12-21 06:03:43      TRUE 2022-12-21 06:00:00
## 1898 2022-12-21 06:03:38      TRUE 2022-12-21 06:00:00
## 1899 2022-12-21 05:59:49      TRUE 2022-12-21 06:00:00
## 1900 2022-12-21 05:59:33      TRUE 2022-12-21 06:00:00
## 1901 2022-12-21 05:57:52      TRUE 2022-12-21 06:00:00
## 1902 2022-12-21 05:57:35      TRUE 2022-12-21 06:00:00
## 1903 2022-12-21 05:56:45      TRUE 2022-12-21 06:00:00
## 1904 2022-12-21 05:55:02      TRUE 2022-12-21 06:00:00
## 1905 2022-12-21 05:54:01      TRUE 2022-12-21 06:00:00
## 1906 2022-12-21 05:53:43      TRUE 2022-12-21 06:00:00
## 1907 2022-12-21 05:53:39      TRUE 2022-12-21 06:00:00
## 1908 2022-12-21 05:53:23      TRUE 2022-12-21 06:00:00
## 1909 2022-12-21 05:53:18      TRUE 2022-12-21 06:00:00
## 1910 2022-12-21 05:53:09      TRUE 2022-12-21 06:00:00
## 1911 2022-12-21 05:52:31      TRUE 2022-12-21 06:00:00
## 1912 2022-12-21 05:51:38      TRUE 2022-12-21 06:00:00
## 1913 2022-12-21 05:50:43      TRUE 2022-12-21 06:00:00
## 1914 2022-12-21 05:50:42      TRUE 2022-12-21 06:00:00
## 1915 2022-12-21 05:50:14      TRUE 2022-12-21 06:00:00
## 1916 2022-12-21 05:48:52      TRUE 2022-12-21 06:00:00
## 1917 2022-12-21 05:48:13      TRUE 2022-12-21 06:00:00
## 1918 2022-12-21 05:46:14      TRUE 2022-12-21 06:00:00
## 1919 2022-12-21 05:43:52      TRUE 2022-12-21 06:00:00
## 1920 2022-12-21 05:43:19      TRUE 2022-12-21 06:00:00
## 1921 2022-12-21 05:43:00      TRUE 2022-12-21 06:00:00
## 1922 2022-12-21 05:41:46      TRUE 2022-12-21 06:00:00
## 1923 2022-12-21 05:40:48      TRUE 2022-12-21 06:00:00
## 1924 2022-12-21 05:40:23      TRUE 2022-12-21 06:00:00
## 1925 2022-12-21 05:39:53      TRUE 2022-12-21 06:00:00
## 1926 2022-12-21 05:39:39      TRUE 2022-12-21 06:00:00
## 1927 2022-12-21 05:39:31      TRUE 2022-12-21 06:00:00
## 1928 2022-12-21 05:39:05      TRUE 2022-12-21 06:00:00
## 1929 2022-12-21 05:39:04      TRUE 2022-12-21 06:00:00
## 1930 2022-12-21 05:38:43      TRUE 2022-12-21 06:00:00
## 1931 2022-12-21 05:37:17      TRUE 2022-12-21 06:00:00
## 1932 2022-12-21 05:36:27      TRUE 2022-12-21 06:00:00
## 1933 2022-12-21 05:36:14      TRUE 2022-12-21 06:00:00
## 1934 2022-12-21 05:35:54      TRUE 2022-12-21 06:00:00
## 1935 2022-12-21 05:35:52      TRUE 2022-12-21 06:00:00
## 1936 2022-12-21 05:35:14      TRUE 2022-12-21 06:00:00
## 1937 2022-12-21 05:35:13      TRUE 2022-12-21 06:00:00
## 1938 2022-12-21 05:35:11      TRUE 2022-12-21 06:00:00
## 1939 2022-12-21 05:35:04      TRUE 2022-12-21 06:00:00
## 1940 2022-12-21 05:34:22      TRUE 2022-12-21 06:00:00
## 1941 2022-12-21 05:34:06      TRUE 2022-12-21 06:00:00
## 1942 2022-12-21 05:32:34      TRUE 2022-12-21 06:00:00
## 1943 2022-12-21 05:27:29      TRUE 2022-12-21 05:00:00
## 1944 2022-12-21 05:25:46      TRUE 2022-12-21 05:00:00
## 1945 2022-12-21 05:25:04      TRUE 2022-12-21 05:00:00
## 1946 2022-12-21 05:24:58      TRUE 2022-12-21 05:00:00
## 1947 2022-12-21 05:24:51      TRUE 2022-12-21 05:00:00
## 1948 2022-12-21 05:23:21      TRUE 2022-12-21 05:00:00
## 1949 2022-12-21 05:22:29      TRUE 2022-12-21 05:00:00
## 1950 2022-12-21 05:22:12      TRUE 2022-12-21 05:00:00
## 1951 2022-12-21 05:21:37      TRUE 2022-12-21 05:00:00
## 1952 2022-12-21 05:21:37      TRUE 2022-12-21 05:00:00
## 1953 2022-12-21 05:21:15      TRUE 2022-12-21 05:00:00
## 1954 2022-12-21 05:21:05      TRUE 2022-12-21 05:00:00
## 1955 2022-12-21 05:20:20      TRUE 2022-12-21 05:00:00
## 1956 2022-12-21 05:20:07      TRUE 2022-12-21 05:00:00
## 1957 2022-12-21 05:19:11      TRUE 2022-12-21 05:00:00
## 1958 2022-12-21 05:18:14      TRUE 2022-12-21 05:00:00
## 1959 2022-12-21 05:17:32      TRUE 2022-12-21 05:00:00
## 1960 2022-12-21 05:15:48      TRUE 2022-12-21 05:00:00
## 1961 2022-12-21 05:14:09      TRUE 2022-12-21 05:00:00
## 1962 2022-12-21 05:12:11      TRUE 2022-12-21 05:00:00
## 1963 2022-12-21 05:11:08      TRUE 2022-12-21 05:00:00
## 1964 2022-12-21 05:09:33      TRUE 2022-12-21 05:00:00
## 1965 2022-12-21 05:08:24      TRUE 2022-12-21 05:00:00
## 1966 2022-12-21 05:08:12      TRUE 2022-12-21 05:00:00
## 1967 2022-12-21 05:07:49      TRUE 2022-12-21 05:00:00
## 1968 2022-12-21 05:07:09      TRUE 2022-12-21 05:00:00
## 1969 2022-12-21 05:06:44      TRUE 2022-12-21 05:00:00
## 1970 2022-12-21 05:06:34      TRUE 2022-12-21 05:00:00
## 1971 2022-12-21 05:06:14      TRUE 2022-12-21 05:00:00
## 1972 2022-12-21 05:05:59      TRUE 2022-12-21 05:00:00
## 1973 2022-12-21 05:04:55      TRUE 2022-12-21 05:00:00
## 1974 2022-12-21 05:04:34      TRUE 2022-12-21 05:00:00
## 1975 2022-12-21 05:04:04      TRUE 2022-12-21 05:00:00
## 1976 2022-12-21 05:02:37      TRUE 2022-12-21 05:00:00
## 1977 2022-12-21 05:02:34      TRUE 2022-12-21 05:00:00
## 1978 2022-12-21 05:02:33      TRUE 2022-12-21 05:00:00
## 1979 2022-12-21 05:02:05      TRUE 2022-12-21 05:00:00
## 1980 2022-12-21 05:01:45      TRUE 2022-12-21 05:00:00
## 1981 2022-12-21 05:01:00      TRUE 2022-12-21 05:00:00
## 1982 2022-12-21 04:59:55      TRUE 2022-12-21 05:00:00
## 1983 2022-12-21 04:57:46      TRUE 2022-12-21 05:00:00
## 1984 2022-12-21 04:57:25      TRUE 2022-12-21 05:00:00
## 1985 2022-12-21 04:57:21      TRUE 2022-12-21 05:00:00
## 1986 2022-12-21 04:57:05      TRUE 2022-12-21 05:00:00
## 1987 2022-12-21 04:56:36      TRUE 2022-12-21 05:00:00
## 1988 2022-12-21 04:55:14      TRUE 2022-12-21 05:00:00
## 1989 2022-12-21 04:53:59      TRUE 2022-12-21 05:00:00
## 1990 2022-12-21 04:53:56      TRUE 2022-12-21 05:00:00
## 1991 2022-12-21 04:53:12      TRUE 2022-12-21 05:00:00
## 1992 2022-12-21 04:52:57      TRUE 2022-12-21 05:00:00
## 1993 2022-12-21 04:51:29      TRUE 2022-12-21 05:00:00
## 1994 2022-12-21 04:51:14      TRUE 2022-12-21 05:00:00
## 1995 2022-12-21 04:48:26      TRUE 2022-12-21 05:00:00
## 1996 2022-12-21 04:47:34      TRUE 2022-12-21 05:00:00
## 1997 2022-12-21 04:43:58      TRUE 2022-12-21 05:00:00
## 1998 2022-12-21 04:42:36      TRUE 2022-12-21 05:00:00
## 1999 2022-12-21 04:42:32      TRUE 2022-12-21 05:00:00
## 2000 2022-12-21 04:41:18      TRUE 2022-12-21 05:00:00
## 2001 2022-12-21 04:41:06      TRUE 2022-12-21 05:00:00
## 2002 2022-12-21 04:39:55      TRUE 2022-12-21 05:00:00
## 2003 2022-12-21 04:39:47      TRUE 2022-12-21 05:00:00
## 2004 2022-12-21 04:39:38      TRUE 2022-12-21 05:00:00
## 2005 2022-12-21 04:39:29      TRUE 2022-12-21 05:00:00
## 2006 2022-12-21 04:39:24      TRUE 2022-12-21 05:00:00
## 2007 2022-12-21 04:38:54      TRUE 2022-12-21 05:00:00
## 2008 2022-12-21 04:38:50      TRUE 2022-12-21 05:00:00
## 2009 2022-12-21 04:36:24      TRUE 2022-12-21 05:00:00
## 2010 2022-12-21 04:36:15      TRUE 2022-12-21 05:00:00
## 2011 2022-12-21 04:35:26      TRUE 2022-12-21 05:00:00
## 2012 2022-12-21 04:35:21      TRUE 2022-12-21 05:00:00
## 2013 2022-12-21 04:35:15      TRUE 2022-12-21 05:00:00
## 2014 2022-12-21 04:33:59      TRUE 2022-12-21 05:00:00
## 2015 2022-12-21 04:31:56      TRUE 2022-12-21 05:00:00
## 2016 2022-12-21 04:30:45      TRUE 2022-12-21 05:00:00
## 2017 2022-12-21 04:30:44      TRUE 2022-12-21 05:00:00
## 2018 2022-12-21 04:28:55      TRUE 2022-12-21 04:00:00
## 2019 2022-12-21 04:28:14      TRUE 2022-12-21 04:00:00
## 2020 2022-12-21 04:27:52      TRUE 2022-12-21 04:00:00
## 2021 2022-12-21 04:26:30      TRUE 2022-12-21 04:00:00
## 2022 2022-12-21 04:26:03      TRUE 2022-12-21 04:00:00
## 2023 2022-12-21 04:25:33      TRUE 2022-12-21 04:00:00
## 2024 2022-12-21 04:25:18      TRUE 2022-12-21 04:00:00
## 2025 2022-12-21 04:24:57      TRUE 2022-12-21 04:00:00
## 2026 2022-12-21 04:24:16      TRUE 2022-12-21 04:00:00
## 2027 2022-12-21 04:24:00      TRUE 2022-12-21 04:00:00
## 2028 2022-12-21 04:23:44      TRUE 2022-12-21 04:00:00
## 2029 2022-12-21 04:23:22      TRUE 2022-12-21 04:00:00
## 2030 2022-12-21 04:23:07      TRUE 2022-12-21 04:00:00
## 2031 2022-12-21 04:23:07      TRUE 2022-12-21 04:00:00
## 2032 2022-12-21 04:22:48      TRUE 2022-12-21 04:00:00
## 2033 2022-12-21 04:22:17      TRUE 2022-12-21 04:00:00
## 2034 2022-12-21 04:22:15      TRUE 2022-12-21 04:00:00
## 2035 2022-12-21 04:21:32      TRUE 2022-12-21 04:00:00
## 2036 2022-12-21 04:21:09      TRUE 2022-12-21 04:00:00
## 2037 2022-12-21 04:19:57      TRUE 2022-12-21 04:00:00
## 2038 2022-12-21 04:19:36      TRUE 2022-12-21 04:00:00
## 2039 2022-12-21 04:19:19      TRUE 2022-12-21 04:00:00
## 2040 2022-12-21 04:19:03      TRUE 2022-12-21 04:00:00
## 2041 2022-12-21 04:18:43      TRUE 2022-12-21 04:00:00
## 2042 2022-12-21 04:17:33      TRUE 2022-12-21 04:00:00
## 2043 2022-12-21 04:17:24      TRUE 2022-12-21 04:00:00
## 2044 2022-12-21 04:17:10      TRUE 2022-12-21 04:00:00
## 2045 2022-12-21 04:16:08      TRUE 2022-12-21 04:00:00
## 2046 2022-12-21 04:15:43      TRUE 2022-12-21 04:00:00
## 2047 2022-12-21 04:15:41      TRUE 2022-12-21 04:00:00
## 2048 2022-12-21 04:15:24      TRUE 2022-12-21 04:00:00
## 2049 2022-12-21 04:14:40      TRUE 2022-12-21 04:00:00
## 2050 2022-12-21 04:14:29      TRUE 2022-12-21 04:00:00
## 2051 2022-12-21 04:13:07      TRUE 2022-12-21 04:00:00
## 2052 2022-12-21 04:12:56      TRUE 2022-12-21 04:00:00
## 2053 2022-12-21 04:12:40      TRUE 2022-12-21 04:00:00
## 2054 2022-12-21 04:12:22      TRUE 2022-12-21 04:00:00
## 2055 2022-12-21 04:11:56      TRUE 2022-12-21 04:00:00
## 2056 2022-12-21 04:11:31      TRUE 2022-12-21 04:00:00
## 2057 2022-12-21 04:10:45      TRUE 2022-12-21 04:00:00
## 2058 2022-12-21 04:10:39      TRUE 2022-12-21 04:00:00
## 2059 2022-12-21 04:09:54      TRUE 2022-12-21 04:00:00
## 2060 2022-12-21 04:09:49      TRUE 2022-12-21 04:00:00
## 2061 2022-12-21 04:09:01      TRUE 2022-12-21 04:00:00
## 2062 2022-12-21 04:08:37      TRUE 2022-12-21 04:00:00
## 2063 2022-12-21 04:07:49      TRUE 2022-12-21 04:00:00
## 2064 2022-12-21 04:07:26      TRUE 2022-12-21 04:00:00
## 2065 2022-12-21 04:06:43      TRUE 2022-12-21 04:00:00
## 2066 2022-12-21 04:06:34      TRUE 2022-12-21 04:00:00
## 2067 2022-12-21 04:06:20      TRUE 2022-12-21 04:00:00
## 2068 2022-12-21 04:06:14      TRUE 2022-12-21 04:00:00
## 2069 2022-12-21 04:05:32      TRUE 2022-12-21 04:00:00
## 2070 2022-12-21 04:05:28      TRUE 2022-12-21 04:00:00
## 2071 2022-12-21 04:04:24      TRUE 2022-12-21 04:00:00
## 2072 2022-12-21 04:04:22      TRUE 2022-12-21 04:00:00
## 2073 2022-12-21 04:03:23      TRUE 2022-12-21 04:00:00
## 2074 2022-12-21 04:02:53      TRUE 2022-12-21 04:00:00
## 2075 2022-12-21 04:02:21      TRUE 2022-12-21 04:00:00
## 2076 2022-12-21 04:01:53      TRUE 2022-12-21 04:00:00
## 2077 2022-12-21 04:01:35      TRUE 2022-12-21 04:00:00
## 2078 2022-12-21 04:01:34      TRUE 2022-12-21 04:00:00
## 2079 2022-12-21 04:00:14      TRUE 2022-12-21 04:00:00
## 2080 2022-12-21 03:59:45      TRUE 2022-12-21 04:00:00
## 2081 2022-12-21 03:59:16      TRUE 2022-12-21 04:00:00
## 2082 2022-12-21 03:57:45      TRUE 2022-12-21 04:00:00
## 2083 2022-12-21 03:57:24      TRUE 2022-12-21 04:00:00
## 2084 2022-12-21 03:56:40      TRUE 2022-12-21 04:00:00
## 2085 2022-12-21 03:56:36      TRUE 2022-12-21 04:00:00
## 2086 2022-12-21 03:56:26      TRUE 2022-12-21 04:00:00
## 2087 2022-12-21 03:56:14      TRUE 2022-12-21 04:00:00
## 2088 2022-12-21 03:55:43      TRUE 2022-12-21 04:00:00
## 2089 2022-12-21 03:55:29      TRUE 2022-12-21 04:00:00
## 2090 2022-12-21 03:53:23      TRUE 2022-12-21 04:00:00
## 2091 2022-12-21 03:53:01      TRUE 2022-12-21 04:00:00
## 2092 2022-12-21 03:52:42      TRUE 2022-12-21 04:00:00
## 2093 2022-12-21 03:51:58      TRUE 2022-12-21 04:00:00
## 2094 2022-12-21 03:51:30      TRUE 2022-12-21 04:00:00
## 2095 2022-12-21 03:49:40      TRUE 2022-12-21 04:00:00
## 2096 2022-12-21 03:49:01      TRUE 2022-12-21 04:00:00
## 2097 2022-12-21 03:48:55      TRUE 2022-12-21 04:00:00
## 2098 2022-12-21 03:48:36      TRUE 2022-12-21 04:00:00
## 2099 2022-12-21 03:48:07      TRUE 2022-12-21 04:00:00
## 2100 2022-12-21 03:48:05      TRUE 2022-12-21 04:00:00
## 2101 2022-12-21 03:47:40      TRUE 2022-12-21 04:00:00
## 2102 2022-12-21 03:47:18      TRUE 2022-12-21 04:00:00
## 2103 2022-12-21 03:46:47      TRUE 2022-12-21 04:00:00
## 2104 2022-12-21 03:46:07      TRUE 2022-12-21 04:00:00
## 2105 2022-12-21 03:45:38      TRUE 2022-12-21 04:00:00
## 2106 2022-12-21 03:43:17      TRUE 2022-12-21 04:00:00
## 2107 2022-12-21 03:42:58      TRUE 2022-12-21 04:00:00
## 2108 2022-12-21 03:42:22      TRUE 2022-12-21 04:00:00
## 2109 2022-12-21 03:41:41      TRUE 2022-12-21 04:00:00
## 2110 2022-12-21 03:41:03      TRUE 2022-12-21 04:00:00
## 2111 2022-12-21 03:40:54      TRUE 2022-12-21 04:00:00
## 2112 2022-12-21 03:40:29      TRUE 2022-12-21 04:00:00
## 2113 2022-12-21 03:39:51      TRUE 2022-12-21 04:00:00
## 2114 2022-12-21 03:39:49      TRUE 2022-12-21 04:00:00
## 2115 2022-12-21 03:39:37      TRUE 2022-12-21 04:00:00
## 2116 2022-12-21 03:39:28      TRUE 2022-12-21 04:00:00
## 2117 2022-12-21 03:39:20      TRUE 2022-12-21 04:00:00
## 2118 2022-12-21 03:38:36      TRUE 2022-12-21 04:00:00
## 2119 2022-12-21 03:38:04      TRUE 2022-12-21 04:00:00
## 2120 2022-12-21 03:37:53      TRUE 2022-12-21 04:00:00
## 2121 2022-12-21 03:37:51      TRUE 2022-12-21 04:00:00
## 2122 2022-12-21 03:37:14      TRUE 2022-12-21 04:00:00
## 2123 2022-12-21 03:36:59      TRUE 2022-12-21 04:00:00
## 2124 2022-12-21 03:36:53      TRUE 2022-12-21 04:00:00
## 2125 2022-12-21 03:36:51      TRUE 2022-12-21 04:00:00
## 2126 2022-12-21 03:36:16      TRUE 2022-12-21 04:00:00
## 2127 2022-12-21 03:36:16      TRUE 2022-12-21 04:00:00
## 2128 2022-12-21 03:36:13      TRUE 2022-12-21 04:00:00
## 2129 2022-12-21 03:36:04      TRUE 2022-12-21 04:00:00
## 2130 2022-12-21 03:36:03      TRUE 2022-12-21 04:00:00
## 2131 2022-12-21 03:35:14      TRUE 2022-12-21 04:00:00
## 2132 2022-12-21 03:34:26      TRUE 2022-12-21 04:00:00
## 2133 2022-12-21 03:34:12      TRUE 2022-12-21 04:00:00
## 2134 2022-12-21 03:33:46      TRUE 2022-12-21 04:00:00
## 2135 2022-12-21 03:33:26      TRUE 2022-12-21 04:00:00
## 2136 2022-12-21 03:30:40      TRUE 2022-12-21 04:00:00
## 2137 2022-12-21 03:30:33      TRUE 2022-12-21 04:00:00
## 2138 2022-12-21 03:30:31      TRUE 2022-12-21 04:00:00
## 2139 2022-12-21 03:29:47      TRUE 2022-12-21 03:00:00
## 2140 2022-12-21 03:29:45      TRUE 2022-12-21 03:00:00
## 2141 2022-12-21 03:29:08      TRUE 2022-12-21 03:00:00
## 2142 2022-12-21 03:28:46      TRUE 2022-12-21 03:00:00
## 2143 2022-12-21 03:28:33      TRUE 2022-12-21 03:00:00
## 2144 2022-12-21 03:28:24      TRUE 2022-12-21 03:00:00
## 2145 2022-12-21 03:28:17      TRUE 2022-12-21 03:00:00
## 2146 2022-12-21 03:27:02      TRUE 2022-12-21 03:00:00
## 2147 2022-12-21 03:25:38      TRUE 2022-12-21 03:00:00
## 2148 2022-12-21 03:25:23      TRUE 2022-12-21 03:00:00
## 2149 2022-12-21 03:25:04      TRUE 2022-12-21 03:00:00
## 2150 2022-12-21 03:24:57      TRUE 2022-12-21 03:00:00
## 2151 2022-12-21 03:24:52      TRUE 2022-12-21 03:00:00
## 2152 2022-12-21 03:24:35      TRUE 2022-12-21 03:00:00
## 2153 2022-12-21 03:24:03      TRUE 2022-12-21 03:00:00
## 2154 2022-12-21 03:23:56      TRUE 2022-12-21 03:00:00
## 2155 2022-12-21 03:23:47      TRUE 2022-12-21 03:00:00
## 2156 2022-12-21 03:23:38      TRUE 2022-12-21 03:00:00
## 2157 2022-12-21 03:23:22      TRUE 2022-12-21 03:00:00
## 2158 2022-12-21 03:23:18      TRUE 2022-12-21 03:00:00
## 2159 2022-12-21 03:23:06      TRUE 2022-12-21 03:00:00
## 2160 2022-12-21 03:22:24      TRUE 2022-12-21 03:00:00
## 2161 2022-12-21 03:22:16      TRUE 2022-12-21 03:00:00
## 2162 2022-12-21 03:20:01      TRUE 2022-12-21 03:00:00
## 2163 2022-12-21 03:19:42      TRUE 2022-12-21 03:00:00
## 2164 2022-12-21 03:18:17      TRUE 2022-12-21 03:00:00
## 2165 2022-12-21 03:17:47      TRUE 2022-12-21 03:00:00
## 2166 2022-12-21 03:17:36      TRUE 2022-12-21 03:00:00
## 2167 2022-12-21 03:13:03      TRUE 2022-12-21 03:00:00
## 2168 2022-12-21 03:12:19      TRUE 2022-12-21 03:00:00
## 2169 2022-12-21 03:11:39      TRUE 2022-12-21 03:00:00
## 2170 2022-12-21 03:11:29      TRUE 2022-12-21 03:00:00
## 2171 2022-12-21 03:11:18      TRUE 2022-12-21 03:00:00
## 2172 2022-12-21 03:09:55      TRUE 2022-12-21 03:00:00
## 2173 2022-12-21 03:08:46      TRUE 2022-12-21 03:00:00
## 2174 2022-12-21 03:08:44      TRUE 2022-12-21 03:00:00
## 2175 2022-12-21 03:08:36      TRUE 2022-12-21 03:00:00
## 2176 2022-12-21 03:07:59      TRUE 2022-12-21 03:00:00
## 2177 2022-12-21 03:07:32      TRUE 2022-12-21 03:00:00
## 2178 2022-12-21 03:06:49      TRUE 2022-12-21 03:00:00
## 2179 2022-12-21 03:06:48      TRUE 2022-12-21 03:00:00
## 2180 2022-12-21 03:06:45      TRUE 2022-12-21 03:00:00
## 2181 2022-12-21 03:04:52      TRUE 2022-12-21 03:00:00
## 2182 2022-12-21 03:02:53      TRUE 2022-12-21 03:00:00
## 2183 2022-12-21 03:02:22      TRUE 2022-12-21 03:00:00
## 2184 2022-12-21 03:02:20      TRUE 2022-12-21 03:00:00
## 2185 2022-12-21 03:02:04      TRUE 2022-12-21 03:00:00
## 2186 2022-12-21 03:01:30      TRUE 2022-12-21 03:00:00
## 2187 2022-12-21 02:59:38      TRUE 2022-12-21 03:00:00
## 2188 2022-12-21 02:58:53      TRUE 2022-12-21 03:00:00
## 2189 2022-12-21 02:58:45      TRUE 2022-12-21 03:00:00
## 2190 2022-12-21 02:58:30      TRUE 2022-12-21 03:00:00
## 2191 2022-12-21 02:57:47      TRUE 2022-12-21 03:00:00
## 2192 2022-12-21 02:57:24      TRUE 2022-12-21 03:00:00
## 2193 2022-12-21 02:57:06      TRUE 2022-12-21 03:00:00
## 2194 2022-12-21 02:56:50      TRUE 2022-12-21 03:00:00
## 2195 2022-12-21 02:56:50      TRUE 2022-12-21 03:00:00
## 2196 2022-12-21 02:56:33      TRUE 2022-12-21 03:00:00
## 2197 2022-12-21 02:56:28      TRUE 2022-12-21 03:00:00
## 2198 2022-12-21 02:56:11      TRUE 2022-12-21 03:00:00
## 2199 2022-12-21 02:55:29      TRUE 2022-12-21 03:00:00
## 2200 2022-12-21 02:53:38      TRUE 2022-12-21 03:00:00
## 2201 2022-12-21 02:52:03      TRUE 2022-12-21 03:00:00
## 2202 2022-12-21 02:51:29      TRUE 2022-12-21 03:00:00
## 2203 2022-12-21 02:51:10      TRUE 2022-12-21 03:00:00
## 2204 2022-12-21 02:51:10      TRUE 2022-12-21 03:00:00
## 2205 2022-12-21 02:51:08      TRUE 2022-12-21 03:00:00
## 2206 2022-12-21 02:51:00      TRUE 2022-12-21 03:00:00
## 2207 2022-12-21 02:50:57      TRUE 2022-12-21 03:00:00
## 2208 2022-12-21 02:50:36      TRUE 2022-12-21 03:00:00
## 2209 2022-12-21 02:49:53      TRUE 2022-12-21 03:00:00
## 2210 2022-12-21 02:49:49      TRUE 2022-12-21 03:00:00
## 2211 2022-12-21 02:48:39      TRUE 2022-12-21 03:00:00
## 2212 2022-12-21 02:47:45      TRUE 2022-12-21 03:00:00
## 2213 2022-12-21 02:47:11      TRUE 2022-12-21 03:00:00
## 2214 2022-12-21 02:47:10      TRUE 2022-12-21 03:00:00
## 2215 2022-12-21 02:46:35      TRUE 2022-12-21 03:00:00
## 2216 2022-12-21 02:45:27      TRUE 2022-12-21 03:00:00
## 2217 2022-12-21 02:44:01      TRUE 2022-12-21 03:00:00
## 2218 2022-12-21 02:42:14      TRUE 2022-12-21 03:00:00
## 2219 2022-12-21 02:41:37      TRUE 2022-12-21 03:00:00
## 2220 2022-12-21 02:41:09      TRUE 2022-12-21 03:00:00
## 2221 2022-12-21 02:41:00      TRUE 2022-12-21 03:00:00
## 2222 2022-12-21 02:40:38      TRUE 2022-12-21 03:00:00
## 2223 2022-12-21 02:40:24      TRUE 2022-12-21 03:00:00
## 2224 2022-12-21 02:40:22      TRUE 2022-12-21 03:00:00
## 2225 2022-12-21 02:38:48      TRUE 2022-12-21 03:00:00
## 2226 2022-12-21 02:38:47      TRUE 2022-12-21 03:00:00
## 2227 2022-12-21 02:38:29      TRUE 2022-12-21 03:00:00
## 2228 2022-12-21 02:38:09      TRUE 2022-12-21 03:00:00
## 2229 2022-12-21 02:37:57      TRUE 2022-12-21 03:00:00
## 2230 2022-12-21 02:37:36      TRUE 2022-12-21 03:00:00
## 2231 2022-12-21 02:37:06      TRUE 2022-12-21 03:00:00
## 2232 2022-12-21 02:36:34      TRUE 2022-12-21 03:00:00
## 2233 2022-12-21 02:36:31      TRUE 2022-12-21 03:00:00
## 2234 2022-12-21 02:35:46      TRUE 2022-12-21 03:00:00
## 2235 2022-12-21 02:35:38      TRUE 2022-12-21 03:00:00
## 2236 2022-12-21 02:35:34      TRUE 2022-12-21 03:00:00
## 2237 2022-12-21 02:35:23      TRUE 2022-12-21 03:00:00
## 2238 2022-12-21 02:35:17      TRUE 2022-12-21 03:00:00
## 2239 2022-12-21 02:35:11      TRUE 2022-12-21 03:00:00
## 2240 2022-12-21 02:34:16      TRUE 2022-12-21 03:00:00
## 2241 2022-12-21 02:34:12      TRUE 2022-12-21 03:00:00
## 2242 2022-12-21 02:34:05      TRUE 2022-12-21 03:00:00
## 2243 2022-12-21 02:34:02      TRUE 2022-12-21 03:00:00
## 2244 2022-12-21 02:33:06      TRUE 2022-12-21 03:00:00
## 2245 2022-12-21 02:32:46      TRUE 2022-12-21 03:00:00
## 2246 2022-12-21 02:32:34      TRUE 2022-12-21 03:00:00
## 2247 2022-12-21 02:32:30      TRUE 2022-12-21 03:00:00
## 2248 2022-12-21 02:32:14      TRUE 2022-12-21 03:00:00
## 2249 2022-12-21 02:32:01      TRUE 2022-12-21 03:00:00
## 2250 2022-12-21 02:31:11      TRUE 2022-12-21 03:00:00
## 2251 2022-12-21 02:30:59      TRUE 2022-12-21 03:00:00
## 2252 2022-12-21 02:30:58      TRUE 2022-12-21 03:00:00
## 2253 2022-12-21 02:30:43      TRUE 2022-12-21 03:00:00
## 2254 2022-12-21 02:30:08      TRUE 2022-12-21 03:00:00
## 2255 2022-12-21 02:29:49      TRUE 2022-12-21 02:00:00
## 2256 2022-12-21 02:28:52      TRUE 2022-12-21 02:00:00
## 2257 2022-12-21 02:28:44      TRUE 2022-12-21 02:00:00
## 2258 2022-12-21 02:28:35      TRUE 2022-12-21 02:00:00
## 2259 2022-12-21 02:27:58      TRUE 2022-12-21 02:00:00
## 2260 2022-12-21 02:27:41      TRUE 2022-12-21 02:00:00
## 2261 2022-12-21 02:26:54      TRUE 2022-12-21 02:00:00
## 2262 2022-12-21 02:26:22      TRUE 2022-12-21 02:00:00
## 2263 2022-12-21 02:25:46      TRUE 2022-12-21 02:00:00
## 2264 2022-12-21 02:25:23      TRUE 2022-12-21 02:00:00
## 2265 2022-12-21 02:24:49      TRUE 2022-12-21 02:00:00
## 2266 2022-12-21 02:24:47      TRUE 2022-12-21 02:00:00
## 2267 2022-12-21 02:24:27      TRUE 2022-12-21 02:00:00
## 2268 2022-12-21 02:24:01      TRUE 2022-12-21 02:00:00
## 2269 2022-12-21 02:23:47      TRUE 2022-12-21 02:00:00
## 2270 2022-12-21 02:23:38      TRUE 2022-12-21 02:00:00
## 2271 2022-12-21 02:23:21      TRUE 2022-12-21 02:00:00
## 2272 2022-12-21 02:23:11      TRUE 2022-12-21 02:00:00
## 2273 2022-12-21 02:22:45      TRUE 2022-12-21 02:00:00
## 2274 2022-12-21 02:22:36      TRUE 2022-12-21 02:00:00
## 2275 2022-12-21 02:22:25      TRUE 2022-12-21 02:00:00
## 2276 2022-12-21 02:22:17      TRUE 2022-12-21 02:00:00
## 2277 2022-12-21 02:22:11      TRUE 2022-12-21 02:00:00
## 2278 2022-12-21 02:21:18      TRUE 2022-12-21 02:00:00
## 2279 2022-12-21 02:21:14      TRUE 2022-12-21 02:00:00
## 2280 2022-12-21 02:18:27      TRUE 2022-12-21 02:00:00
## 2281 2022-12-21 02:17:37      TRUE 2022-12-21 02:00:00
## 2282 2022-12-21 02:17:34      TRUE 2022-12-21 02:00:00
## 2283 2022-12-21 02:17:27      TRUE 2022-12-21 02:00:00
## 2284 2022-12-21 02:16:42      TRUE 2022-12-21 02:00:00
## 2285 2022-12-21 02:16:14      TRUE 2022-12-21 02:00:00
## 2286 2022-12-21 02:15:11      TRUE 2022-12-21 02:00:00
## 2287 2022-12-21 02:15:07      TRUE 2022-12-21 02:00:00
## 2288 2022-12-21 02:14:58      TRUE 2022-12-21 02:00:00
## 2289 2022-12-21 02:14:44      TRUE 2022-12-21 02:00:00
## 2290 2022-12-21 02:14:25      TRUE 2022-12-21 02:00:00
## 2291 2022-12-21 02:14:16      TRUE 2022-12-21 02:00:00
## 2292 2022-12-21 02:13:54      TRUE 2022-12-21 02:00:00
## 2293 2022-12-21 02:13:45      TRUE 2022-12-21 02:00:00
## 2294 2022-12-21 02:13:08      TRUE 2022-12-21 02:00:00
## 2295 2022-12-21 02:12:15      TRUE 2022-12-21 02:00:00
## 2296 2022-12-21 02:10:36      TRUE 2022-12-21 02:00:00
## 2297 2022-12-21 02:09:48      TRUE 2022-12-21 02:00:00
## 2298 2022-12-21 02:09:38      TRUE 2022-12-21 02:00:00
## 2299 2022-12-21 02:09:03      TRUE 2022-12-21 02:00:00
## 2300 2022-12-21 02:08:57      TRUE 2022-12-21 02:00:00
## 2301 2022-12-21 02:07:03      TRUE 2022-12-21 02:00:00
## 2302 2022-12-21 02:07:01      TRUE 2022-12-21 02:00:00
## 2303 2022-12-21 02:06:13      TRUE 2022-12-21 02:00:00
## 2304 2022-12-21 02:06:13      TRUE 2022-12-21 02:00:00
## 2305 2022-12-21 02:05:42      TRUE 2022-12-21 02:00:00
## 2306 2022-12-21 02:05:07      TRUE 2022-12-21 02:00:00
## 2307 2022-12-21 02:04:42      TRUE 2022-12-21 02:00:00
## 2308 2022-12-21 02:03:29      TRUE 2022-12-21 02:00:00
## 2309 2022-12-21 02:03:06      TRUE 2022-12-21 02:00:00
## 2310 2022-12-21 02:03:03      TRUE 2022-12-21 02:00:00
## 2311 2022-12-21 02:03:01      TRUE 2022-12-21 02:00:00
## 2312 2022-12-21 02:02:41      TRUE 2022-12-21 02:00:00
## 2313 2022-12-21 02:02:30      TRUE 2022-12-21 02:00:00
## 2314 2022-12-21 02:02:24      TRUE 2022-12-21 02:00:00
## 2315 2022-12-21 02:01:41      TRUE 2022-12-21 02:00:00
## 2316 2022-12-21 02:00:54      TRUE 2022-12-21 02:00:00
## 2317 2022-12-21 02:00:29      TRUE 2022-12-21 02:00:00
## 2318 2022-12-21 02:00:25      TRUE 2022-12-21 02:00:00
## 2319 2022-12-21 01:59:06      TRUE 2022-12-21 02:00:00
## 2320 2022-12-21 01:58:12      TRUE 2022-12-21 02:00:00
## 2321 2022-12-21 01:57:32      TRUE 2022-12-21 02:00:00
## 2322 2022-12-21 01:56:14      TRUE 2022-12-21 02:00:00
## 2323 2022-12-21 01:56:08      TRUE 2022-12-21 02:00:00
## 2324 2022-12-21 01:55:45      TRUE 2022-12-21 02:00:00
## 2325 2022-12-21 01:55:37      TRUE 2022-12-21 02:00:00
## 2326 2022-12-21 01:55:20      TRUE 2022-12-21 02:00:00
## 2327 2022-12-21 01:55:01      TRUE 2022-12-21 02:00:00
## 2328 2022-12-21 01:54:57      TRUE 2022-12-21 02:00:00
## 2329 2022-12-21 01:54:06      TRUE 2022-12-21 02:00:00
## 2330 2022-12-21 01:53:59      TRUE 2022-12-21 02:00:00
## 2331 2022-12-21 01:53:41      TRUE 2022-12-21 02:00:00
## 2332 2022-12-21 01:53:23      TRUE 2022-12-21 02:00:00
## 2333 2022-12-21 01:53:06      TRUE 2022-12-21 02:00:00
## 2334 2022-12-21 01:53:05      TRUE 2022-12-21 02:00:00
## 2335 2022-12-21 01:52:16      TRUE 2022-12-21 02:00:00
## 2336 2022-12-21 01:52:14      TRUE 2022-12-21 02:00:00
## 2337 2022-12-21 01:52:01      TRUE 2022-12-21 02:00:00
## 2338 2022-12-21 01:51:59      TRUE 2022-12-21 02:00:00
## 2339 2022-12-21 01:51:50      TRUE 2022-12-21 02:00:00
## 2340 2022-12-21 01:51:35      TRUE 2022-12-21 02:00:00
## 2341 2022-12-21 01:50:57      TRUE 2022-12-21 02:00:00
## 2342 2022-12-21 01:50:26      TRUE 2022-12-21 02:00:00
## 2343 2022-12-21 01:50:25      TRUE 2022-12-21 02:00:00
## 2344 2022-12-21 01:49:27      TRUE 2022-12-21 02:00:00
## 2345 2022-12-21 01:49:04      TRUE 2022-12-21 02:00:00
## 2346 2022-12-21 01:48:32      TRUE 2022-12-21 02:00:00
## 2347 2022-12-21 01:48:11      TRUE 2022-12-21 02:00:00
## 2348 2022-12-21 01:47:48      TRUE 2022-12-21 02:00:00
## 2349 2022-12-21 01:47:47      TRUE 2022-12-21 02:00:00
## 2350 2022-12-21 01:47:11      TRUE 2022-12-21 02:00:00
## 2351 2022-12-21 01:46:50      TRUE 2022-12-21 02:00:00
## 2352 2022-12-21 01:46:20      TRUE 2022-12-21 02:00:00
## 2353 2022-12-21 01:45:56      TRUE 2022-12-21 02:00:00
## 2354 2022-12-21 01:45:29      TRUE 2022-12-21 02:00:00
## 2355 2022-12-21 01:45:04      TRUE 2022-12-21 02:00:00
## 2356 2022-12-21 01:44:54      TRUE 2022-12-21 02:00:00
## 2357 2022-12-21 01:44:17      TRUE 2022-12-21 02:00:00
## 2358 2022-12-21 01:44:12      TRUE 2022-12-21 02:00:00
## 2359 2022-12-21 01:44:08      TRUE 2022-12-21 02:00:00
## 2360 2022-12-21 01:43:29      TRUE 2022-12-21 02:00:00
## 2361 2022-12-21 01:43:29      TRUE 2022-12-21 02:00:00
## 2362 2022-12-21 01:43:27      TRUE 2022-12-21 02:00:00
## 2363 2022-12-21 01:42:38      TRUE 2022-12-21 02:00:00
## 2364 2022-12-21 01:42:36      TRUE 2022-12-21 02:00:00
## 2365 2022-12-21 01:41:55      TRUE 2022-12-21 02:00:00
## 2366 2022-12-21 01:41:39      TRUE 2022-12-21 02:00:00
## 2367 2022-12-21 01:41:32      TRUE 2022-12-21 02:00:00
## 2368 2022-12-21 01:41:27      TRUE 2022-12-21 02:00:00
## 2369 2022-12-21 01:40:29      TRUE 2022-12-21 02:00:00
## 2370 2022-12-21 01:40:28      TRUE 2022-12-21 02:00:00
## 2371 2022-12-21 01:39:36      TRUE 2022-12-21 02:00:00
## 2372 2022-12-21 01:38:53      TRUE 2022-12-21 02:00:00
## 2373 2022-12-21 01:38:45      TRUE 2022-12-21 02:00:00
## 2374 2022-12-21 01:38:39      TRUE 2022-12-21 02:00:00
## 2375 2022-12-21 01:37:00      TRUE 2022-12-21 02:00:00
## 2376 2022-12-21 01:37:00      TRUE 2022-12-21 02:00:00
## 2377 2022-12-21 01:35:14      TRUE 2022-12-21 02:00:00
## 2378 2022-12-21 01:35:00      TRUE 2022-12-21 02:00:00
## 2379 2022-12-21 01:33:27      TRUE 2022-12-21 02:00:00
## 2380 2022-12-21 01:32:58      TRUE 2022-12-21 02:00:00
## 2381 2022-12-21 01:32:22      TRUE 2022-12-21 02:00:00
## 2382 2022-12-21 01:32:01      TRUE 2022-12-21 02:00:00
## 2383 2022-12-21 01:30:29      TRUE 2022-12-21 02:00:00
## 2384 2022-12-21 01:30:27      TRUE 2022-12-21 02:00:00
## 2385 2022-12-21 01:30:10      TRUE 2022-12-21 02:00:00
## 2386 2022-12-21 01:30:06      TRUE 2022-12-21 02:00:00
## 2387 2022-12-21 01:29:17      TRUE 2022-12-21 01:00:00
## 2388 2022-12-21 01:28:26      TRUE 2022-12-21 01:00:00
## 2389 2022-12-21 01:27:24      TRUE 2022-12-21 01:00:00
## 2390 2022-12-21 01:26:41      TRUE 2022-12-21 01:00:00
## 2391 2022-12-21 01:26:24      TRUE 2022-12-21 01:00:00
## 2392 2022-12-21 01:26:14      TRUE 2022-12-21 01:00:00
## 2393 2022-12-21 01:26:07      TRUE 2022-12-21 01:00:00
## 2394 2022-12-21 01:25:24      TRUE 2022-12-21 01:00:00
## 2395 2022-12-21 01:25:10      TRUE 2022-12-21 01:00:00
## 2396 2022-12-21 01:21:53      TRUE 2022-12-21 01:00:00
## 2397 2022-12-21 01:21:12      TRUE 2022-12-21 01:00:00
## 2398 2022-12-21 01:20:14      TRUE 2022-12-21 01:00:00
## 2399 2022-12-21 01:18:36      TRUE 2022-12-21 01:00:00
## 2400 2022-12-21 01:17:54      TRUE 2022-12-21 01:00:00
## 2401 2022-12-21 01:16:39      TRUE 2022-12-21 01:00:00
## 2402 2022-12-21 01:16:36      TRUE 2022-12-21 01:00:00
## 2403 2022-12-21 01:16:25      TRUE 2022-12-21 01:00:00
## 2404 2022-12-21 01:16:16      TRUE 2022-12-21 01:00:00
## 2405 2022-12-21 01:15:54      TRUE 2022-12-21 01:00:00
## 2406 2022-12-21 01:15:05      TRUE 2022-12-21 01:00:00
## 2407 2022-12-21 01:14:47      TRUE 2022-12-21 01:00:00
## 2408 2022-12-21 01:14:33      TRUE 2022-12-21 01:00:00
## 2409 2022-12-21 01:13:45      TRUE 2022-12-21 01:00:00
## 2410 2022-12-21 01:13:27      TRUE 2022-12-21 01:00:00
## 2411 2022-12-21 01:13:22      TRUE 2022-12-21 01:00:00
## 2412 2022-12-21 01:13:20      TRUE 2022-12-21 01:00:00
## 2413 2022-12-21 01:12:51      TRUE 2022-12-21 01:00:00
## 2414 2022-12-21 01:12:42      TRUE 2022-12-21 01:00:00
## 2415 2022-12-21 01:11:55      TRUE 2022-12-21 01:00:00
## 2416 2022-12-21 01:11:32      TRUE 2022-12-21 01:00:00
## 2417 2022-12-21 01:11:19      TRUE 2022-12-21 01:00:00
## 2418 2022-12-21 01:11:04      TRUE 2022-12-21 01:00:00
## 2419 2022-12-21 01:10:07      TRUE 2022-12-21 01:00:00
## 2420 2022-12-21 01:09:44      TRUE 2022-12-21 01:00:00
## 2421 2022-12-21 01:09:36      TRUE 2022-12-21 01:00:00
## 2422 2022-12-21 01:09:22      TRUE 2022-12-21 01:00:00
## 2423 2022-12-21 01:09:13      TRUE 2022-12-21 01:00:00
## 2424 2022-12-21 01:09:01      TRUE 2022-12-21 01:00:00
## 2425 2022-12-21 01:08:26      TRUE 2022-12-21 01:00:00
## 2426 2022-12-21 01:07:59      TRUE 2022-12-21 01:00:00
## 2427 2022-12-21 01:07:17      TRUE 2022-12-21 01:00:00
## 2428 2022-12-21 01:06:31      TRUE 2022-12-21 01:00:00
## 2429 2022-12-21 01:06:28      TRUE 2022-12-21 01:00:00
## 2430 2022-12-21 01:06:14      TRUE 2022-12-21 01:00:00
## 2431 2022-12-21 01:06:13      TRUE 2022-12-21 01:00:00
## 2432 2022-12-21 01:06:02      TRUE 2022-12-21 01:00:00
## 2433 2022-12-21 01:04:46      TRUE 2022-12-21 01:00:00
## 2434 2022-12-21 01:02:55      TRUE 2022-12-21 01:00:00
## 2435 2022-12-21 01:01:59      TRUE 2022-12-21 01:00:00
## 2436 2022-12-21 01:01:45      TRUE 2022-12-21 01:00:00
## 2437 2022-12-21 01:01:26      TRUE 2022-12-21 01:00:00
## 2438 2022-12-21 01:01:16      TRUE 2022-12-21 01:00:00
## 2439 2022-12-21 01:01:07      TRUE 2022-12-21 01:00:00
## 2440 2022-12-21 01:00:47      TRUE 2022-12-21 01:00:00
## 2441 2022-12-21 00:59:54      TRUE 2022-12-21 01:00:00
## 2442 2022-12-21 00:58:09      TRUE 2022-12-21 01:00:00
## 2443 2022-12-21 00:57:53      TRUE 2022-12-21 01:00:00
## 2444 2022-12-21 00:56:00      TRUE 2022-12-21 01:00:00
## 2445 2022-12-21 00:56:00      TRUE 2022-12-21 01:00:00
## 2446 2022-12-21 00:55:49      TRUE 2022-12-21 01:00:00
## 2447 2022-12-21 00:55:28      TRUE 2022-12-21 01:00:00
## 2448 2022-12-21 00:55:24      TRUE 2022-12-21 01:00:00
## 2449 2022-12-21 00:55:19      TRUE 2022-12-21 01:00:00
## 2450 2022-12-21 00:54:54      TRUE 2022-12-21 01:00:00
## 2451 2022-12-21 00:54:47      TRUE 2022-12-21 01:00:00
## 2452 2022-12-21 00:54:03      TRUE 2022-12-21 01:00:00
## 2453 2022-12-21 00:53:11      TRUE 2022-12-21 01:00:00
## 2454 2022-12-21 00:53:06      TRUE 2022-12-21 01:00:00
## 2455 2022-12-21 00:52:42      TRUE 2022-12-21 01:00:00
## 2456 2022-12-21 00:52:17      TRUE 2022-12-21 01:00:00
## 2457 2022-12-21 00:52:10      TRUE 2022-12-21 01:00:00
## 2458 2022-12-21 00:51:26      TRUE 2022-12-21 01:00:00
## 2459 2022-12-21 00:51:22      TRUE 2022-12-21 01:00:00
## 2460 2022-12-21 00:50:47      TRUE 2022-12-21 01:00:00
## 2461 2022-12-21 00:50:26      TRUE 2022-12-21 01:00:00
## 2462 2022-12-21 00:50:22      TRUE 2022-12-21 01:00:00
## 2463 2022-12-21 00:49:42      TRUE 2022-12-21 01:00:00
## 2464 2022-12-21 00:49:07      TRUE 2022-12-21 01:00:00
## 2465 2022-12-21 00:48:59      TRUE 2022-12-21 01:00:00
## 2466 2022-12-21 00:48:29      TRUE 2022-12-21 01:00:00
## 2467 2022-12-21 00:48:13      TRUE 2022-12-21 01:00:00
## 2468 2022-12-21 00:48:00      TRUE 2022-12-21 01:00:00
## 2469 2022-12-21 00:47:28      TRUE 2022-12-21 01:00:00
## 2470 2022-12-21 00:46:32      TRUE 2022-12-21 01:00:00
## 2471 2022-12-21 00:46:14      TRUE 2022-12-21 01:00:00
## 2472 2022-12-21 00:45:43      TRUE 2022-12-21 01:00:00
## 2473 2022-12-21 00:45:13      TRUE 2022-12-21 01:00:00
## 2474 2022-12-21 00:44:45      TRUE 2022-12-21 01:00:00
## 2475 2022-12-21 00:44:25      TRUE 2022-12-21 01:00:00
## 2476 2022-12-21 00:43:45      TRUE 2022-12-21 01:00:00
## 2477 2022-12-21 00:43:26      TRUE 2022-12-21 01:00:00
## 2478 2022-12-21 00:43:26      TRUE 2022-12-21 01:00:00
## 2479 2022-12-21 00:42:53      TRUE 2022-12-21 01:00:00
## 2480 2022-12-21 00:42:13      TRUE 2022-12-21 01:00:00
## 2481 2022-12-21 00:38:00      TRUE 2022-12-21 01:00:00
## 2482 2022-12-21 00:37:53      TRUE 2022-12-21 01:00:00
## 2483 2022-12-21 00:37:53      TRUE 2022-12-21 01:00:00
## 2484 2022-12-21 00:37:19      TRUE 2022-12-21 01:00:00
## 2485 2022-12-21 00:37:17      TRUE 2022-12-21 01:00:00
## 2486 2022-12-21 00:36:18      TRUE 2022-12-21 01:00:00
## 2487 2022-12-21 00:34:52      TRUE 2022-12-21 01:00:00
## 2488 2022-12-21 00:34:42      TRUE 2022-12-21 01:00:00
## 2489 2022-12-21 00:34:18      TRUE 2022-12-21 01:00:00
## 2490 2022-12-21 00:34:06      TRUE 2022-12-21 01:00:00
## 2491 2022-12-21 00:33:52      TRUE 2022-12-21 01:00:00
## 2492 2022-12-21 00:33:34      TRUE 2022-12-21 01:00:00
## 2493 2022-12-21 00:33:10      TRUE 2022-12-21 01:00:00
## 2494 2022-12-21 00:31:46      TRUE 2022-12-21 01:00:00
## 2495 2022-12-21 00:31:36      TRUE 2022-12-21 01:00:00
## 2496 2022-12-21 00:30:58      TRUE 2022-12-21 01:00:00
## 2497 2022-12-21 00:30:30      TRUE 2022-12-21 01:00:00
## 2498 2022-12-21 00:29:45      TRUE 2022-12-21 00:00:00
## 2499 2022-12-21 00:29:26      TRUE 2022-12-21 00:00:00
## 2500 2022-12-21 00:29:20      TRUE 2022-12-21 00:00:00
## 2501 2022-12-21 00:29:11      TRUE 2022-12-21 00:00:00
## 2502 2022-12-21 00:29:08      TRUE 2022-12-21 00:00:00
## 2503 2022-12-21 00:27:56      TRUE 2022-12-21 00:00:00
## 2504 2022-12-21 00:27:32      TRUE 2022-12-21 00:00:00
## 2505 2022-12-21 00:27:05      TRUE 2022-12-21 00:00:00
## 2506 2022-12-21 00:25:38      TRUE 2022-12-21 00:00:00
## 2507 2022-12-21 00:24:48      TRUE 2022-12-21 00:00:00
## 2508 2022-12-21 00:24:23      TRUE 2022-12-21 00:00:00
## 2509 2022-12-21 00:24:06      TRUE 2022-12-21 00:00:00
## 2510 2022-12-21 00:23:59      TRUE 2022-12-21 00:00:00
## 2511 2022-12-21 00:23:04      TRUE 2022-12-21 00:00:00
## 2512 2022-12-21 00:22:13      TRUE 2022-12-21 00:00:00
## 2513 2022-12-21 00:21:59      TRUE 2022-12-21 00:00:00
## 2514 2022-12-21 00:21:25      TRUE 2022-12-21 00:00:00
## 2515 2022-12-21 00:21:17      TRUE 2022-12-21 00:00:00
## 2516 2022-12-21 00:21:15      TRUE 2022-12-21 00:00:00
## 2517 2022-12-21 00:19:29      TRUE 2022-12-21 00:00:00
## 2518 2022-12-21 00:19:24      TRUE 2022-12-21 00:00:00
## 2519 2022-12-21 00:18:47      TRUE 2022-12-21 00:00:00
## 2520 2022-12-21 00:18:04      TRUE 2022-12-21 00:00:00
## 2521 2022-12-21 00:16:45      TRUE 2022-12-21 00:00:00
## 2522 2022-12-21 00:16:21      TRUE 2022-12-21 00:00:00
## 2523 2022-12-21 00:16:14      TRUE 2022-12-21 00:00:00
## 2524 2022-12-21 00:16:14      TRUE 2022-12-21 00:00:00
## 2525 2022-12-21 00:16:06      TRUE 2022-12-21 00:00:00
## 2526 2022-12-21 00:16:06      TRUE 2022-12-21 00:00:00
## 2527 2022-12-21 00:15:16      TRUE 2022-12-21 00:00:00
## 2528 2022-12-21 00:14:54      TRUE 2022-12-21 00:00:00
## 2529 2022-12-21 00:14:36      TRUE 2022-12-21 00:00:00
## 2530 2022-12-21 00:14:27      TRUE 2022-12-21 00:00:00
## 2531 2022-12-21 00:13:52      TRUE 2022-12-21 00:00:00
## 2532 2022-12-21 00:13:32      TRUE 2022-12-21 00:00:00
## 2533 2022-12-21 00:13:29      TRUE 2022-12-21 00:00:00
## 2534 2022-12-21 00:13:21      TRUE 2022-12-21 00:00:00
## 2535 2022-12-21 00:12:56      TRUE 2022-12-21 00:00:00
## 2536 2022-12-21 00:12:45      TRUE 2022-12-21 00:00:00
## 2537 2022-12-21 00:12:44      TRUE 2022-12-21 00:00:00
## 2538 2022-12-21 00:12:35      TRUE 2022-12-21 00:00:00
## 2539 2022-12-21 00:12:26      TRUE 2022-12-21 00:00:00
## 2540 2022-12-21 00:10:52      TRUE 2022-12-21 00:00:00
## 2541 2022-12-21 00:10:45      TRUE 2022-12-21 00:00:00
## 2542 2022-12-21 00:10:25      TRUE 2022-12-21 00:00:00
## 2543 2022-12-21 00:10:09      TRUE 2022-12-21 00:00:00
## 2544 2022-12-21 00:08:45      TRUE 2022-12-21 00:00:00
## 2545 2022-12-21 00:08:23      TRUE 2022-12-21 00:00:00
## 2546 2022-12-21 00:08:06      TRUE 2022-12-21 00:00:00
## 2547 2022-12-21 00:07:53      TRUE 2022-12-21 00:00:00
## 2548 2022-12-21 00:07:52      TRUE 2022-12-21 00:00:00
## 2549 2022-12-21 00:07:47      TRUE 2022-12-21 00:00:00
## 2550 2022-12-21 00:06:58      TRUE 2022-12-21 00:00:00
## 2551 2022-12-21 00:06:57      TRUE 2022-12-21 00:00:00
## 2552 2022-12-21 00:06:23      TRUE 2022-12-21 00:00:00
## 2553 2022-12-21 00:06:15      TRUE 2022-12-21 00:00:00
## 2554 2022-12-21 00:04:39      TRUE 2022-12-21 00:00:00
## 2555 2022-12-21 00:03:43      TRUE 2022-12-21 00:00:00
## 2556 2022-12-21 00:03:21      TRUE 2022-12-21 00:00:00
## 2557 2022-12-21 00:02:59      TRUE 2022-12-21 00:00:00
## 2558 2022-12-21 00:02:51      TRUE 2022-12-21 00:00:00
## 2559 2022-12-21 00:02:33      TRUE 2022-12-21 00:00:00
## 2560 2022-12-21 00:01:12      TRUE 2022-12-21 00:00:00
## 2561 2022-12-21 00:00:01      TRUE 2022-12-21 00:00:00
## 2562 2022-12-20 23:59:51      TRUE 2022-12-21 00:00:00
## 2563 2022-12-20 23:59:49      TRUE 2022-12-21 00:00:00
## 2564 2022-12-20 23:59:44      TRUE 2022-12-21 00:00:00
## 2565 2022-12-20 23:59:41      TRUE 2022-12-21 00:00:00
## 2566 2022-12-20 23:59:40      TRUE 2022-12-21 00:00:00
## 2567 2022-12-20 23:59:19      TRUE 2022-12-21 00:00:00
## 2568 2022-12-20 23:59:03      TRUE 2022-12-21 00:00:00
## 2569 2022-12-20 23:58:26      TRUE 2022-12-21 00:00:00
## 2570 2022-12-20 23:58:01      TRUE 2022-12-21 00:00:00
## 2571 2022-12-20 23:57:41      TRUE 2022-12-21 00:00:00
## 2572 2022-12-20 23:57:35      TRUE 2022-12-21 00:00:00
## 2573 2022-12-20 23:57:09      TRUE 2022-12-21 00:00:00
## 2574 2022-12-20 23:57:01      TRUE 2022-12-21 00:00:00
## 2575 2022-12-20 23:56:59      TRUE 2022-12-21 00:00:00
## 2576 2022-12-20 23:56:50      TRUE 2022-12-21 00:00:00
## 2577 2022-12-20 23:56:48      TRUE 2022-12-21 00:00:00
## 2578 2022-12-20 23:56:34      TRUE 2022-12-21 00:00:00
## 2579 2022-12-20 23:56:24      TRUE 2022-12-21 00:00:00
## 2580 2022-12-20 23:56:18      TRUE 2022-12-21 00:00:00
## 2581 2022-12-20 23:55:38      TRUE 2022-12-21 00:00:00
## 2582 2022-12-20 23:55:37      TRUE 2022-12-21 00:00:00
## 2583 2022-12-20 23:54:46      TRUE 2022-12-21 00:00:00
## 2584 2022-12-20 23:54:40      TRUE 2022-12-21 00:00:00
## 2585 2022-12-20 23:54:23      TRUE 2022-12-21 00:00:00
## 2586 2022-12-20 23:52:52      TRUE 2022-12-21 00:00:00
## 2587 2022-12-20 23:52:20      TRUE 2022-12-21 00:00:00
## 2588 2022-12-20 23:52:13      TRUE 2022-12-21 00:00:00
## 2589 2022-12-20 23:51:45      TRUE 2022-12-21 00:00:00
## 2590 2022-12-20 23:50:46      TRUE 2022-12-21 00:00:00
## 2591 2022-12-20 23:50:36      TRUE 2022-12-21 00:00:00
## 2592 2022-12-20 23:49:49      TRUE 2022-12-21 00:00:00
## 2593 2022-12-20 23:48:06      TRUE 2022-12-21 00:00:00
## 2594 2022-12-20 23:48:01      TRUE 2022-12-21 00:00:00
## 2595 2022-12-20 23:47:53      TRUE 2022-12-21 00:00:00
## 2596 2022-12-20 23:47:45      TRUE 2022-12-21 00:00:00
## 2597 2022-12-20 23:47:17      TRUE 2022-12-21 00:00:00
## 2598 2022-12-20 23:46:12      TRUE 2022-12-21 00:00:00
## 2599 2022-12-20 23:44:29      TRUE 2022-12-21 00:00:00
## 2600 2022-12-20 23:43:20      TRUE 2022-12-21 00:00:00
## 2601 2022-12-20 23:43:15      TRUE 2022-12-21 00:00:00
## 2602 2022-12-20 23:43:05      TRUE 2022-12-21 00:00:00
## 2603 2022-12-20 23:43:00      TRUE 2022-12-21 00:00:00
## 2604 2022-12-20 23:42:29      TRUE 2022-12-21 00:00:00
## 2605 2022-12-20 23:42:17      TRUE 2022-12-21 00:00:00
## 2606 2022-12-20 23:42:13      TRUE 2022-12-21 00:00:00
## 2607 2022-12-20 23:42:02      TRUE 2022-12-21 00:00:00
## 2608 2022-12-20 23:41:56      TRUE 2022-12-21 00:00:00
## 2609 2022-12-20 23:41:11      TRUE 2022-12-21 00:00:00
## 2610 2022-12-20 23:39:57      TRUE 2022-12-21 00:00:00
## 2611 2022-12-20 23:39:12      TRUE 2022-12-21 00:00:00
## 2612 2022-12-20 23:38:52      TRUE 2022-12-21 00:00:00
## 2613 2022-12-20 23:38:45      TRUE 2022-12-21 00:00:00
## 2614 2022-12-20 23:38:43      TRUE 2022-12-21 00:00:00
## 2615 2022-12-20 23:38:31      TRUE 2022-12-21 00:00:00
## 2616 2022-12-20 23:37:32      TRUE 2022-12-21 00:00:00
## 2617 2022-12-20 23:37:14      TRUE 2022-12-21 00:00:00
## 2618 2022-12-20 23:36:43      TRUE 2022-12-21 00:00:00
## 2619 2022-12-20 23:36:23      TRUE 2022-12-21 00:00:00
## 2620 2022-12-20 23:34:43      TRUE 2022-12-21 00:00:00
## 2621 2022-12-20 23:33:14      TRUE 2022-12-21 00:00:00
## 2622 2022-12-20 23:33:12      TRUE 2022-12-21 00:00:00
## 2623 2022-12-20 23:32:38      TRUE 2022-12-21 00:00:00
## 2624 2022-12-20 23:32:27      TRUE 2022-12-21 00:00:00
## 2625 2022-12-20 23:31:30      TRUE 2022-12-21 00:00:00
## 2626 2022-12-20 23:30:55      TRUE 2022-12-21 00:00:00
## 2627 2022-12-20 23:30:09      TRUE 2022-12-21 00:00:00
## 2628 2022-12-20 23:30:02      TRUE 2022-12-21 00:00:00
## 2629 2022-12-20 23:29:45      TRUE 2022-12-20 23:00:00
## 2630 2022-12-20 23:29:18      TRUE 2022-12-20 23:00:00
## 2631 2022-12-20 23:28:46      TRUE 2022-12-20 23:00:00
## 2632 2022-12-20 23:28:32      TRUE 2022-12-20 23:00:00
## 2633 2022-12-20 23:28:29      TRUE 2022-12-20 23:00:00
## 2634 2022-12-20 23:28:19      TRUE 2022-12-20 23:00:00
## 2635 2022-12-20 23:27:40      TRUE 2022-12-20 23:00:00
## 2636 2022-12-20 23:27:16      TRUE 2022-12-20 23:00:00
## 2637 2022-12-20 23:26:41      TRUE 2022-12-20 23:00:00
## 2638 2022-12-20 23:26:33      TRUE 2022-12-20 23:00:00
## 2639 2022-12-20 23:26:28      TRUE 2022-12-20 23:00:00
## 2640 2022-12-20 23:26:20      TRUE 2022-12-20 23:00:00
## 2641 2022-12-20 23:26:13      TRUE 2022-12-20 23:00:00
## 2642 2022-12-20 23:25:08      TRUE 2022-12-20 23:00:00
## 2643 2022-12-20 23:25:06      TRUE 2022-12-20 23:00:00
## 2644 2022-12-20 23:25:01      TRUE 2022-12-20 23:00:00
## 2645 2022-12-20 23:24:57      TRUE 2022-12-20 23:00:00
## 2646 2022-12-20 23:24:32      TRUE 2022-12-20 23:00:00
## 2647 2022-12-20 23:24:25      TRUE 2022-12-20 23:00:00
## 2648 2022-12-20 23:24:23      TRUE 2022-12-20 23:00:00
## 2649 2022-12-20 23:22:18      TRUE 2022-12-20 23:00:00
## 2650 2022-12-20 23:22:13      TRUE 2022-12-20 23:00:00
## 2651 2022-12-20 23:21:31      TRUE 2022-12-20 23:00:00
## 2652 2022-12-20 23:20:34      TRUE 2022-12-20 23:00:00
## 2653 2022-12-20 23:20:33      TRUE 2022-12-20 23:00:00
## 2654 2022-12-20 23:20:30      TRUE 2022-12-20 23:00:00
## 2655 2022-12-20 23:20:20      TRUE 2022-12-20 23:00:00
## 2656 2022-12-20 23:20:11      TRUE 2022-12-20 23:00:00
## 2657 2022-12-20 23:19:48      TRUE 2022-12-20 23:00:00
## 2658 2022-12-20 23:19:39      TRUE 2022-12-20 23:00:00
## 2659 2022-12-20 23:18:27      TRUE 2022-12-20 23:00:00
## 2660 2022-12-20 23:18:25      TRUE 2022-12-20 23:00:00
## 2661 2022-12-20 23:17:58      TRUE 2022-12-20 23:00:00
## 2662 2022-12-20 23:17:35      TRUE 2022-12-20 23:00:00
## 2663 2022-12-20 23:15:51      TRUE 2022-12-20 23:00:00
## 2664 2022-12-20 23:15:44      TRUE 2022-12-20 23:00:00
## 2665 2022-12-20 23:15:33      TRUE 2022-12-20 23:00:00
## 2666 2022-12-20 23:15:19      TRUE 2022-12-20 23:00:00
## 2667 2022-12-20 23:15:15      TRUE 2022-12-20 23:00:00
## 2668 2022-12-20 23:15:00      TRUE 2022-12-20 23:00:00
## 2669 2022-12-20 23:14:53      TRUE 2022-12-20 23:00:00
## 2670 2022-12-20 23:13:42      TRUE 2022-12-20 23:00:00
## 2671 2022-12-20 23:13:31      TRUE 2022-12-20 23:00:00
## 2672 2022-12-20 23:13:00      TRUE 2022-12-20 23:00:00
## 2673 2022-12-20 23:12:42      TRUE 2022-12-20 23:00:00
## 2674 2022-12-20 23:12:38      TRUE 2022-12-20 23:00:00
## 2675 2022-12-20 23:12:17      TRUE 2022-12-20 23:00:00
## 2676 2022-12-20 23:12:11      TRUE 2022-12-20 23:00:00
## 2677 2022-12-20 23:11:57      TRUE 2022-12-20 23:00:00
## 2678 2022-12-20 23:11:55      TRUE 2022-12-20 23:00:00
## 2679 2022-12-20 23:11:14      TRUE 2022-12-20 23:00:00
## 2680 2022-12-20 23:11:02      TRUE 2022-12-20 23:00:00
## 2681 2022-12-20 23:10:52      TRUE 2022-12-20 23:00:00
## 2682 2022-12-20 23:10:51      TRUE 2022-12-20 23:00:00
## 2683 2022-12-20 23:10:37      TRUE 2022-12-20 23:00:00
## 2684 2022-12-20 23:10:25      TRUE 2022-12-20 23:00:00
## 2685 2022-12-20 23:10:15      TRUE 2022-12-20 23:00:00
## 2686 2022-12-20 23:09:58      TRUE 2022-12-20 23:00:00
## 2687 2022-12-20 23:09:32      TRUE 2022-12-20 23:00:00
## 2688 2022-12-20 23:09:09      TRUE 2022-12-20 23:00:00
## 2689 2022-12-20 23:08:28      TRUE 2022-12-20 23:00:00
## 2690 2022-12-20 23:08:10      TRUE 2022-12-20 23:00:00
## 2691 2022-12-20 23:07:26      TRUE 2022-12-20 23:00:00
## 2692 2022-12-20 23:06:45      TRUE 2022-12-20 23:00:00
## 2693 2022-12-20 23:06:24      TRUE 2022-12-20 23:00:00
## 2694 2022-12-20 23:06:19      TRUE 2022-12-20 23:00:00
## 2695 2022-12-20 23:06:15      TRUE 2022-12-20 23:00:00
## 2696 2022-12-20 23:05:22      TRUE 2022-12-20 23:00:00
## 2697 2022-12-20 23:04:45      TRUE 2022-12-20 23:00:00
## 2698 2022-12-20 23:03:55      TRUE 2022-12-20 23:00:00
## 2699 2022-12-20 23:03:41      TRUE 2022-12-20 23:00:00
## 2700 2022-12-20 23:02:39      TRUE 2022-12-20 23:00:00
## 2701 2022-12-20 23:02:15      TRUE 2022-12-20 23:00:00
## 2702 2022-12-20 23:00:57      TRUE 2022-12-20 23:00:00
## 2703 2022-12-20 23:00:56      TRUE 2022-12-20 23:00:00
## 2704 2022-12-20 23:00:49      TRUE 2022-12-20 23:00:00
## 2705 2022-12-20 23:00:15      TRUE 2022-12-20 23:00:00
## 2706 2022-12-20 23:00:04      TRUE 2022-12-20 23:00:00
## 2707 2022-12-20 23:00:04      TRUE 2022-12-20 23:00:00
## 2708 2022-12-20 22:59:41      TRUE 2022-12-20 23:00:00
## 2709 2022-12-20 22:59:38      TRUE 2022-12-20 23:00:00
## 2710 2022-12-20 22:59:15      TRUE 2022-12-20 23:00:00
## 2711 2022-12-20 22:59:03      TRUE 2022-12-20 23:00:00
## 2712 2022-12-20 22:58:45      TRUE 2022-12-20 23:00:00
## 2713 2022-12-20 22:58:27      TRUE 2022-12-20 23:00:00
## 2714 2022-12-20 22:58:01      TRUE 2022-12-20 23:00:00
## 2715 2022-12-20 22:57:43      TRUE 2022-12-20 23:00:00
## 2716 2022-12-20 22:57:31      TRUE 2022-12-20 23:00:00
## 2717 2022-12-20 22:56:14      TRUE 2022-12-20 23:00:00
## 2718 2022-12-20 22:55:31      TRUE 2022-12-20 23:00:00
## 2719 2022-12-20 22:55:26      TRUE 2022-12-20 23:00:00
## 2720 2022-12-20 22:55:25      TRUE 2022-12-20 23:00:00
## 2721 2022-12-20 22:55:14      TRUE 2022-12-20 23:00:00
## 2722 2022-12-20 22:55:10      TRUE 2022-12-20 23:00:00
## 2723 2022-12-20 22:55:04      TRUE 2022-12-20 23:00:00
## 2724 2022-12-20 22:54:41      TRUE 2022-12-20 23:00:00
## 2725 2022-12-20 22:54:24      TRUE 2022-12-20 23:00:00
## 2726 2022-12-20 22:54:21      TRUE 2022-12-20 23:00:00
## 2727 2022-12-20 22:54:11      TRUE 2022-12-20 23:00:00
## 2728 2022-12-20 22:54:06      TRUE 2022-12-20 23:00:00
## 2729 2022-12-20 22:53:28      TRUE 2022-12-20 23:00:00
## 2730 2022-12-20 22:52:16      TRUE 2022-12-20 23:00:00
## 2731 2022-12-20 22:52:08      TRUE 2022-12-20 23:00:00
## 2732 2022-12-20 22:51:57      TRUE 2022-12-20 23:00:00
## 2733 2022-12-20 22:51:52      TRUE 2022-12-20 23:00:00
## 2734 2022-12-20 22:50:23      TRUE 2022-12-20 23:00:00
## 2735 2022-12-20 22:50:01      TRUE 2022-12-20 23:00:00
## 2736 2022-12-20 22:49:26      TRUE 2022-12-20 23:00:00
## 2737 2022-12-20 22:49:25      TRUE 2022-12-20 23:00:00
## 2738 2022-12-20 22:48:11      TRUE 2022-12-20 23:00:00
## 2739 2022-12-20 22:47:25      TRUE 2022-12-20 23:00:00
## 2740 2022-12-20 22:47:14      TRUE 2022-12-20 23:00:00
## 2741 2022-12-20 22:46:37      TRUE 2022-12-20 23:00:00
## 2742 2022-12-20 22:46:28      TRUE 2022-12-20 23:00:00
## 2743 2022-12-20 22:46:14      TRUE 2022-12-20 23:00:00
## 2744 2022-12-20 22:45:41      TRUE 2022-12-20 23:00:00
## 2745 2022-12-20 22:44:56      TRUE 2022-12-20 23:00:00
## 2746 2022-12-20 22:44:28      TRUE 2022-12-20 23:00:00
## 2747 2022-12-20 22:43:53      TRUE 2022-12-20 23:00:00
## 2748 2022-12-20 22:43:30      TRUE 2022-12-20 23:00:00
## 2749 2022-12-20 22:43:17      TRUE 2022-12-20 23:00:00
## 2750 2022-12-20 22:43:03      TRUE 2022-12-20 23:00:00
## 2751 2022-12-20 22:42:41      TRUE 2022-12-20 23:00:00
## 2752 2022-12-20 22:42:35      TRUE 2022-12-20 23:00:00
## 2753 2022-12-20 22:42:28      TRUE 2022-12-20 23:00:00
## 2754 2022-12-20 22:42:23      TRUE 2022-12-20 23:00:00
## 2755 2022-12-20 22:41:02      TRUE 2022-12-20 23:00:00
## 2756 2022-12-20 22:40:18      TRUE 2022-12-20 23:00:00
## 2757 2022-12-20 22:40:11      TRUE 2022-12-20 23:00:00
## 2758 2022-12-20 22:39:46      TRUE 2022-12-20 23:00:00
## 2759 2022-12-20 22:39:45      TRUE 2022-12-20 23:00:00
## 2760 2022-12-20 22:37:06      TRUE 2022-12-20 23:00:00
## 2761 2022-12-20 22:36:42      TRUE 2022-12-20 23:00:00
## 2762 2022-12-20 22:36:28      TRUE 2022-12-20 23:00:00
## 2763 2022-12-20 22:36:18      TRUE 2022-12-20 23:00:00
## 2764 2022-12-20 22:35:50      TRUE 2022-12-20 23:00:00
## 2765 2022-12-20 22:35:41      TRUE 2022-12-20 23:00:00
## 2766 2022-12-20 22:34:43      TRUE 2022-12-20 23:00:00
## 2767 2022-12-20 22:34:38      TRUE 2022-12-20 23:00:00
## 2768 2022-12-20 22:34:03      TRUE 2022-12-20 23:00:00
## 2769 2022-12-20 22:33:55      TRUE 2022-12-20 23:00:00
## 2770 2022-12-20 22:33:35      TRUE 2022-12-20 23:00:00
## 2771 2022-12-20 22:33:25      TRUE 2022-12-20 23:00:00
## 2772 2022-12-20 22:32:48      TRUE 2022-12-20 23:00:00
## 2773 2022-12-20 22:30:20      TRUE 2022-12-20 23:00:00
## 2774 2022-12-20 22:30:19      TRUE 2022-12-20 23:00:00
## 2775 2022-12-20 22:30:14      TRUE 2022-12-20 23:00:00
## 2776 2022-12-20 22:30:07      TRUE 2022-12-20 23:00:00
## 2777 2022-12-20 22:29:43      TRUE 2022-12-20 22:00:00
## 2778 2022-12-20 22:29:38      TRUE 2022-12-20 22:00:00
## 2779 2022-12-20 22:29:08      TRUE 2022-12-20 22:00:00
## 2780 2022-12-20 22:28:36      TRUE 2022-12-20 22:00:00
## 2781 2022-12-20 22:27:57      TRUE 2022-12-20 22:00:00
## 2782 2022-12-20 22:27:56      TRUE 2022-12-20 22:00:00
## 2783 2022-12-20 22:27:15      TRUE 2022-12-20 22:00:00
## 2784 2022-12-20 22:26:19      TRUE 2022-12-20 22:00:00
## 2785 2022-12-20 22:26:14      TRUE 2022-12-20 22:00:00
## 2786 2022-12-20 22:25:49      TRUE 2022-12-20 22:00:00
## 2787 2022-12-20 22:23:12      TRUE 2022-12-20 22:00:00
## 2788 2022-12-20 22:23:07      TRUE 2022-12-20 22:00:00
## 2789 2022-12-20 22:22:40      TRUE 2022-12-20 22:00:00
## 2790 2022-12-20 22:21:00      TRUE 2022-12-20 22:00:00
## 2791 2022-12-20 22:20:43      TRUE 2022-12-20 22:00:00
## 2792 2022-12-20 22:19:31      TRUE 2022-12-20 22:00:00
## 2793 2022-12-20 22:18:34      TRUE 2022-12-20 22:00:00
## 2794 2022-12-20 22:18:11      TRUE 2022-12-20 22:00:00
## 2795 2022-12-20 22:17:52      TRUE 2022-12-20 22:00:00
## 2796 2022-12-20 22:17:50      TRUE 2022-12-20 22:00:00
## 2797 2022-12-20 22:17:39      TRUE 2022-12-20 22:00:00
## 2798 2022-12-20 22:17:13      TRUE 2022-12-20 22:00:00
## 2799 2022-12-20 22:16:17      TRUE 2022-12-20 22:00:00
## 2800 2022-12-20 22:16:14      TRUE 2022-12-20 22:00:00
## 2801 2022-12-20 22:15:35      TRUE 2022-12-20 22:00:00
## 2802 2022-12-20 22:14:33      TRUE 2022-12-20 22:00:00
## 2803 2022-12-20 22:14:12      TRUE 2022-12-20 22:00:00
## 2804 2022-12-20 22:13:58      TRUE 2022-12-20 22:00:00
## 2805 2022-12-20 22:12:05      TRUE 2022-12-20 22:00:00
## 2806 2022-12-20 22:11:08      TRUE 2022-12-20 22:00:00
## 2807 2022-12-20 22:10:26      TRUE 2022-12-20 22:00:00
## 2808 2022-12-20 22:09:45      TRUE 2022-12-20 22:00:00
## 2809 2022-12-20 22:09:01      TRUE 2022-12-20 22:00:00
## 2810 2022-12-20 22:08:55      TRUE 2022-12-20 22:00:00
## 2811 2022-12-20 22:08:48      TRUE 2022-12-20 22:00:00
## 2812 2022-12-20 22:08:46      TRUE 2022-12-20 22:00:00
## 2813 2022-12-20 22:08:37      TRUE 2022-12-20 22:00:00
## 2814 2022-12-20 22:06:51      TRUE 2022-12-20 22:00:00
## 2815 2022-12-20 22:06:38      TRUE 2022-12-20 22:00:00
## 2816 2022-12-20 22:06:18      TRUE 2022-12-20 22:00:00
## 2817 2022-12-20 22:06:09      TRUE 2022-12-20 22:00:00
## 2818 2022-12-20 22:06:02      TRUE 2022-12-20 22:00:00
## 2819 2022-12-20 22:06:01      TRUE 2022-12-20 22:00:00
## 2820 2022-12-20 22:05:45      TRUE 2022-12-20 22:00:00
## 2821 2022-12-20 22:05:35      TRUE 2022-12-20 22:00:00
## 2822 2022-12-20 22:04:05      TRUE 2022-12-20 22:00:00
## 2823 2022-12-20 22:03:47      TRUE 2022-12-20 22:00:00
## 2824 2022-12-20 22:03:45      TRUE 2022-12-20 22:00:00
## 2825 2022-12-20 22:03:04      TRUE 2022-12-20 22:00:00
## 2826 2022-12-20 22:02:54      TRUE 2022-12-20 22:00:00
## 2827 2022-12-20 22:02:09      TRUE 2022-12-20 22:00:00
## 2828 2022-12-20 22:00:13      TRUE 2022-12-20 22:00:00
## 2829 2022-12-20 21:59:49      TRUE 2022-12-20 22:00:00
## 2830 2022-12-20 21:59:40      TRUE 2022-12-20 22:00:00
## 2831 2022-12-20 21:58:53      TRUE 2022-12-20 22:00:00
## 2832 2022-12-20 21:58:25      TRUE 2022-12-20 22:00:00
## 2833 2022-12-20 21:56:42      TRUE 2022-12-20 22:00:00
## 2834 2022-12-20 21:56:14      TRUE 2022-12-20 22:00:00
## 2835 2022-12-20 21:52:52      TRUE 2022-12-20 22:00:00
## 2836 2022-12-20 21:52:09      TRUE 2022-12-20 22:00:00
## 2837 2022-12-20 21:49:54      TRUE 2022-12-20 22:00:00
## 2838 2022-12-20 21:49:01      TRUE 2022-12-20 22:00:00
## 2839 2022-12-20 21:47:57      TRUE 2022-12-20 22:00:00
## 2840 2022-12-20 21:47:43      TRUE 2022-12-20 22:00:00
## 2841 2022-12-20 21:47:41      TRUE 2022-12-20 22:00:00
## 2842 2022-12-20 21:45:11      TRUE 2022-12-20 22:00:00
## 2843 2022-12-20 21:44:47      TRUE 2022-12-20 22:00:00
## 2844 2022-12-20 21:43:13      TRUE 2022-12-20 22:00:00
## 2845 2022-12-20 21:42:46      TRUE 2022-12-20 22:00:00
## 2846 2022-12-20 21:42:08      TRUE 2022-12-20 22:00:00
## 2847 2022-12-20 21:40:29      TRUE 2022-12-20 22:00:00
## 2848 2022-12-20 21:39:39      TRUE 2022-12-20 22:00:00
## 2849 2022-12-20 21:36:51      TRUE 2022-12-20 22:00:00
## 2850 2022-12-20 21:36:01      TRUE 2022-12-20 22:00:00
## 2851 2022-12-20 21:35:51      TRUE 2022-12-20 22:00:00
## 2852 2022-12-20 21:35:45      TRUE 2022-12-20 22:00:00
## 2853 2022-12-20 21:35:40      TRUE 2022-12-20 22:00:00
## 2854 2022-12-20 21:34:43      TRUE 2022-12-20 22:00:00
## 2855 2022-12-20 21:34:18      TRUE 2022-12-20 22:00:00
## 2856 2022-12-20 21:33:46      TRUE 2022-12-20 22:00:00
## 2857 2022-12-20 21:28:10      TRUE 2022-12-20 21:00:00
## 2858 2022-12-20 21:27:22      TRUE 2022-12-20 21:00:00
## 2859 2022-12-20 21:20:59      TRUE 2022-12-20 21:00:00
## 2860 2022-12-20 21:20:34      TRUE 2022-12-20 21:00:00
## 2861 2022-12-20 21:19:33      TRUE 2022-12-20 21:00:00
## 2862 2022-12-20 21:17:30      TRUE 2022-12-20 21:00:00
## 2863 2022-12-20 21:17:06      TRUE 2022-12-20 21:00:00
## 2864 2022-12-20 21:15:20      TRUE 2022-12-20 21:00:00
## 2865 2022-12-20 21:14:08      TRUE 2022-12-20 21:00:00
## 2866 2022-12-20 21:13:34      TRUE 2022-12-20 21:00:00
## 2867 2022-12-20 21:13:21      TRUE 2022-12-20 21:00:00
## 2868 2022-12-20 21:12:42      TRUE 2022-12-20 21:00:00
## 2869 2022-12-20 21:10:20      TRUE 2022-12-20 21:00:00
## 2870 2022-12-20 21:07:21      TRUE 2022-12-20 21:00:00
## 2871 2022-12-20 21:07:04      TRUE 2022-12-20 21:00:00
## 2872 2022-12-20 21:06:15      TRUE 2022-12-20 21:00:00
## 2873 2022-12-20 21:04:44      TRUE 2022-12-20 21:00:00
## 2874 2022-12-20 21:03:32      TRUE 2022-12-20 21:00:00
## 2875 2022-12-20 21:00:52      TRUE 2022-12-20 21:00:00
## 2876 2022-12-20 21:00:24      TRUE 2022-12-20 21:00:00
## 2877 2022-12-20 21:00:24      TRUE 2022-12-20 21:00:00
## 2878 2022-12-20 21:00:24      TRUE 2022-12-20 21:00:00
## 2879 2022-12-20 21:00:19      TRUE 2022-12-20 21:00:00
## 2880 2022-12-20 20:53:53      TRUE 2022-12-20 21:00:00
## 2881 2022-12-20 20:53:36      TRUE 2022-12-20 21:00:00
## 2882 2022-12-20 20:52:23      TRUE 2022-12-20 21:00:00
## 2883 2022-12-20 20:51:47      TRUE 2022-12-20 21:00:00
## 2884 2022-12-20 20:51:02      TRUE 2022-12-20 21:00:00
## 2885 2022-12-20 20:49:58      TRUE 2022-12-20 21:00:00
## 2886 2022-12-20 20:49:20      TRUE 2022-12-20 21:00:00
## 2887 2022-12-20 20:49:15      TRUE 2022-12-20 21:00:00
## 2888 2022-12-20 20:48:31      TRUE 2022-12-20 21:00:00
## 2889 2022-12-20 20:46:44      TRUE 2022-12-20 21:00:00
## 2890 2022-12-20 20:44:49      TRUE 2022-12-20 21:00:00
## 2891 2022-12-20 20:43:56      TRUE 2022-12-20 21:00:00
## 2892 2022-12-20 20:43:03      TRUE 2022-12-20 21:00:00
## 2893 2022-12-20 20:42:55      TRUE 2022-12-20 21:00:00
## 2894 2022-12-20 20:42:30      TRUE 2022-12-20 21:00:00
## 2895 2022-12-20 20:42:11      TRUE 2022-12-20 21:00:00
## 2896 2022-12-20 20:41:52      TRUE 2022-12-20 21:00:00
## 2897 2022-12-20 20:40:21      TRUE 2022-12-20 21:00:00
## 2898 2022-12-20 20:39:46      TRUE 2022-12-20 21:00:00
## 2899 2022-12-20 20:39:27      TRUE 2022-12-20 21:00:00
## 2900 2022-12-20 20:38:09      TRUE 2022-12-20 21:00:00
## 2901 2022-12-20 20:35:51      TRUE 2022-12-20 21:00:00
## 2902 2022-12-20 20:35:46      TRUE 2022-12-20 21:00:00
## 2903 2022-12-20 20:34:40      TRUE 2022-12-20 21:00:00
## 2904 2022-12-20 20:34:22      TRUE 2022-12-20 21:00:00
## 2905 2022-12-20 20:34:14      TRUE 2022-12-20 21:00:00
## 2906 2022-12-20 20:34:02      TRUE 2022-12-20 21:00:00
## 2907 2022-12-20 20:32:21      TRUE 2022-12-20 21:00:00
## 2908 2022-12-20 20:29:36      TRUE 2022-12-20 20:00:00
## 2909 2022-12-20 20:29:07      TRUE 2022-12-20 20:00:00
## 2910 2022-12-20 20:27:13      TRUE 2022-12-20 20:00:00
## 2911 2022-12-20 20:26:49      TRUE 2022-12-20 20:00:00
## 2912 2022-12-20 20:26:15      TRUE 2022-12-20 20:00:00
## 2913 2022-12-20 20:25:47      TRUE 2022-12-20 20:00:00
## 2914 2022-12-20 20:25:33      TRUE 2022-12-20 20:00:00
## 2915 2022-12-20 20:24:32      TRUE 2022-12-20 20:00:00
## 2916 2022-12-20 20:20:05      TRUE 2022-12-20 20:00:00
## 2917 2022-12-20 20:17:18      TRUE 2022-12-20 20:00:00
## 2918 2022-12-20 20:17:01      TRUE 2022-12-20 20:00:00
## 2919 2022-12-20 20:15:24      TRUE 2022-12-20 20:00:00
## 2920 2022-12-20 20:15:20      TRUE 2022-12-20 20:00:00
## 2921 2022-12-20 20:15:14      TRUE 2022-12-20 20:00:00
## 2922 2022-12-20 20:14:39      TRUE 2022-12-20 20:00:00
## 2923 2022-12-20 20:13:16      TRUE 2022-12-20 20:00:00
## 2924 2022-12-20 20:13:10      TRUE 2022-12-20 20:00:00
## 2925 2022-12-20 20:11:51      TRUE 2022-12-20 20:00:00
## 2926 2022-12-20 20:11:35      TRUE 2022-12-20 20:00:00
## 2927 2022-12-20 20:11:23      TRUE 2022-12-20 20:00:00
## 2928 2022-12-20 20:11:02      TRUE 2022-12-20 20:00:00
## 2929 2022-12-20 20:10:38      TRUE 2022-12-20 20:00:00
## 2930 2022-12-20 20:10:30      TRUE 2022-12-20 20:00:00
## 2931 2022-12-20 20:10:24      TRUE 2022-12-20 20:00:00
## 2932 2022-12-20 20:10:21      TRUE 2022-12-20 20:00:00
## 2933 2022-12-20 20:10:12      TRUE 2022-12-20 20:00:00
## 2934 2022-12-20 20:09:03      TRUE 2022-12-20 20:00:00
## 2935 2022-12-20 20:08:41      TRUE 2022-12-20 20:00:00
## 2936 2022-12-20 20:08:26      TRUE 2022-12-20 20:00:00
## 2937 2022-12-20 20:08:15      TRUE 2022-12-20 20:00:00
## 2938 2022-12-20 20:07:52      TRUE 2022-12-20 20:00:00
## 2939 2022-12-20 20:06:03      TRUE 2022-12-20 20:00:00
## 2940 2022-12-20 20:04:37      TRUE 2022-12-20 20:00:00
## 2941 2022-12-20 20:04:11      TRUE 2022-12-20 20:00:00
## 2942 2022-12-20 20:00:58      TRUE 2022-12-20 20:00:00
## 2943 2022-12-20 19:59:30      TRUE 2022-12-20 20:00:00
## 2944 2022-12-20 19:56:02      TRUE 2022-12-20 20:00:00
## 2945 2022-12-20 19:54:32      TRUE 2022-12-20 20:00:00
## 2946 2022-12-20 19:52:53      TRUE 2022-12-20 20:00:00
## 2947 2022-12-20 19:52:52      TRUE 2022-12-20 20:00:00
## 2948 2022-12-20 19:52:51      TRUE 2022-12-20 20:00:00
## 2949 2022-12-20 19:49:51      TRUE 2022-12-20 20:00:00
## 2950 2022-12-20 19:49:46      TRUE 2022-12-20 20:00:00
## 2951 2022-12-20 19:48:55      TRUE 2022-12-20 20:00:00
## 2952 2022-12-20 19:48:33      TRUE 2022-12-20 20:00:00
## 2953 2022-12-20 19:48:11      TRUE 2022-12-20 20:00:00
## 2954 2022-12-20 19:47:58      TRUE 2022-12-20 20:00:00
## 2955 2022-12-20 19:47:34      TRUE 2022-12-20 20:00:00
## 2956 2022-12-20 19:47:32      TRUE 2022-12-20 20:00:00
## 2957 2022-12-20 19:46:27      TRUE 2022-12-20 20:00:00
## 2958 2022-12-20 19:46:23      TRUE 2022-12-20 20:00:00
## 2959 2022-12-20 19:46:21      TRUE 2022-12-20 20:00:00
## 2960 2022-12-20 19:45:23      TRUE 2022-12-20 20:00:00
## 2961 2022-12-20 19:45:09      TRUE 2022-12-20 20:00:00
## 2962 2022-12-20 19:44:19      TRUE 2022-12-20 20:00:00
## 2963 2022-12-20 19:43:37      TRUE 2022-12-20 20:00:00
## 2964 2022-12-20 19:43:35      TRUE 2022-12-20 20:00:00
## 2965 2022-12-20 19:40:45      TRUE 2022-12-20 20:00:00
## 2966 2022-12-20 19:39:23      TRUE 2022-12-20 20:00:00
## 2967 2022-12-20 19:39:02      TRUE 2022-12-20 20:00:00
## 2968 2022-12-20 19:35:26      TRUE 2022-12-20 20:00:00
## 2969 2022-12-20 19:35:18      TRUE 2022-12-20 20:00:00
## 2970 2022-12-20 19:35:15      TRUE 2022-12-20 20:00:00
## 2971 2022-12-20 19:34:58      TRUE 2022-12-20 20:00:00
## 2972 2022-12-20 19:31:16      TRUE 2022-12-20 20:00:00
## 2973 2022-12-20 19:30:52      TRUE 2022-12-20 20:00:00
## 2974 2022-12-20 19:27:56      TRUE 2022-12-20 19:00:00
## 2975 2022-12-20 19:27:55      TRUE 2022-12-20 19:00:00
## 2976 2022-12-20 19:27:53      TRUE 2022-12-20 19:00:00
## 2977 2022-12-20 19:26:44      TRUE 2022-12-20 19:00:00
## 2978 2022-12-20 19:26:00      TRUE 2022-12-20 19:00:00
## 2979 2022-12-20 19:25:39      TRUE 2022-12-20 19:00:00
## 2980 2022-12-20 19:24:56      TRUE 2022-12-20 19:00:00
## 2981 2022-12-20 19:24:42      TRUE 2022-12-20 19:00:00
## 2982 2022-12-20 19:24:10      TRUE 2022-12-20 19:00:00
## 2983 2022-12-20 19:22:34      TRUE 2022-12-20 19:00:00
## 2984 2022-12-20 19:22:22      TRUE 2022-12-20 19:00:00
## 2985 2022-12-20 19:20:15      TRUE 2022-12-20 19:00:00
## 2986 2022-12-20 19:19:40      TRUE 2022-12-20 19:00:00
## 2987 2022-12-20 19:19:14      TRUE 2022-12-20 19:00:00
## 2988 2022-12-20 19:18:26      TRUE 2022-12-20 19:00:00
## 2989 2022-12-20 19:17:51      TRUE 2022-12-20 19:00:00
## 2990 2022-12-20 19:17:47      TRUE 2022-12-20 19:00:00
## 2991 2022-12-20 19:17:29      TRUE 2022-12-20 19:00:00
## 2992 2022-12-20 19:16:42      TRUE 2022-12-20 19:00:00
## 2993 2022-12-20 19:14:34      TRUE 2022-12-20 19:00:00
## 2994 2022-12-20 19:14:19      TRUE 2022-12-20 19:00:00
## 2995 2022-12-20 19:12:31      TRUE 2022-12-20 19:00:00
## 2996 2022-12-20 19:12:10      TRUE 2022-12-20 19:00:00
## 2997 2022-12-20 19:11:59      TRUE 2022-12-20 19:00:00
## 2998 2022-12-20 19:11:18      TRUE 2022-12-20 19:00:00
## 2999 2022-12-20 19:10:05      TRUE 2022-12-20 19:00:00
## 3000 2022-12-20 19:09:12      TRUE 2022-12-20 19:00:00
## 3001 2022-12-20 19:08:56      TRUE 2022-12-20 19:00:00
## 3002 2022-12-20 19:08:42      TRUE 2022-12-20 19:00:00
## 3003 2022-12-20 19:08:18      TRUE 2022-12-20 19:00:00
## 3004 2022-12-20 19:07:48      TRUE 2022-12-20 19:00:00
## 3005 2022-12-20 19:07:34      TRUE 2022-12-20 19:00:00
## 3006 2022-12-20 19:07:01      TRUE 2022-12-20 19:00:00
## 3007 2022-12-20 19:06:35      TRUE 2022-12-20 19:00:00
## 3008 2022-12-20 19:06:33      TRUE 2022-12-20 19:00:00
## 3009 2022-12-20 19:06:14      TRUE 2022-12-20 19:00:00
## 3010 2022-12-20 19:06:06      TRUE 2022-12-20 19:00:00
## 3011 2022-12-20 19:05:59      TRUE 2022-12-20 19:00:00
## 3012 2022-12-20 19:03:49      TRUE 2022-12-20 19:00:00
## 3013 2022-12-20 19:03:34      TRUE 2022-12-20 19:00:00
## 3014 2022-12-20 19:03:24      TRUE 2022-12-20 19:00:00
## 3015 2022-12-20 19:02:19      TRUE 2022-12-20 19:00:00
## 3016 2022-12-20 19:01:38      TRUE 2022-12-20 19:00:00
## 3017 2022-12-20 18:59:42      TRUE 2022-12-20 19:00:00
## 3018 2022-12-20 18:59:30      TRUE 2022-12-20 19:00:00
## 3019 2022-12-20 18:59:20      TRUE 2022-12-20 19:00:00
## 3020 2022-12-20 18:59:19      TRUE 2022-12-20 19:00:00
## 3021 2022-12-20 18:58:13      TRUE 2022-12-20 19:00:00
## 3022 2022-12-20 18:57:02      TRUE 2022-12-20 19:00:00
## 3023 2022-12-20 18:56:43      TRUE 2022-12-20 19:00:00
## 3024 2022-12-20 18:56:15      TRUE 2022-12-20 19:00:00
## 3025 2022-12-20 18:55:50      TRUE 2022-12-20 19:00:00
## 3026 2022-12-20 18:54:20      TRUE 2022-12-20 19:00:00
## 3027 2022-12-20 18:53:03      TRUE 2022-12-20 19:00:00
## 3028 2022-12-20 18:52:59      TRUE 2022-12-20 19:00:00
## 3029 2022-12-20 18:51:54      TRUE 2022-12-20 19:00:00
## 3030 2022-12-20 18:51:16      TRUE 2022-12-20 19:00:00
## 3031 2022-12-20 18:50:11      TRUE 2022-12-20 19:00:00
## 3032 2022-12-20 18:49:36      TRUE 2022-12-20 19:00:00
## 3033 2022-12-20 18:48:50      TRUE 2022-12-20 19:00:00
## 3034 2022-12-20 18:48:42      TRUE 2022-12-20 19:00:00
## 3035 2022-12-20 18:48:41      TRUE 2022-12-20 19:00:00
## 3036 2022-12-20 18:45:45      TRUE 2022-12-20 19:00:00
## 3037 2022-12-20 18:45:26      TRUE 2022-12-20 19:00:00
## 3038 2022-12-20 18:44:15      TRUE 2022-12-20 19:00:00
## 3039 2022-12-20 18:43:51      TRUE 2022-12-20 19:00:00
## 3040 2022-12-20 18:42:50      TRUE 2022-12-20 19:00:00
## 3041 2022-12-20 18:40:58      TRUE 2022-12-20 19:00:00
## 3042 2022-12-20 18:40:52      TRUE 2022-12-20 19:00:00
## 3043 2022-12-20 18:40:39      TRUE 2022-12-20 19:00:00
## 3044 2022-12-20 18:38:21      TRUE 2022-12-20 19:00:00
## 3045 2022-12-20 18:37:17      TRUE 2022-12-20 19:00:00
## 3046 2022-12-20 18:37:04      TRUE 2022-12-20 19:00:00
## 3047 2022-12-20 18:36:14      TRUE 2022-12-20 19:00:00
## 3048 2022-12-20 18:34:32      TRUE 2022-12-20 19:00:00
## 3049 2022-12-20 18:34:09      TRUE 2022-12-20 19:00:00
## 3050 2022-12-20 18:33:18      TRUE 2022-12-20 19:00:00
## 3051 2022-12-20 18:31:23      TRUE 2022-12-20 19:00:00
## 3052 2022-12-20 18:30:51      TRUE 2022-12-20 19:00:00
## 3053 2022-12-20 18:28:10      TRUE 2022-12-20 18:00:00
## 3054 2022-12-20 18:28:01      TRUE 2022-12-20 18:00:00
## 3055 2022-12-20 18:27:48      TRUE 2022-12-20 18:00:00
## 3056 2022-12-20 18:27:23      TRUE 2022-12-20 18:00:00
## 3057 2022-12-20 18:27:22      TRUE 2022-12-20 18:00:00
## 3058 2022-12-20 18:26:41      TRUE 2022-12-20 18:00:00
## 3059 2022-12-20 18:25:29      TRUE 2022-12-20 18:00:00
## 3060 2022-12-20 18:24:36      TRUE 2022-12-20 18:00:00
## 3061 2022-12-20 18:23:05      TRUE 2022-12-20 18:00:00
## 3062 2022-12-20 18:22:35      TRUE 2022-12-20 18:00:00
## 3063 2022-12-20 18:21:45      TRUE 2022-12-20 18:00:00
## 3064 2022-12-20 18:21:20      TRUE 2022-12-20 18:00:00
## 3065 2022-12-20 18:19:06      TRUE 2022-12-20 18:00:00
## 3066 2022-12-20 18:18:17      TRUE 2022-12-20 18:00:00
## 3067 2022-12-20 18:16:33      TRUE 2022-12-20 18:00:00
## 3068 2022-12-20 18:16:30      TRUE 2022-12-20 18:00:00
## 3069 2022-12-20 18:15:28      TRUE 2022-12-20 18:00:00
## 3070 2022-12-20 18:14:01      TRUE 2022-12-20 18:00:00
## 3071 2022-12-20 18:13:54      TRUE 2022-12-20 18:00:00
## 3072 2022-12-20 18:12:38      TRUE 2022-12-20 18:00:00
## 3073 2022-12-20 18:11:49      TRUE 2022-12-20 18:00:00
## 3074 2022-12-20 18:11:37      TRUE 2022-12-20 18:00:00
## 3075 2022-12-20 18:11:19      TRUE 2022-12-20 18:00:00
## 3076 2022-12-20 18:10:47      TRUE 2022-12-20 18:00:00
## 3077 2022-12-20 18:10:40      TRUE 2022-12-20 18:00:00
## 3078 2022-12-20 18:09:47      TRUE 2022-12-20 18:00:00
## 3079 2022-12-20 18:08:11      TRUE 2022-12-20 18:00:00
## 3080 2022-12-20 18:07:58      TRUE 2022-12-20 18:00:00
## 3081 2022-12-20 18:07:40      TRUE 2022-12-20 18:00:00
## 3082 2022-12-20 18:07:03      TRUE 2022-12-20 18:00:00
## 3083 2022-12-20 18:06:48      TRUE 2022-12-20 18:00:00
## 3084 2022-12-20 18:06:46      TRUE 2022-12-20 18:00:00
## 3085 2022-12-20 18:04:41      TRUE 2022-12-20 18:00:00
## 3086 2022-12-20 18:03:53      TRUE 2022-12-20 18:00:00
## 3087 2022-12-20 18:03:31      TRUE 2022-12-20 18:00:00
## 3088 2022-12-20 18:03:25      TRUE 2022-12-20 18:00:00
## 3089 2022-12-20 18:01:58      TRUE 2022-12-20 18:00:00
## 3090 2022-12-20 18:01:17      TRUE 2022-12-20 18:00:00
## 3091 2022-12-20 17:59:53      TRUE 2022-12-20 18:00:00
## 3092 2022-12-20 17:59:31      TRUE 2022-12-20 18:00:00
## 3093 2022-12-20 17:59:05      TRUE 2022-12-20 18:00:00
## 3094 2022-12-20 17:57:49      TRUE 2022-12-20 18:00:00
## 3095 2022-12-20 17:56:16      TRUE 2022-12-20 18:00:00
## 3096 2022-12-20 17:56:11      TRUE 2022-12-20 18:00:00
## 3097 2022-12-20 17:55:57      TRUE 2022-12-20 18:00:00
## 3098 2022-12-20 17:54:53      TRUE 2022-12-20 18:00:00
## 3099 2022-12-20 17:54:28      TRUE 2022-12-20 18:00:00
## 3100 2022-12-20 17:52:46      TRUE 2022-12-20 18:00:00
## 3101 2022-12-20 17:51:35      TRUE 2022-12-20 18:00:00
## 3102 2022-12-20 17:50:43      TRUE 2022-12-20 18:00:00
## 3103 2022-12-20 17:48:22      TRUE 2022-12-20 18:00:00
## 3104 2022-12-20 17:47:26      TRUE 2022-12-20 18:00:00
## 3105 2022-12-20 17:47:24      TRUE 2022-12-20 18:00:00
## 3106 2022-12-20 17:41:51      TRUE 2022-12-20 18:00:00
## 3107 2022-12-20 17:39:48      TRUE 2022-12-20 18:00:00
## 3108 2022-12-20 17:39:22      TRUE 2022-12-20 18:00:00
## 3109 2022-12-20 17:37:40      TRUE 2022-12-20 18:00:00
## 3110 2022-12-20 17:37:39      TRUE 2022-12-20 18:00:00
## 3111 2022-12-20 17:37:28      TRUE 2022-12-20 18:00:00
## 3112 2022-12-20 17:36:20      TRUE 2022-12-20 18:00:00
## 3113 2022-12-20 17:36:14      TRUE 2022-12-20 18:00:00
## 3114 2022-12-20 17:35:59      TRUE 2022-12-20 18:00:00
## 3115 2022-12-20 17:35:58      TRUE 2022-12-20 18:00:00
## 3116 2022-12-20 17:35:12      TRUE 2022-12-20 18:00:00
## 3117 2022-12-20 17:34:37      TRUE 2022-12-20 18:00:00
## 3118 2022-12-20 17:34:08      TRUE 2022-12-20 18:00:00
## 3119 2022-12-20 17:32:55      TRUE 2022-12-20 18:00:00
## 3120 2022-12-20 17:25:03      TRUE 2022-12-20 17:00:00
## 3121 2022-12-20 17:24:55      TRUE 2022-12-20 17:00:00
## 3122 2022-12-20 17:24:52      TRUE 2022-12-20 17:00:00
## 3123 2022-12-20 17:23:28      TRUE 2022-12-20 17:00:00
## 3124 2022-12-20 17:23:21      TRUE 2022-12-20 17:00:00
## 3125 2022-12-20 17:23:19      TRUE 2022-12-20 17:00:00
## 3126 2022-12-20 17:23:13      TRUE 2022-12-20 17:00:00
## 3127 2022-12-20 17:22:33      TRUE 2022-12-20 17:00:00
## 3128 2022-12-20 17:21:52      TRUE 2022-12-20 17:00:00
## 3129 2022-12-20 17:21:22      TRUE 2022-12-20 17:00:00
## 3130 2022-12-20 17:21:18      TRUE 2022-12-20 17:00:00
## 3131 2022-12-20 17:21:13      TRUE 2022-12-20 17:00:00
## 3132 2022-12-20 17:19:56      TRUE 2022-12-20 17:00:00
## 3133 2022-12-20 17:18:09      TRUE 2022-12-20 17:00:00
## 3134 2022-12-20 17:16:11      TRUE 2022-12-20 17:00:00
## 3135 2022-12-20 17:15:34      TRUE 2022-12-20 17:00:00
## 3136 2022-12-20 17:14:12      TRUE 2022-12-20 17:00:00
## 3137 2022-12-20 17:14:02      TRUE 2022-12-20 17:00:00
## 3138 2022-12-20 17:13:21      TRUE 2022-12-20 17:00:00
## 3139 2022-12-20 17:13:19      TRUE 2022-12-20 17:00:00
## 3140 2022-12-20 17:13:12      TRUE 2022-12-20 17:00:00
## 3141 2022-12-20 17:12:57      TRUE 2022-12-20 17:00:00
## 3142 2022-12-20 17:12:28      TRUE 2022-12-20 17:00:00
## 3143 2022-12-20 17:12:04      TRUE 2022-12-20 17:00:00
## 3144 2022-12-20 17:11:58      TRUE 2022-12-20 17:00:00
## 3145 2022-12-20 17:11:32      TRUE 2022-12-20 17:00:00
## 3146 2022-12-20 17:11:00      TRUE 2022-12-20 17:00:00
## 3147 2022-12-20 17:10:16      TRUE 2022-12-20 17:00:00
## 3148 2022-12-20 17:10:00      TRUE 2022-12-20 17:00:00
## 3149 2022-12-20 17:08:30      TRUE 2022-12-20 17:00:00
## 3150 2022-12-20 17:08:09      TRUE 2022-12-20 17:00:00
## 3151 2022-12-20 17:08:00      TRUE 2022-12-20 17:00:00
## 3152 2022-12-20 17:07:12      TRUE 2022-12-20 17:00:00
## 3153 2022-12-20 17:06:33      TRUE 2022-12-20 17:00:00
## 3154 2022-12-20 17:06:25      TRUE 2022-12-20 17:00:00
## 3155 2022-12-20 17:06:15      TRUE 2022-12-20 17:00:00
## 3156 2022-12-20 17:04:01      TRUE 2022-12-20 17:00:00
## 3157 2022-12-20 17:02:00      TRUE 2022-12-20 17:00:00
## 3158 2022-12-20 17:01:56      TRUE 2022-12-20 17:00:00
## 3159 2022-12-20 17:01:15      TRUE 2022-12-20 17:00:00
## 3160 2022-12-20 16:58:17      TRUE 2022-12-20 17:00:00
## 3161 2022-12-20 16:58:16      TRUE 2022-12-20 17:00:00
## 3162 2022-12-20 16:57:38      TRUE 2022-12-20 17:00:00
## 3163 2022-12-20 16:57:20      TRUE 2022-12-20 17:00:00
## 3164 2022-12-20 16:57:07      TRUE 2022-12-20 17:00:00
## 3165 2022-12-20 16:56:46      TRUE 2022-12-20 17:00:00
## 3166 2022-12-20 16:56:45      TRUE 2022-12-20 17:00:00
## 3167 2022-12-20 16:56:09      TRUE 2022-12-20 17:00:00
## 3168 2022-12-20 16:55:59      TRUE 2022-12-20 17:00:00
## 3169 2022-12-20 16:54:34      TRUE 2022-12-20 17:00:00
## 3170 2022-12-20 16:53:23      TRUE 2022-12-20 17:00:00
## 3171 2022-12-20 16:53:14      TRUE 2022-12-20 17:00:00
## 3172 2022-12-20 16:52:44      TRUE 2022-12-20 17:00:00
## 3173 2022-12-20 16:51:35      TRUE 2022-12-20 17:00:00
## 3174 2022-12-20 16:49:44      TRUE 2022-12-20 17:00:00
## 3175 2022-12-20 16:49:39      TRUE 2022-12-20 17:00:00
## 3176 2022-12-20 16:49:30      TRUE 2022-12-20 17:00:00
## 3177 2022-12-20 16:49:07      TRUE 2022-12-20 17:00:00
## 3178 2022-12-20 16:48:51      TRUE 2022-12-20 17:00:00
## 3179 2022-12-20 16:47:58      TRUE 2022-12-20 17:00:00
## 3180 2022-12-20 16:47:35      TRUE 2022-12-20 17:00:00
## 3181 2022-12-20 16:47:06      TRUE 2022-12-20 17:00:00
## 3182 2022-12-20 16:46:55      TRUE 2022-12-20 17:00:00
## 3183 2022-12-20 16:45:41      TRUE 2022-12-20 17:00:00
## 3184 2022-12-20 16:45:32      TRUE 2022-12-20 17:00:00
## 3185 2022-12-20 16:45:25      TRUE 2022-12-20 17:00:00
## 3186 2022-12-20 16:42:57      TRUE 2022-12-20 17:00:00
## 3187 2022-12-20 16:41:50      TRUE 2022-12-20 17:00:00
## 3188 2022-12-20 16:41:46      TRUE 2022-12-20 17:00:00
## 3189 2022-12-20 16:40:34      TRUE 2022-12-20 17:00:00
## 3190 2022-12-20 16:40:05      TRUE 2022-12-20 17:00:00
## 3191 2022-12-20 16:39:57      TRUE 2022-12-20 17:00:00
## 3192 2022-12-20 16:39:46      TRUE 2022-12-20 17:00:00
## 3193 2022-12-20 16:39:40      TRUE 2022-12-20 17:00:00
## 3194 2022-12-20 16:39:22      TRUE 2022-12-20 17:00:00
## 3195 2022-12-20 16:36:06      TRUE 2022-12-20 17:00:00
## 3196 2022-12-20 16:35:44      TRUE 2022-12-20 17:00:00
## 3197 2022-12-20 16:35:28      TRUE 2022-12-20 17:00:00
## 3198 2022-12-20 16:35:01      TRUE 2022-12-20 17:00:00
## 3199 2022-12-20 16:34:38      TRUE 2022-12-20 17:00:00
## 3200 2022-12-20 16:32:05      TRUE 2022-12-20 17:00:00
## 3201 2022-12-20 16:30:08      TRUE 2022-12-20 17:00:00
## 3202 2022-12-20 16:28:48      TRUE 2022-12-20 16:00:00
## 3203 2022-12-20 16:27:48      TRUE 2022-12-20 16:00:00
## 3204 2022-12-20 16:27:22      TRUE 2022-12-20 16:00:00
## 3205 2022-12-20 16:26:32      TRUE 2022-12-20 16:00:00
## 3206 2022-12-20 16:26:26      TRUE 2022-12-20 16:00:00
## 3207 2022-12-20 16:26:20      TRUE 2022-12-20 16:00:00
## 3208 2022-12-20 16:26:14      TRUE 2022-12-20 16:00:00
## 3209 2022-12-20 16:25:46      TRUE 2022-12-20 16:00:00
## 3210 2022-12-20 16:25:38      TRUE 2022-12-20 16:00:00
## 3211 2022-12-20 16:23:41      TRUE 2022-12-20 16:00:00
## 3212 2022-12-20 16:23:41      TRUE 2022-12-20 16:00:00
## 3213 2022-12-20 16:23:31      TRUE 2022-12-20 16:00:00
## 3214 2022-12-20 16:22:52      TRUE 2022-12-20 16:00:00
## 3215 2022-12-20 16:22:45      TRUE 2022-12-20 16:00:00
## 3216 2022-12-20 16:22:45      TRUE 2022-12-20 16:00:00
## 3217 2022-12-20 16:20:50      TRUE 2022-12-20 16:00:00
## 3218 2022-12-20 16:18:30      TRUE 2022-12-20 16:00:00
## 3219 2022-12-20 16:18:10      TRUE 2022-12-20 16:00:00
## 3220 2022-12-20 16:17:08      TRUE 2022-12-20 16:00:00
## 3221 2022-12-20 16:16:53      TRUE 2022-12-20 16:00:00
## 3222 2022-12-20 16:16:44      TRUE 2022-12-20 16:00:00
## 3223 2022-12-20 16:16:17      TRUE 2022-12-20 16:00:00
## 3224 2022-12-20 16:16:14      TRUE 2022-12-20 16:00:00
## 3225 2022-12-20 16:15:24      TRUE 2022-12-20 16:00:00
## 3226 2022-12-20 16:15:16      TRUE 2022-12-20 16:00:00
## 3227 2022-12-20 16:15:04      TRUE 2022-12-20 16:00:00
## 3228 2022-12-20 16:15:03      TRUE 2022-12-20 16:00:00
## 3229 2022-12-20 16:14:58      TRUE 2022-12-20 16:00:00
## 3230 2022-12-20 16:14:41      TRUE 2022-12-20 16:00:00
## 3231 2022-12-20 16:13:45      TRUE 2022-12-20 16:00:00
## 3232 2022-12-20 16:13:18      TRUE 2022-12-20 16:00:00
## 3233 2022-12-20 16:13:07      TRUE 2022-12-20 16:00:00
## 3234 2022-12-20 16:11:44      TRUE 2022-12-20 16:00:00
## 3235 2022-12-20 16:11:34      TRUE 2022-12-20 16:00:00
## 3236 2022-12-20 16:11:19      TRUE 2022-12-20 16:00:00
## 3237 2022-12-20 16:10:42      TRUE 2022-12-20 16:00:00
## 3238 2022-12-20 16:10:26      TRUE 2022-12-20 16:00:00
## 3239 2022-12-20 16:09:41      TRUE 2022-12-20 16:00:00
## 3240 2022-12-20 16:06:31      TRUE 2022-12-20 16:00:00
## 3241 2022-12-20 16:06:26      TRUE 2022-12-20 16:00:00
## 3242 2022-12-20 16:04:23      TRUE 2022-12-20 16:00:00
## 3243 2022-12-20 16:04:06      TRUE 2022-12-20 16:00:00
## 3244 2022-12-20 16:04:01      TRUE 2022-12-20 16:00:00
## 3245 2022-12-20 16:02:55      TRUE 2022-12-20 16:00:00
## 3246 2022-12-20 16:01:46      TRUE 2022-12-20 16:00:00
## 3247 2022-12-20 16:01:41      TRUE 2022-12-20 16:00:00
## 3248 2022-12-20 16:01:03      TRUE 2022-12-20 16:00:00
## 3249 2022-12-20 16:01:02      TRUE 2022-12-20 16:00:00
## 3250 2022-12-20 16:00:12      TRUE 2022-12-20 16:00:00
## 3251 2022-12-20 15:59:57      TRUE 2022-12-20 16:00:00
## 3252 2022-12-20 15:59:55      TRUE 2022-12-20 16:00:00
## 3253 2022-12-20 15:58:47      TRUE 2022-12-20 16:00:00
## 3254 2022-12-20 15:57:57      TRUE 2022-12-20 16:00:00
## 3255 2022-12-20 15:56:39      TRUE 2022-12-20 16:00:00
## 3256 2022-12-20 15:52:09      TRUE 2022-12-20 16:00:00
## 3257 2022-12-20 15:51:59      TRUE 2022-12-20 16:00:00
## 3258 2022-12-20 15:50:34      TRUE 2022-12-20 16:00:00
## 3259 2022-12-20 15:50:05      TRUE 2022-12-20 16:00:00
## 3260 2022-12-20 15:49:52      TRUE 2022-12-20 16:00:00
## 3261 2022-12-20 15:45:32      TRUE 2022-12-20 16:00:00
## 3262 2022-12-20 15:44:28      TRUE 2022-12-20 16:00:00
## 3263 2022-12-20 15:44:02      TRUE 2022-12-20 16:00:00
## 3264 2022-12-20 15:43:52      TRUE 2022-12-20 16:00:00
## 3265 2022-12-20 15:43:50      TRUE 2022-12-20 16:00:00
## 3266 2022-12-20 15:43:03      TRUE 2022-12-20 16:00:00
## 3267 2022-12-20 15:42:50      TRUE 2022-12-20 16:00:00
## 3268 2022-12-20 15:42:11      TRUE 2022-12-20 16:00:00
## 3269 2022-12-20 15:41:30      TRUE 2022-12-20 16:00:00
## 3270 2022-12-20 15:40:04      TRUE 2022-12-20 16:00:00
## 3271 2022-12-20 15:38:59      TRUE 2022-12-20 16:00:00
## 3272 2022-12-20 15:38:13      TRUE 2022-12-20 16:00:00
## 3273 2022-12-20 15:37:23      TRUE 2022-12-20 16:00:00
## 3274 2022-12-20 15:37:08      TRUE 2022-12-20 16:00:00
## 3275 2022-12-20 15:37:01      TRUE 2022-12-20 16:00:00
## 3276 2022-12-20 15:36:22      TRUE 2022-12-20 16:00:00
## 3277 2022-12-20 15:36:21      TRUE 2022-12-20 16:00:00
## 3278 2022-12-20 15:36:14      TRUE 2022-12-20 16:00:00
## 3279 2022-12-20 15:35:38      TRUE 2022-12-20 16:00:00
## 3280 2022-12-20 15:33:49      TRUE 2022-12-20 16:00:00
## 3281 2022-12-20 15:33:16      TRUE 2022-12-20 16:00:00
## 3282 2022-12-20 15:32:09      TRUE 2022-12-20 16:00:00
## 3283 2022-12-20 15:30:54      TRUE 2022-12-20 16:00:00
## 3284 2022-12-20 15:30:04      TRUE 2022-12-20 16:00:00
## 3285 2022-12-20 15:30:03      TRUE 2022-12-20 16:00:00
## 3286 2022-12-20 15:28:00      TRUE 2022-12-20 15:00:00
## 3287 2022-12-20 15:27:17      TRUE 2022-12-20 15:00:00
## 3288 2022-12-20 15:26:27      TRUE 2022-12-20 15:00:00
## 3289 2022-12-20 15:26:14      TRUE 2022-12-20 15:00:00
## 3290 2022-12-20 15:25:19      TRUE 2022-12-20 15:00:00
## 3291 2022-12-20 15:21:38      TRUE 2022-12-20 15:00:00
## 3292 2022-12-20 15:18:04      TRUE 2022-12-20 15:00:00
## 3293 2022-12-20 15:17:35      TRUE 2022-12-20 15:00:00
## 3294 2022-12-20 15:16:55      TRUE 2022-12-20 15:00:00
## 3295 2022-12-20 15:16:44      TRUE 2022-12-20 15:00:00
## 3296 2022-12-20 15:15:47      TRUE 2022-12-20 15:00:00
## 3297 2022-12-20 15:15:42      TRUE 2022-12-20 15:00:00
## 3298 2022-12-20 15:14:02      TRUE 2022-12-20 15:00:00
## 3299 2022-12-20 15:13:09      TRUE 2022-12-20 15:00:00
## 3300 2022-12-20 15:12:28      TRUE 2022-12-20 15:00:00
## 3301 2022-12-20 15:12:21      TRUE 2022-12-20 15:00:00
## 3302 2022-12-20 15:09:07      TRUE 2022-12-20 15:00:00
## 3303 2022-12-20 15:07:42      TRUE 2022-12-20 15:00:00
## 3304 2022-12-20 15:07:17      TRUE 2022-12-20 15:00:00
## 3305 2022-12-20 15:07:00      TRUE 2022-12-20 15:00:00
## 3306 2022-12-20 15:06:14      TRUE 2022-12-20 15:00:00
## 3307 2022-12-20 15:05:21      TRUE 2022-12-20 15:00:00
## 3308 2022-12-20 15:04:58      TRUE 2022-12-20 15:00:00
## 3309 2022-12-20 15:04:05      TRUE 2022-12-20 15:00:00
## 3310 2022-12-20 15:01:24      TRUE 2022-12-20 15:00:00
## 3311 2022-12-20 15:01:13      TRUE 2022-12-20 15:00:00
## 3312 2022-12-20 14:59:27      TRUE 2022-12-20 15:00:00
## 3313 2022-12-20 14:58:56      TRUE 2022-12-20 15:00:00
## 3314 2022-12-20 14:57:13      TRUE 2022-12-20 15:00:00
## 3315 2022-12-20 14:55:59      TRUE 2022-12-20 15:00:00
## 3316 2022-12-20 14:54:51      TRUE 2022-12-20 15:00:00
## 3317 2022-12-20 14:53:44      TRUE 2022-12-20 15:00:00
## 3318 2022-12-20 14:52:17      TRUE 2022-12-20 15:00:00
## 3319 2022-12-20 14:51:45      TRUE 2022-12-20 15:00:00
## 3320 2022-12-20 14:51:29      TRUE 2022-12-20 15:00:00
## 3321 2022-12-20 14:51:27      TRUE 2022-12-20 15:00:00
## 3322 2022-12-20 14:50:08      TRUE 2022-12-20 15:00:00
## 3323 2022-12-20 14:49:59      TRUE 2022-12-20 15:00:00
## 3324 2022-12-20 14:48:37      TRUE 2022-12-20 15:00:00
## 3325 2022-12-20 14:48:28      TRUE 2022-12-20 15:00:00
## 3326 2022-12-20 14:47:44      TRUE 2022-12-20 15:00:00
## 3327 2022-12-20 14:47:37      TRUE 2022-12-20 15:00:00
## 3328 2022-12-20 14:47:26      TRUE 2022-12-20 15:00:00
## 3329 2022-12-20 14:47:18      TRUE 2022-12-20 15:00:00
## 3330 2022-12-20 14:47:10      TRUE 2022-12-20 15:00:00
## 3331 2022-12-20 14:47:10      TRUE 2022-12-20 15:00:00
## 3332 2022-12-20 14:47:08      TRUE 2022-12-20 15:00:00
## 3333 2022-12-20 14:47:00      TRUE 2022-12-20 15:00:00
## 3334 2022-12-20 14:45:34      TRUE 2022-12-20 15:00:00
## 3335 2022-12-20 14:45:18      TRUE 2022-12-20 15:00:00
## 3336 2022-12-20 14:44:31      TRUE 2022-12-20 15:00:00
## 3337 2022-12-20 14:44:21      TRUE 2022-12-20 15:00:00
## 3338 2022-12-20 14:43:58      TRUE 2022-12-20 15:00:00
## 3339 2022-12-20 14:43:02      TRUE 2022-12-20 15:00:00
## 3340 2022-12-20 14:43:00      TRUE 2022-12-20 15:00:00
## 3341 2022-12-20 14:42:48      TRUE 2022-12-20 15:00:00
## 3342 2022-12-20 14:42:48      TRUE 2022-12-20 15:00:00
## 3343 2022-12-20 14:42:01      TRUE 2022-12-20 15:00:00
## 3344 2022-12-20 14:41:53      TRUE 2022-12-20 15:00:00
## 3345 2022-12-20 14:41:39      TRUE 2022-12-20 15:00:00
## 3346 2022-12-20 14:41:09      TRUE 2022-12-20 15:00:00
## 3347 2022-12-20 14:40:17      TRUE 2022-12-20 15:00:00
## 3348 2022-12-20 14:40:14      TRUE 2022-12-20 15:00:00
## 3349 2022-12-20 14:36:56      TRUE 2022-12-20 15:00:00
## 3350 2022-12-20 14:36:14      TRUE 2022-12-20 15:00:00
## 3351 2022-12-20 14:34:07      TRUE 2022-12-20 15:00:00
## 3352 2022-12-20 14:31:07      TRUE 2022-12-20 15:00:00
## 3353 2022-12-20 14:27:41      TRUE 2022-12-20 14:00:00
## 3354 2022-12-20 14:27:33      TRUE 2022-12-20 14:00:00
## 3355 2022-12-20 14:26:38      TRUE 2022-12-20 14:00:00
## 3356 2022-12-20 14:25:44      TRUE 2022-12-20 14:00:00
## 3357 2022-12-20 14:24:31      TRUE 2022-12-20 14:00:00
## 3358 2022-12-20 14:24:28      TRUE 2022-12-20 14:00:00
## 3359 2022-12-20 14:23:50      TRUE 2022-12-20 14:00:00
## 3360 2022-12-20 14:23:42      TRUE 2022-12-20 14:00:00
## 3361 2022-12-20 14:23:39      TRUE 2022-12-20 14:00:00
## 3362 2022-12-20 14:22:30      TRUE 2022-12-20 14:00:00
## 3363 2022-12-20 14:22:24      TRUE 2022-12-20 14:00:00
## 3364 2022-12-20 14:22:14      TRUE 2022-12-20 14:00:00
## 3365 2022-12-20 14:21:50      TRUE 2022-12-20 14:00:00
## 3366 2022-12-20 14:21:14      TRUE 2022-12-20 14:00:00
## 3367 2022-12-20 14:20:52      TRUE 2022-12-20 14:00:00
## 3368 2022-12-20 14:20:43      TRUE 2022-12-20 14:00:00
## 3369 2022-12-20 14:20:28      TRUE 2022-12-20 14:00:00
## 3370 2022-12-20 14:20:25      TRUE 2022-12-20 14:00:00
## 3371 2022-12-20 14:20:14      TRUE 2022-12-20 14:00:00
## 3372 2022-12-20 14:20:02      TRUE 2022-12-20 14:00:00
## 3373 2022-12-20 14:19:57      TRUE 2022-12-20 14:00:00
## 3374 2022-12-20 14:19:55      TRUE 2022-12-20 14:00:00
## 3375 2022-12-20 14:18:15      TRUE 2022-12-20 14:00:00
## 3376 2022-12-20 14:17:55      TRUE 2022-12-20 14:00:00
## 3377 2022-12-20 14:16:55      TRUE 2022-12-20 14:00:00
## 3378 2022-12-20 14:16:37      TRUE 2022-12-20 14:00:00
## 3379 2022-12-20 14:16:14      TRUE 2022-12-20 14:00:00
## 3380 2022-12-20 14:12:46      TRUE 2022-12-20 14:00:00
## 3381 2022-12-20 14:10:41      TRUE 2022-12-20 14:00:00
## 3382 2022-12-20 14:06:14      TRUE 2022-12-20 14:00:00
## 3383 2022-12-20 14:02:36      TRUE 2022-12-20 14:00:00
## 3384 2022-12-20 14:00:31      TRUE 2022-12-20 14:00:00
## 3385 2022-12-20 14:00:21      TRUE 2022-12-20 14:00:00
## 3386 2022-12-20 14:00:07      TRUE 2022-12-20 14:00:00
## 3387 2022-12-20 13:59:33      TRUE 2022-12-20 14:00:00
## 3388 2022-12-20 13:59:28      TRUE 2022-12-20 14:00:00
## 3389 2022-12-20 13:58:41      TRUE 2022-12-20 14:00:00
## 3390 2022-12-20 13:58:36      TRUE 2022-12-20 14:00:00
## 3391 2022-12-20 13:57:56      TRUE 2022-12-20 14:00:00
## 3392 2022-12-20 13:56:55      TRUE 2022-12-20 14:00:00
## 3393 2022-12-20 13:56:38      TRUE 2022-12-20 14:00:00
## 3394 2022-12-20 13:56:20      TRUE 2022-12-20 14:00:00
## 3395 2022-12-20 13:56:15      TRUE 2022-12-20 14:00:00
## 3396 2022-12-20 13:55:45      TRUE 2022-12-20 14:00:00
## 3397 2022-12-20 13:54:50      TRUE 2022-12-20 14:00:00
## 3398 2022-12-20 13:54:20      TRUE 2022-12-20 14:00:00
## 3399 2022-12-20 13:53:57      TRUE 2022-12-20 14:00:00
## 3400 2022-12-20 13:49:28      TRUE 2022-12-20 14:00:00
## 3401 2022-12-20 13:48:55      TRUE 2022-12-20 14:00:00
## 3402 2022-12-20 13:48:18      TRUE 2022-12-20 14:00:00
## 3403 2022-12-20 13:46:43      TRUE 2022-12-20 14:00:00
## 3404 2022-12-20 13:39:22      TRUE 2022-12-20 14:00:00
## 3405 2022-12-20 13:37:31      TRUE 2022-12-20 14:00:00
## 3406 2022-12-20 13:37:29      TRUE 2022-12-20 14:00:00
## 3407 2022-12-20 13:34:32      TRUE 2022-12-20 14:00:00
## 3408 2022-12-20 13:33:43      TRUE 2022-12-20 14:00:00
## 3409 2022-12-20 13:31:26      TRUE 2022-12-20 14:00:00
## 3410 2022-12-20 13:29:00      TRUE 2022-12-20 13:00:00
## 3411 2022-12-20 13:27:42      TRUE 2022-12-20 13:00:00
## 3412 2022-12-20 13:27:17      TRUE 2022-12-20 13:00:00
## 3413 2022-12-20 13:25:54      TRUE 2022-12-20 13:00:00
## 3414 2022-12-20 13:25:34      TRUE 2022-12-20 13:00:00
## 3415 2022-12-20 13:23:48      TRUE 2022-12-20 13:00:00
## 3416 2022-12-20 13:23:44      TRUE 2022-12-20 13:00:00
## 3417 2022-12-20 13:21:48      TRUE 2022-12-20 13:00:00
## 3418 2022-12-20 13:21:42      TRUE 2022-12-20 13:00:00
## 3419 2022-12-20 13:20:56      TRUE 2022-12-20 13:00:00
## 3420 2022-12-20 13:19:04      TRUE 2022-12-20 13:00:00
## 3421 2022-12-20 13:19:01      TRUE 2022-12-20 13:00:00
## 3422 2022-12-20 13:18:18      TRUE 2022-12-20 13:00:00
## 3423 2022-12-20 13:18:12      TRUE 2022-12-20 13:00:00
## 3424 2022-12-20 13:18:04      TRUE 2022-12-20 13:00:00
## 3425 2022-12-20 13:17:00      TRUE 2022-12-20 13:00:00
## 3426 2022-12-20 13:16:52      TRUE 2022-12-20 13:00:00
## 3427 2022-12-20 13:16:41      TRUE 2022-12-20 13:00:00
## 3428 2022-12-20 13:16:40      TRUE 2022-12-20 13:00:00
## 3429 2022-12-20 13:16:35      TRUE 2022-12-20 13:00:00
## 3430 2022-12-20 13:16:29      TRUE 2022-12-20 13:00:00
## 3431 2022-12-20 13:16:11      TRUE 2022-12-20 13:00:00
## 3432 2022-12-20 13:16:09      TRUE 2022-12-20 13:00:00
## 3433 2022-12-20 13:15:49      TRUE 2022-12-20 13:00:00
## 3434 2022-12-20 13:15:48      TRUE 2022-12-20 13:00:00
## 3435 2022-12-20 13:14:47      TRUE 2022-12-20 13:00:00
## 3436 2022-12-20 13:14:40      TRUE 2022-12-20 13:00:00
## 3437 2022-12-20 13:14:24      TRUE 2022-12-20 13:00:00
## 3438 2022-12-20 13:13:20      TRUE 2022-12-20 13:00:00
## 3439 2022-12-20 13:12:39      TRUE 2022-12-20 13:00:00
## 3440 2022-12-20 13:12:36      TRUE 2022-12-20 13:00:00
## 3441 2022-12-20 13:12:30      TRUE 2022-12-20 13:00:00
## 3442 2022-12-20 13:12:22      TRUE 2022-12-20 13:00:00
## 3443 2022-12-20 13:11:45      TRUE 2022-12-20 13:00:00
## 3444 2022-12-20 13:11:44      TRUE 2022-12-20 13:00:00
## 3445 2022-12-20 13:11:33      TRUE 2022-12-20 13:00:00
## 3446 2022-12-20 13:08:19      TRUE 2022-12-20 13:00:00
## 3447 2022-12-20 13:08:11      TRUE 2022-12-20 13:00:00
## 3448 2022-12-20 13:08:07      TRUE 2022-12-20 13:00:00
## 3449 2022-12-20 13:08:03      TRUE 2022-12-20 13:00:00
## 3450 2022-12-20 13:07:24      TRUE 2022-12-20 13:00:00
## 3451 2022-12-20 13:07:23      TRUE 2022-12-20 13:00:00
## 3452 2022-12-20 13:07:12      TRUE 2022-12-20 13:00:00
## 3453 2022-12-20 13:07:11      TRUE 2022-12-20 13:00:00
## 3454 2022-12-20 13:07:03      TRUE 2022-12-20 13:00:00
## 3455 2022-12-20 13:07:02      TRUE 2022-12-20 13:00:00
## 3456 2022-12-20 13:06:56      TRUE 2022-12-20 13:00:00
## 3457 2022-12-20 13:06:52      TRUE 2022-12-20 13:00:00
## 3458 2022-12-20 13:06:41      TRUE 2022-12-20 13:00:00
## 3459 2022-12-20 13:06:36      TRUE 2022-12-20 13:00:00
## 3460 2022-12-20 13:06:25      TRUE 2022-12-20 13:00:00
## 3461 2022-12-20 13:06:15      TRUE 2022-12-20 13:00:00
## 3462 2022-12-20 13:06:08      TRUE 2022-12-20 13:00:00
## 3463 2022-12-20 13:06:02      TRUE 2022-12-20 13:00:00
## 3464 2022-12-20 13:05:38      TRUE 2022-12-20 13:00:00
## 3465 2022-12-20 13:05:32      TRUE 2022-12-20 13:00:00
## 3466 2022-12-20 13:05:21      TRUE 2022-12-20 13:00:00
## 3467 2022-12-20 13:05:20      TRUE 2022-12-20 13:00:00
## 3468 2022-12-20 13:05:12      TRUE 2022-12-20 13:00:00
## 3469 2022-12-20 13:05:06      TRUE 2022-12-20 13:00:00
## 3470 2022-12-20 13:05:02      TRUE 2022-12-20 13:00:00
## 3471 2022-12-20 13:04:58      TRUE 2022-12-20 13:00:00
## 3472 2022-12-20 13:04:49      TRUE 2022-12-20 13:00:00
## 3473 2022-12-20 13:04:13      TRUE 2022-12-20 13:00:00
## 3474 2022-12-20 13:04:13      TRUE 2022-12-20 13:00:00
## 3475 2022-12-20 13:04:12      TRUE 2022-12-20 13:00:00
## 3476 2022-12-20 13:04:05      TRUE 2022-12-20 13:00:00
## 3477 2022-12-20 13:03:55      TRUE 2022-12-20 13:00:00
## 3478 2022-12-20 13:03:43      TRUE 2022-12-20 13:00:00
## 3479 2022-12-20 13:03:35      TRUE 2022-12-20 13:00:00
## 3480 2022-12-20 13:03:16      TRUE 2022-12-20 13:00:00
## 3481 2022-12-20 13:03:01      TRUE 2022-12-20 13:00:00
## 3482 2022-12-20 13:02:47      TRUE 2022-12-20 13:00:00
## 3483 2022-12-20 13:02:09      TRUE 2022-12-20 13:00:00
## 3484 2022-12-20 13:01:53      TRUE 2022-12-20 13:00:00
## 3485 2022-12-20 13:00:37      TRUE 2022-12-20 13:00:00
## 3486 2022-12-20 13:00:28      TRUE 2022-12-20 13:00:00
## 3487 2022-12-20 13:00:03      TRUE 2022-12-20 13:00:00
## 3488 2022-12-20 12:59:55      TRUE 2022-12-20 13:00:00
## 3489 2022-12-20 12:59:47      TRUE 2022-12-20 13:00:00
## 3490 2022-12-20 12:59:27      TRUE 2022-12-20 13:00:00
## 3491 2022-12-20 12:59:22      TRUE 2022-12-20 13:00:00
## 3492 2022-12-20 12:58:51      TRUE 2022-12-20 13:00:00
## 3493 2022-12-20 12:58:45      TRUE 2022-12-20 13:00:00
## 3494 2022-12-20 12:58:29      TRUE 2022-12-20 13:00:00
## 3495 2022-12-20 12:57:47      TRUE 2022-12-20 13:00:00
## 3496 2022-12-20 12:57:17      TRUE 2022-12-20 13:00:00
## 3497 2022-12-20 12:56:53      TRUE 2022-12-20 13:00:00
## 3498 2022-12-20 12:56:37      TRUE 2022-12-20 13:00:00
## 3499 2022-12-20 12:56:26      TRUE 2022-12-20 13:00:00
## 3500 2022-12-20 12:56:20      TRUE 2022-12-20 13:00:00
## 3501 2022-12-20 12:56:18      TRUE 2022-12-20 13:00:00
## 3502 2022-12-20 12:56:09      TRUE 2022-12-20 13:00:00
## 3503 2022-12-20 12:55:14      TRUE 2022-12-20 13:00:00
## 3504 2022-12-20 12:54:13      TRUE 2022-12-20 13:00:00
## 3505 2022-12-20 12:54:02      TRUE 2022-12-20 13:00:00
## 3506 2022-12-20 12:53:26      TRUE 2022-12-20 13:00:00
## 3507 2022-12-20 12:53:09      TRUE 2022-12-20 13:00:00
## 3508 2022-12-20 12:53:01      TRUE 2022-12-20 13:00:00
## 3509 2022-12-20 12:52:54      TRUE 2022-12-20 13:00:00
## 3510 2022-12-20 12:52:49      TRUE 2022-12-20 13:00:00
## 3511 2022-12-20 12:52:47      TRUE 2022-12-20 13:00:00
## 3512 2022-12-20 12:52:42      TRUE 2022-12-20 13:00:00
## 3513 2022-12-20 12:52:32      TRUE 2022-12-20 13:00:00
## 3514 2022-12-20 12:52:30      TRUE 2022-12-20 13:00:00
## 3515 2022-12-20 12:52:24      TRUE 2022-12-20 13:00:00
## 3516 2022-12-20 12:51:18      TRUE 2022-12-20 13:00:00
## 3517 2022-12-20 12:51:09      TRUE 2022-12-20 13:00:00
## 3518 2022-12-20 12:50:39      TRUE 2022-12-20 13:00:00
## 3519 2022-12-20 12:50:28      TRUE 2022-12-20 13:00:00
## 3520 2022-12-20 12:47:15      TRUE 2022-12-20 13:00:00
## 3521 2022-12-20 12:47:10      TRUE 2022-12-20 13:00:00
## 3522 2022-12-20 12:46:59      TRUE 2022-12-20 13:00:00
## 3523 2022-12-20 12:46:48      TRUE 2022-12-20 13:00:00
## 3524 2022-12-20 12:46:30      TRUE 2022-12-20 13:00:00
## 3525 2022-12-20 12:46:28      TRUE 2022-12-20 13:00:00
## 3526 2022-12-20 12:46:21      TRUE 2022-12-20 13:00:00
## 3527 2022-12-20 12:46:14      TRUE 2022-12-20 13:00:00
## 3528 2022-12-20 12:46:12      TRUE 2022-12-20 13:00:00
## 3529 2022-12-20 12:45:59      TRUE 2022-12-20 13:00:00
## 3530 2022-12-20 12:45:53      TRUE 2022-12-20 13:00:00
## 3531 2022-12-20 12:45:42      TRUE 2022-12-20 13:00:00
## 3532 2022-12-20 12:45:08      TRUE 2022-12-20 13:00:00
## 3533 2022-12-20 12:45:06      TRUE 2022-12-20 13:00:00
## 3534 2022-12-20 12:43:45      TRUE 2022-12-20 13:00:00
## 3535 2022-12-20 12:43:08      TRUE 2022-12-20 13:00:00
## 3536 2022-12-20 12:43:03      TRUE 2022-12-20 13:00:00
## 3537 2022-12-20 12:42:57      TRUE 2022-12-20 13:00:00
## 3538 2022-12-20 12:42:42      TRUE 2022-12-20 13:00:00
## 3539 2022-12-20 12:42:22      TRUE 2022-12-20 13:00:00
## 3540 2022-12-20 12:42:14      TRUE 2022-12-20 13:00:00
## 3541 2022-12-20 12:41:42      TRUE 2022-12-20 13:00:00
## 3542 2022-12-20 12:41:29      TRUE 2022-12-20 13:00:00
## 3543 2022-12-20 12:41:08      TRUE 2022-12-20 13:00:00
## 3544 2022-12-20 12:41:08      TRUE 2022-12-20 13:00:00
## 3545 2022-12-20 12:41:04      TRUE 2022-12-20 13:00:00
## 3546 2022-12-20 12:41:02      TRUE 2022-12-20 13:00:00
## 3547 2022-12-20 12:40:59      TRUE 2022-12-20 13:00:00
## 3548 2022-12-20 12:40:56      TRUE 2022-12-20 13:00:00
## 3549 2022-12-20 12:40:49      TRUE 2022-12-20 13:00:00
## 3550 2022-12-20 12:40:45      TRUE 2022-12-20 13:00:00
## 3551 2022-12-20 12:40:31      TRUE 2022-12-20 13:00:00
## 3552 2022-12-20 12:40:21      TRUE 2022-12-20 13:00:00
## 3553 2022-12-20 12:39:54      TRUE 2022-12-20 13:00:00
## 3554 2022-12-20 12:39:47      TRUE 2022-12-20 13:00:00
## 3555 2022-12-20 12:39:40      TRUE 2022-12-20 13:00:00
## 3556 2022-12-20 12:39:38      TRUE 2022-12-20 13:00:00
## 3557 2022-12-20 12:39:20      TRUE 2022-12-20 13:00:00
## 3558 2022-12-20 12:39:09      TRUE 2022-12-20 13:00:00
## 3559 2022-12-20 12:38:57      TRUE 2022-12-20 13:00:00
## 3560 2022-12-20 12:38:51      TRUE 2022-12-20 13:00:00
## 3561 2022-12-20 12:38:48      TRUE 2022-12-20 13:00:00
## 3562 2022-12-20 12:38:25      TRUE 2022-12-20 13:00:00
## 3563 2022-12-20 12:37:49      TRUE 2022-12-20 13:00:00
## 3564 2022-12-20 12:37:34      TRUE 2022-12-20 13:00:00
## 3565 2022-12-20 12:37:11      TRUE 2022-12-20 13:00:00
## 3566 2022-12-20 12:37:02      TRUE 2022-12-20 13:00:00
## 3567 2022-12-20 12:36:51      TRUE 2022-12-20 13:00:00
## 3568 2022-12-20 12:36:42      TRUE 2022-12-20 13:00:00
## 3569 2022-12-20 12:36:17      TRUE 2022-12-20 13:00:00
## 3570 2022-12-20 12:35:39      TRUE 2022-12-20 13:00:00
## 3571 2022-12-20 12:34:58      TRUE 2022-12-20 13:00:00
## 3572 2022-12-20 12:34:46      TRUE 2022-12-20 13:00:00
## 3573 2022-12-20 12:34:36      TRUE 2022-12-20 13:00:00
## 3574 2022-12-20 12:34:12      TRUE 2022-12-20 13:00:00
## 3575 2022-12-20 12:34:03      TRUE 2022-12-20 13:00:00
## 3576 2022-12-20 12:33:27      TRUE 2022-12-20 13:00:00
## 3577 2022-12-20 12:32:30      TRUE 2022-12-20 13:00:00
## 3578 2022-12-20 12:30:45      TRUE 2022-12-20 13:00:00
## 3579 2022-12-20 12:30:25      TRUE 2022-12-20 13:00:00
## 3580 2022-12-20 12:29:52      TRUE 2022-12-20 12:00:00
## 3581 2022-12-20 12:29:12      TRUE 2022-12-20 12:00:00
## 3582 2022-12-20 12:29:00      TRUE 2022-12-20 12:00:00
## 3583 2022-12-20 12:28:22      TRUE 2022-12-20 12:00:00
## 3584 2022-12-20 12:28:17      TRUE 2022-12-20 12:00:00
## 3585 2022-12-20 12:28:00      TRUE 2022-12-20 12:00:00
## 3586 2022-12-20 12:27:55      TRUE 2022-12-20 12:00:00
## 3587 2022-12-20 12:27:50      TRUE 2022-12-20 12:00:00
## 3588 2022-12-20 12:27:48      TRUE 2022-12-20 12:00:00
## 3589 2022-12-20 12:27:42      TRUE 2022-12-20 12:00:00
## 3590 2022-12-20 12:27:32      TRUE 2022-12-20 12:00:00
## 3591 2022-12-20 12:27:27      TRUE 2022-12-20 12:00:00
## 3592 2022-12-20 12:27:14      TRUE 2022-12-20 12:00:00
## 3593 2022-12-20 12:27:09      TRUE 2022-12-20 12:00:00
## 3594 2022-12-20 12:26:46      TRUE 2022-12-20 12:00:00
## 3595 2022-12-20 12:26:08      TRUE 2022-12-20 12:00:00
## 3596 2022-12-20 12:25:57      TRUE 2022-12-20 12:00:00
## 3597 2022-12-20 12:24:40      TRUE 2022-12-20 12:00:00
## 3598 2022-12-20 12:24:27      TRUE 2022-12-20 12:00:00
## 3599 2022-12-20 12:24:16      TRUE 2022-12-20 12:00:00
## 3600 2022-12-20 12:23:52      TRUE 2022-12-20 12:00:00
## 3601 2022-12-20 12:23:32      TRUE 2022-12-20 12:00:00
## 3602 2022-12-20 12:23:14      TRUE 2022-12-20 12:00:00
## 3603 2022-12-20 12:22:46      TRUE 2022-12-20 12:00:00
## 3604 2022-12-20 12:22:27      TRUE 2022-12-20 12:00:00
## 3605 2022-12-20 12:22:15      TRUE 2022-12-20 12:00:00
## 3606 2022-12-20 12:22:08      TRUE 2022-12-20 12:00:00
## 3607 2022-12-20 12:22:02      TRUE 2022-12-20 12:00:00
## 3608 2022-12-20 12:21:57      TRUE 2022-12-20 12:00:00
## 3609 2022-12-20 12:21:52      TRUE 2022-12-20 12:00:00
## 3610 2022-12-20 12:21:45      TRUE 2022-12-20 12:00:00
## 3611 2022-12-20 12:21:41      TRUE 2022-12-20 12:00:00
## 3612 2022-12-20 12:21:21      TRUE 2022-12-20 12:00:00
## 3613 2022-12-20 12:21:19      TRUE 2022-12-20 12:00:00
## 3614 2022-12-20 12:19:00      TRUE 2022-12-20 12:00:00
## 3615 2022-12-20 12:18:52      TRUE 2022-12-20 12:00:00
## 3616 2022-12-20 12:18:52      TRUE 2022-12-20 12:00:00
## 3617 2022-12-20 12:18:40      TRUE 2022-12-20 12:00:00
## 3618 2022-12-20 12:18:22      TRUE 2022-12-20 12:00:00
## 3619 2022-12-20 12:18:12      TRUE 2022-12-20 12:00:00
## 3620 2022-12-20 12:17:51      TRUE 2022-12-20 12:00:00
## 3621 2022-12-20 12:17:50      TRUE 2022-12-20 12:00:00
## 3622 2022-12-20 12:17:49      TRUE 2022-12-20 12:00:00
## 3623 2022-12-20 12:17:45      TRUE 2022-12-20 12:00:00
## 3624 2022-12-20 12:17:44      TRUE 2022-12-20 12:00:00
## 3625 2022-12-20 12:17:34      TRUE 2022-12-20 12:00:00
## 3626 2022-12-20 12:17:27      TRUE 2022-12-20 12:00:00
## 3627 2022-12-20 12:16:53      TRUE 2022-12-20 12:00:00
## 3628 2022-12-20 12:16:29      TRUE 2022-12-20 12:00:00
## 3629 2022-12-20 12:14:43      TRUE 2022-12-20 12:00:00
## 3630 2022-12-20 12:14:37      TRUE 2022-12-20 12:00:00
## 3631 2022-12-20 12:14:33      TRUE 2022-12-20 12:00:00
## 3632 2022-12-20 12:14:25      TRUE 2022-12-20 12:00:00
## 3633 2022-12-20 12:14:25      TRUE 2022-12-20 12:00:00
## 3634 2022-12-20 12:13:45      TRUE 2022-12-20 12:00:00
## 3635 2022-12-20 12:13:39      TRUE 2022-12-20 12:00:00
## 3636 2022-12-20 12:13:25      TRUE 2022-12-20 12:00:00
## 3637 2022-12-20 12:13:18      TRUE 2022-12-20 12:00:00
## 3638 2022-12-20 12:13:07      TRUE 2022-12-20 12:00:00
## 3639 2022-12-20 12:13:01      TRUE 2022-12-20 12:00:00
## 3640 2022-12-20 12:12:43      TRUE 2022-12-20 12:00:00
## 3641 2022-12-20 12:12:30      TRUE 2022-12-20 12:00:00
## 3642 2022-12-20 12:12:30      TRUE 2022-12-20 12:00:00
## 3643 2022-12-20 12:12:21      TRUE 2022-12-20 12:00:00
## 3644 2022-12-20 12:12:20      TRUE 2022-12-20 12:00:00
## 3645 2022-12-20 12:12:06      TRUE 2022-12-20 12:00:00
## 3646 2022-12-20 12:11:00      TRUE 2022-12-20 12:00:00
## 3647 2022-12-20 12:11:00      TRUE 2022-12-20 12:00:00
## 3648 2022-12-20 12:10:50      TRUE 2022-12-20 12:00:00
## 3649 2022-12-20 12:10:43      TRUE 2022-12-20 12:00:00
## 3650 2022-12-20 12:10:36      TRUE 2022-12-20 12:00:00
## 3651 2022-12-20 12:10:31      TRUE 2022-12-20 12:00:00
## 3652 2022-12-20 12:09:48      TRUE 2022-12-20 12:00:00
## 3653 2022-12-20 12:09:27      TRUE 2022-12-20 12:00:00
## 3654 2022-12-20 12:09:20      TRUE 2022-12-20 12:00:00
## 3655 2022-12-20 12:09:18      TRUE 2022-12-20 12:00:00
## 3656 2022-12-20 12:08:59      TRUE 2022-12-20 12:00:00
## 3657 2022-12-20 12:08:56      TRUE 2022-12-20 12:00:00
## 3658 2022-12-20 12:08:48      TRUE 2022-12-20 12:00:00
## 3659 2022-12-20 12:08:38      TRUE 2022-12-20 12:00:00
## 3660 2022-12-20 12:08:38      TRUE 2022-12-20 12:00:00
## 3661 2022-12-20 12:08:31      TRUE 2022-12-20 12:00:00
## 3662 2022-12-20 12:08:02      TRUE 2022-12-20 12:00:00
## 3663 2022-12-20 12:07:57      TRUE 2022-12-20 12:00:00
## 3664 2022-12-20 12:07:42      TRUE 2022-12-20 12:00:00
## 3665 2022-12-20 12:07:24      TRUE 2022-12-20 12:00:00
## 3666 2022-12-20 12:07:13      TRUE 2022-12-20 12:00:00
## 3667 2022-12-20 12:07:03      TRUE 2022-12-20 12:00:00
## 3668 2022-12-20 12:06:52      TRUE 2022-12-20 12:00:00
## 3669 2022-12-20 12:06:15      TRUE 2022-12-20 12:00:00
## 3670 2022-12-20 12:04:12      TRUE 2022-12-20 12:00:00
## 3671 2022-12-20 12:03:43      TRUE 2022-12-20 12:00:00
## 3672 2022-12-20 12:03:31      TRUE 2022-12-20 12:00:00
## 3673 2022-12-20 12:03:15      TRUE 2022-12-20 12:00:00
## 3674 2022-12-20 12:03:07      TRUE 2022-12-20 12:00:00
## 3675 2022-12-20 12:02:44      TRUE 2022-12-20 12:00:00
## 3676 2022-12-20 12:02:39      TRUE 2022-12-20 12:00:00
## 3677 2022-12-20 12:02:30      TRUE 2022-12-20 12:00:00
## 3678 2022-12-20 12:02:05      TRUE 2022-12-20 12:00:00
## 3679 2022-12-20 12:01:58      TRUE 2022-12-20 12:00:00
## 3680 2022-12-20 12:01:36      TRUE 2022-12-20 12:00:00
## 3681 2022-12-20 12:01:26      TRUE 2022-12-20 12:00:00
## 3682 2022-12-20 12:00:28      TRUE 2022-12-20 12:00:00
## 3683 2022-12-20 11:58:33      TRUE 2022-12-20 12:00:00
## 3684 2022-12-20 11:58:22      TRUE 2022-12-20 12:00:00
## 3685 2022-12-20 11:58:06      TRUE 2022-12-20 12:00:00
## 3686 2022-12-20 11:57:42      TRUE 2022-12-20 12:00:00
## 3687 2022-12-20 11:57:18      TRUE 2022-12-20 12:00:00
## 3688 2022-12-20 11:56:23      TRUE 2022-12-20 12:00:00
## 3689 2022-12-20 11:56:05      TRUE 2022-12-20 12:00:00
## 3690 2022-12-20 11:55:57      TRUE 2022-12-20 12:00:00
## 3691 2022-12-20 11:55:57      TRUE 2022-12-20 12:00:00
## 3692 2022-12-20 11:55:55      TRUE 2022-12-20 12:00:00
## 3693 2022-12-20 11:55:51      TRUE 2022-12-20 12:00:00
## 3694 2022-12-20 11:55:46      TRUE 2022-12-20 12:00:00
## 3695 2022-12-20 11:55:45      TRUE 2022-12-20 12:00:00
## 3696 2022-12-20 11:55:39      TRUE 2022-12-20 12:00:00
## 3697 2022-12-20 11:55:27      TRUE 2022-12-20 12:00:00
## 3698 2022-12-20 11:55:12      TRUE 2022-12-20 12:00:00
## 3699 2022-12-20 11:53:33      TRUE 2022-12-20 12:00:00
## 3700 2022-12-20 11:53:30      TRUE 2022-12-20 12:00:00
## 3701 2022-12-20 11:53:27      TRUE 2022-12-20 12:00:00
## 3702 2022-12-20 11:53:18      TRUE 2022-12-20 12:00:00
## 3703 2022-12-20 11:52:49      TRUE 2022-12-20 12:00:00
## 3704 2022-12-20 11:52:29      TRUE 2022-12-20 12:00:00
## 3705 2022-12-20 11:52:12      TRUE 2022-12-20 12:00:00
## 3706 2022-12-20 11:52:06      TRUE 2022-12-20 12:00:00
## 3707 2022-12-20 11:52:01      TRUE 2022-12-20 12:00:00
## 3708 2022-12-20 11:51:56      TRUE 2022-12-20 12:00:00
## 3709 2022-12-20 11:51:55      TRUE 2022-12-20 12:00:00
## 3710 2022-12-20 11:51:43      TRUE 2022-12-20 12:00:00
## 3711 2022-12-20 11:51:26      TRUE 2022-12-20 12:00:00
## 3712 2022-12-20 11:51:11      TRUE 2022-12-20 12:00:00
## 3713 2022-12-20 11:50:28      TRUE 2022-12-20 12:00:00
## 3714 2022-12-20 11:50:23      TRUE 2022-12-20 12:00:00
## 3715 2022-12-20 11:49:54      TRUE 2022-12-20 12:00:00
## 3716 2022-12-20 11:49:54      TRUE 2022-12-20 12:00:00
## 3717 2022-12-20 11:48:33      TRUE 2022-12-20 12:00:00
## 3718 2022-12-20 11:47:58      TRUE 2022-12-20 12:00:00
## 3719 2022-12-20 11:47:38      TRUE 2022-12-20 12:00:00
## 3720 2022-12-20 11:47:19      TRUE 2022-12-20 12:00:00
## 3721 2022-12-20 11:47:07      TRUE 2022-12-20 12:00:00
## 3722 2022-12-20 11:46:57      TRUE 2022-12-20 12:00:00
## 3723 2022-12-20 11:46:57      TRUE 2022-12-20 12:00:00
## 3724 2022-12-20 11:46:55      TRUE 2022-12-20 12:00:00
## 3725 2022-12-20 11:46:06      TRUE 2022-12-20 12:00:00
## 3726 2022-12-20 11:45:42      TRUE 2022-12-20 12:00:00
## 3727 2022-12-20 11:45:39      TRUE 2022-12-20 12:00:00
## 3728 2022-12-20 11:45:19      TRUE 2022-12-20 12:00:00
## 3729 2022-12-20 11:43:51      TRUE 2022-12-20 12:00:00
## 3730 2022-12-20 11:42:57      TRUE 2022-12-20 12:00:00
## 3731 2022-12-20 11:42:46      TRUE 2022-12-20 12:00:00
## 3732 2022-12-20 11:42:30      TRUE 2022-12-20 12:00:00
## 3733 2022-12-20 11:42:20      TRUE 2022-12-20 12:00:00
## 3734 2022-12-20 11:41:59      TRUE 2022-12-20 12:00:00
## 3735 2022-12-20 11:41:43      TRUE 2022-12-20 12:00:00
## 3736 2022-12-20 11:41:35      TRUE 2022-12-20 12:00:00
## 3737 2022-12-20 11:41:34      TRUE 2022-12-20 12:00:00
## 3738 2022-12-20 11:41:32      TRUE 2022-12-20 12:00:00
## 3739 2022-12-20 11:41:27      TRUE 2022-12-20 12:00:00
## 3740 2022-12-20 11:41:12      TRUE 2022-12-20 12:00:00
## 3741 2022-12-20 11:41:00      TRUE 2022-12-20 12:00:00
## 3742 2022-12-20 11:40:54      TRUE 2022-12-20 12:00:00
## 3743 2022-12-20 11:40:53      TRUE 2022-12-20 12:00:00
## 3744 2022-12-20 11:40:41      TRUE 2022-12-20 12:00:00
## 3745 2022-12-20 11:40:38      TRUE 2022-12-20 12:00:00
## 3746 2022-12-20 11:39:58      TRUE 2022-12-20 12:00:00
## 3747 2022-12-20 11:39:32      TRUE 2022-12-20 12:00:00
## 3748 2022-12-20 11:39:27      TRUE 2022-12-20 12:00:00
## 3749 2022-12-20 11:39:23      TRUE 2022-12-20 12:00:00
## 3750 2022-12-20 11:38:28      TRUE 2022-12-20 12:00:00
## 3751 2022-12-20 11:38:25      TRUE 2022-12-20 12:00:00
## 3752 2022-12-20 11:38:12      TRUE 2022-12-20 12:00:00
## 3753 2022-12-20 11:37:58      TRUE 2022-12-20 12:00:00
## 3754 2022-12-20 11:37:48      TRUE 2022-12-20 12:00:00
## 3755 2022-12-20 11:37:38      TRUE 2022-12-20 12:00:00
## 3756 2022-12-20 11:37:37      TRUE 2022-12-20 12:00:00
## 3757 2022-12-20 11:37:27      TRUE 2022-12-20 12:00:00
## 3758 2022-12-20 11:35:05      TRUE 2022-12-20 12:00:00
## 3759 2022-12-20 11:35:03      TRUE 2022-12-20 12:00:00
## 3760 2022-12-20 11:34:59      TRUE 2022-12-20 12:00:00
## 3761 2022-12-20 11:34:53      TRUE 2022-12-20 12:00:00
## 3762 2022-12-20 11:34:52      TRUE 2022-12-20 12:00:00
## 3763 2022-12-20 11:34:43      TRUE 2022-12-20 12:00:00
## 3764 2022-12-20 11:34:31      TRUE 2022-12-20 12:00:00
## 3765 2022-12-20 11:34:26      TRUE 2022-12-20 12:00:00
## 3766 2022-12-20 11:34:22      TRUE 2022-12-20 12:00:00
## 3767 2022-12-20 11:34:19      TRUE 2022-12-20 12:00:00
## 3768 2022-12-20 11:34:15      TRUE 2022-12-20 12:00:00
## 3769 2022-12-20 11:33:34      TRUE 2022-12-20 12:00:00
## 3770 2022-12-20 11:33:19      TRUE 2022-12-20 12:00:00
## 3771 2022-12-20 11:32:34      TRUE 2022-12-20 12:00:00
## 3772 2022-12-20 11:32:27      TRUE 2022-12-20 12:00:00
## 3773 2022-12-20 11:32:13      TRUE 2022-12-20 12:00:00
## 3774 2022-12-20 11:32:02      TRUE 2022-12-20 12:00:00
## 3775 2022-12-20 11:26:14      TRUE 2022-12-20 11:00:00
## 3776 2022-12-20 11:24:08      TRUE 2022-12-20 11:00:00
## 3777 2022-12-20 11:22:38      TRUE 2022-12-20 11:00:00
## 3778 2022-12-20 11:21:25      TRUE 2022-12-20 11:00:00
## 3779 2022-12-20 11:17:37      TRUE 2022-12-20 11:00:00
## 3780 2022-12-20 11:17:29      TRUE 2022-12-20 11:00:00
## 3781 2022-12-20 11:17:17      TRUE 2022-12-20 11:00:00
## 3782 2022-12-20 11:15:10      TRUE 2022-12-20 11:00:00
## 3783 2022-12-20 11:11:45      TRUE 2022-12-20 11:00:00
## 3784 2022-12-20 11:11:44      TRUE 2022-12-20 11:00:00
## 3785 2022-12-20 11:07:58      TRUE 2022-12-20 11:00:00
## 3786 2022-12-20 11:07:45      TRUE 2022-12-20 11:00:00
## 3787 2022-12-20 11:07:39      TRUE 2022-12-20 11:00:00
## 3788 2022-12-20 11:06:14      TRUE 2022-12-20 11:00:00
## 3789 2022-12-20 11:03:45      TRUE 2022-12-20 11:00:00
## 3790 2022-12-20 11:02:39      TRUE 2022-12-20 11:00:00
## 3791 2022-12-20 11:02:31      TRUE 2022-12-20 11:00:00
## 3792 2022-12-20 11:00:09      TRUE 2022-12-20 11:00:00
## 3793 2022-12-20 10:59:07      TRUE 2022-12-20 11:00:00
## 3794 2022-12-20 10:56:40      TRUE 2022-12-20 11:00:00
## 3795 2022-12-20 10:55:08      TRUE 2022-12-20 11:00:00
## 3796 2022-12-20 10:54:58      TRUE 2022-12-20 11:00:00
## 3797 2022-12-20 10:54:27      TRUE 2022-12-20 11:00:00
## 3798 2022-12-20 10:54:07      TRUE 2022-12-20 11:00:00
## 3799 2022-12-20 10:53:43      TRUE 2022-12-20 11:00:00
## 3800 2022-12-20 10:53:14      TRUE 2022-12-20 11:00:00
## 3801 2022-12-20 10:51:16      TRUE 2022-12-20 11:00:00
## 3802 2022-12-20 10:51:15      TRUE 2022-12-20 11:00:00
## 3803 2022-12-20 10:48:41      TRUE 2022-12-20 11:00:00
## 3804 2022-12-20 10:46:43      TRUE 2022-12-20 11:00:00
## 3805 2022-12-20 10:46:07      TRUE 2022-12-20 11:00:00
## 3806 2022-12-20 10:46:06      TRUE 2022-12-20 11:00:00
## 3807 2022-12-20 10:44:08      TRUE 2022-12-20 11:00:00
## 3808 2022-12-20 10:43:39      TRUE 2022-12-20 11:00:00
## 3809 2022-12-20 10:40:14      TRUE 2022-12-20 11:00:00
## 3810 2022-12-20 10:36:29      TRUE 2022-12-20 11:00:00
## 3811 2022-12-20 10:35:51      TRUE 2022-12-20 11:00:00
## 3812 2022-12-20 10:35:12      TRUE 2022-12-20 11:00:00
## 3813 2022-12-20 10:33:20      TRUE 2022-12-20 11:00:00
## 3814 2022-12-20 10:33:15      TRUE 2022-12-20 11:00:00
## 3815 2022-12-20 10:31:11      TRUE 2022-12-20 11:00:00
## 3816 2022-12-20 10:28:54      TRUE 2022-12-20 10:00:00
## 3817 2022-12-20 10:27:52      TRUE 2022-12-20 10:00:00
## 3818 2022-12-20 10:27:44      TRUE 2022-12-20 10:00:00
## 3819 2022-12-20 10:27:14      TRUE 2022-12-20 10:00:00
## 3820 2022-12-20 10:27:05      TRUE 2022-12-20 10:00:00
## 3821 2022-12-20 10:23:55      TRUE 2022-12-20 10:00:00
## 3822 2022-12-20 10:23:42      TRUE 2022-12-20 10:00:00
## 3823 2022-12-20 10:22:18      TRUE 2022-12-20 10:00:00
## 3824 2022-12-20 10:17:38      TRUE 2022-12-20 10:00:00
## 3825 2022-12-20 10:16:14      TRUE 2022-12-20 10:00:00
## 3826 2022-12-20 10:15:30      TRUE 2022-12-20 10:00:00
## 3827 2022-12-20 10:14:24      TRUE 2022-12-20 10:00:00
## 3828 2022-12-20 10:13:48      TRUE 2022-12-20 10:00:00
## 3829 2022-12-20 10:13:04      TRUE 2022-12-20 10:00:00
## 3830 2022-12-20 10:11:36      TRUE 2022-12-20 10:00:00
## 3831 2022-12-20 10:11:34      TRUE 2022-12-20 10:00:00
## 3832 2022-12-20 10:10:49      TRUE 2022-12-20 10:00:00
## 3833 2022-12-20 10:09:56      TRUE 2022-12-20 10:00:00
## 3834 2022-12-20 10:09:05      TRUE 2022-12-20 10:00:00
## 3835 2022-12-20 10:08:08      TRUE 2022-12-20 10:00:00
## 3836 2022-12-20 10:06:14      TRUE 2022-12-20 10:00:00
## 3837 2022-12-20 10:05:30      TRUE 2022-12-20 10:00:00
## 3838 2022-12-20 10:05:04      TRUE 2022-12-20 10:00:00
## 3839 2022-12-20 10:05:00      TRUE 2022-12-20 10:00:00
## 3840 2022-12-20 10:03:44      TRUE 2022-12-20 10:00:00
## 3841 2022-12-20 10:03:31      TRUE 2022-12-20 10:00:00
## 3842 2022-12-20 10:02:36      TRUE 2022-12-20 10:00:00
## 3843 2022-12-20 10:02:09      TRUE 2022-12-20 10:00:00
## 3844 2022-12-20 10:01:44      TRUE 2022-12-20 10:00:00
## 3845 2022-12-20 10:01:17      TRUE 2022-12-20 10:00:00
## 3846 2022-12-20 09:59:45      TRUE 2022-12-20 10:00:00
## 3847 2022-12-20 09:56:40      TRUE 2022-12-20 10:00:00
## 3848 2022-12-20 09:55:03      TRUE 2022-12-20 10:00:00
## 3849 2022-12-20 09:53:46      TRUE 2022-12-20 10:00:00
## 3850 2022-12-20 09:52:51      TRUE 2022-12-20 10:00:00
## 3851 2022-12-20 09:50:03      TRUE 2022-12-20 10:00:00
## 3852 2022-12-20 09:47:08      TRUE 2022-12-20 10:00:00
## 3853 2022-12-20 09:44:19      TRUE 2022-12-20 10:00:00
## 3854 2022-12-20 09:40:29      TRUE 2022-12-20 10:00:00
## 3855 2022-12-20 09:37:26      TRUE 2022-12-20 10:00:00
## 3856 2022-12-20 09:36:14      TRUE 2022-12-20 10:00:00
## 3857 2022-12-20 09:36:12      TRUE 2022-12-20 10:00:00
## 3858 2022-12-20 09:35:46      TRUE 2022-12-20 10:00:00
## 3859 2022-12-20 09:35:34      TRUE 2022-12-20 10:00:00
## 3860 2022-12-20 09:35:10      TRUE 2022-12-20 10:00:00
## 3861 2022-12-20 09:33:59      TRUE 2022-12-20 10:00:00
## 3862 2022-12-20 09:33:57      TRUE 2022-12-20 10:00:00
## 3863 2022-12-20 09:33:56      TRUE 2022-12-20 10:00:00
## 3864 2022-12-20 09:33:00      TRUE 2022-12-20 10:00:00
## 3865 2022-12-20 09:32:50      TRUE 2022-12-20 10:00:00
## 3866 2022-12-20 09:32:40      TRUE 2022-12-20 10:00:00
## 3867 2022-12-20 09:31:53      TRUE 2022-12-20 10:00:00
## 3868 2022-12-20 09:29:50      TRUE 2022-12-20 09:00:00
## 3869 2022-12-20 09:29:19      TRUE 2022-12-20 09:00:00
## 3870 2022-12-20 09:27:50      TRUE 2022-12-20 09:00:00
## 3871 2022-12-20 09:26:26      TRUE 2022-12-20 09:00:00
## 3872 2022-12-20 09:21:07      TRUE 2022-12-20 09:00:00
## 3873 2022-12-20 09:20:32      TRUE 2022-12-20 09:00:00
## 3874 2022-12-20 09:19:37      TRUE 2022-12-20 09:00:00
## 3875 2022-12-20 09:12:26      TRUE 2022-12-20 09:00:00
## 3876 2022-12-20 09:09:42      TRUE 2022-12-20 09:00:00
## 3877 2022-12-20 09:07:56      TRUE 2022-12-20 09:00:00
## 3878 2022-12-20 09:07:28      TRUE 2022-12-20 09:00:00
## 3879 2022-12-20 09:07:19      TRUE 2022-12-20 09:00:00
## 3880 2022-12-20 09:06:43      TRUE 2022-12-20 09:00:00
## 3881 2022-12-20 09:06:35      TRUE 2022-12-20 09:00:00
## 3882 2022-12-20 09:06:34      TRUE 2022-12-20 09:00:00
## 3883 2022-12-20 09:05:27      TRUE 2022-12-20 09:00:00
## 3884 2022-12-20 09:00:52      TRUE 2022-12-20 09:00:00
## 3885 2022-12-20 09:00:19      TRUE 2022-12-20 09:00:00
## 3886 2022-12-20 08:57:58      TRUE 2022-12-20 09:00:00
## 3887 2022-12-20 08:57:15      TRUE 2022-12-20 09:00:00
## 3888 2022-12-20 08:54:20      TRUE 2022-12-20 09:00:00
## 3889 2022-12-20 08:51:48      TRUE 2022-12-20 09:00:00
## 3890 2022-12-20 08:49:46      TRUE 2022-12-20 09:00:00
## 3891 2022-12-20 08:48:51      TRUE 2022-12-20 09:00:00
## 3892 2022-12-20 08:48:50      TRUE 2022-12-20 09:00:00
## 3893 2022-12-20 08:46:11      TRUE 2022-12-20 09:00:00
## 3894 2022-12-20 08:42:12      TRUE 2022-12-20 09:00:00
## 3895 2022-12-20 08:41:36      TRUE 2022-12-20 09:00:00
## 3896 2022-12-20 08:41:16      TRUE 2022-12-20 09:00:00
## 3897 2022-12-20 08:40:22      TRUE 2022-12-20 09:00:00
## 3898 2022-12-20 08:39:56      TRUE 2022-12-20 09:00:00
## 3899 2022-12-20 08:39:42      TRUE 2022-12-20 09:00:00
## 3900 2022-12-20 08:38:54      TRUE 2022-12-20 09:00:00
## 3901 2022-12-20 08:38:45      TRUE 2022-12-20 09:00:00
## 3902 2022-12-20 08:38:17      TRUE 2022-12-20 09:00:00
## 3903 2022-12-20 08:38:03      TRUE 2022-12-20 09:00:00
## 3904 2022-12-20 08:37:53      TRUE 2022-12-20 09:00:00
## 3905 2022-12-20 08:37:41      TRUE 2022-12-20 09:00:00
## 3906 2022-12-20 08:35:56      TRUE 2022-12-20 09:00:00
## 3907 2022-12-20 08:35:49      TRUE 2022-12-20 09:00:00
## 3908 2022-12-20 08:34:11      TRUE 2022-12-20 09:00:00
## 3909 2022-12-20 08:21:57      TRUE 2022-12-20 08:00:00
## 3910 2022-12-20 08:20:48      TRUE 2022-12-20 08:00:00
## 3911 2022-12-20 08:19:37      TRUE 2022-12-20 08:00:00
## 3912 2022-12-20 08:17:47      TRUE 2022-12-20 08:00:00
## 3913 2022-12-20 08:17:38      TRUE 2022-12-20 08:00:00
## 3914 2022-12-20 08:17:29      TRUE 2022-12-20 08:00:00
## 3915 2022-12-20 08:17:22      TRUE 2022-12-20 08:00:00
## 3916 2022-12-20 08:16:23      TRUE 2022-12-20 08:00:00
## 3917 2022-12-20 08:15:26      TRUE 2022-12-20 08:00:00
## 3918 2022-12-20 08:15:03      TRUE 2022-12-20 08:00:00
## 3919 2022-12-20 08:12:17      TRUE 2022-12-20 08:00:00
## 3920 2022-12-20 08:11:52      TRUE 2022-12-20 08:00:00
## 3921 2022-12-20 08:10:20      TRUE 2022-12-20 08:00:00
## 3922 2022-12-20 08:09:30      TRUE 2022-12-20 08:00:00
## 3923 2022-12-20 08:08:59      TRUE 2022-12-20 08:00:00
## 3924 2022-12-20 08:06:35      TRUE 2022-12-20 08:00:00
## 3925 2022-12-20 08:06:27      TRUE 2022-12-20 08:00:00
## 3926 2022-12-20 08:06:15      TRUE 2022-12-20 08:00:00
## 3927 2022-12-20 07:56:53      TRUE 2022-12-20 08:00:00
## 3928 2022-12-20 07:53:11      TRUE 2022-12-20 08:00:00
## 3929 2022-12-20 07:51:56      TRUE 2022-12-20 08:00:00
## 3930 2022-12-20 07:51:19      TRUE 2022-12-20 08:00:00
## 3931 2022-12-20 07:50:15      TRUE 2022-12-20 08:00:00
## 3932 2022-12-20 07:49:35      TRUE 2022-12-20 08:00:00
## 3933 2022-12-20 07:48:04      TRUE 2022-12-20 08:00:00
## 3934 2022-12-20 07:47:58      TRUE 2022-12-20 08:00:00
## 3935 2022-12-20 07:47:09      TRUE 2022-12-20 08:00:00
## 3936 2022-12-20 07:47:08      TRUE 2022-12-20 08:00:00
## 3937 2022-12-20 07:46:41      TRUE 2022-12-20 08:00:00
## 3938 2022-12-20 07:45:30      TRUE 2022-12-20 08:00:00
## 3939 2022-12-20 07:43:19      TRUE 2022-12-20 08:00:00
## 3940 2022-12-20 07:42:57      TRUE 2022-12-20 08:00:00
## 3941 2022-12-20 07:37:05      TRUE 2022-12-20 08:00:00
## 3942 2022-12-20 07:34:46      TRUE 2022-12-20 08:00:00
## 3943 2022-12-20 07:30:01      TRUE 2022-12-20 08:00:00
## 3944 2022-12-20 07:22:53      TRUE 2022-12-20 07:00:00
## 3945 2022-12-20 07:22:32      TRUE 2022-12-20 07:00:00
## 3946 2022-12-20 07:22:25      TRUE 2022-12-20 07:00:00
## 3947 2022-12-20 07:12:01      TRUE 2022-12-20 07:00:00
## 3948 2022-12-20 07:10:59      TRUE 2022-12-20 07:00:00
## 3949 2022-12-20 07:10:59      TRUE 2022-12-20 07:00:00
## 3950 2022-12-20 07:10:39      TRUE 2022-12-20 07:00:00
## 3951 2022-12-20 07:09:41      TRUE 2022-12-20 07:00:00
## 3952 2022-12-20 07:06:17      TRUE 2022-12-20 07:00:00
## 3953 2022-12-20 07:05:28      TRUE 2022-12-20 07:00:00
## 3954 2022-12-20 07:04:17      TRUE 2022-12-20 07:00:00
## 3955 2022-12-20 07:01:54      TRUE 2022-12-20 07:00:00
## 3956 2022-12-20 07:00:10      TRUE 2022-12-20 07:00:00
## 3957 2022-12-20 06:59:20      TRUE 2022-12-20 07:00:00
## 3958 2022-12-20 06:57:51      TRUE 2022-12-20 07:00:00
## 3959 2022-12-20 06:57:49      TRUE 2022-12-20 07:00:00
## 3960 2022-12-20 06:57:40      TRUE 2022-12-20 07:00:00
## 3961 2022-12-20 06:56:50      TRUE 2022-12-20 07:00:00
## 3962 2022-12-20 06:56:37      TRUE 2022-12-20 07:00:00
## 3963 2022-12-20 06:55:58      TRUE 2022-12-20 07:00:00
## 3964 2022-12-20 06:54:46      TRUE 2022-12-20 07:00:00
## 3965 2022-12-20 06:52:53      TRUE 2022-12-20 07:00:00
## 3966 2022-12-20 06:52:16      TRUE 2022-12-20 07:00:00
## 3967 2022-12-20 06:52:13      TRUE 2022-12-20 07:00:00
## 3968 2022-12-20 06:50:05      TRUE 2022-12-20 07:00:00
## 3969 2022-12-20 06:48:19      TRUE 2022-12-20 07:00:00
## 3970 2022-12-20 06:47:52      TRUE 2022-12-20 07:00:00
## 3971 2022-12-20 06:47:46      TRUE 2022-12-20 07:00:00
## 3972 2022-12-20 06:47:21      TRUE 2022-12-20 07:00:00
## 3973 2022-12-20 06:47:08      TRUE 2022-12-20 07:00:00
## 3974 2022-12-20 06:43:54      TRUE 2022-12-20 07:00:00
## 3975 2022-12-20 06:41:55      TRUE 2022-12-20 07:00:00
## 3976 2022-12-20 06:41:09      TRUE 2022-12-20 07:00:00
## 3977 2022-12-20 06:40:14      TRUE 2022-12-20 07:00:00
## 3978 2022-12-20 06:40:02      TRUE 2022-12-20 07:00:00
## 3979 2022-12-20 06:36:14      TRUE 2022-12-20 07:00:00
## 3980 2022-12-20 06:36:13      TRUE 2022-12-20 07:00:00
## 3981 2022-12-20 06:35:53      TRUE 2022-12-20 07:00:00
## 3982 2022-12-20 06:35:33      TRUE 2022-12-20 07:00:00
## 3983 2022-12-20 06:32:51      TRUE 2022-12-20 07:00:00
## 3984 2022-12-20 06:30:28      TRUE 2022-12-20 07:00:00
## 3985 2022-12-20 06:29:58      TRUE 2022-12-20 06:00:00
## 3986 2022-12-20 06:28:40      TRUE 2022-12-20 06:00:00
## 3987 2022-12-20 06:26:51      TRUE 2022-12-20 06:00:00
## 3988 2022-12-20 06:26:05      TRUE 2022-12-20 06:00:00
## 3989 2022-12-20 06:25:20      TRUE 2022-12-20 06:00:00
## 3990 2022-12-20 06:24:31      TRUE 2022-12-20 06:00:00
## 3991 2022-12-20 06:23:11      TRUE 2022-12-20 06:00:00
## 3992 2022-12-20 06:22:47      TRUE 2022-12-20 06:00:00
## 3993 2022-12-20 06:21:58      TRUE 2022-12-20 06:00:00
## 3994 2022-12-20 06:21:48      TRUE 2022-12-20 06:00:00
## 3995 2022-12-20 06:21:40      TRUE 2022-12-20 06:00:00
## 3996 2022-12-20 06:20:01      TRUE 2022-12-20 06:00:00
## 3997 2022-12-20 06:19:42      TRUE 2022-12-20 06:00:00
## 3998 2022-12-20 06:13:41      TRUE 2022-12-20 06:00:00
## 3999 2022-12-20 06:11:43      TRUE 2022-12-20 06:00:00
## 4000 2022-12-20 06:09:45      TRUE 2022-12-20 06:00:00
## 4001 2022-12-20 06:06:20      TRUE 2022-12-20 06:00:00
## 4002 2022-12-20 06:06:18      TRUE 2022-12-20 06:00:00
## 4003 2022-12-20 06:05:35      TRUE 2022-12-20 06:00:00
## 4004 2022-12-20 06:01:46      TRUE 2022-12-20 06:00:00
## 4005 2022-12-20 06:01:23      TRUE 2022-12-20 06:00:00
## 4006 2022-12-20 06:00:54      TRUE 2022-12-20 06:00:00
## 4007 2022-12-20 06:00:45      TRUE 2022-12-20 06:00:00
## 4008 2022-12-20 05:57:58      TRUE 2022-12-20 06:00:00
## 4009 2022-12-20 05:57:17      TRUE 2022-12-20 06:00:00
## 4010 2022-12-20 05:56:14      TRUE 2022-12-20 06:00:00
## 4011 2022-12-20 05:56:01      TRUE 2022-12-20 06:00:00
## 4012 2022-12-20 05:55:21      TRUE 2022-12-20 06:00:00
## 4013 2022-12-20 05:53:23      TRUE 2022-12-20 06:00:00
## 4014 2022-12-20 05:53:23      TRUE 2022-12-20 06:00:00
## 4015 2022-12-20 05:50:29      TRUE 2022-12-20 06:00:00
## 4016 2022-12-20 05:46:22      TRUE 2022-12-20 06:00:00
## 4017 2022-12-20 05:43:45      TRUE 2022-12-20 06:00:00
## 4018 2022-12-20 05:43:45      TRUE 2022-12-20 06:00:00
## 4019 2022-12-20 05:42:19      TRUE 2022-12-20 06:00:00
## 4020 2022-12-20 05:39:58      TRUE 2022-12-20 06:00:00
## 4021 2022-12-20 05:37:55      TRUE 2022-12-20 06:00:00
## 4022 2022-12-20 05:34:40      TRUE 2022-12-20 06:00:00
## 4023 2022-12-20 05:34:06      TRUE 2022-12-20 06:00:00
## 4024 2022-12-20 05:33:51      TRUE 2022-12-20 06:00:00
## 4025 2022-12-20 05:33:30      TRUE 2022-12-20 06:00:00
## 4026 2022-12-20 05:32:01      TRUE 2022-12-20 06:00:00
## 4027 2022-12-20 05:30:19      TRUE 2022-12-20 06:00:00
## 4028 2022-12-20 05:29:18      TRUE 2022-12-20 05:00:00
## 4029 2022-12-20 05:26:24      TRUE 2022-12-20 05:00:00
## 4030 2022-12-20 05:23:50      TRUE 2022-12-20 05:00:00
## 4031 2022-12-20 05:23:08      TRUE 2022-12-20 05:00:00
## 4032 2022-12-20 05:21:17      TRUE 2022-12-20 05:00:00
## 4033 2022-12-20 05:20:33      TRUE 2022-12-20 05:00:00
## 4034 2022-12-20 05:20:03      TRUE 2022-12-20 05:00:00
## 4035 2022-12-20 05:16:13      TRUE 2022-12-20 05:00:00
## 4036 2022-12-20 05:16:06      TRUE 2022-12-20 05:00:00
## 4037 2022-12-20 05:14:44      TRUE 2022-12-20 05:00:00
## 4038 2022-12-20 05:13:42      TRUE 2022-12-20 05:00:00
## 4039 2022-12-20 05:13:29      TRUE 2022-12-20 05:00:00
## 4040 2022-12-20 05:13:00      TRUE 2022-12-20 05:00:00
## 4041 2022-12-20 05:12:32      TRUE 2022-12-20 05:00:00
## 4042 2022-12-20 05:12:25      TRUE 2022-12-20 05:00:00
## 4043 2022-12-20 05:11:53      TRUE 2022-12-20 05:00:00
## 4044 2022-12-20 05:11:48      TRUE 2022-12-20 05:00:00
## 4045 2022-12-20 05:11:16      TRUE 2022-12-20 05:00:00
## 4046 2022-12-20 05:06:42      TRUE 2022-12-20 05:00:00
## 4047 2022-12-20 05:06:30      TRUE 2022-12-20 05:00:00
## 4048 2022-12-20 05:06:14      TRUE 2022-12-20 05:00:00
## 4049 2022-12-20 05:05:09      TRUE 2022-12-20 05:00:00
## 4050 2022-12-20 05:04:11      TRUE 2022-12-20 05:00:00
## 4051 2022-12-20 05:03:48      TRUE 2022-12-20 05:00:00
## 4052 2022-12-20 05:03:27      TRUE 2022-12-20 05:00:00
## 4053 2022-12-20 05:03:05      TRUE 2022-12-20 05:00:00
## 4054 2022-12-20 04:56:51      TRUE 2022-12-20 05:00:00
## 4055 2022-12-20 04:56:39      TRUE 2022-12-20 05:00:00
## 4056 2022-12-20 04:54:33      TRUE 2022-12-20 05:00:00
## 4057 2022-12-20 04:51:01      TRUE 2022-12-20 05:00:00
## 4058 2022-12-20 04:50:05      TRUE 2022-12-20 05:00:00
## 4059 2022-12-20 04:48:29      TRUE 2022-12-20 05:00:00
## 4060 2022-12-20 04:48:25      TRUE 2022-12-20 05:00:00
## 4061 2022-12-20 04:47:02      TRUE 2022-12-20 05:00:00
## 4062 2022-12-20 04:46:38      TRUE 2022-12-20 05:00:00
## 4063 2022-12-20 04:46:36      TRUE 2022-12-20 05:00:00
## 4064 2022-12-20 04:43:51      TRUE 2022-12-20 05:00:00
## 4065 2022-12-20 04:43:49      TRUE 2022-12-20 05:00:00
## 4066 2022-12-20 04:43:19      TRUE 2022-12-20 05:00:00
## 4067 2022-12-20 04:42:47      TRUE 2022-12-20 05:00:00
## 4068 2022-12-20 04:41:39      TRUE 2022-12-20 05:00:00
## 4069 2022-12-20 04:41:27      TRUE 2022-12-20 05:00:00
## 4070 2022-12-20 04:39:23      TRUE 2022-12-20 05:00:00
## 4071 2022-12-20 04:32:47      TRUE 2022-12-20 05:00:00
## 4072 2022-12-20 04:31:42      TRUE 2022-12-20 05:00:00
## 4073 2022-12-20 04:30:34      TRUE 2022-12-20 05:00:00
## 4074 2022-12-20 04:30:22      TRUE 2022-12-20 05:00:00
## 4075 2022-12-20 04:28:56      TRUE 2022-12-20 04:00:00
## 4076 2022-12-20 04:28:55      TRUE 2022-12-20 04:00:00
## 4077 2022-12-20 04:26:15      TRUE 2022-12-20 04:00:00
## 4078 2022-12-20 04:25:52      TRUE 2022-12-20 04:00:00
## 4079 2022-12-20 04:25:00      TRUE 2022-12-20 04:00:00
## 4080 2022-12-20 04:22:55      TRUE 2022-12-20 04:00:00
## 4081 2022-12-20 04:19:14      TRUE 2022-12-20 04:00:00
## 4082 2022-12-20 04:16:36      TRUE 2022-12-20 04:00:00
## 4083 2022-12-20 04:14:35      TRUE 2022-12-20 04:00:00
## 4084 2022-12-20 04:13:01      TRUE 2022-12-20 04:00:00
## 4085 2022-12-20 04:08:30      TRUE 2022-12-20 04:00:00
## 4086 2022-12-20 04:06:22      TRUE 2022-12-20 04:00:00
## 4087 2022-12-20 04:06:14      TRUE 2022-12-20 04:00:00
## 4088 2022-12-20 04:05:50      TRUE 2022-12-20 04:00:00
## 4089 2022-12-20 04:05:13      TRUE 2022-12-20 04:00:00
## 4090 2022-12-20 04:04:40      TRUE 2022-12-20 04:00:00
## 4091 2022-12-20 04:03:54      TRUE 2022-12-20 04:00:00
## 4092 2022-12-20 04:02:14      TRUE 2022-12-20 04:00:00
## 4093 2022-12-20 03:54:12      TRUE 2022-12-20 04:00:00
## 4094 2022-12-20 03:52:59      TRUE 2022-12-20 04:00:00
## 4095 2022-12-20 03:52:01      TRUE 2022-12-20 04:00:00
## 4096 2022-12-20 03:51:39      TRUE 2022-12-20 04:00:00
## 4097 2022-12-20 03:49:11      TRUE 2022-12-20 04:00:00
## 4098 2022-12-20 03:49:06      TRUE 2022-12-20 04:00:00
## 4099 2022-12-20 03:46:36      TRUE 2022-12-20 04:00:00
## 4100 2022-12-20 03:45:26      TRUE 2022-12-20 04:00:00
## 4101 2022-12-20 03:45:22      TRUE 2022-12-20 04:00:00
## 4102 2022-12-20 03:43:56      TRUE 2022-12-20 04:00:00
## 4103 2022-12-20 03:42:25      TRUE 2022-12-20 04:00:00
## 4104 2022-12-20 03:40:45      TRUE 2022-12-20 04:00:00
## 4105 2022-12-20 03:36:39      TRUE 2022-12-20 04:00:00
## 4106 2022-12-20 03:35:34      TRUE 2022-12-20 04:00:00
## 4107 2022-12-20 03:35:20      TRUE 2022-12-20 04:00:00
## 4108 2022-12-20 03:35:18      TRUE 2022-12-20 04:00:00
## 4109 2022-12-20 03:33:25      TRUE 2022-12-20 04:00:00
## 4110 2022-12-20 03:32:13      TRUE 2022-12-20 04:00:00
## 4111 2022-12-20 03:28:33      TRUE 2022-12-20 03:00:00
## 4112 2022-12-20 03:28:16      TRUE 2022-12-20 03:00:00
## 4113 2022-12-20 03:28:15      TRUE 2022-12-20 03:00:00
## 4114 2022-12-20 03:26:41      TRUE 2022-12-20 03:00:00
## 4115 2022-12-20 03:26:24      TRUE 2022-12-20 03:00:00
## 4116 2022-12-20 03:26:14      TRUE 2022-12-20 03:00:00
## 4117 2022-12-20 03:23:11      TRUE 2022-12-20 03:00:00
## 4118 2022-12-20 03:23:08      TRUE 2022-12-20 03:00:00
## 4119 2022-12-20 03:22:19      TRUE 2022-12-20 03:00:00
## 4120 2022-12-20 03:21:43      TRUE 2022-12-20 03:00:00
## 4121 2022-12-20 03:20:36      TRUE 2022-12-20 03:00:00
## 4122 2022-12-20 03:20:23      TRUE 2022-12-20 03:00:00
## 4123 2022-12-20 03:19:44      TRUE 2022-12-20 03:00:00
## 4124 2022-12-20 03:19:06      TRUE 2022-12-20 03:00:00
## 4125 2022-12-20 03:18:58      TRUE 2022-12-20 03:00:00
## 4126 2022-12-20 03:18:43      TRUE 2022-12-20 03:00:00
## 4127 2022-12-20 03:17:15      TRUE 2022-12-20 03:00:00
## 4128 2022-12-20 03:16:09      TRUE 2022-12-20 03:00:00
## 4129 2022-12-20 03:15:06      TRUE 2022-12-20 03:00:00
## 4130 2022-12-20 03:10:02      TRUE 2022-12-20 03:00:00
## 4131 2022-12-20 03:09:36      TRUE 2022-12-20 03:00:00
## 4132 2022-12-20 03:06:20      TRUE 2022-12-20 03:00:00
## 4133 2022-12-20 03:05:28      TRUE 2022-12-20 03:00:00
## 4134 2022-12-20 03:05:10      TRUE 2022-12-20 03:00:00
## 4135 2022-12-20 03:03:48      TRUE 2022-12-20 03:00:00
## 4136 2022-12-20 03:03:08      TRUE 2022-12-20 03:00:00
## 4137 2022-12-20 03:02:28      TRUE 2022-12-20 03:00:00
## 4138 2022-12-20 03:01:32      TRUE 2022-12-20 03:00:00
## 4139 2022-12-20 02:59:56      TRUE 2022-12-20 03:00:00
## 4140 2022-12-20 02:59:30      TRUE 2022-12-20 03:00:00
## 4141 2022-12-20 02:58:30      TRUE 2022-12-20 03:00:00
## 4142 2022-12-20 02:56:34      TRUE 2022-12-20 03:00:00
## 4143 2022-12-20 02:55:53      TRUE 2022-12-20 03:00:00
## 4144 2022-12-20 02:55:52      TRUE 2022-12-20 03:00:00
## 4145 2022-12-20 02:55:51      TRUE 2022-12-20 03:00:00
## 4146 2022-12-20 02:54:51      TRUE 2022-12-20 03:00:00
## 4147 2022-12-20 02:53:20      TRUE 2022-12-20 03:00:00
## 4148 2022-12-20 02:51:02      TRUE 2022-12-20 03:00:00
## 4149 2022-12-20 02:50:45      TRUE 2022-12-20 03:00:00
## 4150 2022-12-20 02:50:38      TRUE 2022-12-20 03:00:00
## 4151 2022-12-20 02:48:51      TRUE 2022-12-20 03:00:00
## 4152 2022-12-20 02:48:19      TRUE 2022-12-20 03:00:00
## 4153 2022-12-20 02:48:03      TRUE 2022-12-20 03:00:00
## 4154 2022-12-20 02:43:53      TRUE 2022-12-20 03:00:00
## 4155 2022-12-20 02:43:32      TRUE 2022-12-20 03:00:00
## 4156 2022-12-20 02:41:49      TRUE 2022-12-20 03:00:00
## 4157 2022-12-20 02:41:26      TRUE 2022-12-20 03:00:00
## 4158 2022-12-20 02:39:02      TRUE 2022-12-20 03:00:00
## 4159 2022-12-20 02:38:47      TRUE 2022-12-20 03:00:00
## 4160 2022-12-20 02:35:33      TRUE 2022-12-20 03:00:00
## 4161 2022-12-20 02:35:16      TRUE 2022-12-20 03:00:00
## 4162 2022-12-20 02:34:24      TRUE 2022-12-20 03:00:00
## 4163 2022-12-20 02:28:42      TRUE 2022-12-20 02:00:00
## 4164 2022-12-20 02:28:12      TRUE 2022-12-20 02:00:00
## 4165 2022-12-20 02:27:48      TRUE 2022-12-20 02:00:00
## 4166 2022-12-20 02:26:14      TRUE 2022-12-20 02:00:00
## 4167 2022-12-20 02:25:52      TRUE 2022-12-20 02:00:00
## 4168 2022-12-20 02:25:27      TRUE 2022-12-20 02:00:00
## 4169 2022-12-20 02:23:49      TRUE 2022-12-20 02:00:00
## 4170 2022-12-20 02:23:32      TRUE 2022-12-20 02:00:00
## 4171 2022-12-20 02:23:16      TRUE 2022-12-20 02:00:00
## 4172 2022-12-20 02:23:14      TRUE 2022-12-20 02:00:00
## 4173 2022-12-20 02:20:36      TRUE 2022-12-20 02:00:00
## 4174 2022-12-20 02:18:21      TRUE 2022-12-20 02:00:00
## 4175 2022-12-20 02:18:03      TRUE 2022-12-20 02:00:00
## 4176 2022-12-20 02:17:09      TRUE 2022-12-20 02:00:00
## 4177 2022-12-20 02:16:31      TRUE 2022-12-20 02:00:00
## 4178 2022-12-20 02:16:25      TRUE 2022-12-20 02:00:00
## 4179 2022-12-20 02:14:55      TRUE 2022-12-20 02:00:00
## 4180 2022-12-20 02:14:29      TRUE 2022-12-20 02:00:00
## 4181 2022-12-20 02:14:06      TRUE 2022-12-20 02:00:00
## 4182 2022-12-20 02:13:03      TRUE 2022-12-20 02:00:00
## 4183 2022-12-20 02:10:00      TRUE 2022-12-20 02:00:00
## 4184 2022-12-20 02:08:36      TRUE 2022-12-20 02:00:00
## 4185 2022-12-20 02:08:24      TRUE 2022-12-20 02:00:00
## 4186 2022-12-20 02:08:03      TRUE 2022-12-20 02:00:00
## 4187 2022-12-20 02:06:35      TRUE 2022-12-20 02:00:00
## 4188 2022-12-20 02:06:33      TRUE 2022-12-20 02:00:00
## 4189 2022-12-20 02:06:14      TRUE 2022-12-20 02:00:00
## 4190 2022-12-20 02:05:17      TRUE 2022-12-20 02:00:00
## 4191 2022-12-20 02:05:08      TRUE 2022-12-20 02:00:00
## 4192 2022-12-20 02:04:41      TRUE 2022-12-20 02:00:00
## 4193 2022-12-20 02:03:57      TRUE 2022-12-20 02:00:00
## 4194 2022-12-20 02:02:22      TRUE 2022-12-20 02:00:00
## 4195 2022-12-20 02:01:45      TRUE 2022-12-20 02:00:00
## 4196 2022-12-20 02:00:10      TRUE 2022-12-20 02:00:00
## 4197 2022-12-20 01:59:41      TRUE 2022-12-20 02:00:00
## 4198 2022-12-20 01:58:52      TRUE 2022-12-20 02:00:00
## 4199 2022-12-20 01:58:38      TRUE 2022-12-20 02:00:00
## 4200 2022-12-20 01:57:07      TRUE 2022-12-20 02:00:00
## 4201 2022-12-20 01:54:47      TRUE 2022-12-20 02:00:00
## 4202 2022-12-20 01:53:56      TRUE 2022-12-20 02:00:00
## 4203 2022-12-20 01:53:45      TRUE 2022-12-20 02:00:00
## 4204 2022-12-20 01:50:04      TRUE 2022-12-20 02:00:00
## 4205 2022-12-20 01:49:25      TRUE 2022-12-20 02:00:00
## 4206 2022-12-20 01:46:00      TRUE 2022-12-20 02:00:00
## 4207 2022-12-20 01:45:23      TRUE 2022-12-20 02:00:00
## 4208 2022-12-20 01:45:16      TRUE 2022-12-20 02:00:00
## 4209 2022-12-20 01:44:15      TRUE 2022-12-20 02:00:00
## 4210 2022-12-20 01:43:47      TRUE 2022-12-20 02:00:00
## 4211 2022-12-20 01:40:49      TRUE 2022-12-20 02:00:00
## 4212 2022-12-20 01:40:03      TRUE 2022-12-20 02:00:00
## 4213 2022-12-20 01:39:39      TRUE 2022-12-20 02:00:00
## 4214 2022-12-20 01:39:03      TRUE 2022-12-20 02:00:00
## 4215 2022-12-20 01:34:14      TRUE 2022-12-20 02:00:00
## 4216 2022-12-20 01:33:54      TRUE 2022-12-20 02:00:00
## 4217 2022-12-20 01:32:38      TRUE 2022-12-20 02:00:00
## 4218 2022-12-20 01:31:03      TRUE 2022-12-20 02:00:00
## 4219 2022-12-20 01:28:17      TRUE 2022-12-20 01:00:00
## 4220 2022-12-20 01:27:50      TRUE 2022-12-20 01:00:00
## 4221 2022-12-20 01:26:14      TRUE 2022-12-20 01:00:00
## 4222 2022-12-20 01:23:48      TRUE 2022-12-20 01:00:00
## 4223 2022-12-20 01:21:53      TRUE 2022-12-20 01:00:00
## 4224 2022-12-20 01:19:19      TRUE 2022-12-20 01:00:00
## 4225 2022-12-20 01:18:32      TRUE 2022-12-20 01:00:00
## 4226 2022-12-20 01:16:48      TRUE 2022-12-20 01:00:00
## 4227 2022-12-20 01:16:14      TRUE 2022-12-20 01:00:00
## 4228 2022-12-20 01:12:55      TRUE 2022-12-20 01:00:00
## 4229 2022-12-20 01:11:40      TRUE 2022-12-20 01:00:00
## 4230 2022-12-20 01:10:25      TRUE 2022-12-20 01:00:00
## 4231 2022-12-20 01:10:18      TRUE 2022-12-20 01:00:00
## 4232 2022-12-20 01:08:18      TRUE 2022-12-20 01:00:00
## 4233 2022-12-20 01:06:40      TRUE 2022-12-20 01:00:00
## 4234 2022-12-20 01:06:06      TRUE 2022-12-20 01:00:00
## 4235 2022-12-20 01:05:35      TRUE 2022-12-20 01:00:00
## 4236 2022-12-20 01:05:22      TRUE 2022-12-20 01:00:00
## 4237 2022-12-20 01:04:44      TRUE 2022-12-20 01:00:00
## 4238 2022-12-20 01:04:00      TRUE 2022-12-20 01:00:00
## 4239 2022-12-20 01:02:51      TRUE 2022-12-20 01:00:00
## 4240 2022-12-20 00:59:55      TRUE 2022-12-20 01:00:00
## 4241 2022-12-20 00:59:51      TRUE 2022-12-20 01:00:00
## 4242 2022-12-20 00:59:43      TRUE 2022-12-20 01:00:00
## 4243 2022-12-20 00:57:58      TRUE 2022-12-20 01:00:00
## 4244 2022-12-20 00:57:26      TRUE 2022-12-20 01:00:00
## 4245 2022-12-20 00:56:27      TRUE 2022-12-20 01:00:00
## 4246 2022-12-20 00:55:00      TRUE 2022-12-20 01:00:00
## 4247 2022-12-20 00:54:55      TRUE 2022-12-20 01:00:00
## 4248 2022-12-20 00:54:42      TRUE 2022-12-20 01:00:00
## 4249 2022-12-20 00:52:53      TRUE 2022-12-20 01:00:00
## 4250 2022-12-20 00:52:42      TRUE 2022-12-20 01:00:00
## 4251 2022-12-20 00:49:27      TRUE 2022-12-20 01:00:00
## 4252 2022-12-20 00:48:59      TRUE 2022-12-20 01:00:00
## 4253 2022-12-20 00:48:20      TRUE 2022-12-20 01:00:00
## 4254 2022-12-20 00:46:14      TRUE 2022-12-20 01:00:00
## 4255 2022-12-20 00:46:08      TRUE 2022-12-20 01:00:00
## 4256 2022-12-20 00:45:04      TRUE 2022-12-20 01:00:00
## 4257 2022-12-20 00:44:22      TRUE 2022-12-20 01:00:00
## 4258 2022-12-20 00:44:15      TRUE 2022-12-20 01:00:00
## 4259 2022-12-20 00:43:32      TRUE 2022-12-20 01:00:00
## 4260 2022-12-20 00:42:29      TRUE 2022-12-20 01:00:00
## 4261 2022-12-20 00:41:40      TRUE 2022-12-20 01:00:00
## 4262 2022-12-20 00:40:08      TRUE 2022-12-20 01:00:00
## 4263 2022-12-20 00:38:56      TRUE 2022-12-20 01:00:00
## 4264 2022-12-20 00:38:52      TRUE 2022-12-20 01:00:00
## 4265 2022-12-20 00:38:42      TRUE 2022-12-20 01:00:00
## 4266 2022-12-20 00:38:39      TRUE 2022-12-20 01:00:00
## 4267 2022-12-20 00:36:13      TRUE 2022-12-20 01:00:00
## 4268 2022-12-20 00:35:57      TRUE 2022-12-20 01:00:00
## 4269 2022-12-20 00:34:49      TRUE 2022-12-20 01:00:00
## 4270 2022-12-20 00:34:13      TRUE 2022-12-20 01:00:00
## 4271 2022-12-20 00:31:00      TRUE 2022-12-20 01:00:00
## 4272 2022-12-20 00:30:39      TRUE 2022-12-20 01:00:00
## 4273 2022-12-20 00:30:28      TRUE 2022-12-20 01:00:00
## 4274 2022-12-20 00:28:37      TRUE 2022-12-20 00:00:00
## 4275 2022-12-20 00:24:01      TRUE 2022-12-20 00:00:00
## 4276 2022-12-20 00:23:50      TRUE 2022-12-20 00:00:00
## 4277 2022-12-20 00:23:03      TRUE 2022-12-20 00:00:00
## 4278 2022-12-20 00:21:45      TRUE 2022-12-20 00:00:00
## 4279 2022-12-20 00:21:08      TRUE 2022-12-20 00:00:00
## 4280 2022-12-20 00:20:11      TRUE 2022-12-20 00:00:00
## 4281 2022-12-20 00:18:28      TRUE 2022-12-20 00:00:00
## 4282 2022-12-20 00:16:37      TRUE 2022-12-20 00:00:00
## 4283 2022-12-20 00:16:23      TRUE 2022-12-20 00:00:00
## 4284 2022-12-20 00:15:25      TRUE 2022-12-20 00:00:00
## 4285 2022-12-20 00:15:17      TRUE 2022-12-20 00:00:00
## 4286 2022-12-20 00:11:04      TRUE 2022-12-20 00:00:00
## 4287 2022-12-20 00:10:25      TRUE 2022-12-20 00:00:00
## 4288 2022-12-20 00:06:38      TRUE 2022-12-20 00:00:00
## 4289 2022-12-20 00:06:14      TRUE 2022-12-20 00:00:00
## 4290 2022-12-20 00:05:42      TRUE 2022-12-20 00:00:00
## 4291 2022-12-20 00:04:57      TRUE 2022-12-20 00:00:00
## 4292 2022-12-20 00:04:34      TRUE 2022-12-20 00:00:00
## 4293 2022-12-20 00:04:02      TRUE 2022-12-20 00:00:00
## 4294 2022-12-20 00:02:24      TRUE 2022-12-20 00:00:00
## 4295 2022-12-20 00:01:24      TRUE 2022-12-20 00:00:00
## 4296 2022-12-19 23:59:34      TRUE 2022-12-20 00:00:00
## 4297 2022-12-19 23:59:27      TRUE 2022-12-20 00:00:00
## 4298 2022-12-19 23:58:58      TRUE 2022-12-20 00:00:00
## 4299 2022-12-19 23:58:24      TRUE 2022-12-20 00:00:00
## 4300 2022-12-19 23:56:54      TRUE 2022-12-20 00:00:00
## 4301 2022-12-19 23:56:21      TRUE 2022-12-20 00:00:00
## 4302 2022-12-19 23:55:52      TRUE 2022-12-20 00:00:00
## 4303 2022-12-19 23:54:01      TRUE 2022-12-20 00:00:00
## 4304 2022-12-19 23:53:42      TRUE 2022-12-20 00:00:00
## 4305 2022-12-19 23:52:02      TRUE 2022-12-20 00:00:00
## 4306 2022-12-19 23:50:02      TRUE 2022-12-20 00:00:00
## 4307 2022-12-19 23:49:39      TRUE 2022-12-20 00:00:00
## 4308 2022-12-19 23:49:26      TRUE 2022-12-20 00:00:00
## 4309 2022-12-19 23:49:19      TRUE 2022-12-20 00:00:00
## 4310 2022-12-19 23:48:22      TRUE 2022-12-20 00:00:00
## 4311 2022-12-19 23:48:01      TRUE 2022-12-20 00:00:00
## 4312 2022-12-19 23:47:46      TRUE 2022-12-20 00:00:00
## 4313 2022-12-19 23:46:14      TRUE 2022-12-20 00:00:00
## 4314 2022-12-19 23:46:06      TRUE 2022-12-20 00:00:00
## 4315 2022-12-19 23:45:05      TRUE 2022-12-20 00:00:00
## 4316 2022-12-19 23:44:44      TRUE 2022-12-20 00:00:00
## 4317 2022-12-19 23:44:36      TRUE 2022-12-20 00:00:00
## 4318 2022-12-19 23:44:30      TRUE 2022-12-20 00:00:00
## 4319 2022-12-19 23:43:44      TRUE 2022-12-20 00:00:00
## 4320 2022-12-19 23:42:30      TRUE 2022-12-20 00:00:00
## 4321 2022-12-19 23:42:23      TRUE 2022-12-20 00:00:00
## 4322 2022-12-19 23:41:33      TRUE 2022-12-20 00:00:00
## 4323 2022-12-19 23:41:13      TRUE 2022-12-20 00:00:00
## 4324 2022-12-19 23:40:40      TRUE 2022-12-20 00:00:00
## 4325 2022-12-19 23:40:14      TRUE 2022-12-20 00:00:00
## 4326 2022-12-19 23:39:33      TRUE 2022-12-20 00:00:00
## 4327 2022-12-19 23:38:01      TRUE 2022-12-20 00:00:00
## 4328 2022-12-19 23:38:00      TRUE 2022-12-20 00:00:00
## 4329 2022-12-19 23:37:54      TRUE 2022-12-20 00:00:00
## 4330 2022-12-19 23:37:52      TRUE 2022-12-20 00:00:00
## 4331 2022-12-19 23:37:25      TRUE 2022-12-20 00:00:00
## 4332 2022-12-19 23:37:09      TRUE 2022-12-20 00:00:00
## 4333 2022-12-19 23:37:05      TRUE 2022-12-20 00:00:00
## 4334 2022-12-19 23:36:52      TRUE 2022-12-20 00:00:00
## 4335 2022-12-19 23:36:44      TRUE 2022-12-20 00:00:00
## 4336 2022-12-19 23:36:27      TRUE 2022-12-20 00:00:00
## 4337 2022-12-19 23:36:18      TRUE 2022-12-20 00:00:00
## 4338 2022-12-19 23:36:07      TRUE 2022-12-20 00:00:00
## 4339 2022-12-19 23:36:00      TRUE 2022-12-20 00:00:00
## 4340 2022-12-19 23:35:24      TRUE 2022-12-20 00:00:00
## 4341 2022-12-19 23:35:20      TRUE 2022-12-20 00:00:00
## 4342 2022-12-19 23:35:17      TRUE 2022-12-20 00:00:00
## 4343 2022-12-19 23:34:51      TRUE 2022-12-20 00:00:00
## 4344 2022-12-19 23:34:29      TRUE 2022-12-20 00:00:00
## 4345 2022-12-19 23:34:19      TRUE 2022-12-20 00:00:00
## 4346 2022-12-19 23:34:04      TRUE 2022-12-20 00:00:00
## 4347 2022-12-19 23:33:40      TRUE 2022-12-20 00:00:00
## 4348 2022-12-19 23:32:26      TRUE 2022-12-20 00:00:00
## 4349 2022-12-19 23:32:07      TRUE 2022-12-20 00:00:00
## 4350 2022-12-19 23:31:24      TRUE 2022-12-20 00:00:00
## 4351 2022-12-19 23:29:45      TRUE 2022-12-19 23:00:00
## 4352 2022-12-19 23:28:43      TRUE 2022-12-19 23:00:00
## 4353 2022-12-19 23:27:32      TRUE 2022-12-19 23:00:00
## 4354 2022-12-19 23:25:14      TRUE 2022-12-19 23:00:00
## 4355 2022-12-19 23:24:03      TRUE 2022-12-19 23:00:00
## 4356 2022-12-19 23:23:52      TRUE 2022-12-19 23:00:00
## 4357 2022-12-19 23:21:48      TRUE 2022-12-19 23:00:00
## 4358 2022-12-19 23:21:32      TRUE 2022-12-19 23:00:00
## 4359 2022-12-19 23:21:12      TRUE 2022-12-19 23:00:00
## 4360 2022-12-19 23:15:26      TRUE 2022-12-19 23:00:00
## 4361 2022-12-19 23:15:01      TRUE 2022-12-19 23:00:00
## 4362 2022-12-19 23:12:46      TRUE 2022-12-19 23:00:00
## 4363 2022-12-19 23:12:27      TRUE 2022-12-19 23:00:00
## 4364 2022-12-19 23:12:19      TRUE 2022-12-19 23:00:00
## 4365 2022-12-19 23:11:15      TRUE 2022-12-19 23:00:00
## 4366 2022-12-19 23:10:44      TRUE 2022-12-19 23:00:00
## 4367 2022-12-19 23:09:43      TRUE 2022-12-19 23:00:00
## 4368 2022-12-19 23:06:44      TRUE 2022-12-19 23:00:00
## 4369 2022-12-19 23:06:14      TRUE 2022-12-19 23:00:00
## 4370 2022-12-19 23:05:55      TRUE 2022-12-19 23:00:00
## 4371 2022-12-19 23:05:32      TRUE 2022-12-19 23:00:00
## 4372 2022-12-19 23:05:15      TRUE 2022-12-19 23:00:00
## 4373 2022-12-19 23:03:06      TRUE 2022-12-19 23:00:00
## 4374 2022-12-19 23:01:41      TRUE 2022-12-19 23:00:00
## 4375 2022-12-19 23:01:15      TRUE 2022-12-19 23:00:00
## 4376 2022-12-19 23:00:14      TRUE 2022-12-19 23:00:00
## 4377 2022-12-19 22:59:55      TRUE 2022-12-19 23:00:00
## 4378 2022-12-19 22:59:28      TRUE 2022-12-19 23:00:00
## 4379 2022-12-19 22:57:27      TRUE 2022-12-19 23:00:00
## 4380 2022-12-19 22:57:10      TRUE 2022-12-19 23:00:00
## 4381 2022-12-19 22:53:05      TRUE 2022-12-19 23:00:00
## 4382 2022-12-19 22:52:24      TRUE 2022-12-19 23:00:00
## 4383 2022-12-19 22:50:24      TRUE 2022-12-19 23:00:00
## 4384 2022-12-19 22:49:26      TRUE 2022-12-19 23:00:00
## 4385 2022-12-19 22:49:15      TRUE 2022-12-19 23:00:00
## 4386 2022-12-19 22:47:58      TRUE 2022-12-19 23:00:00
## 4387 2022-12-19 22:45:38      TRUE 2022-12-19 23:00:00
## 4388 2022-12-19 22:45:14      TRUE 2022-12-19 23:00:00
## 4389 2022-12-19 22:44:56      TRUE 2022-12-19 23:00:00
## 4390 2022-12-19 22:43:09      TRUE 2022-12-19 23:00:00
## 4391 2022-12-19 22:42:45      TRUE 2022-12-19 23:00:00
## 4392 2022-12-19 22:41:28      TRUE 2022-12-19 23:00:00
## 4393 2022-12-19 22:41:13      TRUE 2022-12-19 23:00:00
## 4394 2022-12-19 22:39:20      TRUE 2022-12-19 23:00:00
## 4395 2022-12-19 22:39:18      TRUE 2022-12-19 23:00:00
## 4396 2022-12-19 22:39:07      TRUE 2022-12-19 23:00:00
## 4397 2022-12-19 22:39:03      TRUE 2022-12-19 23:00:00
## 4398 2022-12-19 22:38:14      TRUE 2022-12-19 23:00:00
## 4399 2022-12-19 22:37:00      TRUE 2022-12-19 23:00:00
## 4400 2022-12-19 22:36:52      TRUE 2022-12-19 23:00:00
## 4401 2022-12-19 22:34:15      TRUE 2022-12-19 23:00:00
## 4402 2022-12-19 22:33:50      TRUE 2022-12-19 23:00:00
## 4403 2022-12-19 22:33:49      TRUE 2022-12-19 23:00:00
## 4404 2022-12-19 22:33:21      TRUE 2022-12-19 23:00:00
## 4405 2022-12-19 22:33:06      TRUE 2022-12-19 23:00:00
## 4406 2022-12-19 22:32:24      TRUE 2022-12-19 23:00:00
## 4407 2022-12-19 22:31:18      TRUE 2022-12-19 23:00:00
## 4408 2022-12-19 22:30:08      TRUE 2022-12-19 23:00:00
## 4409 2022-12-19 22:29:09      TRUE 2022-12-19 22:00:00
## 4410 2022-12-19 22:29:01      TRUE 2022-12-19 22:00:00
## 4411 2022-12-19 22:28:51      TRUE 2022-12-19 22:00:00
## 4412 2022-12-19 22:24:19      TRUE 2022-12-19 22:00:00
## 4413 2022-12-19 22:23:17      TRUE 2022-12-19 22:00:00
## 4414 2022-12-19 22:19:56      TRUE 2022-12-19 22:00:00
## 4415 2022-12-19 22:17:27      TRUE 2022-12-19 22:00:00
## 4416 2022-12-19 22:13:29      TRUE 2022-12-19 22:00:00
## 4417 2022-12-19 22:06:54      TRUE 2022-12-19 22:00:00
## 4418 2022-12-19 22:06:32      TRUE 2022-12-19 22:00:00
## 4419 2022-12-19 22:06:27      TRUE 2022-12-19 22:00:00
## 4420 2022-12-19 22:06:26      TRUE 2022-12-19 22:00:00
## 4421 2022-12-19 22:06:14      TRUE 2022-12-19 22:00:00
## 4422 2022-12-19 22:05:15      TRUE 2022-12-19 22:00:00
## 4423 2022-12-19 22:05:06      TRUE 2022-12-19 22:00:00
## 4424 2022-12-19 22:04:20      TRUE 2022-12-19 22:00:00
## 4425 2022-12-19 22:03:51      TRUE 2022-12-19 22:00:00
## 4426 2022-12-19 22:03:40      TRUE 2022-12-19 22:00:00
## 4427 2022-12-19 22:00:55      TRUE 2022-12-19 22:00:00
## 4428 2022-12-19 22:00:40      TRUE 2022-12-19 22:00:00
## 4429 2022-12-19 22:00:30      TRUE 2022-12-19 22:00:00
## 4430 2022-12-19 22:00:19      TRUE 2022-12-19 22:00:00
## 4431 2022-12-19 21:59:42      TRUE 2022-12-19 22:00:00
## 4432 2022-12-19 21:59:12      TRUE 2022-12-19 22:00:00
## 4433 2022-12-19 21:58:47      TRUE 2022-12-19 22:00:00
## 4434 2022-12-19 21:58:14      TRUE 2022-12-19 22:00:00
## 4435 2022-12-19 21:56:36      TRUE 2022-12-19 22:00:00
## 4436 2022-12-19 21:56:03      TRUE 2022-12-19 22:00:00
## 4437 2022-12-19 21:54:48      TRUE 2022-12-19 22:00:00
## 4438 2022-12-19 21:54:17      TRUE 2022-12-19 22:00:00
## 4439 2022-12-19 21:52:46      TRUE 2022-12-19 22:00:00
## 4440 2022-12-19 21:52:22      TRUE 2022-12-19 22:00:00
## 4441 2022-12-19 21:51:47      TRUE 2022-12-19 22:00:00
## 4442 2022-12-19 21:51:46      TRUE 2022-12-19 22:00:00
## 4443 2022-12-19 21:51:45      TRUE 2022-12-19 22:00:00
## 4444 2022-12-19 21:51:40      TRUE 2022-12-19 22:00:00
## 4445 2022-12-19 21:50:15      TRUE 2022-12-19 22:00:00
## 4446 2022-12-19 21:50:02      TRUE 2022-12-19 22:00:00
## 4447 2022-12-19 21:49:32      TRUE 2022-12-19 22:00:00
## 4448 2022-12-19 21:49:26      TRUE 2022-12-19 22:00:00
## 4449 2022-12-19 21:49:23      TRUE 2022-12-19 22:00:00
## 4450 2022-12-19 21:48:11      TRUE 2022-12-19 22:00:00
## 4451 2022-12-19 21:48:09      TRUE 2022-12-19 22:00:00
## 4452 2022-12-19 21:47:01      TRUE 2022-12-19 22:00:00
## 4453 2022-12-19 21:46:49      TRUE 2022-12-19 22:00:00
## 4454 2022-12-19 21:46:15      TRUE 2022-12-19 22:00:00
## 4455 2022-12-19 21:46:11      TRUE 2022-12-19 22:00:00
## 4456 2022-12-19 21:45:47      TRUE 2022-12-19 22:00:00
## 4457 2022-12-19 21:45:21      TRUE 2022-12-19 22:00:00
## 4458 2022-12-19 21:44:53      TRUE 2022-12-19 22:00:00
## 4459 2022-12-19 21:44:50      TRUE 2022-12-19 22:00:00
## 4460 2022-12-19 21:43:24      TRUE 2022-12-19 22:00:00
## 4461 2022-12-19 21:42:48      TRUE 2022-12-19 22:00:00
## 4462 2022-12-19 21:41:50      TRUE 2022-12-19 22:00:00
## 4463 2022-12-19 21:39:36      TRUE 2022-12-19 22:00:00
## 4464 2022-12-19 21:37:50      TRUE 2022-12-19 22:00:00
## 4465 2022-12-19 21:36:06      TRUE 2022-12-19 22:00:00
## 4466 2022-12-19 21:34:13      TRUE 2022-12-19 22:00:00
## 4467 2022-12-19 21:32:14      TRUE 2022-12-19 22:00:00
## 4468 2022-12-19 21:31:30      TRUE 2022-12-19 22:00:00
## 4469 2022-12-19 21:31:28      TRUE 2022-12-19 22:00:00
## 4470 2022-12-19 21:31:10      TRUE 2022-12-19 22:00:00
## 4471 2022-12-19 21:31:08      TRUE 2022-12-19 22:00:00
## 4472 2022-12-19 21:31:06      TRUE 2022-12-19 22:00:00
## 4473 2022-12-19 21:30:50      TRUE 2022-12-19 22:00:00
## 4474 2022-12-19 21:30:22      TRUE 2022-12-19 22:00:00
## 4475 2022-12-19 21:30:11      TRUE 2022-12-19 22:00:00
## 4476 2022-12-19 21:28:18      TRUE 2022-12-19 21:00:00
## 4477 2022-12-19 21:28:12      TRUE 2022-12-19 21:00:00
## 4478 2022-12-19 21:26:53      TRUE 2022-12-19 21:00:00
## 4479 2022-12-19 21:26:32      TRUE 2022-12-19 21:00:00
## 4480 2022-12-19 21:26:15      TRUE 2022-12-19 21:00:00
## 4481 2022-12-19 21:25:59      TRUE 2022-12-19 21:00:00
## 4482 2022-12-19 21:25:20      TRUE 2022-12-19 21:00:00
## 4483 2022-12-19 21:25:04      TRUE 2022-12-19 21:00:00
## 4484 2022-12-19 21:22:51      TRUE 2022-12-19 21:00:00
## 4485 2022-12-19 21:21:49      TRUE 2022-12-19 21:00:00
## 4486 2022-12-19 21:21:16      TRUE 2022-12-19 21:00:00
## 4487 2022-12-19 21:19:21      TRUE 2022-12-19 21:00:00
## 4488 2022-12-19 21:19:17      TRUE 2022-12-19 21:00:00
## 4489 2022-12-19 21:18:46      TRUE 2022-12-19 21:00:00
## 4490 2022-12-19 21:17:07      TRUE 2022-12-19 21:00:00
## 4491 2022-12-19 21:15:47      TRUE 2022-12-19 21:00:00
## 4492 2022-12-19 21:15:24      TRUE 2022-12-19 21:00:00
## 4493 2022-12-19 21:15:00      TRUE 2022-12-19 21:00:00
## 4494 2022-12-19 21:14:11      TRUE 2022-12-19 21:00:00
## 4495 2022-12-19 21:14:02      TRUE 2022-12-19 21:00:00
## 4496 2022-12-19 21:13:47      TRUE 2022-12-19 21:00:00
## 4497 2022-12-19 21:13:29      TRUE 2022-12-19 21:00:00
## 4498 2022-12-19 21:11:48      TRUE 2022-12-19 21:00:00
## 4499 2022-12-19 21:11:44      TRUE 2022-12-19 21:00:00
## 4500 2022-12-19 21:10:17      TRUE 2022-12-19 21:00:00
## 4501 2022-12-19 21:06:16      TRUE 2022-12-19 21:00:00
## 4502 2022-12-19 21:06:14      TRUE 2022-12-19 21:00:00
## 4503 2022-12-19 21:05:57      TRUE 2022-12-19 21:00:00
## 4504 2022-12-19 21:03:52      TRUE 2022-12-19 21:00:00
## 4505 2022-12-19 21:03:21      TRUE 2022-12-19 21:00:00
## 4506 2022-12-19 20:59:41      TRUE 2022-12-19 21:00:00
## 4507 2022-12-19 20:56:17      TRUE 2022-12-19 21:00:00
## 4508 2022-12-19 20:54:57      TRUE 2022-12-19 21:00:00
## 4509 2022-12-19 20:54:46      TRUE 2022-12-19 21:00:00
## 4510 2022-12-19 20:53:37      TRUE 2022-12-19 21:00:00
## 4511 2022-12-19 20:51:23      TRUE 2022-12-19 21:00:00
## 4512 2022-12-19 20:51:09      TRUE 2022-12-19 21:00:00
## 4513 2022-12-19 20:51:05      TRUE 2022-12-19 21:00:00
## 4514 2022-12-19 20:51:03      TRUE 2022-12-19 21:00:00
## 4515 2022-12-19 20:50:45      TRUE 2022-12-19 21:00:00
## 4516 2022-12-19 20:48:25      TRUE 2022-12-19 21:00:00
## 4517 2022-12-19 20:47:27      TRUE 2022-12-19 21:00:00
## 4518 2022-12-19 20:47:26      TRUE 2022-12-19 21:00:00
## 4519 2022-12-19 20:42:06      TRUE 2022-12-19 21:00:00
## 4520 2022-12-19 20:40:29      TRUE 2022-12-19 21:00:00
## 4521 2022-12-19 20:39:57      TRUE 2022-12-19 21:00:00
## 4522 2022-12-19 20:38:56      TRUE 2022-12-19 21:00:00
## 4523 2022-12-19 20:38:55      TRUE 2022-12-19 21:00:00
## 4524 2022-12-19 20:38:28      TRUE 2022-12-19 21:00:00
## 4525 2022-12-19 20:37:40      TRUE 2022-12-19 21:00:00
## 4526 2022-12-19 20:35:50      TRUE 2022-12-19 21:00:00
## 4527 2022-12-19 20:34:16      TRUE 2022-12-19 21:00:00
## 4528 2022-12-19 20:31:23      TRUE 2022-12-19 21:00:00
## 4529 2022-12-19 20:30:42      TRUE 2022-12-19 21:00:00
## 4530 2022-12-19 20:30:24      TRUE 2022-12-19 21:00:00
## 4531 2022-12-19 20:28:20      TRUE 2022-12-19 20:00:00
## 4532 2022-12-19 20:27:04      TRUE 2022-12-19 20:00:00
## 4533 2022-12-19 20:24:53      TRUE 2022-12-19 20:00:00
## 4534 2022-12-19 20:24:43      TRUE 2022-12-19 20:00:00
## 4535 2022-12-19 20:22:53      TRUE 2022-12-19 20:00:00
## 4536 2022-12-19 20:20:56      TRUE 2022-12-19 20:00:00
## 4537 2022-12-19 20:18:44      TRUE 2022-12-19 20:00:00
## 4538 2022-12-19 20:17:15      TRUE 2022-12-19 20:00:00
## 4539 2022-12-19 20:16:34      TRUE 2022-12-19 20:00:00
## 4540 2022-12-19 20:14:45      TRUE 2022-12-19 20:00:00
## 4541 2022-12-19 20:13:47      TRUE 2022-12-19 20:00:00
## 4542 2022-12-19 20:12:54      TRUE 2022-12-19 20:00:00
## 4543 2022-12-19 20:12:49      TRUE 2022-12-19 20:00:00
## 4544 2022-12-19 20:11:48      TRUE 2022-12-19 20:00:00
## 4545 2022-12-19 20:11:28      TRUE 2022-12-19 20:00:00
## 4546 2022-12-19 20:10:48      TRUE 2022-12-19 20:00:00
## 4547 2022-12-19 20:10:43      TRUE 2022-12-19 20:00:00
## 4548 2022-12-19 20:10:37      TRUE 2022-12-19 20:00:00
## 4549 2022-12-19 20:10:12      TRUE 2022-12-19 20:00:00
## 4550 2022-12-19 20:08:59      TRUE 2022-12-19 20:00:00
## 4551 2022-12-19 20:08:48      TRUE 2022-12-19 20:00:00
## 4552 2022-12-19 20:08:12      TRUE 2022-12-19 20:00:00
## 4553 2022-12-19 20:07:12      TRUE 2022-12-19 20:00:00
## 4554 2022-12-19 20:05:09      TRUE 2022-12-19 20:00:00
## 4555 2022-12-19 20:04:47      TRUE 2022-12-19 20:00:00
## 4556 2022-12-19 20:03:13      TRUE 2022-12-19 20:00:00
## 4557 2022-12-19 20:02:59      TRUE 2022-12-19 20:00:00
## 4558 2022-12-19 20:00:46      TRUE 2022-12-19 20:00:00
## 4559 2022-12-19 20:00:34      TRUE 2022-12-19 20:00:00
## 4560 2022-12-19 19:59:49      TRUE 2022-12-19 20:00:00
## 4561 2022-12-19 19:58:11      TRUE 2022-12-19 20:00:00
## 4562 2022-12-19 19:57:28      TRUE 2022-12-19 20:00:00
## 4563 2022-12-19 19:57:21      TRUE 2022-12-19 20:00:00
## 4564 2022-12-19 19:57:14      TRUE 2022-12-19 20:00:00
## 4565 2022-12-19 19:57:12      TRUE 2022-12-19 20:00:00
## 4566 2022-12-19 19:52:52      TRUE 2022-12-19 20:00:00
## 4567 2022-12-19 19:52:47      TRUE 2022-12-19 20:00:00
## 4568 2022-12-19 19:48:49      TRUE 2022-12-19 20:00:00
## 4569 2022-12-19 19:47:22      TRUE 2022-12-19 20:00:00
## 4570 2022-12-19 19:46:22      TRUE 2022-12-19 20:00:00
## 4571 2022-12-19 19:46:13      TRUE 2022-12-19 20:00:00
## 4572 2022-12-19 19:45:30      TRUE 2022-12-19 20:00:00
## 4573 2022-12-19 19:44:49      TRUE 2022-12-19 20:00:00
## 4574 2022-12-19 19:44:40      TRUE 2022-12-19 20:00:00
## 4575 2022-12-19 19:44:05      TRUE 2022-12-19 20:00:00
## 4576 2022-12-19 19:43:56      TRUE 2022-12-19 20:00:00
## 4577 2022-12-19 19:41:21      TRUE 2022-12-19 20:00:00
## 4578 2022-12-19 19:41:16      TRUE 2022-12-19 20:00:00
## 4579 2022-12-19 19:41:16      TRUE 2022-12-19 20:00:00
## 4580 2022-12-19 19:40:17      TRUE 2022-12-19 20:00:00
## 4581 2022-12-19 19:39:38      TRUE 2022-12-19 20:00:00
## 4582 2022-12-19 19:35:51      TRUE 2022-12-19 20:00:00
## 4583 2022-12-19 19:35:04      TRUE 2022-12-19 20:00:00
## 4584 2022-12-19 19:34:49      TRUE 2022-12-19 20:00:00
## 4585 2022-12-19 19:33:39      TRUE 2022-12-19 20:00:00
## 4586 2022-12-19 19:33:35      TRUE 2022-12-19 20:00:00
## 4587 2022-12-19 19:32:58      TRUE 2022-12-19 20:00:00
## 4588 2022-12-19 19:32:54      TRUE 2022-12-19 20:00:00
## 4589 2022-12-19 19:27:42      TRUE 2022-12-19 19:00:00
## 4590 2022-12-19 19:27:42      TRUE 2022-12-19 19:00:00
## 4591 2022-12-19 19:27:06      TRUE 2022-12-19 19:00:00
## 4592 2022-12-19 19:26:14      TRUE 2022-12-19 19:00:00
## 4593 2022-12-19 19:25:07      TRUE 2022-12-19 19:00:00
## 4594 2022-12-19 19:24:35      TRUE 2022-12-19 19:00:00
## 4595 2022-12-19 19:24:18      TRUE 2022-12-19 19:00:00
## 4596 2022-12-19 19:22:13      TRUE 2022-12-19 19:00:00
## 4597 2022-12-19 19:22:03      TRUE 2022-12-19 19:00:00
## 4598 2022-12-19 19:21:06      TRUE 2022-12-19 19:00:00
## 4599 2022-12-19 19:20:56      TRUE 2022-12-19 19:00:00
## 4600 2022-12-19 19:20:25      TRUE 2022-12-19 19:00:00
## 4601 2022-12-19 19:19:18      TRUE 2022-12-19 19:00:00
## 4602 2022-12-19 19:18:41      TRUE 2022-12-19 19:00:00
## 4603 2022-12-19 19:18:25      TRUE 2022-12-19 19:00:00
## 4604 2022-12-19 19:17:27      TRUE 2022-12-19 19:00:00
## 4605 2022-12-19 19:17:12      TRUE 2022-12-19 19:00:00
## 4606 2022-12-19 19:17:11      TRUE 2022-12-19 19:00:00
## 4607 2022-12-19 19:17:04      TRUE 2022-12-19 19:00:00
## 4608 2022-12-19 19:13:39      TRUE 2022-12-19 19:00:00
## 4609 2022-12-19 19:12:58      TRUE 2022-12-19 19:00:00
## 4610 2022-12-19 19:12:45      TRUE 2022-12-19 19:00:00
## 4611 2022-12-19 19:12:14      TRUE 2022-12-19 19:00:00
## 4612 2022-12-19 19:11:55      TRUE 2022-12-19 19:00:00
## 4613 2022-12-19 19:11:43      TRUE 2022-12-19 19:00:00
## 4614 2022-12-19 19:11:16      TRUE 2022-12-19 19:00:00
## 4615 2022-12-19 19:10:59      TRUE 2022-12-19 19:00:00
## 4616 2022-12-19 19:09:23      TRUE 2022-12-19 19:00:00
## 4617 2022-12-19 19:06:15      TRUE 2022-12-19 19:00:00
## 4618 2022-12-19 19:06:08      TRUE 2022-12-19 19:00:00
## 4619 2022-12-19 19:05:11      TRUE 2022-12-19 19:00:00
## 4620 2022-12-19 19:04:16      TRUE 2022-12-19 19:00:00
## 4621 2022-12-19 19:00:00      TRUE 2022-12-19 19:00:00
## 4622 2022-12-19 18:56:48      TRUE 2022-12-19 19:00:00
## 4623 2022-12-19 18:56:44      TRUE 2022-12-19 19:00:00
## 4624 2022-12-19 18:56:10      TRUE 2022-12-19 19:00:00
## 4625 2022-12-19 18:55:43      TRUE 2022-12-19 19:00:00
## 4626 2022-12-19 18:54:13      TRUE 2022-12-19 19:00:00
## 4627 2022-12-19 18:52:24      TRUE 2022-12-19 19:00:00
## 4628 2022-12-19 18:50:08      TRUE 2022-12-19 19:00:00
## 4629 2022-12-19 18:49:15      TRUE 2022-12-19 19:00:00
## 4630 2022-12-19 18:46:14      TRUE 2022-12-19 19:00:00
## 4631 2022-12-19 18:45:37      TRUE 2022-12-19 19:00:00
## 4632 2022-12-19 18:42:36      TRUE 2022-12-19 19:00:00
## 4633 2022-12-19 18:42:32      TRUE 2022-12-19 19:00:00
## 4634 2022-12-19 18:41:56      TRUE 2022-12-19 19:00:00
## 4635 2022-12-19 18:40:15      TRUE 2022-12-19 19:00:00
## 4636 2022-12-19 18:39:41      TRUE 2022-12-19 19:00:00
## 4637 2022-12-19 18:39:32      TRUE 2022-12-19 19:00:00
## 4638 2022-12-19 18:38:13      TRUE 2022-12-19 19:00:00
## 4639 2022-12-19 18:38:10      TRUE 2022-12-19 19:00:00
## 4640 2022-12-19 18:36:15      TRUE 2022-12-19 19:00:00
## 4641 2022-12-19 18:34:15      TRUE 2022-12-19 19:00:00
## 4642 2022-12-19 18:34:12      TRUE 2022-12-19 19:00:00
## 4643 2022-12-19 18:33:57      TRUE 2022-12-19 19:00:00
## 4644 2022-12-19 18:33:02      TRUE 2022-12-19 19:00:00
## 4645 2022-12-19 18:30:47      TRUE 2022-12-19 19:00:00
## 4646 2022-12-19 18:30:44      TRUE 2022-12-19 19:00:00
## 4647 2022-12-19 18:30:30      TRUE 2022-12-19 19:00:00
## 4648 2022-12-19 18:30:24      TRUE 2022-12-19 19:00:00
## 4649 2022-12-19 18:30:05      TRUE 2022-12-19 19:00:00
## 4650 2022-12-19 18:28:50      TRUE 2022-12-19 18:00:00
## 4651 2022-12-19 18:28:31      TRUE 2022-12-19 18:00:00
## 4652 2022-12-19 18:28:22      TRUE 2022-12-19 18:00:00
## 4653 2022-12-19 18:26:25      TRUE 2022-12-19 18:00:00
## 4654 2022-12-19 18:24:44      TRUE 2022-12-19 18:00:00
## 4655 2022-12-19 18:24:40      TRUE 2022-12-19 18:00:00
## 4656 2022-12-19 18:23:03      TRUE 2022-12-19 18:00:00
## 4657 2022-12-19 18:22:59      TRUE 2022-12-19 18:00:00
## 4658 2022-12-19 18:22:37      TRUE 2022-12-19 18:00:00
## 4659 2022-12-19 18:21:17      TRUE 2022-12-19 18:00:00
## 4660 2022-12-19 18:21:12      TRUE 2022-12-19 18:00:00
## 4661 2022-12-19 18:20:27      TRUE 2022-12-19 18:00:00
## 4662 2022-12-19 18:19:50      TRUE 2022-12-19 18:00:00
## 4663 2022-12-19 18:19:39      TRUE 2022-12-19 18:00:00
## 4664 2022-12-19 18:17:50      TRUE 2022-12-19 18:00:00
## 4665 2022-12-19 18:16:57      TRUE 2022-12-19 18:00:00
## 4666 2022-12-19 18:16:01      TRUE 2022-12-19 18:00:00
## 4667 2022-12-19 18:15:04      TRUE 2022-12-19 18:00:00
## 4668 2022-12-19 18:10:07      TRUE 2022-12-19 18:00:00
## 4669 2022-12-19 18:08:46      TRUE 2022-12-19 18:00:00
## 4670 2022-12-19 18:07:55      TRUE 2022-12-19 18:00:00
## 4671 2022-12-19 18:07:02      TRUE 2022-12-19 18:00:00
## 4672 2022-12-19 18:06:18      TRUE 2022-12-19 18:00:00
## 4673 2022-12-19 18:06:14      TRUE 2022-12-19 18:00:00
## 4674 2022-12-19 18:06:00      TRUE 2022-12-19 18:00:00
## 4675 2022-12-19 18:05:38      TRUE 2022-12-19 18:00:00
## 4676 2022-12-19 18:05:01      TRUE 2022-12-19 18:00:00
## 4677 2022-12-19 18:04:53      TRUE 2022-12-19 18:00:00
## 4678 2022-12-19 18:03:40      TRUE 2022-12-19 18:00:00
## 4679 2022-12-19 18:01:39      TRUE 2022-12-19 18:00:00
## 4680 2022-12-19 18:00:38      TRUE 2022-12-19 18:00:00
## 4681 2022-12-19 18:00:30      TRUE 2022-12-19 18:00:00
## 4682 2022-12-19 18:00:06      TRUE 2022-12-19 18:00:00
## 4683 2022-12-19 17:58:40      TRUE 2022-12-19 18:00:00
## 4684 2022-12-19 17:57:37      TRUE 2022-12-19 18:00:00
## 4685 2022-12-19 17:57:21      TRUE 2022-12-19 18:00:00
## 4686 2022-12-19 17:56:54      TRUE 2022-12-19 18:00:00
## 4687 2022-12-19 17:56:05      TRUE 2022-12-19 18:00:00
## 4688 2022-12-19 17:55:28      TRUE 2022-12-19 18:00:00
## 4689 2022-12-19 17:54:48      TRUE 2022-12-19 18:00:00
## 4690 2022-12-19 17:53:12      TRUE 2022-12-19 18:00:00
## 4691 2022-12-19 17:52:55      TRUE 2022-12-19 18:00:00
## 4692 2022-12-19 17:52:38      TRUE 2022-12-19 18:00:00
## 4693 2022-12-19 17:52:18      TRUE 2022-12-19 18:00:00
## 4694 2022-12-19 17:50:45      TRUE 2022-12-19 18:00:00
## 4695 2022-12-19 17:50:43      TRUE 2022-12-19 18:00:00
## 4696 2022-12-19 17:50:42      TRUE 2022-12-19 18:00:00
## 4697 2022-12-19 17:49:59      TRUE 2022-12-19 18:00:00
## 4698 2022-12-19 17:48:55      TRUE 2022-12-19 18:00:00
## 4699 2022-12-19 17:48:46      TRUE 2022-12-19 18:00:00
## 4700 2022-12-19 17:48:38      TRUE 2022-12-19 18:00:00
## 4701 2022-12-19 17:47:52      TRUE 2022-12-19 18:00:00
## 4702 2022-12-19 17:47:49      TRUE 2022-12-19 18:00:00
## 4703 2022-12-19 17:47:03      TRUE 2022-12-19 18:00:00
## 4704 2022-12-19 17:44:09      TRUE 2022-12-19 18:00:00
## 4705 2022-12-19 17:44:08      TRUE 2022-12-19 18:00:00
## 4706 2022-12-19 17:43:53      TRUE 2022-12-19 18:00:00
## 4707 2022-12-19 17:42:36      TRUE 2022-12-19 18:00:00
## 4708 2022-12-19 17:41:31      TRUE 2022-12-19 18:00:00
## 4709 2022-12-19 17:41:11      TRUE 2022-12-19 18:00:00
## 4710 2022-12-19 17:40:38      TRUE 2022-12-19 18:00:00
## 4711 2022-12-19 17:40:10      TRUE 2022-12-19 18:00:00
## 4712 2022-12-19 17:37:14      TRUE 2022-12-19 18:00:00
## 4713 2022-12-19 17:36:48      TRUE 2022-12-19 18:00:00
## 4714 2022-12-19 17:36:01      TRUE 2022-12-19 18:00:00
## 4715 2022-12-19 17:35:26      TRUE 2022-12-19 18:00:00
## 4716 2022-12-19 17:34:06      TRUE 2022-12-19 18:00:00
## 4717 2022-12-19 17:32:43      TRUE 2022-12-19 18:00:00
## 4718 2022-12-19 17:31:15      TRUE 2022-12-19 18:00:00
## 4719 2022-12-19 17:29:57      TRUE 2022-12-19 17:00:00
## 4720 2022-12-19 17:29:28      TRUE 2022-12-19 17:00:00
## 4721 2022-12-19 17:29:13      TRUE 2022-12-19 17:00:00
## 4722 2022-12-19 17:27:08      TRUE 2022-12-19 17:00:00
## 4723 2022-12-19 17:25:39      TRUE 2022-12-19 17:00:00
## 4724 2022-12-19 17:24:38      TRUE 2022-12-19 17:00:00
## 4725 2022-12-19 17:22:26      TRUE 2022-12-19 17:00:00
## 4726 2022-12-19 17:21:19      TRUE 2022-12-19 17:00:00
## 4727 2022-12-19 17:20:51      TRUE 2022-12-19 17:00:00
## 4728 2022-12-19 17:19:23      TRUE 2022-12-19 17:00:00
## 4729 2022-12-19 17:18:19      TRUE 2022-12-19 17:00:00
## 4730 2022-12-19 17:17:34      TRUE 2022-12-19 17:00:00
## 4731 2022-12-19 17:17:28      TRUE 2022-12-19 17:00:00
## 4732 2022-12-19 17:16:28      TRUE 2022-12-19 17:00:00
## 4733 2022-12-19 17:16:19      TRUE 2022-12-19 17:00:00
## 4734 2022-12-19 17:15:18      TRUE 2022-12-19 17:00:00
## 4735 2022-12-19 17:14:00      TRUE 2022-12-19 17:00:00
## 4736 2022-12-19 17:07:37      TRUE 2022-12-19 17:00:00
## 4737 2022-12-19 17:06:20      TRUE 2022-12-19 17:00:00
## 4738 2022-12-19 17:06:15      TRUE 2022-12-19 17:00:00
## 4739 2022-12-19 17:06:12      TRUE 2022-12-19 17:00:00
## 4740 2022-12-19 17:05:26      TRUE 2022-12-19 17:00:00
## 4741 2022-12-19 17:04:18      TRUE 2022-12-19 17:00:00
## 4742 2022-12-19 17:03:30      TRUE 2022-12-19 17:00:00
## 4743 2022-12-19 17:03:22      TRUE 2022-12-19 17:00:00
## 4744 2022-12-19 17:02:34      TRUE 2022-12-19 17:00:00
## 4745 2022-12-19 17:00:54      TRUE 2022-12-19 17:00:00
## 4746 2022-12-19 17:00:46      TRUE 2022-12-19 17:00:00
## 4747 2022-12-19 17:00:41      TRUE 2022-12-19 17:00:00
## 4748 2022-12-19 17:00:30      TRUE 2022-12-19 17:00:00
## 4749 2022-12-19 17:00:15      TRUE 2022-12-19 17:00:00
## 4750 2022-12-19 16:59:52      TRUE 2022-12-19 17:00:00
## 4751 2022-12-19 16:59:21      TRUE 2022-12-19 17:00:00
## 4752 2022-12-19 16:59:03      TRUE 2022-12-19 17:00:00
## 4753 2022-12-19 16:57:54      TRUE 2022-12-19 17:00:00
## 4754 2022-12-19 16:57:26      TRUE 2022-12-19 17:00:00
## 4755 2022-12-19 16:55:39      TRUE 2022-12-19 17:00:00
## 4756 2022-12-19 16:51:14      TRUE 2022-12-19 17:00:00
## 4757 2022-12-19 16:48:38      TRUE 2022-12-19 17:00:00
## 4758 2022-12-19 16:47:33      TRUE 2022-12-19 17:00:00
## 4759 2022-12-19 16:46:34      TRUE 2022-12-19 17:00:00
## 4760 2022-12-19 16:46:17      TRUE 2022-12-19 17:00:00
## 4761 2022-12-19 16:46:07      TRUE 2022-12-19 17:00:00
## 4762 2022-12-19 16:45:42      TRUE 2022-12-19 17:00:00
## 4763 2022-12-19 16:45:03      TRUE 2022-12-19 17:00:00
## 4764 2022-12-19 16:43:39      TRUE 2022-12-19 17:00:00
## 4765 2022-12-19 16:42:57      TRUE 2022-12-19 17:00:00
## 4766 2022-12-19 16:42:15      TRUE 2022-12-19 17:00:00
## 4767 2022-12-19 16:42:01      TRUE 2022-12-19 17:00:00
## 4768 2022-12-19 16:41:46      TRUE 2022-12-19 17:00:00
## 4769 2022-12-19 16:41:14      TRUE 2022-12-19 17:00:00
## 4770 2022-12-19 16:40:38      TRUE 2022-12-19 17:00:00
## 4771 2022-12-19 16:38:37      TRUE 2022-12-19 17:00:00
## 4772 2022-12-19 16:38:31      TRUE 2022-12-19 17:00:00
## 4773 2022-12-19 16:35:48      TRUE 2022-12-19 17:00:00
## 4774 2022-12-19 16:35:19      TRUE 2022-12-19 17:00:00
## 4775 2022-12-19 16:34:45      TRUE 2022-12-19 17:00:00
## 4776 2022-12-19 16:34:23      TRUE 2022-12-19 17:00:00
## 4777 2022-12-19 16:33:40      TRUE 2022-12-19 17:00:00
## 4778 2022-12-19 16:32:18      TRUE 2022-12-19 17:00:00
## 4779 2022-12-19 16:30:03      TRUE 2022-12-19 17:00:00
## 4780 2022-12-19 16:29:38      TRUE 2022-12-19 16:00:00
## 4781 2022-12-19 16:29:26      TRUE 2022-12-19 16:00:00
## 4782 2022-12-19 16:29:22      TRUE 2022-12-19 16:00:00
## 4783 2022-12-19 16:28:16      TRUE 2022-12-19 16:00:00
## 4784 2022-12-19 16:28:00      TRUE 2022-12-19 16:00:00
## 4785 2022-12-19 16:27:37      TRUE 2022-12-19 16:00:00
## 4786 2022-12-19 16:26:27      TRUE 2022-12-19 16:00:00
## 4787 2022-12-19 16:26:07      TRUE 2022-12-19 16:00:00
## 4788 2022-12-19 16:25:27      TRUE 2022-12-19 16:00:00
## 4789 2022-12-19 16:23:59      TRUE 2022-12-19 16:00:00
## 4790 2022-12-19 16:23:16      TRUE 2022-12-19 16:00:00
## 4791 2022-12-19 16:23:00      TRUE 2022-12-19 16:00:00
## 4792 2022-12-19 16:22:30      TRUE 2022-12-19 16:00:00
## 4793 2022-12-19 16:22:28      TRUE 2022-12-19 16:00:00
## 4794 2022-12-19 16:20:23      TRUE 2022-12-19 16:00:00
## 4795 2022-12-19 16:19:56      TRUE 2022-12-19 16:00:00
## 4796 2022-12-19 16:19:07      TRUE 2022-12-19 16:00:00
## 4797 2022-12-19 16:18:17      TRUE 2022-12-19 16:00:00
## 4798 2022-12-19 16:16:20      TRUE 2022-12-19 16:00:00
## 4799 2022-12-19 16:14:36      TRUE 2022-12-19 16:00:00
## 4800 2022-12-19 16:13:41      TRUE 2022-12-19 16:00:00
## 4801 2022-12-19 16:13:03      TRUE 2022-12-19 16:00:00
## 4802 2022-12-19 16:12:31      TRUE 2022-12-19 16:00:00
## 4803 2022-12-19 16:11:38      TRUE 2022-12-19 16:00:00
## 4804 2022-12-19 16:11:06      TRUE 2022-12-19 16:00:00
## 4805 2022-12-19 16:08:27      TRUE 2022-12-19 16:00:00
## 4806 2022-12-19 16:07:51      TRUE 2022-12-19 16:00:00
## 4807 2022-12-19 16:06:20      TRUE 2022-12-19 16:00:00
## 4808 2022-12-19 16:06:14      TRUE 2022-12-19 16:00:00
## 4809 2022-12-19 16:05:41      TRUE 2022-12-19 16:00:00
## 4810 2022-12-19 16:03:41      TRUE 2022-12-19 16:00:00
## 4811 2022-12-19 16:02:22      TRUE 2022-12-19 16:00:00
## 4812 2022-12-19 16:02:21      TRUE 2022-12-19 16:00:00
## 4813 2022-12-19 16:01:56      TRUE 2022-12-19 16:00:00
## 4814 2022-12-19 16:01:29      TRUE 2022-12-19 16:00:00
## 4815 2022-12-19 16:01:04      TRUE 2022-12-19 16:00:00
## 4816 2022-12-19 16:01:02      TRUE 2022-12-19 16:00:00
## 4817 2022-12-19 15:59:13      TRUE 2022-12-19 16:00:00
## 4818 2022-12-19 15:59:04      TRUE 2022-12-19 16:00:00
## 4819 2022-12-19 15:58:44      TRUE 2022-12-19 16:00:00
## 4820 2022-12-19 15:58:41      TRUE 2022-12-19 16:00:00
## 4821 2022-12-19 15:58:01      TRUE 2022-12-19 16:00:00
## 4822 2022-12-19 15:57:49      TRUE 2022-12-19 16:00:00
## 4823 2022-12-19 15:57:13      TRUE 2022-12-19 16:00:00
## 4824 2022-12-19 15:56:14      TRUE 2022-12-19 16:00:00
## 4825 2022-12-19 15:55:55      TRUE 2022-12-19 16:00:00
## 4826 2022-12-19 15:55:50      TRUE 2022-12-19 16:00:00
## 4827 2022-12-19 15:53:46      TRUE 2022-12-19 16:00:00
## 4828 2022-12-19 15:53:07      TRUE 2022-12-19 16:00:00
## 4829 2022-12-19 15:52:57      TRUE 2022-12-19 16:00:00
## 4830 2022-12-19 15:50:23      TRUE 2022-12-19 16:00:00
## 4831 2022-12-19 15:47:41      TRUE 2022-12-19 16:00:00
## 4832 2022-12-19 15:47:30      TRUE 2022-12-19 16:00:00
## 4833 2022-12-19 15:46:15      TRUE 2022-12-19 16:00:00
## 4834 2022-12-19 15:44:17      TRUE 2022-12-19 16:00:00
## 4835 2022-12-19 15:44:02      TRUE 2022-12-19 16:00:00
## 4836 2022-12-19 15:42:02      TRUE 2022-12-19 16:00:00
## 4837 2022-12-19 15:41:01      TRUE 2022-12-19 16:00:00
## 4838 2022-12-19 15:40:55      TRUE 2022-12-19 16:00:00
## 4839 2022-12-19 15:40:43      TRUE 2022-12-19 16:00:00
## 4840 2022-12-19 15:39:09      TRUE 2022-12-19 16:00:00
## 4841 2022-12-19 15:37:31      TRUE 2022-12-19 16:00:00
## 4842 2022-12-19 15:36:51      TRUE 2022-12-19 16:00:00
## 4843 2022-12-19 15:36:48      TRUE 2022-12-19 16:00:00
## 4844 2022-12-19 15:36:32      TRUE 2022-12-19 16:00:00
## 4845 2022-12-19 15:34:23      TRUE 2022-12-19 16:00:00
## 4846 2022-12-19 15:34:05      TRUE 2022-12-19 16:00:00
## 4847 2022-12-19 15:33:47      TRUE 2022-12-19 16:00:00
## 4848 2022-12-19 15:32:22      TRUE 2022-12-19 16:00:00
## 4849 2022-12-19 15:31:31      TRUE 2022-12-19 16:00:00
## 4850 2022-12-19 15:30:20      TRUE 2022-12-19 16:00:00
## 4851 2022-12-19 15:29:55      TRUE 2022-12-19 15:00:00
## 4852 2022-12-19 15:29:30      TRUE 2022-12-19 15:00:00
## 4853 2022-12-19 15:26:44      TRUE 2022-12-19 15:00:00
## 4854 2022-12-19 15:24:35      TRUE 2022-12-19 15:00:00
## 4855 2022-12-19 15:24:26      TRUE 2022-12-19 15:00:00
## 4856 2022-12-19 15:24:04      TRUE 2022-12-19 15:00:00
## 4857 2022-12-19 15:23:34      TRUE 2022-12-19 15:00:00
## 4858 2022-12-19 15:23:26      TRUE 2022-12-19 15:00:00
## 4859 2022-12-19 15:21:55      TRUE 2022-12-19 15:00:00
## 4860 2022-12-19 15:20:51      TRUE 2022-12-19 15:00:00
## 4861 2022-12-19 15:20:40      TRUE 2022-12-19 15:00:00
## 4862 2022-12-19 15:20:16      TRUE 2022-12-19 15:00:00
## 4863 2022-12-19 15:19:34      TRUE 2022-12-19 15:00:00
## 4864 2022-12-19 15:19:21      TRUE 2022-12-19 15:00:00
## 4865 2022-12-19 15:18:36      TRUE 2022-12-19 15:00:00
## 4866 2022-12-19 15:14:38      TRUE 2022-12-19 15:00:00
## 4867 2022-12-19 15:13:31      TRUE 2022-12-19 15:00:00
## 4868 2022-12-19 15:12:15      TRUE 2022-12-19 15:00:00
## 4869 2022-12-19 15:11:54      TRUE 2022-12-19 15:00:00
## 4870 2022-12-19 15:11:31      TRUE 2022-12-19 15:00:00
## 4871 2022-12-19 15:10:10      TRUE 2022-12-19 15:00:00
## 4872 2022-12-19 15:09:54      TRUE 2022-12-19 15:00:00
## 4873 2022-12-19 15:09:44      TRUE 2022-12-19 15:00:00
## 4874 2022-12-19 15:09:19      TRUE 2022-12-19 15:00:00
## 4875 2022-12-19 15:07:39      TRUE 2022-12-19 15:00:00
## 4876 2022-12-19 15:06:46      TRUE 2022-12-19 15:00:00
## 4877 2022-12-19 15:06:15      TRUE 2022-12-19 15:00:00
## 4878 2022-12-19 15:05:48      TRUE 2022-12-19 15:00:00
## 4879 2022-12-19 15:04:26      TRUE 2022-12-19 15:00:00
## 4880 2022-12-19 15:03:12      TRUE 2022-12-19 15:00:00
## 4881 2022-12-19 15:01:50      TRUE 2022-12-19 15:00:00
## 4882 2022-12-19 15:01:31      TRUE 2022-12-19 15:00:00
## 4883 2022-12-19 15:01:20      TRUE 2022-12-19 15:00:00
## 4884 2022-12-19 15:00:28      TRUE 2022-12-19 15:00:00
## 4885 2022-12-19 14:59:55      TRUE 2022-12-19 15:00:00
## 4886 2022-12-19 14:59:44      TRUE 2022-12-19 15:00:00
## 4887 2022-12-19 14:59:00      TRUE 2022-12-19 15:00:00
## 4888 2022-12-19 14:58:55      TRUE 2022-12-19 15:00:00
## 4889 2022-12-19 14:57:45      TRUE 2022-12-19 15:00:00
## 4890 2022-12-19 14:57:13      TRUE 2022-12-19 15:00:00
## 4891 2022-12-19 14:57:12      TRUE 2022-12-19 15:00:00
## 4892 2022-12-19 14:56:45      TRUE 2022-12-19 15:00:00
## 4893 2022-12-19 14:54:47      TRUE 2022-12-19 15:00:00
## 4894 2022-12-19 14:54:25      TRUE 2022-12-19 15:00:00
## 4895 2022-12-19 14:54:25      TRUE 2022-12-19 15:00:00
## 4896 2022-12-19 14:53:48      TRUE 2022-12-19 15:00:00
## 4897 2022-12-19 14:51:30      TRUE 2022-12-19 15:00:00
## 4898 2022-12-19 14:51:29      TRUE 2022-12-19 15:00:00
## 4899 2022-12-19 14:50:22      TRUE 2022-12-19 15:00:00
## 4900 2022-12-19 14:49:32      TRUE 2022-12-19 15:00:00
## 4901 2022-12-19 14:47:49      TRUE 2022-12-19 15:00:00
## 4902 2022-12-19 14:46:10      TRUE 2022-12-19 15:00:00
## 4903 2022-12-19 14:45:56      TRUE 2022-12-19 15:00:00
## 4904 2022-12-19 14:45:43      TRUE 2022-12-19 15:00:00
## 4905 2022-12-19 14:45:34      TRUE 2022-12-19 15:00:00
## 4906 2022-12-19 14:45:10      TRUE 2022-12-19 15:00:00
## 4907 2022-12-19 14:44:22      TRUE 2022-12-19 15:00:00
## 4908 2022-12-19 14:43:33      TRUE 2022-12-19 15:00:00
## 4909 2022-12-19 14:42:55      TRUE 2022-12-19 15:00:00
## 4910 2022-12-19 14:40:41      TRUE 2022-12-19 15:00:00
## 4911 2022-12-19 14:38:02      TRUE 2022-12-19 15:00:00
## 4912 2022-12-19 14:37:08      TRUE 2022-12-19 15:00:00
## 4913 2022-12-19 14:36:29      TRUE 2022-12-19 15:00:00
## 4914 2022-12-19 14:35:55      TRUE 2022-12-19 15:00:00
## 4915 2022-12-19 14:34:46      TRUE 2022-12-19 15:00:00
## 4916 2022-12-19 14:33:36      TRUE 2022-12-19 15:00:00
## 4917 2022-12-19 14:31:18      TRUE 2022-12-19 15:00:00
## 4918 2022-12-19 14:31:08      TRUE 2022-12-19 15:00:00
## 4919 2022-12-19 14:30:13      TRUE 2022-12-19 15:00:00
## 4920 2022-12-19 14:27:52      TRUE 2022-12-19 14:00:00
## 4921 2022-12-19 14:27:01      TRUE 2022-12-19 14:00:00
## 4922 2022-12-19 14:26:59      TRUE 2022-12-19 14:00:00
## 4923 2022-12-19 14:26:07      TRUE 2022-12-19 14:00:00
## 4924 2022-12-19 14:25:45      TRUE 2022-12-19 14:00:00
## 4925 2022-12-19 14:25:24      TRUE 2022-12-19 14:00:00
## 4926 2022-12-19 14:24:51      TRUE 2022-12-19 14:00:00
## 4927 2022-12-19 14:24:38      TRUE 2022-12-19 14:00:00
## 4928 2022-12-19 14:24:12      TRUE 2022-12-19 14:00:00
## 4929 2022-12-19 14:23:43      TRUE 2022-12-19 14:00:00
## 4930 2022-12-19 14:22:57      TRUE 2022-12-19 14:00:00
## 4931 2022-12-19 14:22:07      TRUE 2022-12-19 14:00:00
## 4932 2022-12-19 14:21:23      TRUE 2022-12-19 14:00:00
## 4933 2022-12-19 14:20:33      TRUE 2022-12-19 14:00:00
## 4934 2022-12-19 14:20:32      TRUE 2022-12-19 14:00:00
## 4935 2022-12-19 14:19:59      TRUE 2022-12-19 14:00:00
## 4936 2022-12-19 14:19:56      TRUE 2022-12-19 14:00:00
## 4937 2022-12-19 14:19:34      TRUE 2022-12-19 14:00:00
## 4938 2022-12-19 14:19:17      TRUE 2022-12-19 14:00:00
## 4939 2022-12-19 14:18:29      TRUE 2022-12-19 14:00:00
## 4940 2022-12-19 14:17:52      TRUE 2022-12-19 14:00:00
## 4941 2022-12-19 14:17:48      TRUE 2022-12-19 14:00:00
## 4942 2022-12-19 14:17:33      TRUE 2022-12-19 14:00:00
## 4943 2022-12-19 14:17:33      TRUE 2022-12-19 14:00:00
## 4944 2022-12-19 14:17:27      TRUE 2022-12-19 14:00:00
## 4945 2022-12-19 14:16:34      TRUE 2022-12-19 14:00:00
## 4946 2022-12-19 14:16:15      TRUE 2022-12-19 14:00:00
## 4947 2022-12-19 14:15:52      TRUE 2022-12-19 14:00:00
## 4948 2022-12-19 14:15:21      TRUE 2022-12-19 14:00:00
## 4949 2022-12-19 14:14:46      TRUE 2022-12-19 14:00:00
## 4950 2022-12-19 14:13:49      TRUE 2022-12-19 14:00:00
## 4951 2022-12-19 14:13:41      TRUE 2022-12-19 14:00:00
## 4952 2022-12-19 14:13:30      TRUE 2022-12-19 14:00:00
## 4953 2022-12-19 14:13:29      TRUE 2022-12-19 14:00:00
## 4954 2022-12-19 14:12:33      TRUE 2022-12-19 14:00:00
## 4955 2022-12-19 14:11:56      TRUE 2022-12-19 14:00:00
## 4956 2022-12-19 14:10:51      TRUE 2022-12-19 14:00:00
## 4957 2022-12-19 14:10:39      TRUE 2022-12-19 14:00:00
## 4958 2022-12-19 14:09:27      TRUE 2022-12-19 14:00:00
## 4959 2022-12-19 14:08:24      TRUE 2022-12-19 14:00:00
## 4960 2022-12-19 14:06:14      TRUE 2022-12-19 14:00:00
## 4961 2022-12-19 14:02:30      TRUE 2022-12-19 14:00:00
## 4962 2022-12-19 14:01:52      TRUE 2022-12-19 14:00:00
## 4963 2022-12-19 13:59:28      TRUE 2022-12-19 14:00:00
## 4964 2022-12-19 13:58:26      TRUE 2022-12-19 14:00:00
## 4965 2022-12-19 13:56:46      TRUE 2022-12-19 14:00:00
## 4966 2022-12-19 13:55:33      TRUE 2022-12-19 14:00:00
## 4967 2022-12-19 13:55:27      TRUE 2022-12-19 14:00:00
## 4968 2022-12-19 13:53:21      TRUE 2022-12-19 14:00:00
## 4969 2022-12-19 13:53:18      TRUE 2022-12-19 14:00:00
## 4970 2022-12-19 13:52:21      TRUE 2022-12-19 14:00:00
## 4971 2022-12-19 13:52:03      TRUE 2022-12-19 14:00:00
## 4972 2022-12-19 13:51:58      TRUE 2022-12-19 14:00:00
## 4973 2022-12-19 13:51:54      TRUE 2022-12-19 14:00:00
## 4974 2022-12-19 13:51:37      TRUE 2022-12-19 14:00:00
## 4975 2022-12-19 13:51:22      TRUE 2022-12-19 14:00:00
## 4976 2022-12-19 13:51:21      TRUE 2022-12-19 14:00:00
## 4977 2022-12-19 13:51:04      TRUE 2022-12-19 14:00:00
## 4978 2022-12-19 13:51:01      TRUE 2022-12-19 14:00:00
## 4979 2022-12-19 13:50:44      TRUE 2022-12-19 14:00:00
## 4980 2022-12-19 13:50:42      TRUE 2022-12-19 14:00:00
## 4981 2022-12-19 13:49:34      TRUE 2022-12-19 14:00:00
## 4982 2022-12-19 13:49:13      TRUE 2022-12-19 14:00:00
## 4983 2022-12-19 13:48:24      TRUE 2022-12-19 14:00:00
## 4984 2022-12-19 13:45:26      TRUE 2022-12-19 14:00:00
## 4985 2022-12-19 13:44:07      TRUE 2022-12-19 14:00:00
## 4986 2022-12-19 13:40:23      TRUE 2022-12-19 14:00:00
## 4987 2022-12-19 13:36:20      TRUE 2022-12-19 14:00:00
## 4988 2022-12-19 13:31:26      TRUE 2022-12-19 14:00:00
## 4989 2022-12-19 13:31:16      TRUE 2022-12-19 14:00:00
## 4990 2022-12-19 13:28:58      TRUE 2022-12-19 13:00:00
## 4991 2022-12-19 13:27:30      TRUE 2022-12-19 13:00:00
## 4992 2022-12-19 13:26:34      TRUE 2022-12-19 13:00:00
## 4993 2022-12-19 13:26:22      TRUE 2022-12-19 13:00:00
## 4994 2022-12-19 13:26:17      TRUE 2022-12-19 13:00:00
## 4995 2022-12-19 13:26:14      TRUE 2022-12-19 13:00:00
## 4996 2022-12-19 13:25:21      TRUE 2022-12-19 13:00:00
## 4997 2022-12-19 13:25:10      TRUE 2022-12-19 13:00:00
## 4998 2022-12-19 13:24:50      TRUE 2022-12-19 13:00:00
## 4999 2022-12-19 13:24:13      TRUE 2022-12-19 13:00:00
## 5000 2022-12-19 13:21:44      TRUE 2022-12-19 13:00:00
## 5001 2022-12-19 13:20:48      TRUE 2022-12-19 13:00:00
## 5002 2022-12-19 13:19:27      TRUE 2022-12-19 13:00:00
## 5003 2022-12-19 13:19:06      TRUE 2022-12-19 13:00:00
## 5004 2022-12-19 13:18:08      TRUE 2022-12-19 13:00:00
## 5005 2022-12-19 13:16:33      TRUE 2022-12-19 13:00:00
## 5006 2022-12-19 13:16:33      TRUE 2022-12-19 13:00:00
## 5007 2022-12-19 13:16:15      TRUE 2022-12-19 13:00:00
## 5008 2022-12-19 13:12:52      TRUE 2022-12-19 13:00:00
## 5009 2022-12-19 13:12:02      TRUE 2022-12-19 13:00:00
## 5010 2022-12-19 13:11:38      TRUE 2022-12-19 13:00:00
## 5011 2022-12-19 13:11:21      TRUE 2022-12-19 13:00:00
## 5012 2022-12-19 13:11:04      TRUE 2022-12-19 13:00:00
## 5013 2022-12-19 13:10:27      TRUE 2022-12-19 13:00:00
## 5014 2022-12-19 13:06:28      TRUE 2022-12-19 13:00:00
## 5015 2022-12-19 13:06:15      TRUE 2022-12-19 13:00:00
## 5016 2022-12-19 13:05:19      TRUE 2022-12-19 13:00:00
## 5017 2022-12-19 13:05:08      TRUE 2022-12-19 13:00:00
## 5018 2022-12-19 12:59:10      TRUE 2022-12-19 13:00:00
## 5019 2022-12-19 12:58:19      TRUE 2022-12-19 13:00:00
## 5020 2022-12-19 12:55:52      TRUE 2022-12-19 13:00:00
## 5021 2022-12-19 12:55:10      TRUE 2022-12-19 13:00:00
## 5022 2022-12-19 12:53:41      TRUE 2022-12-19 13:00:00
## 5023 2022-12-19 12:53:12      TRUE 2022-12-19 13:00:00
## 5024 2022-12-19 12:52:39      TRUE 2022-12-19 13:00:00
## 5025 2022-12-19 12:52:29      TRUE 2022-12-19 13:00:00
## 5026 2022-12-19 12:50:45      TRUE 2022-12-19 13:00:00
## 5027 2022-12-19 12:50:30      TRUE 2022-12-19 13:00:00
## 5028 2022-12-19 12:50:19      TRUE 2022-12-19 13:00:00
## 5029 2022-12-19 12:50:09      TRUE 2022-12-19 13:00:00
## 5030 2022-12-19 12:49:25      TRUE 2022-12-19 13:00:00
## 5031 2022-12-19 12:49:13      TRUE 2022-12-19 13:00:00
## 5032 2022-12-19 12:48:41      TRUE 2022-12-19 13:00:00
## 5033 2022-12-19 12:48:19      TRUE 2022-12-19 13:00:00
## 5034 2022-12-19 12:47:37      TRUE 2022-12-19 13:00:00
## 5035 2022-12-19 12:44:52      TRUE 2022-12-19 13:00:00
## 5036 2022-12-19 12:43:57      TRUE 2022-12-19 13:00:00
## 5037 2022-12-19 12:43:08      TRUE 2022-12-19 13:00:00
## 5038 2022-12-19 12:42:56      TRUE 2022-12-19 13:00:00
## 5039 2022-12-19 12:42:03      TRUE 2022-12-19 13:00:00
## 5040 2022-12-19 12:41:52      TRUE 2022-12-19 13:00:00
## 5041 2022-12-19 12:41:29      TRUE 2022-12-19 13:00:00
## 5042 2022-12-19 12:41:07      TRUE 2022-12-19 13:00:00
## 5043 2022-12-19 12:40:02      TRUE 2022-12-19 13:00:00
## 5044 2022-12-19 12:39:39      TRUE 2022-12-19 13:00:00
## 5045 2022-12-19 12:39:09      TRUE 2022-12-19 13:00:00
## 5046 2022-12-19 12:38:43      TRUE 2022-12-19 13:00:00
## 5047 2022-12-19 12:37:44      TRUE 2022-12-19 13:00:00
## 5048 2022-12-19 12:37:41      TRUE 2022-12-19 13:00:00
## 5049 2022-12-19 12:37:33      TRUE 2022-12-19 13:00:00
## 5050 2022-12-19 12:36:21      TRUE 2022-12-19 13:00:00
## 5051 2022-12-19 12:36:01      TRUE 2022-12-19 13:00:00
## 5052 2022-12-19 12:35:35      TRUE 2022-12-19 13:00:00
## 5053 2022-12-19 12:35:33      TRUE 2022-12-19 13:00:00
## 5054 2022-12-19 12:35:21      TRUE 2022-12-19 13:00:00
## 5055 2022-12-19 12:35:14      TRUE 2022-12-19 13:00:00
## 5056 2022-12-19 12:35:11      TRUE 2022-12-19 13:00:00
## 5057 2022-12-19 12:35:07      TRUE 2022-12-19 13:00:00
## 5058 2022-12-19 12:35:03      TRUE 2022-12-19 13:00:00
## 5059 2022-12-19 12:34:42      TRUE 2022-12-19 13:00:00
## 5060 2022-12-19 12:34:36      TRUE 2022-12-19 13:00:00
## 5061 2022-12-19 12:34:34      TRUE 2022-12-19 13:00:00
## 5062 2022-12-19 12:34:27      TRUE 2022-12-19 13:00:00
## 5063 2022-12-19 12:34:24      TRUE 2022-12-19 13:00:00
## 5064 2022-12-19 12:34:17      TRUE 2022-12-19 13:00:00
## 5065 2022-12-19 12:34:09      TRUE 2022-12-19 13:00:00
## 5066 2022-12-19 12:34:00      TRUE 2022-12-19 13:00:00
## 5067 2022-12-19 12:33:24      TRUE 2022-12-19 13:00:00
## 5068 2022-12-19 12:33:09      TRUE 2022-12-19 13:00:00
## 5069 2022-12-19 12:33:07      TRUE 2022-12-19 13:00:00
## 5070 2022-12-19 12:32:08      TRUE 2022-12-19 13:00:00
## 5071 2022-12-19 12:31:56      TRUE 2022-12-19 13:00:00
## 5072 2022-12-19 12:31:48      TRUE 2022-12-19 13:00:00
## 5073 2022-12-19 12:31:39      TRUE 2022-12-19 13:00:00
## 5074 2022-12-19 12:31:36      TRUE 2022-12-19 13:00:00
## 5075 2022-12-19 12:31:34      TRUE 2022-12-19 13:00:00
## 5076 2022-12-19 12:31:23      TRUE 2022-12-19 13:00:00
## 5077 2022-12-19 12:31:22      TRUE 2022-12-19 13:00:00
## 5078 2022-12-19 12:30:54      TRUE 2022-12-19 13:00:00
## 5079 2022-12-19 12:30:07      TRUE 2022-12-19 13:00:00
## 5080 2022-12-19 12:29:20      TRUE 2022-12-19 12:00:00
## 5081 2022-12-19 12:28:14      TRUE 2022-12-19 12:00:00
## 5082 2022-12-19 12:28:07      TRUE 2022-12-19 12:00:00
## 5083 2022-12-19 12:27:56      TRUE 2022-12-19 12:00:00
## 5084 2022-12-19 12:27:24      TRUE 2022-12-19 12:00:00
## 5085 2022-12-19 12:27:06      TRUE 2022-12-19 12:00:00
## 5086 2022-12-19 12:26:38      TRUE 2022-12-19 12:00:00
## 5087 2022-12-19 12:26:32      TRUE 2022-12-19 12:00:00
## 5088 2022-12-19 12:26:22      TRUE 2022-12-19 12:00:00
## 5089 2022-12-19 12:26:09      TRUE 2022-12-19 12:00:00
## 5090 2022-12-19 12:26:01      TRUE 2022-12-19 12:00:00
## 5091 2022-12-19 12:25:35      TRUE 2022-12-19 12:00:00
## 5092 2022-12-19 12:25:30      TRUE 2022-12-19 12:00:00
## 5093 2022-12-19 12:25:24      TRUE 2022-12-19 12:00:00
## 5094 2022-12-19 12:24:45      TRUE 2022-12-19 12:00:00
## 5095 2022-12-19 12:24:42      TRUE 2022-12-19 12:00:00
## 5096 2022-12-19 12:21:28      TRUE 2022-12-19 12:00:00
## 5097 2022-12-19 12:21:15      TRUE 2022-12-19 12:00:00
## 5098 2022-12-19 12:21:14      TRUE 2022-12-19 12:00:00
## 5099 2022-12-19 12:20:48      TRUE 2022-12-19 12:00:00
## 5100 2022-12-19 12:19:49      TRUE 2022-12-19 12:00:00
## 5101 2022-12-19 12:19:41      TRUE 2022-12-19 12:00:00
## 5102 2022-12-19 12:19:18      TRUE 2022-12-19 12:00:00
## 5103 2022-12-19 12:19:10      TRUE 2022-12-19 12:00:00
## 5104 2022-12-19 12:18:27      TRUE 2022-12-19 12:00:00
## 5105 2022-12-19 12:17:49      TRUE 2022-12-19 12:00:00
## 5106 2022-12-19 12:17:44      TRUE 2022-12-19 12:00:00
## 5107 2022-12-19 12:17:41      TRUE 2022-12-19 12:00:00
## 5108 2022-12-19 12:17:15      TRUE 2022-12-19 12:00:00
## 5109 2022-12-19 12:16:50      TRUE 2022-12-19 12:00:00
## 5110 2022-12-19 12:16:48      TRUE 2022-12-19 12:00:00
## 5111 2022-12-19 12:16:44      TRUE 2022-12-19 12:00:00
## 5112 2022-12-19 12:16:16      TRUE 2022-12-19 12:00:00
## 5113 2022-12-19 12:15:13      TRUE 2022-12-19 12:00:00
## 5114 2022-12-19 12:13:37      TRUE 2022-12-19 12:00:00
## 5115 2022-12-19 12:13:36      TRUE 2022-12-19 12:00:00
## 5116 2022-12-19 12:13:14      TRUE 2022-12-19 12:00:00
## 5117 2022-12-19 12:12:50      TRUE 2022-12-19 12:00:00
## 5118 2022-12-19 12:12:39      TRUE 2022-12-19 12:00:00
## 5119 2022-12-19 12:12:38      TRUE 2022-12-19 12:00:00
## 5120 2022-12-19 12:11:48      TRUE 2022-12-19 12:00:00
## 5121 2022-12-19 12:11:42      TRUE 2022-12-19 12:00:00
## 5122 2022-12-19 12:11:33      TRUE 2022-12-19 12:00:00
## 5123 2022-12-19 12:11:10      TRUE 2022-12-19 12:00:00
## 5124 2022-12-19 12:10:41      TRUE 2022-12-19 12:00:00
## 5125 2022-12-19 12:10:38      TRUE 2022-12-19 12:00:00
## 5126 2022-12-19 12:10:23      TRUE 2022-12-19 12:00:00
## 5127 2022-12-19 12:09:47      TRUE 2022-12-19 12:00:00
## 5128 2022-12-19 12:09:46      TRUE 2022-12-19 12:00:00
## 5129 2022-12-19 12:09:35      TRUE 2022-12-19 12:00:00
## 5130 2022-12-19 12:09:20      TRUE 2022-12-19 12:00:00
## 5131 2022-12-19 12:09:05      TRUE 2022-12-19 12:00:00
## 5132 2022-12-19 12:08:10      TRUE 2022-12-19 12:00:00
## 5133 2022-12-19 12:08:00      TRUE 2022-12-19 12:00:00
## 5134 2022-12-19 12:07:55      TRUE 2022-12-19 12:00:00
## 5135 2022-12-19 12:07:52      TRUE 2022-12-19 12:00:00
## 5136 2022-12-19 12:07:49      TRUE 2022-12-19 12:00:00
## 5137 2022-12-19 12:07:40      TRUE 2022-12-19 12:00:00
## 5138 2022-12-19 12:07:34      TRUE 2022-12-19 12:00:00
## 5139 2022-12-19 12:07:22      TRUE 2022-12-19 12:00:00
## 5140 2022-12-19 12:07:14      TRUE 2022-12-19 12:00:00
## 5141 2022-12-19 12:06:56      TRUE 2022-12-19 12:00:00
## 5142 2022-12-19 12:06:46      TRUE 2022-12-19 12:00:00
## 5143 2022-12-19 12:06:29      TRUE 2022-12-19 12:00:00
## 5144 2022-12-19 12:06:28      TRUE 2022-12-19 12:00:00
## 5145 2022-12-19 12:06:01      TRUE 2022-12-19 12:00:00
## 5146 2022-12-19 12:05:45      TRUE 2022-12-19 12:00:00
## 5147 2022-12-19 12:05:30      TRUE 2022-12-19 12:00:00
## 5148 2022-12-19 12:05:28      TRUE 2022-12-19 12:00:00
## 5149 2022-12-19 12:05:24      TRUE 2022-12-19 12:00:00
## 5150 2022-12-19 12:05:22      TRUE 2022-12-19 12:00:00
## 5151 2022-12-19 12:05:16      TRUE 2022-12-19 12:00:00
## 5152 2022-12-19 12:05:16      TRUE 2022-12-19 12:00:00
## 5153 2022-12-19 12:05:13      TRUE 2022-12-19 12:00:00
## 5154 2022-12-19 12:05:04      TRUE 2022-12-19 12:00:00
## 5155 2022-12-19 12:04:42      TRUE 2022-12-19 12:00:00
## 5156 2022-12-19 12:04:41      TRUE 2022-12-19 12:00:00
## 5157 2022-12-19 12:04:28      TRUE 2022-12-19 12:00:00
## 5158 2022-12-19 12:04:18      TRUE 2022-12-19 12:00:00
## 5159 2022-12-19 12:03:53      TRUE 2022-12-19 12:00:00
## 5160 2022-12-19 12:03:44      TRUE 2022-12-19 12:00:00
## 5161 2022-12-19 12:03:17      TRUE 2022-12-19 12:00:00
## 5162 2022-12-19 12:03:10      TRUE 2022-12-19 12:00:00
## 5163 2022-12-19 12:03:09      TRUE 2022-12-19 12:00:00
## 5164 2022-12-19 12:03:04      TRUE 2022-12-19 12:00:00
## 5165 2022-12-19 12:02:50      TRUE 2022-12-19 12:00:00
## 5166 2022-12-19 12:02:40      TRUE 2022-12-19 12:00:00
## 5167 2022-12-19 12:01:01      TRUE 2022-12-19 12:00:00
## 5168 2022-12-19 12:00:45      TRUE 2022-12-19 12:00:00
## 5169 2022-12-19 12:00:27      TRUE 2022-12-19 12:00:00
## 5170 2022-12-19 12:00:17      TRUE 2022-12-19 12:00:00
## 5171 2022-12-19 11:59:39      TRUE 2022-12-19 12:00:00
## 5172 2022-12-19 11:59:17      TRUE 2022-12-19 12:00:00
## 5173 2022-12-19 11:59:14      TRUE 2022-12-19 12:00:00
## 5174 2022-12-19 11:58:30      TRUE 2022-12-19 12:00:00
## 5175 2022-12-19 11:57:48      TRUE 2022-12-19 12:00:00
## 5176 2022-12-19 11:57:48      TRUE 2022-12-19 12:00:00
## 5177 2022-12-19 11:57:29      TRUE 2022-12-19 12:00:00
## 5178 2022-12-19 11:57:09      TRUE 2022-12-19 12:00:00
## 5179 2022-12-19 11:56:36      TRUE 2022-12-19 12:00:00
## 5180 2022-12-19 11:56:35      TRUE 2022-12-19 12:00:00
## 5181 2022-12-19 11:55:38      TRUE 2022-12-19 12:00:00
## 5182 2022-12-19 11:55:30      TRUE 2022-12-19 12:00:00
## 5183 2022-12-19 11:55:06      TRUE 2022-12-19 12:00:00
## 5184 2022-12-19 11:54:58      TRUE 2022-12-19 12:00:00
## 5185 2022-12-19 11:54:57      TRUE 2022-12-19 12:00:00
## 5186 2022-12-19 11:54:25      TRUE 2022-12-19 12:00:00
## 5187 2022-12-19 11:54:20      TRUE 2022-12-19 12:00:00
## 5188 2022-12-19 11:54:10      TRUE 2022-12-19 12:00:00
## 5189 2022-12-19 11:54:01      TRUE 2022-12-19 12:00:00
## 5190 2022-12-19 11:54:00      TRUE 2022-12-19 12:00:00
## 5191 2022-12-19 11:53:55      TRUE 2022-12-19 12:00:00
## 5192 2022-12-19 11:53:48      TRUE 2022-12-19 12:00:00
## 5193 2022-12-19 11:53:22      TRUE 2022-12-19 12:00:00
## 5194 2022-12-19 11:52:59      TRUE 2022-12-19 12:00:00
## 5195 2022-12-19 11:52:53      TRUE 2022-12-19 12:00:00
## 5196 2022-12-19 11:51:21      TRUE 2022-12-19 12:00:00
## 5197 2022-12-19 11:51:00      TRUE 2022-12-19 12:00:00
## 5198 2022-12-19 11:50:17      TRUE 2022-12-19 12:00:00
## 5199 2022-12-19 11:50:09      TRUE 2022-12-19 12:00:00
## 5200 2022-12-19 11:49:44      TRUE 2022-12-19 12:00:00
## 5201 2022-12-19 11:49:20      TRUE 2022-12-19 12:00:00
## 5202 2022-12-19 11:48:51      TRUE 2022-12-19 12:00:00
## 5203 2022-12-19 11:48:16      TRUE 2022-12-19 12:00:00
## 5204 2022-12-19 11:48:11      TRUE 2022-12-19 12:00:00
## 5205 2022-12-19 11:47:43      TRUE 2022-12-19 12:00:00
## 5206 2022-12-19 11:47:18      TRUE 2022-12-19 12:00:00
## 5207 2022-12-19 11:47:11      TRUE 2022-12-19 12:00:00
## 5208 2022-12-19 11:47:10      TRUE 2022-12-19 12:00:00
## 5209 2022-12-19 11:46:21      TRUE 2022-12-19 12:00:00
## 5210 2022-12-19 11:45:39      TRUE 2022-12-19 12:00:00
## 5211 2022-12-19 11:45:36      TRUE 2022-12-19 12:00:00
## 5212 2022-12-19 11:45:28      TRUE 2022-12-19 12:00:00
## 5213 2022-12-19 11:45:15      TRUE 2022-12-19 12:00:00
## 5214 2022-12-19 11:44:57      TRUE 2022-12-19 12:00:00
## 5215 2022-12-19 11:44:30      TRUE 2022-12-19 12:00:00
## 5216 2022-12-19 11:44:07      TRUE 2022-12-19 12:00:00
## 5217 2022-12-19 11:44:02      TRUE 2022-12-19 12:00:00
## 5218 2022-12-19 11:43:54      TRUE 2022-12-19 12:00:00
## 5219 2022-12-19 11:43:44      TRUE 2022-12-19 12:00:00
## 5220 2022-12-19 11:43:24      TRUE 2022-12-19 12:00:00
## 5221 2022-12-19 11:43:17      TRUE 2022-12-19 12:00:00
## 5222 2022-12-19 11:42:49      TRUE 2022-12-19 12:00:00
## 5223 2022-12-19 11:42:33      TRUE 2022-12-19 12:00:00
## 5224 2022-12-19 11:41:43      TRUE 2022-12-19 12:00:00
## 5225 2022-12-19 11:41:01      TRUE 2022-12-19 12:00:00
## 5226 2022-12-19 11:40:52      TRUE 2022-12-19 12:00:00
## 5227 2022-12-19 11:40:25      TRUE 2022-12-19 12:00:00
## 5228 2022-12-19 11:38:53      TRUE 2022-12-19 12:00:00
## 5229 2022-12-19 11:38:30      TRUE 2022-12-19 12:00:00
## 5230 2022-12-19 11:38:22      TRUE 2022-12-19 12:00:00
## 5231 2022-12-19 11:38:17      TRUE 2022-12-19 12:00:00
## 5232 2022-12-19 11:38:14      TRUE 2022-12-19 12:00:00
## 5233 2022-12-19 11:38:10      TRUE 2022-12-19 12:00:00
## 5234 2022-12-19 11:38:09      TRUE 2022-12-19 12:00:00
## 5235 2022-12-19 11:38:06      TRUE 2022-12-19 12:00:00
## 5236 2022-12-19 11:38:02      TRUE 2022-12-19 12:00:00
## 5237 2022-12-19 11:38:01      TRUE 2022-12-19 12:00:00
## 5238 2022-12-19 11:37:55      TRUE 2022-12-19 12:00:00
## 5239 2022-12-19 11:37:52      TRUE 2022-12-19 12:00:00
## 5240 2022-12-19 11:37:48      TRUE 2022-12-19 12:00:00
## 5241 2022-12-19 11:37:36      TRUE 2022-12-19 12:00:00
## 5242 2022-12-19 11:37:28      TRUE 2022-12-19 12:00:00
## 5243 2022-12-19 11:37:26      TRUE 2022-12-19 12:00:00
## 5244 2022-12-19 11:37:17      TRUE 2022-12-19 12:00:00
## 5245 2022-12-19 11:37:14      TRUE 2022-12-19 12:00:00
## 5246 2022-12-19 11:37:11      TRUE 2022-12-19 12:00:00
## 5247 2022-12-19 11:37:05      TRUE 2022-12-19 12:00:00
## 5248 2022-12-19 11:37:02      TRUE 2022-12-19 12:00:00
## 5249 2022-12-19 11:36:54      TRUE 2022-12-19 12:00:00
## 5250 2022-12-19 11:36:48      TRUE 2022-12-19 12:00:00
## 5251 2022-12-19 11:36:48      TRUE 2022-12-19 12:00:00
## 5252 2022-12-19 11:36:36      TRUE 2022-12-19 12:00:00
## 5253 2022-12-19 11:36:22      TRUE 2022-12-19 12:00:00
## 5254 2022-12-19 11:36:21      TRUE 2022-12-19 12:00:00
## 5255 2022-12-19 11:36:10      TRUE 2022-12-19 12:00:00
## 5256 2022-12-19 11:36:02      TRUE 2022-12-19 12:00:00
## 5257 2022-12-19 11:34:05      TRUE 2022-12-19 12:00:00
## 5258 2022-12-19 11:32:33      TRUE 2022-12-19 12:00:00
## 5259 2022-12-19 11:32:24      TRUE 2022-12-19 12:00:00
## 5260 2022-12-19 11:31:41      TRUE 2022-12-19 12:00:00
## 5261 2022-12-19 11:29:32      TRUE 2022-12-19 11:00:00
## 5262 2022-12-19 11:27:31      TRUE 2022-12-19 11:00:00
## 5263 2022-12-19 11:24:26      TRUE 2022-12-19 11:00:00
## 5264 2022-12-19 11:22:56      TRUE 2022-12-19 11:00:00
## 5265 2022-12-19 11:19:38      TRUE 2022-12-19 11:00:00
## 5266 2022-12-19 11:17:58      TRUE 2022-12-19 11:00:00
## 5267 2022-12-19 11:16:21      TRUE 2022-12-19 11:00:00
## 5268 2022-12-19 11:16:06      TRUE 2022-12-19 11:00:00
## 5269 2022-12-19 11:15:17      TRUE 2022-12-19 11:00:00
## 5270 2022-12-19 11:14:27      TRUE 2022-12-19 11:00:00
## 5271 2022-12-19 11:13:39      TRUE 2022-12-19 11:00:00
## 5272 2022-12-19 11:12:53      TRUE 2022-12-19 11:00:00
## 5273 2022-12-19 11:12:50      TRUE 2022-12-19 11:00:00
## 5274 2022-12-19 11:10:34      TRUE 2022-12-19 11:00:00
## 5275 2022-12-19 11:09:59      TRUE 2022-12-19 11:00:00
## 5276 2022-12-19 11:08:19      TRUE 2022-12-19 11:00:00
## 5277 2022-12-19 11:07:25      TRUE 2022-12-19 11:00:00
## 5278 2022-12-19 11:06:44      TRUE 2022-12-19 11:00:00
## 5279 2022-12-19 11:06:18      TRUE 2022-12-19 11:00:00
## 5280 2022-12-19 11:05:15      TRUE 2022-12-19 11:00:00
## 5281 2022-12-19 11:04:16      TRUE 2022-12-19 11:00:00
## 5282 2022-12-19 11:03:39      TRUE 2022-12-19 11:00:00
## 5283 2022-12-19 11:03:33      TRUE 2022-12-19 11:00:00
## 5284 2022-12-19 11:02:46      TRUE 2022-12-19 11:00:00
## 5285 2022-12-19 11:02:31      TRUE 2022-12-19 11:00:00
## 5286 2022-12-19 11:02:06      TRUE 2022-12-19 11:00:00
## 5287 2022-12-19 11:01:58      TRUE 2022-12-19 11:00:00
## 5288 2022-12-19 11:01:44      TRUE 2022-12-19 11:00:00
## 5289 2022-12-19 11:00:16      TRUE 2022-12-19 11:00:00
## 5290 2022-12-19 10:59:32      TRUE 2022-12-19 11:00:00
## 5291 2022-12-19 10:59:26      TRUE 2022-12-19 11:00:00
## 5292 2022-12-19 10:59:17      TRUE 2022-12-19 11:00:00
## 5293 2022-12-19 10:57:35      TRUE 2022-12-19 11:00:00
## 5294 2022-12-19 10:57:29      TRUE 2022-12-19 11:00:00
## 5295 2022-12-19 10:57:05      TRUE 2022-12-19 11:00:00
## 5296 2022-12-19 10:53:41      TRUE 2022-12-19 11:00:00
## 5297 2022-12-19 10:53:27      TRUE 2022-12-19 11:00:00
## 5298 2022-12-19 10:53:05      TRUE 2022-12-19 11:00:00
## 5299 2022-12-19 10:51:52      TRUE 2022-12-19 11:00:00
## 5300 2022-12-19 10:50:31      TRUE 2022-12-19 11:00:00
## 5301 2022-12-19 10:50:10      TRUE 2022-12-19 11:00:00
## 5302 2022-12-19 10:50:07      TRUE 2022-12-19 11:00:00
## 5303 2022-12-19 10:48:40      TRUE 2022-12-19 11:00:00
## 5304 2022-12-19 10:48:35      TRUE 2022-12-19 11:00:00
## 5305 2022-12-19 10:46:56      TRUE 2022-12-19 11:00:00
## 5306 2022-12-19 10:46:46      TRUE 2022-12-19 11:00:00
## 5307 2022-12-19 10:45:36      TRUE 2022-12-19 11:00:00
## 5308 2022-12-19 10:44:59      TRUE 2022-12-19 11:00:00
## 5309 2022-12-19 10:44:23      TRUE 2022-12-19 11:00:00
## 5310 2022-12-19 10:42:54      TRUE 2022-12-19 11:00:00
## 5311 2022-12-19 10:40:15      TRUE 2022-12-19 11:00:00
## 5312 2022-12-19 10:39:30      TRUE 2022-12-19 11:00:00
## 5313 2022-12-19 10:38:40      TRUE 2022-12-19 11:00:00
## 5314 2022-12-19 10:36:57      TRUE 2022-12-19 11:00:00
## 5315 2022-12-19 10:36:20      TRUE 2022-12-19 11:00:00
## 5316 2022-12-19 10:36:18      TRUE 2022-12-19 11:00:00
## 5317 2022-12-19 10:36:14      TRUE 2022-12-19 11:00:00
## 5318 2022-12-19 10:34:30      TRUE 2022-12-19 11:00:00
## 5319 2022-12-19 10:34:06      TRUE 2022-12-19 11:00:00
## 5320 2022-12-19 10:31:32      TRUE 2022-12-19 11:00:00
## 5321 2022-12-19 10:31:31      TRUE 2022-12-19 11:00:00
## 5322 2022-12-19 10:29:29      TRUE 2022-12-19 10:00:00
## 5323 2022-12-19 10:29:17      TRUE 2022-12-19 10:00:00
## 5324 2022-12-19 10:28:39      TRUE 2022-12-19 10:00:00
## 5325 2022-12-19 10:26:47      TRUE 2022-12-19 10:00:00
## 5326 2022-12-19 10:26:18      TRUE 2022-12-19 10:00:00
## 5327 2022-12-19 10:22:12      TRUE 2022-12-19 10:00:00
## 5328 2022-12-19 10:21:50      TRUE 2022-12-19 10:00:00
## 5329 2022-12-19 10:21:05      TRUE 2022-12-19 10:00:00
## 5330 2022-12-19 10:20:54      TRUE 2022-12-19 10:00:00
## 5331 2022-12-19 10:19:47      TRUE 2022-12-19 10:00:00
## 5332 2022-12-19 10:19:20      TRUE 2022-12-19 10:00:00
## 5333 2022-12-19 10:19:12      TRUE 2022-12-19 10:00:00
## 5334 2022-12-19 10:18:44      TRUE 2022-12-19 10:00:00
## 5335 2022-12-19 10:16:33      TRUE 2022-12-19 10:00:00
## 5336 2022-12-19 10:16:31      TRUE 2022-12-19 10:00:00
## 5337 2022-12-19 10:14:56      TRUE 2022-12-19 10:00:00
## 5338 2022-12-19 10:14:50      TRUE 2022-12-19 10:00:00
## 5339 2022-12-19 10:09:29      TRUE 2022-12-19 10:00:00
## 5340 2022-12-19 10:08:56      TRUE 2022-12-19 10:00:00
## 5341 2022-12-19 10:06:21      TRUE 2022-12-19 10:00:00
## 5342 2022-12-19 10:05:31      TRUE 2022-12-19 10:00:00
## 5343 2022-12-19 10:05:25      TRUE 2022-12-19 10:00:00
## 5344 2022-12-19 10:04:47      TRUE 2022-12-19 10:00:00
## 5345 2022-12-19 10:04:35      TRUE 2022-12-19 10:00:00
## 5346 2022-12-19 10:00:34      TRUE 2022-12-19 10:00:00
## 5347 2022-12-19 09:59:07      TRUE 2022-12-19 10:00:00
## 5348 2022-12-19 09:59:06      TRUE 2022-12-19 10:00:00
## 5349 2022-12-19 09:58:08      TRUE 2022-12-19 10:00:00
## 5350 2022-12-19 09:57:34      TRUE 2022-12-19 10:00:00
## 5351 2022-12-19 09:57:19      TRUE 2022-12-19 10:00:00
## 5352 2022-12-19 09:56:20      TRUE 2022-12-19 10:00:00
## 5353 2022-12-19 09:55:44      TRUE 2022-12-19 10:00:00
## 5354 2022-12-19 09:51:08      TRUE 2022-12-19 10:00:00
## 5355 2022-12-19 09:50:31      TRUE 2022-12-19 10:00:00
## 5356 2022-12-19 09:50:27      TRUE 2022-12-19 10:00:00
## 5357 2022-12-19 09:49:19      TRUE 2022-12-19 10:00:00
## 5358 2022-12-19 09:49:10      TRUE 2022-12-19 10:00:00
## 5359 2022-12-19 09:49:05      TRUE 2022-12-19 10:00:00
## 5360 2022-12-19 09:46:49      TRUE 2022-12-19 10:00:00
## 5361 2022-12-19 09:45:44      TRUE 2022-12-19 10:00:00
## 5362 2022-12-19 09:43:53      TRUE 2022-12-19 10:00:00
## 5363 2022-12-19 09:43:30      TRUE 2022-12-19 10:00:00
## 5364 2022-12-19 09:42:48      TRUE 2022-12-19 10:00:00
## 5365 2022-12-19 09:42:00      TRUE 2022-12-19 10:00:00
## 5366 2022-12-19 09:40:17      TRUE 2022-12-19 10:00:00
## 5367 2022-12-19 09:37:18      TRUE 2022-12-19 10:00:00
## 5368 2022-12-19 09:36:15      TRUE 2022-12-19 10:00:00
## 5369 2022-12-19 09:35:18      TRUE 2022-12-19 10:00:00
## 5370 2022-12-19 09:34:57      TRUE 2022-12-19 10:00:00
## 5371 2022-12-19 09:34:00      TRUE 2022-12-19 10:00:00
## 5372 2022-12-19 09:33:21      TRUE 2022-12-19 10:00:00
## 5373 2022-12-19 09:32:41      TRUE 2022-12-19 10:00:00
## 5374 2022-12-19 09:32:19      TRUE 2022-12-19 10:00:00
## 5375 2022-12-19 09:32:15      TRUE 2022-12-19 10:00:00
## 5376 2022-12-19 09:31:15      TRUE 2022-12-19 10:00:00
## 5377 2022-12-19 09:28:03      TRUE 2022-12-19 09:00:00
## 5378 2022-12-19 09:27:02      TRUE 2022-12-19 09:00:00
## 5379 2022-12-19 09:26:44      TRUE 2022-12-19 09:00:00
## 5380 2022-12-19 09:25:22      TRUE 2022-12-19 09:00:00
## 5381 2022-12-19 09:25:02      TRUE 2022-12-19 09:00:00
## 5382 2022-12-19 09:24:52      TRUE 2022-12-19 09:00:00
## 5383 2022-12-19 09:24:26      TRUE 2022-12-19 09:00:00
## 5384 2022-12-19 09:23:52      TRUE 2022-12-19 09:00:00
## 5385 2022-12-19 09:23:34      TRUE 2022-12-19 09:00:00
## 5386 2022-12-19 09:21:48      TRUE 2022-12-19 09:00:00
## 5387 2022-12-19 09:21:41      TRUE 2022-12-19 09:00:00
## 5388 2022-12-19 09:20:49      TRUE 2022-12-19 09:00:00
## 5389 2022-12-19 09:20:47      TRUE 2022-12-19 09:00:00
## 5390 2022-12-19 09:16:40      TRUE 2022-12-19 09:00:00
## 5391 2022-12-19 09:16:30      TRUE 2022-12-19 09:00:00
## 5392 2022-12-19 09:15:46      TRUE 2022-12-19 09:00:00
## 5393 2022-12-19 09:13:40      TRUE 2022-12-19 09:00:00
## 5394 2022-12-19 09:13:03      TRUE 2022-12-19 09:00:00
## 5395 2022-12-19 09:12:55      TRUE 2022-12-19 09:00:00
## 5396 2022-12-19 09:12:34      TRUE 2022-12-19 09:00:00
## 5397 2022-12-19 09:12:19      TRUE 2022-12-19 09:00:00
## 5398 2022-12-19 09:11:50      TRUE 2022-12-19 09:00:00
## 5399 2022-12-19 09:10:26      TRUE 2022-12-19 09:00:00
## 5400 2022-12-19 09:10:03      TRUE 2022-12-19 09:00:00
## 5401 2022-12-19 09:09:39      TRUE 2022-12-19 09:00:00
## 5402 2022-12-19 09:05:22      TRUE 2022-12-19 09:00:00
## 5403 2022-12-19 09:05:20      TRUE 2022-12-19 09:00:00
## 5404 2022-12-19 09:04:13      TRUE 2022-12-19 09:00:00
## 5405 2022-12-19 09:03:41      TRUE 2022-12-19 09:00:00
## 5406 2022-12-19 09:02:00      TRUE 2022-12-19 09:00:00
## 5407 2022-12-19 09:01:24      TRUE 2022-12-19 09:00:00
## 5408 2022-12-19 09:00:16      TRUE 2022-12-19 09:00:00
## 5409 2022-12-19 08:59:25      TRUE 2022-12-19 09:00:00
## 5410 2022-12-19 08:58:42      TRUE 2022-12-19 09:00:00
## 5411 2022-12-19 08:56:53      TRUE 2022-12-19 09:00:00
## 5412 2022-12-19 08:53:43      TRUE 2022-12-19 09:00:00
## 5413 2022-12-19 08:53:23      TRUE 2022-12-19 09:00:00
## 5414 2022-12-19 08:53:00      TRUE 2022-12-19 09:00:00
## 5415 2022-12-19 08:52:45      TRUE 2022-12-19 09:00:00
## 5416 2022-12-19 08:50:49      TRUE 2022-12-19 09:00:00
## 5417 2022-12-19 08:50:15      TRUE 2022-12-19 09:00:00
## 5418 2022-12-19 08:50:12      TRUE 2022-12-19 09:00:00
## 5419 2022-12-19 08:50:01      TRUE 2022-12-19 09:00:00
## 5420 2022-12-19 08:49:51      TRUE 2022-12-19 09:00:00
## 5421 2022-12-19 08:49:04      TRUE 2022-12-19 09:00:00
## 5422 2022-12-19 08:48:04      TRUE 2022-12-19 09:00:00
## 5423 2022-12-19 08:47:42      TRUE 2022-12-19 09:00:00
## 5424 2022-12-19 08:47:09      TRUE 2022-12-19 09:00:00
## 5425 2022-12-19 08:46:42      TRUE 2022-12-19 09:00:00
## 5426 2022-12-19 08:45:47      TRUE 2022-12-19 09:00:00
## 5427 2022-12-19 08:45:33      TRUE 2022-12-19 09:00:00
## 5428 2022-12-19 08:44:51      TRUE 2022-12-19 09:00:00
## 5429 2022-12-19 08:43:59      TRUE 2022-12-19 09:00:00
## 5430 2022-12-19 08:40:19      TRUE 2022-12-19 09:00:00
## 5431 2022-12-19 08:38:02      TRUE 2022-12-19 09:00:00
## 5432 2022-12-19 08:37:26      TRUE 2022-12-19 09:00:00
## 5433 2022-12-19 08:36:26      TRUE 2022-12-19 09:00:00
## 5434 2022-12-19 08:35:52      TRUE 2022-12-19 09:00:00
## 5435 2022-12-19 08:33:05      TRUE 2022-12-19 09:00:00
## 5436 2022-12-19 08:31:15      TRUE 2022-12-19 09:00:00
## 5437 2022-12-19 08:26:15      TRUE 2022-12-19 08:00:00
## 5438 2022-12-19 08:25:03      TRUE 2022-12-19 08:00:00
## 5439 2022-12-19 08:24:56      TRUE 2022-12-19 08:00:00
## 5440 2022-12-19 08:24:31      TRUE 2022-12-19 08:00:00
## 5441 2022-12-19 08:24:21      TRUE 2022-12-19 08:00:00
## 5442 2022-12-19 08:22:37      TRUE 2022-12-19 08:00:00
## 5443 2022-12-19 08:21:54      TRUE 2022-12-19 08:00:00
## 5444 2022-12-19 08:21:38      TRUE 2022-12-19 08:00:00
## 5445 2022-12-19 08:20:55      TRUE 2022-12-19 08:00:00
## 5446 2022-12-19 08:20:20      TRUE 2022-12-19 08:00:00
## 5447 2022-12-19 08:19:03      TRUE 2022-12-19 08:00:00
## 5448 2022-12-19 08:17:36      TRUE 2022-12-19 08:00:00
## 5449 2022-12-19 08:13:42      TRUE 2022-12-19 08:00:00
## 5450 2022-12-19 08:12:55      TRUE 2022-12-19 08:00:00
## 5451 2022-12-19 08:11:36      TRUE 2022-12-19 08:00:00
## 5452 2022-12-19 08:10:39      TRUE 2022-12-19 08:00:00
## 5453 2022-12-19 08:09:45      TRUE 2022-12-19 08:00:00
## 5454 2022-12-19 08:08:48      TRUE 2022-12-19 08:00:00
## 5455 2022-12-19 08:08:44      TRUE 2022-12-19 08:00:00
## 5456 2022-12-19 08:08:27      TRUE 2022-12-19 08:00:00
## 5457 2022-12-19 08:06:29      TRUE 2022-12-19 08:00:00
## 5458 2022-12-19 08:06:15      TRUE 2022-12-19 08:00:00
## 5459 2022-12-19 08:05:41      TRUE 2022-12-19 08:00:00
## 5460 2022-12-19 08:04:59      TRUE 2022-12-19 08:00:00
## 5461 2022-12-19 08:04:04      TRUE 2022-12-19 08:00:00
## 5462 2022-12-19 08:03:26      TRUE 2022-12-19 08:00:00
## 5463 2022-12-19 08:02:34      TRUE 2022-12-19 08:00:00
## 5464 2022-12-19 08:02:23      TRUE 2022-12-19 08:00:00
## 5465 2022-12-19 08:02:08      TRUE 2022-12-19 08:00:00
## 5466 2022-12-19 07:58:27      TRUE 2022-12-19 08:00:00
## 5467 2022-12-19 07:55:56      TRUE 2022-12-19 08:00:00
## 5468 2022-12-19 07:54:27      TRUE 2022-12-19 08:00:00
## 5469 2022-12-19 07:53:42      TRUE 2022-12-19 08:00:00
## 5470 2022-12-19 07:53:39      TRUE 2022-12-19 08:00:00
## 5471 2022-12-19 07:53:03      TRUE 2022-12-19 08:00:00
## 5472 2022-12-19 07:52:25      TRUE 2022-12-19 08:00:00
## 5473 2022-12-19 07:51:49      TRUE 2022-12-19 08:00:00
## 5474 2022-12-19 07:48:56      TRUE 2022-12-19 08:00:00
## 5475 2022-12-19 07:47:20      TRUE 2022-12-19 08:00:00
## 5476 2022-12-19 07:46:09      TRUE 2022-12-19 08:00:00
## 5477 2022-12-19 07:45:55      TRUE 2022-12-19 08:00:00
## 5478 2022-12-19 07:43:21      TRUE 2022-12-19 08:00:00
## 5479 2022-12-19 07:42:45      TRUE 2022-12-19 08:00:00
## 5480 2022-12-19 07:42:36      TRUE 2022-12-19 08:00:00
## 5481 2022-12-19 07:39:10      TRUE 2022-12-19 08:00:00
## 5482 2022-12-19 07:38:28      TRUE 2022-12-19 08:00:00
## 5483 2022-12-19 07:36:18      TRUE 2022-12-19 08:00:00
## 5484 2022-12-19 07:34:44      TRUE 2022-12-19 08:00:00
## 5485 2022-12-19 07:31:06      TRUE 2022-12-19 08:00:00
## 5486 2022-12-19 07:29:54      TRUE 2022-12-19 07:00:00
## 5487 2022-12-19 07:27:18      TRUE 2022-12-19 07:00:00
## 5488 2022-12-19 07:26:01      TRUE 2022-12-19 07:00:00
## 5489 2022-12-19 07:25:36      TRUE 2022-12-19 07:00:00
## 5490 2022-12-19 07:25:26      TRUE 2022-12-19 07:00:00
## 5491 2022-12-19 07:23:25      TRUE 2022-12-19 07:00:00
## 5492 2022-12-19 07:22:07      TRUE 2022-12-19 07:00:00
## 5493 2022-12-19 07:19:38      TRUE 2022-12-19 07:00:00
## 5494 2022-12-19 07:19:02      TRUE 2022-12-19 07:00:00
## 5495 2022-12-19 07:17:48      TRUE 2022-12-19 07:00:00
## 5496 2022-12-19 07:17:46      TRUE 2022-12-19 07:00:00
## 5497 2022-12-19 07:17:06      TRUE 2022-12-19 07:00:00
## 5498 2022-12-19 07:15:26      TRUE 2022-12-19 07:00:00
## 5499 2022-12-19 07:13:42      TRUE 2022-12-19 07:00:00
## 5500 2022-12-19 07:13:11      TRUE 2022-12-19 07:00:00
## 5501 2022-12-19 07:12:48      TRUE 2022-12-19 07:00:00
## 5502 2022-12-19 07:12:24      TRUE 2022-12-19 07:00:00
## 5503 2022-12-19 07:12:08      TRUE 2022-12-19 07:00:00
## 5504 2022-12-19 07:11:29      TRUE 2022-12-19 07:00:00
## 5505 2022-12-19 07:11:23      TRUE 2022-12-19 07:00:00
## 5506 2022-12-19 07:10:45      TRUE 2022-12-19 07:00:00
## 5507 2022-12-19 07:10:14      TRUE 2022-12-19 07:00:00
## 5508 2022-12-19 07:08:54      TRUE 2022-12-19 07:00:00
## 5509 2022-12-19 07:08:26      TRUE 2022-12-19 07:00:00
## 5510 2022-12-19 07:08:24      TRUE 2022-12-19 07:00:00
## 5511 2022-12-19 07:06:14      TRUE 2022-12-19 07:00:00
## 5512 2022-12-19 07:04:50      TRUE 2022-12-19 07:00:00
## 5513 2022-12-19 07:04:44      TRUE 2022-12-19 07:00:00
## 5514 2022-12-19 07:04:32      TRUE 2022-12-19 07:00:00
## 5515 2022-12-19 07:04:15      TRUE 2022-12-19 07:00:00
## 5516 2022-12-19 07:00:36      TRUE 2022-12-19 07:00:00
## 5517 2022-12-19 06:59:46      TRUE 2022-12-19 07:00:00
## 5518 2022-12-19 06:59:10      TRUE 2022-12-19 07:00:00
## 5519 2022-12-19 06:59:05      TRUE 2022-12-19 07:00:00
## 5520 2022-12-19 06:58:34      TRUE 2022-12-19 07:00:00
## 5521 2022-12-19 06:58:31      TRUE 2022-12-19 07:00:00
## 5522 2022-12-19 06:57:58      TRUE 2022-12-19 07:00:00
## 5523 2022-12-19 06:56:15      TRUE 2022-12-19 07:00:00
## 5524 2022-12-19 06:56:11      TRUE 2022-12-19 07:00:00
## 5525 2022-12-19 06:53:22      TRUE 2022-12-19 07:00:00
## 5526 2022-12-19 06:51:51      TRUE 2022-12-19 07:00:00
## 5527 2022-12-19 06:50:47      TRUE 2022-12-19 07:00:00
## 5528 2022-12-19 06:50:34      TRUE 2022-12-19 07:00:00
## 5529 2022-12-19 06:50:15      TRUE 2022-12-19 07:00:00
## 5530 2022-12-19 06:49:39      TRUE 2022-12-19 07:00:00
## 5531 2022-12-19 06:49:02      TRUE 2022-12-19 07:00:00
## 5532 2022-12-19 06:48:26      TRUE 2022-12-19 07:00:00
## 5533 2022-12-19 06:47:31      TRUE 2022-12-19 07:00:00
## 5534 2022-12-19 06:46:14      TRUE 2022-12-19 07:00:00
## 5535 2022-12-19 06:45:49      TRUE 2022-12-19 07:00:00
## 5536 2022-12-19 06:41:24      TRUE 2022-12-19 07:00:00
## 5537 2022-12-19 06:41:11      TRUE 2022-12-19 07:00:00
## 5538 2022-12-19 06:40:21      TRUE 2022-12-19 07:00:00
## 5539 2022-12-19 06:39:07      TRUE 2022-12-19 07:00:00
## 5540 2022-12-19 06:38:57      TRUE 2022-12-19 07:00:00
## 5541 2022-12-19 06:38:48      TRUE 2022-12-19 07:00:00
## 5542 2022-12-19 06:38:37      TRUE 2022-12-19 07:00:00
## 5543 2022-12-19 06:37:47      TRUE 2022-12-19 07:00:00
## 5544 2022-12-19 06:35:54      TRUE 2022-12-19 07:00:00
## 5545 2022-12-19 06:35:29      TRUE 2022-12-19 07:00:00
## 5546 2022-12-19 06:35:16      TRUE 2022-12-19 07:00:00
## 5547 2022-12-19 06:34:47      TRUE 2022-12-19 07:00:00
## 5548 2022-12-19 06:32:33      TRUE 2022-12-19 07:00:00
## 5549 2022-12-19 06:31:21      TRUE 2022-12-19 07:00:00
## 5550 2022-12-19 06:30:45      TRUE 2022-12-19 07:00:00
## 5551 2022-12-19 06:30:36      TRUE 2022-12-19 07:00:00
## 5552 2022-12-19 06:30:09      TRUE 2022-12-19 07:00:00
## 5553 2022-12-19 06:29:54      TRUE 2022-12-19 06:00:00
## 5554 2022-12-19 06:29:32      TRUE 2022-12-19 06:00:00
## 5555 2022-12-19 06:28:58      TRUE 2022-12-19 06:00:00
## 5556 2022-12-19 06:28:28      TRUE 2022-12-19 06:00:00
## 5557 2022-12-19 06:28:17      TRUE 2022-12-19 06:00:00
## 5558 2022-12-19 06:28:14      TRUE 2022-12-19 06:00:00
## 5559 2022-12-19 06:27:44      TRUE 2022-12-19 06:00:00
## 5560 2022-12-19 06:25:32      TRUE 2022-12-19 06:00:00
## 5561 2022-12-19 06:25:27      TRUE 2022-12-19 06:00:00
## 5562 2022-12-19 06:24:58      TRUE 2022-12-19 06:00:00
## 5563 2022-12-19 06:23:27      TRUE 2022-12-19 06:00:00
## 5564 2022-12-19 06:21:37      TRUE 2022-12-19 06:00:00
## 5565 2022-12-19 06:20:49      TRUE 2022-12-19 06:00:00
## 5566 2022-12-19 06:20:00      TRUE 2022-12-19 06:00:00
## 5567 2022-12-19 06:19:05      TRUE 2022-12-19 06:00:00
## 5568 2022-12-19 06:17:48      TRUE 2022-12-19 06:00:00
## 5569 2022-12-19 06:13:30      TRUE 2022-12-19 06:00:00
## 5570 2022-12-19 06:12:10      TRUE 2022-12-19 06:00:00
## 5571 2022-12-19 06:09:25      TRUE 2022-12-19 06:00:00
## 5572 2022-12-19 06:07:32      TRUE 2022-12-19 06:00:00
## 5573 2022-12-19 06:06:14      TRUE 2022-12-19 06:00:00
## 5574 2022-12-19 06:03:40      TRUE 2022-12-19 06:00:00
## 5575 2022-12-19 05:59:43      TRUE 2022-12-19 06:00:00
## 5576 2022-12-19 05:55:25      TRUE 2022-12-19 06:00:00
## 5577 2022-12-19 05:55:23      TRUE 2022-12-19 06:00:00
## 5578 2022-12-19 05:55:20      TRUE 2022-12-19 06:00:00
## 5579 2022-12-19 05:54:39      TRUE 2022-12-19 06:00:00
## 5580 2022-12-19 05:54:34      TRUE 2022-12-19 06:00:00
## 5581 2022-12-19 05:53:58      TRUE 2022-12-19 06:00:00
## 5582 2022-12-19 05:52:13      TRUE 2022-12-19 06:00:00
## 5583 2022-12-19 05:50:40      TRUE 2022-12-19 06:00:00
## 5584 2022-12-19 05:49:38      TRUE 2022-12-19 06:00:00
## 5585 2022-12-19 05:49:29      TRUE 2022-12-19 06:00:00
## 5586 2022-12-19 05:49:08      TRUE 2022-12-19 06:00:00
## 5587 2022-12-19 05:48:43      TRUE 2022-12-19 06:00:00
## 5588 2022-12-19 05:47:49      TRUE 2022-12-19 06:00:00
## 5589 2022-12-19 05:45:02      TRUE 2022-12-19 06:00:00
## 5590 2022-12-19 05:44:53      TRUE 2022-12-19 06:00:00
## 5591 2022-12-19 05:44:52      TRUE 2022-12-19 06:00:00
## 5592 2022-12-19 05:42:50      TRUE 2022-12-19 06:00:00
## 5593 2022-12-19 05:41:49      TRUE 2022-12-19 06:00:00
## 5594 2022-12-19 05:41:38      TRUE 2022-12-19 06:00:00
## 5595 2022-12-19 05:39:15      TRUE 2022-12-19 06:00:00
## 5596 2022-12-19 05:39:03      TRUE 2022-12-19 06:00:00
## 5597 2022-12-19 05:38:56      TRUE 2022-12-19 06:00:00
## 5598 2022-12-19 05:38:13      TRUE 2022-12-19 06:00:00
## 5599 2022-12-19 05:36:06      TRUE 2022-12-19 06:00:00
## 5600 2022-12-19 05:35:13      TRUE 2022-12-19 06:00:00
## 5601 2022-12-19 05:34:11      TRUE 2022-12-19 06:00:00
## 5602 2022-12-19 05:29:30      TRUE 2022-12-19 05:00:00
## 5603 2022-12-19 05:28:18      TRUE 2022-12-19 05:00:00
## 5604 2022-12-19 05:27:48      TRUE 2022-12-19 05:00:00
## 5605 2022-12-19 05:27:42      TRUE 2022-12-19 05:00:00
## 5606 2022-12-19 05:27:29      TRUE 2022-12-19 05:00:00
## 5607 2022-12-19 05:27:05      TRUE 2022-12-19 05:00:00
## 5608 2022-12-19 05:25:11      TRUE 2022-12-19 05:00:00
## 5609 2022-12-19 05:24:28      TRUE 2022-12-19 05:00:00
## 5610 2022-12-19 05:23:38      TRUE 2022-12-19 05:00:00
## 5611 2022-12-19 05:23:29      TRUE 2022-12-19 05:00:00
## 5612 2022-12-19 05:23:17      TRUE 2022-12-19 05:00:00
## 5613 2022-12-19 05:21:26      TRUE 2022-12-19 05:00:00
## 5614 2022-12-19 05:18:09      TRUE 2022-12-19 05:00:00
## 5615 2022-12-19 05:17:11      TRUE 2022-12-19 05:00:00
## 5616 2022-12-19 05:16:32      TRUE 2022-12-19 05:00:00
## 5617 2022-12-19 05:14:42      TRUE 2022-12-19 05:00:00
## 5618 2022-12-19 05:11:11      TRUE 2022-12-19 05:00:00
## 5619 2022-12-19 05:06:38      TRUE 2022-12-19 05:00:00
## 5620 2022-12-19 05:06:14      TRUE 2022-12-19 05:00:00
## 5621 2022-12-19 05:06:09      TRUE 2022-12-19 05:00:00
## 5622 2022-12-19 05:06:00      TRUE 2022-12-19 05:00:00
## 5623 2022-12-19 05:05:24      TRUE 2022-12-19 05:00:00
## 5624 2022-12-19 05:02:22      TRUE 2022-12-19 05:00:00
## 5625 2022-12-19 05:02:19      TRUE 2022-12-19 05:00:00
## 5626 2022-12-19 05:01:28      TRUE 2022-12-19 05:00:00
## 5627 2022-12-19 05:00:01      TRUE 2022-12-19 05:00:00
## 5628 2022-12-19 04:59:51      TRUE 2022-12-19 05:00:00
## 5629 2022-12-19 04:59:09      TRUE 2022-12-19 05:00:00
## 5630 2022-12-19 04:56:35      TRUE 2022-12-19 05:00:00
## 5631 2022-12-19 04:55:54      TRUE 2022-12-19 05:00:00
## 5632 2022-12-19 04:50:02      TRUE 2022-12-19 05:00:00
## 5633 2022-12-19 04:49:34      TRUE 2022-12-19 05:00:00
## 5634 2022-12-19 04:49:17      TRUE 2022-12-19 05:00:00
## 5635 2022-12-19 04:48:32      TRUE 2022-12-19 05:00:00
## 5636 2022-12-19 04:45:05      TRUE 2022-12-19 05:00:00
## 5637 2022-12-19 04:43:28      TRUE 2022-12-19 05:00:00
## 5638 2022-12-19 04:40:50      TRUE 2022-12-19 05:00:00
## 5639 2022-12-19 04:40:45      TRUE 2022-12-19 05:00:00
## 5640 2022-12-19 04:40:28      TRUE 2022-12-19 05:00:00
## 5641 2022-12-19 04:39:50      TRUE 2022-12-19 05:00:00
## 5642 2022-12-19 04:39:36      TRUE 2022-12-19 05:00:00
## 5643 2022-12-19 04:38:39      TRUE 2022-12-19 05:00:00
## 5644 2022-12-19 04:38:19      TRUE 2022-12-19 05:00:00
## 5645 2022-12-19 04:37:49      TRUE 2022-12-19 05:00:00
## 5646 2022-12-19 04:35:43      TRUE 2022-12-19 05:00:00
## 5647 2022-12-19 04:35:11      TRUE 2022-12-19 05:00:00
## 5648 2022-12-19 04:30:40      TRUE 2022-12-19 05:00:00
## 5649 2022-12-19 04:30:22      TRUE 2022-12-19 05:00:00
## 5650 2022-12-19 04:29:00      TRUE 2022-12-19 04:00:00
## 5651 2022-12-19 04:28:19      TRUE 2022-12-19 04:00:00
## 5652 2022-12-19 04:23:55      TRUE 2022-12-19 04:00:00
## 5653 2022-12-19 04:23:47      TRUE 2022-12-19 04:00:00
## 5654 2022-12-19 04:22:53      TRUE 2022-12-19 04:00:00
## 5655 2022-12-19 04:22:47      TRUE 2022-12-19 04:00:00
## 5656 2022-12-19 04:21:01      TRUE 2022-12-19 04:00:00
## 5657 2022-12-19 04:20:20      TRUE 2022-12-19 04:00:00
## 5658 2022-12-19 04:20:06      TRUE 2022-12-19 04:00:00
## 5659 2022-12-19 04:17:19      TRUE 2022-12-19 04:00:00
## 5660 2022-12-19 04:16:43      TRUE 2022-12-19 04:00:00
## 5661 2022-12-19 04:15:54      TRUE 2022-12-19 04:00:00
## 5662 2022-12-19 04:15:14      TRUE 2022-12-19 04:00:00
## 5663 2022-12-19 04:15:00      TRUE 2022-12-19 04:00:00
## 5664 2022-12-19 04:14:52      TRUE 2022-12-19 04:00:00
## 5665 2022-12-19 04:13:28      TRUE 2022-12-19 04:00:00
## 5666 2022-12-19 04:13:09      TRUE 2022-12-19 04:00:00
## 5667 2022-12-19 04:11:34      TRUE 2022-12-19 04:00:00
## 5668 2022-12-19 04:09:28      TRUE 2022-12-19 04:00:00
## 5669 2022-12-19 04:07:00      TRUE 2022-12-19 04:00:00
## 5670 2022-12-19 04:06:14      TRUE 2022-12-19 04:00:00
## 5671 2022-12-19 04:03:31      TRUE 2022-12-19 04:00:00
## 5672 2022-12-19 04:02:54      TRUE 2022-12-19 04:00:00
## 5673 2022-12-19 04:02:29      TRUE 2022-12-19 04:00:00
## 5674 2022-12-19 04:02:26      TRUE 2022-12-19 04:00:00
## 5675 2022-12-19 04:02:18      TRUE 2022-12-19 04:00:00
## 5676 2022-12-19 04:02:00      TRUE 2022-12-19 04:00:00
## 5677 2022-12-19 04:01:58      TRUE 2022-12-19 04:00:00
## 5678 2022-12-19 04:01:42      TRUE 2022-12-19 04:00:00
## 5679 2022-12-19 04:01:41      TRUE 2022-12-19 04:00:00
## 5680 2022-12-19 04:01:39      TRUE 2022-12-19 04:00:00
## 5681 2022-12-19 04:01:36      TRUE 2022-12-19 04:00:00
## 5682 2022-12-19 04:01:32      TRUE 2022-12-19 04:00:00
## 5683 2022-12-19 03:59:02      TRUE 2022-12-19 04:00:00
## 5684 2022-12-19 03:57:27      TRUE 2022-12-19 04:00:00
## 5685 2022-12-19 03:56:14      TRUE 2022-12-19 04:00:00
## 5686 2022-12-19 03:55:16      TRUE 2022-12-19 04:00:00
## 5687 2022-12-19 03:54:50      TRUE 2022-12-19 04:00:00
## 5688 2022-12-19 03:53:06      TRUE 2022-12-19 04:00:00
## 5689 2022-12-19 03:52:39      TRUE 2022-12-19 04:00:00
## 5690 2022-12-19 03:52:00      TRUE 2022-12-19 04:00:00
## 5691 2022-12-19 03:50:40      TRUE 2022-12-19 04:00:00
## 5692 2022-12-19 03:49:03      TRUE 2022-12-19 04:00:00
## 5693 2022-12-19 03:47:33      TRUE 2022-12-19 04:00:00
## 5694 2022-12-19 03:46:31      TRUE 2022-12-19 04:00:00
## 5695 2022-12-19 03:43:15      TRUE 2022-12-19 04:00:00
## 5696 2022-12-19 03:43:11      TRUE 2022-12-19 04:00:00
## 5697 2022-12-19 03:39:04      TRUE 2022-12-19 04:00:00
## 5698 2022-12-19 03:38:57      TRUE 2022-12-19 04:00:00
## 5699 2022-12-19 03:37:23      TRUE 2022-12-19 04:00:00
## 5700 2022-12-19 03:36:29      TRUE 2022-12-19 04:00:00
## 5701 2022-12-19 03:32:41      TRUE 2022-12-19 04:00:00
## 5702 2022-12-19 03:32:36      TRUE 2022-12-19 04:00:00
## 5703 2022-12-19 03:31:12      TRUE 2022-12-19 04:00:00
## 5704 2022-12-19 03:31:09      TRUE 2022-12-19 04:00:00
## 5705 2022-12-19 03:30:29      TRUE 2022-12-19 04:00:00
## 5706 2022-12-19 03:30:04      TRUE 2022-12-19 04:00:00
## 5707 2022-12-19 03:30:04      TRUE 2022-12-19 04:00:00
## 5708 2022-12-19 03:27:42      TRUE 2022-12-19 03:00:00
## 5709 2022-12-19 03:27:02      TRUE 2022-12-19 03:00:00
## 5710 2022-12-19 03:27:02      TRUE 2022-12-19 03:00:00
## 5711 2022-12-19 03:26:15      TRUE 2022-12-19 03:00:00
## 5712 2022-12-19 03:25:11      TRUE 2022-12-19 03:00:00
## 5713 2022-12-19 03:23:58      TRUE 2022-12-19 03:00:00
## 5714 2022-12-19 03:23:49      TRUE 2022-12-19 03:00:00
## 5715 2022-12-19 03:21:53      TRUE 2022-12-19 03:00:00
## 5716 2022-12-19 03:21:30      TRUE 2022-12-19 03:00:00
## 5717 2022-12-19 03:21:14      TRUE 2022-12-19 03:00:00
## 5718 2022-12-19 03:20:59      TRUE 2022-12-19 03:00:00
## 5719 2022-12-19 03:16:52      TRUE 2022-12-19 03:00:00
## 5720 2022-12-19 03:14:37      TRUE 2022-12-19 03:00:00
## 5721 2022-12-19 03:13:53      TRUE 2022-12-19 03:00:00
## 5722 2022-12-19 03:13:47      TRUE 2022-12-19 03:00:00
## 5723 2022-12-19 03:12:31      TRUE 2022-12-19 03:00:00
## 5724 2022-12-19 03:11:47      TRUE 2022-12-19 03:00:00
## 5725 2022-12-19 03:11:17      TRUE 2022-12-19 03:00:00
## 5726 2022-12-19 03:10:54      TRUE 2022-12-19 03:00:00
## 5727 2022-12-19 03:10:13      TRUE 2022-12-19 03:00:00
## 5728 2022-12-19 03:10:11      TRUE 2022-12-19 03:00:00
## 5729 2022-12-19 03:09:35      TRUE 2022-12-19 03:00:00
## 5730 2022-12-19 03:09:10      TRUE 2022-12-19 03:00:00
## 5731 2022-12-19 03:08:58      TRUE 2022-12-19 03:00:00
## 5732 2022-12-19 03:07:17      TRUE 2022-12-19 03:00:00
## 5733 2022-12-19 03:06:57      TRUE 2022-12-19 03:00:00
## 5734 2022-12-19 03:06:48      TRUE 2022-12-19 03:00:00
## 5735 2022-12-19 03:06:40      TRUE 2022-12-19 03:00:00
## 5736 2022-12-19 03:06:14      TRUE 2022-12-19 03:00:00
## 5737 2022-12-19 03:06:12      TRUE 2022-12-19 03:00:00
## 5738 2022-12-19 03:05:59      TRUE 2022-12-19 03:00:00
## 5739 2022-12-19 03:05:44      TRUE 2022-12-19 03:00:00
## 5740 2022-12-19 03:05:15      TRUE 2022-12-19 03:00:00
## 5741 2022-12-19 03:05:09      TRUE 2022-12-19 03:00:00
## 5742 2022-12-19 03:04:52      TRUE 2022-12-19 03:00:00
## 5743 2022-12-19 03:04:30      TRUE 2022-12-19 03:00:00
## 5744 2022-12-19 03:03:40      TRUE 2022-12-19 03:00:00
## 5745 2022-12-19 03:02:45      TRUE 2022-12-19 03:00:00
## 5746 2022-12-19 03:02:19      TRUE 2022-12-19 03:00:00
## 5747 2022-12-19 03:01:57      TRUE 2022-12-19 03:00:00
## 5748 2022-12-19 03:01:03      TRUE 2022-12-19 03:00:00
## 5749 2022-12-19 02:59:19      TRUE 2022-12-19 03:00:00
## 5750 2022-12-19 02:58:26      TRUE 2022-12-19 03:00:00
## 5751 2022-12-19 02:57:36      TRUE 2022-12-19 03:00:00
## 5752 2022-12-19 02:57:16      TRUE 2022-12-19 03:00:00
## 5753 2022-12-19 02:57:09      TRUE 2022-12-19 03:00:00
## 5754 2022-12-19 02:57:06      TRUE 2022-12-19 03:00:00
## 5755 2022-12-19 02:56:14      TRUE 2022-12-19 03:00:00
## 5756 2022-12-19 02:54:21      TRUE 2022-12-19 03:00:00
## 5757 2022-12-19 02:53:08      TRUE 2022-12-19 03:00:00
## 5758 2022-12-19 02:52:15      TRUE 2022-12-19 03:00:00
## 5759 2022-12-19 02:51:52      TRUE 2022-12-19 03:00:00
## 5760 2022-12-19 02:51:36      TRUE 2022-12-19 03:00:00
## 5761 2022-12-19 02:49:39      TRUE 2022-12-19 03:00:00
## 5762 2022-12-19 02:49:33      TRUE 2022-12-19 03:00:00
## 5763 2022-12-19 02:48:39      TRUE 2022-12-19 03:00:00
## 5764 2022-12-19 02:48:38      TRUE 2022-12-19 03:00:00
## 5765 2022-12-19 02:48:27      TRUE 2022-12-19 03:00:00
## 5766 2022-12-19 02:45:15      TRUE 2022-12-19 03:00:00
## 5767 2022-12-19 02:44:17      TRUE 2022-12-19 03:00:00
## 5768 2022-12-19 02:43:31      TRUE 2022-12-19 03:00:00
## 5769 2022-12-19 02:42:55      TRUE 2022-12-19 03:00:00
## 5770 2022-12-19 02:42:41      TRUE 2022-12-19 03:00:00
## 5771 2022-12-19 02:41:55      TRUE 2022-12-19 03:00:00
## 5772 2022-12-19 02:41:19      TRUE 2022-12-19 03:00:00
## 5773 2022-12-19 02:37:04      TRUE 2022-12-19 03:00:00
## 5774 2022-12-19 02:35:41      TRUE 2022-12-19 03:00:00
## 5775 2022-12-19 02:35:25      TRUE 2022-12-19 03:00:00
## 5776 2022-12-19 02:34:33      TRUE 2022-12-19 03:00:00
## 5777 2022-12-19 02:34:05      TRUE 2022-12-19 03:00:00
## 5778 2022-12-19 02:31:53      TRUE 2022-12-19 03:00:00
## 5779 2022-12-19 02:31:23      TRUE 2022-12-19 03:00:00
## 5780 2022-12-19 02:31:02      TRUE 2022-12-19 03:00:00
## 5781 2022-12-19 02:30:55      TRUE 2022-12-19 03:00:00
## 5782 2022-12-19 02:27:04      TRUE 2022-12-19 02:00:00
## 5783 2022-12-19 02:26:42      TRUE 2022-12-19 02:00:00
## 5784 2022-12-19 02:26:33      TRUE 2022-12-19 02:00:00
## 5785 2022-12-19 02:25:42      TRUE 2022-12-19 02:00:00
## 5786 2022-12-19 02:24:30      TRUE 2022-12-19 02:00:00
## 5787 2022-12-19 02:22:42      TRUE 2022-12-19 02:00:00
## 5788 2022-12-19 02:22:33      TRUE 2022-12-19 02:00:00
## 5789 2022-12-19 02:22:03      TRUE 2022-12-19 02:00:00
## 5790 2022-12-19 02:19:25      TRUE 2022-12-19 02:00:00
## 5791 2022-12-19 02:18:15      TRUE 2022-12-19 02:00:00
## 5792 2022-12-19 02:16:15      TRUE 2022-12-19 02:00:00
## 5793 2022-12-19 02:14:16      TRUE 2022-12-19 02:00:00
## 5794 2022-12-19 02:14:12      TRUE 2022-12-19 02:00:00
## 5795 2022-12-19 02:12:34      TRUE 2022-12-19 02:00:00
## 5796 2022-12-19 02:10:52      TRUE 2022-12-19 02:00:00
## 5797 2022-12-19 02:10:46      TRUE 2022-12-19 02:00:00
## 5798 2022-12-19 02:09:59      TRUE 2022-12-19 02:00:00
## 5799 2022-12-19 02:09:21      TRUE 2022-12-19 02:00:00
## 5800 2022-12-19 02:09:16      TRUE 2022-12-19 02:00:00
## 5801 2022-12-19 02:08:36      TRUE 2022-12-19 02:00:00
## 5802 2022-12-19 02:08:24      TRUE 2022-12-19 02:00:00
## 5803 2022-12-19 02:08:19      TRUE 2022-12-19 02:00:00
## 5804 2022-12-19 02:07:23      TRUE 2022-12-19 02:00:00
## 5805 2022-12-19 02:06:19      TRUE 2022-12-19 02:00:00
## 5806 2022-12-19 02:06:05      TRUE 2022-12-19 02:00:00
## 5807 2022-12-19 02:04:51      TRUE 2022-12-19 02:00:00
## 5808 2022-12-19 02:03:34      TRUE 2022-12-19 02:00:00
## 5809 2022-12-19 02:03:08      TRUE 2022-12-19 02:00:00
## 5810 2022-12-19 02:02:51      TRUE 2022-12-19 02:00:00
## 5811 2022-12-19 02:02:43      TRUE 2022-12-19 02:00:00
## 5812 2022-12-19 02:00:10      TRUE 2022-12-19 02:00:00
## 5813 2022-12-19 01:58:41      TRUE 2022-12-19 02:00:00
## 5814 2022-12-19 01:58:21      TRUE 2022-12-19 02:00:00
## 5815 2022-12-19 01:57:24      TRUE 2022-12-19 02:00:00
## 5816 2022-12-19 01:57:12      TRUE 2022-12-19 02:00:00
## 5817 2022-12-19 01:55:46      TRUE 2022-12-19 02:00:00
## 5818 2022-12-19 01:55:13      TRUE 2022-12-19 02:00:00
## 5819 2022-12-19 01:53:38      TRUE 2022-12-19 02:00:00
## 5820 2022-12-19 01:52:28      TRUE 2022-12-19 02:00:00
## 5821 2022-12-19 01:50:21      TRUE 2022-12-19 02:00:00
## 5822 2022-12-19 01:49:58      TRUE 2022-12-19 02:00:00
## 5823 2022-12-19 01:49:41      TRUE 2022-12-19 02:00:00
## 5824 2022-12-19 01:49:25      TRUE 2022-12-19 02:00:00
## 5825 2022-12-19 01:49:19      TRUE 2022-12-19 02:00:00
## 5826 2022-12-19 01:49:11      TRUE 2022-12-19 02:00:00
## 5827 2022-12-19 01:48:48      TRUE 2022-12-19 02:00:00
## 5828 2022-12-19 01:48:27      TRUE 2022-12-19 02:00:00
## 5829 2022-12-19 01:45:07      TRUE 2022-12-19 02:00:00
## 5830 2022-12-19 01:40:40      TRUE 2022-12-19 02:00:00
## 5831 2022-12-19 01:39:23      TRUE 2022-12-19 02:00:00
## 5832 2022-12-19 01:38:56      TRUE 2022-12-19 02:00:00
## 5833 2022-12-19 01:36:48      TRUE 2022-12-19 02:00:00
## 5834 2022-12-19 01:33:25      TRUE 2022-12-19 02:00:00
## 5835 2022-12-19 01:33:04      TRUE 2022-12-19 02:00:00
## 5836 2022-12-19 01:28:53      TRUE 2022-12-19 01:00:00
## 5837 2022-12-19 01:25:46      TRUE 2022-12-19 01:00:00
## 5838 2022-12-19 01:24:47      TRUE 2022-12-19 01:00:00
## 5839 2022-12-19 01:23:36      TRUE 2022-12-19 01:00:00
## 5840 2022-12-19 01:23:19      TRUE 2022-12-19 01:00:00
## 5841 2022-12-19 01:22:13      TRUE 2022-12-19 01:00:00
## 5842 2022-12-19 01:21:07      TRUE 2022-12-19 01:00:00
## 5843 2022-12-19 01:20:43      TRUE 2022-12-19 01:00:00
## 5844 2022-12-19 01:17:54      TRUE 2022-12-19 01:00:00
## 5845 2022-12-19 01:17:14      TRUE 2022-12-19 01:00:00
## 5846 2022-12-19 01:16:28      TRUE 2022-12-19 01:00:00
## 5847 2022-12-19 01:10:57      TRUE 2022-12-19 01:00:00
## 5848 2022-12-19 01:09:19      TRUE 2022-12-19 01:00:00
## 5849 2022-12-19 01:08:37      TRUE 2022-12-19 01:00:00
## 5850 2022-12-19 01:06:45      TRUE 2022-12-19 01:00:00
## 5851 2022-12-19 01:06:31      TRUE 2022-12-19 01:00:00
## 5852 2022-12-19 01:06:25      TRUE 2022-12-19 01:00:00
## 5853 2022-12-19 01:06:14      TRUE 2022-12-19 01:00:00
## 5854 2022-12-19 01:04:17      TRUE 2022-12-19 01:00:00
## 5855 2022-12-19 01:03:11      TRUE 2022-12-19 01:00:00
## 5856 2022-12-19 01:02:59      TRUE 2022-12-19 01:00:00
## 5857 2022-12-19 01:02:34      TRUE 2022-12-19 01:00:00
## 5858 2022-12-19 01:00:27      TRUE 2022-12-19 01:00:00
## 5859 2022-12-19 00:59:50      TRUE 2022-12-19 01:00:00
## 5860 2022-12-19 00:59:15      TRUE 2022-12-19 01:00:00
## 5861 2022-12-19 00:58:21      TRUE 2022-12-19 01:00:00
## 5862 2022-12-19 00:57:37      TRUE 2022-12-19 01:00:00
## 5863 2022-12-19 00:57:00      TRUE 2022-12-19 01:00:00
## 5864 2022-12-19 00:56:45      TRUE 2022-12-19 01:00:00
## 5865 2022-12-19 00:53:18      TRUE 2022-12-19 01:00:00
## 5866 2022-12-19 00:51:58      TRUE 2022-12-19 01:00:00
## 5867 2022-12-19 00:50:54      TRUE 2022-12-19 01:00:00
## 5868 2022-12-19 00:50:33      TRUE 2022-12-19 01:00:00
## 5869 2022-12-19 00:49:52      TRUE 2022-12-19 01:00:00
## 5870 2022-12-19 00:48:16      TRUE 2022-12-19 01:00:00
## 5871 2022-12-19 00:46:09      TRUE 2022-12-19 01:00:00
## 5872 2022-12-19 00:46:03      TRUE 2022-12-19 01:00:00
## 5873 2022-12-19 00:43:38      TRUE 2022-12-19 01:00:00
## 5874 2022-12-19 00:43:34      TRUE 2022-12-19 01:00:00
## 5875 2022-12-19 00:43:18      TRUE 2022-12-19 01:00:00
## 5876 2022-12-19 00:42:44      TRUE 2022-12-19 01:00:00
## 5877 2022-12-19 00:42:09      TRUE 2022-12-19 01:00:00
## 5878 2022-12-19 00:40:56      TRUE 2022-12-19 01:00:00
## 5879 2022-12-19 00:37:39      TRUE 2022-12-19 01:00:00
## 5880 2022-12-19 00:31:57      TRUE 2022-12-19 01:00:00
## 5881 2022-12-19 00:29:51      TRUE 2022-12-19 00:00:00
## 5882 2022-12-19 00:29:39      TRUE 2022-12-19 00:00:00
## 5883 2022-12-19 00:29:29      TRUE 2022-12-19 00:00:00
## 5884 2022-12-19 00:29:09      TRUE 2022-12-19 00:00:00
## 5885 2022-12-19 00:27:44      TRUE 2022-12-19 00:00:00
## 5886 2022-12-19 00:27:21      TRUE 2022-12-19 00:00:00
## 5887 2022-12-19 00:27:19      TRUE 2022-12-19 00:00:00
## 5888 2022-12-19 00:27:05      TRUE 2022-12-19 00:00:00
## 5889 2022-12-19 00:26:49      TRUE 2022-12-19 00:00:00
## 5890 2022-12-19 00:26:18      TRUE 2022-12-19 00:00:00
## 5891 2022-12-19 00:26:12      TRUE 2022-12-19 00:00:00
## 5892 2022-12-19 00:22:54      TRUE 2022-12-19 00:00:00
## 5893 2022-12-19 00:21:59      TRUE 2022-12-19 00:00:00
## 5894 2022-12-19 00:21:41      TRUE 2022-12-19 00:00:00
## 5895 2022-12-19 00:20:47      TRUE 2022-12-19 00:00:00
## 5896 2022-12-19 00:16:28      TRUE 2022-12-19 00:00:00
## 5897 2022-12-19 00:16:28      TRUE 2022-12-19 00:00:00
## 5898 2022-12-19 00:14:51      TRUE 2022-12-19 00:00:00
## 5899 2022-12-19 00:14:29      TRUE 2022-12-19 00:00:00
## 5900 2022-12-19 00:14:11      TRUE 2022-12-19 00:00:00
## 5901 2022-12-19 00:14:04      TRUE 2022-12-19 00:00:00
## 5902 2022-12-19 00:12:11      TRUE 2022-12-19 00:00:00
## 5903 2022-12-19 00:06:40      TRUE 2022-12-19 00:00:00
## 5904 2022-12-19 00:06:14      TRUE 2022-12-19 00:00:00
## 5905 2022-12-19 00:05:30      TRUE 2022-12-19 00:00:00
## 5906 2022-12-19 00:05:27      TRUE 2022-12-19 00:00:00
## 5907 2022-12-19 00:04:52      TRUE 2022-12-19 00:00:00
## 5908 2022-12-19 00:04:02      TRUE 2022-12-19 00:00:00
## 5909 2022-12-19 00:02:14      TRUE 2022-12-19 00:00:00
## 5910 2022-12-19 00:02:10      TRUE 2022-12-19 00:00:00
## 5911 2022-12-19 00:02:06      TRUE 2022-12-19 00:00:00
## 5912 2022-12-19 00:00:22      TRUE 2022-12-19 00:00:00
## 5913 2022-12-18 23:59:52      TRUE 2022-12-19 00:00:00
## 5914 2022-12-18 23:58:59      TRUE 2022-12-19 00:00:00
## 5915 2022-12-18 23:58:41      TRUE 2022-12-19 00:00:00
## 5916 2022-12-18 23:58:24      TRUE 2022-12-19 00:00:00
## 5917 2022-12-18 23:57:59      TRUE 2022-12-19 00:00:00
## 5918 2022-12-18 23:57:47      TRUE 2022-12-19 00:00:00
## 5919 2022-12-18 23:57:43      TRUE 2022-12-19 00:00:00
## 5920 2022-12-18 23:56:59      TRUE 2022-12-19 00:00:00
## 5921 2022-12-18 23:56:18      TRUE 2022-12-19 00:00:00
## 5922 2022-12-18 23:55:31      TRUE 2022-12-19 00:00:00
## 5923 2022-12-18 23:52:22      TRUE 2022-12-19 00:00:00
## 5924 2022-12-18 23:47:28      TRUE 2022-12-19 00:00:00
## 5925 2022-12-18 23:44:17      TRUE 2022-12-19 00:00:00
## 5926 2022-12-18 23:43:26      TRUE 2022-12-19 00:00:00
## 5927 2022-12-18 23:43:23      TRUE 2022-12-19 00:00:00
## 5928 2022-12-18 23:41:10      TRUE 2022-12-19 00:00:00
## 5929 2022-12-18 23:40:02      TRUE 2022-12-19 00:00:00
## 5930 2022-12-18 23:39:30      TRUE 2022-12-19 00:00:00
## 5931 2022-12-18 23:38:32      TRUE 2022-12-19 00:00:00
## 5932 2022-12-18 23:37:57      TRUE 2022-12-19 00:00:00
## 5933 2022-12-18 23:36:09      TRUE 2022-12-19 00:00:00
## 5934 2022-12-18 23:35:56      TRUE 2022-12-19 00:00:00
## 5935 2022-12-18 23:33:05      TRUE 2022-12-19 00:00:00
## 5936 2022-12-18 23:32:52      TRUE 2022-12-19 00:00:00
## 5937 2022-12-18 23:31:55      TRUE 2022-12-19 00:00:00
## 5938 2022-12-18 23:31:55      TRUE 2022-12-19 00:00:00
## 5939 2022-12-18 23:31:19      TRUE 2022-12-19 00:00:00
## 5940 2022-12-18 23:30:30      TRUE 2022-12-19 00:00:00
## 5941 2022-12-18 23:30:25      TRUE 2022-12-19 00:00:00
## 5942 2022-12-18 23:28:27      TRUE 2022-12-18 23:00:00
## 5943 2022-12-18 23:28:19      TRUE 2022-12-18 23:00:00
## 5944 2022-12-18 23:28:13      TRUE 2022-12-18 23:00:00
## 5945 2022-12-18 23:28:08      TRUE 2022-12-18 23:00:00
## 5946 2022-12-18 23:27:59      TRUE 2022-12-18 23:00:00
## 5947 2022-12-18 23:25:52      TRUE 2022-12-18 23:00:00
## 5948 2022-12-18 23:24:40      TRUE 2022-12-18 23:00:00
## 5949 2022-12-18 23:21:56      TRUE 2022-12-18 23:00:00
## 5950 2022-12-18 23:21:25      TRUE 2022-12-18 23:00:00
## 5951 2022-12-18 23:21:25      TRUE 2022-12-18 23:00:00
## 5952 2022-12-18 23:21:24      TRUE 2022-12-18 23:00:00
## 5953 2022-12-18 23:20:35      TRUE 2022-12-18 23:00:00
## 5954 2022-12-18 23:19:45      TRUE 2022-12-18 23:00:00
## 5955 2022-12-18 23:19:42      TRUE 2022-12-18 23:00:00
## 5956 2022-12-18 23:17:44      TRUE 2022-12-18 23:00:00
## 5957 2022-12-18 23:17:27      TRUE 2022-12-18 23:00:00
## 5958 2022-12-18 23:15:33      TRUE 2022-12-18 23:00:00
## 5959 2022-12-18 23:15:16      TRUE 2022-12-18 23:00:00
## 5960 2022-12-18 23:15:11      TRUE 2022-12-18 23:00:00
## 5961 2022-12-18 23:15:02      TRUE 2022-12-18 23:00:00
## 5962 2022-12-18 23:15:01      TRUE 2022-12-18 23:00:00
## 5963 2022-12-18 23:14:19      TRUE 2022-12-18 23:00:00
## 5964 2022-12-18 23:11:47      TRUE 2022-12-18 23:00:00
## 5965 2022-12-18 23:10:57      TRUE 2022-12-18 23:00:00
## 5966 2022-12-18 23:09:29      TRUE 2022-12-18 23:00:00
## 5967 2022-12-18 23:08:48      TRUE 2022-12-18 23:00:00
## 5968 2022-12-18 23:07:35      TRUE 2022-12-18 23:00:00
## 5969 2022-12-18 23:07:08      TRUE 2022-12-18 23:00:00
## 5970 2022-12-18 23:06:20      TRUE 2022-12-18 23:00:00
## 5971 2022-12-18 23:06:14      TRUE 2022-12-18 23:00:00
## 5972 2022-12-18 23:05:55      TRUE 2022-12-18 23:00:00
## 5973 2022-12-18 23:05:51      TRUE 2022-12-18 23:00:00
## 5974 2022-12-18 23:03:27      TRUE 2022-12-18 23:00:00
## 5975 2022-12-18 23:02:36      TRUE 2022-12-18 23:00:00
## 5976 2022-12-18 23:01:40      TRUE 2022-12-18 23:00:00
## 5977 2022-12-18 23:01:07      TRUE 2022-12-18 23:00:00
## 5978 2022-12-18 22:57:25      TRUE 2022-12-18 23:00:00
## 5979 2022-12-18 22:57:14      TRUE 2022-12-18 23:00:00
## 5980 2022-12-18 22:57:03      TRUE 2022-12-18 23:00:00
## 5981 2022-12-18 22:56:57      TRUE 2022-12-18 23:00:00
## 5982 2022-12-18 22:56:22      TRUE 2022-12-18 23:00:00
## 5983 2022-12-18 22:56:14      TRUE 2022-12-18 23:00:00
## 5984 2022-12-18 22:56:13      TRUE 2022-12-18 23:00:00
## 5985 2022-12-18 22:56:13      TRUE 2022-12-18 23:00:00
## 5986 2022-12-18 22:55:28      TRUE 2022-12-18 23:00:00
## 5987 2022-12-18 22:54:31      TRUE 2022-12-18 23:00:00
## 5988 2022-12-18 22:54:01      TRUE 2022-12-18 23:00:00
## 5989 2022-12-18 22:52:51      TRUE 2022-12-18 23:00:00
## 5990 2022-12-18 22:52:43      TRUE 2022-12-18 23:00:00
## 5991 2022-12-18 22:51:16      TRUE 2022-12-18 23:00:00
## 5992 2022-12-18 22:50:24      TRUE 2022-12-18 23:00:00
## 5993 2022-12-18 22:50:09      TRUE 2022-12-18 23:00:00
## 5994 2022-12-18 22:49:33      TRUE 2022-12-18 23:00:00
## 5995 2022-12-18 22:49:19      TRUE 2022-12-18 23:00:00
## 5996 2022-12-18 22:47:54      TRUE 2022-12-18 23:00:00
## 5997 2022-12-18 22:47:20      TRUE 2022-12-18 23:00:00
## 5998 2022-12-18 22:47:09      TRUE 2022-12-18 23:00:00
## 5999 2022-12-18 22:46:47      TRUE 2022-12-18 23:00:00
## 6000 2022-12-18 22:46:14      TRUE 2022-12-18 23:00:00
## 6001 2022-12-18 22:46:05      TRUE 2022-12-18 23:00:00
## 6002 2022-12-18 22:45:30      TRUE 2022-12-18 23:00:00
## 6003 2022-12-18 22:44:50      TRUE 2022-12-18 23:00:00
## 6004 2022-12-18 22:44:15      TRUE 2022-12-18 23:00:00
## 6005 2022-12-18 22:44:10      TRUE 2022-12-18 23:00:00
## 6006 2022-12-18 22:43:59      TRUE 2022-12-18 23:00:00
## 6007 2022-12-18 22:43:00      TRUE 2022-12-18 23:00:00
## 6008 2022-12-18 22:42:42      TRUE 2022-12-18 23:00:00
## 6009 2022-12-18 22:42:01      TRUE 2022-12-18 23:00:00
## 6010 2022-12-18 22:41:53      TRUE 2022-12-18 23:00:00
## 6011 2022-12-18 22:40:54      TRUE 2022-12-18 23:00:00
## 6012 2022-12-18 22:38:15      TRUE 2022-12-18 23:00:00
## 6013 2022-12-18 22:38:10      TRUE 2022-12-18 23:00:00
## 6014 2022-12-18 22:38:01      TRUE 2022-12-18 23:00:00
## 6015 2022-12-18 22:37:51      TRUE 2022-12-18 23:00:00
## 6016 2022-12-18 22:34:45      TRUE 2022-12-18 23:00:00
## 6017 2022-12-18 22:34:32      TRUE 2022-12-18 23:00:00
## 6018 2022-12-18 22:34:13      TRUE 2022-12-18 23:00:00
## 6019 2022-12-18 22:32:38      TRUE 2022-12-18 23:00:00
## 6020 2022-12-18 22:30:12      TRUE 2022-12-18 23:00:00
## 6021 2022-12-18 22:30:08      TRUE 2022-12-18 23:00:00
## 6022 2022-12-18 22:30:07      TRUE 2022-12-18 23:00:00
## 6023 2022-12-18 22:29:05      TRUE 2022-12-18 22:00:00
## 6024 2022-12-18 22:28:27      TRUE 2022-12-18 22:00:00
## 6025 2022-12-18 22:26:37      TRUE 2022-12-18 22:00:00
## 6026 2022-12-18 22:26:18      TRUE 2022-12-18 22:00:00
## 6027 2022-12-18 22:26:04      TRUE 2022-12-18 22:00:00
## 6028 2022-12-18 22:25:40      TRUE 2022-12-18 22:00:00
## 6029 2022-12-18 22:25:25      TRUE 2022-12-18 22:00:00
## 6030 2022-12-18 22:23:53      TRUE 2022-12-18 22:00:00
## 6031 2022-12-18 22:23:49      TRUE 2022-12-18 22:00:00
## 6032 2022-12-18 22:23:18      TRUE 2022-12-18 22:00:00
## 6033 2022-12-18 22:22:48      TRUE 2022-12-18 22:00:00
## 6034 2022-12-18 22:22:41      TRUE 2022-12-18 22:00:00
## 6035 2022-12-18 22:22:37      TRUE 2022-12-18 22:00:00
## 6036 2022-12-18 22:21:44      TRUE 2022-12-18 22:00:00
## 6037 2022-12-18 22:21:06      TRUE 2022-12-18 22:00:00
## 6038 2022-12-18 22:19:22      TRUE 2022-12-18 22:00:00
## 6039 2022-12-18 22:18:46      TRUE 2022-12-18 22:00:00
## 6040 2022-12-18 22:17:04      TRUE 2022-12-18 22:00:00
## 6041 2022-12-18 22:16:14      TRUE 2022-12-18 22:00:00
## 6042 2022-12-18 22:16:08      TRUE 2022-12-18 22:00:00
## 6043 2022-12-18 22:15:35      TRUE 2022-12-18 22:00:00
## 6044 2022-12-18 22:15:18      TRUE 2022-12-18 22:00:00
## 6045 2022-12-18 22:15:02      TRUE 2022-12-18 22:00:00
## 6046 2022-12-18 22:13:47      TRUE 2022-12-18 22:00:00
## 6047 2022-12-18 22:13:22      TRUE 2022-12-18 22:00:00
## 6048 2022-12-18 22:11:03      TRUE 2022-12-18 22:00:00
## 6049 2022-12-18 22:09:54      TRUE 2022-12-18 22:00:00
## 6050 2022-12-18 22:09:53      TRUE 2022-12-18 22:00:00
## 6051 2022-12-18 22:09:19      TRUE 2022-12-18 22:00:00
## 6052 2022-12-18 22:08:34      TRUE 2022-12-18 22:00:00
## 6053 2022-12-18 22:07:35      TRUE 2022-12-18 22:00:00
## 6054 2022-12-18 22:07:29      TRUE 2022-12-18 22:00:00
## 6055 2022-12-18 22:06:14      TRUE 2022-12-18 22:00:00
## 6056 2022-12-18 22:06:05      TRUE 2022-12-18 22:00:00
## 6057 2022-12-18 22:05:44      TRUE 2022-12-18 22:00:00
## 6058 2022-12-18 22:04:07      TRUE 2022-12-18 22:00:00
## 6059 2022-12-18 22:03:42      TRUE 2022-12-18 22:00:00
## 6060 2022-12-18 22:03:30      TRUE 2022-12-18 22:00:00
## 6061 2022-12-18 22:02:55      TRUE 2022-12-18 22:00:00
## 6062 2022-12-18 22:02:50      TRUE 2022-12-18 22:00:00
## 6063 2022-12-18 22:02:07      TRUE 2022-12-18 22:00:00
## 6064 2022-12-18 22:02:03      TRUE 2022-12-18 22:00:00
## 6065 2022-12-18 22:00:08      TRUE 2022-12-18 22:00:00
## 6066 2022-12-18 22:00:05      TRUE 2022-12-18 22:00:00
## 6067 2022-12-18 21:59:15      TRUE 2022-12-18 22:00:00
## 6068 2022-12-18 21:58:23      TRUE 2022-12-18 22:00:00
## 6069 2022-12-18 21:58:09      TRUE 2022-12-18 22:00:00
## 6070 2022-12-18 21:57:22      TRUE 2022-12-18 22:00:00
## 6071 2022-12-18 21:57:17      TRUE 2022-12-18 22:00:00
## 6072 2022-12-18 21:57:07      TRUE 2022-12-18 22:00:00
## 6073 2022-12-18 21:56:46      TRUE 2022-12-18 22:00:00
## 6074 2022-12-18 21:56:15      TRUE 2022-12-18 22:00:00
## 6075 2022-12-18 21:55:58      TRUE 2022-12-18 22:00:00
## 6076 2022-12-18 21:55:26      TRUE 2022-12-18 22:00:00
## 6077 2022-12-18 21:55:13      TRUE 2022-12-18 22:00:00
## 6078 2022-12-18 21:54:23      TRUE 2022-12-18 22:00:00
## 6079 2022-12-18 21:54:22      TRUE 2022-12-18 22:00:00
## 6080 2022-12-18 21:53:39      TRUE 2022-12-18 22:00:00
## 6081 2022-12-18 21:52:28      TRUE 2022-12-18 22:00:00
## 6082 2022-12-18 21:52:09      TRUE 2022-12-18 22:00:00
## 6083 2022-12-18 21:51:56      TRUE 2022-12-18 22:00:00
## 6084 2022-12-18 21:51:17      TRUE 2022-12-18 22:00:00
## 6085 2022-12-18 21:51:08      TRUE 2022-12-18 22:00:00
## 6086 2022-12-18 21:50:59      TRUE 2022-12-18 22:00:00
## 6087 2022-12-18 21:49:30      TRUE 2022-12-18 22:00:00
## 6088 2022-12-18 21:48:38      TRUE 2022-12-18 22:00:00
## 6089 2022-12-18 21:48:29      TRUE 2022-12-18 22:00:00
## 6090 2022-12-18 21:48:13      TRUE 2022-12-18 22:00:00
## 6091 2022-12-18 21:48:06      TRUE 2022-12-18 22:00:00
## 6092 2022-12-18 21:47:58      TRUE 2022-12-18 22:00:00
## 6093 2022-12-18 21:47:53      TRUE 2022-12-18 22:00:00
## 6094 2022-12-18 21:47:45      TRUE 2022-12-18 22:00:00
## 6095 2022-12-18 21:47:34      TRUE 2022-12-18 22:00:00
## 6096 2022-12-18 21:47:23      TRUE 2022-12-18 22:00:00
## 6097 2022-12-18 21:46:40      TRUE 2022-12-18 22:00:00
## 6098 2022-12-18 21:45:34      TRUE 2022-12-18 22:00:00
## 6099 2022-12-18 21:45:10      TRUE 2022-12-18 22:00:00
## 6100 2022-12-18 21:44:24      TRUE 2022-12-18 22:00:00
## 6101 2022-12-18 21:43:42      TRUE 2022-12-18 22:00:00
## 6102 2022-12-18 21:43:24      TRUE 2022-12-18 22:00:00
## 6103 2022-12-18 21:41:58      TRUE 2022-12-18 22:00:00
## 6104 2022-12-18 21:40:55      TRUE 2022-12-18 22:00:00
## 6105 2022-12-18 21:40:45      TRUE 2022-12-18 22:00:00
## 6106 2022-12-18 21:40:35      TRUE 2022-12-18 22:00:00
## 6107 2022-12-18 21:38:52      TRUE 2022-12-18 22:00:00
## 6108 2022-12-18 21:38:51      TRUE 2022-12-18 22:00:00
## 6109 2022-12-18 21:38:20      TRUE 2022-12-18 22:00:00
## 6110 2022-12-18 21:38:16      TRUE 2022-12-18 22:00:00
## 6111 2022-12-18 21:36:41      TRUE 2022-12-18 22:00:00
## 6112 2022-12-18 21:36:26      TRUE 2022-12-18 22:00:00
## 6113 2022-12-18 21:32:42      TRUE 2022-12-18 22:00:00
## 6114 2022-12-18 21:32:33      TRUE 2022-12-18 22:00:00
## 6115 2022-12-18 21:31:31      TRUE 2022-12-18 22:00:00
## 6116 2022-12-18 21:30:53      TRUE 2022-12-18 22:00:00
## 6117 2022-12-18 21:29:42      TRUE 2022-12-18 21:00:00
## 6118 2022-12-18 21:29:23      TRUE 2022-12-18 21:00:00
## 6119 2022-12-18 21:28:48      TRUE 2022-12-18 21:00:00
## 6120 2022-12-18 21:28:12      TRUE 2022-12-18 21:00:00
## 6121 2022-12-18 21:26:10      TRUE 2022-12-18 21:00:00
## 6122 2022-12-18 21:25:54      TRUE 2022-12-18 21:00:00
## 6123 2022-12-18 21:25:33      TRUE 2022-12-18 21:00:00
## 6124 2022-12-18 21:25:22      TRUE 2022-12-18 21:00:00
## 6125 2022-12-18 21:24:34      TRUE 2022-12-18 21:00:00
## 6126 2022-12-18 21:20:16      TRUE 2022-12-18 21:00:00
## 6127 2022-12-18 21:18:38      TRUE 2022-12-18 21:00:00
## 6128 2022-12-18 21:18:01      TRUE 2022-12-18 21:00:00
## 6129 2022-12-18 21:15:21      TRUE 2022-12-18 21:00:00
## 6130 2022-12-18 21:13:56      TRUE 2022-12-18 21:00:00
## 6131 2022-12-18 21:11:53      TRUE 2022-12-18 21:00:00
## 6132 2022-12-18 21:11:51      TRUE 2022-12-18 21:00:00
## 6133 2022-12-18 21:10:08      TRUE 2022-12-18 21:00:00
## 6134 2022-12-18 21:09:42      TRUE 2022-12-18 21:00:00
## 6135 2022-12-18 21:08:50      TRUE 2022-12-18 21:00:00
## 6136 2022-12-18 21:08:03      TRUE 2022-12-18 21:00:00
## 6137 2022-12-18 21:06:14      TRUE 2022-12-18 21:00:00
## 6138 2022-12-18 21:04:19      TRUE 2022-12-18 21:00:00
## 6139 2022-12-18 21:04:10      TRUE 2022-12-18 21:00:00
## 6140 2022-12-18 21:04:07      TRUE 2022-12-18 21:00:00
## 6141 2022-12-18 21:03:07      TRUE 2022-12-18 21:00:00
## 6142 2022-12-18 21:01:40      TRUE 2022-12-18 21:00:00
## 6143 2022-12-18 21:01:25      TRUE 2022-12-18 21:00:00
## 6144 2022-12-18 20:59:21      TRUE 2022-12-18 21:00:00
## 6145 2022-12-18 20:58:56      TRUE 2022-12-18 21:00:00
## 6146 2022-12-18 20:58:55      TRUE 2022-12-18 21:00:00
## 6147 2022-12-18 20:58:39      TRUE 2022-12-18 21:00:00
## 6148 2022-12-18 20:57:54      TRUE 2022-12-18 21:00:00
## 6149 2022-12-18 20:56:45      TRUE 2022-12-18 21:00:00
## 6150 2022-12-18 20:56:26      TRUE 2022-12-18 21:00:00
## 6151 2022-12-18 20:56:20      TRUE 2022-12-18 21:00:00
## 6152 2022-12-18 20:56:14      TRUE 2022-12-18 21:00:00
## 6153 2022-12-18 20:56:06      TRUE 2022-12-18 21:00:00
## 6154 2022-12-18 20:55:03      TRUE 2022-12-18 21:00:00
## 6155 2022-12-18 20:54:27      TRUE 2022-12-18 21:00:00
## 6156 2022-12-18 20:52:15      TRUE 2022-12-18 21:00:00
## 6157 2022-12-18 20:51:56      TRUE 2022-12-18 21:00:00
## 6158 2022-12-18 20:51:55      TRUE 2022-12-18 21:00:00
## 6159 2022-12-18 20:51:46      TRUE 2022-12-18 21:00:00
## 6160 2022-12-18 20:51:35      TRUE 2022-12-18 21:00:00
## 6161 2022-12-18 20:48:27      TRUE 2022-12-18 21:00:00
## 6162 2022-12-18 20:47:47      TRUE 2022-12-18 21:00:00
## 6163 2022-12-18 20:46:23      TRUE 2022-12-18 21:00:00
## 6164 2022-12-18 20:46:14      TRUE 2022-12-18 21:00:00
## 6165 2022-12-18 20:46:03      TRUE 2022-12-18 21:00:00
## 6166 2022-12-18 20:45:55      TRUE 2022-12-18 21:00:00
## 6167 2022-12-18 20:45:37      TRUE 2022-12-18 21:00:00
## 6168 2022-12-18 20:43:14      TRUE 2022-12-18 21:00:00
## 6169 2022-12-18 20:42:02      TRUE 2022-12-18 21:00:00
## 6170 2022-12-18 20:41:46      TRUE 2022-12-18 21:00:00
## 6171 2022-12-18 20:40:51      TRUE 2022-12-18 21:00:00
## 6172 2022-12-18 20:40:14      TRUE 2022-12-18 21:00:00
## 6173 2022-12-18 20:39:34      TRUE 2022-12-18 21:00:00
## 6174 2022-12-18 20:38:50      TRUE 2022-12-18 21:00:00
## 6175 2022-12-18 20:38:39      TRUE 2022-12-18 21:00:00
## 6176 2022-12-18 20:37:07      TRUE 2022-12-18 21:00:00
## 6177 2022-12-18 20:36:46      TRUE 2022-12-18 21:00:00
## 6178 2022-12-18 20:36:17      TRUE 2022-12-18 21:00:00
## 6179 2022-12-18 20:34:54      TRUE 2022-12-18 21:00:00
## 6180 2022-12-18 20:34:34      TRUE 2022-12-18 21:00:00
## 6181 2022-12-18 20:32:58      TRUE 2022-12-18 21:00:00
## 6182 2022-12-18 20:32:16      TRUE 2022-12-18 21:00:00
## 6183 2022-12-18 20:30:59      TRUE 2022-12-18 21:00:00
## 6184 2022-12-18 20:30:00      TRUE 2022-12-18 21:00:00
## 6185 2022-12-18 20:29:35      TRUE 2022-12-18 20:00:00
## 6186 2022-12-18 20:29:16      TRUE 2022-12-18 20:00:00
## 6187 2022-12-18 20:28:02      TRUE 2022-12-18 20:00:00
## 6188 2022-12-18 20:27:43      TRUE 2022-12-18 20:00:00
## 6189 2022-12-18 20:26:53      TRUE 2022-12-18 20:00:00
## 6190 2022-12-18 20:26:05      TRUE 2022-12-18 20:00:00
## 6191 2022-12-18 20:25:43      TRUE 2022-12-18 20:00:00
## 6192 2022-12-18 20:24:31      TRUE 2022-12-18 20:00:00
## 6193 2022-12-18 20:23:56      TRUE 2022-12-18 20:00:00
## 6194 2022-12-18 20:23:50      TRUE 2022-12-18 20:00:00
## 6195 2022-12-18 20:20:37      TRUE 2022-12-18 20:00:00
## 6196 2022-12-18 20:18:57      TRUE 2022-12-18 20:00:00
## 6197 2022-12-18 20:17:56      TRUE 2022-12-18 20:00:00
## 6198 2022-12-18 20:17:49      TRUE 2022-12-18 20:00:00
## 6199 2022-12-18 20:17:28      TRUE 2022-12-18 20:00:00
## 6200 2022-12-18 20:16:57      TRUE 2022-12-18 20:00:00
## 6201 2022-12-18 20:16:56      TRUE 2022-12-18 20:00:00
## 6202 2022-12-18 20:16:21      TRUE 2022-12-18 20:00:00
## 6203 2022-12-18 20:15:45      TRUE 2022-12-18 20:00:00
## 6204 2022-12-18 20:15:23      TRUE 2022-12-18 20:00:00
## 6205 2022-12-18 20:15:16      TRUE 2022-12-18 20:00:00
## 6206 2022-12-18 20:15:08      TRUE 2022-12-18 20:00:00
## 6207 2022-12-18 20:15:06      TRUE 2022-12-18 20:00:00
## 6208 2022-12-18 20:15:04      TRUE 2022-12-18 20:00:00
## 6209 2022-12-18 20:14:52      TRUE 2022-12-18 20:00:00
## 6210 2022-12-18 20:14:32      TRUE 2022-12-18 20:00:00
## 6211 2022-12-18 20:14:29      TRUE 2022-12-18 20:00:00
## 6212 2022-12-18 20:13:49      TRUE 2022-12-18 20:00:00
## 6213 2022-12-18 20:12:10      TRUE 2022-12-18 20:00:00
## 6214 2022-12-18 20:11:29      TRUE 2022-12-18 20:00:00
## 6215 2022-12-18 20:11:04      TRUE 2022-12-18 20:00:00
## 6216 2022-12-18 20:10:21      TRUE 2022-12-18 20:00:00
## 6217 2022-12-18 20:08:37      TRUE 2022-12-18 20:00:00
## 6218 2022-12-18 20:08:19      TRUE 2022-12-18 20:00:00
## 6219 2022-12-18 20:08:08      TRUE 2022-12-18 20:00:00
## 6220 2022-12-18 20:07:55      TRUE 2022-12-18 20:00:00
## 6221 2022-12-18 20:07:10      TRUE 2022-12-18 20:00:00
## 6222 2022-12-18 20:06:58      TRUE 2022-12-18 20:00:00
## 6223 2022-12-18 20:06:39      TRUE 2022-12-18 20:00:00
## 6224 2022-12-18 20:06:14      TRUE 2022-12-18 20:00:00
## 6225 2022-12-18 20:05:46      TRUE 2022-12-18 20:00:00
## 6226 2022-12-18 20:04:51      TRUE 2022-12-18 20:00:00
## 6227 2022-12-18 20:03:23      TRUE 2022-12-18 20:00:00
## 6228 2022-12-18 20:02:31      TRUE 2022-12-18 20:00:00
## 6229 2022-12-18 20:02:28      TRUE 2022-12-18 20:00:00
## 6230 2022-12-18 20:02:25      TRUE 2022-12-18 20:00:00
## 6231 2022-12-18 20:02:21      TRUE 2022-12-18 20:00:00
## 6232 2022-12-18 20:02:19      TRUE 2022-12-18 20:00:00
## 6233 2022-12-18 20:02:15      TRUE 2022-12-18 20:00:00
## 6234 2022-12-18 20:02:06      TRUE 2022-12-18 20:00:00
## 6235 2022-12-18 20:00:19      TRUE 2022-12-18 20:00:00
## 6236 2022-12-18 19:58:11      TRUE 2022-12-18 20:00:00
## 6237 2022-12-18 19:57:51      TRUE 2022-12-18 20:00:00
## 6238 2022-12-18 19:57:39      TRUE 2022-12-18 20:00:00
## 6239 2022-12-18 19:56:53      TRUE 2022-12-18 20:00:00
## 6240 2022-12-18 19:56:28      TRUE 2022-12-18 20:00:00
## 6241 2022-12-18 19:55:37      TRUE 2022-12-18 20:00:00
## 6242 2022-12-18 19:54:54      TRUE 2022-12-18 20:00:00
## 6243 2022-12-18 19:53:52      TRUE 2022-12-18 20:00:00
## 6244 2022-12-18 19:53:11      TRUE 2022-12-18 20:00:00
## 6245 2022-12-18 19:50:26      TRUE 2022-12-18 20:00:00
## 6246 2022-12-18 19:47:20      TRUE 2022-12-18 20:00:00
## 6247 2022-12-18 19:46:43      TRUE 2022-12-18 20:00:00
## 6248 2022-12-18 19:46:39      TRUE 2022-12-18 20:00:00
## 6249 2022-12-18 19:46:15      TRUE 2022-12-18 20:00:00
## 6250 2022-12-18 19:46:15      TRUE 2022-12-18 20:00:00
## 6251 2022-12-18 19:45:46      TRUE 2022-12-18 20:00:00
## 6252 2022-12-18 19:45:30      TRUE 2022-12-18 20:00:00
## 6253 2022-12-18 19:44:52      TRUE 2022-12-18 20:00:00
## 6254 2022-12-18 19:44:41      TRUE 2022-12-18 20:00:00
## 6255 2022-12-18 19:44:08      TRUE 2022-12-18 20:00:00
## 6256 2022-12-18 19:43:41      TRUE 2022-12-18 20:00:00
## 6257 2022-12-18 19:43:31      TRUE 2022-12-18 20:00:00
## 6258 2022-12-18 19:43:24      TRUE 2022-12-18 20:00:00
## 6259 2022-12-18 19:42:30      TRUE 2022-12-18 20:00:00
## 6260 2022-12-18 19:42:28      TRUE 2022-12-18 20:00:00
## 6261 2022-12-18 19:41:15      TRUE 2022-12-18 20:00:00
## 6262 2022-12-18 19:40:25      TRUE 2022-12-18 20:00:00
## 6263 2022-12-18 19:37:19      TRUE 2022-12-18 20:00:00
## 6264 2022-12-18 19:36:47      TRUE 2022-12-18 20:00:00
## 6265 2022-12-18 19:36:35      TRUE 2022-12-18 20:00:00
## 6266 2022-12-18 19:36:31      TRUE 2022-12-18 20:00:00
## 6267 2022-12-18 19:36:13      TRUE 2022-12-18 20:00:00
## 6268 2022-12-18 19:36:11      TRUE 2022-12-18 20:00:00
## 6269 2022-12-18 19:35:11      TRUE 2022-12-18 20:00:00
## 6270 2022-12-18 19:34:59      TRUE 2022-12-18 20:00:00
## 6271 2022-12-18 19:34:36      TRUE 2022-12-18 20:00:00
## 6272 2022-12-18 19:34:00      TRUE 2022-12-18 20:00:00
## 6273 2022-12-18 19:33:19      TRUE 2022-12-18 20:00:00
## 6274 2022-12-18 19:33:18      TRUE 2022-12-18 20:00:00
## 6275 2022-12-18 19:33:07      TRUE 2022-12-18 20:00:00
## 6276 2022-12-18 19:32:16      TRUE 2022-12-18 20:00:00
## 6277 2022-12-18 19:31:00      TRUE 2022-12-18 20:00:00
## 6278 2022-12-18 19:29:58      TRUE 2022-12-18 19:00:00
## 6279 2022-12-18 19:28:14      TRUE 2022-12-18 19:00:00
## 6280 2022-12-18 19:27:45      TRUE 2022-12-18 19:00:00
## 6281 2022-12-18 19:25:53      TRUE 2022-12-18 19:00:00
## 6282 2022-12-18 19:25:45      TRUE 2022-12-18 19:00:00
## 6283 2022-12-18 19:25:06      TRUE 2022-12-18 19:00:00
## 6284 2022-12-18 19:23:26      TRUE 2022-12-18 19:00:00
## 6285 2022-12-18 19:21:58      TRUE 2022-12-18 19:00:00
## 6286 2022-12-18 19:21:19      TRUE 2022-12-18 19:00:00
## 6287 2022-12-18 19:21:09      TRUE 2022-12-18 19:00:00
## 6288 2022-12-18 19:21:01      TRUE 2022-12-18 19:00:00
## 6289 2022-12-18 19:20:50      TRUE 2022-12-18 19:00:00
## 6290 2022-12-18 19:20:33      TRUE 2022-12-18 19:00:00
## 6291 2022-12-18 19:20:14      TRUE 2022-12-18 19:00:00
## 6292 2022-12-18 19:17:24      TRUE 2022-12-18 19:00:00
## 6293 2022-12-18 19:17:00      TRUE 2022-12-18 19:00:00
## 6294 2022-12-18 19:16:46      TRUE 2022-12-18 19:00:00
## 6295 2022-12-18 19:16:03      TRUE 2022-12-18 19:00:00
## 6296 2022-12-18 19:14:28      TRUE 2022-12-18 19:00:00
## 6297 2022-12-18 19:13:59      TRUE 2022-12-18 19:00:00
## 6298 2022-12-18 19:13:24      TRUE 2022-12-18 19:00:00
## 6299 2022-12-18 19:13:23      TRUE 2022-12-18 19:00:00
## 6300 2022-12-18 19:12:31      TRUE 2022-12-18 19:00:00
## 6301 2022-12-18 19:11:32      TRUE 2022-12-18 19:00:00
## 6302 2022-12-18 19:11:04      TRUE 2022-12-18 19:00:00
## 6303 2022-12-18 19:10:48      TRUE 2022-12-18 19:00:00
## 6304 2022-12-18 19:10:47      TRUE 2022-12-18 19:00:00
## 6305 2022-12-18 19:10:44      TRUE 2022-12-18 19:00:00
## 6306 2022-12-18 19:10:34      TRUE 2022-12-18 19:00:00
## 6307 2022-12-18 19:10:30      TRUE 2022-12-18 19:00:00
## 6308 2022-12-18 19:09:41      TRUE 2022-12-18 19:00:00
## 6309 2022-12-18 19:09:05      TRUE 2022-12-18 19:00:00
## 6310 2022-12-18 19:09:02      TRUE 2022-12-18 19:00:00
## 6311 2022-12-18 19:08:41      TRUE 2022-12-18 19:00:00
## 6312 2022-12-18 19:07:11      TRUE 2022-12-18 19:00:00
## 6313 2022-12-18 19:06:51      TRUE 2022-12-18 19:00:00
## 6314 2022-12-18 19:06:25      TRUE 2022-12-18 19:00:00
## 6315 2022-12-18 19:06:25      TRUE 2022-12-18 19:00:00
## 6316 2022-12-18 19:06:15      TRUE 2022-12-18 19:00:00
## 6317 2022-12-18 19:06:09      TRUE 2022-12-18 19:00:00
## 6318 2022-12-18 19:05:26      TRUE 2022-12-18 19:00:00
## 6319 2022-12-18 19:04:46      TRUE 2022-12-18 19:00:00
## 6320 2022-12-18 19:04:08      TRUE 2022-12-18 19:00:00
## 6321 2022-12-18 19:03:12      TRUE 2022-12-18 19:00:00
## 6322 2022-12-18 19:01:37      TRUE 2022-12-18 19:00:00
## 6323 2022-12-18 19:01:21      TRUE 2022-12-18 19:00:00
## 6324 2022-12-18 19:00:58      TRUE 2022-12-18 19:00:00
## 6325 2022-12-18 18:59:28      TRUE 2022-12-18 19:00:00
## 6326 2022-12-18 18:58:49      TRUE 2022-12-18 19:00:00
## 6327 2022-12-18 18:58:48      TRUE 2022-12-18 19:00:00
## 6328 2022-12-18 18:58:47      TRUE 2022-12-18 19:00:00
## 6329 2022-12-18 18:58:40      TRUE 2022-12-18 19:00:00
## 6330 2022-12-18 18:57:52      TRUE 2022-12-18 19:00:00
## 6331 2022-12-18 18:56:40      TRUE 2022-12-18 19:00:00
## 6332 2022-12-18 18:56:09      TRUE 2022-12-18 19:00:00
## 6333 2022-12-18 18:56:08      TRUE 2022-12-18 19:00:00
## 6334 2022-12-18 18:55:50      TRUE 2022-12-18 19:00:00
## 6335 2022-12-18 18:55:47      TRUE 2022-12-18 19:00:00
## 6336 2022-12-18 18:55:06      TRUE 2022-12-18 19:00:00
## 6337 2022-12-18 18:54:24      TRUE 2022-12-18 19:00:00
## 6338 2022-12-18 18:54:22      TRUE 2022-12-18 19:00:00
## 6339 2022-12-18 18:53:17      TRUE 2022-12-18 19:00:00
## 6340 2022-12-18 18:51:21      TRUE 2022-12-18 19:00:00
## 6341 2022-12-18 18:51:18      TRUE 2022-12-18 19:00:00
## 6342 2022-12-18 18:48:52      TRUE 2022-12-18 19:00:00
## 6343 2022-12-18 18:48:50      TRUE 2022-12-18 19:00:00
## 6344 2022-12-18 18:47:43      TRUE 2022-12-18 19:00:00
## 6345 2022-12-18 18:47:36      TRUE 2022-12-18 19:00:00
## 6346 2022-12-18 18:46:45      TRUE 2022-12-18 19:00:00
## 6347 2022-12-18 18:45:33      TRUE 2022-12-18 19:00:00
## 6348 2022-12-18 18:44:20      TRUE 2022-12-18 19:00:00
## 6349 2022-12-18 18:43:02      TRUE 2022-12-18 19:00:00
## 6350 2022-12-18 18:41:56      TRUE 2022-12-18 19:00:00
## 6351 2022-12-18 18:41:28      TRUE 2022-12-18 19:00:00
## 6352 2022-12-18 18:41:27      TRUE 2022-12-18 19:00:00
## 6353 2022-12-18 18:41:23      TRUE 2022-12-18 19:00:00
## 6354 2022-12-18 18:40:20      TRUE 2022-12-18 19:00:00
## 6355 2022-12-18 18:36:55      TRUE 2022-12-18 19:00:00
## 6356 2022-12-18 18:36:14      TRUE 2022-12-18 19:00:00
## 6357 2022-12-18 18:34:20      TRUE 2022-12-18 19:00:00
## 6358 2022-12-18 18:34:03      TRUE 2022-12-18 19:00:00
## 6359 2022-12-18 18:33:50      TRUE 2022-12-18 19:00:00
## 6360 2022-12-18 18:33:11      TRUE 2022-12-18 19:00:00
## 6361 2022-12-18 18:31:12      TRUE 2022-12-18 19:00:00
## 6362 2022-12-18 18:31:08      TRUE 2022-12-18 19:00:00
## 6363 2022-12-18 18:29:49      TRUE 2022-12-18 18:00:00
## 6364 2022-12-18 18:29:25      TRUE 2022-12-18 18:00:00
## 6365 2022-12-18 18:28:25      TRUE 2022-12-18 18:00:00
## 6366 2022-12-18 18:27:21      TRUE 2022-12-18 18:00:00
## 6367 2022-12-18 18:26:52      TRUE 2022-12-18 18:00:00
## 6368 2022-12-18 18:26:36      TRUE 2022-12-18 18:00:00
## 6369 2022-12-18 18:26:30      TRUE 2022-12-18 18:00:00
## 6370 2022-12-18 18:26:14      TRUE 2022-12-18 18:00:00
## 6371 2022-12-18 18:26:05      TRUE 2022-12-18 18:00:00
## 6372 2022-12-18 18:26:03      TRUE 2022-12-18 18:00:00
## 6373 2022-12-18 18:25:26      TRUE 2022-12-18 18:00:00
## 6374 2022-12-18 18:24:50      TRUE 2022-12-18 18:00:00
## 6375 2022-12-18 18:24:38      TRUE 2022-12-18 18:00:00
## 6376 2022-12-18 18:24:26      TRUE 2022-12-18 18:00:00
## 6377 2022-12-18 18:24:25      TRUE 2022-12-18 18:00:00
## 6378 2022-12-18 18:24:03      TRUE 2022-12-18 18:00:00
## 6379 2022-12-18 18:23:59      TRUE 2022-12-18 18:00:00
## 6380 2022-12-18 18:23:32      TRUE 2022-12-18 18:00:00
## 6381 2022-12-18 18:23:14      TRUE 2022-12-18 18:00:00
## 6382 2022-12-18 18:23:12      TRUE 2022-12-18 18:00:00
## 6383 2022-12-18 18:22:26      TRUE 2022-12-18 18:00:00
## 6384 2022-12-18 18:22:18      TRUE 2022-12-18 18:00:00
## 6385 2022-12-18 18:22:16      TRUE 2022-12-18 18:00:00
## 6386 2022-12-18 18:22:08      TRUE 2022-12-18 18:00:00
## 6387 2022-12-18 18:21:58      TRUE 2022-12-18 18:00:00
## 6388 2022-12-18 18:21:56      TRUE 2022-12-18 18:00:00
## 6389 2022-12-18 18:21:47      TRUE 2022-12-18 18:00:00
## 6390 2022-12-18 18:21:12      TRUE 2022-12-18 18:00:00
## 6391 2022-12-18 18:20:34      TRUE 2022-12-18 18:00:00
## 6392 2022-12-18 18:20:30      TRUE 2022-12-18 18:00:00
## 6393 2022-12-18 18:19:38      TRUE 2022-12-18 18:00:00
## 6394 2022-12-18 18:19:37      TRUE 2022-12-18 18:00:00
## 6395 2022-12-18 18:19:33      TRUE 2022-12-18 18:00:00
## 6396 2022-12-18 18:18:20      TRUE 2022-12-18 18:00:00
## 6397 2022-12-18 18:17:06      TRUE 2022-12-18 18:00:00
## 6398 2022-12-18 18:15:25      TRUE 2022-12-18 18:00:00
## 6399 2022-12-18 18:13:57      TRUE 2022-12-18 18:00:00
## 6400 2022-12-18 18:13:55      TRUE 2022-12-18 18:00:00
## 6401 2022-12-18 18:13:21      TRUE 2022-12-18 18:00:00
## 6402 2022-12-18 18:12:52      TRUE 2022-12-18 18:00:00
## 6403 2022-12-18 18:11:57      TRUE 2022-12-18 18:00:00
## 6404 2022-12-18 18:11:46      TRUE 2022-12-18 18:00:00
## 6405 2022-12-18 18:11:43      TRUE 2022-12-18 18:00:00
## 6406 2022-12-18 18:11:24      TRUE 2022-12-18 18:00:00
## 6407 2022-12-18 18:10:53      TRUE 2022-12-18 18:00:00
## 6408 2022-12-18 18:09:54      TRUE 2022-12-18 18:00:00
## 6409 2022-12-18 18:09:18      TRUE 2022-12-18 18:00:00
## 6410 2022-12-18 18:08:11      TRUE 2022-12-18 18:00:00
## 6411 2022-12-18 18:07:51      TRUE 2022-12-18 18:00:00
## 6412 2022-12-18 18:06:51      TRUE 2022-12-18 18:00:00
## 6413 2022-12-18 18:06:15      TRUE 2022-12-18 18:00:00
## 6414 2022-12-18 18:05:23      TRUE 2022-12-18 18:00:00
## 6415 2022-12-18 18:04:35      TRUE 2022-12-18 18:00:00
## 6416 2022-12-18 18:04:07      TRUE 2022-12-18 18:00:00
## 6417 2022-12-18 18:02:14      TRUE 2022-12-18 18:00:00
## 6418 2022-12-18 18:01:51      TRUE 2022-12-18 18:00:00
## 6419 2022-12-18 18:01:23      TRUE 2022-12-18 18:00:00
## 6420 2022-12-18 18:00:18      TRUE 2022-12-18 18:00:00
## 6421 2022-12-18 17:59:59      TRUE 2022-12-18 18:00:00
## 6422 2022-12-18 17:58:33      TRUE 2022-12-18 18:00:00
## 6423 2022-12-18 17:57:52      TRUE 2022-12-18 18:00:00
## 6424 2022-12-18 17:55:44      TRUE 2022-12-18 18:00:00
## 6425 2022-12-18 17:53:38      TRUE 2022-12-18 18:00:00
## 6426 2022-12-18 17:53:34      TRUE 2022-12-18 18:00:00
## 6427 2022-12-18 17:51:25      TRUE 2022-12-18 18:00:00
## 6428 2022-12-18 17:51:06      TRUE 2022-12-18 18:00:00
## 6429 2022-12-18 17:50:50      TRUE 2022-12-18 18:00:00
## 6430 2022-12-18 17:49:22      TRUE 2022-12-18 18:00:00
## 6431 2022-12-18 17:49:00      TRUE 2022-12-18 18:00:00
## 6432 2022-12-18 17:48:35      TRUE 2022-12-18 18:00:00
## 6433 2022-12-18 17:47:14      TRUE 2022-12-18 18:00:00
## 6434 2022-12-18 17:46:35      TRUE 2022-12-18 18:00:00
## 6435 2022-12-18 17:46:14      TRUE 2022-12-18 18:00:00
## 6436 2022-12-18 17:45:59      TRUE 2022-12-18 18:00:00
## 6437 2022-12-18 17:45:26      TRUE 2022-12-18 18:00:00
## 6438 2022-12-18 17:45:15      TRUE 2022-12-18 18:00:00
## 6439 2022-12-18 17:44:50      TRUE 2022-12-18 18:00:00
## 6440 2022-12-18 17:44:44      TRUE 2022-12-18 18:00:00
## 6441 2022-12-18 17:44:25      TRUE 2022-12-18 18:00:00
## 6442 2022-12-18 17:43:45      TRUE 2022-12-18 18:00:00
## 6443 2022-12-18 17:43:21      TRUE 2022-12-18 18:00:00
## 6444 2022-12-18 17:42:17      TRUE 2022-12-18 18:00:00
## 6445 2022-12-18 17:40:08      TRUE 2022-12-18 18:00:00
## 6446 2022-12-18 17:40:01      TRUE 2022-12-18 18:00:00
## 6447 2022-12-18 17:37:23      TRUE 2022-12-18 18:00:00
## 6448 2022-12-18 17:37:21      TRUE 2022-12-18 18:00:00
## 6449 2022-12-18 17:36:19      TRUE 2022-12-18 18:00:00
## 6450 2022-12-18 17:36:14      TRUE 2022-12-18 18:00:00
## 6451 2022-12-18 17:35:50      TRUE 2022-12-18 18:00:00
## 6452 2022-12-18 17:34:56      TRUE 2022-12-18 18:00:00
## 6453 2022-12-18 17:33:56      TRUE 2022-12-18 18:00:00
## 6454 2022-12-18 17:33:49      TRUE 2022-12-18 18:00:00
## 6455 2022-12-18 17:33:44      TRUE 2022-12-18 18:00:00
## 6456 2022-12-18 17:32:31      TRUE 2022-12-18 18:00:00
## 6457 2022-12-18 17:32:17      TRUE 2022-12-18 18:00:00
## 6458 2022-12-18 17:31:55      TRUE 2022-12-18 18:00:00
## 6459 2022-12-18 17:31:33      TRUE 2022-12-18 18:00:00
## 6460 2022-12-18 17:30:42      TRUE 2022-12-18 18:00:00
## 6461 2022-12-18 17:30:29      TRUE 2022-12-18 18:00:00
## 6462 2022-12-18 17:29:40      TRUE 2022-12-18 17:00:00
## 6463 2022-12-18 17:27:38      TRUE 2022-12-18 17:00:00
## 6464 2022-12-18 17:27:35      TRUE 2022-12-18 17:00:00
## 6465 2022-12-18 17:27:18      TRUE 2022-12-18 17:00:00
## 6466 2022-12-18 17:25:29      TRUE 2022-12-18 17:00:00
## 6467 2022-12-18 17:24:21      TRUE 2022-12-18 17:00:00
## 6468 2022-12-18 17:22:36      TRUE 2022-12-18 17:00:00
## 6469 2022-12-18 17:19:11      TRUE 2022-12-18 17:00:00
## 6470 2022-12-18 17:17:57      TRUE 2022-12-18 17:00:00
## 6471 2022-12-18 17:17:17      TRUE 2022-12-18 17:00:00
## 6472 2022-12-18 17:17:12      TRUE 2022-12-18 17:00:00
## 6473 2022-12-18 17:16:57      TRUE 2022-12-18 17:00:00
## 6474 2022-12-18 17:14:50      TRUE 2022-12-18 17:00:00
## 6475 2022-12-18 17:12:01      TRUE 2022-12-18 17:00:00
## 6476 2022-12-18 17:12:00      TRUE 2022-12-18 17:00:00
## 6477 2022-12-18 17:11:23      TRUE 2022-12-18 17:00:00
## 6478 2022-12-18 17:09:41      TRUE 2022-12-18 17:00:00
## 6479 2022-12-18 17:08:18      TRUE 2022-12-18 17:00:00
## 6480 2022-12-18 17:08:14      TRUE 2022-12-18 17:00:00
## 6481 2022-12-18 17:07:29      TRUE 2022-12-18 17:00:00
## 6482 2022-12-18 17:07:19      TRUE 2022-12-18 17:00:00
## 6483 2022-12-18 17:06:26      TRUE 2022-12-18 17:00:00
## 6484 2022-12-18 17:06:14      TRUE 2022-12-18 17:00:00
## 6485 2022-12-18 17:04:44      TRUE 2022-12-18 17:00:00
## 6486 2022-12-18 17:02:03      TRUE 2022-12-18 17:00:00
## 6487 2022-12-18 17:02:01      TRUE 2022-12-18 17:00:00
## 6488 2022-12-18 17:01:26      TRUE 2022-12-18 17:00:00
## 6489 2022-12-18 17:00:14      TRUE 2022-12-18 17:00:00
## 6490 2022-12-18 16:59:46      TRUE 2022-12-18 17:00:00
## 6491 2022-12-18 16:59:00      TRUE 2022-12-18 17:00:00
## 6492 2022-12-18 16:58:48      TRUE 2022-12-18 17:00:00
## 6493 2022-12-18 16:58:42      TRUE 2022-12-18 17:00:00
## 6494 2022-12-18 16:58:34      TRUE 2022-12-18 17:00:00
## 6495 2022-12-18 16:57:19      TRUE 2022-12-18 17:00:00
## 6496 2022-12-18 16:56:02      TRUE 2022-12-18 17:00:00
## 6497 2022-12-18 16:55:21      TRUE 2022-12-18 17:00:00
## 6498 2022-12-18 16:55:02      TRUE 2022-12-18 17:00:00
## 6499 2022-12-18 16:53:49      TRUE 2022-12-18 17:00:00
## 6500 2022-12-18 16:53:25      TRUE 2022-12-18 17:00:00
## 6501 2022-12-18 16:53:18      TRUE 2022-12-18 17:00:00
## 6502 2022-12-18 16:52:27      TRUE 2022-12-18 17:00:00
## 6503 2022-12-18 16:50:00      TRUE 2022-12-18 17:00:00
## 6504 2022-12-18 16:49:35      TRUE 2022-12-18 17:00:00
## 6505 2022-12-18 16:49:04      TRUE 2022-12-18 17:00:00
## 6506 2022-12-18 16:48:42      TRUE 2022-12-18 17:00:00
## 6507 2022-12-18 16:48:29      TRUE 2022-12-18 17:00:00
## 6508 2022-12-18 16:47:36      TRUE 2022-12-18 17:00:00
## 6509 2022-12-18 16:47:25      TRUE 2022-12-18 17:00:00
## 6510 2022-12-18 16:46:59      TRUE 2022-12-18 17:00:00
## 6511 2022-12-18 16:46:28      TRUE 2022-12-18 17:00:00
## 6512 2022-12-18 16:46:14      TRUE 2022-12-18 17:00:00
## 6513 2022-12-18 16:45:58      TRUE 2022-12-18 17:00:00
## 6514 2022-12-18 16:45:54      TRUE 2022-12-18 17:00:00
## 6515 2022-12-18 16:45:28      TRUE 2022-12-18 17:00:00
## 6516 2022-12-18 16:45:09      TRUE 2022-12-18 17:00:00
## 6517 2022-12-18 16:42:32      TRUE 2022-12-18 17:00:00
## 6518 2022-12-18 16:41:51      TRUE 2022-12-18 17:00:00
## 6519 2022-12-18 16:38:01      TRUE 2022-12-18 17:00:00
## 6520 2022-12-18 16:37:37      TRUE 2022-12-18 17:00:00
## 6521 2022-12-18 16:37:18      TRUE 2022-12-18 17:00:00
## 6522 2022-12-18 16:37:01      TRUE 2022-12-18 17:00:00
## 6523 2022-12-18 16:36:55      TRUE 2022-12-18 17:00:00
## 6524 2022-12-18 16:36:39      TRUE 2022-12-18 17:00:00
## 6525 2022-12-18 16:36:07      TRUE 2022-12-18 17:00:00
## 6526 2022-12-18 16:34:59      TRUE 2022-12-18 17:00:00
## 6527 2022-12-18 16:30:12      TRUE 2022-12-18 17:00:00
## 6528 2022-12-18 16:29:27      TRUE 2022-12-18 16:00:00
## 6529 2022-12-18 16:29:25      TRUE 2022-12-18 16:00:00
## 6530 2022-12-18 16:29:07      TRUE 2022-12-18 16:00:00
## 6531 2022-12-18 16:29:01      TRUE 2022-12-18 16:00:00
## 6532 2022-12-18 16:28:58      TRUE 2022-12-18 16:00:00
## 6533 2022-12-18 16:28:57      TRUE 2022-12-18 16:00:00
## 6534 2022-12-18 16:28:41      TRUE 2022-12-18 16:00:00
## 6535 2022-12-18 16:28:29      TRUE 2022-12-18 16:00:00
## 6536 2022-12-18 16:28:07      TRUE 2022-12-18 16:00:00
## 6537 2022-12-18 16:27:24      TRUE 2022-12-18 16:00:00
## 6538 2022-12-18 16:27:10      TRUE 2022-12-18 16:00:00
## 6539 2022-12-18 16:26:53      TRUE 2022-12-18 16:00:00
## 6540 2022-12-18 16:26:51      TRUE 2022-12-18 16:00:00
## 6541 2022-12-18 16:26:45      TRUE 2022-12-18 16:00:00
## 6542 2022-12-18 16:26:28      TRUE 2022-12-18 16:00:00
## 6543 2022-12-18 16:25:51      TRUE 2022-12-18 16:00:00
## 6544 2022-12-18 16:25:36      TRUE 2022-12-18 16:00:00
## 6545 2022-12-18 16:25:24      TRUE 2022-12-18 16:00:00
## 6546 2022-12-18 16:24:04      TRUE 2022-12-18 16:00:00
## 6547 2022-12-18 16:24:00      TRUE 2022-12-18 16:00:00
## 6548 2022-12-18 16:23:49      TRUE 2022-12-18 16:00:00
## 6549 2022-12-18 16:23:08      TRUE 2022-12-18 16:00:00
## 6550 2022-12-18 16:21:42      TRUE 2022-12-18 16:00:00
## 6551 2022-12-18 16:20:04      TRUE 2022-12-18 16:00:00
## 6552 2022-12-18 16:20:00      TRUE 2022-12-18 16:00:00
## 6553 2022-12-18 16:18:11      TRUE 2022-12-18 16:00:00
## 6554 2022-12-18 16:16:17      TRUE 2022-12-18 16:00:00
## 6555 2022-12-18 16:11:15      TRUE 2022-12-18 16:00:00
## 6556 2022-12-18 16:10:25      TRUE 2022-12-18 16:00:00
## 6557 2022-12-18 16:10:01      TRUE 2022-12-18 16:00:00
## 6558 2022-12-18 16:09:56      TRUE 2022-12-18 16:00:00
## 6559 2022-12-18 16:09:09      TRUE 2022-12-18 16:00:00
## 6560 2022-12-18 16:07:09      TRUE 2022-12-18 16:00:00
## 6561 2022-12-18 16:06:15      TRUE 2022-12-18 16:00:00
## 6562 2022-12-18 16:05:39      TRUE 2022-12-18 16:00:00
## 6563 2022-12-18 16:05:37      TRUE 2022-12-18 16:00:00
## 6564 2022-12-18 16:05:36      TRUE 2022-12-18 16:00:00
## 6565 2022-12-18 16:03:54      TRUE 2022-12-18 16:00:00
## 6566 2022-12-18 16:03:24      TRUE 2022-12-18 16:00:00
## 6567 2022-12-18 16:02:11      TRUE 2022-12-18 16:00:00
## 6568 2022-12-18 16:01:04      TRUE 2022-12-18 16:00:00
## 6569 2022-12-18 16:00:36      TRUE 2022-12-18 16:00:00
## 6570 2022-12-18 16:00:12      TRUE 2022-12-18 16:00:00
## 6571 2022-12-18 15:59:39      TRUE 2022-12-18 16:00:00
## 6572 2022-12-18 15:56:42      TRUE 2022-12-18 16:00:00
## 6573 2022-12-18 15:56:26      TRUE 2022-12-18 16:00:00
## 6574 2022-12-18 15:55:14      TRUE 2022-12-18 16:00:00
## 6575 2022-12-18 15:52:16      TRUE 2022-12-18 16:00:00
## 6576 2022-12-18 15:51:38      TRUE 2022-12-18 16:00:00
## 6577 2022-12-18 15:51:33      TRUE 2022-12-18 16:00:00
## 6578 2022-12-18 15:50:41      TRUE 2022-12-18 16:00:00
## 6579 2022-12-18 15:50:05      TRUE 2022-12-18 16:00:00
## 6580 2022-12-18 15:50:02      TRUE 2022-12-18 16:00:00
## 6581 2022-12-18 15:49:46      TRUE 2022-12-18 16:00:00
## 6582 2022-12-18 15:42:49      TRUE 2022-12-18 16:00:00
## 6583 2022-12-18 15:40:18      TRUE 2022-12-18 16:00:00
## 6584 2022-12-18 15:38:01      TRUE 2022-12-18 16:00:00
## 6585 2022-12-18 15:37:42      TRUE 2022-12-18 16:00:00
## 6586 2022-12-18 15:37:13      TRUE 2022-12-18 16:00:00
## 6587 2022-12-18 15:36:59      TRUE 2022-12-18 16:00:00
## 6588 2022-12-18 15:36:52      TRUE 2022-12-18 16:00:00
## 6589 2022-12-18 15:36:37      TRUE 2022-12-18 16:00:00
## 6590 2022-12-18 15:34:44      TRUE 2022-12-18 16:00:00
## 6591 2022-12-18 15:34:07      TRUE 2022-12-18 16:00:00
## 6592 2022-12-18 15:33:26      TRUE 2022-12-18 16:00:00
## 6593 2022-12-18 15:31:06      TRUE 2022-12-18 16:00:00
## 6594 2022-12-18 15:28:56      TRUE 2022-12-18 15:00:00
## 6595 2022-12-18 15:28:54      TRUE 2022-12-18 15:00:00
## 6596 2022-12-18 15:28:33      TRUE 2022-12-18 15:00:00
## 6597 2022-12-18 15:28:13      TRUE 2022-12-18 15:00:00
## 6598 2022-12-18 15:27:01      TRUE 2022-12-18 15:00:00
## 6599 2022-12-18 15:22:51      TRUE 2022-12-18 15:00:00
## 6600 2022-12-18 15:22:27      TRUE 2022-12-18 15:00:00
## 6601 2022-12-18 15:21:19      TRUE 2022-12-18 15:00:00
## 6602 2022-12-18 15:17:41      TRUE 2022-12-18 15:00:00
## 6603 2022-12-18 15:16:46      TRUE 2022-12-18 15:00:00
## 6604 2022-12-18 15:16:14      TRUE 2022-12-18 15:00:00
## 6605 2022-12-18 15:12:56      TRUE 2022-12-18 15:00:00
## 6606 2022-12-18 15:12:28      TRUE 2022-12-18 15:00:00
## 6607 2022-12-18 15:10:47      TRUE 2022-12-18 15:00:00
## 6608 2022-12-18 15:10:34      TRUE 2022-12-18 15:00:00
## 6609 2022-12-18 15:10:06      TRUE 2022-12-18 15:00:00
## 6610 2022-12-18 15:10:05      TRUE 2022-12-18 15:00:00
## 6611 2022-12-18 15:09:34      TRUE 2022-12-18 15:00:00
## 6612 2022-12-18 15:06:37      TRUE 2022-12-18 15:00:00
## 6613 2022-12-18 15:06:15      TRUE 2022-12-18 15:00:00
## 6614 2022-12-18 15:06:11      TRUE 2022-12-18 15:00:00
## 6615 2022-12-18 15:05:21      TRUE 2022-12-18 15:00:00
## 6616 2022-12-18 15:02:08      TRUE 2022-12-18 15:00:00
## 6617 2022-12-18 15:01:46      TRUE 2022-12-18 15:00:00
## 6618 2022-12-18 15:01:24      TRUE 2022-12-18 15:00:00
## 6619 2022-12-18 15:00:25      TRUE 2022-12-18 15:00:00
## 6620 2022-12-18 15:00:09      TRUE 2022-12-18 15:00:00
## 6621 2022-12-18 14:58:52      TRUE 2022-12-18 15:00:00
## 6622 2022-12-18 14:57:31      TRUE 2022-12-18 15:00:00
## 6623 2022-12-18 14:56:14      TRUE 2022-12-18 15:00:00
## 6624 2022-12-18 14:55:47      TRUE 2022-12-18 15:00:00
## 6625 2022-12-18 14:53:53      TRUE 2022-12-18 15:00:00
## 6626 2022-12-18 14:53:16      TRUE 2022-12-18 15:00:00
## 6627 2022-12-18 14:50:18      TRUE 2022-12-18 15:00:00
## 6628 2022-12-18 14:48:53      TRUE 2022-12-18 15:00:00
## 6629 2022-12-18 14:47:43      TRUE 2022-12-18 15:00:00
## 6630 2022-12-18 14:46:41      TRUE 2022-12-18 15:00:00
## 6631 2022-12-18 14:46:32      TRUE 2022-12-18 15:00:00
## 6632 2022-12-18 14:46:16      TRUE 2022-12-18 15:00:00
## 6633 2022-12-18 14:46:14      TRUE 2022-12-18 15:00:00
## 6634 2022-12-18 14:44:52      TRUE 2022-12-18 15:00:00
## 6635 2022-12-18 14:44:06      TRUE 2022-12-18 15:00:00
## 6636 2022-12-18 14:41:51      TRUE 2022-12-18 15:00:00
## 6637 2022-12-18 14:41:28      TRUE 2022-12-18 15:00:00
## 6638 2022-12-18 14:40:55      TRUE 2022-12-18 15:00:00
## 6639 2022-12-18 14:40:21      TRUE 2022-12-18 15:00:00
## 6640 2022-12-18 14:38:28      TRUE 2022-12-18 15:00:00
## 6641 2022-12-18 14:37:52      TRUE 2022-12-18 15:00:00
## 6642 2022-12-18 14:35:46      TRUE 2022-12-18 15:00:00
## 6643 2022-12-18 14:35:44      TRUE 2022-12-18 15:00:00
## 6644 2022-12-18 14:35:10      TRUE 2022-12-18 15:00:00
## 6645 2022-12-18 14:34:57      TRUE 2022-12-18 15:00:00
## 6646 2022-12-18 14:34:35      TRUE 2022-12-18 15:00:00
## 6647 2022-12-18 14:32:51      TRUE 2022-12-18 15:00:00
## 6648 2022-12-18 14:32:43      TRUE 2022-12-18 15:00:00
## 6649 2022-12-18 14:30:00      TRUE 2022-12-18 15:00:00
## 6650 2022-12-18 14:28:34      TRUE 2022-12-18 14:00:00
## 6651 2022-12-18 14:28:08      TRUE 2022-12-18 14:00:00
## 6652 2022-12-18 14:26:24      TRUE 2022-12-18 14:00:00
## 6653 2022-12-18 14:22:51      TRUE 2022-12-18 14:00:00
## 6654 2022-12-18 14:22:30      TRUE 2022-12-18 14:00:00
## 6655 2022-12-18 14:20:11      TRUE 2022-12-18 14:00:00
## 6656 2022-12-18 14:19:55      TRUE 2022-12-18 14:00:00
## 6657 2022-12-18 14:19:48      TRUE 2022-12-18 14:00:00
## 6658 2022-12-18 14:19:41      TRUE 2022-12-18 14:00:00
## 6659 2022-12-18 14:18:55      TRUE 2022-12-18 14:00:00
## 6660 2022-12-18 14:16:47      TRUE 2022-12-18 14:00:00
## 6661 2022-12-18 14:15:44      TRUE 2022-12-18 14:00:00
## 6662 2022-12-18 14:15:19      TRUE 2022-12-18 14:00:00
## 6663 2022-12-18 14:14:33      TRUE 2022-12-18 14:00:00
## 6664 2022-12-18 14:14:10      TRUE 2022-12-18 14:00:00
## 6665 2022-12-18 14:13:47      TRUE 2022-12-18 14:00:00
## 6666 2022-12-18 14:13:11      TRUE 2022-12-18 14:00:00
## 6667 2022-12-18 14:13:08      TRUE 2022-12-18 14:00:00
## 6668 2022-12-18 14:12:36      TRUE 2022-12-18 14:00:00
## 6669 2022-12-18 14:12:14      TRUE 2022-12-18 14:00:00
## 6670 2022-12-18 14:11:43      TRUE 2022-12-18 14:00:00
## 6671 2022-12-18 14:11:11      TRUE 2022-12-18 14:00:00
## 6672 2022-12-18 14:11:11      TRUE 2022-12-18 14:00:00
## 6673 2022-12-18 14:09:20      TRUE 2022-12-18 14:00:00
## 6674 2022-12-18 14:08:33      TRUE 2022-12-18 14:00:00
## 6675 2022-12-18 14:07:58      TRUE 2022-12-18 14:00:00
## 6676 2022-12-18 14:06:18      TRUE 2022-12-18 14:00:00
## 6677 2022-12-18 14:04:50      TRUE 2022-12-18 14:00:00
## 6678 2022-12-18 14:03:27      TRUE 2022-12-18 14:00:00
## 6679 2022-12-18 14:02:44      TRUE 2022-12-18 14:00:00
## 6680 2022-12-18 14:01:44      TRUE 2022-12-18 14:00:00
## 6681 2022-12-18 14:00:11      TRUE 2022-12-18 14:00:00
## 6682 2022-12-18 13:58:31      TRUE 2022-12-18 14:00:00
## 6683 2022-12-18 13:56:31      TRUE 2022-12-18 14:00:00
## 6684 2022-12-18 13:55:52      TRUE 2022-12-18 14:00:00
## 6685 2022-12-18 13:55:39      TRUE 2022-12-18 14:00:00
## 6686 2022-12-18 13:55:32      TRUE 2022-12-18 14:00:00
## 6687 2022-12-18 13:54:32      TRUE 2022-12-18 14:00:00
## 6688 2022-12-18 13:53:26      TRUE 2022-12-18 14:00:00
## 6689 2022-12-18 13:52:18      TRUE 2022-12-18 14:00:00
## 6690 2022-12-18 13:51:57      TRUE 2022-12-18 14:00:00
## 6691 2022-12-18 13:51:16      TRUE 2022-12-18 14:00:00
## 6692 2022-12-18 13:49:02      TRUE 2022-12-18 14:00:00
## 6693 2022-12-18 13:48:34      TRUE 2022-12-18 14:00:00
## 6694 2022-12-18 13:47:27      TRUE 2022-12-18 14:00:00
## 6695 2022-12-18 13:47:17      TRUE 2022-12-18 14:00:00
## 6696 2022-12-18 13:46:37      TRUE 2022-12-18 14:00:00
## 6697 2022-12-18 13:46:28      TRUE 2022-12-18 14:00:00
## 6698 2022-12-18 13:45:05      TRUE 2022-12-18 14:00:00
## 6699 2022-12-18 13:44:15      TRUE 2022-12-18 14:00:00
## 6700 2022-12-18 13:43:38      TRUE 2022-12-18 14:00:00
## 6701 2022-12-18 13:40:46      TRUE 2022-12-18 14:00:00
## 6702 2022-12-18 13:38:23      TRUE 2022-12-18 14:00:00
## 6703 2022-12-18 13:37:53      TRUE 2022-12-18 14:00:00
## 6704 2022-12-18 13:36:03      TRUE 2022-12-18 14:00:00
## 6705 2022-12-18 13:35:55      TRUE 2022-12-18 14:00:00
## 6706 2022-12-18 13:35:21      TRUE 2022-12-18 14:00:00
## 6707 2022-12-18 13:34:47      TRUE 2022-12-18 14:00:00
## 6708 2022-12-18 13:34:47      TRUE 2022-12-18 14:00:00
## 6709 2022-12-18 13:34:17      TRUE 2022-12-18 14:00:00
## 6710 2022-12-18 13:33:04      TRUE 2022-12-18 14:00:00
## 6711 2022-12-18 13:32:41      TRUE 2022-12-18 14:00:00
## 6712 2022-12-18 13:32:09      TRUE 2022-12-18 14:00:00
## 6713 2022-12-18 13:32:02      TRUE 2022-12-18 14:00:00
## 6714 2022-12-18 13:31:09      TRUE 2022-12-18 14:00:00
## 6715 2022-12-18 13:29:58      TRUE 2022-12-18 13:00:00
## 6716 2022-12-18 13:29:43      TRUE 2022-12-18 13:00:00
## 6717 2022-12-18 13:28:54      TRUE 2022-12-18 13:00:00
## 6718 2022-12-18 13:27:45      TRUE 2022-12-18 13:00:00
## 6719 2022-12-18 13:26:52      TRUE 2022-12-18 13:00:00
## 6720 2022-12-18 13:26:26      TRUE 2022-12-18 13:00:00
## 6721 2022-12-18 13:26:14      TRUE 2022-12-18 13:00:00
## 6722 2022-12-18 13:26:14      TRUE 2022-12-18 13:00:00
## 6723 2022-12-18 13:25:49      TRUE 2022-12-18 13:00:00
## 6724 2022-12-18 13:24:10      TRUE 2022-12-18 13:00:00
## 6725 2022-12-18 13:22:33      TRUE 2022-12-18 13:00:00
## 6726 2022-12-18 13:21:17      TRUE 2022-12-18 13:00:00
## 6727 2022-12-18 13:19:59      TRUE 2022-12-18 13:00:00
## 6728 2022-12-18 13:17:06      TRUE 2022-12-18 13:00:00
## 6729 2022-12-18 13:16:36      TRUE 2022-12-18 13:00:00
## 6730 2022-12-18 13:16:18      TRUE 2022-12-18 13:00:00
## 6731 2022-12-18 13:16:14      TRUE 2022-12-18 13:00:00
## 6732 2022-12-18 13:14:50      TRUE 2022-12-18 13:00:00
## 6733 2022-12-18 13:14:44      TRUE 2022-12-18 13:00:00
## 6734 2022-12-18 13:14:43      TRUE 2022-12-18 13:00:00
## 6735 2022-12-18 13:11:14      TRUE 2022-12-18 13:00:00
## 6736 2022-12-18 13:10:19      TRUE 2022-12-18 13:00:00
## 6737 2022-12-18 13:08:31      TRUE 2022-12-18 13:00:00
## 6738 2022-12-18 13:07:52      TRUE 2022-12-18 13:00:00
## 6739 2022-12-18 13:07:05      TRUE 2022-12-18 13:00:00
## 6740 2022-12-18 13:07:05      TRUE 2022-12-18 13:00:00
## 6741 2022-12-18 13:05:43      TRUE 2022-12-18 13:00:00
## 6742 2022-12-18 13:04:52      TRUE 2022-12-18 13:00:00
## 6743 2022-12-18 13:04:47      TRUE 2022-12-18 13:00:00
## 6744 2022-12-18 13:03:12      TRUE 2022-12-18 13:00:00
## 6745 2022-12-18 13:01:36      TRUE 2022-12-18 13:00:00
## 6746 2022-12-18 13:00:02      TRUE 2022-12-18 13:00:00
## 6747 2022-12-18 12:58:26      TRUE 2022-12-18 13:00:00
## 6748 2022-12-18 12:58:23      TRUE 2022-12-18 13:00:00
## 6749 2022-12-18 12:57:47      TRUE 2022-12-18 13:00:00
## 6750 2022-12-18 12:57:37      TRUE 2022-12-18 13:00:00
## 6751 2022-12-18 12:57:19      TRUE 2022-12-18 13:00:00
## 6752 2022-12-18 12:56:35      TRUE 2022-12-18 13:00:00
## 6753 2022-12-18 12:55:40      TRUE 2022-12-18 13:00:00
## 6754 2022-12-18 12:54:02      TRUE 2022-12-18 13:00:00
## 6755 2022-12-18 12:52:40      TRUE 2022-12-18 13:00:00
## 6756 2022-12-18 12:51:13      TRUE 2022-12-18 13:00:00
## 6757 2022-12-18 12:51:07      TRUE 2022-12-18 13:00:00
## 6758 2022-12-18 12:50:53      TRUE 2022-12-18 13:00:00
## 6759 2022-12-18 12:50:39      TRUE 2022-12-18 13:00:00
## 6760 2022-12-18 12:50:30      TRUE 2022-12-18 13:00:00
## 6761 2022-12-18 12:50:24      TRUE 2022-12-18 13:00:00
## 6762 2022-12-18 12:48:36      TRUE 2022-12-18 13:00:00
## 6763 2022-12-18 12:46:43      TRUE 2022-12-18 13:00:00
## 6764 2022-12-18 12:45:41      TRUE 2022-12-18 13:00:00
## 6765 2022-12-18 12:45:32      TRUE 2022-12-18 13:00:00
## 6766 2022-12-18 12:41:24      TRUE 2022-12-18 13:00:00
## 6767 2022-12-18 12:40:59      TRUE 2022-12-18 13:00:00
## 6768 2022-12-18 12:40:33      TRUE 2022-12-18 13:00:00
## 6769 2022-12-18 12:37:56      TRUE 2022-12-18 13:00:00
## 6770 2022-12-18 12:34:13      TRUE 2022-12-18 13:00:00
## 6771 2022-12-18 12:31:38      TRUE 2022-12-18 13:00:00
## 6772 2022-12-18 12:29:24      TRUE 2022-12-18 12:00:00
## 6773 2022-12-18 12:28:47      TRUE 2022-12-18 12:00:00
## 6774 2022-12-18 12:28:03      TRUE 2022-12-18 12:00:00
## 6775 2022-12-18 12:27:46      TRUE 2022-12-18 12:00:00
## 6776 2022-12-18 12:26:51      TRUE 2022-12-18 12:00:00
## 6777 2022-12-18 12:25:50      TRUE 2022-12-18 12:00:00
## 6778 2022-12-18 12:24:27      TRUE 2022-12-18 12:00:00
## 6779 2022-12-18 12:23:00      TRUE 2022-12-18 12:00:00
## 6780 2022-12-18 12:22:34      TRUE 2022-12-18 12:00:00
## 6781 2022-12-18 12:22:20      TRUE 2022-12-18 12:00:00
## 6782 2022-12-18 12:22:11      TRUE 2022-12-18 12:00:00
## 6783 2022-12-18 12:21:29      TRUE 2022-12-18 12:00:00
## 6784 2022-12-18 12:21:17      TRUE 2022-12-18 12:00:00
## 6785 2022-12-18 12:21:12      TRUE 2022-12-18 12:00:00
## 6786 2022-12-18 12:19:45      TRUE 2022-12-18 12:00:00
## 6787 2022-12-18 12:18:39      TRUE 2022-12-18 12:00:00
## 6788 2022-12-18 12:18:34      TRUE 2022-12-18 12:00:00
## 6789 2022-12-18 12:18:03      TRUE 2022-12-18 12:00:00
## 6790 2022-12-18 12:17:55      TRUE 2022-12-18 12:00:00
## 6791 2022-12-18 12:17:29      TRUE 2022-12-18 12:00:00
## 6792 2022-12-18 12:16:56      TRUE 2022-12-18 12:00:00
## 6793 2022-12-18 12:15:57      TRUE 2022-12-18 12:00:00
## 6794 2022-12-18 12:15:07      TRUE 2022-12-18 12:00:00
## 6795 2022-12-18 12:14:46      TRUE 2022-12-18 12:00:00
## 6796 2022-12-18 12:14:41      TRUE 2022-12-18 12:00:00
## 6797 2022-12-18 12:13:48      TRUE 2022-12-18 12:00:00
## 6798 2022-12-18 12:12:54      TRUE 2022-12-18 12:00:00
## 6799 2022-12-18 12:12:48      TRUE 2022-12-18 12:00:00
## 6800 2022-12-18 12:08:57      TRUE 2022-12-18 12:00:00
## 6801 2022-12-18 12:06:47      TRUE 2022-12-18 12:00:00
## 6802 2022-12-18 12:06:14      TRUE 2022-12-18 12:00:00
## 6803 2022-12-18 12:05:19      TRUE 2022-12-18 12:00:00
## 6804 2022-12-18 12:05:13      TRUE 2022-12-18 12:00:00
## 6805 2022-12-18 12:03:51      TRUE 2022-12-18 12:00:00
## 6806 2022-12-18 12:02:11      TRUE 2022-12-18 12:00:00
## 6807 2022-12-18 12:02:06      TRUE 2022-12-18 12:00:00
## 6808 2022-12-18 12:01:22      TRUE 2022-12-18 12:00:00
## 6809 2022-12-18 12:00:55      TRUE 2022-12-18 12:00:00
## 6810 2022-12-18 12:00:35      TRUE 2022-12-18 12:00:00
## 6811 2022-12-18 11:59:43      TRUE 2022-12-18 12:00:00
## 6812 2022-12-18 11:59:29      TRUE 2022-12-18 12:00:00
## 6813 2022-12-18 11:59:01      TRUE 2022-12-18 12:00:00
## 6814 2022-12-18 11:58:05      TRUE 2022-12-18 12:00:00
## 6815 2022-12-18 11:56:22      TRUE 2022-12-18 12:00:00
## 6816 2022-12-18 11:56:21      TRUE 2022-12-18 12:00:00
## 6817 2022-12-18 11:56:00      TRUE 2022-12-18 12:00:00
## 6818 2022-12-18 11:54:45      TRUE 2022-12-18 12:00:00
## 6819 2022-12-18 11:54:21      TRUE 2022-12-18 12:00:00
## 6820 2022-12-18 11:52:07      TRUE 2022-12-18 12:00:00
## 6821 2022-12-18 11:51:32      TRUE 2022-12-18 12:00:00
## 6822 2022-12-18 11:50:40      TRUE 2022-12-18 12:00:00
## 6823 2022-12-18 11:49:11      TRUE 2022-12-18 12:00:00
## 6824 2022-12-18 11:47:06      TRUE 2022-12-18 12:00:00
## 6825 2022-12-18 11:46:19      TRUE 2022-12-18 12:00:00
## 6826 2022-12-18 11:44:46      TRUE 2022-12-18 12:00:00
## 6827 2022-12-18 11:44:07      TRUE 2022-12-18 12:00:00
## 6828 2022-12-18 11:43:52      TRUE 2022-12-18 12:00:00
## 6829 2022-12-18 11:43:38      TRUE 2022-12-18 12:00:00
## 6830 2022-12-18 11:43:11      TRUE 2022-12-18 12:00:00
## 6831 2022-12-18 11:42:23      TRUE 2022-12-18 12:00:00
## 6832 2022-12-18 11:39:27      TRUE 2022-12-18 12:00:00
## 6833 2022-12-18 11:37:47      TRUE 2022-12-18 12:00:00
## 6834 2022-12-18 11:37:30      TRUE 2022-12-18 12:00:00
## 6835 2022-12-18 11:37:29      TRUE 2022-12-18 12:00:00
## 6836 2022-12-18 11:35:44      TRUE 2022-12-18 12:00:00
## 6837 2022-12-18 11:34:37      TRUE 2022-12-18 12:00:00
## 6838 2022-12-18 11:32:35      TRUE 2022-12-18 12:00:00
## 6839 2022-12-18 11:31:59      TRUE 2022-12-18 12:00:00
## 6840 2022-12-18 11:30:00      TRUE 2022-12-18 12:00:00
## 6841 2022-12-18 11:28:37      TRUE 2022-12-18 11:00:00
## 6842 2022-12-18 11:26:34      TRUE 2022-12-18 11:00:00
## 6843 2022-12-18 11:24:17      TRUE 2022-12-18 11:00:00
## 6844 2022-12-18 11:23:45      TRUE 2022-12-18 11:00:00
## 6845 2022-12-18 11:23:18      TRUE 2022-12-18 11:00:00
## 6846 2022-12-18 11:22:26      TRUE 2022-12-18 11:00:00
## 6847 2022-12-18 11:18:21      TRUE 2022-12-18 11:00:00
## 6848 2022-12-18 11:17:55      TRUE 2022-12-18 11:00:00
## 6849 2022-12-18 11:15:16      TRUE 2022-12-18 11:00:00
## 6850 2022-12-18 11:13:42      TRUE 2022-12-18 11:00:00
## 6851 2022-12-18 11:13:27      TRUE 2022-12-18 11:00:00
## 6852 2022-12-18 11:12:41      TRUE 2022-12-18 11:00:00
## 6853 2022-12-18 11:12:41      TRUE 2022-12-18 11:00:00
## 6854 2022-12-18 11:09:30      TRUE 2022-12-18 11:00:00
## 6855 2022-12-18 11:09:12      TRUE 2022-12-18 11:00:00
## 6856 2022-12-18 11:08:57      TRUE 2022-12-18 11:00:00
## 6857 2022-12-18 11:08:39      TRUE 2022-12-18 11:00:00
## 6858 2022-12-18 11:08:32      TRUE 2022-12-18 11:00:00
## 6859 2022-12-18 11:08:01      TRUE 2022-12-18 11:00:00
## 6860 2022-12-18 11:07:56      TRUE 2022-12-18 11:00:00
## 6861 2022-12-18 11:07:56      TRUE 2022-12-18 11:00:00
## 6862 2022-12-18 11:07:05      TRUE 2022-12-18 11:00:00
## 6863 2022-12-18 11:06:47      TRUE 2022-12-18 11:00:00
## 6864 2022-12-18 11:06:14      TRUE 2022-12-18 11:00:00
## 6865 2022-12-18 11:05:05      TRUE 2022-12-18 11:00:00
## 6866 2022-12-18 11:04:37      TRUE 2022-12-18 11:00:00
## 6867 2022-12-18 11:04:28      TRUE 2022-12-18 11:00:00
## 6868 2022-12-18 11:02:35      TRUE 2022-12-18 11:00:00
## 6869 2022-12-18 11:01:38      TRUE 2022-12-18 11:00:00
## 6870 2022-12-18 11:01:06      TRUE 2022-12-18 11:00:00
## 6871 2022-12-18 10:59:45      TRUE 2022-12-18 11:00:00
## 6872 2022-12-18 10:56:57      TRUE 2022-12-18 11:00:00
## 6873 2022-12-18 10:55:43      TRUE 2022-12-18 11:00:00
## 6874 2022-12-18 10:55:42      TRUE 2022-12-18 11:00:00
## 6875 2022-12-18 10:55:32      TRUE 2022-12-18 11:00:00
## 6876 2022-12-18 10:55:29      TRUE 2022-12-18 11:00:00
## 6877 2022-12-18 10:54:12      TRUE 2022-12-18 11:00:00
## 6878 2022-12-18 10:54:09      TRUE 2022-12-18 11:00:00
## 6879 2022-12-18 10:53:41      TRUE 2022-12-18 11:00:00
## 6880 2022-12-18 10:52:18      TRUE 2022-12-18 11:00:00
## 6881 2022-12-18 10:52:04      TRUE 2022-12-18 11:00:00
## 6882 2022-12-18 10:51:01      TRUE 2022-12-18 11:00:00
## 6883 2022-12-18 10:50:27      TRUE 2022-12-18 11:00:00
## 6884 2022-12-18 10:50:17      TRUE 2022-12-18 11:00:00
## 6885 2022-12-18 10:50:12      TRUE 2022-12-18 11:00:00
## 6886 2022-12-18 10:48:00      TRUE 2022-12-18 11:00:00
## 6887 2022-12-18 10:46:52      TRUE 2022-12-18 11:00:00
## 6888 2022-12-18 10:46:27      TRUE 2022-12-18 11:00:00
## 6889 2022-12-18 10:46:26      TRUE 2022-12-18 11:00:00
## 6890 2022-12-18 10:45:50      TRUE 2022-12-18 11:00:00
## 6891 2022-12-18 10:44:48      TRUE 2022-12-18 11:00:00
## 6892 2022-12-18 10:42:30      TRUE 2022-12-18 11:00:00
## 6893 2022-12-18 10:42:26      TRUE 2022-12-18 11:00:00
## 6894 2022-12-18 10:42:22      TRUE 2022-12-18 11:00:00
## 6895 2022-12-18 10:41:37      TRUE 2022-12-18 11:00:00
## 6896 2022-12-18 10:40:38      TRUE 2022-12-18 11:00:00
## 6897 2022-12-18 10:40:29      TRUE 2022-12-18 11:00:00
## 6898 2022-12-18 10:38:17      TRUE 2022-12-18 11:00:00
## 6899 2022-12-18 10:37:57      TRUE 2022-12-18 11:00:00
## 6900 2022-12-18 10:37:14      TRUE 2022-12-18 11:00:00
## 6901 2022-12-18 10:36:59      TRUE 2022-12-18 11:00:00
## 6902 2022-12-18 10:36:56      TRUE 2022-12-18 11:00:00
## 6903 2022-12-18 10:35:50      TRUE 2022-12-18 11:00:00
## 6904 2022-12-18 10:34:02      TRUE 2022-12-18 11:00:00
## 6905 2022-12-18 10:32:48      TRUE 2022-12-18 11:00:00
## 6906 2022-12-18 10:30:31      TRUE 2022-12-18 11:00:00
## 6907 2022-12-18 10:30:29      TRUE 2022-12-18 11:00:00
## 6908 2022-12-18 10:30:14      TRUE 2022-12-18 11:00:00
## 6909 2022-12-18 10:29:54      TRUE 2022-12-18 10:00:00
## 6910 2022-12-18 10:29:28      TRUE 2022-12-18 10:00:00
## 6911 2022-12-18 10:29:25      TRUE 2022-12-18 10:00:00
## 6912 2022-12-18 10:29:24      TRUE 2022-12-18 10:00:00
## 6913 2022-12-18 10:28:55      TRUE 2022-12-18 10:00:00
## 6914 2022-12-18 10:28:20      TRUE 2022-12-18 10:00:00
## 6915 2022-12-18 10:26:18      TRUE 2022-12-18 10:00:00
## 6916 2022-12-18 10:25:15      TRUE 2022-12-18 10:00:00
## 6917 2022-12-18 10:24:01      TRUE 2022-12-18 10:00:00
## 6918 2022-12-18 10:23:49      TRUE 2022-12-18 10:00:00
## 6919 2022-12-18 10:22:32      TRUE 2022-12-18 10:00:00
## 6920 2022-12-18 10:21:30      TRUE 2022-12-18 10:00:00
## 6921 2022-12-18 10:20:43      TRUE 2022-12-18 10:00:00
## 6922 2022-12-18 10:19:55      TRUE 2022-12-18 10:00:00
## 6923 2022-12-18 10:16:48      TRUE 2022-12-18 10:00:00
## 6924 2022-12-18 10:16:02      TRUE 2022-12-18 10:00:00
## 6925 2022-12-18 10:14:52      TRUE 2022-12-18 10:00:00
## 6926 2022-12-18 10:13:34      TRUE 2022-12-18 10:00:00
## 6927 2022-12-18 10:13:30      TRUE 2022-12-18 10:00:00
## 6928 2022-12-18 10:13:27      TRUE 2022-12-18 10:00:00
## 6929 2022-12-18 10:13:16      TRUE 2022-12-18 10:00:00
## 6930 2022-12-18 10:13:04      TRUE 2022-12-18 10:00:00
## 6931 2022-12-18 10:12:40      TRUE 2022-12-18 10:00:00
## 6932 2022-12-18 10:12:06      TRUE 2022-12-18 10:00:00
## 6933 2022-12-18 10:11:05      TRUE 2022-12-18 10:00:00
## 6934 2022-12-18 10:10:11      TRUE 2022-12-18 10:00:00
## 6935 2022-12-18 10:09:52      TRUE 2022-12-18 10:00:00
## 6936 2022-12-18 10:09:51      TRUE 2022-12-18 10:00:00
## 6937 2022-12-18 10:09:35      TRUE 2022-12-18 10:00:00
## 6938 2022-12-18 10:09:07      TRUE 2022-12-18 10:00:00
## 6939 2022-12-18 10:08:53      TRUE 2022-12-18 10:00:00
## 6940 2022-12-18 10:07:53      TRUE 2022-12-18 10:00:00
## 6941 2022-12-18 10:07:18      TRUE 2022-12-18 10:00:00
## 6942 2022-12-18 10:07:07      TRUE 2022-12-18 10:00:00
## 6943 2022-12-18 10:06:14      TRUE 2022-12-18 10:00:00
## 6944 2022-12-18 10:05:08      TRUE 2022-12-18 10:00:00
## 6945 2022-12-18 10:05:08      TRUE 2022-12-18 10:00:00
## 6946 2022-12-18 10:04:17      TRUE 2022-12-18 10:00:00
## 6947 2022-12-18 10:03:51      TRUE 2022-12-18 10:00:00
## 6948 2022-12-18 10:02:32      TRUE 2022-12-18 10:00:00
## 6949 2022-12-18 10:01:16      TRUE 2022-12-18 10:00:00
## 6950 2022-12-18 10:00:39      TRUE 2022-12-18 10:00:00
## 6951 2022-12-18 09:59:57      TRUE 2022-12-18 10:00:00
## 6952 2022-12-18 09:57:16      TRUE 2022-12-18 10:00:00
## 6953 2022-12-18 09:56:13      TRUE 2022-12-18 10:00:00
## 6954 2022-12-18 09:53:42      TRUE 2022-12-18 10:00:00
## 6955 2022-12-18 09:53:23      TRUE 2022-12-18 10:00:00
## 6956 2022-12-18 09:52:32      TRUE 2022-12-18 10:00:00
## 6957 2022-12-18 09:51:05      TRUE 2022-12-18 10:00:00
## 6958 2022-12-18 09:50:52      TRUE 2022-12-18 10:00:00
## 6959 2022-12-18 09:50:48      TRUE 2022-12-18 10:00:00
## 6960 2022-12-18 09:48:06      TRUE 2022-12-18 10:00:00
## 6961 2022-12-18 09:47:42      TRUE 2022-12-18 10:00:00
## 6962 2022-12-18 09:46:31      TRUE 2022-12-18 10:00:00
## 6963 2022-12-18 09:44:38      TRUE 2022-12-18 10:00:00
## 6964 2022-12-18 09:43:58      TRUE 2022-12-18 10:00:00
## 6965 2022-12-18 09:43:40      TRUE 2022-12-18 10:00:00
## 6966 2022-12-18 09:42:31      TRUE 2022-12-18 10:00:00
## 6967 2022-12-18 09:42:18      TRUE 2022-12-18 10:00:00
## 6968 2022-12-18 09:41:19      TRUE 2022-12-18 10:00:00
## 6969 2022-12-18 09:40:08      TRUE 2022-12-18 10:00:00
## 6970 2022-12-18 09:39:58      TRUE 2022-12-18 10:00:00
## 6971 2022-12-18 09:36:49      TRUE 2022-12-18 10:00:00
## 6972 2022-12-18 09:36:39      TRUE 2022-12-18 10:00:00
## 6973 2022-12-18 09:35:54      TRUE 2022-12-18 10:00:00
## 6974 2022-12-18 09:34:44      TRUE 2022-12-18 10:00:00
## 6975 2022-12-18 09:34:44      TRUE 2022-12-18 10:00:00
## 6976 2022-12-18 09:34:24      TRUE 2022-12-18 10:00:00
## 6977 2022-12-18 09:34:00      TRUE 2022-12-18 10:00:00
## 6978 2022-12-18 09:33:31      TRUE 2022-12-18 10:00:00
## 6979 2022-12-18 09:30:05      TRUE 2022-12-18 10:00:00
## 6980 2022-12-18 09:29:34      TRUE 2022-12-18 09:00:00
## 6981 2022-12-18 09:27:58      TRUE 2022-12-18 09:00:00
## 6982 2022-12-18 09:23:00      TRUE 2022-12-18 09:00:00
## 6983 2022-12-18 09:21:38      TRUE 2022-12-18 09:00:00
## 6984 2022-12-18 09:21:30      TRUE 2022-12-18 09:00:00
## 6985 2022-12-18 09:21:13      TRUE 2022-12-18 09:00:00
## 6986 2022-12-18 09:20:43      TRUE 2022-12-18 09:00:00
## 6987 2022-12-18 09:19:27      TRUE 2022-12-18 09:00:00
## 6988 2022-12-18 09:19:26      TRUE 2022-12-18 09:00:00
## 6989 2022-12-18 09:18:31      TRUE 2022-12-18 09:00:00
## 6990 2022-12-18 09:17:20      TRUE 2022-12-18 09:00:00
## 6991 2022-12-18 09:17:18      TRUE 2022-12-18 09:00:00
## 6992 2022-12-18 09:17:09      TRUE 2022-12-18 09:00:00
## 6993 2022-12-18 09:17:07      TRUE 2022-12-18 09:00:00
## 6994 2022-12-18 09:16:46      TRUE 2022-12-18 09:00:00
## 6995 2022-12-18 09:16:44      TRUE 2022-12-18 09:00:00
## 6996 2022-12-18 09:16:22      TRUE 2022-12-18 09:00:00
## 6997 2022-12-18 09:16:06      TRUE 2022-12-18 09:00:00
## 6998 2022-12-18 09:15:29      TRUE 2022-12-18 09:00:00
## 6999 2022-12-18 09:14:41      TRUE 2022-12-18 09:00:00
## 7000 2022-12-18 09:14:28      TRUE 2022-12-18 09:00:00
## 7001 2022-12-18 09:14:07      TRUE 2022-12-18 09:00:00
## 7002 2022-12-18 09:13:16      TRUE 2022-12-18 09:00:00
## 7003 2022-12-18 09:12:53      TRUE 2022-12-18 09:00:00
## 7004 2022-12-18 09:10:48      TRUE 2022-12-18 09:00:00
## 7005 2022-12-18 09:08:34      TRUE 2022-12-18 09:00:00
## 7006 2022-12-18 09:07:50      TRUE 2022-12-18 09:00:00
## 7007 2022-12-18 09:06:30      TRUE 2022-12-18 09:00:00
## 7008 2022-12-18 09:06:25      TRUE 2022-12-18 09:00:00
## 7009 2022-12-18 09:05:41      TRUE 2022-12-18 09:00:00
## 7010 2022-12-18 09:04:39      TRUE 2022-12-18 09:00:00
## 7011 2022-12-18 09:01:28      TRUE 2022-12-18 09:00:00
## 7012 2022-12-18 08:59:05      TRUE 2022-12-18 09:00:00
## 7013 2022-12-18 08:58:39      TRUE 2022-12-18 09:00:00
## 7014 2022-12-18 08:57:04      TRUE 2022-12-18 09:00:00
## 7015 2022-12-18 08:55:05      TRUE 2022-12-18 09:00:00
## 7016 2022-12-18 08:54:41      TRUE 2022-12-18 09:00:00
## 7017 2022-12-18 08:53:59      TRUE 2022-12-18 09:00:00
## 7018 2022-12-18 08:52:55      TRUE 2022-12-18 09:00:00
## 7019 2022-12-18 08:52:47      TRUE 2022-12-18 09:00:00
## 7020 2022-12-18 08:52:37      TRUE 2022-12-18 09:00:00
## 7021 2022-12-18 08:51:22      TRUE 2022-12-18 09:00:00
## 7022 2022-12-18 08:50:29      TRUE 2022-12-18 09:00:00
## 7023 2022-12-18 08:50:17      TRUE 2022-12-18 09:00:00
## 7024 2022-12-18 08:50:15      TRUE 2022-12-18 09:00:00
## 7025 2022-12-18 08:49:16      TRUE 2022-12-18 09:00:00
## 7026 2022-12-18 08:48:27      TRUE 2022-12-18 09:00:00
## 7027 2022-12-18 08:48:04      TRUE 2022-12-18 09:00:00
## 7028 2022-12-18 08:47:51      TRUE 2022-12-18 09:00:00
## 7029 2022-12-18 08:47:33      TRUE 2022-12-18 09:00:00
## 7030 2022-12-18 08:46:51      TRUE 2022-12-18 09:00:00
## 7031 2022-12-18 08:45:35      TRUE 2022-12-18 09:00:00
## 7032 2022-12-18 08:44:07      TRUE 2022-12-18 09:00:00
## 7033 2022-12-18 08:43:28      TRUE 2022-12-18 09:00:00
## 7034 2022-12-18 08:42:55      TRUE 2022-12-18 09:00:00
## 7035 2022-12-18 08:41:55      TRUE 2022-12-18 09:00:00
## 7036 2022-12-18 08:41:38      TRUE 2022-12-18 09:00:00
## 7037 2022-12-18 08:40:56      TRUE 2022-12-18 09:00:00
## 7038 2022-12-18 08:39:32      TRUE 2022-12-18 09:00:00
## 7039 2022-12-18 08:39:31      TRUE 2022-12-18 09:00:00
## 7040 2022-12-18 08:37:25      TRUE 2022-12-18 09:00:00
## 7041 2022-12-18 08:37:23      TRUE 2022-12-18 09:00:00
## 7042 2022-12-18 08:37:15      TRUE 2022-12-18 09:00:00
## 7043 2022-12-18 08:36:18      TRUE 2022-12-18 09:00:00
## 7044 2022-12-18 08:36:04      TRUE 2022-12-18 09:00:00
## 7045 2022-12-18 08:35:53      TRUE 2022-12-18 09:00:00
## 7046 2022-12-18 08:35:52      TRUE 2022-12-18 09:00:00
## 7047 2022-12-18 08:35:11      TRUE 2022-12-18 09:00:00
## 7048 2022-12-18 08:35:02      TRUE 2022-12-18 09:00:00
## 7049 2022-12-18 08:34:57      TRUE 2022-12-18 09:00:00
## 7050 2022-12-18 08:34:52      TRUE 2022-12-18 09:00:00
## 7051 2022-12-18 08:34:05      TRUE 2022-12-18 09:00:00
## 7052 2022-12-18 08:33:41      TRUE 2022-12-18 09:00:00
## 7053 2022-12-18 08:32:53      TRUE 2022-12-18 09:00:00
## 7054 2022-12-18 08:32:35      TRUE 2022-12-18 09:00:00
## 7055 2022-12-18 08:32:28      TRUE 2022-12-18 09:00:00
## 7056 2022-12-18 08:31:52      TRUE 2022-12-18 09:00:00
## 7057 2022-12-18 08:31:05      TRUE 2022-12-18 09:00:00
## 7058 2022-12-18 08:30:58      TRUE 2022-12-18 09:00:00
## 7059 2022-12-18 08:30:21      TRUE 2022-12-18 09:00:00
## 7060 2022-12-18 08:29:27      TRUE 2022-12-18 08:00:00
## 7061 2022-12-18 08:29:19      TRUE 2022-12-18 08:00:00
## 7062 2022-12-18 08:28:24      TRUE 2022-12-18 08:00:00
## 7063 2022-12-18 08:28:02      TRUE 2022-12-18 08:00:00
## 7064 2022-12-18 08:26:50      TRUE 2022-12-18 08:00:00
## 7065 2022-12-18 08:26:41      TRUE 2022-12-18 08:00:00
## 7066 2022-12-18 08:26:18      TRUE 2022-12-18 08:00:00
## 7067 2022-12-18 08:26:15      TRUE 2022-12-18 08:00:00
## 7068 2022-12-18 08:25:51      TRUE 2022-12-18 08:00:00
## 7069 2022-12-18 08:25:40      TRUE 2022-12-18 08:00:00
## 7070 2022-12-18 08:23:17      TRUE 2022-12-18 08:00:00
## 7071 2022-12-18 08:21:59      TRUE 2022-12-18 08:00:00
## 7072 2022-12-18 08:21:57      TRUE 2022-12-18 08:00:00
## 7073 2022-12-18 08:21:48      TRUE 2022-12-18 08:00:00
## 7074 2022-12-18 08:21:25      TRUE 2022-12-18 08:00:00
## 7075 2022-12-18 08:20:46      TRUE 2022-12-18 08:00:00
## 7076 2022-12-18 08:19:50      TRUE 2022-12-18 08:00:00
## 7077 2022-12-18 08:19:29      TRUE 2022-12-18 08:00:00
## 7078 2022-12-18 08:17:58      TRUE 2022-12-18 08:00:00
## 7079 2022-12-18 08:17:17      TRUE 2022-12-18 08:00:00
## 7080 2022-12-18 08:17:04      TRUE 2022-12-18 08:00:00
## 7081 2022-12-18 08:17:03      TRUE 2022-12-18 08:00:00
## 7082 2022-12-18 08:16:49      TRUE 2022-12-18 08:00:00
## 7083 2022-12-18 08:16:36      TRUE 2022-12-18 08:00:00
## 7084 2022-12-18 08:15:10      TRUE 2022-12-18 08:00:00
## 7085 2022-12-18 08:14:32      TRUE 2022-12-18 08:00:00
## 7086 2022-12-18 08:13:07      TRUE 2022-12-18 08:00:00
## 7087 2022-12-18 08:11:22      TRUE 2022-12-18 08:00:00
## 7088 2022-12-18 08:11:18      TRUE 2022-12-18 08:00:00
## 7089 2022-12-18 08:10:06      TRUE 2022-12-18 08:00:00
## 7090 2022-12-18 08:07:55      TRUE 2022-12-18 08:00:00
## 7091 2022-12-18 08:06:15      TRUE 2022-12-18 08:00:00
## 7092 2022-12-18 08:06:02      TRUE 2022-12-18 08:00:00
## 7093 2022-12-18 08:05:53      TRUE 2022-12-18 08:00:00
## 7094 2022-12-18 08:04:53      TRUE 2022-12-18 08:00:00
## 7095 2022-12-18 08:02:50      TRUE 2022-12-18 08:00:00
## 7096 2022-12-18 08:01:52      TRUE 2022-12-18 08:00:00
## 7097 2022-12-18 08:00:46      TRUE 2022-12-18 08:00:00
## 7098 2022-12-18 08:00:35      TRUE 2022-12-18 08:00:00
## 7099 2022-12-18 07:58:20      TRUE 2022-12-18 08:00:00
## 7100 2022-12-18 07:58:19      TRUE 2022-12-18 08:00:00
## 7101 2022-12-18 07:57:55      TRUE 2022-12-18 08:00:00
## 7102 2022-12-18 07:57:54      TRUE 2022-12-18 08:00:00
## 7103 2022-12-18 07:57:36      TRUE 2022-12-18 08:00:00
## 7104 2022-12-18 07:57:19      TRUE 2022-12-18 08:00:00
## 7105 2022-12-18 07:56:42      TRUE 2022-12-18 08:00:00
## 7106 2022-12-18 07:53:19      TRUE 2022-12-18 08:00:00
## 7107 2022-12-18 07:52:04      TRUE 2022-12-18 08:00:00
## 7108 2022-12-18 07:51:37      TRUE 2022-12-18 08:00:00
## 7109 2022-12-18 07:50:49      TRUE 2022-12-18 08:00:00
## 7110 2022-12-18 07:50:45      TRUE 2022-12-18 08:00:00
## 7111 2022-12-18 07:50:40      TRUE 2022-12-18 08:00:00
## 7112 2022-12-18 07:50:28      TRUE 2022-12-18 08:00:00
## 7113 2022-12-18 07:49:38      TRUE 2022-12-18 08:00:00
## 7114 2022-12-18 07:49:27      TRUE 2022-12-18 08:00:00
## 7115 2022-12-18 07:48:06      TRUE 2022-12-18 08:00:00
## 7116 2022-12-18 07:47:30      TRUE 2022-12-18 08:00:00
## 7117 2022-12-18 07:47:26      TRUE 2022-12-18 08:00:00
## 7118 2022-12-18 07:47:16      TRUE 2022-12-18 08:00:00
## 7119 2022-12-18 07:46:43      TRUE 2022-12-18 08:00:00
## 7120 2022-12-18 07:45:59      TRUE 2022-12-18 08:00:00
## 7121 2022-12-18 07:44:29      TRUE 2022-12-18 08:00:00
## 7122 2022-12-18 07:43:53      TRUE 2022-12-18 08:00:00
## 7123 2022-12-18 07:41:29      TRUE 2022-12-18 08:00:00
## 7124 2022-12-18 07:41:21      TRUE 2022-12-18 08:00:00
## 7125 2022-12-18 07:39:26      TRUE 2022-12-18 08:00:00
## 7126 2022-12-18 07:38:19      TRUE 2022-12-18 08:00:00
## 7127 2022-12-18 07:36:05      TRUE 2022-12-18 08:00:00
## 7128 2022-12-18 07:34:08      TRUE 2022-12-18 08:00:00
## 7129 2022-12-18 07:32:44      TRUE 2022-12-18 08:00:00
## 7130 2022-12-18 07:31:11      TRUE 2022-12-18 08:00:00
## 7131 2022-12-18 07:27:28      TRUE 2022-12-18 07:00:00
## 7132 2022-12-18 07:25:52      TRUE 2022-12-18 07:00:00
## 7133 2022-12-18 07:25:51      TRUE 2022-12-18 07:00:00
## 7134 2022-12-18 07:25:46      TRUE 2022-12-18 07:00:00
## 7135 2022-12-18 07:25:16      TRUE 2022-12-18 07:00:00
## 7136 2022-12-18 07:25:06      TRUE 2022-12-18 07:00:00
## 7137 2022-12-18 07:23:30      TRUE 2022-12-18 07:00:00
## 7138 2022-12-18 07:23:13      TRUE 2022-12-18 07:00:00
## 7139 2022-12-18 07:20:41      TRUE 2022-12-18 07:00:00
## 7140 2022-12-18 07:20:03      TRUE 2022-12-18 07:00:00
## 7141 2022-12-18 07:18:23      TRUE 2022-12-18 07:00:00
## 7142 2022-12-18 07:18:07      TRUE 2022-12-18 07:00:00
## 7143 2022-12-18 07:17:01      TRUE 2022-12-18 07:00:00
## 7144 2022-12-18 07:15:46      TRUE 2022-12-18 07:00:00
## 7145 2022-12-18 07:15:03      TRUE 2022-12-18 07:00:00
## 7146 2022-12-18 07:14:39      TRUE 2022-12-18 07:00:00
## 7147 2022-12-18 07:13:55      TRUE 2022-12-18 07:00:00
## 7148 2022-12-18 07:13:38      TRUE 2022-12-18 07:00:00
## 7149 2022-12-18 07:13:36      TRUE 2022-12-18 07:00:00
## 7150 2022-12-18 07:12:24      TRUE 2022-12-18 07:00:00
## 7151 2022-12-18 07:10:40      TRUE 2022-12-18 07:00:00
## 7152 2022-12-18 07:10:17      TRUE 2022-12-18 07:00:00
## 7153 2022-12-18 07:07:00      TRUE 2022-12-18 07:00:00
## 7154 2022-12-18 07:06:59      TRUE 2022-12-18 07:00:00
## 7155 2022-12-18 07:06:15      TRUE 2022-12-18 07:00:00
## 7156 2022-12-18 07:05:08      TRUE 2022-12-18 07:00:00
## 7157 2022-12-18 07:04:35      TRUE 2022-12-18 07:00:00
## 7158 2022-12-18 07:02:57      TRUE 2022-12-18 07:00:00
## 7159 2022-12-18 07:02:51      TRUE 2022-12-18 07:00:00
## 7160 2022-12-18 07:02:05      TRUE 2022-12-18 07:00:00
## 7161 2022-12-18 07:01:35      TRUE 2022-12-18 07:00:00
## 7162 2022-12-18 07:01:30      TRUE 2022-12-18 07:00:00
## 7163 2022-12-18 07:00:22      TRUE 2022-12-18 07:00:00
## 7164 2022-12-18 06:59:59      TRUE 2022-12-18 07:00:00
## 7165 2022-12-18 06:57:54      TRUE 2022-12-18 07:00:00
## 7166 2022-12-18 06:57:37      TRUE 2022-12-18 07:00:00
## 7167 2022-12-18 06:57:01      TRUE 2022-12-18 07:00:00
## 7168 2022-12-18 06:56:46      TRUE 2022-12-18 07:00:00
## 7169 2022-12-18 06:54:50      TRUE 2022-12-18 07:00:00
## 7170 2022-12-18 06:54:42      TRUE 2022-12-18 07:00:00
## 7171 2022-12-18 06:53:49      TRUE 2022-12-18 07:00:00
## 7172 2022-12-18 06:53:24      TRUE 2022-12-18 07:00:00
## 7173 2022-12-18 06:52:52      TRUE 2022-12-18 07:00:00
## 7174 2022-12-18 06:51:52      TRUE 2022-12-18 07:00:00
## 7175 2022-12-18 06:51:07      TRUE 2022-12-18 07:00:00
## 7176 2022-12-18 06:51:05      TRUE 2022-12-18 07:00:00
## 7177 2022-12-18 06:50:09      TRUE 2022-12-18 07:00:00
## 7178 2022-12-18 06:48:12      TRUE 2022-12-18 07:00:00
## 7179 2022-12-18 06:46:56      TRUE 2022-12-18 07:00:00
## 7180 2022-12-18 06:45:23      TRUE 2022-12-18 07:00:00
## 7181 2022-12-18 06:45:07      TRUE 2022-12-18 07:00:00
## 7182 2022-12-18 06:42:44      TRUE 2022-12-18 07:00:00
## 7183 2022-12-18 06:41:58      TRUE 2022-12-18 07:00:00
## 7184 2022-12-18 06:41:24      TRUE 2022-12-18 07:00:00
## 7185 2022-12-18 06:40:58      TRUE 2022-12-18 07:00:00
## 7186 2022-12-18 06:39:26      TRUE 2022-12-18 07:00:00
## 7187 2022-12-18 06:37:55      TRUE 2022-12-18 07:00:00
## 7188 2022-12-18 06:37:52      TRUE 2022-12-18 07:00:00
## 7189 2022-12-18 06:37:30      TRUE 2022-12-18 07:00:00
## 7190 2022-12-18 06:35:20      TRUE 2022-12-18 07:00:00
## 7191 2022-12-18 06:35:08      TRUE 2022-12-18 07:00:00
## 7192 2022-12-18 06:34:39      TRUE 2022-12-18 07:00:00
## 7193 2022-12-18 06:33:56      TRUE 2022-12-18 07:00:00
## 7194 2022-12-18 06:33:43      TRUE 2022-12-18 07:00:00
## 7195 2022-12-18 06:32:54      TRUE 2022-12-18 07:00:00
## 7196 2022-12-18 06:31:23      TRUE 2022-12-18 07:00:00
## 7197 2022-12-18 06:31:08      TRUE 2022-12-18 07:00:00
## 7198 2022-12-18 06:31:05      TRUE 2022-12-18 07:00:00
## 7199 2022-12-18 06:31:02      TRUE 2022-12-18 07:00:00
## 7200 2022-12-18 06:30:31      TRUE 2022-12-18 07:00:00
## 7201 2022-12-18 06:29:02      TRUE 2022-12-18 06:00:00
## 7202 2022-12-18 06:28:59      TRUE 2022-12-18 06:00:00
## 7203 2022-12-18 06:28:47      TRUE 2022-12-18 06:00:00
## 7204 2022-12-18 06:28:33      TRUE 2022-12-18 06:00:00
## 7205 2022-12-18 06:28:10      TRUE 2022-12-18 06:00:00
## 7206 2022-12-18 06:28:02      TRUE 2022-12-18 06:00:00
## 7207 2022-12-18 06:27:41      TRUE 2022-12-18 06:00:00
## 7208 2022-12-18 06:25:37      TRUE 2022-12-18 06:00:00
## 7209 2022-12-18 06:25:11      TRUE 2022-12-18 06:00:00
## 7210 2022-12-18 06:24:32      TRUE 2022-12-18 06:00:00
## 7211 2022-12-18 06:24:11      TRUE 2022-12-18 06:00:00
## 7212 2022-12-18 06:24:04      TRUE 2022-12-18 06:00:00
## 7213 2022-12-18 06:23:58      TRUE 2022-12-18 06:00:00
## 7214 2022-12-18 06:23:03      TRUE 2022-12-18 06:00:00
## 7215 2022-12-18 06:20:55      TRUE 2022-12-18 06:00:00
## 7216 2022-12-18 06:19:23      TRUE 2022-12-18 06:00:00
## 7217 2022-12-18 06:18:05      TRUE 2022-12-18 06:00:00
## 7218 2022-12-18 06:18:00      TRUE 2022-12-18 06:00:00
## 7219 2022-12-18 06:17:54      TRUE 2022-12-18 06:00:00
## 7220 2022-12-18 06:17:47      TRUE 2022-12-18 06:00:00
## 7221 2022-12-18 06:17:17      TRUE 2022-12-18 06:00:00
## 7222 2022-12-18 06:16:24      TRUE 2022-12-18 06:00:00
## 7223 2022-12-18 06:16:09      TRUE 2022-12-18 06:00:00
## 7224 2022-12-18 06:16:08      TRUE 2022-12-18 06:00:00
## 7225 2022-12-18 06:16:00      TRUE 2022-12-18 06:00:00
## 7226 2022-12-18 06:15:22      TRUE 2022-12-18 06:00:00
## 7227 2022-12-18 06:14:19      TRUE 2022-12-18 06:00:00
## 7228 2022-12-18 06:14:04      TRUE 2022-12-18 06:00:00
## 7229 2022-12-18 06:13:44      TRUE 2022-12-18 06:00:00
## 7230 2022-12-18 06:13:05      TRUE 2022-12-18 06:00:00
## 7231 2022-12-18 06:11:48      TRUE 2022-12-18 06:00:00
## 7232 2022-12-18 06:10:43      TRUE 2022-12-18 06:00:00
## 7233 2022-12-18 06:10:40      TRUE 2022-12-18 06:00:00
## 7234 2022-12-18 06:08:57      TRUE 2022-12-18 06:00:00
## 7235 2022-12-18 06:07:14      TRUE 2022-12-18 06:00:00
## 7236 2022-12-18 06:06:29      TRUE 2022-12-18 06:00:00
## 7237 2022-12-18 06:06:14      TRUE 2022-12-18 06:00:00
## 7238 2022-12-18 06:05:32      TRUE 2022-12-18 06:00:00
## 7239 2022-12-18 06:05:31      TRUE 2022-12-18 06:00:00
## 7240 2022-12-18 06:05:04      TRUE 2022-12-18 06:00:00
## 7241 2022-12-18 06:03:11      TRUE 2022-12-18 06:00:00
## 7242 2022-12-18 06:03:03      TRUE 2022-12-18 06:00:00
## 7243 2022-12-18 06:02:57      TRUE 2022-12-18 06:00:00
## 7244 2022-12-18 06:02:32      TRUE 2022-12-18 06:00:00
## 7245 2022-12-18 06:02:17      TRUE 2022-12-18 06:00:00
## 7246 2022-12-18 06:01:33      TRUE 2022-12-18 06:00:00
## 7247 2022-12-18 06:01:11      TRUE 2022-12-18 06:00:00
## 7248 2022-12-18 06:00:54      TRUE 2022-12-18 06:00:00
## 7249 2022-12-18 06:00:33      TRUE 2022-12-18 06:00:00
## 7250 2022-12-18 06:00:24      TRUE 2022-12-18 06:00:00
## 7251 2022-12-18 05:59:57      TRUE 2022-12-18 06:00:00
## 7252 2022-12-18 05:59:21      TRUE 2022-12-18 06:00:00
## 7253 2022-12-18 05:58:46      TRUE 2022-12-18 06:00:00
## 7254 2022-12-18 05:58:07      TRUE 2022-12-18 06:00:00
## 7255 2022-12-18 05:58:01      TRUE 2022-12-18 06:00:00
## 7256 2022-12-18 05:57:18      TRUE 2022-12-18 06:00:00
## 7257 2022-12-18 05:57:10      TRUE 2022-12-18 06:00:00
## 7258 2022-12-18 05:56:41      TRUE 2022-12-18 06:00:00
## 7259 2022-12-18 05:56:15      TRUE 2022-12-18 06:00:00
## 7260 2022-12-18 05:55:40      TRUE 2022-12-18 06:00:00
## 7261 2022-12-18 05:54:49      TRUE 2022-12-18 06:00:00
## 7262 2022-12-18 05:54:17      TRUE 2022-12-18 06:00:00
## 7263 2022-12-18 05:52:17      TRUE 2022-12-18 06:00:00
## 7264 2022-12-18 05:50:27      TRUE 2022-12-18 06:00:00
## 7265 2022-12-18 05:50:22      TRUE 2022-12-18 06:00:00
## 7266 2022-12-18 05:48:15      TRUE 2022-12-18 06:00:00
## 7267 2022-12-18 05:43:59      TRUE 2022-12-18 06:00:00
## 7268 2022-12-18 05:43:15      TRUE 2022-12-18 06:00:00
## 7269 2022-12-18 05:42:23      TRUE 2022-12-18 06:00:00
## 7270 2022-12-18 05:42:20      TRUE 2022-12-18 06:00:00
## 7271 2022-12-18 05:42:11      TRUE 2022-12-18 06:00:00
## 7272 2022-12-18 05:41:22      TRUE 2022-12-18 06:00:00
## 7273 2022-12-18 05:40:02      TRUE 2022-12-18 06:00:00
## 7274 2022-12-18 05:39:09      TRUE 2022-12-18 06:00:00
## 7275 2022-12-18 05:37:46      TRUE 2022-12-18 06:00:00
## 7276 2022-12-18 05:37:13      TRUE 2022-12-18 06:00:00
## 7277 2022-12-18 05:37:09      TRUE 2022-12-18 06:00:00
## 7278 2022-12-18 05:36:17      TRUE 2022-12-18 06:00:00
## 7279 2022-12-18 05:35:37      TRUE 2022-12-18 06:00:00
## 7280 2022-12-18 05:33:41      TRUE 2022-12-18 06:00:00
## 7281 2022-12-18 05:33:27      TRUE 2022-12-18 06:00:00
## 7282 2022-12-18 05:33:03      TRUE 2022-12-18 06:00:00
## 7283 2022-12-18 05:32:41      TRUE 2022-12-18 06:00:00
## 7284 2022-12-18 05:32:23      TRUE 2022-12-18 06:00:00
## 7285 2022-12-18 05:31:52      TRUE 2022-12-18 06:00:00
## 7286 2022-12-18 05:31:31      TRUE 2022-12-18 06:00:00
## 7287 2022-12-18 05:30:38      TRUE 2022-12-18 06:00:00
## 7288 2022-12-18 05:29:03      TRUE 2022-12-18 05:00:00
## 7289 2022-12-18 05:28:57      TRUE 2022-12-18 05:00:00
## 7290 2022-12-18 05:28:42      TRUE 2022-12-18 05:00:00
## 7291 2022-12-18 05:26:26      TRUE 2022-12-18 05:00:00
## 7292 2022-12-18 05:25:43      TRUE 2022-12-18 05:00:00
## 7293 2022-12-18 05:25:31      TRUE 2022-12-18 05:00:00
## 7294 2022-12-18 05:25:07      TRUE 2022-12-18 05:00:00
## 7295 2022-12-18 05:24:47      TRUE 2022-12-18 05:00:00
## 7296 2022-12-18 05:24:38      TRUE 2022-12-18 05:00:00
## 7297 2022-12-18 05:23:18      TRUE 2022-12-18 05:00:00
## 7298 2022-12-18 05:22:20      TRUE 2022-12-18 05:00:00
## 7299 2022-12-18 05:21:40      TRUE 2022-12-18 05:00:00
## 7300 2022-12-18 05:20:27      TRUE 2022-12-18 05:00:00
## 7301 2022-12-18 05:19:59      TRUE 2022-12-18 05:00:00
## 7302 2022-12-18 05:19:32      TRUE 2022-12-18 05:00:00
## 7303 2022-12-18 05:18:45      TRUE 2022-12-18 05:00:00
## 7304 2022-12-18 05:18:31      TRUE 2022-12-18 05:00:00
## 7305 2022-12-18 05:15:19      TRUE 2022-12-18 05:00:00
## 7306 2022-12-18 05:15:17      TRUE 2022-12-18 05:00:00
## 7307 2022-12-18 05:15:10      TRUE 2022-12-18 05:00:00
## 7308 2022-12-18 05:14:58      TRUE 2022-12-18 05:00:00
## 7309 2022-12-18 05:14:33      TRUE 2022-12-18 05:00:00
## 7310 2022-12-18 05:13:42      TRUE 2022-12-18 05:00:00
## 7311 2022-12-18 05:12:13      TRUE 2022-12-18 05:00:00
## 7312 2022-12-18 05:11:41      TRUE 2022-12-18 05:00:00
## 7313 2022-12-18 05:10:56      TRUE 2022-12-18 05:00:00
## 7314 2022-12-18 05:10:54      TRUE 2022-12-18 05:00:00
## 7315 2022-12-18 05:10:02      TRUE 2022-12-18 05:00:00
## 7316 2022-12-18 05:09:26      TRUE 2022-12-18 05:00:00
## 7317 2022-12-18 05:09:16      TRUE 2022-12-18 05:00:00
## 7318 2022-12-18 05:08:32      TRUE 2022-12-18 05:00:00
## 7319 2022-12-18 05:08:27      TRUE 2022-12-18 05:00:00
## 7320 2022-12-18 05:08:12      TRUE 2022-12-18 05:00:00
## 7321 2022-12-18 05:08:03      TRUE 2022-12-18 05:00:00
## 7322 2022-12-18 05:08:00      TRUE 2022-12-18 05:00:00
## 7323 2022-12-18 05:07:27      TRUE 2022-12-18 05:00:00
## 7324 2022-12-18 05:06:58      TRUE 2022-12-18 05:00:00
## 7325 2022-12-18 05:06:15      TRUE 2022-12-18 05:00:00
## 7326 2022-12-18 05:06:09      TRUE 2022-12-18 05:00:00
## 7327 2022-12-18 05:05:09      TRUE 2022-12-18 05:00:00
## 7328 2022-12-18 05:03:30      TRUE 2022-12-18 05:00:00
## 7329 2022-12-18 05:02:22      TRUE 2022-12-18 05:00:00
## 7330 2022-12-18 05:02:03      TRUE 2022-12-18 05:00:00
## 7331 2022-12-18 05:01:35      TRUE 2022-12-18 05:00:00
## 7332 2022-12-18 05:00:27      TRUE 2022-12-18 05:00:00
## 7333 2022-12-18 04:59:17      TRUE 2022-12-18 05:00:00
## 7334 2022-12-18 04:58:38      TRUE 2022-12-18 05:00:00
## 7335 2022-12-18 04:57:56      TRUE 2022-12-18 05:00:00
## 7336 2022-12-18 04:56:59      TRUE 2022-12-18 05:00:00
## 7337 2022-12-18 04:56:43      TRUE 2022-12-18 05:00:00
## 7338 2022-12-18 04:56:35      TRUE 2022-12-18 05:00:00
## 7339 2022-12-18 04:56:34      TRUE 2022-12-18 05:00:00
## 7340 2022-12-18 04:56:25      TRUE 2022-12-18 05:00:00
## 7341 2022-12-18 04:55:36      TRUE 2022-12-18 05:00:00
## 7342 2022-12-18 04:55:21      TRUE 2022-12-18 05:00:00
## 7343 2022-12-18 04:55:14      TRUE 2022-12-18 05:00:00
## 7344 2022-12-18 04:54:54      TRUE 2022-12-18 05:00:00
## 7345 2022-12-18 04:54:50      TRUE 2022-12-18 05:00:00
## 7346 2022-12-18 04:54:46      TRUE 2022-12-18 05:00:00
## 7347 2022-12-18 04:54:08      TRUE 2022-12-18 05:00:00
## 7348 2022-12-18 04:54:00      TRUE 2022-12-18 05:00:00
## 7349 2022-12-18 04:53:58      TRUE 2022-12-18 05:00:00
## 7350 2022-12-18 04:53:33      TRUE 2022-12-18 05:00:00
## 7351 2022-12-18 04:53:24      TRUE 2022-12-18 05:00:00
## 7352 2022-12-18 04:53:12      TRUE 2022-12-18 05:00:00
## 7353 2022-12-18 04:53:02      TRUE 2022-12-18 05:00:00
## 7354 2022-12-18 04:52:23      TRUE 2022-12-18 05:00:00
## 7355 2022-12-18 04:52:19      TRUE 2022-12-18 05:00:00
## 7356 2022-12-18 04:52:17      TRUE 2022-12-18 05:00:00
## 7357 2022-12-18 04:52:11      TRUE 2022-12-18 05:00:00
## 7358 2022-12-18 04:51:50      TRUE 2022-12-18 05:00:00
## 7359 2022-12-18 04:51:06      TRUE 2022-12-18 05:00:00
## 7360 2022-12-18 04:51:03      TRUE 2022-12-18 05:00:00
## 7361 2022-12-18 04:50:55      TRUE 2022-12-18 05:00:00
## 7362 2022-12-18 04:50:32      TRUE 2022-12-18 05:00:00
## 7363 2022-12-18 04:49:44      TRUE 2022-12-18 05:00:00
## 7364 2022-12-18 04:49:14      TRUE 2022-12-18 05:00:00
## 7365 2022-12-18 04:48:06      TRUE 2022-12-18 05:00:00
## 7366 2022-12-18 04:47:08      TRUE 2022-12-18 05:00:00
## 7367 2022-12-18 04:46:55      TRUE 2022-12-18 05:00:00
## 7368 2022-12-18 04:46:54      TRUE 2022-12-18 05:00:00
## 7369 2022-12-18 04:46:42      TRUE 2022-12-18 05:00:00
## 7370 2022-12-18 04:46:26      TRUE 2022-12-18 05:00:00
## 7371 2022-12-18 04:46:14      TRUE 2022-12-18 05:00:00
## 7372 2022-12-18 04:45:41      TRUE 2022-12-18 05:00:00
## 7373 2022-12-18 04:45:04      TRUE 2022-12-18 05:00:00
## 7374 2022-12-18 04:44:00      TRUE 2022-12-18 05:00:00
## 7375 2022-12-18 04:43:13      TRUE 2022-12-18 05:00:00
## 7376 2022-12-18 04:43:12      TRUE 2022-12-18 05:00:00
## 7377 2022-12-18 04:41:42      TRUE 2022-12-18 05:00:00
## 7378 2022-12-18 04:41:35      TRUE 2022-12-18 05:00:00
## 7379 2022-12-18 04:41:26      TRUE 2022-12-18 05:00:00
## 7380 2022-12-18 04:41:02      TRUE 2022-12-18 05:00:00
## 7381 2022-12-18 04:40:41      TRUE 2022-12-18 05:00:00
## 7382 2022-12-18 04:39:42      TRUE 2022-12-18 05:00:00
## 7383 2022-12-18 04:38:57      TRUE 2022-12-18 05:00:00
## 7384 2022-12-18 04:38:45      TRUE 2022-12-18 05:00:00
## 7385 2022-12-18 04:38:06      TRUE 2022-12-18 05:00:00
## 7386 2022-12-18 04:38:05      TRUE 2022-12-18 05:00:00
## 7387 2022-12-18 04:36:15      TRUE 2022-12-18 05:00:00
## 7388 2022-12-18 04:36:14      TRUE 2022-12-18 05:00:00
## 7389 2022-12-18 04:35:51      TRUE 2022-12-18 05:00:00
## 7390 2022-12-18 04:34:47      TRUE 2022-12-18 05:00:00
## 7391 2022-12-18 04:34:23      TRUE 2022-12-18 05:00:00
## 7392 2022-12-18 04:34:15      TRUE 2022-12-18 05:00:00
## 7393 2022-12-18 04:33:50      TRUE 2022-12-18 05:00:00
## 7394 2022-12-18 04:32:55      TRUE 2022-12-18 05:00:00
## 7395 2022-12-18 04:31:30      TRUE 2022-12-18 05:00:00
## 7396 2022-12-18 04:31:17      TRUE 2022-12-18 05:00:00
## 7397 2022-12-18 04:30:16      TRUE 2022-12-18 05:00:00
## 7398 2022-12-18 04:29:32      TRUE 2022-12-18 04:00:00
## 7399 2022-12-18 04:28:52      TRUE 2022-12-18 04:00:00
## 7400 2022-12-18 04:28:49      TRUE 2022-12-18 04:00:00
## 7401 2022-12-18 04:28:44      TRUE 2022-12-18 04:00:00
## 7402 2022-12-18 04:27:26      TRUE 2022-12-18 04:00:00
## 7403 2022-12-18 04:27:22      TRUE 2022-12-18 04:00:00
## 7404 2022-12-18 04:26:37      TRUE 2022-12-18 04:00:00
## 7405 2022-12-18 04:26:27      TRUE 2022-12-18 04:00:00
## 7406 2022-12-18 04:26:13      TRUE 2022-12-18 04:00:00
## 7407 2022-12-18 04:25:03      TRUE 2022-12-18 04:00:00
## 7408 2022-12-18 04:24:21      TRUE 2022-12-18 04:00:00
## 7409 2022-12-18 04:22:54      TRUE 2022-12-18 04:00:00
## 7410 2022-12-18 04:20:58      TRUE 2022-12-18 04:00:00
## 7411 2022-12-18 04:20:51      TRUE 2022-12-18 04:00:00
## 7412 2022-12-18 04:20:49      TRUE 2022-12-18 04:00:00
## 7413 2022-12-18 04:19:01      TRUE 2022-12-18 04:00:00
## 7414 2022-12-18 04:17:49      TRUE 2022-12-18 04:00:00
## 7415 2022-12-18 04:16:51      TRUE 2022-12-18 04:00:00
## 7416 2022-12-18 04:16:32      TRUE 2022-12-18 04:00:00
## 7417 2022-12-18 04:16:09      TRUE 2022-12-18 04:00:00
## 7418 2022-12-18 04:16:01      TRUE 2022-12-18 04:00:00
## 7419 2022-12-18 04:15:53      TRUE 2022-12-18 04:00:00
## 7420 2022-12-18 04:15:09      TRUE 2022-12-18 04:00:00
## 7421 2022-12-18 04:14:24      TRUE 2022-12-18 04:00:00
## 7422 2022-12-18 04:14:06      TRUE 2022-12-18 04:00:00
## 7423 2022-12-18 04:13:41      TRUE 2022-12-18 04:00:00
## 7424 2022-12-18 04:13:30      TRUE 2022-12-18 04:00:00
## 7425 2022-12-18 04:13:00      TRUE 2022-12-18 04:00:00
## 7426 2022-12-18 04:12:55      TRUE 2022-12-18 04:00:00
## 7427 2022-12-18 04:11:49      TRUE 2022-12-18 04:00:00
## 7428 2022-12-18 04:11:33      TRUE 2022-12-18 04:00:00
## 7429 2022-12-18 04:11:28      TRUE 2022-12-18 04:00:00
## 7430 2022-12-18 04:10:40      TRUE 2022-12-18 04:00:00
## 7431 2022-12-18 04:09:35      TRUE 2022-12-18 04:00:00
## 7432 2022-12-18 04:09:08      TRUE 2022-12-18 04:00:00
## 7433 2022-12-18 04:08:47      TRUE 2022-12-18 04:00:00
## 7434 2022-12-18 04:08:08      TRUE 2022-12-18 04:00:00
## 7435 2022-12-18 04:08:04      TRUE 2022-12-18 04:00:00
## 7436 2022-12-18 04:07:55      TRUE 2022-12-18 04:00:00
## 7437 2022-12-18 04:06:56      TRUE 2022-12-18 04:00:00
## 7438 2022-12-18 04:06:27      TRUE 2022-12-18 04:00:00
## 7439 2022-12-18 04:06:26      TRUE 2022-12-18 04:00:00
## 7440 2022-12-18 04:06:21      TRUE 2022-12-18 04:00:00
## 7441 2022-12-18 04:06:14      TRUE 2022-12-18 04:00:00
## 7442 2022-12-18 04:06:13      TRUE 2022-12-18 04:00:00
## 7443 2022-12-18 04:05:16      TRUE 2022-12-18 04:00:00
## 7444 2022-12-18 04:04:29      TRUE 2022-12-18 04:00:00
## 7445 2022-12-18 04:04:28      TRUE 2022-12-18 04:00:00
## 7446 2022-12-18 04:04:24      TRUE 2022-12-18 04:00:00
## 7447 2022-12-18 04:04:22      TRUE 2022-12-18 04:00:00
## 7448 2022-12-18 04:04:06      TRUE 2022-12-18 04:00:00
## 7449 2022-12-18 04:04:03      TRUE 2022-12-18 04:00:00
## 7450 2022-12-18 04:03:47      TRUE 2022-12-18 04:00:00
## 7451 2022-12-18 04:03:47      TRUE 2022-12-18 04:00:00
## 7452 2022-12-18 04:01:47      TRUE 2022-12-18 04:00:00
## 7453 2022-12-18 04:00:31      TRUE 2022-12-18 04:00:00
## 7454 2022-12-18 04:00:21      TRUE 2022-12-18 04:00:00
## 7455 2022-12-18 04:00:17      TRUE 2022-12-18 04:00:00
## 7456 2022-12-18 03:59:48      TRUE 2022-12-18 04:00:00
## 7457 2022-12-18 03:58:59      TRUE 2022-12-18 04:00:00
## 7458 2022-12-18 03:58:42      TRUE 2022-12-18 04:00:00
## 7459 2022-12-18 03:56:23      TRUE 2022-12-18 04:00:00
## 7460 2022-12-18 03:55:52      TRUE 2022-12-18 04:00:00
## 7461 2022-12-18 03:55:37      TRUE 2022-12-18 04:00:00
## 7462 2022-12-18 03:54:22      TRUE 2022-12-18 04:00:00
## 7463 2022-12-18 03:52:21      TRUE 2022-12-18 04:00:00
## 7464 2022-12-18 03:51:23      TRUE 2022-12-18 04:00:00
## 7465 2022-12-18 03:50:12      TRUE 2022-12-18 04:00:00
## 7466 2022-12-18 03:49:20      TRUE 2022-12-18 04:00:00
## 7467 2022-12-18 03:48:33      TRUE 2022-12-18 04:00:00
## 7468 2022-12-18 03:46:12      TRUE 2022-12-18 04:00:00
## 7469 2022-12-18 03:44:47      TRUE 2022-12-18 04:00:00
## 7470 2022-12-18 03:44:30      TRUE 2022-12-18 04:00:00
## 7471 2022-12-18 03:44:03      TRUE 2022-12-18 04:00:00
## 7472 2022-12-18 03:44:02      TRUE 2022-12-18 04:00:00
## 7473 2022-12-18 03:41:32      TRUE 2022-12-18 04:00:00
## 7474 2022-12-18 03:41:09      TRUE 2022-12-18 04:00:00
## 7475 2022-12-18 03:38:06      TRUE 2022-12-18 04:00:00
## 7476 2022-12-18 03:37:49      TRUE 2022-12-18 04:00:00
## 7477 2022-12-18 03:37:42      TRUE 2022-12-18 04:00:00
## 7478 2022-12-18 03:37:11      TRUE 2022-12-18 04:00:00
## 7479 2022-12-18 03:35:41      TRUE 2022-12-18 04:00:00
## 7480 2022-12-18 03:34:38      TRUE 2022-12-18 04:00:00
## 7481 2022-12-18 03:34:21      TRUE 2022-12-18 04:00:00
## 7482 2022-12-18 03:34:18      TRUE 2022-12-18 04:00:00
## 7483 2022-12-18 03:33:50      TRUE 2022-12-18 04:00:00
## 7484 2022-12-18 03:33:18      TRUE 2022-12-18 04:00:00
## 7485 2022-12-18 03:33:03      TRUE 2022-12-18 04:00:00
## 7486 2022-12-18 03:31:33      TRUE 2022-12-18 04:00:00
## 7487 2022-12-18 03:30:42      TRUE 2022-12-18 04:00:00
## 7488 2022-12-18 03:30:41      TRUE 2022-12-18 04:00:00
## 7489 2022-12-18 03:29:59      TRUE 2022-12-18 03:00:00
## 7490 2022-12-18 03:29:44      TRUE 2022-12-18 03:00:00
## 7491 2022-12-18 03:29:01      TRUE 2022-12-18 03:00:00
## 7492 2022-12-18 03:28:54      TRUE 2022-12-18 03:00:00
## 7493 2022-12-18 03:28:40      TRUE 2022-12-18 03:00:00
## 7494 2022-12-18 03:28:39      TRUE 2022-12-18 03:00:00
## 7495 2022-12-18 03:28:18      TRUE 2022-12-18 03:00:00
## 7496 2022-12-18 03:25:56      TRUE 2022-12-18 03:00:00
## 7497 2022-12-18 03:25:42      TRUE 2022-12-18 03:00:00
## 7498 2022-12-18 03:25:17      TRUE 2022-12-18 03:00:00
## 7499 2022-12-18 03:24:18      TRUE 2022-12-18 03:00:00
## 7500 2022-12-18 03:23:36      TRUE 2022-12-18 03:00:00
## 7501 2022-12-18 03:23:15      TRUE 2022-12-18 03:00:00
## 7502 2022-12-18 03:20:27      TRUE 2022-12-18 03:00:00
## 7503 2022-12-18 03:20:13      TRUE 2022-12-18 03:00:00
## 7504 2022-12-18 03:19:51      TRUE 2022-12-18 03:00:00
## 7505 2022-12-18 03:18:40      TRUE 2022-12-18 03:00:00
## 7506 2022-12-18 03:17:32      TRUE 2022-12-18 03:00:00
## 7507 2022-12-18 03:16:47      TRUE 2022-12-18 03:00:00
## 7508 2022-12-18 03:16:27      TRUE 2022-12-18 03:00:00
## 7509 2022-12-18 03:16:24      TRUE 2022-12-18 03:00:00
## 7510 2022-12-18 03:16:13      TRUE 2022-12-18 03:00:00
## 7511 2022-12-18 03:16:10      TRUE 2022-12-18 03:00:00
## 7512 2022-12-18 03:15:48      TRUE 2022-12-18 03:00:00
## 7513 2022-12-18 03:15:30      TRUE 2022-12-18 03:00:00
## 7514 2022-12-18 03:15:04      TRUE 2022-12-18 03:00:00
## 7515 2022-12-18 03:15:04      TRUE 2022-12-18 03:00:00
## 7516 2022-12-18 03:14:40      TRUE 2022-12-18 03:00:00
## 7517 2022-12-18 03:14:39      TRUE 2022-12-18 03:00:00
## 7518 2022-12-18 03:14:37      TRUE 2022-12-18 03:00:00
## 7519 2022-12-18 03:14:29      TRUE 2022-12-18 03:00:00
## 7520 2022-12-18 03:13:52      TRUE 2022-12-18 03:00:00
## 7521 2022-12-18 03:13:29      TRUE 2022-12-18 03:00:00
## 7522 2022-12-18 03:12:13      TRUE 2022-12-18 03:00:00
## 7523 2022-12-18 03:12:12      TRUE 2022-12-18 03:00:00
## 7524 2022-12-18 03:12:07      TRUE 2022-12-18 03:00:00
## 7525 2022-12-18 03:11:54      TRUE 2022-12-18 03:00:00
## 7526 2022-12-18 03:10:35      TRUE 2022-12-18 03:00:00
## 7527 2022-12-18 03:07:09      TRUE 2022-12-18 03:00:00
## 7528 2022-12-18 03:06:56      TRUE 2022-12-18 03:00:00
## 7529 2022-12-18 03:06:15      TRUE 2022-12-18 03:00:00
## 7530 2022-12-18 03:05:35      TRUE 2022-12-18 03:00:00
## 7531 2022-12-18 03:05:33      TRUE 2022-12-18 03:00:00
## 7532 2022-12-18 03:05:02      TRUE 2022-12-18 03:00:00
## 7533 2022-12-18 03:04:40      TRUE 2022-12-18 03:00:00
## 7534 2022-12-18 03:04:11      TRUE 2022-12-18 03:00:00
## 7535 2022-12-18 03:04:03      TRUE 2022-12-18 03:00:00
## 7536 2022-12-18 03:03:55      TRUE 2022-12-18 03:00:00
## 7537 2022-12-18 03:03:54      TRUE 2022-12-18 03:00:00
## 7538 2022-12-18 03:03:21      TRUE 2022-12-18 03:00:00
## 7539 2022-12-18 03:02:43      TRUE 2022-12-18 03:00:00
## 7540 2022-12-18 03:02:12      TRUE 2022-12-18 03:00:00
## 7541 2022-12-18 03:02:01      TRUE 2022-12-18 03:00:00
## 7542 2022-12-18 03:01:49      TRUE 2022-12-18 03:00:00
## 7543 2022-12-18 03:01:31      TRUE 2022-12-18 03:00:00
## 7544 2022-12-18 03:00:53      TRUE 2022-12-18 03:00:00
## 7545 2022-12-18 03:00:11      TRUE 2022-12-18 03:00:00
## 7546 2022-12-18 02:57:07      TRUE 2022-12-18 03:00:00
## 7547 2022-12-18 02:56:47      TRUE 2022-12-18 03:00:00
## 7548 2022-12-18 02:56:32      TRUE 2022-12-18 03:00:00
## 7549 2022-12-18 02:55:54      TRUE 2022-12-18 03:00:00
## 7550 2022-12-18 02:54:20      TRUE 2022-12-18 03:00:00
## 7551 2022-12-18 02:52:13      TRUE 2022-12-18 03:00:00
## 7552 2022-12-18 02:52:05      TRUE 2022-12-18 03:00:00
## 7553 2022-12-18 02:50:50      TRUE 2022-12-18 03:00:00
## 7554 2022-12-18 02:50:19      TRUE 2022-12-18 03:00:00
## 7555 2022-12-18 02:50:12      TRUE 2022-12-18 03:00:00
## 7556 2022-12-18 02:49:45      TRUE 2022-12-18 03:00:00
## 7557 2022-12-18 02:49:30      TRUE 2022-12-18 03:00:00
## 7558 2022-12-18 02:49:23      TRUE 2022-12-18 03:00:00
## 7559 2022-12-18 02:49:06      TRUE 2022-12-18 03:00:00
## 7560 2022-12-18 02:48:56      TRUE 2022-12-18 03:00:00
## 7561 2022-12-18 02:48:52      TRUE 2022-12-18 03:00:00
## 7562 2022-12-18 02:48:22      TRUE 2022-12-18 03:00:00
## 7563 2022-12-18 02:48:02      TRUE 2022-12-18 03:00:00
## 7564 2022-12-18 02:47:57      TRUE 2022-12-18 03:00:00
## 7565 2022-12-18 02:47:37      TRUE 2022-12-18 03:00:00
## 7566 2022-12-18 02:47:32      TRUE 2022-12-18 03:00:00
## 7567 2022-12-18 02:47:20      TRUE 2022-12-18 03:00:00
## 7568 2022-12-18 02:47:19      TRUE 2022-12-18 03:00:00
## 7569 2022-12-18 02:47:16      TRUE 2022-12-18 03:00:00
## 7570 2022-12-18 02:47:15      TRUE 2022-12-18 03:00:00
## 7571 2022-12-18 02:47:14      TRUE 2022-12-18 03:00:00
## 7572 2022-12-18 02:47:00      TRUE 2022-12-18 03:00:00
## 7573 2022-12-18 02:46:53      TRUE 2022-12-18 03:00:00
## 7574 2022-12-18 02:46:50      TRUE 2022-12-18 03:00:00
## 7575 2022-12-18 02:46:40      TRUE 2022-12-18 03:00:00
## 7576 2022-12-18 02:46:36      TRUE 2022-12-18 03:00:00
## 7577 2022-12-18 02:46:18      TRUE 2022-12-18 03:00:00
## 7578 2022-12-18 02:46:04      TRUE 2022-12-18 03:00:00
## 7579 2022-12-18 02:46:01      TRUE 2022-12-18 03:00:00
## 7580 2022-12-18 02:45:20      TRUE 2022-12-18 03:00:00
## 7581 2022-12-18 02:45:18      TRUE 2022-12-18 03:00:00
## 7582 2022-12-18 02:44:57      TRUE 2022-12-18 03:00:00
## 7583 2022-12-18 02:44:13      TRUE 2022-12-18 03:00:00
## 7584 2022-12-18 02:43:44      TRUE 2022-12-18 03:00:00
## 7585 2022-12-18 02:43:21      TRUE 2022-12-18 03:00:00
## 7586 2022-12-18 02:42:53      TRUE 2022-12-18 03:00:00
## 7587 2022-12-18 02:42:35      TRUE 2022-12-18 03:00:00
## 7588 2022-12-18 02:41:17      TRUE 2022-12-18 03:00:00
## 7589 2022-12-18 02:40:36      TRUE 2022-12-18 03:00:00
## 7590 2022-12-18 02:39:22      TRUE 2022-12-18 03:00:00
## 7591 2022-12-18 02:38:19      TRUE 2022-12-18 03:00:00
## 7592 2022-12-18 02:37:33      TRUE 2022-12-18 03:00:00
## 7593 2022-12-18 02:37:28      TRUE 2022-12-18 03:00:00
## 7594 2022-12-18 02:35:16      TRUE 2022-12-18 03:00:00
## 7595 2022-12-18 02:34:44      TRUE 2022-12-18 03:00:00
## 7596 2022-12-18 02:34:42      TRUE 2022-12-18 03:00:00
## 7597 2022-12-18 02:33:23      TRUE 2022-12-18 03:00:00
## 7598 2022-12-18 02:32:21      TRUE 2022-12-18 03:00:00
## 7599 2022-12-18 02:31:46      TRUE 2022-12-18 03:00:00
## 7600 2022-12-18 02:30:44      TRUE 2022-12-18 03:00:00
## 7601 2022-12-18 02:29:45      TRUE 2022-12-18 02:00:00
## 7602 2022-12-18 02:28:24      TRUE 2022-12-18 02:00:00
## 7603 2022-12-18 02:27:40      TRUE 2022-12-18 02:00:00
## 7604 2022-12-18 02:26:35      TRUE 2022-12-18 02:00:00
## 7605 2022-12-18 02:26:11      TRUE 2022-12-18 02:00:00
## 7606 2022-12-18 02:26:01      TRUE 2022-12-18 02:00:00
## 7607 2022-12-18 02:24:30      TRUE 2022-12-18 02:00:00
## 7608 2022-12-18 02:23:45      TRUE 2022-12-18 02:00:00
## 7609 2022-12-18 02:22:13      TRUE 2022-12-18 02:00:00
## 7610 2022-12-18 02:21:48      TRUE 2022-12-18 02:00:00
## 7611 2022-12-18 02:21:33      TRUE 2022-12-18 02:00:00
## 7612 2022-12-18 02:20:53      TRUE 2022-12-18 02:00:00
## 7613 2022-12-18 02:20:34      TRUE 2022-12-18 02:00:00
## 7614 2022-12-18 02:20:26      TRUE 2022-12-18 02:00:00
## 7615 2022-12-18 02:19:57      TRUE 2022-12-18 02:00:00
## 7616 2022-12-18 02:19:55      TRUE 2022-12-18 02:00:00
## 7617 2022-12-18 02:19:49      TRUE 2022-12-18 02:00:00
## 7618 2022-12-18 02:19:20      TRUE 2022-12-18 02:00:00
## 7619 2022-12-18 02:17:15      TRUE 2022-12-18 02:00:00
## 7620 2022-12-18 02:16:43      TRUE 2022-12-18 02:00:00
## 7621 2022-12-18 02:16:33      TRUE 2022-12-18 02:00:00
## 7622 2022-12-18 02:16:31      TRUE 2022-12-18 02:00:00
## 7623 2022-12-18 02:16:07      TRUE 2022-12-18 02:00:00
## 7624 2022-12-18 02:15:53      TRUE 2022-12-18 02:00:00
## 7625 2022-12-18 02:15:18      TRUE 2022-12-18 02:00:00
## 7626 2022-12-18 02:15:14      TRUE 2022-12-18 02:00:00
## 7627 2022-12-18 02:14:36      TRUE 2022-12-18 02:00:00
## 7628 2022-12-18 02:14:20      TRUE 2022-12-18 02:00:00
## 7629 2022-12-18 02:13:17      TRUE 2022-12-18 02:00:00
## 7630 2022-12-18 02:13:14      TRUE 2022-12-18 02:00:00
## 7631 2022-12-18 02:12:41      TRUE 2022-12-18 02:00:00
## 7632 2022-12-18 02:11:41      TRUE 2022-12-18 02:00:00
## 7633 2022-12-18 02:11:35      TRUE 2022-12-18 02:00:00
## 7634 2022-12-18 02:11:28      TRUE 2022-12-18 02:00:00
## 7635 2022-12-18 02:11:22      TRUE 2022-12-18 02:00:00
## 7636 2022-12-18 02:11:20      TRUE 2022-12-18 02:00:00
## 7637 2022-12-18 02:10:56      TRUE 2022-12-18 02:00:00
## 7638 2022-12-18 02:10:47      TRUE 2022-12-18 02:00:00
## 7639 2022-12-18 02:10:44      TRUE 2022-12-18 02:00:00
## 7640 2022-12-18 02:10:29      TRUE 2022-12-18 02:00:00
## 7641 2022-12-18 02:10:03      TRUE 2022-12-18 02:00:00
## 7642 2022-12-18 02:10:03      TRUE 2022-12-18 02:00:00
## 7643 2022-12-18 02:09:58      TRUE 2022-12-18 02:00:00
## 7644 2022-12-18 02:09:28      TRUE 2022-12-18 02:00:00
## 7645 2022-12-18 02:09:17      TRUE 2022-12-18 02:00:00
## 7646 2022-12-18 02:09:13      TRUE 2022-12-18 02:00:00
## 7647 2022-12-18 02:09:05      TRUE 2022-12-18 02:00:00
## 7648 2022-12-18 02:08:55      TRUE 2022-12-18 02:00:00
## 7649 2022-12-18 02:08:36      TRUE 2022-12-18 02:00:00
## 7650 2022-12-18 02:08:16      TRUE 2022-12-18 02:00:00
## 7651 2022-12-18 02:06:44      TRUE 2022-12-18 02:00:00
## 7652 2022-12-18 02:06:27      TRUE 2022-12-18 02:00:00
## 7653 2022-12-18 02:06:26      TRUE 2022-12-18 02:00:00
## 7654 2022-12-18 02:06:07      TRUE 2022-12-18 02:00:00
## 7655 2022-12-18 02:06:05      TRUE 2022-12-18 02:00:00
## 7656 2022-12-18 02:06:02      TRUE 2022-12-18 02:00:00
## 7657 2022-12-18 02:05:26      TRUE 2022-12-18 02:00:00
## 7658 2022-12-18 02:04:57      TRUE 2022-12-18 02:00:00
## 7659 2022-12-18 02:04:53      TRUE 2022-12-18 02:00:00
## 7660 2022-12-18 02:04:46      TRUE 2022-12-18 02:00:00
## 7661 2022-12-18 02:04:02      TRUE 2022-12-18 02:00:00
## 7662 2022-12-18 02:03:21      TRUE 2022-12-18 02:00:00
## 7663 2022-12-18 02:03:10      TRUE 2022-12-18 02:00:00
## 7664 2022-12-18 02:03:03      TRUE 2022-12-18 02:00:00
## 7665 2022-12-18 02:02:55      TRUE 2022-12-18 02:00:00
## 7666 2022-12-18 02:01:14      TRUE 2022-12-18 02:00:00
## 7667 2022-12-18 02:01:11      TRUE 2022-12-18 02:00:00
## 7668 2022-12-18 02:00:40      TRUE 2022-12-18 02:00:00
## 7669 2022-12-18 02:00:33      TRUE 2022-12-18 02:00:00
## 7670 2022-12-18 02:00:29      TRUE 2022-12-18 02:00:00
## 7671 2022-12-18 02:00:25      TRUE 2022-12-18 02:00:00
## 7672 2022-12-18 02:00:14      TRUE 2022-12-18 02:00:00
## 7673 2022-12-18 02:00:11      TRUE 2022-12-18 02:00:00
## 7674 2022-12-18 02:00:05      TRUE 2022-12-18 02:00:00
## 7675 2022-12-18 01:59:23      TRUE 2022-12-18 02:00:00
## 7676 2022-12-18 01:58:56      TRUE 2022-12-18 02:00:00
## 7677 2022-12-18 01:58:53      TRUE 2022-12-18 02:00:00
## 7678 2022-12-18 01:58:38      TRUE 2022-12-18 02:00:00
## 7679 2022-12-18 01:58:30      TRUE 2022-12-18 02:00:00
## 7680 2022-12-18 01:57:10      TRUE 2022-12-18 02:00:00
## 7681 2022-12-18 01:56:24      TRUE 2022-12-18 02:00:00
## 7682 2022-12-18 01:56:18      TRUE 2022-12-18 02:00:00
## 7683 2022-12-18 01:55:20      TRUE 2022-12-18 02:00:00
## 7684 2022-12-18 01:55:04      TRUE 2022-12-18 02:00:00
## 7685 2022-12-18 01:54:25      TRUE 2022-12-18 02:00:00
## 7686 2022-12-18 01:54:15      TRUE 2022-12-18 02:00:00
## 7687 2022-12-18 01:54:00      TRUE 2022-12-18 02:00:00
## 7688 2022-12-18 01:53:26      TRUE 2022-12-18 02:00:00
## 7689 2022-12-18 01:53:23      TRUE 2022-12-18 02:00:00
## 7690 2022-12-18 01:52:43      TRUE 2022-12-18 02:00:00
## 7691 2022-12-18 01:52:41      TRUE 2022-12-18 02:00:00
## 7692 2022-12-18 01:50:27      TRUE 2022-12-18 02:00:00
## 7693 2022-12-18 01:48:49      TRUE 2022-12-18 02:00:00
## 7694 2022-12-18 01:48:30      TRUE 2022-12-18 02:00:00
## 7695 2022-12-18 01:48:29      TRUE 2022-12-18 02:00:00
## 7696 2022-12-18 01:47:43      TRUE 2022-12-18 02:00:00
## 7697 2022-12-18 01:47:40      TRUE 2022-12-18 02:00:00
## 7698 2022-12-18 01:47:18      TRUE 2022-12-18 02:00:00
## 7699 2022-12-18 01:46:33      TRUE 2022-12-18 02:00:00
## 7700 2022-12-18 01:45:54      TRUE 2022-12-18 02:00:00
## 7701 2022-12-18 01:43:43      TRUE 2022-12-18 02:00:00
## 7702 2022-12-18 01:43:41      TRUE 2022-12-18 02:00:00
## 7703 2022-12-18 01:42:46      TRUE 2022-12-18 02:00:00
## 7704 2022-12-18 01:41:46      TRUE 2022-12-18 02:00:00
## 7705 2022-12-18 01:41:35      TRUE 2022-12-18 02:00:00
## 7706 2022-12-18 01:41:15      TRUE 2022-12-18 02:00:00
## 7707 2022-12-18 01:40:06      TRUE 2022-12-18 02:00:00
## 7708 2022-12-18 01:40:04      TRUE 2022-12-18 02:00:00
## 7709 2022-12-18 01:39:30      TRUE 2022-12-18 02:00:00
## 7710 2022-12-18 01:38:37      TRUE 2022-12-18 02:00:00
## 7711 2022-12-18 01:38:04      TRUE 2022-12-18 02:00:00
## 7712 2022-12-18 01:37:59      TRUE 2022-12-18 02:00:00
## 7713 2022-12-18 01:37:36      TRUE 2022-12-18 02:00:00
## 7714 2022-12-18 01:36:42      TRUE 2022-12-18 02:00:00
## 7715 2022-12-18 01:36:10      TRUE 2022-12-18 02:00:00
## 7716 2022-12-18 01:35:48      TRUE 2022-12-18 02:00:00
## 7717 2022-12-18 01:34:26      TRUE 2022-12-18 02:00:00
## 7718 2022-12-18 01:33:27      TRUE 2022-12-18 02:00:00
## 7719 2022-12-18 01:32:53      TRUE 2022-12-18 02:00:00
## 7720 2022-12-18 01:31:59      TRUE 2022-12-18 02:00:00
## 7721 2022-12-18 01:31:27      TRUE 2022-12-18 02:00:00
## 7722 2022-12-18 01:29:36      TRUE 2022-12-18 01:00:00
## 7723 2022-12-18 01:28:52      TRUE 2022-12-18 01:00:00
## 7724 2022-12-18 01:28:27      TRUE 2022-12-18 01:00:00
## 7725 2022-12-18 01:28:26      TRUE 2022-12-18 01:00:00
## 7726 2022-12-18 01:28:22      TRUE 2022-12-18 01:00:00
## 7727 2022-12-18 01:27:03      TRUE 2022-12-18 01:00:00
## 7728 2022-12-18 01:26:21      TRUE 2022-12-18 01:00:00
## 7729 2022-12-18 01:25:14      TRUE 2022-12-18 01:00:00
## 7730 2022-12-18 01:25:04      TRUE 2022-12-18 01:00:00
## 7731 2022-12-18 01:24:33      TRUE 2022-12-18 01:00:00
## 7732 2022-12-18 01:24:12      TRUE 2022-12-18 01:00:00
## 7733 2022-12-18 01:24:06      TRUE 2022-12-18 01:00:00
## 7734 2022-12-18 01:23:59      TRUE 2022-12-18 01:00:00
## 7735 2022-12-18 01:23:50      TRUE 2022-12-18 01:00:00
## 7736 2022-12-18 01:22:36      TRUE 2022-12-18 01:00:00
## 7737 2022-12-18 01:22:15      TRUE 2022-12-18 01:00:00
## 7738 2022-12-18 01:21:57      TRUE 2022-12-18 01:00:00
## 7739 2022-12-18 01:20:26      TRUE 2022-12-18 01:00:00
## 7740 2022-12-18 01:19:05      TRUE 2022-12-18 01:00:00
## 7741 2022-12-18 01:18:32      TRUE 2022-12-18 01:00:00
## 7742 2022-12-18 01:17:54      TRUE 2022-12-18 01:00:00
## 7743 2022-12-18 01:17:51      TRUE 2022-12-18 01:00:00
## 7744 2022-12-18 01:17:20      TRUE 2022-12-18 01:00:00
## 7745 2022-12-18 01:17:08      TRUE 2022-12-18 01:00:00
## 7746 2022-12-18 01:15:05      TRUE 2022-12-18 01:00:00
## 7747 2022-12-18 01:13:32      TRUE 2022-12-18 01:00:00
## 7748 2022-12-18 01:13:14      TRUE 2022-12-18 01:00:00
## 7749 2022-12-18 01:12:39      TRUE 2022-12-18 01:00:00
## 7750 2022-12-18 01:12:27      TRUE 2022-12-18 01:00:00
## 7751 2022-12-18 01:12:22      TRUE 2022-12-18 01:00:00
## 7752 2022-12-18 01:11:38      TRUE 2022-12-18 01:00:00
## 7753 2022-12-18 01:11:08      TRUE 2022-12-18 01:00:00
## 7754 2022-12-18 01:11:01      TRUE 2022-12-18 01:00:00
## 7755 2022-12-18 01:10:46      TRUE 2022-12-18 01:00:00
## 7756 2022-12-18 01:10:44      TRUE 2022-12-18 01:00:00
## 7757 2022-12-18 01:10:33      TRUE 2022-12-18 01:00:00
## 7758 2022-12-18 01:08:51      TRUE 2022-12-18 01:00:00
## 7759 2022-12-18 01:06:53      TRUE 2022-12-18 01:00:00
## 7760 2022-12-18 01:06:32      TRUE 2022-12-18 01:00:00
## 7761 2022-12-18 01:06:14      TRUE 2022-12-18 01:00:00
## 7762 2022-12-18 01:04:27      TRUE 2022-12-18 01:00:00
## 7763 2022-12-18 01:04:27      TRUE 2022-12-18 01:00:00
## 7764 2022-12-18 01:03:39      TRUE 2022-12-18 01:00:00
## 7765 2022-12-18 01:02:29      TRUE 2022-12-18 01:00:00
## 7766 2022-12-18 01:01:32      TRUE 2022-12-18 01:00:00
## 7767 2022-12-18 01:01:14      TRUE 2022-12-18 01:00:00
## 7768 2022-12-18 01:00:43      TRUE 2022-12-18 01:00:00
## 7769 2022-12-18 01:00:09      TRUE 2022-12-18 01:00:00
## 7770 2022-12-18 00:58:09      TRUE 2022-12-18 01:00:00
## 7771 2022-12-18 00:58:06      TRUE 2022-12-18 01:00:00
## 7772 2022-12-18 00:57:10      TRUE 2022-12-18 01:00:00
## 7773 2022-12-18 00:56:45      TRUE 2022-12-18 01:00:00
## 7774 2022-12-18 00:56:30      TRUE 2022-12-18 01:00:00
## 7775 2022-12-18 00:56:14      TRUE 2022-12-18 01:00:00
## 7776 2022-12-18 00:56:07      TRUE 2022-12-18 01:00:00
## 7777 2022-12-18 00:55:52      TRUE 2022-12-18 01:00:00
## 7778 2022-12-18 00:55:33      TRUE 2022-12-18 01:00:00
## 7779 2022-12-18 00:55:23      TRUE 2022-12-18 01:00:00
## 7780 2022-12-18 00:55:22      TRUE 2022-12-18 01:00:00
## 7781 2022-12-18 00:55:19      TRUE 2022-12-18 01:00:00
## 7782 2022-12-18 00:55:04      TRUE 2022-12-18 01:00:00
## 7783 2022-12-18 00:54:57      TRUE 2022-12-18 01:00:00
## 7784 2022-12-18 00:54:40      TRUE 2022-12-18 01:00:00
## 7785 2022-12-18 00:54:26      TRUE 2022-12-18 01:00:00
## 7786 2022-12-18 00:54:20      TRUE 2022-12-18 01:00:00
## 7787 2022-12-18 00:54:14      TRUE 2022-12-18 01:00:00
## 7788 2022-12-18 00:53:44      TRUE 2022-12-18 01:00:00
## 7789 2022-12-18 00:53:37      TRUE 2022-12-18 01:00:00
## 7790 2022-12-18 00:53:33      TRUE 2022-12-18 01:00:00
## 7791 2022-12-18 00:53:27      TRUE 2022-12-18 01:00:00
## 7792 2022-12-18 00:53:03      TRUE 2022-12-18 01:00:00
## 7793 2022-12-18 00:53:01      TRUE 2022-12-18 01:00:00
## 7794 2022-12-18 00:52:55      TRUE 2022-12-18 01:00:00
## 7795 2022-12-18 00:52:42      TRUE 2022-12-18 01:00:00
## 7796 2022-12-18 00:50:57      TRUE 2022-12-18 01:00:00
## 7797 2022-12-18 00:50:33      TRUE 2022-12-18 01:00:00
## 7798 2022-12-18 00:50:11      TRUE 2022-12-18 01:00:00
## 7799 2022-12-18 00:49:23      TRUE 2022-12-18 01:00:00
## 7800 2022-12-18 00:49:19      TRUE 2022-12-18 01:00:00
## 7801 2022-12-18 00:49:12      TRUE 2022-12-18 01:00:00
## 7802 2022-12-18 00:48:58      TRUE 2022-12-18 01:00:00
## 7803 2022-12-18 00:48:43      TRUE 2022-12-18 01:00:00
## 7804 2022-12-18 00:48:36      TRUE 2022-12-18 01:00:00
## 7805 2022-12-18 00:48:34      TRUE 2022-12-18 01:00:00
## 7806 2022-12-18 00:47:06      TRUE 2022-12-18 01:00:00
## 7807 2022-12-18 00:46:51      TRUE 2022-12-18 01:00:00
## 7808 2022-12-18 00:46:21      TRUE 2022-12-18 01:00:00
## 7809 2022-12-18 00:46:18      TRUE 2022-12-18 01:00:00
## 7810 2022-12-18 00:46:14      TRUE 2022-12-18 01:00:00
## 7811 2022-12-18 00:46:02      TRUE 2022-12-18 01:00:00
## 7812 2022-12-18 00:45:46      TRUE 2022-12-18 01:00:00
## 7813 2022-12-18 00:45:37      TRUE 2022-12-18 01:00:00
## 7814 2022-12-18 00:45:21      TRUE 2022-12-18 01:00:00
## 7815 2022-12-18 00:45:20      TRUE 2022-12-18 01:00:00
## 7816 2022-12-18 00:44:58      TRUE 2022-12-18 01:00:00
## 7817 2022-12-18 00:44:49      TRUE 2022-12-18 01:00:00
## 7818 2022-12-18 00:44:36      TRUE 2022-12-18 01:00:00
## 7819 2022-12-18 00:44:31      TRUE 2022-12-18 01:00:00
## 7820 2022-12-18 00:44:25      TRUE 2022-12-18 01:00:00
## 7821 2022-12-18 00:44:15      TRUE 2022-12-18 01:00:00
## 7822 2022-12-18 00:43:52      TRUE 2022-12-18 01:00:00
## 7823 2022-12-18 00:43:19      TRUE 2022-12-18 01:00:00
## 7824 2022-12-18 00:42:41      TRUE 2022-12-18 01:00:00
## 7825 2022-12-18 00:41:19      TRUE 2022-12-18 01:00:00
## 7826 2022-12-18 00:38:56      TRUE 2022-12-18 01:00:00
## 7827 2022-12-18 00:38:16      TRUE 2022-12-18 01:00:00
## 7828 2022-12-18 00:37:13      TRUE 2022-12-18 01:00:00
## 7829 2022-12-18 00:37:12      TRUE 2022-12-18 01:00:00
## 7830 2022-12-18 00:36:14      TRUE 2022-12-18 01:00:00
## 7831 2022-12-18 00:35:37      TRUE 2022-12-18 01:00:00
## 7832 2022-12-18 00:35:26      TRUE 2022-12-18 01:00:00
## 7833 2022-12-18 00:35:21      TRUE 2022-12-18 01:00:00
## 7834 2022-12-18 00:35:12      TRUE 2022-12-18 01:00:00
## 7835 2022-12-18 00:33:37      TRUE 2022-12-18 01:00:00
## 7836 2022-12-18 00:33:17      TRUE 2022-12-18 01:00:00
## 7837 2022-12-18 00:32:45      TRUE 2022-12-18 01:00:00
## 7838 2022-12-18 00:32:35      TRUE 2022-12-18 01:00:00
## 7839 2022-12-18 00:32:25      TRUE 2022-12-18 01:00:00
## 7840 2022-12-18 00:31:47      TRUE 2022-12-18 01:00:00
## 7841 2022-12-18 00:30:49      TRUE 2022-12-18 01:00:00
## 7842 2022-12-18 00:30:45      TRUE 2022-12-18 01:00:00
## 7843 2022-12-18 00:29:29      TRUE 2022-12-18 00:00:00
## 7844 2022-12-18 00:29:28      TRUE 2022-12-18 00:00:00
## 7845 2022-12-18 00:29:10      TRUE 2022-12-18 00:00:00
## 7846 2022-12-18 00:27:41      TRUE 2022-12-18 00:00:00
## 7847 2022-12-18 00:27:32      TRUE 2022-12-18 00:00:00
## 7848 2022-12-18 00:26:14      TRUE 2022-12-18 00:00:00
## 7849 2022-12-18 00:23:58      TRUE 2022-12-18 00:00:00
## 7850 2022-12-18 00:23:11      TRUE 2022-12-18 00:00:00
## 7851 2022-12-18 00:22:56      TRUE 2022-12-18 00:00:00
## 7852 2022-12-18 00:22:52      TRUE 2022-12-18 00:00:00
## 7853 2022-12-18 00:21:40      TRUE 2022-12-18 00:00:00
## 7854 2022-12-18 00:21:27      TRUE 2022-12-18 00:00:00
## 7855 2022-12-18 00:20:42      TRUE 2022-12-18 00:00:00
## 7856 2022-12-18 00:20:24      TRUE 2022-12-18 00:00:00
## 7857 2022-12-18 00:20:19      TRUE 2022-12-18 00:00:00
## 7858 2022-12-18 00:19:46      TRUE 2022-12-18 00:00:00
## 7859 2022-12-18 00:19:23      TRUE 2022-12-18 00:00:00
## 7860 2022-12-18 00:19:21      TRUE 2022-12-18 00:00:00
## 7861 2022-12-18 00:19:07      TRUE 2022-12-18 00:00:00
## 7862 2022-12-18 00:19:00      TRUE 2022-12-18 00:00:00
## 7863 2022-12-18 00:17:57      TRUE 2022-12-18 00:00:00
## 7864 2022-12-18 00:17:15      TRUE 2022-12-18 00:00:00
## 7865 2022-12-18 00:17:03      TRUE 2022-12-18 00:00:00
## 7866 2022-12-18 00:16:29      TRUE 2022-12-18 00:00:00
## 7867 2022-12-18 00:16:13      TRUE 2022-12-18 00:00:00
## 7868 2022-12-18 00:15:55      TRUE 2022-12-18 00:00:00
## 7869 2022-12-18 00:15:54      TRUE 2022-12-18 00:00:00
## 7870 2022-12-18 00:15:40      TRUE 2022-12-18 00:00:00
## 7871 2022-12-18 00:14:31      TRUE 2022-12-18 00:00:00
## 7872 2022-12-18 00:14:30      TRUE 2022-12-18 00:00:00
## 7873 2022-12-18 00:14:14      TRUE 2022-12-18 00:00:00
## 7874 2022-12-18 00:14:10      TRUE 2022-12-18 00:00:00
## 7875 2022-12-18 00:13:57      TRUE 2022-12-18 00:00:00
## 7876 2022-12-18 00:13:23      TRUE 2022-12-18 00:00:00
## 7877 2022-12-18 00:12:34      TRUE 2022-12-18 00:00:00
## 7878 2022-12-18 00:11:53      TRUE 2022-12-18 00:00:00
## 7879 2022-12-18 00:11:49      TRUE 2022-12-18 00:00:00
## 7880 2022-12-18 00:11:39      TRUE 2022-12-18 00:00:00
## 7881 2022-12-18 00:11:13      TRUE 2022-12-18 00:00:00
## 7882 2022-12-18 00:09:33      TRUE 2022-12-18 00:00:00
## 7883 2022-12-18 00:09:33      TRUE 2022-12-18 00:00:00
## 7884 2022-12-18 00:09:19      TRUE 2022-12-18 00:00:00
## 7885 2022-12-18 00:09:02      TRUE 2022-12-18 00:00:00
## 7886 2022-12-18 00:07:25      TRUE 2022-12-18 00:00:00
## 7887 2022-12-18 00:07:12      TRUE 2022-12-18 00:00:00
## 7888 2022-12-18 00:06:35      TRUE 2022-12-18 00:00:00
## 7889 2022-12-18 00:06:16      TRUE 2022-12-18 00:00:00
## 7890 2022-12-18 00:06:15      TRUE 2022-12-18 00:00:00
## 7891 2022-12-18 00:06:05      TRUE 2022-12-18 00:00:00
## 7892 2022-12-18 00:06:03      TRUE 2022-12-18 00:00:00
## 7893 2022-12-18 00:05:35      TRUE 2022-12-18 00:00:00
## 7894 2022-12-18 00:05:26      TRUE 2022-12-18 00:00:00
## 7895 2022-12-18 00:04:57      TRUE 2022-12-18 00:00:00
## 7896 2022-12-18 00:04:50      TRUE 2022-12-18 00:00:00
## 7897 2022-12-18 00:04:40      TRUE 2022-12-18 00:00:00
## 7898 2022-12-18 00:03:50      TRUE 2022-12-18 00:00:00
## 7899 2022-12-18 00:03:44      TRUE 2022-12-18 00:00:00
## 7900 2022-12-18 00:03:36      TRUE 2022-12-18 00:00:00
## 7901 2022-12-18 00:03:08      TRUE 2022-12-18 00:00:00
## 7902 2022-12-18 00:02:43      TRUE 2022-12-18 00:00:00
## 7903 2022-12-18 00:01:26      TRUE 2022-12-18 00:00:00
## 7904 2022-12-18 00:01:21      TRUE 2022-12-18 00:00:00
## 7905 2022-12-18 00:00:58      TRUE 2022-12-18 00:00:00
## 7906 2022-12-18 00:00:51      TRUE 2022-12-18 00:00:00
## 7907 2022-12-18 00:00:47      TRUE 2022-12-18 00:00:00
## 7908 2022-12-18 00:00:11      TRUE 2022-12-18 00:00:00
## 7909 2022-12-17 23:59:42      TRUE 2022-12-18 00:00:00
## 7910 2022-12-17 23:58:40      TRUE 2022-12-18 00:00:00
## 7911 2022-12-17 23:58:35      TRUE 2022-12-18 00:00:00
## 7912 2022-12-17 23:58:10      TRUE 2022-12-18 00:00:00
## 7913 2022-12-17 23:58:04      TRUE 2022-12-18 00:00:00
## 7914 2022-12-17 23:57:40      TRUE 2022-12-18 00:00:00
## 7915 2022-12-17 23:56:29      TRUE 2022-12-18 00:00:00
## 7916 2022-12-17 23:56:15      TRUE 2022-12-18 00:00:00
## 7917 2022-12-17 23:56:13      TRUE 2022-12-18 00:00:00
## 7918 2022-12-17 23:56:03      TRUE 2022-12-18 00:00:00
## 7919 2022-12-17 23:54:56      TRUE 2022-12-18 00:00:00
## 7920 2022-12-17 23:53:45      TRUE 2022-12-18 00:00:00
## 7921 2022-12-17 23:53:20      TRUE 2022-12-18 00:00:00
## 7922 2022-12-17 23:52:14      TRUE 2022-12-18 00:00:00
## 7923 2022-12-17 23:52:06      TRUE 2022-12-18 00:00:00
## 7924 2022-12-17 23:52:03      TRUE 2022-12-18 00:00:00
## 7925 2022-12-17 23:51:46      TRUE 2022-12-18 00:00:00
## 7926 2022-12-17 23:51:30      TRUE 2022-12-18 00:00:00
## 7927 2022-12-17 23:51:25      TRUE 2022-12-18 00:00:00
## 7928 2022-12-17 23:51:16      TRUE 2022-12-18 00:00:00
## 7929 2022-12-17 23:51:06      TRUE 2022-12-18 00:00:00
## 7930 2022-12-17 23:50:21      TRUE 2022-12-18 00:00:00
## 7931 2022-12-17 23:48:57      TRUE 2022-12-18 00:00:00
## 7932 2022-12-17 23:48:51      TRUE 2022-12-18 00:00:00
## 7933 2022-12-17 23:48:37      TRUE 2022-12-18 00:00:00
## 7934 2022-12-17 23:48:03      TRUE 2022-12-18 00:00:00
## 7935 2022-12-17 23:47:50      TRUE 2022-12-18 00:00:00
## 7936 2022-12-17 23:47:34      TRUE 2022-12-18 00:00:00
## 7937 2022-12-17 23:47:33      TRUE 2022-12-18 00:00:00
## 7938 2022-12-17 23:47:04      TRUE 2022-12-18 00:00:00
## 7939 2022-12-17 23:46:18      TRUE 2022-12-18 00:00:00
## 7940 2022-12-17 23:46:16      TRUE 2022-12-18 00:00:00
## 7941 2022-12-17 23:45:48      TRUE 2022-12-18 00:00:00
## 7942 2022-12-17 23:44:31      TRUE 2022-12-18 00:00:00
## 7943 2022-12-17 23:44:30      TRUE 2022-12-18 00:00:00
## 7944 2022-12-17 23:42:36      TRUE 2022-12-18 00:00:00
## 7945 2022-12-17 23:42:36      TRUE 2022-12-18 00:00:00
## 7946 2022-12-17 23:42:30      TRUE 2022-12-18 00:00:00
## 7947 2022-12-17 23:41:48      TRUE 2022-12-18 00:00:00
## 7948 2022-12-17 23:41:44      TRUE 2022-12-18 00:00:00
## 7949 2022-12-17 23:41:31      TRUE 2022-12-18 00:00:00
## 7950 2022-12-17 23:41:25      TRUE 2022-12-18 00:00:00
## 7951 2022-12-17 23:41:03      TRUE 2022-12-18 00:00:00
## 7952 2022-12-17 23:40:36      TRUE 2022-12-18 00:00:00
## 7953 2022-12-17 23:40:26      TRUE 2022-12-18 00:00:00
## 7954 2022-12-17 23:40:12      TRUE 2022-12-18 00:00:00
## 7955 2022-12-17 23:40:07      TRUE 2022-12-18 00:00:00
## 7956 2022-12-17 23:39:53      TRUE 2022-12-18 00:00:00
## 7957 2022-12-17 23:39:06      TRUE 2022-12-18 00:00:00
## 7958 2022-12-17 23:38:36      TRUE 2022-12-18 00:00:00
## 7959 2022-12-17 23:38:08      TRUE 2022-12-18 00:00:00
## 7960 2022-12-17 23:37:48      TRUE 2022-12-18 00:00:00
## 7961 2022-12-17 23:37:43      TRUE 2022-12-18 00:00:00
## 7962 2022-12-17 23:36:11      TRUE 2022-12-18 00:00:00
## 7963 2022-12-17 23:35:59      TRUE 2022-12-18 00:00:00
## 7964 2022-12-17 23:35:53      TRUE 2022-12-18 00:00:00
## 7965 2022-12-17 23:35:03      TRUE 2022-12-18 00:00:00
## 7966 2022-12-17 23:34:59      TRUE 2022-12-18 00:00:00
## 7967 2022-12-17 23:34:51      TRUE 2022-12-18 00:00:00
## 7968 2022-12-17 23:34:26      TRUE 2022-12-18 00:00:00
## 7969 2022-12-17 23:34:15      TRUE 2022-12-18 00:00:00
## 7970 2022-12-17 23:33:55      TRUE 2022-12-18 00:00:00
## 7971 2022-12-17 23:33:52      TRUE 2022-12-18 00:00:00
## 7972 2022-12-17 23:33:15      TRUE 2022-12-18 00:00:00
## 7973 2022-12-17 23:33:14      TRUE 2022-12-18 00:00:00
## 7974 2022-12-17 23:32:46      TRUE 2022-12-18 00:00:00
## 7975 2022-12-17 23:31:34      TRUE 2022-12-18 00:00:00
## 7976 2022-12-17 23:30:31      TRUE 2022-12-18 00:00:00
## 7977 2022-12-17 23:29:41      TRUE 2022-12-17 23:00:00
## 7978 2022-12-17 23:28:46      TRUE 2022-12-17 23:00:00
## 7979 2022-12-17 23:28:44      TRUE 2022-12-17 23:00:00
## 7980 2022-12-17 23:27:43      TRUE 2022-12-17 23:00:00
## 7981 2022-12-17 23:26:58      TRUE 2022-12-17 23:00:00
## 7982 2022-12-17 23:26:54      TRUE 2022-12-17 23:00:00
## 7983 2022-12-17 23:25:43      TRUE 2022-12-17 23:00:00
## 7984 2022-12-17 23:24:11      TRUE 2022-12-17 23:00:00
## 7985 2022-12-17 23:23:54      TRUE 2022-12-17 23:00:00
## 7986 2022-12-17 23:23:51      TRUE 2022-12-17 23:00:00
## 7987 2022-12-17 23:23:42      TRUE 2022-12-17 23:00:00
## 7988 2022-12-17 23:23:31      TRUE 2022-12-17 23:00:00
## 7989 2022-12-17 23:22:12      TRUE 2022-12-17 23:00:00
## 7990 2022-12-17 23:20:53      TRUE 2022-12-17 23:00:00
## 7991 2022-12-17 23:20:00      TRUE 2022-12-17 23:00:00
## 7992 2022-12-17 23:19:43      TRUE 2022-12-17 23:00:00
## 7993 2022-12-17 23:18:36      TRUE 2022-12-17 23:00:00
## 7994 2022-12-17 23:18:26      TRUE 2022-12-17 23:00:00
## 7995 2022-12-17 23:18:25      TRUE 2022-12-17 23:00:00
## 7996 2022-12-17 23:18:07      TRUE 2022-12-17 23:00:00
## 7997 2022-12-17 23:17:50      TRUE 2022-12-17 23:00:00
## 7998 2022-12-17 23:17:07      TRUE 2022-12-17 23:00:00
## 7999 2022-12-17 23:17:01      TRUE 2022-12-17 23:00:00
## 8000 2022-12-17 23:15:32      TRUE 2022-12-17 23:00:00
## 8001 2022-12-17 23:14:18      TRUE 2022-12-17 23:00:00
## 8002 2022-12-17 23:13:29      TRUE 2022-12-17 23:00:00
## 8003 2022-12-17 23:11:31      TRUE 2022-12-17 23:00:00
## 8004 2022-12-17 23:10:20      TRUE 2022-12-17 23:00:00
## 8005 2022-12-17 23:09:55      TRUE 2022-12-17 23:00:00
## 8006 2022-12-17 23:09:33      TRUE 2022-12-17 23:00:00
## 8007 2022-12-17 23:09:19      TRUE 2022-12-17 23:00:00
## 8008 2022-12-17 23:09:01      TRUE 2022-12-17 23:00:00
## 8009 2022-12-17 23:08:44      TRUE 2022-12-17 23:00:00
## 8010 2022-12-17 23:07:57      TRUE 2022-12-17 23:00:00
## 8011 2022-12-17 23:06:14      TRUE 2022-12-17 23:00:00
## 8012 2022-12-17 23:05:24      TRUE 2022-12-17 23:00:00
## 8013 2022-12-17 23:05:19      TRUE 2022-12-17 23:00:00
## 8014 2022-12-17 23:05:18      TRUE 2022-12-17 23:00:00
## 8015 2022-12-17 23:05:13      TRUE 2022-12-17 23:00:00
## 8016 2022-12-17 23:05:05      TRUE 2022-12-17 23:00:00
## 8017 2022-12-17 23:04:52      TRUE 2022-12-17 23:00:00
## 8018 2022-12-17 23:04:12      TRUE 2022-12-17 23:00:00
## 8019 2022-12-17 23:03:50      TRUE 2022-12-17 23:00:00
## 8020 2022-12-17 23:03:09      TRUE 2022-12-17 23:00:00
## 8021 2022-12-17 23:03:07      TRUE 2022-12-17 23:00:00
## 8022 2022-12-17 23:02:49      TRUE 2022-12-17 23:00:00
## 8023 2022-12-17 23:02:44      TRUE 2022-12-17 23:00:00
## 8024 2022-12-17 23:02:39      TRUE 2022-12-17 23:00:00
## 8025 2022-12-17 23:02:18      TRUE 2022-12-17 23:00:00
## 8026 2022-12-17 23:02:14      TRUE 2022-12-17 23:00:00
## 8027 2022-12-17 23:01:29      TRUE 2022-12-17 23:00:00
## 8028 2022-12-17 23:01:25      TRUE 2022-12-17 23:00:00
## 8029 2022-12-17 23:01:19      TRUE 2022-12-17 23:00:00
## 8030 2022-12-17 23:01:13      TRUE 2022-12-17 23:00:00
## 8031 2022-12-17 23:00:03      TRUE 2022-12-17 23:00:00
## 8032 2022-12-17 22:59:50      TRUE 2022-12-17 23:00:00
## 8033 2022-12-17 22:59:46      TRUE 2022-12-17 23:00:00
## 8034 2022-12-17 22:59:00      TRUE 2022-12-17 23:00:00
## 8035 2022-12-17 22:58:51      TRUE 2022-12-17 23:00:00
## 8036 2022-12-17 22:58:37      TRUE 2022-12-17 23:00:00
## 8037 2022-12-17 22:58:05      TRUE 2022-12-17 23:00:00
## 8038 2022-12-17 22:57:57      TRUE 2022-12-17 23:00:00
## 8039 2022-12-17 22:57:43      TRUE 2022-12-17 23:00:00
## 8040 2022-12-17 22:57:21      TRUE 2022-12-17 23:00:00
## 8041 2022-12-17 22:56:50      TRUE 2022-12-17 23:00:00
## 8042 2022-12-17 22:55:40      TRUE 2022-12-17 23:00:00
## 8043 2022-12-17 22:54:50      TRUE 2022-12-17 23:00:00
## 8044 2022-12-17 22:54:48      TRUE 2022-12-17 23:00:00
## 8045 2022-12-17 22:53:32      TRUE 2022-12-17 23:00:00
## 8046 2022-12-17 22:52:50      TRUE 2022-12-17 23:00:00
## 8047 2022-12-17 22:52:18      TRUE 2022-12-17 23:00:00
## 8048 2022-12-17 22:52:08      TRUE 2022-12-17 23:00:00
## 8049 2022-12-17 22:52:02      TRUE 2022-12-17 23:00:00
## 8050 2022-12-17 22:51:48      TRUE 2022-12-17 23:00:00
## 8051 2022-12-17 22:51:31      TRUE 2022-12-17 23:00:00
## 8052 2022-12-17 22:51:30      TRUE 2022-12-17 23:00:00
## 8053 2022-12-17 22:50:44      TRUE 2022-12-17 23:00:00
## 8054 2022-12-17 22:50:44      TRUE 2022-12-17 23:00:00
## 8055 2022-12-17 22:49:50      TRUE 2022-12-17 23:00:00
## 8056 2022-12-17 22:49:17      TRUE 2022-12-17 23:00:00
## 8057 2022-12-17 22:48:31      TRUE 2022-12-17 23:00:00
## 8058 2022-12-17 22:47:57      TRUE 2022-12-17 23:00:00
## 8059 2022-12-17 22:46:30      TRUE 2022-12-17 23:00:00
## 8060 2022-12-17 22:46:25      TRUE 2022-12-17 23:00:00
## 8061 2022-12-17 22:46:10      TRUE 2022-12-17 23:00:00
## 8062 2022-12-17 22:45:30      TRUE 2022-12-17 23:00:00
## 8063 2022-12-17 22:45:20      TRUE 2022-12-17 23:00:00
## 8064 2022-12-17 22:45:06      TRUE 2022-12-17 23:00:00
## 8065 2022-12-17 22:43:41      TRUE 2022-12-17 23:00:00
## 8066 2022-12-17 22:43:16      TRUE 2022-12-17 23:00:00
## 8067 2022-12-17 22:42:07      TRUE 2022-12-17 23:00:00
## 8068 2022-12-17 22:41:56      TRUE 2022-12-17 23:00:00
## 8069 2022-12-17 22:41:54      TRUE 2022-12-17 23:00:00
## 8070 2022-12-17 22:41:45      TRUE 2022-12-17 23:00:00
## 8071 2022-12-17 22:40:25      TRUE 2022-12-17 23:00:00
## 8072 2022-12-17 22:40:14      TRUE 2022-12-17 23:00:00
## 8073 2022-12-17 22:40:10      TRUE 2022-12-17 23:00:00
## 8074 2022-12-17 22:39:52      TRUE 2022-12-17 23:00:00
## 8075 2022-12-17 22:39:41      TRUE 2022-12-17 23:00:00
## 8076 2022-12-17 22:39:37      TRUE 2022-12-17 23:00:00
## 8077 2022-12-17 22:39:11      TRUE 2022-12-17 23:00:00
## 8078 2022-12-17 22:38:19      TRUE 2022-12-17 23:00:00
## 8079 2022-12-17 22:38:18      TRUE 2022-12-17 23:00:00
## 8080 2022-12-17 22:38:14      TRUE 2022-12-17 23:00:00
## 8081 2022-12-17 22:37:51      TRUE 2022-12-17 23:00:00
## 8082 2022-12-17 22:37:29      TRUE 2022-12-17 23:00:00
## 8083 2022-12-17 22:37:16      TRUE 2022-12-17 23:00:00
## 8084 2022-12-17 22:36:37      TRUE 2022-12-17 23:00:00
## 8085 2022-12-17 22:36:24      TRUE 2022-12-17 23:00:00
## 8086 2022-12-17 22:35:39      TRUE 2022-12-17 23:00:00
## 8087 2022-12-17 22:34:54      TRUE 2022-12-17 23:00:00
## 8088 2022-12-17 22:34:54      TRUE 2022-12-17 23:00:00
## 8089 2022-12-17 22:33:43      TRUE 2022-12-17 23:00:00
## 8090 2022-12-17 22:33:00      TRUE 2022-12-17 23:00:00
## 8091 2022-12-17 22:32:49      TRUE 2022-12-17 23:00:00
## 8092 2022-12-17 22:32:45      TRUE 2022-12-17 23:00:00
## 8093 2022-12-17 22:32:10      TRUE 2022-12-17 23:00:00
## 8094 2022-12-17 22:32:02      TRUE 2022-12-17 23:00:00
## 8095 2022-12-17 22:31:59      TRUE 2022-12-17 23:00:00
## 8096 2022-12-17 22:31:52      TRUE 2022-12-17 23:00:00
## 8097 2022-12-17 22:31:06      TRUE 2022-12-17 23:00:00
## 8098 2022-12-17 22:30:46      TRUE 2022-12-17 23:00:00
## 8099 2022-12-17 22:30:23      TRUE 2022-12-17 23:00:00
## 8100 2022-12-17 22:30:02      TRUE 2022-12-17 23:00:00
## 8101 2022-12-17 22:29:52      TRUE 2022-12-17 22:00:00
## 8102 2022-12-17 22:29:29      TRUE 2022-12-17 22:00:00
## 8103 2022-12-17 22:29:29      TRUE 2022-12-17 22:00:00
## 8104 2022-12-17 22:29:24      TRUE 2022-12-17 22:00:00
## 8105 2022-12-17 22:28:35      TRUE 2022-12-17 22:00:00
## 8106 2022-12-17 22:28:31      TRUE 2022-12-17 22:00:00
## 8107 2022-12-17 22:26:12      TRUE 2022-12-17 22:00:00
## 8108 2022-12-17 22:26:09      TRUE 2022-12-17 22:00:00
## 8109 2022-12-17 22:25:56      TRUE 2022-12-17 22:00:00
## 8110 2022-12-17 22:25:42      TRUE 2022-12-17 22:00:00
## 8111 2022-12-17 22:25:29      TRUE 2022-12-17 22:00:00
## 8112 2022-12-17 22:25:20      TRUE 2022-12-17 22:00:00
## 8113 2022-12-17 22:25:14      TRUE 2022-12-17 22:00:00
## 8114 2022-12-17 22:24:45      TRUE 2022-12-17 22:00:00
## 8115 2022-12-17 22:24:29      TRUE 2022-12-17 22:00:00
## 8116 2022-12-17 22:22:40      TRUE 2022-12-17 22:00:00
## 8117 2022-12-17 22:22:24      TRUE 2022-12-17 22:00:00
## 8118 2022-12-17 22:22:06      TRUE 2022-12-17 22:00:00
## 8119 2022-12-17 22:21:35      TRUE 2022-12-17 22:00:00
## 8120 2022-12-17 22:21:22      TRUE 2022-12-17 22:00:00
## 8121 2022-12-17 22:20:23      TRUE 2022-12-17 22:00:00
## 8122 2022-12-17 22:20:21      TRUE 2022-12-17 22:00:00
## 8123 2022-12-17 22:19:59      TRUE 2022-12-17 22:00:00
## 8124 2022-12-17 22:19:26      TRUE 2022-12-17 22:00:00
## 8125 2022-12-17 22:19:08      TRUE 2022-12-17 22:00:00
## 8126 2022-12-17 22:18:56      TRUE 2022-12-17 22:00:00
## 8127 2022-12-17 22:17:58      TRUE 2022-12-17 22:00:00
## 8128 2022-12-17 22:17:44      TRUE 2022-12-17 22:00:00
## 8129 2022-12-17 22:17:14      TRUE 2022-12-17 22:00:00
## 8130 2022-12-17 22:17:04      TRUE 2022-12-17 22:00:00
## 8131 2022-12-17 22:16:13      TRUE 2022-12-17 22:00:00
## 8132 2022-12-17 22:16:04      TRUE 2022-12-17 22:00:00
## 8133 2022-12-17 22:15:49      TRUE 2022-12-17 22:00:00
## 8134 2022-12-17 22:15:39      TRUE 2022-12-17 22:00:00
## 8135 2022-12-17 22:15:20      TRUE 2022-12-17 22:00:00
## 8136 2022-12-17 22:14:33      TRUE 2022-12-17 22:00:00
## 8137 2022-12-17 22:14:22      TRUE 2022-12-17 22:00:00
## 8138 2022-12-17 22:13:33      TRUE 2022-12-17 22:00:00
## 8139 2022-12-17 22:11:43      TRUE 2022-12-17 22:00:00
## 8140 2022-12-17 22:10:52      TRUE 2022-12-17 22:00:00
## 8141 2022-12-17 22:10:45      TRUE 2022-12-17 22:00:00
## 8142 2022-12-17 22:10:30      TRUE 2022-12-17 22:00:00
## 8143 2022-12-17 22:10:21      TRUE 2022-12-17 22:00:00
## 8144 2022-12-17 22:09:56      TRUE 2022-12-17 22:00:00
## 8145 2022-12-17 22:09:50      TRUE 2022-12-17 22:00:00
## 8146 2022-12-17 22:09:06      TRUE 2022-12-17 22:00:00
## 8147 2022-12-17 22:07:49      TRUE 2022-12-17 22:00:00
## 8148 2022-12-17 22:07:06      TRUE 2022-12-17 22:00:00
## 8149 2022-12-17 22:06:53      TRUE 2022-12-17 22:00:00
## 8150 2022-12-17 22:06:32      TRUE 2022-12-17 22:00:00
## 8151 2022-12-17 22:06:26      TRUE 2022-12-17 22:00:00
## 8152 2022-12-17 22:06:23      TRUE 2022-12-17 22:00:00
## 8153 2022-12-17 22:06:20      TRUE 2022-12-17 22:00:00
## 8154 2022-12-17 22:06:08      TRUE 2022-12-17 22:00:00
## 8155 2022-12-17 22:06:06      TRUE 2022-12-17 22:00:00
## 8156 2022-12-17 22:05:46      TRUE 2022-12-17 22:00:00
## 8157 2022-12-17 22:05:46      TRUE 2022-12-17 22:00:00
## 8158 2022-12-17 22:05:43      TRUE 2022-12-17 22:00:00
## 8159 2022-12-17 22:05:39      TRUE 2022-12-17 22:00:00
## 8160 2022-12-17 22:04:10      TRUE 2022-12-17 22:00:00
## 8161 2022-12-17 22:03:34      TRUE 2022-12-17 22:00:00
## 8162 2022-12-17 22:03:01      TRUE 2022-12-17 22:00:00
## 8163 2022-12-17 22:02:56      TRUE 2022-12-17 22:00:00
## 8164 2022-12-17 22:02:23      TRUE 2022-12-17 22:00:00
## 8165 2022-12-17 22:02:19      TRUE 2022-12-17 22:00:00
## 8166 2022-12-17 22:02:18      TRUE 2022-12-17 22:00:00
## 8167 2022-12-17 22:02:15      TRUE 2022-12-17 22:00:00
## 8168 2022-12-17 22:00:06      TRUE 2022-12-17 22:00:00
## 8169 2022-12-17 21:59:53      TRUE 2022-12-17 22:00:00
## 8170 2022-12-17 21:59:06      TRUE 2022-12-17 22:00:00
## 8171 2022-12-17 21:58:57      TRUE 2022-12-17 22:00:00
## 8172 2022-12-17 21:58:57      TRUE 2022-12-17 22:00:00
## 8173 2022-12-17 21:58:02      TRUE 2022-12-17 22:00:00
## 8174 2022-12-17 21:57:54      TRUE 2022-12-17 22:00:00
## 8175 2022-12-17 21:56:36      TRUE 2022-12-17 22:00:00
## 8176 2022-12-17 21:56:15      TRUE 2022-12-17 22:00:00
## 8177 2022-12-17 21:55:42      TRUE 2022-12-17 22:00:00
## 8178 2022-12-17 21:55:00      TRUE 2022-12-17 22:00:00
## 8179 2022-12-17 21:54:39      TRUE 2022-12-17 22:00:00
## 8180 2022-12-17 21:53:20      TRUE 2022-12-17 22:00:00
## 8181 2022-12-17 21:52:30      TRUE 2022-12-17 22:00:00
## 8182 2022-12-17 21:52:25      TRUE 2022-12-17 22:00:00
## 8183 2022-12-17 21:52:25      TRUE 2022-12-17 22:00:00
## 8184 2022-12-17 21:52:15      TRUE 2022-12-17 22:00:00
## 8185 2022-12-17 21:51:33      TRUE 2022-12-17 22:00:00
## 8186 2022-12-17 21:51:16      TRUE 2022-12-17 22:00:00
## 8187 2022-12-17 21:51:01      TRUE 2022-12-17 22:00:00
## 8188 2022-12-17 21:50:52      TRUE 2022-12-17 22:00:00
## 8189 2022-12-17 21:50:26      TRUE 2022-12-17 22:00:00
## 8190 2022-12-17 21:49:11      TRUE 2022-12-17 22:00:00
## 8191 2022-12-17 21:47:49      TRUE 2022-12-17 22:00:00
## 8192 2022-12-17 21:47:40      TRUE 2022-12-17 22:00:00
## 8193 2022-12-17 21:47:28      TRUE 2022-12-17 22:00:00
## 8194 2022-12-17 21:46:56      TRUE 2022-12-17 22:00:00
## 8195 2022-12-17 21:46:20      TRUE 2022-12-17 22:00:00
## 8196 2022-12-17 21:45:55      TRUE 2022-12-17 22:00:00
## 8197 2022-12-17 21:45:44      TRUE 2022-12-17 22:00:00
## 8198 2022-12-17 21:45:20      TRUE 2022-12-17 22:00:00
## 8199 2022-12-17 21:45:14      TRUE 2022-12-17 22:00:00
## 8200 2022-12-17 21:44:48      TRUE 2022-12-17 22:00:00
## 8201 2022-12-17 21:44:41      TRUE 2022-12-17 22:00:00
## 8202 2022-12-17 21:44:03      TRUE 2022-12-17 22:00:00
## 8203 2022-12-17 21:43:51      TRUE 2022-12-17 22:00:00
## 8204 2022-12-17 21:42:41      TRUE 2022-12-17 22:00:00
## 8205 2022-12-17 21:42:10      TRUE 2022-12-17 22:00:00
## 8206 2022-12-17 21:41:43      TRUE 2022-12-17 22:00:00
## 8207 2022-12-17 21:41:25      TRUE 2022-12-17 22:00:00
## 8208 2022-12-17 21:41:12      TRUE 2022-12-17 22:00:00
## 8209 2022-12-17 21:40:50      TRUE 2022-12-17 22:00:00
## 8210 2022-12-17 21:40:49      TRUE 2022-12-17 22:00:00
## 8211 2022-12-17 21:39:09      TRUE 2022-12-17 22:00:00
## 8212 2022-12-17 21:38:52      TRUE 2022-12-17 22:00:00
## 8213 2022-12-17 21:37:44      TRUE 2022-12-17 22:00:00
## 8214 2022-12-17 21:36:22      TRUE 2022-12-17 22:00:00
## 8215 2022-12-17 21:36:00      TRUE 2022-12-17 22:00:00
## 8216 2022-12-17 21:35:53      TRUE 2022-12-17 22:00:00
## 8217 2022-12-17 21:35:43      TRUE 2022-12-17 22:00:00
## 8218 2022-12-17 21:35:38      TRUE 2022-12-17 22:00:00
## 8219 2022-12-17 21:34:30      TRUE 2022-12-17 22:00:00
## 8220 2022-12-17 21:33:55      TRUE 2022-12-17 22:00:00
## 8221 2022-12-17 21:33:52      TRUE 2022-12-17 22:00:00
## 8222 2022-12-17 21:32:04      TRUE 2022-12-17 22:00:00
## 8223 2022-12-17 21:31:52      TRUE 2022-12-17 22:00:00
## 8224 2022-12-17 21:31:40      TRUE 2022-12-17 22:00:00
## 8225 2022-12-17 21:31:08      TRUE 2022-12-17 22:00:00
## 8226 2022-12-17 21:30:54      TRUE 2022-12-17 22:00:00
## 8227 2022-12-17 21:30:47      TRUE 2022-12-17 22:00:00
## 8228 2022-12-17 21:30:09      TRUE 2022-12-17 22:00:00
## 8229 2022-12-17 21:30:04      TRUE 2022-12-17 22:00:00
## 8230 2022-12-17 21:29:45      TRUE 2022-12-17 21:00:00
## 8231 2022-12-17 21:28:45      TRUE 2022-12-17 21:00:00
## 8232 2022-12-17 21:28:17      TRUE 2022-12-17 21:00:00
## 8233 2022-12-17 21:27:07      TRUE 2022-12-17 21:00:00
## 8234 2022-12-17 21:26:34      TRUE 2022-12-17 21:00:00
## 8235 2022-12-17 21:26:31      TRUE 2022-12-17 21:00:00
## 8236 2022-12-17 21:26:04      TRUE 2022-12-17 21:00:00
## 8237 2022-12-17 21:26:01      TRUE 2022-12-17 21:00:00
## 8238 2022-12-17 21:25:48      TRUE 2022-12-17 21:00:00
## 8239 2022-12-17 21:25:41      TRUE 2022-12-17 21:00:00
## 8240 2022-12-17 21:25:24      TRUE 2022-12-17 21:00:00
## 8241 2022-12-17 21:25:08      TRUE 2022-12-17 21:00:00
## 8242 2022-12-17 21:24:50      TRUE 2022-12-17 21:00:00
## 8243 2022-12-17 21:24:23      TRUE 2022-12-17 21:00:00
## 8244 2022-12-17 21:24:00      TRUE 2022-12-17 21:00:00
## 8245 2022-12-17 21:23:18      TRUE 2022-12-17 21:00:00
## 8246 2022-12-17 21:22:35      TRUE 2022-12-17 21:00:00
## 8247 2022-12-17 21:22:31      TRUE 2022-12-17 21:00:00
## 8248 2022-12-17 21:22:28      TRUE 2022-12-17 21:00:00
## 8249 2022-12-17 21:22:26      TRUE 2022-12-17 21:00:00
## 8250 2022-12-17 21:22:25      TRUE 2022-12-17 21:00:00
## 8251 2022-12-17 21:22:21      TRUE 2022-12-17 21:00:00
## 8252 2022-12-17 21:22:14      TRUE 2022-12-17 21:00:00
## 8253 2022-12-17 21:22:12      TRUE 2022-12-17 21:00:00
## 8254 2022-12-17 21:22:10      TRUE 2022-12-17 21:00:00
## 8255 2022-12-17 21:21:58      TRUE 2022-12-17 21:00:00
## 8256 2022-12-17 21:21:41      TRUE 2022-12-17 21:00:00
## 8257 2022-12-17 21:21:32      TRUE 2022-12-17 21:00:00
## 8258 2022-12-17 21:21:13      TRUE 2022-12-17 21:00:00
## 8259 2022-12-17 21:21:12      TRUE 2022-12-17 21:00:00
## 8260 2022-12-17 21:20:56      TRUE 2022-12-17 21:00:00
## 8261 2022-12-17 21:20:31      TRUE 2022-12-17 21:00:00
## 8262 2022-12-17 21:20:21      TRUE 2022-12-17 21:00:00
## 8263 2022-12-17 21:20:17      TRUE 2022-12-17 21:00:00
## 8264 2022-12-17 21:19:24      TRUE 2022-12-17 21:00:00
## 8265 2022-12-17 21:19:16      TRUE 2022-12-17 21:00:00
## 8266 2022-12-17 21:18:57      TRUE 2022-12-17 21:00:00
## 8267 2022-12-17 21:18:47      TRUE 2022-12-17 21:00:00
## 8268 2022-12-17 21:17:57      TRUE 2022-12-17 21:00:00
## 8269 2022-12-17 21:17:46      TRUE 2022-12-17 21:00:00
mn <- sub_tweets %>% pull(created) %>% min()
mn 
## [1] "2022-12-17 21:17:46 UTC"
mx <- sub_tweets %>% pull(created) %>% max()
mx
## [1] "2022-12-21 23:58:41 UTC"
# Plot on tweets by time using the library(plotly) and ggplot().
plt_data <- ggplot(crt2, aes(x = Created_At_Round)) +
  geom_histogram(aes(fill = ..count..)) +
  theme(legend.position = "right") +
  xlab("Time") + ylab("Number of tweets") + 
  scale_fill_gradient(low = "midnightblue", high = "aquamarine4")

plt_data %>% ggplotly()
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.